]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
Math.lyx:
[features.git] / lib / doc / es / Math.lyx
1 #LyX 1.6.3svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasspanish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % center multirows (e.g. in sec. 13.3)
86 \renewcommand{\multirowsetup}{\centering}
87
88 % define a color, used in sec.9.3
89 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
90
91 % declare operators (see sec. 10.4 and sec. 15.2)
92 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
93 \DeclareMathOperator{\sgn}{sgn}
94
95 \newcommand{\spce}{\textvisiblespace}
96
97 % example definitions for sec. 20.1 
98 \newcommand{\gr}{\Longrightarrow}
99 \newcommand{\us}[1]{\underline{#1}}
100 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
101 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
102 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
103
104 % example macro from sec. 19.4
105 %\def\tagform@#1{\maketag@@@{|#1|}}
106
107 % macro from sec. 10.2
108 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
109 \def\mathclap {\mathpalette \mathclapinternal}
110 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
111
112 % redefine the greyed out note
113 \renewenvironment{lyxgreyedout}
114  {\textcolor{blue}\bgroup}{\egroup}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package eurosym
121 % used for the Euro symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % needed in sec. 22.4
129 % check for package braket
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % needed in sec. 22.10
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143 \end_preamble
144 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
145 \use_default_options false
146 \language spanish
147 \inputencoding auto
148 \font_roman default
149 \font_sans default
150 \font_typewriter default
151 \font_default_family default
152 \font_sc false
153 \font_osf false
154 \font_sf_scale 100
155 \font_tt_scale 100
156
157 \graphics default
158 \paperfontsize 12
159 \spacing single
160 \use_hyperref true
161 \pdf_title "Manual detallado de Matemáticas en LyX"
162 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
163 \pdf_subject "LyX-documentation about math"
164 \pdf_keywords "LyX, Mathed"
165 \pdf_bookmarks true
166 \pdf_bookmarksnumbered true
167 \pdf_bookmarksopen true
168 \pdf_bookmarksopenlevel 1
169 \pdf_breaklinks false
170 \pdf_pdfborder false
171 \pdf_colorlinks true
172 \pdf_backref false
173 \pdf_pdfusetitle false
174 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
175 \papersize a4paper
176 \use_geometry false
177 \use_amsmath 2
178 \use_esint 1
179 \cite_engine basic
180 \use_bibtopic false
181 \paperorientation portrait
182 \secnumdepth 4
183 \tocdepth 3
184 \paragraph_separation skip
185 \defskip medskip
186 \quotes_language french
187 \papercolumns 1
188 \papersides 2
189 \paperpagestyle plain
190 \bullet 1 0 6 -1
191 \bullet 2 2 35 -1
192 \bullet 3 2 7 -1
193 \tracking_changes false
194 \output_changes false
195 \author "" 
196 \author "" 
197 \end_header
198
199 \begin_body
200
201 \begin_layout Title
202 Manual detallado de
203 \begin_inset Newline newline
204 \end_inset
205
206 Matemáticas en LyX
207 \end_layout
208
209 \begin_layout Author
210 por el Equipo LyX
211 \begin_inset Foot
212 status collapsed
213
214 \begin_layout Plain Layout
215 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
216  lista de correo de documentación de LyX
217 \family typewriter
218
219 \begin_inset CommandInset href
220 LatexCommand href
221 name "lyx-docs@lists.lyx.org"
222 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
223
224 \end_inset
225
226
227 \end_layout
228
229 \end_inset
230
231
232 \begin_inset Note Note
233 status collapsed
234
235 \begin_layout Plain Layout
236 autor: Uwe Stöhr, traducción: Ignacio Garcia
237 \end_layout
238
239 \end_inset
240
241
242 \begin_inset Newline newline
243 \end_inset
244
245
246 \begin_inset Newline newline
247 \end_inset
248
249 Versión 2.0.x
250 \end_layout
251
252 \begin_layout Standard
253 \begin_inset CommandInset toc
254 LatexCommand tableofcontents
255
256 \end_inset
257
258
259 \end_layout
260
261 \begin_layout Standard
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 Para exportar este documento a PDF, PS, o DVI deben estar instalados los
267  paquetes LaTeX 
268 \series bold
269 eurosym
270 \series default
271
272 \series bold
273 multirow
274 \series default
275  y 
276 \series bold
277 was
278 \series default
279 .
280  Si no están instalados también puedes exportar el documento pero las secciones
281  en que se requieren dichos paquetes no aparecerán en la salida.
282 \end_layout
283
284 \begin_layout Plain Layout
285 La última versión PDF de este documento está disponible en:
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \series bold
291 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
292 \end_layout
293
294 \end_inset
295
296
297 \begin_inset Newpage newpage
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Section
304 Introducción
305 \end_layout
306
307 \begin_layout Standard
308 Este documento explica las características matemáticas de LyX y además es
309  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
310  Las explicaciones están diseñadas para el uso de comandos.
311  Por consiguiente es preciso que hayas leído la sección 
312 \emph on
313 Ecuaciones matemáticas
314 \emph default
315  de la 
316 \emph on
317 Guía del usuario
318 \emph default
319 .
320 \end_layout
321
322 \begin_layout Standard
323 La mayoría de caracteres y muchas estructuras explicadas en este manual
324  también son accesibles mediante el menú 
325 \family sans
326 Insertar\SpecialChar \menuseparator
327 Ecuación
328 \family default
329  o la barra de herramientas
330 \family sans
331  Ecuaciones
332 \family default
333 .
334  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
335  mucho más rápido usar comandos que la barra de herramientas.
336  Por tanto este manual está enfocado al uso de comandos, aunque también
337  se mencionan los botones correspondientes de las barras de herramientas
338  cuando están disponibles.
339 \end_layout
340
341 \begin_layout Standard
342 Si no se especifica lo contrario los comandos sólo están disponibles dentro
343  de las fórmulas.
344  Para poder usar todos los comandos explicados en este documento, debe usarse
345  la opción 
346 \family sans
347 Usar el paquete de ecuaciones AMS
348 \family default
349  en la configuración del documento (menú 
350 \family sans
351 Documento\SpecialChar \menuseparator
352 Configuración\SpecialChar \menuseparator
353 Ecuaciones
354 \family default
355 )
356 \begin_inset Foot
357 status collapsed
358
359 \begin_layout Plain Layout
360 La opción 
361 \family sans
362 Usar el paquete de ecuaciones AMS automáticamente
363 \family default
364  sólo usa ecuaciones 
365 \begin_inset ERT
366 status collapsed
367
368 \begin_layout Plain Layout
369
370
371 \backslash
372 AmS 
373 \end_layout
374
375 \end_inset
376
377
378 \begin_inset space ~
379 \end_inset
380
381  si las estructuras matemáticas son soportadas por LyX.
382 \end_layout
383
384 \end_inset
385
386 .
387 \end_layout
388
389 \begin_layout Standard
390 Este documento no recoge todos los comandos de ecuaciones 
391 \begin_inset ERT
392 status collapsed
393
394 \begin_layout Plain Layout
395
396
397 \backslash
398 AmS 
399 \end_layout
400
401 \end_inset
402
403
404 \begin_inset Foot
405 status collapsed
406
407 \begin_layout Plain Layout
408 En el archivo 
409 \family sans
410
411 \begin_inset CommandInset href
412 LatexCommand href
413 name "amsguide.ps"
414 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
415
416 \end_inset
417
418
419 \family default
420 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
421  lista con todos los comandos de ecuaciones 
422 \begin_inset ERT
423 status collapsed
424
425 \begin_layout Plain Layout
426
427
428 \backslash
429 AmS 
430 \end_layout
431
432 \end_inset
433
434 .
435 \end_layout
436
437 \end_inset
438
439  por razones de claridad.
440 \end_layout
441
442 \begin_layout Section
443 Instrucciones generales
444 \end_layout
445
446 \begin_layout Standard
447 Para crear una ecuación en línea
448 \begin_inset Index
449 status collapsed
450
451 \begin_layout Plain Layout
452 Ecuación ! en línea
453 \end_layout
454
455 \end_inset
456
457  insertada en una línea de texto, teclea una de las combinaciones 
458 \family sans
459 Ctrl+M, Alt+C M, Alt+M M
460 \family default
461  o pulsa el botón 
462 \begin_inset Graphics
463         filename ../../images/math-mode.png
464         scale 85
465
466 \end_inset
467
468  de la barra de herramientas.
469 \begin_inset Newline newline
470 \end_inset
471
472 Para crear una ecuación en estilo presentación
473 \begin_inset Index
474 status collapsed
475
476 \begin_layout Plain Layout
477 Ecuación ! presentada
478 \end_layout
479
480 \end_inset
481
482 , que se verá más grande y en su propio párrafo, teclea
483 \family sans
484  
485 \family default
486 una de estas combinaciones: 
487 \family sans
488 Ctrl+Mayúsculas+M, Alt+M D.
489 \end_layout
490
491 \begin_layout Standard
492 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
493  dentro de la ecuación y teclea
494 \family sans
495  Ctrl+M, Alt+C M, Alt+M M 
496 \family default
497 o usa el menú 
498 \family sans
499 Editar\SpecialChar \menuseparator
500 Ecuación\SpecialChar \menuseparator
501 Cambiar tipo de ecuación
502 \family default
503 .
504  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
505 \end_layout
506
507 \begin_layout Standard
508 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
509  presentada, escribe el comando 
510 \series bold
511
512 \backslash
513 displaystyle
514 \series default
515
516 \begin_inset Index
517 status collapsed
518
519 \begin_layout Plain Layout
520 Comandos ! D ! 
521 \backslash
522 displaystyle
523 \end_layout
524
525 \end_inset
526
527  en la ecuación y pulsa espacio.
528  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
529  de la ecuación.
530 \end_layout
531
532 \begin_layout Standard
533 En las tablas sólo se permiten ecuaciones en línea.
534 \end_layout
535
536 \begin_layout Standard
537 Las barras 
538 \family sans
539 Ecuaciones
540 \family default
541  y 
542 \family sans
543 Panel de ecuaciones 
544 \family default
545 se pueden visualizar mediante el menú 
546 \family sans
547 Ver\SpecialChar \menuseparator
548 Barras de herramientas
549 \family default
550 .
551  Si ahí pulsas en 
552 \begin_inset Quotes fld
553 \end_inset
554
555 Ecuaciones
556 \begin_inset Quotes frd
557 \end_inset
558
559  y/o en 
560 \begin_inset Quotes fld
561 \end_inset
562
563 Panel de ecuaciones
564 \begin_inset Quotes frd
565 \end_inset
566
567 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
568  estado se visualiza en el menú de las barras de herramientas con una marca.
569  Si en este estado pulsas de nuevo sobre 
570 \begin_inset Quotes fld
571 \end_inset
572
573 Ecuaciones
574 \begin_inset Quotes frd
575 \end_inset
576
577  y/o 
578 \begin_inset Quotes fld
579 \end_inset
580
581 Panel de ecuaciones
582 \begin_inset Quotes frd
583 \end_inset
584
585  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
586  de una ecuación; este estado se indica añadiendo a las entradas del menú
587  la palabra 
588 \begin_inset Quotes fld
589 \end_inset
590
591 (auto)
592 \begin_inset Quotes frd
593 \end_inset
594
595 .
596  
597 \end_layout
598
599 \begin_layout Standard
600 El modo TeX
601 \begin_inset Index
602 status collapsed
603
604 \begin_layout Plain Layout
605 T@TeX ! modo
606 \end_layout
607
608 \end_inset
609
610  se invoca pulsando el botón 
611 \begin_inset Graphics
612         filename ../../images/ert-insert.png
613         scale 85
614
615 \end_inset
616
617  de la barra de herramientas o con el menú 
618 \family sans
619 Insertar\SpecialChar \menuseparator
620 Código Te
621 \begin_inset ERT
622 status collapsed
623
624 \begin_layout Plain Layout
625
626 {}
627 \end_layout
628
629 \end_inset
630
631 X
632 \family default
633 , (atajo 
634 \family sans
635 Ctrl+L
636 \family default
637 ).
638 \begin_inset Note Note
639 status collapsed
640
641 \begin_layout Plain Layout
642 En LyX hay tres 
643 \begin_inset Quotes fld
644 \end_inset
645
646 nombres propios
647 \begin_inset Quotes frd
648 \end_inset
649
650  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
651  LaTeX y LyX.
652 \end_layout
653
654 \begin_layout Plain Layout
655 Para evitar que estas palabras sean reconocidas como tales nombres propios,
656  se inserta un par de llaves TeX.
657  
658 \end_layout
659
660 \end_inset
661
662
663 \end_layout
664
665 \begin_layout Standard
666 Para cambiar el preámbulo LaTeX
667 \begin_inset Index
668 status collapsed
669
670 \begin_layout Plain Layout
671 LaTeX preámbulo
672 \end_layout
673
674 \end_inset
675
676 , usa el menú 
677 \family sans
678 Documento\SpecialChar \menuseparator
679 Configuración\SpecialChar \menuseparator
680 Preámbulo LaT
681 \begin_inset ERT
682 status collapsed
683
684 \begin_layout Plain Layout
685
686 {}
687 \end_layout
688
689 \end_inset
690
691 eX
692 \family default
693 .
694 \end_layout
695
696 \begin_layout Standard
697 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
698  multilínea, se pueden usar los menús 
699 \family sans
700 Editar\SpecialChar \menuseparator
701 Ecuación
702 \family default
703  y 
704 \family sans
705 Editar\SpecialChar \menuseparator
706 Filas y columnas
707 \family default
708  o la barra de herramientas de 
709 \family sans
710 Tabla
711 \family default
712 .
713  Cuando las líneas y columnas se intercambian mediante el menú, la columna
714  o línea en la que está se cambia con la columna de la derecha o con la
715  línea de abajo, respectivamente.
716  Si el cursor está en la última columna o fila, el cambio se hace con la
717  columna de la izquierda o la línea de arriba.
718 \end_layout
719
720 \begin_layout Standard
721 Para escribir texto en fórmulas se usa 
722 \emph on
723 texto de ecuaciones
724 \emph default
725
726 \begin_inset Index
727 status collapsed
728
729 \begin_layout Plain Layout
730 Texto ! en ecuaciones
731 \end_layout
732
733 \end_inset
734
735 .
736 \begin_inset Foot
737 status collapsed
738
739 \begin_layout Plain Layout
740 Para ecuaciones multilínea se usa el comando 
741 \series bold
742
743 \backslash
744 intertext
745 \series default
746 , véase
747 \begin_inset space ~
748 \end_inset
749
750
751 \begin_inset CommandInset ref
752 LatexCommand ref
753 reference "sub:Texto-en-multilínea"
754
755 \end_inset
756
757 .
758 \end_layout
759
760 \end_inset
761
762  Este modo se invoca con el atajo 
763 \family sans
764 Alt+M
765 \begin_inset space ~
766 \end_inset
767
768 M
769 \family default
770  o
771 \family sans
772  Ctrl+M
773 \family default
774  o insertando el comando 
775 \series bold
776
777 \backslash
778 text
779 \series default
780
781 \begin_inset Index
782 status collapsed
783
784 \begin_layout Plain Layout
785 Comandos ! T ! 
786 \backslash
787 text
788 \end_layout
789
790 \end_inset
791
792 .
793  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
794  partes de la ecuación que se ven en azul.
795  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
796 a de otras partes de la fórmula.
797 \end_layout
798
799 \begin_layout Subsection*
800 Esquema de comandos
801 \end_layout
802
803 \begin_layout Standard
804 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
805  siguiente esquema:
806 \end_layout
807
808 \begin_layout Standard
809
810 \series bold
811
812 \backslash
813 nombre_del_comando[argumento opcional]{argumento requerido}
814 \end_layout
815
816 \begin_layout Standard
817 Un comando empieza siempre por una barra inversa, 
818 \begin_inset Quotes fld
819 \end_inset
820
821
822 \series bold
823
824 \backslash
825
826 \series default
827
828 \begin_inset Quotes frd
829 \end_inset
830
831 .
832  Para omitir argumentos opcionales, quita también los corchetes asociados.
833  En este documento, las llaves que encierran los argumentos requeridos se
834  denominan llaves TeX
835 \begin_inset Index
836 status collapsed
837
838 \begin_layout Plain Layout
839 T@TeX ! llaves
840 \end_layout
841
842 \end_inset
843
844 .
845  Si en una ecuación añades una llave de apertura al nombre de un comando,
846  LyX crea automáticamente una llave TeX.
847  En todos los demás casos las llaves TeX se crean en las ecuaciones con
848  el comando 
849 \series bold
850
851 \backslash
852 {
853 \series default
854 .
855  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
856  que se muestran en azul.
857  En modo TeX no hace falta comando para poner llaves TeX.
858  Las llaves TeX no aparecen en la salida.
859 \end_layout
860
861 \begin_layout Standard
862 En el caso de comandos sin argumentos, como los comandos para símbolos que
863  se introducen en modo TeX, 
864 \emph on
865 siempre
866 \emph default
867  debe teclearse un espacio tras el comando para finalizarlo.
868  Este espacio no aparece en la salida.
869  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
870  de un espacio protegido en texto normal.
871 \end_layout
872
873 \begin_layout Standard
874 Un espacio protegido se inserta con 
875 \family sans
876 Ctrl+Espacio
877 \family default
878 .
879 \begin_inset Newpage newpage
880 \end_inset
881
882
883 \end_layout
884
885 \begin_layout Subsection*
886 Explicación de la sintaxis
887 \end_layout
888
889 \begin_layout Itemize
890 El símbolo 
891 \begin_inset ERT
892 status collapsed
893
894 \begin_layout Plain Layout
895
896
897 \backslash
898 spce 
899 \end_layout
900
901 \end_inset
902
903
904 \begin_inset Foot
905 status collapsed
906
907 \begin_layout Plain Layout
908 Este carácter, espacio visible, se puede componer con el comando 
909 \series bold
910
911 \backslash
912 textvisiblespace
913 \series default
914
915 \begin_inset Index
916 status collapsed
917
918 \begin_layout Plain Layout
919 Comandos ! T ! 
920 \backslash
921 textvisiblespace
922 \end_layout
923
924 \end_inset
925
926  insertado en código TeX.
927 \end_layout
928
929 \end_inset
930
931  indica que hay que teclear un espacio.
932 \end_layout
933
934 \begin_layout Itemize
935 Una flecha como 
936 \begin_inset Formula $\rightarrow$
937 \end_inset
938
939  indica el uso de la correspondiente tecla de flecha.
940  
941 \end_layout
942
943 \begin_layout Subsection*
944 Unidades disponibles
945 \end_layout
946
947 \begin_layout Standard
948 \align center
949 \begin_inset Float table
950 placement H
951 wide false
952 sideways false
953 status open
954
955 \begin_layout Plain Layout
956 \align center
957 \begin_inset Caption
958
959 \begin_layout Plain Layout
960 \begin_inset CommandInset label
961 LatexCommand label
962 name "tab:Unidades-disponibles"
963
964 \end_inset
965
966 Unidades disponibles
967 \end_layout
968
969 \end_inset
970
971
972 \end_layout
973
974 \begin_layout Plain Layout
975 \align center
976 \begin_inset Tabular
977 <lyxtabular version="3" rows="13" columns="2">
978 <features>
979 <column alignment="center" valignment="top" width="0">
980 <column alignment="center" valignment="top" width="0">
981 <row>
982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
983 \begin_inset Text
984
985 \begin_layout Plain Layout
986 Unidad
987 \end_layout
988
989 \end_inset
990 </cell>
991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
992 \begin_inset Text
993
994 \begin_layout Plain Layout
995 Nombre / Descripción
996 \end_layout
997
998 \end_inset
999 </cell>
1000 </row>
1001 <row>
1002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1003 \begin_inset Text
1004
1005 \begin_layout Plain Layout
1006 mm
1007 \end_layout
1008
1009 \end_inset
1010 </cell>
1011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1012 \begin_inset Text
1013
1014 \begin_layout Plain Layout
1015 Milímetro
1016 \end_layout
1017
1018 \end_inset
1019 </cell>
1020 </row>
1021 <row>
1022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1023 \begin_inset Text
1024
1025 \begin_layout Plain Layout
1026 cm
1027 \end_layout
1028
1029 \end_inset
1030 </cell>
1031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1032 \begin_inset Text
1033
1034 \begin_layout Plain Layout
1035 Centímetro
1036 \end_layout
1037
1038 \end_inset
1039 </cell>
1040 </row>
1041 <row>
1042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1043 \begin_inset Text
1044
1045 \begin_layout Plain Layout
1046 in
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 Pulgada (1
1056 \begin_inset space \thinspace{}
1057 \end_inset
1058
1059 in = 2,54
1060 \begin_inset space \thinspace{}
1061 \end_inset
1062
1063 cm)
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 </row>
1069 <row>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 pt
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Punto (72.27
1084 \begin_inset space \thinspace{}
1085 \end_inset
1086
1087 pt = 1
1088 \begin_inset space \thinspace{}
1089 \end_inset
1090
1091 in)
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 </row>
1097 <row>
1098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 pc
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1108 \begin_inset Text
1109
1110 \begin_layout Plain Layout
1111 Pica (1
1112 \begin_inset space \thinspace{}
1113 \end_inset
1114
1115 pc = 12
1116 \begin_inset space \thinspace{}
1117 \end_inset
1118
1119 pt)
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 </row>
1125 <row>
1126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Plain Layout
1130 sp
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1136 \begin_inset Text
1137
1138 \begin_layout Plain Layout
1139 Punto escalado (65536
1140 \begin_inset space \thinspace{}
1141 \end_inset
1142
1143 sp = 1
1144 \begin_inset space \thinspace{}
1145 \end_inset
1146
1147 pt)
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 </row>
1153 <row>
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 bp
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1164 \begin_inset Text
1165
1166 \begin_layout Plain Layout
1167 Punto grande (72
1168 \begin_inset space \thinspace{}
1169 \end_inset
1170
1171 bp = 1
1172 \begin_inset space \thinspace{}
1173 \end_inset
1174
1175 in)
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 </row>
1181 <row>
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1183 \begin_inset Text
1184
1185 \begin_layout Plain Layout
1186 dd
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 Didot (1
1196 \begin_inset space \thinspace{}
1197 \end_inset
1198
1199 dd 
1200 \begin_inset Formula $\approx$
1201 \end_inset
1202
1203  0.376
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 mm)
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 </row>
1213 <row>
1214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 cc
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 Cicero (1
1228 \begin_inset space \thinspace{}
1229 \end_inset
1230
1231 cc = 12
1232 \begin_inset space \thinspace{}
1233 \end_inset
1234
1235 dd)
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 </row>
1241 <row>
1242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Plain Layout
1246 ex
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 Altura de la letra 
1256 \begin_inset Quotes fld
1257 \end_inset
1258
1259
1260 \emph on
1261 x
1262 \emph default
1263
1264 \begin_inset Quotes frd
1265 \end_inset
1266
1267  en la fuente actual
1268 \end_layout
1269
1270 \end_inset
1271 </cell>
1272 </row>
1273 <row>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 em
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 Anchura de la letra 
1288 \begin_inset Quotes fld
1289 \end_inset
1290
1291
1292 \emph on
1293 M
1294 \emph default
1295
1296 \begin_inset Quotes frd
1297 \end_inset
1298
1299  en la fuente actual
1300 \end_layout
1301
1302 \end_inset
1303 </cell>
1304 </row>
1305 <row>
1306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1307 \begin_inset Text
1308
1309 \begin_layout Plain Layout
1310 mu
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1316 \begin_inset Text
1317
1318 \begin_layout Plain Layout
1319 Unidad matemática (1
1320 \begin_inset space \thinspace{}
1321 \end_inset
1322
1323 mu = 
1324 \begin_inset Formula $\nicefrac{1}{18}$
1325 \end_inset
1326
1327
1328 \begin_inset space \thinspace{}
1329 \end_inset
1330
1331 em)
1332 \end_layout
1333
1334 \end_inset
1335 </cell>
1336 </row>
1337 </lyxtabular>
1338
1339 \end_inset
1340
1341
1342 \end_layout
1343
1344 \end_inset
1345
1346
1347 \end_layout
1348
1349 \begin_layout Standard
1350 \align center
1351 \begin_inset Newpage newpage
1352 \end_inset
1353
1354
1355 \end_layout
1356
1357 \begin_layout Section
1358 Funciones básicas
1359 \end_layout
1360
1361 \begin_layout Subsection
1362 Exponentes
1363 \begin_inset Index
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367 Exponentes
1368 \end_layout
1369
1370 \end_inset
1371
1372  e índices
1373 \begin_inset Index
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 Indices@Índices
1378 \end_layout
1379
1380 \end_inset
1381
1382
1383 \begin_inset Index
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387 Superíndices|see
1388 \begin_inset ERT
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392
1393 {
1394 \end_layout
1395
1396 \end_inset
1397
1398 Exponentes
1399 \begin_inset ERT
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403
1404 }
1405 \end_layout
1406
1407 \end_inset
1408
1409
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \begin_inset Index
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Subíndices|see
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 {
1426 \end_layout
1427
1428 \end_inset
1429
1430 Índices
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 }
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \end_layout
1448
1449 \begin_layout Standard
1450 Los índices se componen con un guión bajo 
1451 \begin_inset Quotes fld
1452 \end_inset
1453
1454 _
1455 \begin_inset Quotes frd
1456 \end_inset
1457
1458  o con el botón de la barra de herramientas de ecuaciones 
1459 \begin_inset Graphics
1460         filename ../../images/math-subscript.png
1461         scale 85
1462
1463 \end_inset
1464
1465 , los exponentes con un circunflejo 
1466 \begin_inset Quotes fld
1467 \end_inset
1468
1469 ^
1470 \begin_inset Quotes frd
1471 \end_inset
1472
1473  o con el botón de la barra de herramientas de ecuaciones 
1474 \begin_inset Graphics
1475         filename ../../images/math-superscript.png
1476         scale 85
1477
1478 \end_inset
1479
1480 .
1481 \end_layout
1482
1483 \begin_layout Standard
1484 \noindent
1485 \align center
1486 \begin_inset Tabular
1487 <lyxtabular version="3" rows="4" columns="2">
1488 <features>
1489 <column alignment="center" valignment="top" width="0">
1490 <column alignment="center" valignment="top" width="0">
1491 <row>
1492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1493 \begin_inset Text
1494
1495 \begin_layout Plain Layout
1496 Comando
1497 \end_layout
1498
1499 \end_inset
1500 </cell>
1501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1502 \begin_inset Text
1503
1504 \begin_layout Plain Layout
1505 Resultado
1506 \begin_inset Note Note
1507 status collapsed
1508
1509 \begin_layout Plain Layout
1510
1511 \series bold
1512
1513 \backslash
1514 raisebox
1515 \series default
1516  sólo se usa como espaciador.
1517 \end_layout
1518
1519 \end_inset
1520
1521
1522 \end_layout
1523
1524 \end_inset
1525 </cell>
1526 </row>
1527 <row>
1528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 B_V
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541 \begin_inset Formula $B_{V}$
1542 \end_inset
1543
1544
1545 \end_layout
1546
1547 \end_inset
1548 </cell>
1549 </row>
1550 <row>
1551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1552 \begin_inset Text
1553
1554 \begin_layout Plain Layout
1555 B^V
1556 \end_layout
1557
1558 \end_inset
1559 </cell>
1560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1561 \begin_inset Text
1562
1563 \begin_layout Plain Layout
1564 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1565 \end_inset
1566
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 </row>
1573 <row>
1574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 B^
1579 \begin_inset ERT
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583
1584
1585 \backslash
1586 spce 
1587 \end_layout
1588
1589 \end_inset
1590
1591 A
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1601 \end_inset
1602
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 </row>
1609 </lyxtabular>
1610
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \begin_layout Standard
1617 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1618  caso acentuará las vocales y no funcionará como exponente.
1619 \begin_inset Foot
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623 Dependiendo de la configuración del teclado esto puede suceder también con
1624  otros caracteres además de las vocales.
1625 \end_layout
1626
1627 \end_inset
1628
1629  Para conseguir exponentes en estos casos debes pulsar 
1630 \family sans
1631 Espacio
1632 \family default
1633  tras el circunflejo, como en el último ejemplo.
1634  
1635 \end_layout
1636
1637 \begin_layout Subsection
1638 Fracciones
1639 \begin_inset CommandInset label
1640 LatexCommand label
1641 name "sub:Fracciones"
1642
1643 \end_inset
1644
1645
1646 \begin_inset Index
1647 status collapsed
1648
1649 \begin_layout Plain Layout
1650 Fracciones
1651 \end_layout
1652
1653 \end_inset
1654
1655
1656 \end_layout
1657
1658 \begin_layout Standard
1659 Las fracciones se generan con el comando 
1660 \series bold
1661
1662 \backslash
1663 frac
1664 \series default
1665
1666 \begin_inset Index
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 Comandos ! F ! 
1671 \backslash
1672 frac
1673 \end_layout
1674
1675 \end_inset
1676
1677  o con el botón 
1678 \begin_inset Graphics
1679         filename ../../images/math/frac.png
1680         scale 50
1681
1682 \end_inset
1683
1684  de la barra de herramientas.
1685  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1686  está en línea o en estilo presentación.
1687  Con el botón 
1688 \begin_inset Graphics
1689         filename ../../images/math/frac-square.png
1690         scale 85
1691
1692 \end_inset
1693
1694 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1695  de fracciones.
1696 \end_layout
1697
1698 \begin_layout Standard
1699 Con el comando 
1700 \series bold
1701
1702 \backslash
1703 dfrac
1704 \series default
1705
1706 \begin_inset Index
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 Comandos ! D ! 
1711 \backslash
1712 dfrac
1713 \end_layout
1714
1715 \end_inset
1716
1717  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1718  presentación.
1719  Con 
1720 \series bold
1721
1722 \backslash
1723 tfrac
1724 \series default
1725
1726 \begin_inset Index
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730 Comandos ! T ! 
1731 \backslash
1732 tfrac
1733 \end_layout
1734
1735 \end_inset
1736
1737  la fracción tiene siempre el tamaño del estilo en línea.
1738  Un ejemplo:
1739 \end_layout
1740
1741 \begin_layout Standard
1742 Una línea con la fracción 
1743 \begin_inset Formula $\frac{1}{2}$
1744 \end_inset
1745
1746  creada con el comando 
1747 \series bold
1748
1749 \backslash
1750 frac
1751 \series default
1752 .
1753  
1754 \end_layout
1755
1756 \begin_layout Standard
1757 Una línea con la fracción 
1758 \begin_inset Formula $\dfrac{1}{2}$
1759 \end_inset
1760
1761  creada con el comando 
1762 \series bold
1763
1764 \backslash
1765 dfrac
1766 \series default
1767 .
1768 \end_layout
1769
1770 \begin_layout Standard
1771 \noindent
1772 \align center
1773 \begin_inset Tabular
1774 <lyxtabular version="3" rows="4" columns="2">
1775 <features>
1776 <column alignment="center" valignment="top" width="0">
1777 <column alignment="center" valignment="top" width="0">
1778 <row>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783 Comando
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792 Resultado
1793 \begin_inset Note Note
1794 status collapsed
1795
1796 \begin_layout Plain Layout
1797
1798 \series bold
1799
1800 \backslash
1801 raisebox
1802 \series default
1803  se usa sólo como espaciador
1804 \end_layout
1805
1806 \end_inset
1807
1808
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 </row>
1814 <row>
1815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819
1820 \backslash
1821 frac
1822 \begin_inset ERT
1823 status collapsed
1824
1825 \begin_layout Plain Layout
1826
1827
1828 \backslash
1829 spce 
1830 \end_layout
1831
1832 \end_inset
1833
1834 A
1835 \begin_inset Formula $\downarrow$
1836 \end_inset
1837
1838 B
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1848 \end_inset
1849
1850
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 </row>
1856 <row>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \backslash
1863 dfrac
1864 \begin_inset ERT
1865 status collapsed
1866
1867 \begin_layout Plain Layout
1868
1869
1870 \backslash
1871 spce 
1872 \end_layout
1873
1874 \end_inset
1875
1876 A
1877 \begin_inset Formula $\downarrow$
1878 \end_inset
1879
1880 B
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1890 \end_inset
1891
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 </row>
1898 <row>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903
1904 \backslash
1905 dfrac
1906 \begin_inset ERT
1907 status collapsed
1908
1909 \begin_layout Plain Layout
1910
1911
1912 \backslash
1913 spce 
1914 \end_layout
1915
1916 \end_inset
1917
1918 e^
1919 \begin_inset ERT
1920 status collapsed
1921
1922 \begin_layout Plain Layout
1923
1924
1925 \backslash
1926 spce 
1927 \end_layout
1928
1929 \end_inset
1930
1931
1932 \backslash
1933 frac
1934 \begin_inset ERT
1935 status collapsed
1936
1937 \begin_layout Plain Layout
1938
1939
1940 \backslash
1941 spce 
1942 \end_layout
1943
1944 \end_inset
1945
1946 1
1947 \begin_inset Formula $\downarrow$
1948 \end_inset
1949
1950 2
1951 \begin_inset Formula $\downarrow$
1952 \end_inset
1953
1954 3
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1964 \end_inset
1965
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 </row>
1972 </lyxtabular>
1973
1974 \end_inset
1975
1976
1977 \begin_inset VSpace bigskip
1978 \end_inset
1979
1980
1981 \end_layout
1982
1983 \begin_layout Standard
1984 Para fracciones anidadas se puede usar el comando 
1985 \series bold
1986
1987 \backslash
1988 cfrac
1989 \series default
1990
1991 \begin_inset Index
1992 status collapsed
1993
1994 \begin_layout Plain Layout
1995 Comandos ! C ! 
1996 \backslash
1997 cfrac
1998 \end_layout
1999
2000 \end_inset
2001
2002 .
2003  Un ejemplo:
2004 \begin_inset VSpace -3mm
2005 \end_inset
2006
2007
2008 \end_layout
2009
2010 \begin_layout Standard
2011 \begin_inset Formula \begin{align*}
2012 \textrm{creada con \textbf{\textbackslash frac} } &  & \textrm{creada con }\mathbf{\textbackslash\textbf{cfrac}}\\
2013 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2014
2015 \end_inset
2016
2017
2018 \end_layout
2019
2020 \begin_layout Standard
2021 El comando para el ejemplo de arriba es:
2022 \end_layout
2023
2024 \begin_layout Standard
2025
2026 \series bold
2027
2028 \backslash
2029 cfrac
2030 \begin_inset ERT
2031 status collapsed
2032
2033 \begin_layout Plain Layout
2034
2035
2036 \backslash
2037 spce 
2038 \end_layout
2039
2040 \end_inset
2041
2042 A
2043 \begin_inset Formula $\downarrow$
2044 \end_inset
2045
2046 B+
2047 \backslash
2048 cfrac
2049 \begin_inset ERT
2050 status collapsed
2051
2052 \begin_layout Plain Layout
2053
2054
2055 \backslash
2056 spce 
2057 \end_layout
2058
2059 \end_inset
2060
2061 C+
2062 \backslash
2063 cfrac
2064 \begin_inset ERT
2065 status collapsed
2066
2067 \begin_layout Plain Layout
2068
2069
2070 \backslash
2071 spce 
2072 \end_layout
2073
2074 \end_inset
2075
2076 E
2077 \begin_inset Formula $\downarrow$
2078 \end_inset
2079
2080 F
2081 \begin_inset Formula $\downarrow$
2082 \end_inset
2083
2084 D
2085 \end_layout
2086
2087 \begin_layout Standard
2088 \begin_inset VSpace medskip
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \begin_layout Standard
2095
2096 \series bold
2097
2098 \backslash
2099 cfrac
2100 \series default
2101  compone la fracción siempre en el tamaño del estilo presentación, también
2102  cuando es parte de otra fracción.
2103 \end_layout
2104
2105 \begin_layout Standard
2106 Es posible especificar la alineación del numerador.
2107  El comando 
2108 \series bold
2109
2110 \backslash
2111 cfracleft
2112 \series default
2113  se usa para alinearlo a la izquierda, el comando 
2114 \series bold
2115
2116 \backslash
2117 cfracright
2118 \series default
2119  para alinearlo a la derecha, 
2120 \series bold
2121
2122 \backslash
2123 cfrac
2124 \series default
2125  centra el numerador.
2126 \end_layout
2127
2128 \begin_layout Standard
2129 Estas fracciones muestran las distintas alineaciones:
2130 \end_layout
2131
2132 \begin_layout Standard
2133 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2134 \end_inset
2135
2136  ; 
2137 \begin_inset Formula $\cfrac{A}{B+C}$
2138 \end_inset
2139
2140  ; 
2141 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2142 \end_inset
2143
2144
2145 \end_layout
2146
2147 \begin_layout Standard
2148 \noindent
2149 \begin_inset Note Greyedout
2150 status open
2151
2152 \begin_layout Plain Layout
2153
2154 \series bold
2155 Nota
2156 \series default
2157
2158 \series bold
2159
2160 \backslash
2161 cfracleft
2162 \series default
2163  y
2164 \series bold
2165  
2166 \backslash
2167 cfracright
2168 \series default
2169  no son comandos LaTeX reales sino sustituciones del comando 
2170 \series bold
2171
2172 \backslash
2173 cfrac[posición del numerador]{numerador}{denominador}
2174 \series default
2175  .
2176  Por tanto no puedes usarlos código TeX.
2177 \end_layout
2178
2179 \end_inset
2180
2181
2182 \begin_inset VSpace medskip
2183 \end_inset
2184
2185
2186 \end_layout
2187
2188 \begin_layout Standard
2189 Muchas veces es adecuado combinar 
2190 \series bold
2191
2192 \backslash
2193 cfrac
2194 \series default
2195  y 
2196 \series bold
2197
2198 \backslash
2199 frac
2200 \series default
2201 :
2202 \begin_inset Formula \[
2203 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2204
2205 \end_inset
2206
2207
2208 \end_layout
2209
2210 \begin_layout Standard
2211 Para componer fracciones en línea con raya de fracción inclinada puedes
2212  usar el comando 
2213 \series bold
2214
2215 \backslash
2216 nicefrac
2217 \series default
2218
2219 \begin_inset Index
2220 status collapsed
2221
2222 \begin_layout Plain Layout
2223 Comandos ! N ! 
2224 \backslash
2225 nicefrac
2226 \end_layout
2227
2228 \end_inset
2229
2230
2231 \begin_inset Formula $\nicefrac{5}{31}$
2232 \end_inset
2233
2234  Hay además el comando 
2235 \series bold
2236
2237 \backslash
2238 unitfracthree
2239 \series default
2240  que permite escribir una fracción en combinación con un número: 
2241 \begin_inset Formula $\unitfrac[2]{1}{3}$
2242 \end_inset
2243
2244
2245 \end_layout
2246
2247 \begin_layout Standard
2248 \begin_inset Note Greyedout
2249 status open
2250
2251 \begin_layout Plain Layout
2252
2253 \series bold
2254 Nota
2255 \series default
2256
2257 \series bold
2258
2259 \backslash
2260 unitfracthree
2261 \series default
2262  no es un comando LaTeX auténtico, sino un equivalente al comando
2263 \begin_inset Newline newline
2264 \end_inset
2265
2266
2267 \series bold
2268
2269 \backslash
2270 unitfrac[número]{numerador}{denominador}
2271 \series default
2272  .
2273  Por tanto no puedes usarlo en código TeX.
2274 \end_layout
2275
2276 \end_inset
2277
2278
2279 \end_layout
2280
2281 \begin_layout Standard
2282 En la 
2283 \begin_inset CommandInset ref
2284 LatexCommand ref
2285 reference "sub:Fracciones-personalizadas"
2286
2287 \end_inset
2288
2289  se explica cómo componer fracciones personalizadas en las que la raya de
2290  fracción se puede cambiar.
2291  
2292 \end_layout
2293
2294 \begin_layout Subsection
2295 Raíces
2296 \begin_inset Index
2297 status collapsed
2298
2299 \begin_layout Plain Layout
2300 Raíces
2301 \end_layout
2302
2303 \end_inset
2304
2305
2306 \end_layout
2307
2308 \begin_layout Standard
2309 Las raíces cuadradas se componen con 
2310 \series bold
2311
2312 \backslash
2313 sqrt
2314 \series default
2315
2316 \begin_inset Index
2317 status collapsed
2318
2319 \begin_layout Plain Layout
2320 Comandos ! S ! 
2321 \backslash
2322 sqrt
2323 \end_layout
2324
2325 \end_inset
2326
2327  o con el botón 
2328 \begin_inset Graphics
2329         filename ../../images/math/sqrt.png
2330         scale 85
2331
2332 \end_inset
2333
2334  de la barra de  ecuaciones; todas las demás raíces con el comando 
2335 \series bold
2336
2337 \backslash
2338 root
2339 \series default
2340
2341 \begin_inset Index
2342 status collapsed
2343
2344 \begin_layout Plain Layout
2345 Comandos ! R ! 
2346 \backslash
2347 root
2348 \end_layout
2349
2350 \end_inset
2351
2352  o con el botón 
2353 \begin_inset Graphics
2354         filename ../../images/math/root.png
2355         scale 85
2356
2357 \end_inset
2358
2359 .
2360 \end_layout
2361
2362 \begin_layout Standard
2363 \noindent
2364 \align center
2365 \begin_inset Tabular
2366 <lyxtabular version="3" rows="3" columns="2">
2367 <features>
2368 <column alignment="center" valignment="top" width="0">
2369 <column alignment="center" valignment="top" width="0">
2370 <row>
2371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2372 \begin_inset Text
2373
2374 \begin_layout Plain Layout
2375 Comando
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2381 \begin_inset Text
2382
2383 \begin_layout Plain Layout
2384 Resultado
2385 \begin_inset Note Note
2386 status collapsed
2387
2388 \begin_layout Plain Layout
2389
2390 \series bold
2391
2392 \backslash
2393 raisebox
2394 \series default
2395  se usa sólo como espaciador
2396 \end_layout
2397
2398 \end_inset
2399
2400
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 </row>
2406 <row>
2407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2408 \begin_inset Text
2409
2410 \begin_layout Plain Layout
2411
2412 \backslash
2413 sqrt
2414 \begin_inset ERT
2415 status collapsed
2416
2417 \begin_layout Plain Layout
2418
2419
2420 \backslash
2421 spce 
2422 \end_layout
2423
2424 \end_inset
2425
2426 A-B
2427 \end_layout
2428
2429 \end_inset
2430 </cell>
2431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2432 \begin_inset Text
2433
2434 \begin_layout Plain Layout
2435 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2436 \end_inset
2437
2438
2439 \end_layout
2440
2441 \end_inset
2442 </cell>
2443 </row>
2444 <row>
2445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Plain Layout
2449
2450 \backslash
2451 root
2452 \begin_inset ERT
2453 status collapsed
2454
2455 \begin_layout Plain Layout
2456
2457
2458 \backslash
2459 spce 
2460 \end_layout
2461
2462 \end_inset
2463
2464 3
2465 \begin_inset Formula $\downarrow$
2466 \end_inset
2467
2468 A-B
2469 \end_layout
2470
2471 \end_inset
2472 </cell>
2473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2474 \begin_inset Text
2475
2476 \begin_layout Plain Layout
2477 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2478 \end_inset
2479
2480
2481 \end_layout
2482
2483 \end_inset
2484 </cell>
2485 </row>
2486 </lyxtabular>
2487
2488 \end_inset
2489
2490
2491 \end_layout
2492
2493 \begin_layout Standard
2494 Una raíz cuadrada se compone también con 
2495 \series bold
2496
2497 \backslash
2498 root
2499 \series default
2500  dejando vacío el campo del índice.
2501 \end_layout
2502
2503 \begin_layout Standard
2504 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2505  la raíz: 
2506 \begin_inset Formula $\sqrt[\beta]{B}$
2507 \end_inset
2508
2509
2510 \begin_inset Newline newline
2511 \end_inset
2512
2513 La 
2514 \begin_inset Formula $\beta$
2515 \end_inset
2516
2517  toca la raíz.
2518  Para evitar esto se usan los comandos 
2519 \series bold
2520
2521 \backslash
2522 leftroot
2523 \series default
2524
2525 \begin_inset Index
2526 status collapsed
2527
2528 \begin_layout Plain Layout
2529 Comandos ! L ! 
2530 \backslash
2531 leftroot
2532 \end_layout
2533
2534 \end_inset
2535
2536  y 
2537 \series bold
2538
2539 \backslash
2540 uproot
2541 \series default
2542
2543 \begin_inset Index
2544 status collapsed
2545
2546 \begin_layout Plain Layout
2547 Comandos ! U ! 
2548 \backslash
2549 uproot
2550 \end_layout
2551
2552 \end_inset
2553
2554  con el esquema siguiente:
2555 \end_layout
2556
2557 \begin_layout Standard
2558
2559 \series bold
2560
2561 \backslash
2562 leftroot{distancia}
2563 \series default
2564  y 
2565 \series bold
2566
2567 \backslash
2568 uproot{distancia}
2569 \end_layout
2570
2571 \begin_layout Standard
2572 Distancia es el número de Puntos Grandes (
2573 \begin_inset Quotes fld
2574 \end_inset
2575
2576 Big Points
2577 \begin_inset Quotes frd
2578 \end_inset
2579
2580 , unidad bp; 
2581 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2582 \end_inset
2583
2584 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2585  Los comandos se escriben en el índice.
2586  Así, el comando:
2587 \begin_inset Newline newline
2588 \end_inset
2589
2590
2591 \series bold
2592
2593 \backslash
2594 root
2595 \backslash
2596 leftroot{-1
2597 \begin_inset Formula $\to$
2598 \end_inset
2599
2600
2601 \backslash
2602 uproot{2
2603 \begin_inset Formula $\to$
2604 \end_inset
2605
2606
2607 \backslash
2608 beta
2609 \begin_inset ERT
2610 status collapsed
2611
2612 \begin_layout Plain Layout
2613
2614
2615 \backslash
2616 spce 
2617 \end_layout
2618
2619 \end_inset
2620
2621
2622 \begin_inset Formula $\to$
2623 \end_inset
2624
2625 B
2626 \begin_inset Newline newline
2627 \end_inset
2628
2629
2630 \series default
2631 genera una fórmula correctamente tipografiada: 
2632 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2633 \end_inset
2634
2635
2636 \end_layout
2637
2638 \begin_layout Subsection
2639 Coeficientes de un binomio
2640 \begin_inset Index
2641 status collapsed
2642
2643 \begin_layout Plain Layout
2644 Binomios
2645 \end_layout
2646
2647 \end_inset
2648
2649
2650 \end_layout
2651
2652 \begin_layout Standard
2653 Los coeficientes de un binomio se insertan con el comando 
2654 \series bold
2655
2656 \backslash
2657 binom
2658 \series default
2659
2660 \begin_inset Index
2661 status collapsed
2662
2663 \begin_layout Plain Layout
2664 Comandos ! B ! 
2665 \backslash
2666 binom
2667 \end_layout
2668
2669 \end_inset
2670
2671  o con el submenú del botón 
2672 \begin_inset Graphics
2673         filename ../../images/math/frac-square.png
2674         scale 85
2675
2676 \end_inset
2677
2678 de la barra de herramientas de ecuaciones.
2679  Como en las fracciones, además de 
2680 \series bold
2681
2682 \backslash
2683 binom
2684 \series default
2685  hay los comandos 
2686 \series bold
2687
2688 \backslash
2689 dbinom
2690 \begin_inset Index
2691 status collapsed
2692
2693 \begin_layout Plain Layout
2694 Comandos ! D ! 
2695 \backslash
2696 dbinom
2697 \end_layout
2698
2699 \end_inset
2700
2701
2702 \series default
2703  y 
2704 \series bold
2705
2706 \backslash
2707 tbinom
2708 \series default
2709
2710 \begin_inset Index
2711 status collapsed
2712
2713 \begin_layout Plain Layout
2714 Comandos ! T ! 
2715 \backslash
2716 tbinom
2717 \end_layout
2718
2719 \end_inset
2720
2721 .
2722  Para otros delimitadores de coeficientes de un binomio hay los comandos
2723  
2724 \series bold
2725
2726 \backslash
2727 brace
2728 \series default
2729
2730 \begin_inset Index
2731 status collapsed
2732
2733 \begin_layout Plain Layout
2734 Comandos ! B ! 
2735 \backslash
2736 brace
2737 \end_layout
2738
2739 \end_inset
2740
2741  y 
2742 \series bold
2743
2744 \backslash
2745 brack
2746 \series default
2747
2748 \begin_inset Index
2749 status collapsed
2750
2751 \begin_layout Plain Layout
2752 Comandos ! B ! 
2753 \backslash
2754 brack
2755 \end_layout
2756
2757 \end_inset
2758
2759 .
2760 \end_layout
2761
2762 \begin_layout Standard
2763 \noindent
2764 \align center
2765 \begin_inset Tabular
2766 <lyxtabular version="3" rows="6" columns="2">
2767 <features>
2768 <column alignment="center" valignment="top" width="0">
2769 <column alignment="center" valignment="top" width="0">
2770 <row>
2771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2772 \begin_inset Text
2773
2774 \begin_layout Plain Layout
2775 Comando
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2781 \begin_inset Text
2782
2783 \begin_layout Plain Layout
2784 Resultado
2785 \begin_inset Note Note
2786 status collapsed
2787
2788 \begin_layout Plain Layout
2789
2790 \series bold
2791
2792 \backslash
2793 raisebox
2794 \series default
2795  se usa sólo como espaciador
2796 \end_layout
2797
2798 \end_inset
2799
2800
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 </row>
2806 <row>
2807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Plain Layout
2811
2812 \backslash
2813 binom
2814 \begin_inset ERT
2815 status collapsed
2816
2817 \begin_layout Plain Layout
2818
2819
2820 \backslash
2821 spce 
2822 \end_layout
2823
2824 \end_inset
2825
2826 A
2827 \begin_inset Formula $\downarrow$
2828 \end_inset
2829
2830 B
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 </row>
2848 <row>
2849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Plain Layout
2853
2854 \backslash
2855 dbinom
2856 \begin_inset ERT
2857 status collapsed
2858
2859 \begin_layout Plain Layout
2860
2861
2862 \backslash
2863 spce 
2864 \end_layout
2865
2866 \end_inset
2867
2868 A
2869 \begin_inset Formula $\downarrow$
2870 \end_inset
2871
2872 B
2873 \end_layout
2874
2875 \end_inset
2876 </cell>
2877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2878 \begin_inset Text
2879
2880 \begin_layout Plain Layout
2881 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2882 \end_inset
2883
2884
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 </row>
2890 <row>
2891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895
2896 \backslash
2897 tbinom
2898 \begin_inset ERT
2899 status collapsed
2900
2901 \begin_layout Plain Layout
2902
2903
2904 \backslash
2905 spce 
2906 \end_layout
2907
2908 \end_inset
2909
2910 A
2911 \begin_inset Formula $\downarrow$
2912 \end_inset
2913
2914 B
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 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2924 \end_inset
2925
2926
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 </row>
2932 <row>
2933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937
2938 \backslash
2939 brack
2940 \begin_inset ERT
2941 status collapsed
2942
2943 \begin_layout Plain Layout
2944
2945
2946 \backslash
2947 spce 
2948 \end_layout
2949
2950 \end_inset
2951
2952 A
2953 \begin_inset Formula $\downarrow$
2954 \end_inset
2955
2956 B
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 $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2966 \end_inset
2967
2968
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 </row>
2974 <row>
2975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979
2980 \backslash
2981 brace
2982 \begin_inset ERT
2983 status collapsed
2984
2985 \begin_layout Plain Layout
2986
2987
2988 \backslash
2989 spce 
2990 \end_layout
2991
2992 \end_inset
2993
2994 A
2995 \begin_inset Formula $\downarrow$
2996 \end_inset
2997
2998 B
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3008 \end_inset
3009
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 </row>
3016 </lyxtabular>
3017
3018 \end_inset
3019
3020
3021 \begin_inset Newpage newpage
3022 \end_inset
3023
3024
3025 \end_layout
3026
3027 \begin_layout Subsection
3028 Diferenciaciones de casos
3029 \begin_inset Index
3030 status collapsed
3031
3032 \begin_layout Plain Layout
3033 Casos
3034 \end_layout
3035
3036 \end_inset
3037
3038
3039 \end_layout
3040
3041 \begin_layout Standard
3042 \noindent
3043 \align center
3044 \begin_inset Tabular
3045 <lyxtabular version="3" rows="3" columns="2">
3046 <features>
3047 <column alignment="center" valignment="top" width="0">
3048 <column alignment="center" valignment="top" width="0">
3049 <row>
3050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054 Comando
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 Resultado
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 </row>
3069 <row>
3070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074
3075 \backslash
3076 cases
3077 \begin_inset ERT
3078 status collapsed
3079
3080 \begin_layout Plain Layout
3081
3082
3083 \backslash
3084 spce 
3085 \end_layout
3086
3087 \end_inset
3088
3089 A
3090 \begin_inset Formula $\to$
3091 \end_inset
3092
3093 B>0
3094 \begin_inset Index
3095 status collapsed
3096
3097 \begin_layout Plain Layout
3098 Comandos ! C ! 
3099 \backslash
3100 cases
3101 \end_layout
3102
3103 \end_inset
3104
3105
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 \begin_inset Formula $\begin{cases}
3115 A & B>0\end{cases}$
3116 \end_inset
3117
3118
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 </row>
3124 <row>
3125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129
3130 \backslash
3131 cases
3132 \begin_inset ERT
3133 status collapsed
3134
3135 \begin_layout Plain Layout
3136
3137
3138 \backslash
3139 spce 
3140 \end_layout
3141
3142 \end_inset
3143
3144
3145 \family sans
3146 Ctrl+Retorno
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155 \begin_inset Formula $\begin{cases}
3156 A & \textrm{para }x>0\\
3157 B & \textrm{para }x=0\end{cases}$
3158 \end_inset
3159
3160
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 </lyxtabular>
3167
3168 \end_inset
3169
3170
3171 \end_layout
3172
3173 \begin_layout Standard
3174 Después de insertar 
3175 \series bold
3176
3177 \backslash
3178 cases
3179 \series default
3180  o usar el botón 
3181 \begin_inset Graphics
3182         filename ../../images/math/cases.png
3183         scale 85
3184
3185 \end_inset
3186
3187  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3188 \family sans
3189 Ctrl+Retorno
3190 \family default
3191  o con el botón
3192 \family sans
3193  
3194 \family default
3195
3196 \begin_inset Graphics
3197         filename ../../images/tabular-feature_append-row.png
3198         scale 85
3199
3200 \end_inset
3201
3202  de la barra de tablas.
3203 \end_layout
3204
3205 \begin_layout Standard
3206 El comando 
3207 \series bold
3208
3209 \backslash
3210 cases
3211 \series default
3212  también está disponible en el menú 
3213 \family sans
3214 Insertar\SpecialChar \menuseparator
3215 Ecuación\SpecialChar \menuseparator
3216 Entorno casos
3217 \family default
3218 .
3219 \end_layout
3220
3221 \begin_layout Subsection
3222 Negaciones
3223 \begin_inset Index
3224 status collapsed
3225
3226 \begin_layout Plain Layout
3227 Negaciones
3228 \end_layout
3229
3230 \end_inset
3231
3232
3233 \end_layout
3234
3235 \begin_layout Standard
3236 Con el comando 
3237 \series bold
3238
3239 \backslash
3240 not
3241 \series default
3242
3243 \begin_inset Index
3244 status collapsed
3245
3246 \begin_layout Plain Layout
3247 Comandos ! N ! 
3248 \backslash
3249 not
3250 \end_layout
3251
3252 \end_inset
3253
3254  todo carácter se puede mostrar cancelado.
3255  Los caracteres son casi tachados con una barra inclinada.
3256 \end_layout
3257
3258 \begin_layout Standard
3259 \noindent
3260 \align center
3261 \begin_inset Tabular
3262 <lyxtabular version="3" rows="4" columns="2">
3263 <features>
3264 <column alignment="center" valignment="top" width="0">
3265 <column alignment="center" valignment="top" width="0">
3266 <row>
3267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271 Comando
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280 Resultado
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 </row>
3286 <row>
3287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291
3292 \backslash
3293 not=
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302 \begin_inset Formula $\not=$
3303 \end_inset
3304
3305
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 </row>
3311 <row>
3312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \backslash
3318 not 
3319 \backslash
3320 le
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 \begin_inset Formula $\not\le$
3330 \end_inset
3331
3332
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 </row>
3338 <row>
3339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \backslash
3345 not 
3346 \backslash
3347 parallel
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356 \begin_inset Formula $\not\parallel$
3357 \end_inset
3358
3359
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 </row>
3365 </lyxtabular>
3366
3367 \end_inset
3368
3369
3370 \end_layout
3371
3372 \begin_layout Standard
3373 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3374  Por tanto para algunas negaciones hay comandos especiales (véase 
3375 \begin_inset CommandInset ref
3376 LatexCommand ref
3377 reference "sub:Símbolos-matemáticos"
3378
3379 \end_inset
3380
3381  y 
3382 \begin_inset CommandInset ref
3383 LatexCommand ref
3384 reference "sec:Relaciones"
3385
3386 \end_inset
3387
3388 ).
3389 \end_layout
3390
3391 \begin_layout Subsection
3392 Espacios reservados 
3393 \begin_inset CommandInset label
3394 LatexCommand label
3395 name "sub:Espacios-reservados"
3396
3397 \end_inset
3398
3399
3400 \begin_inset Index
3401 status collapsed
3402
3403 \begin_layout Plain Layout
3404 Espacios reservados
3405 \end_layout
3406
3407 \end_inset
3408
3409
3410 \begin_inset Index
3411 status collapsed
3412
3413 \begin_layout Plain Layout
3414 Química ! isótopos
3415 \end_layout
3416
3417 \end_inset
3418
3419
3420 \begin_inset Index
3421 status collapsed
3422
3423 \begin_layout Plain Layout
3424 Isótopos|see
3425 \begin_inset ERT
3426 status collapsed
3427
3428 \begin_layout Plain Layout
3429
3430 {
3431 \end_layout
3432
3433 \end_inset
3434
3435 Química
3436 \begin_inset ERT
3437 status collapsed
3438
3439 \begin_layout Plain Layout
3440
3441 }
3442 \end_layout
3443
3444 \end_inset
3445
3446
3447 \end_layout
3448
3449 \end_inset
3450
3451
3452 \end_layout
3453
3454 \begin_layout Standard
3455 En la presentación de, p.
3456 \begin_inset space \thinspace{}
3457 \end_inset
3458
3459 e., isótopos,
3460 \begin_inset Foot
3461 status collapsed
3462
3463 \begin_layout Plain Layout
3464 Más sobre símbolos químicos en 
3465 \begin_inset CommandInset ref
3466 LatexCommand ref
3467 reference "sub:Símbolos-y-ecuaciones-químicas"
3468
3469 \end_inset
3470
3471
3472 \end_layout
3473
3474 \end_inset
3475
3476  surge el problema siguiente:
3477 \end_layout
3478
3479 \begin_layout Standard
3480 \noindent
3481 \align center
3482 \begin_inset Tabular
3483 <lyxtabular version="3" rows="2" columns="2">
3484 <features>
3485 <column alignment="center" valignment="top" width="0">
3486 <column alignment="center" valignment="top" width="0">
3487 <row>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Índices generados con sub- y superíndices:
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row>
3511 <cell alignment="center" valignment="top" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 Índices correctos:
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3525 \end_inset
3526
3527
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 </lyxtabular>
3534
3535 \end_inset
3536
3537
3538 \begin_inset Note Note
3539 status collapsed
3540
3541 \begin_layout Plain Layout
3542
3543 \series bold
3544
3545 \backslash
3546 raisebox
3547 \series default
3548  se usa sólo como espaciador
3549 \end_layout
3550
3551 \end_inset
3552
3553
3554 \end_layout
3555
3556 \begin_layout Standard
3557 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3558  del índice más largo.
3559  Para evitarlo está el comando 
3560 \series bold
3561
3562 \backslash
3563 phantom
3564 \series default
3565
3566 \begin_inset Index
3567 status collapsed
3568
3569 \begin_layout Plain Layout
3570 Comandos ! P ! 
3571 \backslash
3572 phantom
3573 \end_layout
3574
3575 \end_inset
3576
3577  o el botón 
3578 \begin_inset space ~
3579 \end_inset
3580
3581
3582 \begin_inset Graphics
3583         filename ../../images/math/phantom.png
3584         scale 85
3585
3586 \end_inset
3587
3588  del submenú de espaciado de ecuaciones
3589 \begin_inset Foot
3590 status collapsed
3591
3592 \begin_layout Plain Layout
3593 Botón 
3594 \begin_inset Graphics
3595         filename ../../images/math/space.png
3596         scale 85
3597
3598 \end_inset
3599
3600  de la barra de ecuaciones
3601 \end_layout
3602
3603 \end_inset
3604
3605 , que genera uno o más espacios reservados.
3606  Al insertar 
3607 \series bold
3608
3609 \backslash
3610 phantom
3611 \series default
3612  aparece un pequeño marco azul con dos flechas rojas superpuestas
3613 \begin_inset Formula $\phantom{}$
3614 \end_inset
3615
3616 .
3617  Las flechas indican que se reservará un espacio equivalente a la anchura
3618  y altura totales del contenido del marco.
3619  Los espacios reservados son correspondientes al tamaño de los caracteres.
3620 \end_layout
3621
3622 \begin_layout Standard
3623 \noindent
3624 \align center
3625 \begin_inset Tabular
3626 <lyxtabular version="3" rows="4" columns="2">
3627 <features>
3628 <column alignment="center" valignment="top" width="0">
3629 <column alignment="center" valignment="top" width="0">
3630 <row>
3631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 Comando
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Plain Layout
3644 Resultado
3645 \begin_inset Note Note
3646 status collapsed
3647
3648 \begin_layout Plain Layout
3649
3650 \series bold
3651
3652 \backslash
3653 raisebox
3654 \series default
3655  se usa sólo como espaciador
3656 \end_layout
3657
3658 \end_inset
3659
3660
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 </row>
3666 <row>
3667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 ^19
3672 \begin_inset ERT
3673 status collapsed
3674
3675 \begin_layout Plain Layout
3676
3677
3678 \backslash
3679 spce 
3680 \end_layout
3681
3682 \end_inset
3683
3684 _
3685 \backslash
3686 phantom
3687 \begin_inset ERT
3688 status collapsed
3689
3690 \begin_layout Plain Layout
3691
3692
3693 \backslash
3694 spce 
3695 \end_layout
3696
3697 \end_inset
3698
3699 1
3700 \begin_inset Formula $\rightarrow$
3701 \end_inset
3702
3703 9
3704 \begin_inset ERT
3705 status collapsed
3706
3707 \begin_layout Plain Layout
3708
3709
3710 \backslash
3711 spce 
3712 \end_layout
3713
3714 \end_inset
3715
3716 F
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3726 \end_inset
3727
3728
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 </row>
3734 <row>
3735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 ^235
3740 \begin_inset ERT
3741 status collapsed
3742
3743 \begin_layout Plain Layout
3744
3745
3746 \backslash
3747 spce 
3748 \end_layout
3749
3750 \end_inset
3751
3752 _
3753 \backslash
3754 phantom
3755 \begin_inset ERT
3756 status collapsed
3757
3758 \begin_layout Plain Layout
3759
3760
3761 \backslash
3762 spce 
3763 \end_layout
3764
3765 \end_inset
3766
3767 23
3768 \begin_inset Formula $\rightarrow$
3769 \end_inset
3770
3771 9
3772 \begin_inset ERT
3773 status collapsed
3774
3775 \begin_layout Plain Layout
3776
3777
3778 \backslash
3779 spce 
3780 \end_layout
3781
3782 \end_inset
3783
3784 F
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3794 \end_inset
3795
3796
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 </row>
3802 <row>
3803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \backslash
3809 Lambda^
3810 \begin_inset ERT
3811 status collapsed
3812
3813 \begin_layout Plain Layout
3814
3815
3816 \backslash
3817 spce 
3818 \end_layout
3819
3820 \end_inset
3821
3822
3823 \backslash
3824 phantom
3825 \begin_inset ERT
3826 status collapsed
3827
3828 \begin_layout Plain Layout
3829
3830
3831 \backslash
3832 spce 
3833 \end_layout
3834
3835 \end_inset
3836
3837 ii
3838 \begin_inset Formula $\rightarrow$
3839 \end_inset
3840
3841 t
3842 \begin_inset ERT
3843 status collapsed
3844
3845 \begin_layout Plain Layout
3846
3847
3848 \backslash
3849 spce 
3850 \end_layout
3851
3852 \end_inset
3853
3854 _MMt
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3864 \end_inset
3865
3866
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 </lyxtabular>
3873
3874 \end_inset
3875
3876
3877 \end_layout
3878
3879 \begin_layout Standard
3880 Además hay los comandos 
3881 \series bold
3882
3883 \backslash
3884 vphantom
3885 \series default
3886
3887 \begin_inset Index
3888 status collapsed
3889
3890 \begin_layout Plain Layout
3891 Comandos ! V ! 
3892 \backslash
3893 vphantom
3894 \end_layout
3895
3896 \end_inset
3897
3898  (botón 
3899 \begin_inset space ~
3900 \end_inset
3901
3902
3903 \begin_inset Graphics
3904         filename ../../images/math/vphantom.png
3905         scale 85
3906
3907 \end_inset
3908
3909 ) y 
3910 \series bold
3911
3912 \backslash
3913 hphantom
3914 \series default
3915
3916 \begin_inset Index
3917 status collapsed
3918
3919 \begin_layout Plain Layout
3920 Comandos ! H ! 
3921 \backslash
3922 hphantom
3923 \end_layout
3924
3925 \end_inset
3926
3927  (botón 
3928 \begin_inset space ~
3929 \end_inset
3930
3931
3932 \begin_inset Graphics
3933         filename ../../images/math/hphantom.png
3934         scale 85
3935
3936 \end_inset
3937
3938 ).
3939  
3940 \series bold
3941
3942 \backslash
3943 hphantom
3944 \series default
3945  genera espacio en el marco sólo para la altura máxima de los caracteres,
3946  no para su anchura.
3947  
3948 \series bold
3949
3950 \backslash
3951 vphantom
3952 \series default
3953  genera espacio sólo para la anchura del contenido del marco.
3954  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3955 \end_layout
3956
3957 \begin_layout Standard
3958 Por ejemplo, 
3959 \series bold
3960
3961 \backslash
3962 vphantom
3963 \series default
3964
3965 \begin_inset ERT
3966 status collapsed
3967
3968 \begin_layout Plain Layout
3969
3970
3971 \backslash
3972 spce 
3973 \end_layout
3974
3975 \end_inset
3976
3977
3978 \series bold
3979 a
3980 \backslash
3981 int
3982 \series default
3983  genera espacio de la altura del signo de la integral,
3984 \begin_inset Foot
3985 status collapsed
3986
3987 \begin_layout Plain Layout
3988 El comando 
3989 \series bold
3990
3991 \backslash
3992 int
3993 \series default
3994  genera un signo de integral, véase 
3995 \begin_inset CommandInset ref
3996 LatexCommand ref
3997 reference "sub:Operadores-grandes"
3998
3999 \end_inset
4000
4001
4002 \end_layout
4003
4004 \end_inset
4005
4006  porque este es el carácter más largo.
4007  En la 
4008 \begin_inset CommandInset ref
4009 LatexCommand ref
4010 reference "sub:Delimitadores-multilínea"
4011
4012 \end_inset
4013
4014  hay un ejemplo de aplicación.
4015 \end_layout
4016
4017 \begin_layout Subsection
4018 Líneas
4019 \begin_inset Index
4020 status collapsed
4021
4022 \begin_layout Plain Layout
4023 Lineas@Líneas
4024 \end_layout
4025
4026 \end_inset
4027
4028
4029 \begin_inset Index
4030 status collapsed
4031
4032 \begin_layout Plain Layout
4033 Ecuación ! sub- o superrayada
4034 \end_layout
4035
4036 \end_inset
4037
4038
4039 \end_layout
4040
4041 \begin_layout Standard
4042 \noindent
4043 \align center
4044 \begin_inset Tabular
4045 <lyxtabular version="3" rows="4" columns="2">
4046 <features>
4047 <column alignment="center" valignment="top" width="0">
4048 <column alignment="center" valignment="top" width="0">
4049 <row>
4050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 Comando
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Resultado
4064 \begin_inset Note Note
4065 status collapsed
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070
4071 \backslash
4072 raisebox
4073 \series default
4074  se usa sólo como espaciador
4075 \end_layout
4076
4077 \end_inset
4078
4079
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 </row>
4085 <row>
4086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090
4091 \backslash
4092 overline
4093 \begin_inset ERT
4094 status collapsed
4095
4096 \begin_layout Plain Layout
4097
4098
4099 \backslash
4100 spce 
4101 \end_layout
4102
4103 \end_inset
4104
4105 A+B
4106 \begin_inset Index
4107 status collapsed
4108
4109 \begin_layout Plain Layout
4110 Comandos ! O ! 
4111 \backslash
4112 overline
4113 \end_layout
4114
4115 \end_inset
4116
4117
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4127 \end_inset
4128
4129
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 </row>
4135 <row>
4136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140
4141 \backslash
4142 underline
4143 \begin_inset ERT
4144 status collapsed
4145
4146 \begin_layout Plain Layout
4147
4148
4149 \backslash
4150 spce 
4151 \end_layout
4152
4153 \end_inset
4154
4155 A+B
4156 \begin_inset Index
4157 status collapsed
4158
4159 \begin_layout Plain Layout
4160 Comandos ! U ! 
4161 \backslash
4162 underline
4163 \end_layout
4164
4165 \end_inset
4166
4167
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4177 \end_inset
4178
4179
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \backslash
4192 overline
4193 \begin_inset ERT
4194 status collapsed
4195
4196 \begin_layout Plain Layout
4197
4198
4199 \backslash
4200 spce 
4201 \end_layout
4202
4203 \end_inset
4204
4205
4206 \backslash
4207 underline
4208 \begin_inset ERT
4209 status collapsed
4210
4211 \begin_layout Plain Layout
4212
4213
4214 \backslash
4215 spce 
4216 \end_layout
4217
4218 \end_inset
4219
4220 A+B
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4230 \end_inset
4231
4232
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 </lyxtabular>
4239
4240 \end_inset
4241
4242
4243 \end_layout
4244
4245 \begin_layout Standard
4246 En el último ejemplo es indiferente poner primero 
4247 \series bold
4248
4249 \backslash
4250 overline
4251 \series default
4252  o 
4253 \series bold
4254
4255 \backslash
4256 underline
4257 \series default
4258 .
4259 \end_layout
4260
4261 \begin_layout Standard
4262 Para poner doble subrayado, p.
4263 \begin_inset space \thinspace{}
4264 \end_inset
4265
4266 e.
4267  en resultados, se usa 
4268 \series bold
4269
4270 \backslash
4271 underline
4272 \series default
4273  dos veces.
4274 \end_layout
4275
4276 \begin_layout Standard
4277 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4278 \begin_inset VSpace bigskip
4279 \end_inset
4280
4281 Se pueden crear líneas personalizadas con el comando 
4282 \series bold
4283
4284 \backslash
4285 rule
4286 \series default
4287
4288 \begin_inset Index
4289 status collapsed
4290
4291 \begin_layout Plain Layout
4292 Comandos ! R ! 
4293 \backslash
4294 rule
4295 \end_layout
4296
4297 \end_inset
4298
4299  con el esquema siguiente:
4300 \end_layout
4301
4302 \begin_layout Standard
4303
4304 \series bold
4305
4306 \backslash
4307 rule[hueco vertical]{longitud}{grosor}
4308 \end_layout
4309
4310 \begin_layout Standard
4311 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4312  si el valor es negativo).
4313  Las unidades disponibles para los valores están listadas en
4314 \begin_inset space ~
4315 \end_inset
4316
4317
4318 \begin_inset CommandInset ref
4319 LatexCommand ref
4320 reference "tab:Unidades-disponibles"
4321
4322 \end_inset
4323
4324 .
4325  A continuación hay dos ejemplos de líneas creadas con los comandos
4326 \series bold
4327
4328 \begin_inset Newline newline
4329 \end_inset
4330
4331
4332 \backslash
4333 rule[-2ex]{3cm}{2pt}
4334 \series default
4335  y 
4336 \series bold
4337
4338 \backslash
4339 rule{2cm}{1pt}
4340 \series default
4341 :
4342 \end_layout
4343
4344 \begin_layout Standard
4345 Esto es una frase 
4346 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4347 \end_inset
4348
4349  con dos líneas.
4350 \end_layout
4351
4352 \begin_layout Standard
4353
4354 \series bold
4355
4356 \backslash
4357 rule
4358 \series default
4359  también se puede usar para texto si se inserta en modo TeX.
4360 \end_layout
4361
4362 \begin_layout Subsection
4363 Puntos
4364 \begin_inset CommandInset label
4365 LatexCommand label
4366 name "sub:Puntos"
4367
4368 \end_inset
4369
4370
4371 \begin_inset Index
4372 status collapsed
4373
4374 \begin_layout Plain Layout
4375 Puntos
4376 \end_layout
4377
4378 \end_inset
4379
4380
4381 \end_layout
4382
4383 \begin_layout Standard
4384 Hay distintos tipos de puntos disponibles.
4385 \begin_inset Foot
4386 status collapsed
4387
4388 \begin_layout Plain Layout
4389 En la barra de herramientas de ecuaciones, en el panel del botón 
4390 \begin_inset Graphics
4391         filename ../../images/math/ldots.png
4392         scale 85
4393
4394 \end_inset
4395
4396 .
4397 \end_layout
4398
4399 \end_inset
4400
4401  Para continuación en enumeraciones se usan puntos bajos, (
4402 \series bold
4403
4404 \backslash
4405 ldots
4406 \series default
4407
4408 \begin_inset Index
4409 status collapsed
4410
4411 \begin_layout Plain Layout
4412 Comandos ! L ! 
4413 \backslash
4414 ldots
4415 \end_layout
4416
4417 \end_inset
4418
4419 ), mientras que para operaciones se usan puntos centrados a la misma altura
4420  que los operadores, (
4421 \series bold
4422
4423 \backslash
4424 cdots
4425 \series default
4426
4427 \begin_inset Index
4428 status collapsed
4429
4430 \begin_layout Plain Layout
4431 Comandos ! C ! 
4432 \backslash
4433 cdots
4434 \end_layout
4435
4436 \end_inset
4437
4438 ).
4439  Si se usa el comando 
4440 \series bold
4441
4442 \backslash
4443 dots
4444 \series default
4445
4446 \begin_inset Index
4447 status collapsed
4448
4449 \begin_layout Plain Layout
4450 Comandos ! D ! 
4451 \backslash
4452 dots
4453 \end_layout
4454
4455 \end_inset
4456
4457 , LaTeX decide el tipo a usar en función del carácter siguiente.
4458 \end_layout
4459
4460 \begin_layout Standard
4461 \align center
4462 \begin_inset Tabular
4463 <lyxtabular version="3" rows="8" columns="2">
4464 <features>
4465 <column alignment="center" valignment="top" width="0pt">
4466 <column alignment="center" valignment="top" width="0pt">
4467 <row>
4468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 Comando
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 Resultado
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 </row>
4487 <row>
4488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 A_1
4493 \begin_inset ERT
4494 status collapsed
4495
4496 \begin_layout Plain Layout
4497
4498
4499 \backslash
4500 spce 
4501 \end_layout
4502
4503 \end_inset
4504
4505 ,
4506 \backslash
4507 dots
4508 \begin_inset ERT
4509 status collapsed
4510
4511 \begin_layout Plain Layout
4512
4513
4514 \backslash
4515 spce 
4516 \end_layout
4517
4518 \end_inset
4519
4520 ,A_n
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 \begin_inset Formula $A_{1},\dots,A_{n}$
4530 \end_inset
4531
4532
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 </row>
4538 <row>
4539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 A_1
4544 \begin_inset ERT
4545 status collapsed
4546
4547 \begin_layout Plain Layout
4548
4549
4550 \backslash
4551 spce 
4552 \end_layout
4553
4554 \end_inset
4555
4556 +
4557 \backslash
4558 dots
4559 \begin_inset ERT
4560 status collapsed
4561
4562 \begin_layout Plain Layout
4563
4564
4565 \backslash
4566 spce 
4567 \end_layout
4568
4569 \end_inset
4570
4571 +A_n
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 \begin_inset Formula $A_{1}+\dots+A_{n}$
4581 \end_inset
4582
4583
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594 A_1
4595 \begin_inset ERT
4596 status collapsed
4597
4598 \begin_layout Plain Layout
4599
4600
4601 \backslash
4602 spce 
4603 \end_layout
4604
4605 \end_inset
4606
4607 ,
4608 \backslash
4609 ldots
4610 \begin_inset ERT
4611 status collapsed
4612
4613 \begin_layout Plain Layout
4614
4615
4616 \backslash
4617 spce 
4618 \end_layout
4619
4620 \end_inset
4621
4622 ,A_n
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 \begin_inset Formula $A_{1},\ldots,A_{n}$
4632 \end_inset
4633
4634
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 </row>
4640 <row>
4641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 A_1
4646 \begin_inset ERT
4647 status collapsed
4648
4649 \begin_layout Plain Layout
4650
4651
4652 \backslash
4653 spce 
4654 \end_layout
4655
4656 \end_inset
4657
4658 +
4659 \backslash
4660 cdots
4661 \begin_inset ERT
4662 status collapsed
4663
4664 \begin_layout Plain Layout
4665
4666
4667 \backslash
4668 spce 
4669 \end_layout
4670
4671 \end_inset
4672
4673 +A_n
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4683 \end_inset
4684
4685
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 </row>
4691 <row>
4692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696
4697 \backslash
4698 vdots
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 \begin_inset Formula $\vdots$
4708 \end_inset
4709
4710
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721
4722 \backslash
4723 ddots
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 \begin_inset Formula $\ddots$
4733 \end_inset
4734
4735
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 </row>
4741 <row>
4742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 Matriz
4747 \begin_inset space \thinspace{}
4748 \end_inset
4749
4750 3×3 con los distintos puntos
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 \begin_inset Formula $\begin{array}{ccc}
4760 A_{11} & \cdots & A_{1m}\\
4761 \vdots & \ddots & \vdots\\
4762 A_{n1} & \cdots & A_{nm}\end{array}$
4763 \end_inset
4764
4765
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 </row>
4771 </lyxtabular>
4772
4773 \end_inset
4774
4775
4776 \end_layout
4777
4778 \begin_layout Standard
4779 Los puntos suspensivos disponibles en el menú 
4780 \family sans
4781 Insertar\SpecialChar \menuseparator
4782 Carácter especial
4783 \family default
4784  son 
4785 \series bold
4786
4787 \backslash
4788 ldots
4789 \series default
4790 .
4791 \begin_inset VSpace medskip
4792 \end_inset
4793
4794
4795 \end_layout
4796
4797 \begin_layout Standard
4798 Hay puntos específicos para matrices que se extienden por varias columnas.
4799  Se generan con el comando 
4800 \series bold
4801
4802 \backslash
4803 hdotsfor
4804 \series default
4805
4806 \begin_inset Index
4807 status collapsed
4808
4809 \begin_layout Plain Layout
4810 Comandos ! H ! 
4811 \backslash
4812 hdotsfor
4813 \end_layout
4814
4815 \end_inset
4816
4817 , que tiene el siguiente esquema:
4818 \end_layout
4819
4820 \begin_layout Standard
4821
4822 \series bold
4823
4824 \backslash
4825 hdotsfor[distancia]{número de columnas}
4826 \end_layout
4827
4828 \begin_layout Standard
4829 Número de columnas especifica cuántas columnas deben abarcarse.
4830  Distancia es un factor para la separación entre los puntos.
4831 \end_layout
4832
4833 \begin_layout Standard
4834 En la siguiente matriz se ha insertado el comando 
4835 \series bold
4836
4837 \backslash
4838 hdotsfor[2]{4}
4839 \series default
4840  en el primer recuadro de la segunda línea para obtener puntos separados
4841  una distancia equivalente a dos veces la del comando 
4842 \series bold
4843
4844 \backslash
4845 dots
4846 \series default
4847 .
4848 \begin_inset Formula \[
4849 \left(\begin{array}{cccc}
4850 A & B & C & D\\
4851 \hdotsfor[2]{4}\\
4852 q & w & e & r\end{array}\right)\]
4853
4854 \end_inset
4855
4856
4857 \end_layout
4858
4859 \begin_layout Standard
4860 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4861  de lo contrario se producen errores de LaTeX.
4862 \end_layout
4863
4864 \begin_layout Standard
4865 \begin_inset VSpace bigskip
4866 \end_inset
4867
4868
4869 \end_layout
4870
4871 \begin_layout Standard
4872 Además, con el comando 
4873 \series bold
4874
4875 \backslash
4876 dotfill
4877 \series default
4878
4879 \begin_inset Index
4880 status collapsed
4881
4882 \begin_layout Plain Layout
4883 Comandos ! D ! 
4884 \backslash
4885 dotfill
4886 \end_layout
4887
4888 \end_inset
4889
4890  puedes completar con puntos una línea.
4891  El efecto de este tipo de comandos es como el de 
4892 \series bold
4893
4894 \backslash
4895 hfill
4896 \series default
4897 , véase 
4898 \begin_inset CommandInset ref
4899 LatexCommand ref
4900 reference "sub:Espacio-variable"
4901
4902 \end_inset
4903
4904 .
4905 \end_layout
4906
4907 \begin_layout Standard
4908 Por ejemplo el comando 
4909 \series bold
4910 A
4911 \backslash
4912 dotfill
4913 \series default
4914
4915 \begin_inset ERT
4916 status collapsed
4917
4918 \begin_layout Plain Layout
4919
4920
4921 \backslash
4922 spce 
4923 \end_layout
4924
4925 \end_inset
4926
4927
4928 \series bold
4929 B
4930 \series default
4931  genera
4932 \end_layout
4933
4934 \begin_layout Standard
4935 \begin_inset Formula $A\dotfill B$
4936 \end_inset
4937
4938
4939 \end_layout
4940
4941 \begin_layout Standard
4942 Un comando análogo a 
4943 \series bold
4944
4945 \backslash
4946 dotfill
4947 \series default
4948  para rellenar con una línea es 
4949 \series bold
4950
4951 \backslash
4952 hrulefill
4953 \series default
4954
4955 \begin_inset Index
4956 status collapsed
4957
4958 \begin_layout Plain Layout
4959 Comandos ! H ! 
4960 \backslash
4961 hrulefill
4962 \end_layout
4963
4964 \end_inset
4965
4966 :
4967 \end_layout
4968
4969 \begin_layout Standard
4970 \begin_inset Formula $A\hrulefill B$
4971 \end_inset
4972
4973
4974 \end_layout
4975
4976 \begin_layout Standard
4977 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4978 \end_layout
4979
4980 \begin_layout Section
4981 Matrices
4982 \begin_inset CommandInset label
4983 LatexCommand label
4984 name "sec:Matrices"
4985
4986 \end_inset
4987
4988
4989 \begin_inset Index
4990 status collapsed
4991
4992 \begin_layout Plain Layout
4993 Matrices
4994 \end_layout
4995
4996 \end_inset
4997
4998
4999 \end_layout
5000
5001 \begin_layout Standard
5002 Se pueden insertar con el botón 
5003 \begin_inset Graphics
5004         filename ../../images/dialog-show_mathmatrix.png
5005         scale 85
5006
5007 \end_inset
5008
5009  de la barra de ecuaciones o con el menú 
5010 \family sans
5011 Insertar\SpecialChar \menuseparator
5012 Ecuación\SpecialChar \menuseparator
5013 Matriz
5014 \family default
5015 .
5016  Aparece una ventana en la que se pide el número de filas y columnas y la
5017  alineación.
5018  La alineación vertical sólo es relevante para matrices en línea:
5019 \end_layout
5020
5021 \begin_layout Standard
5022 Esta primera matriz tiene alineación superior 
5023 \begin_inset Formula $\begin{array}[t]{cccc}
5024 A & D & G & J\\
5025 B & E & H & K\\
5026 D & F & I & L\end{array}$
5027 \end_inset
5028
5029  , la segunda alineación central 
5030 \begin_inset Formula $\begin{array}{cccc}
5031 A & D & G & J\\
5032 B & E & H & K\\
5033 D & F & I & L\end{array}$
5034 \end_inset
5035
5036  , y la tercera alineación inferior 
5037 \begin_inset Formula $\begin{array}[b]{cccc}
5038 A & D & G & J\\
5039 B & E & H & K\\
5040 D & F & I & L\end{array}$
5041 \end_inset
5042
5043 .
5044 \end_layout
5045
5046 \begin_layout Standard
5047 La alineación horizontal especifica cómo deben alinearse las entradas de
5048  la columna.
5049  Se determina mediante una letra para cada columna.
5050  
5051 \emph on
5052 l
5053 \emph default
5054  indica alineación a la izquierda, 
5055 \emph on
5056 c
5057 \emph default
5058  alineación centrada y 
5059 \emph on
5060 r
5061 \emph default
5062  alineación a la derecha.
5063  Por ejemplo, para componer una matriz
5064 \begin_inset space ~
5065 \end_inset
5066
5067 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5068  centradas y la última a la derecha, se anota 
5069 \series bold
5070 lccr
5071 \series default
5072  en la alineación horizontal.
5073  Normalmente todas las columnas de una matriz están centradas, por tanto
5074  el valor por omisión es 
5075 \series bold
5076 c
5077 \series default
5078  para todas ellas.
5079 \end_layout
5080
5081 \begin_layout Standard
5082 Alineación horizontal:
5083 \end_layout
5084
5085 \begin_layout Standard
5086
5087 \series bold
5088 lll
5089 \series default
5090  : 
5091 \begin_inset Formula $\begin{array}{lll}
5092 10000 & D & G\\
5093 B & 10000 & H\\
5094 C & F & 10000\end{array}$
5095 \end_inset
5096
5097  , 
5098 \series bold
5099 ccc 
5100 \series default
5101
5102 \begin_inset Formula $\begin{array}{ccc}
5103 10000 & D & G\\
5104 B & 10000 & H\\
5105 C & F & 10000\end{array}$
5106 \end_inset
5107
5108  
5109 \series bold
5110 ,
5111 \series default
5112  
5113 \series bold
5114 rrr 
5115 \series default
5116
5117 \begin_inset Formula $\begin{array}{rrr}
5118 10000 & D & G\\
5119 B & 10000 & H\\
5120 C & F & 10000\end{array}$
5121 \end_inset
5122
5123
5124 \end_layout
5125
5126 \begin_layout Standard
5127 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5128  botones 
5129 \begin_inset Graphics
5130         filename ../../images/tabular-feature_append-row.png
5131         scale 85
5132
5133 \end_inset
5134
5135
5136 \begin_inset Graphics
5137         filename ../../images/tabular-feature_delete-row.png
5138         scale 85
5139
5140 \end_inset
5141
5142 , etc.
5143  de la barra de ecuaciones o el menú 
5144 \family sans
5145 Editar\SpecialChar \menuseparator
5146 Filas y columnas
5147 \family default
5148 .
5149  También se pueden añadir filas nuevas con 
5150 \family sans
5151 Ctrl+Retorno
5152 \family default
5153 .
5154 \end_layout
5155
5156 \begin_layout Standard
5157 \begin_inset VSpace bigskip
5158 \end_inset
5159
5160
5161 \end_layout
5162
5163 \begin_layout Standard
5164 Se pueden poner paréntesis alrededor de una matriz con los comandos 
5165 \series bold
5166
5167 \backslash
5168 left
5169 \series default
5170
5171 \begin_inset Index
5172 status collapsed
5173
5174 \begin_layout Plain Layout
5175 Comandos ! L ! 
5176 \backslash
5177 left
5178 \end_layout
5179
5180 \end_inset
5181
5182  y 
5183 \series bold
5184
5185 \backslash
5186 right
5187 \series default
5188
5189 \begin_inset Index
5190 status collapsed
5191
5192 \begin_layout Plain Layout
5193 Comandos ! R ! 
5194 \backslash
5195 right
5196 \end_layout
5197
5198 \end_inset
5199
5200  (atajo 
5201 \family sans
5202 Alt+M
5203 \begin_inset space ~
5204 \end_inset
5205
5206 Paréntesis
5207 \family default
5208 ), véase 
5209 \begin_inset CommandInset ref
5210 LatexCommand ref
5211 reference "sub:Tamaño-automático-de"
5212
5213 \end_inset
5214
5215 , o usando los comandos siguientes:
5216 \end_layout
5217
5218 \begin_layout Standard
5219 \begin_inset VSpace medskip
5220 \end_inset
5221
5222
5223 \end_layout
5224
5225 \begin_layout Standard
5226 \begin_inset space \hfill{}
5227 \end_inset
5228
5229
5230 \begin_inset Tabular
5231 <lyxtabular version="3" rows="4" columns="2">
5232 <features>
5233 <column alignment="center" valignment="top" width="0">
5234 <column alignment="center" valignment="top" width="0">
5235 <row>
5236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 Comando
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 Resultado
5250 \begin_inset Note Note
5251 status collapsed
5252
5253 \begin_layout Plain Layout
5254
5255 \series bold
5256
5257 \backslash
5258 raisebox
5259 \series default
5260  se usa sólo como espaciador
5261 \end_layout
5262
5263 \end_inset
5264
5265
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 </row>
5271 <row>
5272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276
5277 \backslash
5278 bmatrix
5279 \begin_inset ERT
5280 status collapsed
5281
5282 \begin_layout Plain Layout
5283
5284
5285 \backslash
5286 spce 
5287 \end_layout
5288
5289 \end_inset
5290
5291 2
5292 \series bold
5293 ×
5294 \series default
5295 2
5296 \begin_inset space \thinspace{}
5297 \end_inset
5298
5299 matriz
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5309 0 & \textrm{-}\mathrm{i}\\
5310 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5311 \end_inset
5312
5313
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 </row>
5319 <row>
5320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324
5325 \backslash
5326 Bmatrix
5327 \begin_inset ERT
5328 status collapsed
5329
5330 \begin_layout Plain Layout
5331
5332
5333 \backslash
5334 spce 
5335 \end_layout
5336
5337 \end_inset
5338
5339 2×2
5340 \begin_inset space \thinspace{}
5341 \end_inset
5342
5343 matriz
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5353 0 & \textrm{-}\mathrm{i}\\
5354 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5355 \end_inset
5356
5357
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 </row>
5363 <row>
5364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368
5369 \backslash
5370 pmatrix
5371 \begin_inset ERT
5372 status collapsed
5373
5374 \begin_layout Plain Layout
5375
5376
5377 \backslash
5378 spce 
5379 \end_layout
5380
5381 \end_inset
5382
5383 2
5384 \series bold
5385 ×
5386 \series default
5387 2
5388 \begin_inset space \thinspace{}
5389 \end_inset
5390
5391 matriz
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5401 0 & \textrm{-}\mathrm{i}\\
5402 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5403 \end_inset
5404
5405
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 </row>
5411 </lyxtabular>
5412
5413 \end_inset
5414
5415
5416 \begin_inset space \hfill{}
5417 \end_inset
5418
5419
5420 \begin_inset Tabular
5421 <lyxtabular version="3" rows="4" columns="2">
5422 <features>
5423 <column alignment="center" valignment="top" width="0">
5424 <column alignment="center" valignment="top" width="0">
5425 <row>
5426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 Comando
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 Resultado
5440 \begin_inset Note Note
5441 status collapsed
5442
5443 \begin_layout Plain Layout
5444
5445 \series bold
5446
5447 \backslash
5448 raisebox
5449 \series default
5450  se usa sólo como espaciador
5451 \end_layout
5452
5453 \end_inset
5454
5455
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 </row>
5461 <row>
5462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466
5467 \backslash
5468 vmatrix
5469 \begin_inset ERT
5470 status collapsed
5471
5472 \begin_layout Plain Layout
5473
5474
5475 \backslash
5476 spce 
5477 \end_layout
5478
5479 \end_inset
5480
5481 2
5482 \series bold
5483 ×
5484 \series default
5485 2
5486 \begin_inset space \thinspace{}
5487 \end_inset
5488
5489 matriz
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5499 0 & \textrm{-}\mathrm{i}\\
5500 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5501 \end_inset
5502
5503
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 </row>
5509 <row>
5510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514
5515 \backslash
5516 Vmatrix
5517 \begin_inset ERT
5518 status collapsed
5519
5520 \begin_layout Plain Layout
5521
5522
5523 \backslash
5524 spce 
5525 \end_layout
5526
5527 \end_inset
5528
5529 2
5530 \series bold
5531 ×
5532 \series default
5533 2
5534 \begin_inset space \thinspace{}
5535 \end_inset
5536
5537 matriz
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5547 0 & \textrm{-}\mathrm{i}\\
5548 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562
5563 \backslash
5564 matrix
5565 \begin_inset ERT
5566 status collapsed
5567
5568 \begin_layout Plain Layout
5569
5570
5571 \backslash
5572 spce 
5573 \end_layout
5574
5575 \end_inset
5576
5577 2
5578 \series bold
5579 ×
5580 \series default
5581 2
5582 \begin_inset space \thinspace{}
5583 \end_inset
5584
5585 matriz
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5595 0 & \textrm{-}\mathrm{i}\\
5596 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5597 \end_inset
5598
5599
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 </row>
5605 </lyxtabular>
5606
5607 \end_inset
5608
5609
5610 \begin_inset space \hfill{}
5611 \end_inset
5612
5613
5614 \end_layout
5615
5616 \begin_layout Standard
5617 \begin_inset VSpace medskip
5618 \end_inset
5619
5620
5621 \end_layout
5622
5623 \begin_layout Standard
5624 Cuando se inserta p.
5625 \begin_inset space \thinspace{}
5626 \end_inset
5627
5628 e.
5629 \begin_inset space ~
5630 \end_inset
5631
5632
5633 \series bold
5634
5635 \backslash
5636 vmatrix
5637 \series default
5638 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5639  la matriz.
5640 \end_layout
5641
5642 \begin_layout Standard
5643 \begin_inset VSpace bigskip
5644 \end_inset
5645
5646
5647 \end_layout
5648
5649 \begin_layout Standard
5650 Como todas las ecuaciones multilínea son matrices, la longitud 
5651 \series bold
5652
5653 \backslash
5654 arraycolsep
5655 \series default
5656
5657 \begin_inset Index
5658 status collapsed
5659
5660 \begin_layout Plain Layout
5661 Comandos ! A ! 
5662 \backslash
5663 arraycolsep
5664 \end_layout
5665
5666 \end_inset
5667
5668 , que se describe en 
5669 \begin_inset CommandInset ref
5670 LatexCommand ref
5671 reference "sub:Separación-de-columnas"
5672
5673 \end_inset
5674
5675 , también se puede usar para cambiar la separación de las columnas en una
5676  matriz.
5677  Para cambiar la separación de las filas, se usa el comando 
5678 \series bold
5679
5680 \backslash
5681 arraystretch
5682 \series default
5683
5684 \begin_inset Index
5685 status collapsed
5686
5687 \begin_layout Plain Layout
5688 Comandos ! A ! 
5689 \backslash
5690 arraystretch
5691 \end_layout
5692
5693 \end_inset
5694
5695  de la siguiente manera:
5696 \end_layout
5697
5698 \begin_layout Standard
5699
5700 \series bold
5701
5702 \backslash
5703 renewcommand{
5704 \backslash
5705 arraystretch}{factor de separación}
5706 \begin_inset Index
5707 status collapsed
5708
5709 \begin_layout Plain Layout
5710 Comandos ! R ! 
5711 \backslash
5712 renewcommand
5713 \end_layout
5714
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \begin_layout Standard
5721 El comando 
5722 \series bold
5723
5724 \backslash
5725 renewcommand
5726 \series default
5727  asigna el factor de separación al comando predefinido 
5728 \series bold
5729
5730 \backslash
5731 arraystretch
5732 \series default
5733 .
5734  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5735  Además, éste se usa para todas las matrices siguientes.
5736  Para volver a la separación original, asigna factor 1 a 
5737 \series bold
5738
5739 \backslash
5740 arraystretch
5741 \series default
5742 .
5743 \end_layout
5744
5745 \begin_layout Standard
5746 Para poner matrices en línea se usa el comando 
5747 \series bold
5748
5749 \backslash
5750 smallmatrix
5751 \series default
5752
5753 \begin_inset Index
5754 status collapsed
5755
5756 \begin_layout Plain Layout
5757 Comandos ! S ! 
5758 \backslash
5759 smallmatrix
5760 \end_layout
5761
5762 \end_inset
5763
5764 .
5765  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5766  se inserta la matriz.
5767  
5768 \end_layout
5769
5770 \begin_layout Standard
5771 Esto es una matriz 
5772 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5773 C & D\end{smallmatrix}\right)$
5774 \end_inset
5775
5776  en línea.
5777 \end_layout
5778
5779 \begin_layout Section
5780 Delimitadores
5781 \begin_inset Index
5782 status collapsed
5783
5784 \begin_layout Plain Layout
5785 Delimitadores
5786 \end_layout
5787
5788 \end_inset
5789
5790
5791 \end_layout
5792
5793 \begin_layout Subsection
5794 Delimitadores verticales
5795 \begin_inset Index
5796 status collapsed
5797
5798 \begin_layout Plain Layout
5799 Delimitadores ! verticales
5800 \end_layout
5801
5802 \end_inset
5803
5804
5805 \end_layout
5806
5807 \begin_layout Standard
5808 \begin_inset space \hfill{}
5809 \end_inset
5810
5811
5812 \begin_inset Tabular
5813 <lyxtabular version="3" rows="9" columns="2">
5814 <features>
5815 <column alignment="center" valignment="top" width="0pt">
5816 <column alignment="center" valignment="top" width="0pt">
5817 <row>
5818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 Comando
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 Resultado
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 (
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 \begin_inset Formula $($
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 </row>
5860 <row>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 {
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 \begin_inset Formula $\{$
5875 \end_inset
5876
5877
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 </row>
5883 <row>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 [
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 \begin_inset Formula $[$
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 </row>
5906 <row>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911
5912 \backslash
5913 langle
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 \begin_inset Formula $\langle$
5923 \end_inset
5924
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 <row>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936
5937 \backslash
5938 lceil
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 \begin_inset Formula $\lceil$
5948 \end_inset
5949
5950
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 </row>
5956 <row>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961
5962 \backslash
5963 lfloor
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 \begin_inset Formula $\lfloor$
5973 \end_inset
5974
5975
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 </row>
5981 <row>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 /
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 \begin_inset Formula $/$
5996 \end_inset
5997
5998
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 </row>
6004 <row>
6005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 |
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 \begin_inset Formula $|$
6019 \end_inset
6020
6021
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 </row>
6027 </lyxtabular>
6028
6029 \end_inset
6030
6031
6032 \begin_inset space \hfill{}
6033 \end_inset
6034
6035
6036 \begin_inset Tabular
6037 <lyxtabular version="3" rows="9" columns="2">
6038 <features>
6039 <column alignment="center" valignment="top" width="0pt">
6040 <column alignment="center" valignment="top" width="0pt">
6041 <row>
6042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 Comando
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 Resultado
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 <row>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 )
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 \begin_inset Formula $)$
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 </row>
6084 <row>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 }
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 \begin_inset Formula $\}$
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 ]
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 \begin_inset Formula $]$
6122 \end_inset
6123
6124
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 </row>
6130 <row>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135
6136 \backslash
6137 rangle
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 \begin_inset Formula $\rangle$
6147 \end_inset
6148
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 </row>
6155 <row>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160
6161 \backslash
6162 rceil
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 \begin_inset Formula $\rceil$
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 </row>
6180 <row>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185
6186 \backslash
6187 rfloor
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 \begin_inset Formula $\rfloor$
6197 \end_inset
6198
6199
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 </row>
6205 <row>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210
6211 \backslash
6212
6213 \backslash
6214
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 \begin_inset Formula $\backslash$
6224 \end_inset
6225
6226
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 </row>
6232 <row>
6233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237
6238 \backslash
6239 |
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 \begin_inset Formula $\|$
6249 \end_inset
6250
6251
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 </row>
6257 </lyxtabular>
6258
6259 \end_inset
6260
6261
6262 \begin_inset space \hfill{}
6263 \end_inset
6264
6265
6266 \end_layout
6267
6268 \begin_layout Standard
6269 \begin_inset Note Greyedout
6270 status open
6271
6272 \begin_layout Plain Layout
6273
6274 \series bold
6275 Nota
6276 \series default
6277 : En modo TeX hay que usar el comando 
6278 \series bold
6279
6280 \backslash
6281 textbackslash
6282 \series default
6283
6284 \begin_inset Index
6285 status collapsed
6286
6287 \begin_layout Plain Layout
6288 Comandos ! T ! 
6289 \backslash
6290 textbackslash
6291 \end_layout
6292
6293 \end_inset
6294
6295  para la barra invertida, porque si no el comando 
6296 \series bold
6297
6298 \backslash
6299
6300 \backslash
6301
6302 \series default
6303  genera un salto de línea.
6304 \end_layout
6305
6306 \end_inset
6307
6308
6309 \end_layout
6310
6311 \begin_layout Standard
6312 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6313  descritos en las dos subsecciones siguientes.
6314  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6315  < y > en vez de los comandos 
6316 \series bold
6317
6318 \backslash
6319 langle
6320 \series default
6321  y 
6322 \series bold
6323
6324 \backslash
6325 rangle
6326 \series default
6327 .
6328  
6329 \end_layout
6330
6331 \begin_layout Subsubsection
6332 Tamaño manual de los delimitadores
6333 \begin_inset CommandInset label
6334 LatexCommand label
6335 name "sub:Tamaño-manual-de"
6336
6337 \end_inset
6338
6339
6340 \begin_inset Index
6341 status collapsed
6342
6343 \begin_layout Plain Layout
6344 Delimitadores ! tamaño manual
6345 \end_layout
6346
6347 \end_inset
6348
6349
6350 \end_layout
6351
6352 \begin_layout Standard
6353 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6354  LaTeX 
6355 \series bold
6356
6357 \backslash
6358 big
6359 \series default
6360
6361 \begin_inset Index
6362 status collapsed
6363
6364 \begin_layout Plain Layout
6365 Comandos ! B ! 
6366 \backslash
6367 big
6368 \end_layout
6369
6370 \end_inset
6371
6372
6373 \series bold
6374
6375 \backslash
6376 Big
6377 \series default
6378
6379 \series bold
6380
6381 \backslash
6382 bigg
6383 \series default
6384 , y 
6385 \series bold
6386
6387 \backslash
6388 Bigg
6389 \series default
6390 .
6391  
6392 \series bold
6393
6394 \backslash
6395 big
6396 \series default
6397  indica el tamaño menor y 
6398 \series bold
6399
6400 \backslash
6401 Bigg
6402 \series default
6403  el mayor.
6404 \end_layout
6405
6406 \begin_layout Standard
6407 Estos comandos se usan para resaltar niveles de delimitación:
6408 \end_layout
6409
6410 \begin_layout Standard
6411 \noindent
6412 \align center
6413 \begin_inset Tabular
6414 <lyxtabular version="3" rows="2" columns="2">
6415 <features>
6416 <column alignment="center" valignment="top" width="0">
6417 <column alignment="center" valignment="top" width="0">
6418 <row>
6419 <cell alignment="center" valignment="top" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 todos los delimitadores de igual tamaño:
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell alignment="center" valignment="top" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6433 \end_inset
6434
6435
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 </row>
6441 <row>
6442 <cell alignment="center" valignment="top" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 así tiene mejor aspecto:
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 <cell alignment="center" valignment="top" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6456 \end_inset
6457
6458
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 </row>
6464 </lyxtabular>
6465
6466 \end_inset
6467
6468
6469 \begin_inset Note Note
6470 status collapsed
6471
6472 \begin_layout Plain Layout
6473
6474 \series bold
6475
6476 \backslash
6477 raisebox
6478 \series default
6479  se usa sólo como espaciador
6480 \end_layout
6481
6482 \end_inset
6483
6484
6485 \end_layout
6486
6487 \begin_layout Standard
6488 Para la segunda expresión se ha empleado el comando 
6489 \series bold
6490
6491 \backslash
6492 Big((A+B)(A-B)
6493 \backslash
6494 Big)^
6495 \series default
6496
6497 \begin_inset ERT
6498 status collapsed
6499
6500 \begin_layout Plain Layout
6501
6502
6503 \backslash
6504 spce 
6505 \end_layout
6506
6507 \end_inset
6508
6509
6510 \series bold
6511 C
6512 \series default
6513 .
6514 \end_layout
6515
6516 \begin_layout Standard
6517 He aquí una visión conjunta de todos los tamaños y delimitadores:
6518 \end_layout
6519
6520 \begin_layout Standard
6521 \noindent
6522 \align center
6523
6524 \backslash
6525 Bigg(
6526 \backslash
6527 exp
6528 \backslash
6529 bigg<
6530 \backslash
6531 Big[
6532 \backslash
6533 big{
6534 \backslash
6535 ln(3x)
6536 \backslash
6537 big}^2
6538 \begin_inset ERT
6539 status collapsed
6540
6541 \begin_layout Plain Layout
6542
6543
6544 \backslash
6545 spce 
6546 \end_layout
6547
6548 \end_inset
6549
6550
6551 \backslash
6552 sen(x)
6553 \backslash
6554 Big]^
6555 \begin_inset ERT
6556 status collapsed
6557
6558 \begin_layout Plain Layout
6559
6560
6561 \backslash
6562 spce 
6563 \end_layout
6564
6565 \end_inset
6566
6567 A
6568 \begin_inset ERT
6569 status collapsed
6570
6571 \begin_layout Plain Layout
6572
6573
6574 \backslash
6575 spce 
6576 \end_layout
6577
6578 \end_inset
6579
6580
6581 \backslash
6582 bigg>
6583 \backslash
6584 Bigg)^0,5
6585 \begin_inset Formula \[
6586 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6587
6588 \end_inset
6589
6590
6591 \end_layout
6592
6593 \begin_layout Standard
6594 Además de los comandos 
6595 \series bold
6596
6597 \backslash
6598 big
6599 \series default
6600  hay la variante 
6601 \series bold
6602
6603 \backslash
6604 bigm
6605 \series default
6606
6607 \begin_inset Index
6608 status collapsed
6609
6610 \begin_layout Plain Layout
6611 Comandos ! B ! 
6612 \backslash
6613 bigm
6614 \end_layout
6615
6616 \end_inset
6617
6618 , que añade un poco más de espacio entre el delimitador y su contenido,
6619  y la variante 
6620 \series bold
6621
6622 \backslash
6623 bigl
6624 \series default
6625 -
6626 \series bold
6627
6628 \backslash
6629 bigr
6630 \series default
6631
6632 \begin_inset Index
6633 status collapsed
6634
6635 \begin_layout Plain Layout
6636 Comandos ! B ! 
6637 \backslash
6638 bigl - 
6639 \backslash
6640 bigr
6641 \end_layout
6642
6643 \end_inset
6644
6645 , que no añade espacio adicional.
6646  La 
6647 \emph on
6648 l
6649 \emph default
6650  al final del comando 
6651 \series bold
6652
6653 \backslash
6654 bigl 
6655 \series default
6656 es para el delimitador izquierdo, la 
6657 \emph on
6658 r
6659 \emph default
6660  es para el delimitador derecho.
6661  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6662  apertura o de cierre.
6663 \end_layout
6664
6665 \begin_layout Standard
6666 En el siguiente cuadro hay una comparación de las variantes:
6667 \end_layout
6668
6669 \begin_layout Standard
6670 \noindent
6671 \align center
6672 \begin_inset Tabular
6673 <lyxtabular version="3" rows="5" columns="2">
6674 <features>
6675 <column alignment="center" valignment="top" width="0">
6676 <column alignment="center" valignment="top" width="0">
6677 <row>
6678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 Comando
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 Resultado
6692 \begin_inset Note Note
6693 status collapsed
6694
6695 \begin_layout Plain Layout
6696
6697 \series bold
6698
6699 \backslash
6700 raisebox
6701 \series default
6702  se usa sólo como espaciador
6703 \end_layout
6704
6705 \end_inset
6706
6707
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 </row>
6713 <row>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718
6719 \backslash
6720 Bigm(
6721 \backslash
6722 bigm(
6723 \backslash
6724 ln(3x)
6725 \backslash
6726 bigm)^2
6727 \series bold
6728
6729 \begin_inset ERT
6730 status collapsed
6731
6732 \begin_layout Plain Layout
6733
6734
6735 \backslash
6736 spce 
6737 \end_layout
6738
6739 \end_inset
6740
6741
6742 \series default
6743
6744 \backslash
6745 Bigm)
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6755 \end_inset
6756
6757
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 </row>
6763 <row>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768
6769 \backslash
6770 Big(
6771 \backslash
6772 big(
6773 \backslash
6774 ln(3x)
6775 \backslash
6776 big)^2
6777 \series bold
6778
6779 \begin_inset ERT
6780 status collapsed
6781
6782 \begin_layout Plain Layout
6783
6784
6785 \backslash
6786 spce 
6787 \end_layout
6788
6789 \end_inset
6790
6791
6792 \series default
6793
6794 \backslash
6795 Big)
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6805 \end_inset
6806
6807
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 </row>
6813 <row>
6814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818
6819 \backslash
6820 Bigl(
6821 \backslash
6822 bigl(
6823 \backslash
6824 ln(3x)
6825 \backslash
6826 bigr)^2
6827 \series bold
6828
6829 \begin_inset ERT
6830 status collapsed
6831
6832 \begin_layout Plain Layout
6833
6834
6835 \backslash
6836 spce 
6837 \end_layout
6838
6839 \end_inset
6840
6841
6842 \series default
6843
6844 \backslash
6845 Bigr)
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6855 \end_inset
6856
6857
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 </row>
6863 <row>
6864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868
6869 \backslash
6870 bigl)
6871 \backslash
6872 ln(3x)
6873 \backslash
6874 bigr(
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6884 \end_inset
6885
6886
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 </row>
6892 </lyxtabular>
6893
6894 \end_inset
6895
6896
6897 \end_layout
6898
6899 \begin_layout Subsubsection
6900 Tamaño automático de los delimitadores
6901 \begin_inset CommandInset label
6902 LatexCommand label
6903 name "sub:Tamaño-automático-de"
6904
6905 \end_inset
6906
6907
6908 \begin_inset Index
6909 status collapsed
6910
6911 \begin_layout Plain Layout
6912 Delimitadores ! tamaño automático
6913 \end_layout
6914
6915 \end_inset
6916
6917
6918 \end_layout
6919
6920 \begin_layout Standard
6921 Se pueden insertar delimitadores de tamaño variable con los comandos 
6922 \series bold
6923
6924 \backslash
6925 left
6926 \series default
6927
6928 \begin_inset Index
6929 status collapsed
6930
6931 \begin_layout Plain Layout
6932 Comandos ! L ! 
6933 \backslash
6934 left
6935 \end_layout
6936
6937 \end_inset
6938
6939  y 
6940 \series bold
6941
6942 \backslash
6943 right
6944 \series default
6945
6946 \begin_inset Index
6947 status collapsed
6948
6949 \begin_layout Plain Layout
6950 Comandos ! R ! 
6951 \backslash
6952 right
6953 \end_layout
6954
6955 \end_inset
6956
6957  o con el botón de la barra de ecuaciones 
6958 \begin_inset Graphics
6959         filename ../../images/dialog-show_mathdelimiter.png
6960         scale 85
6961
6962 \end_inset
6963
6964 .
6965  El delimitador deseado se debe insertar directamente detrás de 
6966 \series bold
6967
6968 \backslash
6969 left
6970 \series default
6971  y 
6972 \series bold
6973
6974 \backslash
6975 right
6976 \series default
6977 .
6978  El tamaño se calculará automáticamente después para la salida.
6979  
6980 \end_layout
6981
6982 \begin_layout Standard
6983 \noindent
6984 \align center
6985 delimitador normal: El comando 
6986 \series bold
6987
6988 \backslash
6989 ln(
6990 \backslash
6991 frac
6992 \series default
6993
6994 \begin_inset ERT
6995 status collapsed
6996
6997 \begin_layout Plain Layout
6998
6999
7000 \backslash
7001 spce 
7002 \end_layout
7003
7004 \end_inset
7005
7006
7007 \series bold
7008 A
7009 \begin_inset Formula $\downarrow$
7010 \end_inset
7011
7012 C
7013 \series default
7014
7015 \begin_inset ERT
7016 status collapsed
7017
7018 \begin_layout Plain Layout
7019
7020
7021 \backslash
7022 spce
7023 \end_layout
7024
7025 \end_inset
7026
7027
7028 \series bold
7029 )
7030 \series default
7031  genera
7032 \begin_inset Formula \[
7033 \ln(\frac{A}{C})\]
7034
7035 \end_inset
7036
7037
7038 \end_layout
7039
7040 \begin_layout Standard
7041 \noindent
7042 \align center
7043 delimitador multilínea: El comando 
7044 \series bold
7045
7046 \backslash
7047 ln
7048 \backslash
7049 left(
7050 \backslash
7051 frac
7052 \series default
7053
7054 \begin_inset ERT
7055 status collapsed
7056
7057 \begin_layout Plain Layout
7058
7059
7060 \backslash
7061 spce 
7062 \end_layout
7063
7064 \end_inset
7065
7066
7067 \series bold
7068 A
7069 \begin_inset Formula $\downarrow$
7070 \end_inset
7071
7072 C
7073 \series default
7074
7075 \begin_inset ERT
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079
7080
7081 \backslash
7082 spce 
7083 \end_layout
7084
7085 \end_inset
7086
7087
7088 \series bold
7089
7090 \backslash
7091 right)
7092 \series default
7093  genera
7094 \begin_inset Formula \[
7095 \ln\left(\frac{A}{C}\right)\]
7096
7097 \end_inset
7098
7099
7100 \end_layout
7101
7102 \begin_layout Standard
7103 En lugar de 
7104 \series bold
7105
7106 \backslash
7107 left
7108 \series default
7109  y 
7110 \series bold
7111
7112 \backslash
7113 right
7114 \series default
7115  se puede usar el atajo 
7116 \family sans
7117 Alt+M
7118 \begin_inset space ~
7119 \end_inset
7120
7121 Corchete
7122 \family default
7123 .
7124  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7125  real del delimitador y además se genera el correspondiente delimitador
7126  de cierre.
7127 \begin_inset Newline newline
7128 \end_inset
7129
7130 El comando para el último ejemplo sería 
7131 \series bold
7132
7133 \backslash
7134 ln Alt+M
7135 \series default
7136  
7137 \series bold
7138 (
7139 \backslash
7140 frac
7141 \begin_inset ERT
7142 status collapsed
7143
7144 \begin_layout Plain Layout
7145
7146
7147 \backslash
7148 spce 
7149 \end_layout
7150
7151 \end_inset
7152
7153 A
7154 \begin_inset Formula $\downarrow$
7155 \end_inset
7156
7157
7158 \end_layout
7159
7160 \begin_layout Standard
7161 Para omitir uno de los dos delimitadores se inserta un punto.
7162  Por ejemplo, el comando 
7163 \series bold
7164
7165 \backslash
7166 left.
7167 \backslash
7168 frac
7169 \series default
7170
7171 \begin_inset ERT
7172 status collapsed
7173
7174 \begin_layout Plain Layout
7175
7176
7177 \backslash
7178 spce 
7179 \end_layout
7180
7181 \end_inset
7182
7183
7184 \series bold
7185 A
7186 \begin_inset Formula $\downarrow$
7187 \end_inset
7188
7189 B
7190 \series default
7191
7192 \begin_inset ERT
7193 status collapsed
7194
7195 \begin_layout Plain Layout
7196
7197
7198 \backslash
7199 spce 
7200 \end_layout
7201
7202 \end_inset
7203
7204
7205 \series bold
7206
7207 \backslash
7208 right}
7209 \series default
7210  da lugar a:
7211 \begin_inset Formula \[
7212 \left.\frac{A}{B}\right\} \]
7213
7214 \end_inset
7215
7216
7217 \end_layout
7218
7219 \begin_layout Standard
7220 LyX convertirá los comandos 
7221 \series bold
7222
7223 \backslash
7224 left
7225 \series default
7226  y 
7227 \series bold
7228
7229 \backslash
7230 right
7231 \series default
7232  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7233  omitido aparecerá como línea de trazos.
7234  
7235 \begin_inset VSpace bigskip
7236 \end_inset
7237
7238
7239 \end_layout
7240
7241 \begin_layout Standard
7242 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7243  de LaTeX, el comando 
7244 \series bold
7245
7246 \backslash
7247 middle
7248 \series default
7249
7250 \begin_inset Index
7251 status collapsed
7252
7253 \begin_layout Plain Layout
7254 Comandos ! M ! 
7255 \backslash
7256 middle
7257 \end_layout
7258
7259 \end_inset
7260
7261  está también disponible para todos los delimitadores y límites.
7262  Con este comando la altura del siguiente carácter se adapta a la de los
7263  delimitadores circundantes, lo que es necesario, p.
7264 \begin_inset space \thinspace{}
7265 \end_inset
7266
7267 e., para vectores físicos: 
7268 \begin_inset Formula \[
7269 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7270
7271 \end_inset
7272
7273
7274 \end_layout
7275
7276 \begin_layout Standard
7277 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7278 \begin_inset CommandInset ref
7279 LatexCommand ref
7280 reference "sub:Vectores-físicos"
7281
7282 \end_inset
7283
7284 .
7285 \end_layout
7286
7287 \begin_layout Subsection
7288 Delimitadores horizontales
7289 \begin_inset Index
7290 status collapsed
7291
7292 \begin_layout Plain Layout
7293 Delimitadores ! horizontales
7294 \end_layout
7295
7296 \end_inset
7297
7298
7299 \end_layout
7300
7301 \begin_layout Standard
7302 \noindent
7303 \align center
7304 \begin_inset Tabular
7305 <lyxtabular version="3" rows="4" columns="2">
7306 <features>
7307 <column alignment="center" valignment="top" width="0">
7308 <column alignment="center" valignment="top" width="0">
7309 <row>
7310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 Comando
7315 \begin_inset Note Note
7316 status collapsed
7317
7318 \begin_layout Plain Layout
7319
7320 \series bold
7321
7322 \backslash
7323 raisebox
7324 \series default
7325  se usa sólo como espaciador
7326 \end_layout
7327
7328 \end_inset
7329
7330
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 Resultado
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 </row>
7345 <row>
7346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 \begin_inset ERT
7351 status collapsed
7352
7353 \begin_layout Plain Layout
7354
7355
7356 \backslash
7357 raisebox{2.3mm}{
7358 \end_layout
7359
7360 \end_inset
7361
7362
7363 \backslash
7364 overbrace
7365 \begin_inset ERT
7366 status collapsed
7367
7368 \begin_layout Plain Layout
7369
7370
7371 \backslash
7372 spce 
7373 \end_layout
7374
7375 \end_inset
7376
7377 A+B
7378 \begin_inset ERT
7379 status collapsed
7380
7381 \begin_layout Plain Layout
7382
7383
7384 \backslash
7385 spce 
7386 \end_layout
7387
7388 \end_inset
7389
7390 ^
7391 \begin_inset ERT
7392 status collapsed
7393
7394 \begin_layout Plain Layout
7395
7396
7397 \backslash
7398 spce 
7399 \end_layout
7400
7401 \end_inset
7402
7403 3
7404 \begin_inset ERT
7405 status collapsed
7406
7407 \begin_layout Plain Layout
7408
7409 }
7410 \end_layout
7411
7412 \end_inset
7413
7414
7415 \begin_inset Index
7416 status collapsed
7417
7418 \begin_layout Plain Layout
7419 Comandos ! O ! 
7420 \backslash
7421 overbrace
7422 \end_layout
7423
7424 \end_inset
7425
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 \begin_inset Formula $\overbrace{A+B}^{3}$
7436 \end_inset
7437
7438
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 </row>
7444 <row>
7445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 \begin_inset ERT
7450 status collapsed
7451
7452 \begin_layout Plain Layout
7453
7454
7455 \backslash
7456 raisebox{-2.2mm}{
7457 \end_layout
7458
7459 \end_inset
7460
7461
7462 \backslash
7463 underbrace
7464 \begin_inset ERT
7465 status collapsed
7466
7467 \begin_layout Plain Layout
7468
7469
7470 \backslash
7471 spce 
7472 \end_layout
7473
7474 \end_inset
7475
7476 A+B
7477 \begin_inset ERT
7478 status collapsed
7479
7480 \begin_layout Plain Layout
7481
7482
7483 \backslash
7484 spce 
7485 \end_layout
7486
7487 \end_inset
7488
7489 _5
7490 \begin_inset ERT
7491 status collapsed
7492
7493 \begin_layout Plain Layout
7494
7495 }
7496 \end_layout
7497
7498 \end_inset
7499
7500
7501 \begin_inset Index
7502 status collapsed
7503
7504 \begin_layout Plain Layout
7505 Comandos ! U ! 
7506 \backslash
7507 underbrace
7508 \end_layout
7509
7510 \end_inset
7511
7512
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521 \begin_inset Formula $\underbrace{A+B}_{5}$
7522 \end_inset
7523
7524
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 </row>
7530 <row>
7531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535
7536 \backslash
7537 overbrace
7538 \begin_inset ERT
7539 status collapsed
7540
7541 \begin_layout Plain Layout
7542
7543
7544 \backslash
7545 spce 
7546 \end_layout
7547
7548 \end_inset
7549
7550
7551 \backslash
7552 underbrace
7553 \begin_inset ERT
7554 status collapsed
7555
7556 \begin_layout Plain Layout
7557
7558
7559 \backslash
7560 spce 
7561 \end_layout
7562
7563 \end_inset
7564
7565 A+B_w
7566 \begin_inset ERT
7567 status collapsed
7568
7569 \begin_layout Plain Layout
7570
7571
7572 \backslash
7573 spce 
7574 \end_layout
7575
7576 \end_inset
7577
7578
7579 \begin_inset ERT
7580 status collapsed
7581
7582 \begin_layout Plain Layout
7583
7584
7585 \backslash
7586 spce 
7587 \end_layout
7588
7589 \end_inset
7590
7591 _7
7592 \begin_inset ERT
7593 status collapsed
7594
7595 \begin_layout Plain Layout
7596
7597
7598 \backslash
7599 spce 
7600 \end_layout
7601
7602 \end_inset
7603
7604
7605 \begin_inset ERT
7606 status collapsed
7607
7608 \begin_layout Plain Layout
7609
7610
7611 \backslash
7612 spce 
7613 \end_layout
7614
7615 \end_inset
7616
7617 ^
7618 \begin_inset ERT
7619 status collapsed
7620
7621 \begin_layout Plain Layout
7622
7623
7624 \backslash
7625 spce 
7626 \end_layout
7627
7628 \end_inset
7629
7630 C
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7640 \end_inset
7641
7642
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 </row>
7648 </lyxtabular>
7649
7650 \end_inset
7651
7652
7653 \end_layout
7654
7655 \begin_layout Standard
7656 En el último ejemplo no importa en qué orden se introducen los comandos
7657  
7658 \series bold
7659
7660 \backslash
7661 overbrace
7662 \series default
7663  y 
7664 \series bold
7665
7666 \backslash
7667 underbrace
7668 \series default
7669 .
7670 \begin_inset VSpace bigskip
7671 \end_inset
7672
7673
7674 \end_layout
7675
7676 \begin_layout Standard
7677 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7678  multilínea, como se describe en
7679 \begin_inset space ~
7680 \end_inset
7681
7682
7683 \begin_inset CommandInset ref
7684 LatexCommand ref
7685 reference "sec:Ecuaciones-multilínea"
7686
7687 \end_inset
7688
7689 :
7690 \begin_inset Formula \begin{eqnarray*}
7691 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7692  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7693
7694 \end_inset
7695
7696 En la primera fila se insertan la ecuación y la primera llave.
7697  Aquí es importante insertar el comando de espacio
7698 \begin_inset Foot
7699 status collapsed
7700
7701 \begin_layout Plain Layout
7702 Los comandos para espacios se explican en 
7703 \begin_inset CommandInset ref
7704 LatexCommand ref
7705 reference "sub:Espacio-predefinido"
7706
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \end_inset
7713
7714  
7715 \series bold
7716
7717 \backslash
7718 :
7719 \series default
7720  antes de la primera
7721 \series bold
7722  
7723 \series default
7724
7725 \begin_inset Formula $d$
7726 \end_inset
7727
7728 , porque la llave que termina detrás de 
7729 \begin_inset Formula $q$
7730 \end_inset
7731
7732  impide que el siguiente 
7733 \begin_inset Quotes fld
7734 \end_inset
7735
7736 +
7737 \begin_inset Quotes frd
7738 \end_inset
7739
7740  esté rodeado de espacio.
7741 \begin_inset Foot
7742 status collapsed
7743
7744 \begin_layout Plain Layout
7745 Debido a que la llave no es considerada como carácter, véase 
7746 \begin_inset CommandInset ref
7747 LatexCommand ref
7748 reference "sub:Operadores-binarios"
7749
7750 \end_inset
7751
7752
7753 \end_layout
7754
7755 \end_inset
7756
7757  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7758  de 
7759 \begin_inset Formula $b$
7760 \end_inset
7761
7762  se inserta antes el comando 
7763 \series bold
7764
7765 \backslash
7766 hphantom{gggg+
7767 \backslash
7768 :}
7769 \series default
7770 .
7771 \begin_inset Foot
7772 status collapsed
7773
7774 \begin_layout Plain Layout
7775 Más sobre 
7776 \series bold
7777
7778 \backslash
7779 hphantom
7780 \series default
7781  en 
7782 \begin_inset CommandInset ref
7783 LatexCommand ref
7784 reference "sub:Espacios-reservados"
7785
7786 \end_inset
7787
7788
7789 \end_layout
7790
7791 \end_inset
7792
7793  Ese espacio es necesario porque el signo 
7794 \begin_inset Quotes fld
7795 \end_inset
7796
7797 +
7798 \begin_inset Quotes frd
7799 \end_inset
7800
7801  va seguido de un espacio en la ecuación.
7802  La llave se coloca bajo el comando 
7803 \series bold
7804
7805 \backslash
7806 hphantom{bbqq+dddd}
7807 \series default
7808 .
7809  
7810 \end_layout
7811
7812 \begin_layout Standard
7813 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7814  ejemplo:
7815 \begin_inset ERT
7816 status collapsed
7817
7818 \begin_layout Plain Layout
7819
7820
7821 \backslash
7822 setlength{
7823 \backslash
7824 jot}{-6pt}
7825 \end_layout
7826
7827 \end_inset
7828
7829
7830 \begin_inset Formula \begin{eqnarray*}
7831  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7832 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7833
7834 \end_inset
7835
7836
7837 \begin_inset ERT
7838 status collapsed
7839
7840 \begin_layout Plain Layout
7841
7842
7843 \backslash
7844 setlength{
7845 \backslash
7846 jot}{3pt}
7847 \end_layout
7848
7849 \end_inset
7850
7851 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7852  anterior, con la diferencia de que la llave está encima.
7853  La segunda fila contiene la ecuación junto con la segunda llave.
7854  Para evitar que haya demasiado espacio entre la llave superior en la primera
7855  fila y la ecuación hay que reducirlo.
7856  Esto no es fácil de hacer debido a un fallo de LyX.
7857 \begin_inset Foot
7858 status collapsed
7859
7860 \begin_layout Plain Layout
7861 \begin_inset CommandInset href
7862 LatexCommand href
7863 name "LyX-bug #1505"
7864 target "http://www.lyx.org/trac/ticket/1505"
7865
7866 \end_inset
7867
7868
7869 \end_layout
7870
7871 \end_inset
7872
7873  Una solución es cambiar la separación global de filas en la ecuación, 
7874 \series bold
7875
7876 \backslash
7877 jot
7878 \series default
7879
7880 \begin_inset Index
7881 status collapsed
7882
7883 \begin_layout Plain Layout
7884 Comandos ! J ! 
7885 \backslash
7886 jot
7887 \end_layout
7888
7889 \end_inset
7890
7891 , en -6
7892 \begin_inset space \thinspace{}
7893 \end_inset
7894
7895 pt insertando antes de la ecuación el comando 
7896 \series bold
7897
7898 \backslash
7899 setlength{
7900 \backslash
7901 jot}{-6pt}
7902 \series default
7903  en modo TeX.
7904  Después de la ecuación se vuelve al valor normal 3
7905 \begin_inset space \thinspace{}
7906 \end_inset
7907
7908 pt de 
7909 \series bold
7910
7911 \backslash
7912 jot
7913 \series default
7914  usando el mismo comando.
7915  Más información sobre separación de filas en ecuaciones en
7916 \begin_inset space ~
7917 \end_inset
7918
7919
7920 \begin_inset CommandInset ref
7921 LatexCommand ref
7922 reference "sub:Separación-de-líneas"
7923
7924 \end_inset
7925
7926 .
7927 \end_layout
7928
7929 \begin_layout Section
7930 Flechas
7931 \begin_inset Index
7932 status collapsed
7933
7934 \begin_layout Plain Layout
7935 Flechas
7936 \end_layout
7937
7938 \end_inset
7939
7940
7941 \end_layout
7942
7943 \begin_layout Standard
7944 Las flechas se pueden insertar con el botón 
7945 \begin_inset Graphics
7946         filename ../../images/math/leftarrow.png
7947         scale 85
7948
7949 \end_inset
7950
7951  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7952  siguientes.
7953 \end_layout
7954
7955 \begin_layout Subsection
7956 Flechas horizontales
7957 \begin_inset Index
7958 status collapsed
7959
7960 \begin_layout Plain Layout
7961 Flechas ! horizontales
7962 \end_layout
7963
7964 \end_inset
7965
7966
7967 \end_layout
7968
7969 \begin_layout Standard
7970 \begin_inset space \hfill{}
7971 \end_inset
7972
7973
7974 \begin_inset Tabular
7975 <lyxtabular version="3" rows="8" columns="2">
7976 <features>
7977 <column alignment="center" valignment="top" width="0pt">
7978 <column alignment="center" valignment="top" width="0pt">
7979 <row>
7980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 Comando
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 Resultado
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 </row>
7999 <row>
8000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004
8005 \backslash
8006 gets
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 \begin_inset Formula $\gets$
8016 \end_inset
8017
8018
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \backslash
8031 Leftarrow
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 \begin_inset Formula $\Leftarrow$
8041 \end_inset
8042
8043
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row>
8050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \backslash
8056 longleftarrow
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 \begin_inset Formula $\longleftarrow$
8066 \end_inset
8067
8068
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 </row>
8074 <row>
8075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079
8080 \backslash
8081 Longleftarrow
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 \begin_inset Formula $\Longleftarrow$
8091 \end_inset
8092
8093
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 </row>
8099 <row>
8100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \backslash
8106 leftharpoonup
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 \begin_inset Formula $\leftharpoonup$
8116 \end_inset
8117
8118
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \backslash
8131 leftharpoondown
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 \begin_inset Formula $\leftharpoondown$
8141 \end_inset
8142
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 </row>
8149 <row>
8150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \backslash
8156 hookleftarrow
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 \begin_inset Formula $\hookleftarrow$
8166 \end_inset
8167
8168
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 </lyxtabular>
8175
8176 \end_inset
8177
8178
8179 \begin_inset space \hfill{}
8180 \end_inset
8181
8182
8183 \begin_inset Tabular
8184 <lyxtabular version="3" rows="8" columns="2">
8185 <features>
8186 <column alignment="center" valignment="top" width="0pt">
8187 <column alignment="center" valignment="top" width="0pt">
8188 <row>
8189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Comando
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Resultado
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \backslash
8215 to
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 \begin_inset Formula $\to$
8225 \end_inset
8226
8227
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \backslash
8240 Rightarrow
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 \begin_inset Formula $\Rightarrow$
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \backslash
8265 longrightarrow
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 \begin_inset Formula $\longrightarrow$
8275 \end_inset
8276
8277
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \backslash
8290 Longrightarrow
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 \begin_inset Formula $\Longrightarrow$
8300 \end_inset
8301
8302
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \backslash
8315 rightharpoonup
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 \begin_inset Formula $\rightharpoonup$
8325 \end_inset
8326
8327
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \backslash
8340 rightharpoondown
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 \begin_inset Formula $\rightharpoondown$
8350 \end_inset
8351
8352
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \backslash
8365 hookrightarrow
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 \begin_inset Formula $\hookrightarrow$
8375 \end_inset
8376
8377
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 </lyxtabular>
8384
8385 \end_inset
8386
8387
8388 \begin_inset space \hfill{}
8389 \end_inset
8390
8391
8392 \end_layout
8393
8394 \begin_layout Standard
8395 \begin_inset space \hfill{}
8396 \end_inset
8397
8398
8399 \begin_inset Tabular
8400 <lyxtabular version="3" rows="6" columns="2">
8401 <features>
8402 <column alignment="center" valignment="top" width="0pt">
8403 <column alignment="center" valignment="top" width="0pt">
8404 <row>
8405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 Comando
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 Resultado
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \backslash
8431 leftrightarrow
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 \begin_inset Formula $\leftrightarrow$
8441 \end_inset
8442
8443
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \backslash
8456 Leftrightarrow
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 \begin_inset Formula $\Leftrightarrow$
8466 \end_inset
8467
8468
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \backslash
8481 longleftrightarrow
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 \begin_inset Formula $\longleftrightarrow$
8491 \end_inset
8492
8493
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \backslash
8506 Longleftrightarrow
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 \begin_inset Formula $\Longleftrightarrow$
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \backslash
8531 rightleftharpoons
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 \begin_inset Formula $\rightleftharpoons$
8541 \end_inset
8542
8543
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 </lyxtabular>
8550
8551 \end_inset
8552
8553
8554 \begin_inset space \hspace{}
8555 \length 25pt
8556 \end_inset
8557
8558
8559 \begin_inset space \hfill{}
8560 \end_inset
8561
8562
8563 \begin_inset Tabular
8564 <lyxtabular version="3" rows="5" columns="2">
8565 <features>
8566 <column alignment="center" valignment="top" width="0pt">
8567 <column alignment="center" valignment="top" width="0pt">
8568 <row>
8569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Comando
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 Resultado
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row>
8589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \backslash
8595 mapsto
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 \begin_inset Formula $\mapsto$
8605 \end_inset
8606
8607
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \backslash
8620 longmapsto
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 \begin_inset Formula $\longmapsto$
8630 \end_inset
8631
8632
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 </row>
8638 <row>
8639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643
8644 \backslash
8645 leadsto
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 \begin_inset Formula $\leadsto$
8655 \end_inset
8656
8657
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \backslash
8670 dasharrow
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 \begin_inset Formula $\dasharrow$
8680 \end_inset
8681
8682
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 </row>
8688 </lyxtabular>
8689
8690 \end_inset
8691
8692
8693 \begin_inset space \hfill{}
8694 \end_inset
8695
8696
8697 \begin_inset VSpace medskip
8698 \end_inset
8699
8700
8701 \end_layout
8702
8703 \begin_layout Standard
8704 Las flechas que se utilizan como acentos, p.
8705 \begin_inset space \thinspace{}
8706 \end_inset
8707
8708 e.
8709  en vectores, se describen en 
8710 \begin_inset CommandInset ref
8711 LatexCommand ref
8712 reference "sec:Acentos"
8713
8714 \end_inset
8715
8716 .
8717  
8718 \begin_inset VSpace bigskip
8719 \end_inset
8720
8721
8722 \end_layout
8723
8724 \begin_layout Standard
8725 Además hay las flechas etiquetadas
8726 \begin_inset Index
8727 status collapsed
8728
8729 \begin_layout Plain Layout
8730 Flechas ! etiquetadas
8731 \end_layout
8732
8733 \end_inset
8734
8735  
8736 \series bold
8737
8738 \backslash
8739 xleftarrow
8740 \series default
8741
8742 \begin_inset Index
8743 status collapsed
8744
8745 \begin_layout Plain Layout
8746 Comandos ! X ! 
8747 \backslash
8748 xleftarrow
8749 \end_layout
8750
8751 \end_inset
8752
8753  y 
8754 \series bold
8755
8756 \backslash
8757 xrightarrow
8758 \series default
8759
8760 \begin_inset Index
8761 status collapsed
8762
8763 \begin_layout Plain Layout
8764 Comandos ! X ! 
8765 \backslash
8766 xrightarrow
8767 \begin_inset ERT
8768 status collapsed
8769
8770 \begin_layout Plain Layout
8771
8772
8773 \backslash
8774 vspace{4mm}
8775 \end_layout
8776
8777 \end_inset
8778
8779
8780 \end_layout
8781
8782 \end_inset
8783
8784 .
8785  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8786  con dos marcos azules donde se puede insertar la etiqueta.
8787  La longitud de la flecha se adapta a la anchura de la etiqueta.
8788 \end_layout
8789
8790 \begin_layout Standard
8791 \noindent
8792 \align center
8793 \begin_inset Tabular
8794 <lyxtabular version="3" rows="3" columns="2">
8795 <features>
8796 <column alignment="center" valignment="top" width="0">
8797 <column alignment="center" valignment="top" width="0">
8798 <row>
8799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Comando
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 Resultado
8813 \begin_inset Note Note
8814 status collapsed
8815
8816 \begin_layout Plain Layout
8817
8818 \series bold
8819
8820 \backslash
8821 raisebox
8822 \series default
8823  se usa sólo como espaciador
8824 \end_layout
8825
8826 \end_inset
8827
8828
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 </row>
8834 <row>
8835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 F(a)
8840 \backslash
8841 xleftarrow
8842 \begin_inset ERT
8843 status collapsed
8844
8845 \begin_layout Plain Layout
8846
8847
8848 \backslash
8849 spce 
8850 \end_layout
8851
8852 \end_inset
8853
8854 x=a
8855 \begin_inset Formula $\downarrow$
8856 \end_inset
8857
8858 x>0
8859 \begin_inset Formula $\to$
8860 \end_inset
8861
8862 F(x)
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8872 \end_inset
8873
8874
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 F(x)
8886 \backslash
8887 xrightarrow
8888 \begin_inset ERT
8889 status collapsed
8890
8891 \begin_layout Plain Layout
8892
8893
8894 \backslash
8895 spce 
8896 \end_layout
8897
8898 \end_inset
8899
8900 x=a
8901 \begin_inset Formula $\downarrow$
8902 \end_inset
8903
8904 x>0
8905 \begin_inset Formula $\to$
8906 \end_inset
8907
8908 F(a)
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8918 \end_inset
8919
8920
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 </lyxtabular>
8927
8928 \end_inset
8929
8930
8931 \end_layout
8932
8933 \begin_layout Subsection
8934 Flechas verticales y diagonales
8935 \begin_inset Index
8936 status collapsed
8937
8938 \begin_layout Plain Layout
8939 Flechas ! diagonales
8940 \end_layout
8941
8942 \end_inset
8943
8944
8945 \begin_inset Index
8946 status collapsed
8947
8948 \begin_layout Plain Layout
8949 Flechas ! verticales
8950 \end_layout
8951
8952 \end_inset
8953
8954
8955 \end_layout
8956
8957 \begin_layout Standard
8958 \begin_inset space \hfill{}
8959 \end_inset
8960
8961
8962 \begin_inset Tabular
8963 <lyxtabular version="3" rows="7" columns="2">
8964 <features>
8965 <column alignment="center" valignment="top" width="0pt">
8966 <column alignment="center" valignment="top" width="0pt">
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 Comando
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 Resultado
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992
8993 \backslash
8994 uparrow
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 \begin_inset Formula $\uparrow$
9004 \end_inset
9005
9006
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \backslash
9019 Uparrow
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 \begin_inset Formula $\Uparrow$
9029 \end_inset
9030
9031
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 </row>
9037 <row>
9038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042
9043 \backslash
9044 updownarrow
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 \begin_inset Formula $\updownarrow$
9054 \end_inset
9055
9056
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 </row>
9062 <row>
9063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067
9068 \backslash
9069 Updownarrow
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 \begin_inset Formula $\Updownarrow$
9079 \end_inset
9080
9081
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092
9093 \backslash
9094 Downarrow
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 \begin_inset Formula $\Downarrow$
9104 \end_inset
9105
9106
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117
9118 \backslash
9119 downarrow
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 \begin_inset Formula $\downarrow$
9129 \end_inset
9130
9131
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 </lyxtabular>
9138
9139 \end_inset
9140
9141
9142 \begin_inset space \hfill{}
9143 \end_inset
9144
9145
9146 \begin_inset Tabular
9147 <lyxtabular version="3" rows="5" columns="2">
9148 <features>
9149 <column alignment="center" valignment="top" width="0pt">
9150 <column alignment="center" valignment="top" width="0pt">
9151 <row>
9152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 Comando
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 Resultado
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \backslash
9178 nearrow
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 \begin_inset Formula $\nearrow$
9188 \end_inset
9189
9190
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 <row>
9197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201
9202 \backslash
9203 searrow
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 \begin_inset Formula $\searrow$
9213 \end_inset
9214
9215
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \backslash
9228 swarrow
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 \begin_inset Formula $\swarrow$
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \backslash
9253 nwarrow
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 \begin_inset Formula $\nwarrow$
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 </lyxtabular>
9272
9273 \end_inset
9274
9275
9276 \begin_inset space \hfill{}
9277 \end_inset
9278
9279
9280 \end_layout
9281
9282 \begin_layout Standard
9283 \begin_inset VSpace medskip
9284 \end_inset
9285
9286
9287 \end_layout
9288
9289 \begin_layout Standard
9290 Las flechas verticales también se pueden usar como delimitadores junto con
9291  los comandos descritos en
9292 \begin_inset space ~
9293 \end_inset
9294
9295
9296 \begin_inset CommandInset ref
9297 LatexCommand ref
9298 reference "sub:Tamaño-manual-de"
9299
9300 \end_inset
9301
9302  y 
9303 \begin_inset CommandInset ref
9304 LatexCommand ref
9305 reference "sub:Tamaño-automático-de"
9306
9307 \end_inset
9308
9309 .
9310 \end_layout
9311
9312 \begin_layout Standard
9313
9314 \end_layout
9315
9316 \begin_layout Section
9317 Acentos
9318 \begin_inset CommandInset label
9319 LatexCommand label
9320 name "sec:Acentos"
9321
9322 \end_inset
9323
9324
9325 \begin_inset Index
9326 status collapsed
9327
9328 \begin_layout Plain Layout
9329 Acentos
9330 \end_layout
9331
9332 \end_inset
9333
9334
9335 \end_layout
9336
9337 \begin_layout Standard
9338 Los acentos se pueden insertar con el botón 
9339 \begin_inset Graphics
9340         filename ../../images/math/hat.png
9341         scale 85
9342
9343 \end_inset
9344
9345  o mediante los comandos listados en las siguientes subsecciones.
9346 \end_layout
9347
9348 \begin_layout Subsection
9349 Acentos para un carácter
9350 \begin_inset ERT
9351 status collapsed
9352
9353 \begin_layout Plain Layout
9354
9355
9356 \backslash
9357 texorpdfstring{
9358 \end_layout
9359
9360 \end_inset
9361
9362
9363 \begin_inset Foot
9364 status collapsed
9365
9366 \begin_layout Plain Layout
9367 Para acentos en texto, véase 
9368 \begin_inset CommandInset ref
9369 LatexCommand ref
9370 reference "sub:Acentos-en-texto"
9371
9372 \end_inset
9373
9374
9375 \end_layout
9376
9377 \end_inset
9378
9379
9380 \begin_inset ERT
9381 status collapsed
9382
9383 \begin_layout Plain Layout
9384
9385 }{}
9386 \end_layout
9387
9388 \end_inset
9389
9390
9391 \begin_inset Note Note
9392 status collapsed
9393
9394 \begin_layout Plain Layout
9395
9396 \backslash
9397 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9398  PDF.
9399 \end_layout
9400
9401 \begin_layout Plain Layout
9402 Más sobre 
9403 \backslash
9404 texorpdfstring en la sección 
9405 \begin_inset CommandInset ref
9406 LatexCommand ref
9407 reference "sub:Ecuaciones-en-encabezados"
9408
9409 \end_inset
9410
9411 .
9412 \end_layout
9413
9414 \end_inset
9415
9416
9417 \begin_inset CommandInset label
9418 LatexCommand label
9419 name "sub:Acentos-para-un"
9420
9421 \end_inset
9422
9423
9424 \begin_inset Index
9425 status collapsed
9426
9427 \begin_layout Plain Layout
9428 Acentos ! para un carácter
9429 \end_layout
9430
9431 \end_inset
9432
9433
9434 \end_layout
9435
9436 \begin_layout Standard
9437 \begin_inset space \hfill{}
9438 \end_inset
9439
9440
9441 \begin_inset Tabular
9442 <lyxtabular version="3" rows="8" columns="2">
9443 <features>
9444 <column alignment="center" valignment="top" width="0pt">
9445 <column alignment="center" valignment="top" width="0pt">
9446 <row>
9447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 Comando
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 Resultado
9461 \begin_inset Note Note
9462 status collapsed
9463
9464 \begin_layout Plain Layout
9465
9466 \series bold
9467
9468 \backslash
9469 raisebox
9470 \series default
9471  se usa sólo como espaciador
9472 \end_layout
9473
9474 \end_inset
9475
9476
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \backslash
9489 dot
9490 \begin_inset ERT
9491 status collapsed
9492
9493 \begin_layout Plain Layout
9494
9495
9496 \backslash
9497 spce 
9498 \end_layout
9499
9500 \end_inset
9501
9502 A
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9512 \end_inset
9513
9514
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row>
9521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \backslash
9527 ddot
9528 \begin_inset ERT
9529 status collapsed
9530
9531 \begin_layout Plain Layout
9532
9533
9534 \backslash
9535 spce 
9536 \end_layout
9537
9538 \end_inset
9539
9540 A
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9550 \end_inset
9551
9552
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 </row>
9558 <row>
9559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563
9564 \backslash
9565 dddot
9566 \begin_inset ERT
9567 status collapsed
9568
9569 \begin_layout Plain Layout
9570
9571
9572 \backslash
9573 spce 
9574 \end_layout
9575
9576 \end_inset
9577
9578 A
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9588 \end_inset
9589
9590
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 </row>
9596 <row>
9597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601
9602 \backslash
9603 ddddot{A
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9613 \end_inset
9614
9615
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 </row>
9621 <row>
9622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626
9627 \backslash
9628 vec
9629 \begin_inset ERT
9630 status collapsed
9631
9632 \begin_layout Plain Layout
9633
9634
9635 \backslash
9636 spce 
9637 \end_layout
9638
9639 \end_inset
9640
9641 A
9642 \begin_inset Index
9643 status collapsed
9644
9645 \begin_layout Plain Layout
9646 Vectores
9647 \end_layout
9648
9649 \end_inset
9650
9651
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9661 \end_inset
9662
9663
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 </row>
9669 <row>
9670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674
9675 \backslash
9676 bar
9677 \begin_inset ERT
9678 status collapsed
9679
9680 \begin_layout Plain Layout
9681
9682
9683 \backslash
9684 spce 
9685 \end_layout
9686
9687 \end_inset
9688
9689 A
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9699 \end_inset
9700
9701
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 </row>
9707 <row>
9708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712
9713 \backslash
9714 mathring
9715 \begin_inset ERT
9716 status collapsed
9717
9718 \begin_layout Plain Layout
9719
9720
9721 \backslash
9722 spce 
9723 \end_layout
9724
9725 \end_inset
9726
9727 A
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 </row>
9745 </lyxtabular>
9746
9747 \end_inset
9748
9749
9750 \begin_inset space \hfill{}
9751 \end_inset
9752
9753
9754 \begin_inset Tabular
9755 <lyxtabular version="3" rows="7" columns="2">
9756 <features>
9757 <column alignment="center" valignment="top" width="0pt">
9758 <column alignment="center" valignment="top" width="0pt">
9759 <row>
9760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764 Comando
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773 Resultado
9774 \begin_inset Note Note
9775 status collapsed
9776
9777 \begin_layout Plain Layout
9778
9779 \series bold
9780
9781 \backslash
9782 raisebox
9783 \series default
9784  se usa sólo como espaciador
9785 \end_layout
9786
9787 \end_inset
9788
9789
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 </row>
9795 <row>
9796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800
9801 \backslash
9802 tilde
9803 \begin_inset ERT
9804 status collapsed
9805
9806 \begin_layout Plain Layout
9807
9808
9809 \backslash
9810 spce 
9811 \end_layout
9812
9813 \end_inset
9814
9815 A
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9825 \end_inset
9826
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 </row>
9833 <row>
9834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \backslash
9840 hat
9841 \begin_inset ERT
9842 status collapsed
9843
9844 \begin_layout Plain Layout
9845
9846
9847 \backslash
9848 spce 
9849 \end_layout
9850
9851 \end_inset
9852
9853 A
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9863 \end_inset
9864
9865
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 </row>
9871 <row>
9872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \backslash
9878 check
9879 \begin_inset ERT
9880 status collapsed
9881
9882 \begin_layout Plain Layout
9883
9884
9885 \backslash
9886 spce 
9887 \end_layout
9888
9889 \end_inset
9890
9891 A
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9901 \end_inset
9902
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 <row>
9910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \backslash
9916 acute
9917 \begin_inset ERT
9918 status collapsed
9919
9920 \begin_layout Plain Layout
9921
9922
9923 \backslash
9924 spce 
9925 \end_layout
9926
9927 \end_inset
9928
9929 A
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9939 \end_inset
9940
9941
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 </row>
9947 <row>
9948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952
9953 \backslash
9954 grave
9955 \begin_inset ERT
9956 status collapsed
9957
9958 \begin_layout Plain Layout
9959
9960
9961 \backslash
9962 spce 
9963 \end_layout
9964
9965 \end_inset
9966
9967 A
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9977 \end_inset
9978
9979
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row>
9986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \backslash
9992 breve
9993 \begin_inset ERT
9994 status collapsed
9995
9996 \begin_layout Plain Layout
9997
9998
9999 \backslash
10000 spce 
10001 \end_layout
10002
10003 \end_inset
10004
10005 A
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10015 \end_inset
10016
10017
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 </row>
10023 </lyxtabular>
10024
10025 \end_inset
10026
10027
10028 \begin_inset space \hfill{}
10029 \end_inset
10030
10031
10032 \end_layout
10033
10034 \begin_layout Standard
10035 \begin_inset VSpace bigskip
10036 \end_inset
10037
10038
10039 \end_layout
10040
10041 \begin_layout Standard
10042 En ecuaciones se pueden insertar acentos como é directamente.
10043  LyX los transformará al comando de acento correspondiente.
10044  Para poner diéresis
10045 \begin_inset Index
10046 status collapsed
10047
10048 \begin_layout Plain Layout
10049 Dieresis@Diéresis
10050 \end_layout
10051
10052 \end_inset
10053
10054  es mejor insertar comillas antes de la vocal.
10055  Estos dos caracteres son considerados por LaTeX como 
10056 \emph on
10057 un solo
10058 \emph default
10059  carácter si la parte de la ecuación con la diéresis se marca en idioma
10060  alemán.
10061 \begin_inset Foot
10062 status collapsed
10063
10064 \begin_layout Plain Layout
10065 O algún otro idioma que use acentos, p.
10066 \begin_inset space \thinspace{}
10067 \end_inset
10068
10069 e.
10070  catalán.
10071  Aunque esto no funciona en español por algún conflicto con el estilo 
10072 \series bold
10073 spanish
10074 \series default
10075  de 
10076 \series bold
10077 babel
10078 \series default
10079 , no es necesario: se puede escribir 
10080 \begin_inset Formula $ï$
10081 \end_inset
10082
10083  en una ecuación igual que se hace en texto normal, ï.
10084  (
10085 \emph on
10086 N.
10087 \begin_inset space \thinspace{}
10088 \end_inset
10089
10090 del t.
10091 \emph default
10092 )
10093 \end_layout
10094
10095 \end_inset
10096
10097  A diferencia de 
10098 \series bold
10099
10100 \backslash
10101 ddot
10102 \series default
10103 , con este método se generan diéresis 
10104 \begin_inset Quotes fld
10105 \end_inset
10106
10107 reales
10108 \begin_inset Quotes frd
10109 \end_inset
10110
10111 , como se demuestra en el siguiente ejemplo:
10112 \begin_inset VSpace -2mm
10113 \end_inset
10114
10115
10116 \end_layout
10117
10118 \begin_layout Standard
10119 \noindent
10120 \align center
10121 \begin_inset Tabular
10122 <lyxtabular version="3" rows="3" columns="2">
10123 <features>
10124 <column alignment="center" valignment="top" width="0">
10125 <column alignment="center" valignment="top" width="0">
10126 <row>
10127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 Comando
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 Resultado
10141 \begin_inset Note Note
10142 status collapsed
10143
10144 \begin_layout Plain Layout
10145
10146 \series bold
10147
10148 \backslash
10149 raisebox
10150 \series default
10151  se usa sólo como espaciador.
10152 \end_layout
10153
10154 \end_inset
10155
10156
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 <row>
10163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167 ï
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 \begin_inset Formula $ï$
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 <row>
10186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \backslash
10192 ddot
10193 \begin_inset ERT
10194 status collapsed
10195
10196 \begin_layout Plain Layout
10197
10198
10199 \backslash
10200 spce 
10201 \end_layout
10202
10203 \end_inset
10204
10205 i
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10215 \end_inset
10216
10217
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 </row>
10223 </lyxtabular>
10224
10225 \end_inset
10226
10227
10228 \end_layout
10229
10230 \begin_layout Standard
10231 Otra ventaja frente a 
10232 \series bold
10233
10234 \backslash
10235 ddot
10236 \series default
10237  es que la diéresis puede convertirse directamente a texto matemático, porque
10238  los anteriores comandos para acentos 
10239 \emph on
10240 no están permitidos en texto matemático
10241 \emph default
10242 .
10243  Para convertir un carácter acentuado a texto matemático, se debe convertir
10244  sólo el carácter bajo el acento.
10245  Esto también se aplica para otras conversiones, p.
10246 \begin_inset space \thinspace{}
10247 \end_inset
10248
10249 e.
10250 \begin_inset space ~
10251 \end_inset
10252
10253 cursiva o negrita.
10254 \end_layout
10255
10256 \begin_layout Standard
10257 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10258 \end_layout
10259
10260 \begin_layout Subsection
10261 Acentos para operadores
10262 \begin_inset Index
10263 status collapsed
10264
10265 \begin_layout Plain Layout
10266 Acentos ! en operadores
10267 \end_layout
10268
10269 \end_inset
10270
10271
10272 \end_layout
10273
10274 \begin_layout Standard
10275 Con los comandos 
10276 \series bold
10277
10278 \backslash
10279 overset
10280 \series default
10281
10282 \begin_inset Index
10283 status collapsed
10284
10285 \begin_layout Plain Layout
10286 Comandos ! O ! 
10287 \backslash
10288 overset
10289 \end_layout
10290
10291 \end_inset
10292
10293  y 
10294 \series bold
10295
10296 \backslash
10297 underset
10298 \series default
10299
10300 \begin_inset Index
10301 status collapsed
10302
10303 \begin_layout Plain Layout
10304 Comandos ! U ! 
10305 \backslash
10306 underset
10307 \end_layout
10308
10309 \end_inset
10310
10311  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10312  Con el comando 
10313 \series bold
10314
10315 \backslash
10316 sideset
10317 \series default
10318
10319 \begin_inset Index
10320 status collapsed
10321
10322 \begin_layout Plain Layout
10323 Comandos ! S ! 
10324 \backslash
10325 sideset
10326 \end_layout
10327
10328 \end_inset
10329
10330  se pueden poner caracteres delante y detrás de un operador.
10331  El esquema del comando es:
10332 \end_layout
10333
10334 \begin_layout Standard
10335
10336 \series bold
10337
10338 \backslash
10339 sideset{carácter
10340 \series default
10341  
10342 \series bold
10343 anterior}{carácter posterior}
10344 \end_layout
10345
10346 \begin_layout Standard
10347
10348 \series bold
10349
10350 \backslash
10351 sideset
10352 \series default
10353  siempre debe estar delante del operador que debe acentuarse.
10354  Se puede acentuar con varios caracteres e incluso con otros operadores
10355  y símbolos.
10356  Para colocar con
10357 \series bold
10358  
10359 \backslash
10360 sideset
10361 \series default
10362  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10363  el primer par de llaves, pero sin quitarlas.
10364  
10365 \end_layout
10366
10367 \begin_layout Standard
10368 Por ejemplo, el comando 
10369 \series bold
10370
10371 \backslash
10372 sideset{
10373 \begin_inset Formula $\to$
10374 \end_inset
10375
10376
10377 \backslash
10378 {
10379 \series default
10380 '
10381 \series bold
10382
10383 \begin_inset Formula $\to$
10384 \end_inset
10385
10386
10387 \backslash
10388 sum_k=1
10389 \begin_inset ERT
10390 status collapsed
10391
10392 \begin_layout Plain Layout
10393
10394
10395 \backslash
10396 spce 
10397 \end_layout
10398
10399 \end_inset
10400
10401
10402 \series default
10403 ^
10404 \series bold
10405
10406 \begin_inset ERT
10407 status collapsed
10408
10409 \begin_layout Plain Layout
10410
10411
10412 \backslash
10413 spce 
10414 \end_layout
10415
10416 \end_inset
10417
10418 n
10419 \series default
10420  genera:
10421 \begin_inset Formula \[
10422 \sideset{}{'}\sum_{k=1}^{n}\]
10423
10424 \end_inset
10425
10426
10427 \end_layout
10428
10429 \begin_layout Standard
10430 El comando 
10431 \series bold
10432
10433 \backslash
10434 overset
10435 \begin_inset ERT
10436 status collapsed
10437
10438 \begin_layout Plain Layout
10439
10440
10441 \backslash
10442 spce 
10443 \end_layout
10444
10445 \end_inset
10446
10447
10448 \backslash
10449 maltese
10450 \begin_inset ERT
10451 status collapsed
10452
10453 \begin_layout Plain Layout
10454
10455
10456 \backslash
10457 spce 
10458 \end_layout
10459
10460 \end_inset
10461
10462
10463 \series default
10464
10465 \begin_inset Formula $\uparrow$
10466 \end_inset
10467
10468
10469 \series bold
10470 a
10471 \series default
10472  genera:
10473 \begin_inset Formula \[
10474 \overset{a}{\maltese}\]
10475
10476 \end_inset
10477
10478
10479 \end_layout
10480
10481 \begin_layout Standard
10482 Como se ve en el último ejemplo, con 
10483 \series bold
10484
10485 \backslash
10486 overset
10487 \series default
10488  y 
10489 \series bold
10490
10491 \backslash
10492 underset
10493 \series default
10494  también se pueden acentuar símbolos y caracteres; con 
10495 \series bold
10496
10497 \backslash
10498 sideset
10499 \series default
10500  esto no es posible.
10501 \end_layout
10502
10503 \begin_layout Subsection
10504 Acentos para varios caracteres
10505 \begin_inset Index
10506 status collapsed
10507
10508 \begin_layout Plain Layout
10509 Acentos ! en varios caracteres
10510 \end_layout
10511
10512 \end_inset
10513
10514
10515 \end_layout
10516
10517 \begin_layout Standard
10518 \begin_inset space \hfill{}
10519 \end_inset
10520
10521
10522 \begin_inset Tabular
10523 <lyxtabular version="3" rows="5" columns="2">
10524 <features>
10525 <column alignment="center" valignment="top" width="0pt">
10526 <column alignment="center" valignment="top" width="0pt">
10527 <row>
10528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 Comando
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 Resultado
10542 \begin_inset Note Note
10543 status collapsed
10544
10545 \begin_layout Plain Layout
10546
10547 \series bold
10548
10549 \backslash
10550 raisebox
10551 \series default
10552  se usa sólo como espaciador
10553 \end_layout
10554
10555 \end_inset
10556
10557
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 <row>
10564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568
10569 \backslash
10570 overleftarrow
10571 \begin_inset ERT
10572 status collapsed
10573
10574 \begin_layout Plain Layout
10575
10576
10577 \backslash
10578 spce 
10579 \end_layout
10580
10581 \end_inset
10582
10583 A=B
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10593 \end_inset
10594
10595
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 <row>
10602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606
10607 \backslash
10608 underleftarrow
10609 \begin_inset ERT
10610 status collapsed
10611
10612 \begin_layout Plain Layout
10613
10614
10615 \backslash
10616 spce 
10617 \end_layout
10618
10619 \end_inset
10620
10621 A=B
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10631 \end_inset
10632
10633
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 </row>
10639 <row>
10640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644
10645 \backslash
10646 overleftrightarrow
10647 \begin_inset ERT
10648 status collapsed
10649
10650 \begin_layout Plain Layout
10651
10652
10653 \backslash
10654 spce 
10655 \end_layout
10656
10657 \end_inset
10658
10659 A=B
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10669 \end_inset
10670
10671
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 <row>
10678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \backslash
10684 underleftrightarrow
10685 \begin_inset ERT
10686 status collapsed
10687
10688 \begin_layout Plain Layout
10689
10690
10691 \backslash
10692 spce 
10693 \end_layout
10694
10695 \end_inset
10696
10697 A=B
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 </lyxtabular>
10716
10717 \end_inset
10718
10719
10720 \begin_inset space \hfill{}
10721 \end_inset
10722
10723
10724 \begin_inset Tabular
10725 <lyxtabular version="3" rows="5" columns="2">
10726 <features>
10727 <column alignment="center" valignment="top" width="0pt">
10728 <column alignment="center" valignment="top" width="0pt">
10729 <row>
10730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 Comando
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 Resultado
10744 \begin_inset Note Note
10745 status collapsed
10746
10747 \begin_layout Plain Layout
10748
10749 \series bold
10750
10751 \backslash
10752 raisebox
10753 \series default
10754  se usa sólo como espaciador
10755 \end_layout
10756
10757 \end_inset
10758
10759
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \backslash
10772 overrightarrow
10773 \begin_inset ERT
10774 status collapsed
10775
10776 \begin_layout Plain Layout
10777
10778
10779 \backslash
10780 spce 
10781 \end_layout
10782
10783 \end_inset
10784
10785 A=B
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10795 \end_inset
10796
10797
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 <row>
10804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \backslash
10810 underrightarrow
10811 \begin_inset ERT
10812 status collapsed
10813
10814 \begin_layout Plain Layout
10815
10816
10817 \backslash
10818 spce 
10819 \end_layout
10820
10821 \end_inset
10822
10823 A=B
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10833 \end_inset
10834
10835
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 </row>
10841 <row>
10842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846
10847 \backslash
10848 widetilde
10849 \begin_inset ERT
10850 status collapsed
10851
10852 \begin_layout Plain Layout
10853
10854
10855 \backslash
10856 spce 
10857 \end_layout
10858
10859 \end_inset
10860
10861 A=B
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10871 \end_inset
10872
10873
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 </row>
10879 <row>
10880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \backslash
10886 widehat
10887 \begin_inset ERT
10888 status collapsed
10889
10890 \begin_layout Plain Layout
10891
10892
10893 \backslash
10894 spce 
10895 \end_layout
10896
10897 \end_inset
10898
10899 A=B
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10909 \end_inset
10910
10911
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 </lyxtabular>
10918
10919 \end_inset
10920
10921
10922 \begin_inset space \hfill{}
10923 \end_inset
10924
10925
10926 \end_layout
10927
10928 \begin_layout Standard
10929 \begin_inset VSpace medskip
10930 \end_inset
10931
10932
10933 \end_layout
10934
10935 \begin_layout Standard
10936 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10937  Pero los acentos 
10938 \series bold
10939
10940 \backslash
10941 widetilde
10942 \series default
10943  y 
10944 \series bold
10945
10946 \backslash
10947 widehat
10948 \series default
10949  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10950  ejemplo:
10951 \begin_inset Formula \[
10952 \widetilde{A+B=C-D}\]
10953
10954 \end_inset
10955
10956
10957 \end_layout
10958
10959 \begin_layout Standard
10960 Con los comandos 
10961 \series bold
10962
10963 \backslash
10964 overset
10965 \series default
10966
10967 \begin_inset Index
10968 status collapsed
10969
10970 \begin_layout Plain Layout
10971 Comandos ! O ! 
10972 \backslash
10973 overset
10974 \end_layout
10975
10976 \end_inset
10977
10978  y 
10979 \series bold
10980
10981 \backslash
10982 underset
10983 \series default
10984
10985 \begin_inset Index
10986 status collapsed
10987
10988 \begin_layout Plain Layout
10989 Comandos ! U ! 
10990 \backslash
10991 underset
10992 \end_layout
10993
10994 \end_inset
10995
10996 , descritos en la subsección anterior, también se pueden acentuar varios
10997  caracteres.
10998  El comando 
10999 \series bold
11000
11001 \backslash
11002 underset
11003 \begin_inset ERT
11004 status collapsed
11005
11006 \begin_layout Plain Layout
11007
11008
11009 \backslash
11010 spce 
11011 \end_layout
11012
11013 \end_inset
11014
11015 A=B
11016 \begin_inset Formula $\downarrow$
11017 \end_inset
11018
11019 ***
11020 \series default
11021  da:
11022 \begin_inset Formula \[
11023 \underset{***}{A=B}\]
11024
11025 \end_inset
11026
11027
11028 \end_layout
11029
11030 \begin_layout Section
11031 Espacios
11032 \begin_inset CommandInset label
11033 LatexCommand label
11034 name "sec:Espacio"
11035
11036 \end_inset
11037
11038
11039 \begin_inset Index
11040 status collapsed
11041
11042 \begin_layout Plain Layout
11043 Espacio ! horizontal
11044 \end_layout
11045
11046 \end_inset
11047
11048
11049 \end_layout
11050
11051 \begin_layout Subsection
11052 Espacio predefinido
11053 \begin_inset CommandInset label
11054 LatexCommand label
11055 name "sub:Espacio-predefinido"
11056
11057 \end_inset
11058
11059
11060 \begin_inset Index
11061 status collapsed
11062
11063 \begin_layout Plain Layout
11064 Espacio ! horizontal ! predefinido
11065 \end_layout
11066
11067 \end_inset
11068
11069
11070 \end_layout
11071
11072 \begin_layout Standard
11073 A veces es necesario insertar espacio horizontal en una ecuación.
11074  Esto se hace insertando un espacio protegido (atajo 
11075 \family sans
11076 Ctrl+Espacio
11077 \family default
11078 ).
11079  Aparece un 
11080 \begin_inset Quotes fld
11081 \end_inset
11082
11083
11084 \color black
11085
11086 \begin_inset ERT
11087 status collapsed
11088
11089 \begin_layout Plain Layout
11090
11091
11092 \backslash
11093 spce 
11094 \end_layout
11095
11096 \end_inset
11097
11098
11099 \color inherit
11100
11101 \begin_inset Quotes frd
11102 \end_inset
11103
11104 , y pulsando 
11105 \family sans
11106 Espacio
11107 \family default
11108  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11109  espacio.
11110  También se pueden insertar espacios mediante el botón 
11111 \begin_inset Graphics
11112         filename ../../images/math/space.png
11113         scale 85
11114
11115 \end_inset
11116
11117  de la barra de ecuaciones o con comandos especiales.
11118  Independientemente del comando insertado, se puede seleccionar de nuevo
11119  el tamaño pulsando acto seguido 
11120 \family sans
11121 Espacio.
11122  
11123 \end_layout
11124
11125 \begin_layout Standard
11126 \noindent
11127 \align center
11128 \begin_inset VSpace -5mm
11129 \end_inset
11130
11131
11132 \begin_inset Tabular
11133 <lyxtabular version="3" rows="3" columns="7">
11134 <features>
11135 <column alignment="center" valignment="middle" width="6.8cm">
11136 <column alignment="center" valignment="top" width="0">
11137 <column alignment="center" valignment="top" width="0">
11138 <column alignment="center" valignment="top" width="0">
11139 <column alignment="center" valignment="top" width="0">
11140 <column alignment="center" valignment="top" width="0">
11141 <column alignment="center" valignment="top" width="0">
11142 <row>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 Comando
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \backslash
11158 ,
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167
11168 \backslash
11169 :
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178
11179 \backslash
11180 ;
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189
11190 \backslash
11191 quad
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200
11201 \backslash
11202 qquad
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211
11212 \backslash
11213 !
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 </row>
11219 <row>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 Número de pulsaciones de 
11225 \family sans
11226 Espacio
11227 \family default
11228  tras insertar el espacio protegido
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 0
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 1
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 2
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 3
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 4
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 5
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 <row>
11289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 Resultado
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 \begin_inset Formula $A\, B$
11303 \end_inset
11304
11305
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 \begin_inset Formula $A\: B$
11315 \end_inset
11316
11317
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 \begin_inset Formula $A\; B$
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 \begin_inset Formula $A\quad B$
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 \begin_inset Formula $A\qquad B$
11351 \end_inset
11352
11353
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 \begin_inset Formula $A\! B$
11363 \end_inset
11364
11365
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 </row>
11371 </lyxtabular>
11372
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \begin_layout Standard
11379 El último tamaño parece no generar espacio.
11380  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11381  negativo.
11382  Hay otros dos espacios negativos:
11383 \end_layout
11384
11385 \begin_layout Standard
11386 \align center
11387 \begin_inset Tabular
11388 <lyxtabular version="3" rows="3" columns="3">
11389 <features>
11390 <column alignment="center" valignment="middle" width="6.8cm">
11391 <column alignment="center" valignment="top" width="0pt">
11392 <column alignment="center" valignment="top" width="0pt">
11393 <row>
11394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 Comando
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407
11408 \backslash
11409 negmedspace
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418
11419 \backslash
11420 negthickspace
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 </row>
11426 <row>
11427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 Número de pulsaciones de 
11432 \family sans
11433 Espacio
11434 \family default
11435  tras insertar el espacio protegido
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 6
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 7
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 Resultado
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 \begin_inset Formula $A\negmedspace B$
11474 \end_inset
11475
11476
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 \begin_inset Formula $A\negthickspace B$
11486 \end_inset
11487
11488
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 </row>
11494 </lyxtabular>
11495
11496 \end_inset
11497
11498
11499 \end_layout
11500
11501 \begin_layout Standard
11502 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11503  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11504 \begin_inset space \thinspace{}
11505 \end_inset
11506
11507 e., para operadores suma: 
11508 \end_layout
11509
11510 \begin_layout Standard
11511 \noindent
11512 \align center
11513 \begin_inset Tabular
11514 <lyxtabular version="3" rows="3" columns="2">
11515 <features>
11516 <column alignment="center" valignment="top" width="0">
11517 <column alignment="center" valignment="top" width="0">
11518 <row>
11519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 Comando
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 Resultado
11533 \begin_inset Note Note
11534 status collapsed
11535
11536 \begin_layout Plain Layout
11537
11538 \series bold
11539
11540 \backslash
11541 raisebox
11542 \series default
11543  se usa sólo como espaciador
11544 \end_layout
11545
11546 \end_inset
11547
11548
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 </row>
11554 <row>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559
11560 \backslash
11561 sum
11562 \backslash
11563 sum
11564 \begin_inset ERT
11565 status collapsed
11566
11567 \begin_layout Plain Layout
11568
11569
11570 \backslash
11571 spce 
11572 \end_layout
11573
11574 \end_inset
11575
11576 f_kl
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11586 \end_inset
11587
11588
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 </row>
11594 <row>
11595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599
11600 \backslash
11601 sum
11602 \backslash
11603 negmedspace
11604 \backslash
11605 sum
11606 \begin_inset ERT
11607 status collapsed
11608
11609 \begin_layout Plain Layout
11610
11611
11612 \backslash
11613 spce 
11614 \end_layout
11615
11616 \end_inset
11617
11618 f_kl
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 </lyxtabular>
11637
11638 \end_inset
11639
11640
11641 \end_layout
11642
11643 \begin_layout Standard
11644 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11645  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11646  El siguiente ejemplo lo ilustra:
11647 \end_layout
11648
11649 \begin_layout Standard
11650 \noindent
11651 \align center
11652 \begin_inset Tabular
11653 <lyxtabular version="3" rows="2" columns="2">
11654 <features>
11655 <column alignment="center" valignment="top" width="0">
11656 <column alignment="center" valignment="top" width="0">
11657 <row>
11658 <cell alignment="center" valignment="top" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 ecuación normal
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 \begin_inset Formula $A=B$
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 </row>
11680 <row>
11681 <cell alignment="center" valignment="top" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 \begin_inset Note Note
11686 status collapsed
11687
11688 \begin_layout Plain Layout
11689
11690 \series bold
11691
11692 \backslash
11693 raisebox
11694 \series default
11695  se usa sólo como espaciador
11696 \end_layout
11697
11698 \end_inset
11699
11700
11701 \begin_inset Formula $\raisebox{5mm}{}$
11702 \end_inset
11703
11704 ecuación sin espacio
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 <cell alignment="center" valignment="top" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 \begin_inset Formula $A{=}B$
11714 \end_inset
11715
11716
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 </row>
11722 </lyxtabular>
11723
11724 \end_inset
11725
11726
11727 \end_layout
11728
11729 \begin_layout Standard
11730 El comando para la segunda ecuación es: 
11731 \series bold
11732 A
11733 \backslash
11734 {=
11735 \begin_inset Formula $\rightarrow$
11736 \end_inset
11737
11738 B
11739 \series default
11740  
11741 \begin_inset VSpace bigskip
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \begin_layout Standard
11748 Para las unidades físicas hacen falta espacios, porque entre el valor y
11749  su unidad se pone un espacio más pequeño que el normal.
11750  Para unidades en el texto se inserta con el menú 
11751 \family sans
11752 Insertar\SpecialChar \menuseparator
11753 Formato\SpecialChar \menuseparator
11754 Espacio
11755 \begin_inset space ~
11756 \end_inset
11757
11758 delgado
11759 \family default
11760  (atajo 
11761 \family sans
11762 Ctrl+Mayúscula+Espacio
11763 \family default
11764 ).
11765 \end_layout
11766
11767 \begin_layout Standard
11768 Un ejemplo para visualizar la diferencia:
11769 \end_layout
11770
11771 \begin_layout Standard
11772 \begin_inset Tabular
11773 <lyxtabular version="3" rows="2" columns="2">
11774 <features>
11775 <column alignment="center" valignment="top" width="0">
11776 <column alignment="left" valignment="top" width="0">
11777 <row>
11778 <cell alignment="center" valignment="top" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 24 kW
11783 \begin_inset Formula $\cdot$
11784 \end_inset
11785
11786 h
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 <cell alignment="center" valignment="top" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795 espacio entre valor y unidad 
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 </row>
11801 <row>
11802 <cell alignment="center" valignment="top" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 24
11807 \begin_inset space \thinspace{}
11808 \end_inset
11809
11810 kW
11811 \begin_inset Formula $\cdot$
11812 \end_inset
11813
11814 h
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 <cell alignment="center" valignment="top" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 espacio delgado entre valor y unidad
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 </row>
11829 </lyxtabular>
11830
11831 \end_inset
11832
11833
11834 \end_layout
11835
11836 \begin_layout Subsection
11837 Espacio variable
11838 \begin_inset ERT
11839 status collapsed
11840
11841 \begin_layout Plain Layout
11842
11843
11844 \backslash
11845 texorpdfstring{
11846 \end_layout
11847
11848 \end_inset
11849
11850
11851 \begin_inset Foot
11852 status collapsed
11853
11854 \begin_layout Plain Layout
11855 Para espacio vertical en ecuaciones véase 
11856 \begin_inset CommandInset ref
11857 LatexCommand ref
11858 reference "sub:Separación-de-líneas"
11859
11860 \end_inset
11861
11862
11863 \end_layout
11864
11865 \end_inset
11866
11867
11868 \begin_inset ERT
11869 status collapsed
11870
11871 \begin_layout Plain Layout
11872
11873 }{}
11874 \end_layout
11875
11876 \end_inset
11877
11878
11879 \begin_inset Note Note
11880 status collapsed
11881
11882 \begin_layout Plain Layout
11883
11884 \backslash
11885 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11886  PDF.
11887 \end_layout
11888
11889 \begin_layout Plain Layout
11890 Más sobre 
11891 \backslash
11892 texorpdfstring en la sección 
11893 \begin_inset CommandInset ref
11894 LatexCommand ref
11895 reference "sub:Ecuaciones-en-encabezados"
11896
11897 \end_inset
11898
11899 .
11900 \end_layout
11901
11902 \end_inset
11903
11904
11905 \begin_inset CommandInset label
11906 LatexCommand label
11907 name "sub:Espacio-variable"
11908
11909 \end_inset
11910
11911
11912 \begin_inset Index
11913 status collapsed
11914
11915 \begin_layout Plain Layout
11916 Espacio ! horizontal ! variable
11917 \end_layout
11918
11919 \end_inset
11920
11921
11922 \end_layout
11923
11924 \begin_layout Standard
11925 En LyX se puede insertar espacio con una longitud definida con el comando
11926  
11927 \series bold
11928
11929 \backslash
11930 hspace
11931 \series default
11932
11933 \begin_inset Index
11934 status collapsed
11935
11936 \begin_layout Plain Layout
11937 Comandos ! H ! 
11938 \backslash
11939 hspace
11940 \end_layout
11941
11942 \end_inset
11943
11944 .
11945  Aparece un 
11946 \begin_inset Quotes fld
11947 \end_inset
11948
11949
11950 \color black
11951
11952 \begin_inset ERT
11953 status collapsed
11954
11955 \begin_layout Plain Layout
11956
11957
11958 \backslash
11959 spce 
11960 \end_layout
11961
11962 \end_inset
11963
11964
11965 \color inherit
11966
11967 \begin_inset Quotes frd
11968 \end_inset
11969
11970  largo.
11971  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11972 \begin_inset Quotes fld
11973 \end_inset
11974
11975
11976 \color black
11977
11978 \begin_inset ERT
11979 status collapsed
11980
11981 \begin_layout Plain Layout
11982
11983
11984 \backslash
11985 spce 
11986 \end_layout
11987
11988 \end_inset
11989
11990
11991 \color inherit
11992
11993 \begin_inset Quotes frd
11994 \end_inset
11995
11996 .
11997  La longitud también puede ser negativa.
11998  Para insertar en una ecuación tanto espacio como esté disponible se usa
11999  el comando 
12000 \series bold
12001
12002 \backslash
12003 hfill
12004 \series default
12005
12006 \begin_inset Index
12007 status collapsed
12008
12009 \begin_layout Plain Layout
12010 Comandos ! H ! 
12011 \backslash
12012 hfill
12013 \end_layout
12014
12015 \end_inset
12016
12017 .
12018 \begin_inset VSpace -1mm
12019 \end_inset
12020
12021
12022 \end_layout
12023
12024 \begin_layout Standard
12025 \noindent
12026 \align center
12027 \begin_inset Tabular
12028 <lyxtabular version="3" rows="4" columns="2">
12029 <features>
12030 <column alignment="center" valignment="top" width="0">
12031 <column alignment="center" valignment="top" width="0">
12032 <row>
12033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12034 \begin_inset Text
12035
12036 \begin_layout Plain Layout
12037 Comando (
12038 \backslash
12039 hspace longitud)
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048 Resultado
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 </row>
12054 <row>
12055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Plain Layout
12059 A=B
12060 \backslash
12061 hspace
12062 \begin_inset ERT
12063 status collapsed
12064
12065 \begin_layout Plain Layout
12066
12067
12068 \backslash
12069 spce 
12070 \end_layout
12071
12072 \end_inset
12073
12074
12075 \begin_inset Formula $\to$
12076 \end_inset
12077
12078 A
12079 \backslash
12080 not=C (3
12081 \begin_inset space \thinspace{}
12082 \end_inset
12083
12084 cm)
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12094 \end_inset
12095
12096
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 </row>
12102 <row>
12103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 A
12108 \backslash
12109 hspace
12110 \begin_inset ERT
12111 status collapsed
12112
12113 \begin_layout Plain Layout
12114
12115
12116 \backslash
12117 spce 
12118 \end_layout
12119
12120 \end_inset
12121
12122
12123 \begin_inset Formula $\to$
12124 \end_inset
12125
12126 A
12127 \backslash
12128 not=A (-1
12129 \begin_inset space \thinspace{}
12130 \end_inset
12131
12132 mm)
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12142 \end_inset
12143
12144
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 </row>
12150 <row>
12151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 A=A
12156 \backslash
12157 hfill
12158 \begin_inset ERT
12159 status collapsed
12160
12161 \begin_layout Plain Layout
12162
12163
12164 \backslash
12165 spce 
12166 \end_layout
12167
12168 \end_inset
12169
12170 B=B
12171 \end_layout
12172
12173 \end_inset
12174 </cell>
12175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12176 \begin_inset Text
12177
12178 \begin_layout Plain Layout
12179 \begin_inset Formula $A=A\hfill B=B$
12180 \end_inset
12181
12182
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 </row>
12188 </lyxtabular>
12189
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \begin_layout Standard
12196 En el último ejemplo el espacio disponible viene dado por la entrada más
12197  larga de columna en la tabla.
12198  En una ecuación en línea el espacio depende de la longitud de la línea
12199  en la que se inserta 
12200 \series bold
12201
12202 \backslash
12203 hfill
12204 \series default
12205 .
12206  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12207  
12208 \series bold
12209
12210 \backslash
12211 hfill
12212 \series default
12213  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12214 \series bold
12215 Sangrado
12216 \series default
12217 .
12218  (Los estilos de ecuaciones se explican en
12219 \begin_inset space ~
12220 \end_inset
12221
12222
12223 \begin_inset CommandInset ref
12224 LatexCommand ref
12225 reference "sec:Estilos-de-ecuación"
12226
12227 \end_inset
12228
12229 ).
12230 \end_layout
12231
12232 \begin_layout Standard
12233 Además de 
12234 \series bold
12235
12236 \backslash
12237 hfill
12238 \series default
12239  hay los comandos 
12240 \series bold
12241
12242 \backslash
12243 dotfill
12244 \series default
12245  y 
12246 \series bold
12247
12248 \backslash
12249 hrulefill
12250 \series default
12251  que llenan el espacio con un patrón, véase un ejemplo en
12252 \begin_inset space ~
12253 \end_inset
12254
12255
12256 \begin_inset CommandInset ref
12257 LatexCommand ref
12258 reference "sub:Puntos"
12259
12260 \end_inset
12261
12262 .
12263 \end_layout
12264
12265 \begin_layout Standard
12266 Para texto se puede insertar espacio variable con el menú 
12267 \family sans
12268 Insertar\SpecialChar \menuseparator
12269 Formato\SpecialChar \menuseparator
12270 Espacio
12271 \begin_inset space ~
12272 \end_inset
12273
12274 horizontal
12275 \family default
12276 :
12277 \end_layout
12278
12279 \begin_layout Standard
12280 En esta línea hay un espacio
12281 \begin_inset space \hspace{}
12282 \length 2cm
12283 \end_inset
12284
12285 de 2
12286 \begin_inset space \thinspace{}
12287 \end_inset
12288
12289 cm.
12290 \end_layout
12291
12292 \begin_layout Standard
12293 En esta línea hay un
12294 \begin_inset space \hfill{}
12295 \end_inset
12296
12297 espacio máximo.
12298 \end_layout
12299
12300 \begin_layout Subsection
12301 Espacio adicional en ecuaciones en línea
12302 \begin_inset Index
12303 status collapsed
12304
12305 \begin_layout Plain Layout
12306 Espacio ! adicional en línea
12307 \end_layout
12308
12309 \end_inset
12310
12311
12312 \end_layout
12313
12314 \begin_layout Standard
12315 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12316  
12317 \series bold
12318
12319 \backslash
12320 mathsurround
12321 \begin_inset Index
12322 status collapsed
12323
12324 \begin_layout Plain Layout
12325 Comandos ! M ! 
12326 \backslash
12327 mathsurround
12328 \end_layout
12329
12330 \end_inset
12331
12332
12333 \series default
12334 .
12335  El valor de una longitud se establece con el comando 
12336 \series bold
12337
12338 \backslash
12339 setlength
12340 \series default
12341
12342 \begin_inset Index
12343 status collapsed
12344
12345 \begin_layout Plain Layout
12346 Comandos ! S ! 
12347 \backslash
12348 setlength
12349 \end_layout
12350
12351 \end_inset
12352
12353  según el siguiente esquema:
12354 \end_layout
12355
12356 \begin_layout Standard
12357
12358 \series bold
12359
12360 \backslash
12361 setlength{nombre de la longitud}{valor}
12362 \end_layout
12363
12364 \begin_layout Standard
12365 Para poner a 
12366 \series bold
12367
12368 \backslash
12369 mathsurround
12370 \series default
12371  un valor de 5
12372 \begin_inset space \thinspace{}
12373 \end_inset
12374
12375 mm, se inserta el comando
12376 \end_layout
12377
12378 \begin_layout Standard
12379
12380 \series bold
12381
12382 \backslash
12383 setlength{
12384 \backslash
12385 mathsurround}{5mm}
12386 \end_layout
12387
12388 \begin_layout Standard
12389 en modo TeX.
12390  Se establecerá un espacio de 5
12391 \begin_inset space \thinspace{}
12392 \end_inset
12393
12394 mm alrededor de todas las ecuaciones en línea:
12395 \begin_inset ERT
12396 status collapsed
12397
12398 \begin_layout Plain Layout
12399
12400
12401 \backslash
12402 setlength{
12403 \backslash
12404 mathsurround}{5mm}
12405 \end_layout
12406
12407 \end_inset
12408
12409
12410 \end_layout
12411
12412 \begin_layout Standard
12413 En esta línea hay una ecuación 
12414 \begin_inset Formula $A=B$
12415 \end_inset
12416
12417  rodeada por espacios de 5
12418 \begin_inset space \thinspace{}
12419 \end_inset
12420
12421 mm.
12422 \begin_inset ERT
12423 status collapsed
12424
12425 \begin_layout Plain Layout
12426
12427
12428 \backslash
12429 setlength{
12430 \backslash
12431 mathsurround}{0mm}
12432 \end_layout
12433
12434 \end_inset
12435
12436
12437 \end_layout
12438
12439 \begin_layout Standard
12440 Para volver al espacio predeterminado, 
12441 \series bold
12442
12443 \backslash
12444 mathsurround
12445 \series default
12446  se restablece al valor 0
12447 \begin_inset space \thinspace{}
12448 \end_inset
12449
12450 pt.
12451 \end_layout
12452
12453 \begin_layout Section
12454 Cuadros y marcos
12455 \begin_inset Index
12456 status collapsed
12457
12458 \begin_layout Plain Layout
12459 Marcos
12460 \end_layout
12461
12462 \end_inset
12463
12464
12465 \begin_inset Index
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469 Marcos|see
12470 \begin_inset ERT
12471 status collapsed
12472
12473 \begin_layout Plain Layout
12474
12475 {
12476 \end_layout
12477
12478 \end_inset
12479
12480 Cuadros
12481 \begin_inset ERT
12482 status collapsed
12483
12484 \begin_layout Plain Layout
12485
12486 }
12487 \end_layout
12488
12489 \end_inset
12490
12491
12492 \end_layout
12493
12494 \end_inset
12495
12496
12497 \end_layout
12498
12499 \begin_layout Standard
12500 Los cuadros para texto se describen en el capítulo 
12501 \emph on
12502 Cuadros
12503 \emph default
12504  del manual 
12505 \emph on
12506 Objetos insertados
12507 \emph default
12508 .
12509 \end_layout
12510
12511 \begin_layout Subsection
12512 Cuadros con marco
12513 \begin_inset CommandInset label
12514 LatexCommand label
12515 name "sub:Cuadros-con-marco"
12516
12517 \end_inset
12518
12519
12520 \begin_inset Index
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524 Cuadros ! con marco
12525 \end_layout
12526
12527 \end_inset
12528
12529
12530 \end_layout
12531
12532 \begin_layout Standard
12533 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12534 \series bold
12535
12536 \backslash
12537 fbox
12538 \series default
12539
12540 \begin_inset Index
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544 Comandos ! F ! 
12545 \backslash
12546 fbox
12547 \end_layout
12548
12549 \end_inset
12550
12551  y 
12552 \series bold
12553
12554 \backslash
12555 boxed
12556 \series default
12557
12558 \begin_inset Index
12559 status collapsed
12560
12561 \begin_layout Plain Layout
12562 Comandos ! B ! 
12563 \backslash
12564 boxed
12565 \end_layout
12566
12567 \end_inset
12568
12569 .
12570 \end_layout
12571
12572 \begin_layout Standard
12573 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12574  azul en un marco donde se introduce parte de una ecuación.
12575  Para 
12576 \series bold
12577
12578 \backslash
12579 fbox
12580 \series default
12581  hay que generar una ecuación adicional con 
12582 \family sans
12583 Ctrl+M
12584 \family default
12585  dentro del recuadro, porque si no el contenido del mismo sería considerado
12586  texto matemático.
12587  Si se usa 
12588 \series bold
12589
12590 \backslash
12591 boxed
12592 \series default
12593  la nueva ecuación se genera automáticamente dentro del marco.
12594 \end_layout
12595
12596 \begin_layout Standard
12597 El comando 
12598 \series bold
12599
12600 \backslash
12601 fbox
12602 \series default
12603  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12604  ecuación tendría siempre el tamaño del texto.
12605  Por otra parte, 
12606 \series bold
12607
12608 \backslash
12609 fboxed
12610 \series default
12611  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12612  siempre el tamaño de una ecuación presentada.
12613 \end_layout
12614
12615 \begin_layout Standard
12616 El comando 
12617 \series bold
12618
12619 \backslash
12620 framebox
12621 \series default
12622
12623 \begin_inset Index
12624 status collapsed
12625
12626 \begin_layout Plain Layout
12627 Comandos ! F ! 
12628 \backslash
12629 framebox
12630 \end_layout
12631
12632 \end_inset
12633
12634  es una extensión de 
12635 \series bold
12636
12637 \backslash
12638 fbox
12639 \series default
12640 , que permite especificar además la anchura del marco yla alineación.
12641  
12642 \series bold
12643
12644 \backslash
12645 framebox
12646 \series default
12647  se usa con el siguiente esquema: 
12648 \end_layout
12649
12650 \begin_layout Standard
12651
12652 \series bold
12653
12654 \backslash
12655 framebox[anchura del marco][posición]{contenido del cuadro}
12656 \end_layout
12657
12658 \begin_layout Standard
12659 La posición puede ser 
12660 \emph on
12661 l
12662 \emph default
12663  o 
12664 \emph on
12665 r
12666 \emph default
12667
12668 \emph on
12669 l
12670 \emph default
12671  alinea la ecuación a la izquierda del cuadro, 
12672 \emph on
12673 r
12674 \emph default
12675  la alinea a la derecha.
12676  Si no se da posición la ecuación será centrada.
12677 \begin_inset Newline newline
12678 \end_inset
12679
12680 Si no se pone anchura tampoco puede darse posición.
12681  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12682  con 
12683 \series bold
12684
12685 \backslash
12686 fbox
12687 \series default
12688 .
12689  
12690 \end_layout
12691
12692 \begin_layout Standard
12693 Cuando se inserta el comando 
12694 \series bold
12695
12696 \backslash
12697 framebox
12698 \series default
12699  aparece un recuadro con tres marcos azules.
12700  Los dos primeros marcos están encerrados entre corchetes e indican los
12701  dos argumentos opcionales.
12702  El tercer marco es para partes de la ecuación, como para 
12703 \series bold
12704
12705 \backslash
12706 fbox
12707 \series default
12708 .
12709 \end_layout
12710
12711 \begin_layout Standard
12712 \noindent
12713 \align center
12714 \begin_inset Tabular
12715 <lyxtabular version="3" rows="5" columns="2">
12716 <features>
12717 <column alignment="center" valignment="top" width="0">
12718 <column alignment="center" valignment="top" width="0">
12719 <row>
12720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724 Comando
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12730 \begin_inset Text
12731
12732 \begin_layout Plain Layout
12733 Resultado
12734 \begin_inset Note Note
12735 status collapsed
12736
12737 \begin_layout Plain Layout
12738
12739 \series bold
12740
12741 \backslash
12742 raisebox
12743 \series default
12744  se usa sólo como espaciador
12745 \end_layout
12746
12747 \end_inset
12748
12749
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 </row>
12755 <row>
12756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760
12761 \backslash
12762 fbox
12763 \begin_inset ERT
12764 status collapsed
12765
12766 \begin_layout Plain Layout
12767
12768
12769 \backslash
12770 spce 
12771 \end_layout
12772
12773 \end_inset
12774
12775
12776 \family sans
12777 Ctrl+M
12778 \family default
12779  
12780 \backslash
12781 int
12782 \begin_inset ERT
12783 status collapsed
12784
12785 \begin_layout Plain Layout
12786
12787
12788 \backslash
12789 spce 
12790 \end_layout
12791
12792 \end_inset
12793
12794 A=B
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12804 \end_inset
12805
12806
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 </row>
12812 <row>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817
12818 \backslash
12819 boxed
12820 \begin_inset ERT
12821 status collapsed
12822
12823 \begin_layout Plain Layout
12824
12825
12826 \backslash
12827 spce 
12828 \end_layout
12829
12830 \end_inset
12831
12832
12833 \backslash
12834 int
12835 \begin_inset ERT
12836 status collapsed
12837
12838 \begin_layout Plain Layout
12839
12840
12841 \backslash
12842 spce 
12843 \end_layout
12844
12845 \end_inset
12846
12847 A=B
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12857 \end_inset
12858
12859
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 </row>
12865 <row>
12866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 A+
12871 \backslash
12872 fbox
12873 \begin_inset ERT
12874 status collapsed
12875
12876 \begin_layout Plain Layout
12877
12878
12879 \backslash
12880 spce 
12881 \end_layout
12882
12883 \end_inset
12884
12885 B
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12895 \end_inset
12896
12897
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 </row>
12903 <row>
12904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908
12909 \backslash
12910 framebox
12911 \begin_inset ERT
12912 status collapsed
12913
12914 \begin_layout Plain Layout
12915
12916
12917 \backslash
12918 spce 
12919 \end_layout
12920
12921 \end_inset
12922
12923 20mm
12924 \begin_inset Formula $\to$
12925 \end_inset
12926
12927
12928 \begin_inset Formula $\to$
12929 \end_inset
12930
12931
12932 \family sans
12933 Ctrl+M
12934 \family default
12935  
12936 \backslash
12937 frac
12938 \begin_inset ERT
12939 status collapsed
12940
12941 \begin_layout Plain Layout
12942
12943
12944 \backslash
12945 spce 
12946 \end_layout
12947
12948 \end_inset
12949
12950 A
12951 \begin_inset Formula $\downarrow$
12952 \end_inset
12953
12954 B
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 \begin_inset Formula $\raisebox{6mm}{}$
12964 \end_inset
12965
12966
12967 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12968 \end_inset
12969
12970
12971 \begin_inset Formula $\raisebox{-4mm}{}$
12972 \end_inset
12973
12974
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 </row>
12980 </lyxtabular>
12981
12982 \end_inset
12983
12984
12985 \end_layout
12986
12987 \begin_layout Standard
12988 El grosor del marco también se puede ajustar.
12989  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12990  la fórmula:
12991 \end_layout
12992
12993 \begin_layout Standard
12994
12995 \series bold
12996
12997 \backslash
12998 fboxrule
12999 \series default
13000  
13001 \series bold
13002
13003 \begin_inset Quotes fld
13004 \end_inset
13005
13006 grosor
13007 \begin_inset Quotes frd
13008 \end_inset
13009
13010
13011 \series default
13012  
13013 \series bold
13014
13015 \backslash
13016 fboxsep
13017 \series default
13018  
13019 \series bold
13020
13021 \begin_inset Quotes fld
13022 \end_inset
13023
13024 distancia
13025 \begin_inset Quotes frd
13026 \end_inset
13027
13028
13029 \end_layout
13030
13031 \begin_layout Standard
13032 \begin_inset Quotes fld
13033 \end_inset
13034
13035 distancia
13036 \begin_inset Quotes frd
13037 \end_inset
13038
13039  especifica la distancia mínima entre el marco y el primer carácter en el
13040  cuadro.
13041  Un ejemplo de esto es la siguiente ecuación enmarcada:
13042 \begin_inset ERT
13043 status collapsed
13044
13045 \begin_layout Plain Layout
13046
13047
13048 \backslash
13049 fboxrule 2mm 
13050 \backslash
13051 fboxsep 3mm
13052 \end_layout
13053
13054 \end_inset
13055
13056
13057 \begin_inset Formula \[
13058 \boxed{A+B=C}\]
13059
13060 \end_inset
13061
13062
13063 \end_layout
13064
13065 \begin_layout Standard
13066 Delante de esta ecuación se han insertado los comandos
13067 \end_layout
13068
13069 \begin_layout Standard
13070
13071 \series bold
13072
13073 \backslash
13074 fboxrule
13075 \series default
13076  
13077 \series bold
13078 2mm
13079 \series default
13080  
13081 \series bold
13082
13083 \backslash
13084 fboxsep
13085 \series default
13086  
13087 \series bold
13088 3mm
13089 \end_layout
13090
13091 \begin_layout Standard
13092 en modo TeX.
13093  Los valores dados se usan para todos los cuadros siguientes.
13094 \end_layout
13095
13096 \begin_layout Standard
13097 Para volver al tamaño estándar del marco se inserta el comando
13098 \end_layout
13099
13100 \begin_layout Standard
13101
13102 \series bold
13103
13104 \backslash
13105 fboxrule
13106 \series default
13107  
13108 \series bold
13109 0.4pt
13110 \series default
13111  
13112 \series bold
13113
13114 \backslash
13115 fboxsep
13116 \series default
13117  
13118 \series bold
13119 3pt
13120 \series default
13121
13122 \begin_inset ERT
13123 status collapsed
13124
13125 \begin_layout Plain Layout
13126
13127
13128 \backslash
13129 fboxrule 0.4pt 
13130 \backslash
13131 fboxsep 3pt
13132 \end_layout
13133
13134 \end_inset
13135
13136
13137 \end_layout
13138
13139 \begin_layout Standard
13140 en modo TeX antes de la ecuación siguiente.
13141 \end_layout
13142
13143 \begin_layout Subsection
13144 Cuadros sin marco
13145 \begin_inset CommandInset label
13146 LatexCommand label
13147 name "sub:Cuadros-sin-marco"
13148
13149 \end_inset
13150
13151
13152 \begin_inset Index
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156 Cuadros ! sin marco
13157 \end_layout
13158
13159 \end_inset
13160
13161
13162 \end_layout
13163
13164 \begin_layout Standard
13165 Para cuadros sin marco hay los comandos: 
13166 \series bold
13167
13168 \backslash
13169 mbox
13170 \series default
13171
13172 \begin_inset Index
13173 status collapsed
13174
13175 \begin_layout Plain Layout
13176 Comandos ! M ! 
13177 \backslash
13178 mbox
13179 \end_layout
13180
13181 \end_inset
13182
13183
13184 \series bold
13185
13186 \backslash
13187 makebox
13188 \series default
13189
13190 \begin_inset Index
13191 status collapsed
13192
13193 \begin_layout Plain Layout
13194 Comandos ! M ! 
13195 \backslash
13196 makebox
13197 \end_layout
13198
13199 \end_inset
13200
13201  y 
13202 \series bold
13203
13204 \backslash
13205 raisebox
13206 \series default
13207
13208 \begin_inset Index
13209 status collapsed
13210
13211 \begin_layout Plain Layout
13212 Comandos ! R ! 
13213 \backslash
13214 raisebox
13215 \end_layout
13216
13217 \end_inset
13218
13219 .
13220 \end_layout
13221
13222 \begin_layout Standard
13223 Con 
13224 \series bold
13225
13226 \backslash
13227 raisebox
13228 \series default
13229  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13230  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13231  
13232 \series bold
13233
13234 \backslash
13235 raisebox
13236 \series default
13237  se usa con el siguiente esquema: 
13238 \end_layout
13239
13240 \begin_layout Standard
13241
13242 \series bold
13243
13244 \backslash
13245 raisebox{altura}{contenido del marco}
13246 \end_layout
13247
13248 \begin_layout Standard
13249 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13250  extra, como con 
13251 \series bold
13252
13253 \backslash
13254 fbox
13255 \series default
13256 .
13257  
13258 \begin_inset Note Greyedout
13259 status open
13260
13261 \begin_layout Plain Layout
13262
13263 \series bold
13264 Nota
13265 \series default
13266
13267 \lang english
13268 For 
13269 \series bold
13270
13271 \backslash
13272 raisebox
13273 \series default
13274  this extra formula is created by pressing 
13275 \family sans
13276 Ctrl+M
13277 \family default
13278  twice instead of once because LyX doesn't yet support 
13279 \series bold
13280
13281 \backslash
13282 raisebox
13283 \series default
13284  directly.
13285 \end_layout
13286
13287 \end_inset
13288
13289
13290 \end_layout
13291
13292 \begin_layout Standard
13293 \align center
13294 \begin_inset Tabular
13295 <lyxtabular version="3" rows="4" columns="2">
13296 <features>
13297 <column alignment="center" valignment="top" width="0">
13298 <column alignment="center" valignment="top" width="0">
13299 <row>
13300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13301 \begin_inset Text
13302
13303 \begin_layout Plain Layout
13304 Comando
13305 \end_layout
13306
13307 \end_inset
13308 </cell>
13309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13310 \begin_inset Text
13311
13312 \begin_layout Plain Layout
13313 Resultado
13314 \end_layout
13315
13316 \end_inset
13317 </cell>
13318 </row>
13319 <row>
13320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 H
13325 \backslash
13326 raisebox{2mm
13327 \begin_inset Formula $\to$
13328 \end_inset
13329
13330
13331 \backslash
13332 {al
13333 \begin_inset Formula $\to$
13334 \end_inset
13335
13336  lo
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13346 \end_inset
13347
13348
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 </row>
13354 <row>
13355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 H
13360 \backslash
13361 raisebox{-2mm
13362 \begin_inset Formula $\to$
13363 \end_inset
13364
13365
13366 \backslash
13367 {al
13368 \begin_inset Formula $\to$
13369 \end_inset
13370
13371 lo
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Plain Layout
13380 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13381 \end_inset
13382
13383
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 </row>
13389 <row>
13390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 A=
13395 \backslash
13396 raisebox{-2mm
13397 \begin_inset Formula $\to$
13398 \end_inset
13399
13400
13401 \backslash
13402 {
13403 \family sans
13404 Ctrl+M Ctrl+M
13405 \family default
13406  
13407 \backslash
13408 sqrt
13409 \begin_inset ERT
13410 status collapsed
13411
13412 \begin_layout Plain Layout
13413
13414
13415 \backslash
13416 spce 
13417 \end_layout
13418
13419 \end_inset
13420
13421
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13431 \end_inset
13432
13433
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 </row>
13439 </lyxtabular>
13440
13441 \end_inset
13442
13443
13444 \end_layout
13445
13446 \begin_layout Standard
13447 El comando 
13448 \series bold
13449
13450 \backslash
13451 mbox
13452 \series default
13453  es equivalente a 
13454 \series bold
13455
13456 \backslash
13457 fbox
13458 \series default
13459  y 
13460 \series bold
13461
13462 \backslash
13463 makebox
13464 \series default
13465  es equivalente a 
13466 \series bold
13467
13468 \backslash
13469 framebox
13470 \series default
13471 , con la diferencia de que no hay marco.
13472 \end_layout
13473
13474 \begin_layout Subsection
13475 Cuadros coloreados
13476 \begin_inset CommandInset label
13477 LatexCommand label
13478 name "sub:Cuadros-coloreados"
13479
13480 \end_inset
13481
13482
13483 \begin_inset Index
13484 status collapsed
13485
13486 \begin_layout Plain Layout
13487 Cuadros ! coloreados
13488 \end_layout
13489
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \begin_layout Standard
13496 Para poder usar todos los comandos explicados en esta sección hay que cargar
13497  en el preámbulo LaTeX el paquete LaTeX 
13498 \series bold
13499 color
13500 \series default
13501
13502 \begin_inset Foot
13503 status collapsed
13504
13505 \begin_layout Plain Layout
13506 El paquete LaTeX 
13507 \series bold
13508 color
13509 \series default
13510  forma parte de toda distribución LaTeX estándar.
13511 \end_layout
13512
13513 \end_inset
13514
13515
13516 \begin_inset Index
13517 status collapsed
13518
13519 \begin_layout Plain Layout
13520 Paquetes ! color
13521 \end_layout
13522
13523 \end_inset
13524
13525 , con la línea
13526 \begin_inset Foot
13527 status collapsed
13528
13529 \begin_layout Plain Layout
13530 Cuando hay texto coloreado con un color predefinido en alguna parte del
13531  documento, LyX carga automáticamente el paquete LaTeX 
13532 \series bold
13533 color
13534 \series default
13535 .
13536  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13537  origina problemas.
13538 \end_layout
13539
13540 \end_inset
13541
13542
13543 \begin_inset Note Note
13544 status collapsed
13545
13546 \begin_layout Plain Layout
13547 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13548  en el preámbulo LaTeX.
13549 \end_layout
13550
13551 \end_inset
13552
13553
13554 \end_layout
13555
13556 \begin_layout Standard
13557
13558 \series bold
13559
13560 \backslash
13561 usepackage{color}
13562 \begin_inset VSpace medskip
13563 \end_inset
13564
13565
13566 \end_layout
13567
13568 \begin_layout Standard
13569 Para colorear cuadros se usa el comando 
13570 \series bold
13571
13572 \backslash
13573 colorbox
13574 \series default
13575
13576 \begin_inset Index
13577 status collapsed
13578
13579 \begin_layout Plain Layout
13580 Comandos ! C ! 
13581 \backslash
13582 colorbox
13583 \end_layout
13584
13585 \end_inset
13586
13587  con el siguiente esquema:
13588 \end_layout
13589
13590 \begin_layout Standard
13591
13592 \series bold
13593
13594 \backslash
13595 colorbox{color}{contenido del cuadro}
13596 \end_layout
13597
13598 \begin_layout Standard
13599 El contenido del cuadro puede ser otro cuadro, y también un 
13600 \backslash
13601
13602 \series bold
13603 colorbox
13604 \series default
13605  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13606  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13607  como con 
13608 \series bold
13609
13610 \backslash
13611 raisebox
13612 \series default
13613 .
13614 \begin_inset Foot
13615 status collapsed
13616
13617 \begin_layout Plain Layout
13618 Esto también se aplica para el comando 
13619 \series bold
13620
13621 \backslash
13622 fcolorbox
13623 \series default
13624 .
13625 \end_layout
13626
13627 \end_inset
13628
13629  
13630 \end_layout
13631
13632 \begin_layout Standard
13633 Se puede elegir uno de los siguientes colores predefinidos:
13634 \end_layout
13635
13636 \begin_layout Standard
13637
13638 \series bold
13639 black
13640 \series default
13641
13642 \series bold
13643 blue
13644 \series default
13645
13646 \series bold
13647 cyan
13648 \series default
13649
13650 \series bold
13651 green
13652 \series default
13653
13654 \series bold
13655 magenta
13656 \series default
13657
13658 \series bold
13659 red
13660 \series default
13661
13662 \series bold
13663 white
13664 \series default
13665
13666 \series bold
13667 yellow
13668 \end_layout
13669
13670 \begin_layout Standard
13671 \align center
13672 \begin_inset Tabular
13673 <lyxtabular version="3" rows="4" columns="2">
13674 <features>
13675 <column alignment="center" valignment="top" width="0">
13676 <column alignment="center" valignment="top" width="0">
13677 <row>
13678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682 Comando
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Plain Layout
13691 Resultado
13692 \begin_inset Note Note
13693 status collapsed
13694
13695 \begin_layout Plain Layout
13696
13697 \series bold
13698
13699 \backslash
13700 raisebox
13701 \series default
13702  se usa sólo como espaciador
13703 \end_layout
13704
13705 \end_inset
13706
13707
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 </row>
13713 <row>
13714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718
13719 \backslash
13720 colorbox{yellow
13721 \begin_inset Formula $\to$
13722 \end_inset
13723
13724
13725 \backslash
13726 {A=B
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13736 \end_inset
13737
13738
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 </row>
13744 <row>
13745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749
13750 \backslash
13751 colorbox{green
13752 \begin_inset Formula $\to$
13753 \end_inset
13754
13755
13756 \backslash
13757 {
13758 \backslash
13759 fbox
13760 \begin_inset ERT
13761 status collapsed
13762
13763 \begin_layout Plain Layout
13764
13765
13766 \backslash
13767 spce 
13768 \end_layout
13769
13770 \end_inset
13771
13772 A=B
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13782 \end_inset
13783
13784
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 </row>
13790 <row>
13791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795
13796 \backslash
13797 fbox
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803
13804 \backslash
13805 spce 
13806 \end_layout
13807
13808 \end_inset
13809
13810
13811 \backslash
13812 colorbox{green
13813 \begin_inset Formula $\to$
13814 \end_inset
13815
13816
13817 \backslash
13818 {
13819 \family sans
13820 Ctrl+M Ctrl+M
13821 \family default
13822  
13823 \backslash
13824 int
13825 \begin_inset ERT
13826 status collapsed
13827
13828 \begin_layout Plain Layout
13829
13830
13831 \backslash
13832 spce 
13833 \end_layout
13834
13835 \end_inset
13836
13837 C=D
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13847 \end_inset
13848
13849
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 </row>
13855 </lyxtabular>
13856
13857 \end_inset
13858
13859
13860 \end_layout
13861
13862 \begin_layout Standard
13863
13864 \series bold
13865
13866 \backslash
13867 colorbox
13868 \series default
13869  sólo colorea el cuadro pero no los caracteres.
13870  Para colorear todos los caracteres se selecciona toda la ecuación y se
13871  elige un color en el diálogo 
13872 \family sans
13873 Estilo
13874 \begin_inset space ~
13875 \end_inset
13876
13877 del
13878 \begin_inset space ~
13879 \end_inset
13880
13881 texto
13882 \family default
13883 .
13884  El diálogo puede abrirse con el botón 
13885 \begin_inset Graphics
13886         filename ../../images/dialog-show_character.png
13887         scale 85
13888
13889 \end_inset
13890
13891  de la barra de herramientas o con el menú 
13892 \family sans
13893 Editar\SpecialChar \menuseparator
13894 Estilo
13895 \begin_inset space ~
13896 \end_inset
13897
13898 del
13899 \begin_inset space ~
13900 \end_inset
13901
13902 texto\SpecialChar \menuseparator
13903 Personalizado
13904 \family default
13905 .
13906  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13907  Si el número de la ecuación debe tener otro color que el de los caracteres
13908  de la ecuación, el color debe cambiarse dentro de la ecuación.
13909 \end_layout
13910
13911 \begin_layout Standard
13912 Un ejemplo:
13913 \color red
13914
13915 \begin_inset Formula \begin{equation}
13916 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13917
13918 \end_inset
13919
13920
13921 \end_layout
13922
13923 \begin_layout Standard
13924
13925 \color green
13926 \begin_inset Formula \begin{equation}
13927 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13928
13929 \end_inset
13930
13931
13932 \end_layout
13933
13934 \begin_layout Standard
13935 La ecuación 
13936 \begin_inset CommandInset ref
13937 LatexCommand eqref
13938 reference "eq:rojo"
13939
13940 \end_inset
13941
13942  está toda coloreada en rojo.
13943 \begin_inset Newline newline
13944 \end_inset
13945
13946 La ecuación 
13947 \begin_inset CommandInset ref
13948 LatexCommand eqref
13949 reference "eq:rojoverde"
13950
13951 \end_inset
13952
13953  se ha coloreado en primer lugar toda en verde para colorear el número de
13954  la ecuación.
13955  Posteriormente se han coloreado en rojo los caracteres.
13956 \family sans
13957
13958 \begin_inset VSpace bigskip
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \begin_layout Standard
13965 Para colorear diferente el marco y el resto del cuadro se usa el comando
13966  
13967 \series bold
13968
13969 \backslash
13970 fcolorbox
13971 \series default
13972
13973 \begin_inset Index
13974 status collapsed
13975
13976 \begin_layout Plain Layout
13977 Comandos ! F ! 
13978 \backslash
13979 fcolorbox
13980 \end_layout
13981
13982 \end_inset
13983
13984  con el siguiente esquema:
13985 \end_layout
13986
13987 \begin_layout Standard
13988
13989 \series bold
13990
13991 \backslash
13992 fcolorbox{color del marco}{color}{contenido del cuadro}
13993 \end_layout
13994
13995 \begin_layout Standard
13996 Así pues 
13997 \series bold
13998
13999 \backslash
14000 fcolorbox
14001 \series default
14002  es una extensión del comando 
14003 \series bold
14004
14005 \backslash
14006 colorbox
14007 \series default
14008 .
14009  La anchura del marco se establece, como para 
14010 \series bold
14011
14012 \backslash
14013 framebox
14014 \series default
14015 , con 
14016 \series bold
14017
14018 \backslash
14019 fboxrule
14020 \series default
14021  y 
14022 \series bold
14023
14024 \backslash
14025 fboxsep
14026 \series default
14027 .
14028  Un ejemplo:
14029 \begin_inset ERT
14030 status collapsed
14031
14032 \begin_layout Plain Layout
14033
14034
14035 \backslash
14036 fboxrule 1mm 
14037 \backslash
14038 fboxsep 1mm
14039 \end_layout
14040
14041 \end_inset
14042
14043
14044 \begin_inset Formula \[
14045 \fcolorbox{cyan}{magenta}{A=B}\]
14046
14047 \end_inset
14048
14049
14050 \end_layout
14051
14052 \begin_layout Standard
14053 \begin_inset ERT
14054 status collapsed
14055
14056 \begin_layout Plain Layout
14057
14058
14059 \backslash
14060 fboxrule 0.4pt 
14061 \backslash
14062 fboxsep 3pt
14063 \end_layout
14064
14065 \end_inset
14066
14067
14068 \end_layout
14069
14070 \begin_layout Standard
14071 Esta ecuación se ha compuesto con el comando
14072 \begin_inset Newline newline
14073 \end_inset
14074
14075
14076 \series bold
14077
14078 \backslash
14079 fcolorbox{cyan
14080 \begin_inset Formula $\to$
14081 \end_inset
14082
14083
14084 \backslash
14085 {magenta
14086 \begin_inset Formula $\to$
14087 \end_inset
14088
14089
14090 \backslash
14091 {A=B
14092 \end_layout
14093
14094 \begin_layout Standard
14095 \begin_inset VSpace bigskip
14096 \end_inset
14097
14098
14099 \end_layout
14100
14101 \begin_layout Standard
14102 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14103 \end_layout
14104
14105 \begin_layout Standard
14106 Por ejemplo, se puede definir el color 
14107 \begin_inset Quotes fld
14108 \end_inset
14109
14110
14111 \series bold
14112 verdeoscuro
14113 \series default
14114
14115 \begin_inset Quotes frd
14116 \end_inset
14117
14118  con la línea de preámbulo LaTeX:
14119 \end_layout
14120
14121 \begin_layout Standard
14122
14123 \series bold
14124
14125 \backslash
14126 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14127 \series default
14128
14129 \begin_inset Index
14130 status collapsed
14131
14132 \begin_layout Plain Layout
14133 Comandos ! D ! 
14134 \backslash
14135 definecolor
14136 \end_layout
14137
14138 \end_inset
14139
14140
14141 \end_layout
14142
14143 \begin_layout Standard
14144
14145 \series bold
14146 cmyk
14147 \series default
14148  es el espacio de color referido a los colores 
14149 \series bold
14150 cyan
14151 \series default
14152
14153 \series bold
14154 magenta
14155 \series default
14156
14157 \series bold
14158 yellow
14159 \series default
14160  y 
14161 \series bold
14162 black
14163 \series default
14164 .
14165  Los cuatro números separados por coma son el factor de cuota para los colores
14166  correspondientes del espacio de color.
14167  Los factores pueden estar en el rango 0-1.
14168  En vez de 
14169 \series bold
14170 cmyk
14171 \series default
14172  se puede usar el espacio de color 
14173 \series bold
14174 rgb
14175 \series default
14176 , que se refiere a 
14177 \series bold
14178 red
14179 \series default
14180
14181 \series bold
14182 green
14183 \series default
14184  y 
14185 \series bold
14186 blue
14187 \series default
14188 , así pues en este caso hay tres factores de cuota para los correspondientes
14189  colores.
14190  Además hay el espacio de color 
14191 \series bold
14192 gray
14193 \series default
14194  con un factor de cuota para el valor gris.
14195 \end_layout
14196
14197 \begin_layout Standard
14198 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14199 \series bold
14200 verdeoscuro
14201 \series default
14202  y los caracteres en color amarillo:
14203 \color black
14204
14205 \begin_inset Formula \begin{equation}
14206 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14207
14208 \end_inset
14209
14210
14211 \end_layout
14212
14213 \begin_layout Standard
14214 Los colores personalizados también se pueden usar para texto con la ayuda
14215  del comando 
14216 \series bold
14217
14218 \backslash
14219 textcolor
14220 \series default
14221
14222 \begin_inset Index
14223 status collapsed
14224
14225 \begin_layout Plain Layout
14226 Texto ! coloreado
14227 \end_layout
14228
14229 \end_inset
14230
14231
14232 \end_layout
14233
14234 \begin_layout Standard
14235 \begin_inset ERT
14236 status collapsed
14237
14238 \begin_layout Plain Layout
14239
14240
14241 \backslash
14242 textcolor{verdeoscuro}{
14243 \end_layout
14244
14245 \end_inset
14246
14247 Esta frase en 
14248 \begin_inset Quotes fld
14249 \end_inset
14250
14251 verdeoscuro
14252 \begin_inset Quotes frd
14253 \end_inset
14254
14255 .
14256 \begin_inset ERT
14257 status collapsed
14258
14259 \begin_layout Plain Layout
14260
14261 }
14262 \end_layout
14263
14264 \end_inset
14265
14266
14267 \end_layout
14268
14269 \begin_layout Standard
14270
14271 \series bold
14272
14273 \backslash
14274 textcolor
14275 \series default
14276
14277 \begin_inset Index
14278 status collapsed
14279
14280 \begin_layout Plain Layout
14281 Comandos ! T ! 
14282 \backslash
14283 textcolor
14284 \end_layout
14285
14286 \end_inset
14287
14288  se usa con el esquema 
14289 \series bold
14290
14291 \backslash
14292 textcolor{color}{caracteres a colorear}
14293 \series default
14294 .
14295 \end_layout
14296
14297 \begin_layout Subsection
14298 Cuadros de párrafo
14299 \begin_inset CommandInset label
14300 LatexCommand label
14301 name "sub:Cuadros-de-párrafo"
14302
14303 \end_inset
14304
14305
14306 \begin_inset Index
14307 status collapsed
14308
14309 \begin_layout Plain Layout
14310 Cuadros ! para párrafos
14311 \end_layout
14312
14313 \end_inset
14314
14315
14316 \end_layout
14317
14318 \begin_layout Standard
14319 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14320  de párrafo (parbox), se puede generar con el menú 
14321 \family sans
14322 Insertar\SpecialChar \menuseparator
14323 Cuadro
14324 \family default
14325  o con el botón 
14326 \begin_inset Graphics
14327         filename ../../images/box-insert.png
14328         scale 85
14329
14330 \end_inset
14331
14332  de la barra de herramientas.
14333 \end_layout
14334
14335 \begin_layout Standard
14336 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14337 \begin_inset VSpace medskip
14338 \end_inset
14339
14340 Esta línea contiene 
14341 \begin_inset Box Boxed
14342 position "c"
14343 hor_pos "c"
14344 has_inner_box 1
14345 inner_pos "c"
14346 use_parbox 1
14347 width "5cm"
14348 special "none"
14349 height "1in"
14350 height_special "totalheight"
14351 status collapsed
14352
14353 \begin_layout Plain Layout
14354 Esto es un cuadro de párrafo.
14355  Tiene exactamente 5
14356 \begin_inset space \thinspace{}
14357 \end_inset
14358
14359 cm de largo y además puede contener ecuaciones: 
14360 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14361 \end_inset
14362
14363
14364 \end_layout
14365
14366 \end_inset
14367
14368
14369 \begin_inset space ~
14370 \end_inset
14371
14372  un cuadro de párrafo.
14373 \begin_inset VSpace medskip
14374 \end_inset
14375
14376 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14377  Surge un diálogo con las propiedades del cuadro.
14378  En este caso: 
14379 \emph on
14380 Decoración
14381 \emph default
14382 : Marco rectangular, 
14383 \emph on
14384 Cuadro interior
14385 \emph default
14386 : Párrafo, 
14387 \emph on
14388 Ancho
14389 \emph default
14390 : 5
14391 \begin_inset space \thinspace{}
14392 \end_inset
14393
14394 cm, 
14395 \emph on
14396 Alineación Vertical
14397 \emph default
14398  
14399 \emph on
14400 Cuadro
14401 \emph default
14402 : Medio.
14403 \end_layout
14404
14405 \begin_layout Standard
14406 \begin_inset VSpace medskip
14407 \end_inset
14408
14409 En LaTeX, un cuadro de párrafo se inserta con el comando 
14410 \series bold
14411
14412 \backslash
14413 parbox
14414 \series default
14415
14416 \begin_inset Index
14417 status collapsed
14418
14419 \begin_layout Plain Layout
14420 Comandos ! P ! 
14421 \backslash
14422 parbox
14423 \end_layout
14424
14425 \end_inset
14426
14427  con el esquema siguiente:
14428 \end_layout
14429
14430 \begin_layout Standard
14431
14432 \series bold
14433
14434 \backslash
14435 parbox[posición]{anchura}{contenido}
14436 \end_layout
14437
14438 \begin_layout Standard
14439 Son posibles las posiciones 
14440 \emph on
14441 b
14442 \emph default
14443  y 
14444 \emph on
14445 t
14446 \emph default
14447
14448 \emph on
14449 b
14450 \emph default
14451  por 
14452 \begin_inset Quotes fld
14453 \end_inset
14454
14455 bottom
14456 \begin_inset Quotes frd
14457 \end_inset
14458
14459  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14460  Con 
14461 \emph on
14462 t
14463 \emph default
14464 , por 
14465 \begin_inset Quotes fld
14466 \end_inset
14467
14468 top
14469 \begin_inset Quotes frd
14470 \end_inset
14471
14472  (arriba), la alineación se hace con la primera línea.
14473  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14474  
14475 \emph on
14476 Cuadros
14477 \emph default
14478  del manual 
14479 \emph on
14480 Objetos insertados
14481 \emph default
14482  para ejemplos.
14483 \end_layout
14484
14485 \begin_layout Standard
14486 \begin_inset VSpace bigskip
14487 \end_inset
14488
14489 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14490  ponerse en un cuadro de párrafo.
14491  Para ello se inserta el comando
14492 \begin_inset Newline newline
14493 \end_inset
14494
14495
14496 \series bold
14497
14498 \backslash
14499 fbox{
14500 \backslash
14501 parbox{
14502 \backslash
14503 linewidth-2
14504 \backslash
14505 fboxsep-2
14506 \backslash
14507 fboxrule}{
14508 \begin_inset Newline newline
14509 \end_inset
14510
14511
14512 \series default
14513 en modo TeX delante de la ecuación.
14514  Aquí 
14515 \series bold
14516
14517 \backslash
14518 linewidth
14519 \begin_inset Index
14520 status collapsed
14521
14522 \begin_layout Plain Layout
14523 Comandos ! L ! 
14524 \backslash
14525 linewidth
14526 \end_layout
14527
14528 \end_inset
14529
14530
14531 \series default
14532  es la anchura de línea establecida para el documento.
14533  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14534  anchura dos veces la separación del marco y el grosor.
14535  Como LyX no lo hace automáticamente debido a un fallo,
14536 \begin_inset Foot
14537 status collapsed
14538
14539 \begin_layout Plain Layout
14540 \begin_inset CommandInset href
14541 LatexCommand href
14542 name "LyX-bug #4483"
14543 target "http://www.lyx.org/trac/ticket/4483"
14544
14545 \end_inset
14546
14547
14548 \end_layout
14549
14550 \end_inset
14551
14552  hay que usar modo TeX.
14553  Para poder multiplicar y restar en los argumentos hay que cargar en el
14554  preámbulo LaTeX el paquete LaTeX 
14555 \series bold
14556 calc
14557 \series default
14558 ,
14559 \begin_inset Foot
14560 status collapsed
14561
14562 \begin_layout Plain Layout
14563
14564 \series bold
14565 calc
14566 \series default
14567  es parte de toda instalación LaTeX estándar.
14568 \end_layout
14569
14570 \end_inset
14571
14572
14573 \begin_inset Index
14574 status collapsed
14575
14576 \begin_layout Plain Layout
14577 Paquetes ! calc
14578 \end_layout
14579
14580 \end_inset
14581
14582  con la línea
14583 \end_layout
14584
14585 \begin_layout Standard
14586
14587 \series bold
14588
14589 \backslash
14590 usepackage{calc}
14591 \end_layout
14592
14593 \begin_layout Standard
14594 Detrás de la ecuación se cierran ambos cuadros con 
14595 \series bold
14596 }}
14597 \series default
14598  en modo TeX.
14599  Aquí hay un ejemplo:
14600 \begin_inset ERT
14601 status collapsed
14602
14603 \begin_layout Plain Layout
14604
14605
14606 \backslash
14607 fboxsep 5mm 
14608 \backslash
14609 fboxrule 5mm
14610 \end_layout
14611
14612 \end_inset
14613
14614
14615 \end_layout
14616
14617 \begin_layout Standard
14618 \begin_inset ERT
14619 status collapsed
14620
14621 \begin_layout Plain Layout
14622
14623
14624 \backslash
14625 fbox{
14626 \backslash
14627 parbox{
14628 \backslash
14629 linewidth-2
14630 \backslash
14631 fboxsep-2
14632 \backslash
14633 fboxrule}{
14634 \end_layout
14635
14636 \end_inset
14637
14638
14639 \begin_inset Formula \begin{equation}
14640 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \begin_layout Standard
14648 \begin_inset ERT
14649 status collapsed
14650
14651 \begin_layout Plain Layout
14652
14653 }}
14654 \end_layout
14655
14656 \end_inset
14657
14658
14659 \begin_inset ERT
14660 status collapsed
14661
14662 \begin_layout Plain Layout
14663
14664
14665 \backslash
14666 fboxrule 0.4pt 
14667 \backslash
14668 fboxsep 3pt
14669 \end_layout
14670
14671 \end_inset
14672
14673
14674 \end_layout
14675
14676 \begin_layout Standard
14677 \begin_inset VSpace medskip
14678 \end_inset
14679
14680
14681 \end_layout
14682
14683 \begin_layout Standard
14684 Como se ha usado el cuadro de párrafo como argumento de 
14685 \series bold
14686
14687 \backslash
14688 fbox
14689 \series default
14690 , en este caso no hay diferencia entre 
14691 \series bold
14692
14693 \backslash
14694 fbox
14695 \series default
14696  y 
14697 \series bold
14698
14699 \backslash
14700 boxed
14701 \series default
14702 .
14703  
14704 \end_layout
14705
14706 \begin_layout Standard
14707 \begin_inset VSpace bigskip
14708 \end_inset
14709
14710
14711 \end_layout
14712
14713 \begin_layout Standard
14714 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14715  Para hacerlo, se usa 
14716 \series bold
14717
14718 \backslash
14719 parbox
14720 \series default
14721  en combinación con el comando 
14722 \series bold
14723
14724 \backslash
14725 tag
14726 \series default
14727 .
14728  (Véase más sobre 
14729 \series bold
14730
14731 \backslash
14732 tag
14733 \series default
14734  en 
14735 \begin_inset CommandInset ref
14736 LatexCommand ref
14737 reference "sub:Numeración-personalizada"
14738
14739 \end_inset
14740
14741 ).
14742 \end_layout
14743
14744 \begin_layout Standard
14745 Un ejemplo de ecuación comentada con 
14746 \series bold
14747
14748 \backslash
14749 parbox
14750 \series default
14751 :
14752 \end_layout
14753
14754 \begin_layout Standard
14755 \begin_inset ERT
14756 status collapsed
14757
14758 \begin_layout Plain Layout
14759
14760
14761 \backslash
14762 [5x-7b=3b
14763 \backslash
14764 tag*{
14765 \backslash
14766 parbox{5cm}{
14767 \end_layout
14768
14769 \end_inset
14770
14771 Esto es una descripción.
14772  Está claramente separada de la ecuación y es multilínea.
14773 \begin_inset ERT
14774 status collapsed
14775
14776 \begin_layout Plain Layout
14777
14778 }}
14779 \backslash
14780 ]
14781 \end_layout
14782
14783 \end_inset
14784
14785
14786 \end_layout
14787
14788 \begin_layout Standard
14789 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14790  no soporta el comando 
14791 \series bold
14792
14793 \backslash
14794 parbox
14795 \series default
14796  en ecuaciones.
14797  La ecuación se compone con la siguiente secuencia de comandos:
14798 \end_layout
14799
14800 \begin_layout Standard
14801 El comando 
14802 \series bold
14803
14804 \backslash
14805 [5x-7b=3b
14806 \backslash
14807 tag*
14808 \backslash
14809 {
14810 \backslash
14811 parbox{5cm}{
14812 \series default
14813  se inserta en modo TeX.
14814 \begin_inset Foot
14815 status collapsed
14816
14817 \begin_layout Plain Layout
14818 Si se usa el estilo de ecuación 
14819 \series bold
14820 Sangrado
14821 \series default
14822
14823 \series bold
14824
14825 \backslash
14826 tag*
14827 \backslash
14828
14829 \series default
14830  se puede reemplazar por 
14831 \series bold
14832
14833 \backslash
14834 hfill
14835 \series default
14836 .
14837  (Véanse los estilos de ecuación en 
14838 \begin_inset CommandInset ref
14839 LatexCommand ref
14840 reference "sec:Estilos-de-ecuación"
14841
14842 \end_inset
14843
14844 ).
14845 \end_layout
14846
14847 \end_inset
14848
14849  Después sigue la descripción en texto normal, y por último 
14850 \series bold
14851 }}
14852 \backslash
14853 ]
14854 \series default
14855  en modo TeX.
14856  Aquí los comandos 
14857 \series bold
14858
14859 \backslash
14860 [
14861 \series default
14862  y 
14863 \series bold
14864
14865 \backslash
14866 ]
14867 \series default
14868  crean una ecuación presentada.
14869 \end_layout
14870
14871 \begin_layout Standard
14872 Las ventajas de 
14873 \series bold
14874
14875 \backslash
14876 parbox
14877 \series default
14878  pueden verse en este ejemplo que se ha 
14879 \begin_inset Quotes fld
14880 \end_inset
14881
14882 comentado
14883 \begin_inset Quotes frd
14884 \end_inset
14885
14886  usando el modo texto matemático:
14887 \begin_inset Formula \[
14888 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14889
14890 \end_inset
14891
14892
14893 \end_layout
14894
14895 \begin_layout Section
14896 Operadores
14897 \begin_inset Index
14898 status collapsed
14899
14900 \begin_layout Plain Layout
14901 Operadores
14902 \end_layout
14903
14904 \end_inset
14905
14906
14907 \end_layout
14908
14909 \begin_layout Subsection
14910 Operadores grandes
14911 \begin_inset CommandInset label
14912 LatexCommand label
14913 name "sub:Operadores-grandes"
14914
14915 \end_inset
14916
14917
14918 \begin_inset Index
14919 status collapsed
14920
14921 \begin_layout Plain Layout
14922 Operadores ! grandes
14923 \end_layout
14924
14925 \end_inset
14926
14927
14928 \begin_inset Index
14929 status collapsed
14930
14931 \begin_layout Plain Layout
14932 Sumatorios
14933 \end_layout
14934
14935 \end_inset
14936
14937
14938 \begin_inset Index
14939 status collapsed
14940
14941 \begin_layout Plain Layout
14942 Integrales
14943 \end_layout
14944
14945 \end_inset
14946
14947
14948 \end_layout
14949
14950 \begin_layout Standard
14951 Para poder usar todos los comandos de integrales listados aquí, debe estar
14952  marcada la opción 
14953 \family sans
14954 Usar paquete esint automáticamente
14955 \family default
14956  en el apartado 
14957 \family sans
14958 Ecuaciones
14959 \family default
14960  de la configuración del documento.
14961  
14962 \end_layout
14963
14964 \begin_layout Standard
14965 \begin_inset space \hfill{}
14966 \end_inset
14967
14968
14969 \begin_inset Tabular
14970 <lyxtabular version="3" rows="11" columns="2">
14971 <features>
14972 <column alignment="center" valignment="top" width="0pt">
14973 <column alignment="center" valignment="top" width="0pt">
14974 <row>
14975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979 Comando
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 Resultado
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 </row>
14994 <row>
14995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999
15000 \backslash
15001 int
15002 \begin_inset Index
15003 status collapsed
15004
15005 \begin_layout Plain Layout
15006 Comandos ! I ! 
15007 \backslash
15008 int
15009 \end_layout
15010
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022 \begin_inset Formula $\int$
15023 \end_inset
15024
15025
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 </row>
15031 <row>
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036
15037 \backslash
15038 oint
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047 \begin_inset Formula $\oint$
15048 \end_inset
15049
15050
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 </row>
15056 <row>
15057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061
15062 \backslash
15063 ointctrclockwise
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 \begin_inset Formula $\ointctrclockwise$
15073 \end_inset
15074
15075
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 </row>
15081 <row>
15082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086
15087 \backslash
15088 ointclockwise
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097 \begin_inset Formula $\ointclockwise$
15098 \end_inset
15099
15100
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 </row>
15106 <row>
15107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111
15112 \backslash
15113 sqint
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 \begin_inset Formula $\sqint$
15123 \end_inset
15124
15125
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 </row>
15131 <row>
15132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136
15137 \backslash
15138 fint
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147  
15148 \begin_inset Formula $\fint$
15149 \end_inset
15150
15151
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 </row>
15157 <row>
15158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162
15163 \backslash
15164 landupint
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173  
15174 \begin_inset Formula $\landupint$
15175 \end_inset
15176
15177
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 </row>
15183 <row>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188
15189 \backslash
15190 landdownint
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199  
15200 \begin_inset Formula $\landdownint$
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 </row>
15209 <row>
15210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214
15215 \backslash
15216 bigcap
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 \begin_inset Formula $\bigcap$
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 <row>
15235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239
15240 \backslash
15241 bigcup
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250 \begin_inset Formula $\bigcup$
15251 \end_inset
15252
15253
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 </row>
15259 </lyxtabular>
15260
15261 \end_inset
15262
15263
15264 \begin_inset space \hfill{}
15265 \end_inset
15266
15267
15268 \begin_inset Tabular
15269 <lyxtabular version="3" rows="11" columns="2">
15270 <features>
15271 <column alignment="center" valignment="top" width="0pt">
15272 <column alignment="center" valignment="top" width="0pt">
15273 <row>
15274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278 Comando
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287 Resultado
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 </row>
15293 <row>
15294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298
15299 \backslash
15300 sum
15301 \begin_inset Index
15302 status collapsed
15303
15304 \begin_layout Plain Layout
15305 Comandos ! S ! 
15306 \backslash
15307 sum
15308 \end_layout
15309
15310 \end_inset
15311
15312
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321 \begin_inset Formula $\sum$
15322 \end_inset
15323
15324
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 </row>
15330 <row>
15331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335
15336 \backslash
15337 prod
15338 \begin_inset Index
15339 status collapsed
15340
15341 \begin_layout Plain Layout
15342 Comandos ! P ! 
15343 \backslash
15344 prod
15345 \end_layout
15346
15347 \end_inset
15348
15349
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 \begin_inset Formula $\prod$
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 </row>
15367 <row>
15368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Plain Layout
15372
15373 \backslash
15374 coprod
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Plain Layout
15383 \begin_inset Formula $\coprod$
15384 \end_inset
15385
15386
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 </row>
15392 <row>
15393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Plain Layout
15397
15398 \backslash
15399 bigodot
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408 \begin_inset Formula $\bigodot$
15409 \end_inset
15410
15411
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 </row>
15417 <row>
15418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Plain Layout
15422
15423 \backslash
15424 bigotimes
15425 \end_layout
15426
15427 \end_inset
15428 </cell>
15429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433 \begin_inset Formula $\bigotimes$
15434 \end_inset
15435
15436
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 </row>
15442 <row>
15443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447
15448 \backslash
15449 bigoplus
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458 \begin_inset Formula $\bigoplus$
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 </row>
15467 <row>
15468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472
15473 \backslash
15474 bigwedge
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483 \begin_inset Formula $\bigwedge$
15484 \end_inset
15485
15486
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row>
15493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \backslash
15499 bigvee
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508 \begin_inset Formula $\bigvee$
15509 \end_inset
15510
15511
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 </row>
15517 <row>
15518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522
15523 \backslash
15524 bigsqcup
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533 \begin_inset Formula $\bigsqcup$
15534 \end_inset
15535
15536
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 </row>
15542 <row>
15543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547
15548 \backslash
15549 biguplus
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558 \begin_inset Formula $\biguplus$
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 </row>
15567 </lyxtabular>
15568
15569 \end_inset
15570
15571
15572 \begin_inset space \hfill{}
15573 \end_inset
15574
15575
15576 \end_layout
15577
15578 \begin_layout Standard
15579 Todos los operadores grandes se pueden insertar con el botón 
15580 \begin_inset Graphics
15581         filename ../../images/math/intop.png
15582         scale 85
15583
15584 \end_inset
15585
15586  de la barra de ecuaciones.
15587 \end_layout
15588
15589 \begin_layout Standard
15590 Estos operadores son llamados grandes porque son mayores que los operadores
15591  binarios de aspecto semejante.
15592  Todos los operadores grandes pueden tener límites, como se describe en
15593  la subsección siguiente.
15594 \end_layout
15595
15596 \begin_layout Standard
15597 Para todos los operadores de integral hay una segunda versión disponible,
15598  terminando en 
15599 \series bold
15600 op
15601 \series default
15602
15603 \series bold
15604
15605 \backslash
15606 intop
15607 \series default
15608
15609 \series bold
15610
15611 \backslash
15612 ointop
15613 \series default
15614  etc.
15615  Estos operadores difieren de 
15616 \series bold
15617
15618 \backslash
15619 int
15620 \series default
15621 , etc., en el estilo en que se presentan los límites, véase
15622 \series bold
15623  
15624 \series default
15625
15626 \begin_inset CommandInset ref
15627 LatexCommand ref
15628 reference "sub:Límites-de-operadores"
15629
15630 \end_inset
15631
15632 .
15633 \end_layout
15634
15635 \begin_layout Subsubsection*
15636 Sugerencias para las integrales
15637 \end_layout
15638
15639 \begin_layout Standard
15640 La letra 
15641 \emph on
15642 d
15643 \emph default
15644  en una integral es un operador, por consiguiente debe escribirse en redonda.
15645  Esto se hace resaltando la 
15646 \emph on
15647 d
15648 \emph default
15649  y usando el atajo de teclado 
15650 \family sans
15651 Alt+C
15652 \begin_inset space ~
15653 \end_inset
15654
15655 R
15656 \family default
15657 .
15658 \begin_inset Foot
15659 status collapsed
15660
15661 \begin_layout Plain Layout
15662 véase estilos de letras en 
15663 \begin_inset CommandInset ref
15664 LatexCommand ref
15665 reference "sub:Estilos-de-fuentes"
15666
15667 \end_inset
15668
15669  
15670 \end_layout
15671
15672 \end_inset
15673
15674  Delante de la 
15675 \emph on
15676 d
15677 \emph default
15678  se inserta un espacio delgado, como es habitual en los operadores.
15679  Un ejemplo:
15680 \end_layout
15681
15682 \begin_layout Standard
15683 incorrecto: 
15684 \begin_inset Formula $\int A(x)dx$
15685 \end_inset
15686
15687
15688 \begin_inset Newline newline
15689 \end_inset
15690
15691
15692 \begin_inset ERT
15693 status collapsed
15694
15695 \begin_layout Plain Layout
15696
15697
15698 \backslash
15699 hphantom{in}
15700 \end_layout
15701
15702 \end_inset
15703
15704 correcto: 
15705 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15706 \end_inset
15707
15708
15709 \end_layout
15710
15711 \begin_layout Standard
15712 Para integrales múltiples hay los siguientes comandos:
15713 \begin_inset VSpace medskip
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \begin_layout Standard
15720 \begin_inset space \hfill{}
15721 \end_inset
15722
15723
15724 \begin_inset Tabular
15725 <lyxtabular version="3" rows="4" columns="2">
15726 <features>
15727 <column alignment="center" valignment="top" width="0">
15728 <column alignment="center" valignment="top" width="0">
15729 <row>
15730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734 Comando
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743 Resultado
15744 \begin_inset Note Note
15745 status collapsed
15746
15747 \begin_layout Plain Layout
15748
15749 \series bold
15750
15751 \backslash
15752 raisebox
15753 \series default
15754  se usa sólo como espaciador
15755 \end_layout
15756
15757 \end_inset
15758
15759
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 </row>
15765 <row>
15766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770
15771 \backslash
15772 iint
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15782 \end_inset
15783
15784
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 </row>
15790 <row>
15791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795
15796 \backslash
15797 oiint
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15807 \end_inset
15808
15809
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 </row>
15815 <row>
15816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820
15821 \backslash
15822 sqiint
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15832 \end_inset
15833
15834
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 </row>
15840 </lyxtabular>
15841
15842 \end_inset
15843
15844
15845 \begin_inset space \hfill{}
15846 \end_inset
15847
15848
15849 \begin_inset Tabular
15850 <lyxtabular version="3" rows="4" columns="2">
15851 <features>
15852 <column alignment="center" valignment="top" width="0">
15853 <column alignment="center" valignment="top" width="0">
15854 <row>
15855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859 Comando
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868 Resultado
15869 \begin_inset Note Note
15870 status collapsed
15871
15872 \begin_layout Plain Layout
15873
15874 \series bold
15875
15876 \backslash
15877 raisebox
15878 \series default
15879  se usa sólo como espaciador
15880 \end_layout
15881
15882 \end_inset
15883
15884
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 </row>
15890 <row>
15891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895
15896 \backslash
15897 iiint
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15907 \end_inset
15908
15909
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 </row>
15915 <row>
15916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920
15921 \backslash
15922 iiiint
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15932 \end_inset
15933
15934
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 </row>
15940 <row>
15941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945
15946 \backslash
15947 dotsint
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Plain Layout
15956 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15957 \end_inset
15958
15959
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 </row>
15965 </lyxtabular>
15966
15967 \end_inset
15968
15969
15970 \begin_inset space \hfill{}
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \begin_layout Subsection
15977 Límites de operadores
15978 \begin_inset CommandInset label
15979 LatexCommand label
15980 name "sub:Límites-de-operadores"
15981
15982 \end_inset
15983
15984
15985 \begin_inset Index
15986 status collapsed
15987
15988 \begin_layout Plain Layout
15989 Operadores ! límites de
15990 \end_layout
15991
15992 \end_inset
15993
15994
15995 \end_layout
15996
15997 \begin_layout Standard
15998 Los límites se crean mediante superíndices y subíndices:
15999 \end_layout
16000
16001 \begin_layout Standard
16002 \noindent
16003 \align center
16004 \begin_inset Tabular
16005 <lyxtabular version="3" rows="2" columns="2">
16006 <features>
16007 <column alignment="center" valignment="top" width="0">
16008 <column alignment="center" valignment="top" width="0">
16009 <row>
16010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014 Comando
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 Resultado
16024 \begin_inset Note Note
16025 status collapsed
16026
16027 \begin_layout Plain Layout
16028
16029 \series bold
16030
16031 \backslash
16032 raisebox
16033 \series default
16034  se usa sólo como espaciador
16035 \end_layout
16036
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 </row>
16045 <row>
16046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050
16051 \backslash
16052 prod^
16053 \backslash
16054 infty
16055 \begin_inset ERT
16056 status collapsed
16057
16058 \begin_layout Plain Layout
16059
16060
16061 \backslash
16062 spce 
16063 \end_layout
16064
16065 \end_inset
16066
16067
16068 \begin_inset Formula $\to$
16069 \end_inset
16070
16071 _0
16072 \begin_inset Formula $\to$
16073 \end_inset
16074
16075 A(x)
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16085 \end_inset
16086
16087
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 </row>
16093 </lyxtabular>
16094
16095 \end_inset
16096
16097
16098 \end_layout
16099
16100 \begin_layout Standard
16101 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16102  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16103 \end_layout
16104
16105 \begin_layout Standard
16106 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16107  directamente detrás del operador y se elige 
16108 \series bold
16109 Alineado
16110 \series default
16111  en el menú 
16112 \family sans
16113 Editar\SpecialChar \menuseparator
16114 Ecuación\SpecialChar \menuseparator
16115 Cambiar tipo de límites
16116 \family default
16117  (atajo 
16118 \family sans
16119 Alt+M
16120 \begin_inset space ~
16121 \end_inset
16122
16123 L
16124 \family default
16125 ).
16126  Un ejemplo:
16127 \end_layout
16128
16129 \begin_layout Standard
16130 El tipo de límites por omisión es:
16131 \begin_inset Formula \[
16132 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16133
16134 \end_inset
16135
16136
16137 \end_layout
16138
16139 \begin_layout Standard
16140 Así se ven si se cambia el tipo de límites a 
16141 \series bold
16142 Alineado
16143 \series default
16144 :
16145 \begin_inset Formula \[
16146 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16147
16148 \end_inset
16149
16150
16151 \end_layout
16152
16153 \begin_layout Standard
16154 En integrales, excepto las que terminan en 
16155 \series bold
16156 op
16157 \series default
16158  como 
16159 \series bold
16160
16161 \backslash
16162 intop
16163 \series default
16164
16165 \series bold
16166
16167 \backslash
16168 ointop
16169 \series default
16170 , etc., los límites se colocan por omisión junto al operador.
16171  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16172  operador.
16173  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16174 \series bold
16175 Presentado
16176 \series default
16177  para poner el límite debajo:
16178 \begin_inset Formula \begin{equation}
16179 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16180
16181 \end_inset
16182
16183
16184 \begin_inset VSpace medskip
16185 \end_inset
16186
16187 Para especificar condiciones en los límites se usan los comandos 
16188 \series bold
16189
16190 \backslash
16191 subarray
16192 \series default
16193
16194 \begin_inset Index
16195 status collapsed
16196
16197 \begin_layout Plain Layout
16198 Comandos ! S ! 
16199 \backslash
16200 subarray
16201 \end_layout
16202
16203 \end_inset
16204
16205  y 
16206 \series bold
16207
16208 \backslash
16209 substack
16210 \series default
16211
16212 \begin_inset Index
16213 status collapsed
16214
16215 \begin_layout Plain Layout
16216 Comandos ! S ! 
16217 \backslash
16218 substack
16219 \end_layout
16220
16221 \end_inset
16222
16223 .
16224  Por ejemplo, para componer la expresión
16225 \begin_inset Formula \begin{equation}
16226 \sum_{\begin{subarray}{c}
16227 0<k<1000\\
16228 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16229
16230 \end_inset
16231
16232 se ha hecho lo siguiente: primero se escribe el comando 
16233 \series bold
16234
16235 \backslash
16236 sum^n
16237 \series default
16238
16239 \begin_inset ERT
16240 status collapsed
16241
16242 \begin_layout Plain Layout
16243
16244
16245 \backslash
16246 spce 
16247 \end_layout
16248
16249 \end_inset
16250
16251
16252 \series bold
16253 _
16254 \series default
16255 .
16256  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16257  se inserta el comando 
16258 \series bold
16259
16260 \backslash
16261 subarray
16262 \series default
16263
16264 \begin_inset ERT
16265 status collapsed
16266
16267 \begin_layout Plain Layout
16268
16269
16270 \backslash
16271 spce 
16272 \end_layout
16273
16274 \end_inset
16275
16276 .
16277  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16278  distintas.
16279  Cada línea nueva se crea con un salto de línea (
16280 \family sans
16281 Ctrl+Retorno
16282 \family default
16283 ).
16284  Si ahora se escribe en ella
16285 \begin_inset Newline newline
16286 \end_inset
16287
16288
16289 \series bold
16290 0<k<1000 Ctrl+Retorno
16291 \begin_inset Newline newline
16292 \end_inset
16293
16294
16295 \series default
16296 aparece debajo un nuevo marco para la línea nueva.
16297 \end_layout
16298
16299 \begin_layout Standard
16300 La alineación de las líneas puede cambiarse a la izquierda con la 
16301 \family sans
16302 barra de herramientas de tabla
16303 \family default
16304  o con el menú 
16305 \family sans
16306 Editar\SpecialChar \menuseparator
16307 Filas y columnas
16308 \family default
16309 .
16310  Para obtener alineación derecha se inserta 
16311 \series bold
16312
16313 \backslash
16314 hfill
16315 \series default
16316
16317 \begin_inset ERT
16318 status collapsed
16319
16320 \begin_layout Plain Layout
16321
16322
16323 \backslash
16324 spce 
16325 \end_layout
16326
16327 \end_inset
16328
16329  al principio de la línea.
16330 \end_layout
16331
16332 \begin_layout Standard
16333 El comando 
16334 \series bold
16335
16336 \backslash
16337 substack
16338 \series default
16339  es equivalente a 
16340 \series bold
16341
16342 \backslash
16343 subarray
16344 \series default
16345  con la diferencia de que las líneas están siempre centradas.
16346 \begin_inset VSpace bigskip
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \begin_layout Standard
16353 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16354  siguientes, como en la ecuación 
16355 \begin_inset CommandInset ref
16356 LatexCommand eqref
16357 reference "eq:substack"
16358
16359 \end_inset
16360
16361 , porque éstos se colocan junto a los límites.
16362 \end_layout
16363
16364 \begin_layout Standard
16365 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16366 \end_layout
16367
16368 \begin_layout Standard
16369
16370 \series bold
16371
16372 \backslash
16373 def
16374 \backslash
16375 clap#1{
16376 \backslash
16377 hbox to 0pt{
16378 \backslash
16379 hss #1
16380 \backslash
16381 hss}}
16382 \begin_inset Newline newline
16383 \end_inset
16384
16385
16386 \backslash
16387 def
16388 \backslash
16389 mathclap {
16390 \backslash
16391 mathpalette 
16392 \backslash
16393 mathclapinternal}
16394 \begin_inset Newline newline
16395 \end_inset
16396
16397
16398 \backslash
16399 def
16400 \backslash
16401 mathclapinternal #1#2{
16402 \backslash
16403 clap{$
16404 \backslash
16405 mathsurround =0pt #1{#2}$}}
16406 \end_layout
16407
16408 \begin_layout Standard
16409 En ella se define el comando 
16410 \series bold
16411
16412 \backslash
16413 mathclap
16414 \series default
16415
16416 \begin_inset Index
16417 status collapsed
16418
16419 \begin_layout Plain Layout
16420 Comandos ! M ! 
16421 \backslash
16422 mathclap
16423 \end_layout
16424
16425 \end_inset
16426
16427  que establece la anchura del límite en 0
16428 \begin_inset space \thinspace{}
16429 \end_inset
16430
16431 pt.
16432  El esquema del comando es:
16433 \end_layout
16434
16435 \begin_layout Standard
16436
16437 \series bold
16438
16439 \backslash
16440 mathclap{límite}
16441 \end_layout
16442
16443 \begin_layout Standard
16444 donde el límite puede consistir en varias condiciones.
16445 \end_layout
16446
16447 \begin_layout Standard
16448 Aplicado en la ecuación 
16449 \begin_inset CommandInset ref
16450 LatexCommand eqref
16451 reference "eq:substack"
16452
16453 \end_inset
16454
16455  se usa el comando
16456 \end_layout
16457
16458 \begin_layout Standard
16459
16460 \series bold
16461
16462 \backslash
16463 sum_
16464 \backslash
16465 mathclap{
16466 \backslash
16467 substack
16468 \begin_inset ERT
16469 status collapsed
16470
16471 \begin_layout Plain Layout
16472
16473
16474 \backslash
16475 spce 
16476 \end_layout
16477
16478 \end_inset
16479
16480 0<k<1000 Ctrl+Retorno
16481 \end_layout
16482
16483 \begin_layout Standard
16484 para componer el límite inferior.
16485  Ahora el sumando está junto al sumatorio:
16486 \begin_inset Formula \[
16487 \sum_{\mathclap{\substack{0<k<1000\\
16488 \\k\,\in\,\mathbb{N}}
16489 }}^{n}k^{-2}\]
16490
16491 \end_inset
16492
16493
16494 \begin_inset VSpace bigskip
16495 \end_inset
16496
16497 Cómo utilizar un límite para varios operadores se describe en la 
16498 \begin_inset CommandInset ref
16499 LatexCommand ref
16500 reference "sub:Operadores-de-usuario"
16501
16502 \end_inset
16503
16504 .
16505 \end_layout
16506
16507 \begin_layout Subsection
16508 Operadores binarios
16509 \begin_inset CommandInset label
16510 LatexCommand label
16511 name "sub:Operadores-binarios"
16512
16513 \end_inset
16514
16515
16516 \begin_inset Index
16517 status collapsed
16518
16519 \begin_layout Plain Layout
16520 Operadores ! binarios
16521 \end_layout
16522
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \begin_layout Standard
16529 Los operadores binarios se rodean por espacios si llevan un carácter delante
16530  o detrás.
16531 \begin_inset VSpace medskip
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \begin_layout Standard
16538 \begin_inset space \hfill{}
16539 \end_inset
16540
16541
16542 \begin_inset Tabular
16543 <lyxtabular version="3" rows="13" columns="2">
16544 <features>
16545 <column alignment="center" valignment="top" width="0pt">
16546 <column alignment="center" valignment="top" width="0pt">
16547 <row>
16548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 Comando
16553 \begin_inset Note Note
16554 status collapsed
16555
16556 \begin_layout Plain Layout
16557
16558 \series bold
16559
16560 \backslash
16561 raisebox
16562 \series default
16563  se usa sólo como espaciador
16564 \end_layout
16565
16566 \end_inset
16567
16568
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 Operador
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 </row>
16583 <row>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 +
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 \begin_inset Formula $+$
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 <row>
16607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 -
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 \begin_inset Formula $-$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634
16635 \backslash
16636 pm
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Formula $\pm$
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 <row>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659
16660 \backslash
16661 mp
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 \begin_inset Formula $\mp$
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 <row>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684
16685 \backslash
16686 cdot
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Formula $\cdot$
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 <row>
16705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709
16710 \backslash
16711 times
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 \begin_inset Formula $\times$
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 <row>
16730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734
16735 \backslash
16736 div
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 \begin_inset Formula $\div$
16746 \end_inset
16747
16748
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 </row>
16754 <row>
16755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 \begin_inset ERT
16760 status collapsed
16761
16762 \begin_layout Plain Layout
16763
16764
16765 \backslash
16766 raisebox{-1.2mm}{
16767 \end_layout
16768
16769 \end_inset
16770
16771 *
16772 \begin_inset ERT
16773 status collapsed
16774
16775 \begin_layout Plain Layout
16776
16777 }
16778 \end_layout
16779
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 \begin_inset Formula $*$
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 <row>
16801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805
16806 \backslash
16807 star
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 \begin_inset Formula $\star$
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 </row>
16825 <row>
16826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830
16831 \backslash
16832 circ
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 \begin_inset Formula $\circ$
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 </row>
16850 <row>
16851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855
16856 \backslash
16857 diamond
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 \begin_inset Formula $\diamond$
16867 \end_inset
16868
16869
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 </row>
16875 <row>
16876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880
16881 \backslash
16882 bullet
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 \begin_inset Formula $\bullet$
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 </row>
16900 </lyxtabular>
16901
16902 \end_inset
16903
16904
16905 \begin_inset space \hfill{}
16906 \end_inset
16907
16908
16909 \begin_inset Tabular
16910 <lyxtabular version="3" rows="13" columns="2">
16911 <features>
16912 <column alignment="center" valignment="top" width="0pt">
16913 <column alignment="center" valignment="top" width="0pt">
16914 <row>
16915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919 Comando
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928 Operador
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \backslash
16941 nabla
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 \begin_inset Formula $\nabla$
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 <row>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964
16965 \backslash
16966 bigtriangledown
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 \begin_inset Formula $\bigtriangledown$
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \backslash
16991 bigtriangleup
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 \begin_inset Formula $\bigtriangleup$
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 </row>
17009 <row>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014
17015 \backslash
17016 Box
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 \begin_inset Formula $\Box$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \backslash
17041 cap 
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 \begin_inset Formula $\cap$
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 <row>
17060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064
17065 \backslash
17066 cup
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075 \begin_inset Formula $\cup$
17076 \end_inset
17077
17078
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 </row>
17084 <row>
17085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089
17090 \backslash
17091 dagger
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 \begin_inset Formula $\dagger$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 </row>
17109 <row>
17110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114
17115 \backslash
17116 ddagger
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125 \begin_inset Formula $\ddagger$
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 </row>
17134 <row>
17135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Plain Layout
17139
17140 \backslash
17141 wr
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150 \begin_inset Formula $\wr$
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 </row>
17159 <row>
17160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164
17165 \backslash
17166 bigcirc
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 \begin_inset Formula $\bigcirc$
17176 \end_inset
17177
17178
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 </row>
17184 <row>
17185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189
17190 \backslash
17191 wedge
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 \begin_inset Formula $\wedge$
17201 \end_inset
17202
17203
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 </row>
17209 <row>
17210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout Plain Layout
17214
17215 \backslash
17216 vee
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 \begin_inset Formula $\vee$
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 </row>
17234 </lyxtabular>
17235
17236 \end_inset
17237
17238
17239 \begin_inset space \hfill{}
17240 \end_inset
17241
17242
17243 \begin_inset Tabular
17244 <lyxtabular version="3" rows="13" columns="2">
17245 <features>
17246 <column alignment="center" valignment="top" width="0pt">
17247 <column alignment="center" valignment="top" width="0pt">
17248 <row>
17249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253 Comando
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262 Operador
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 </row>
17268 <row>
17269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273
17274 \backslash
17275 oplus
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284 \begin_inset Formula $\oplus$
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 <row>
17294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298
17299 \backslash
17300 ominus
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 \begin_inset Formula $\ominus$
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 <row>
17319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \backslash
17325 otimes
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 \begin_inset Formula $\otimes$
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 </row>
17343 <row>
17344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Plain Layout
17348
17349 \backslash
17350 oslash
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 \begin_inset Formula $\oslash$
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 </row>
17368 <row>
17369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373
17374 \backslash
17375 odot
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 \begin_inset Formula $\odot$
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398
17399 \backslash
17400 amalg
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409 \begin_inset Formula $\amalg$
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 </row>
17418 <row>
17419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423
17424 \backslash
17425 uplus
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 \begin_inset Formula $\uplus$
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 </row>
17443 <row>
17444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448
17449 \backslash
17450 setminus
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 \begin_inset Formula $\setminus$
17460 \end_inset
17461
17462
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 </row>
17468 <row>
17469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473
17474 \backslash
17475 sqcap
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484 \begin_inset Formula $\sqcap$
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 </row>
17493 <row>
17494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498
17499 \backslash
17500 sqcup
17501 \end_layout
17502
17503 \end_inset
17504 </cell>
17505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509 \begin_inset Formula $\sqcup$
17510 \end_inset
17511
17512
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 </row>
17518 <row>
17519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523
17524 \backslash
17525 triangleleft
17526 \end_layout
17527
17528 \end_inset
17529 </cell>
17530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534 \begin_inset Formula $\triangleleft$
17535 \end_inset
17536
17537
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 </row>
17543 <row>
17544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548
17549 \backslash
17550 triangleright
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559 \begin_inset Formula $\triangleright$
17560 \end_inset
17561
17562
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 </row>
17568 </lyxtabular>
17569
17570 \end_inset
17571
17572
17573 \begin_inset space \hfill{}
17574 \end_inset
17575
17576
17577 \end_layout
17578
17579 \begin_layout Standard
17580 Todos los operadores binarios se pueden insertar también con el botón 
17581 \begin_inset Graphics
17582         filename ../../images/math/pm.png
17583         scale 85
17584
17585 \end_inset
17586
17587  de la barra de ecuaciones.
17588 \end_layout
17589
17590 \begin_layout Standard
17591 Para imprimir el operador Laplace se pueden usar 
17592 \series bold
17593
17594 \backslash
17595 Delta
17596 \series default
17597  o 
17598 \series bold
17599
17600 \backslash
17601 nabla
17602 \series default
17603 ^
17604 \series bold
17605 2
17606 \series default
17607  (
17608 \begin_inset Formula $\nabla^{2}$
17609 \end_inset
17610
17611 ) en vez de 
17612 \series bold
17613
17614 \backslash
17615 bigtriangleup
17616 \series default
17617 .
17618 \end_layout
17619
17620 \begin_layout Standard
17621 El carácter 
17622 \family sans
17623 Separador de menú
17624 \family default
17625  del menú 
17626 \family sans
17627 Insertar\SpecialChar \menuseparator
17628 Carácter especial
17629 \family default
17630  es el operador 
17631 \series bold
17632
17633 \backslash
17634 triangleright
17635 \series default
17636 .
17637 \end_layout
17638
17639 \begin_layout Subsection
17640 Operadores definidos por el usuario
17641 \begin_inset CommandInset label
17642 LatexCommand label
17643 name "sub:Operadores-de-usuario"
17644
17645 \end_inset
17646
17647
17648 \begin_inset Index
17649 status collapsed
17650
17651 \begin_layout Plain Layout
17652 Operadores ! personalizados
17653 \end_layout
17654
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \begin_layout Standard
17661 Con ayuda del comando 
17662 \series bold
17663
17664 \backslash
17665 DeclareMathOperator
17666 \series default
17667
17668 \begin_inset Index
17669 status collapsed
17670
17671 \begin_layout Plain Layout
17672 Comandos ! D ! 
17673 \backslash
17674 dbinom@
17675 \backslash
17676 DeclareMathOperator
17677 \end_layout
17678
17679 \end_inset
17680
17681  se pueden definir operadores personalizados en el preámbulo LaTeX.
17682  Su esquema es:
17683 \end_layout
17684
17685 \begin_layout Standard
17686
17687 \series bold
17688
17689 \backslash
17690 DeclareMathOperator{comando nuevo}{presentación}
17691 \end_layout
17692
17693 \begin_layout Standard
17694 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17695  en la salida.
17696  Para definir un operador grande hay que añadirle un * detrás.
17697  Todos los operadores grandes personalizados pueden tener límites como se
17698  describe en 
17699 \begin_inset CommandInset ref
17700 LatexCommand ref
17701 reference "sub:Límites-de-operadores"
17702
17703 \end_inset
17704
17705 .
17706 \end_layout
17707
17708 \begin_layout Standard
17709 Por ejemplo, la línea en el preámbulo LaTeX
17710 \end_layout
17711
17712 \begin_layout Standard
17713
17714 \series bold
17715
17716 \backslash
17717 DeclareMathOperator*{
17718 \backslash
17719 Lozenge}{
17720 \backslash
17721 blacklozenge}
17722 \end_layout
17723
17724 \begin_layout Standard
17725 define el comando 
17726 \series bold
17727
17728 \backslash
17729 Lozenge
17730 \series default
17731 , que inserta un operador grande que es el símbolo blacklozenge de la 
17732 \begin_inset CommandInset ref
17733 LatexCommand ref
17734 reference "sub:Símbolos-misceláneos"
17735
17736 \end_inset
17737
17738 .
17739 \begin_inset Formula \[
17740 \Lozenge_{n=1}^{\infty}\]
17741
17742 \end_inset
17743
17744 El comando para esta expresión es: 
17745 \series bold
17746
17747 \backslash
17748 Lozenge^
17749 \backslash
17750 infty
17751 \begin_inset Formula $\rightarrow$
17752 \end_inset
17753
17754 _n=1
17755 \begin_inset VSpace bigskip
17756 \end_inset
17757
17758
17759 \end_layout
17760
17761 \begin_layout Standard
17762 Si los operadores personalizados no se van a usar varias veces en el documento,
17763  se pueden también definir con los comandos 
17764 \series bold
17765
17766 \backslash
17767 mathop
17768 \series default
17769
17770 \begin_inset Index
17771 status collapsed
17772
17773 \begin_layout Plain Layout
17774 Comandos ! M ! 
17775 \backslash
17776 mathop
17777 \end_layout
17778
17779 \end_inset
17780
17781  y 
17782 \series bold
17783
17784 \backslash
17785 mathbin
17786 \series default
17787
17788 \begin_inset Index
17789 status collapsed
17790
17791 \begin_layout Plain Layout
17792 Comandos ! M ! 
17793 \backslash
17794 mathbin
17795 \end_layout
17796
17797 \end_inset
17798
17799 , con el siguiente esquema:
17800 \end_layout
17801
17802 \begin_layout Standard
17803
17804 \series bold
17805
17806 \backslash
17807 mathop{presentación}
17808 \series default
17809  y 
17810 \series bold
17811
17812 \backslash
17813 mathbin{presentación}
17814 \end_layout
17815
17816 \begin_layout Standard
17817
17818 \series bold
17819
17820 \backslash
17821 mathop
17822 \series default
17823  define operadores grandes, 
17824 \series bold
17825
17826 \backslash
17827 mathbin
17828 \series default
17829  operadores binarios.
17830 \end_layout
17831
17832 \begin_layout Standard
17833
17834 \series bold
17835
17836 \backslash
17837 mathop
17838 \series default
17839  se puede usar, p.e., para poner un límite a varios operadores:
17840 \begin_inset Formula \[
17841 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17842
17843 \end_inset
17844
17845
17846 \end_layout
17847
17848 \begin_layout Standard
17849 El comando para la expresión anterior es:
17850 \begin_inset Newline newline
17851 \end_inset
17852
17853
17854 \series bold
17855
17856 \backslash
17857 mathop{
17858 \backslash
17859 sum
17860 \backslash
17861 negmedspace
17862 \backslash
17863 sum
17864 \series default
17865
17866 \begin_inset ERT
17867 status collapsed
17868
17869 \begin_layout Plain Layout
17870
17871
17872 \backslash
17873 spce 
17874 \end_layout
17875
17876 \end_inset
17877
17878
17879 \series bold
17880
17881 \begin_inset Formula $\to$
17882 \end_inset
17883
17884 ^N
17885 \series default
17886
17887 \begin_inset ERT
17888 status collapsed
17889
17890 \begin_layout Plain Layout
17891
17892
17893 \backslash
17894 spce 
17895 \end_layout
17896
17897 \end_inset
17898
17899
17900 \series bold
17901 _i,j=1
17902 \end_layout
17903
17904 \begin_layout Section
17905 Fuentes
17906 \begin_inset Index
17907 status collapsed
17908
17909 \begin_layout Plain Layout
17910 Fuentes
17911 \end_layout
17912
17913 \end_inset
17914
17915
17916 \end_layout
17917
17918 \begin_layout Subsection
17919 Estilos de fuentes
17920 \begin_inset CommandInset label
17921 LatexCommand label
17922 name "sub:Estilos-de-fuentes"
17923
17924 \end_inset
17925
17926
17927 \begin_inset Index
17928 status collapsed
17929
17930 \begin_layout Plain Layout
17931 Fuentes ! estilos de
17932 \end_layout
17933
17934 \end_inset
17935
17936
17937 \end_layout
17938
17939 \begin_layout Standard
17940 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17941  estilos:
17942 \end_layout
17943
17944 \begin_layout Standard
17945 \begin_inset VSpace -2mm
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \begin_layout Standard
17952 \align center
17953 \begin_inset Tabular
17954 <lyxtabular version="3" rows="6" columns="3">
17955 <features>
17956 <column alignment="center" valignment="top" width="0">
17957 <column alignment="center" valignment="top" width="0">
17958 <column alignment="center" valignment="top" width="0">
17959 <row>
17960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17961 \begin_inset Text
17962
17963 \begin_layout Plain Layout
17964 Comando
17965 \end_layout
17966
17967 \end_inset
17968 </cell>
17969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Plain Layout
17973 Resultado
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982 atajo
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 </row>
17988 <row>
17989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993
17994 \backslash
17995 mathbb
17996 \series bold
17997
17998 \begin_inset ERT
17999 status collapsed
18000
18001 \begin_layout Plain Layout
18002
18003
18004 \backslash
18005 spce 
18006 \end_layout
18007
18008 \end_inset
18009
18010
18011 \series default
18012 ABC
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 \begin_inset Formula $\mathbb{ABC}$
18022 \end_inset
18023
18024
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033
18034 \family sans
18035 Alt+C C
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 </row>
18041 <row>
18042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18043 \begin_inset Text
18044
18045 \begin_layout Plain Layout
18046
18047 \backslash
18048 mathbf
18049 \series bold
18050
18051 \begin_inset ERT
18052 status collapsed
18053
18054 \begin_layout Plain Layout
18055
18056
18057 \backslash
18058 spce 
18059 \end_layout
18060
18061 \end_inset
18062
18063
18064 \series default
18065 AbC
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18071 \begin_inset Text
18072
18073 \begin_layout Plain Layout
18074 \begin_inset Formula $\mathbf{AbC}$
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086
18087 \family sans
18088 Ctrl+B
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 </row>
18094 <row>
18095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099
18100 \backslash
18101 boldsymbol
18102 \series bold
18103
18104 \begin_inset ERT
18105 status collapsed
18106
18107 \begin_layout Plain Layout
18108
18109
18110 \backslash
18111 spce 
18112 \end_layout
18113
18114 \end_inset
18115
18116
18117 \series default
18118 AbC
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127 \begin_inset Formula $\boldsymbol{AbC}$
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139
18140 \family sans
18141 Ctrl+Alt+B , Alt+C B
18142 \end_layout
18143
18144 \end_inset
18145 </cell>
18146 </row>
18147 <row>
18148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18149 \begin_inset Text
18150
18151 \begin_layout Plain Layout
18152
18153 \backslash
18154 mathcal
18155 \series bold
18156
18157 \begin_inset ERT
18158 status collapsed
18159
18160 \begin_layout Plain Layout
18161
18162
18163 \backslash
18164 spce 
18165 \end_layout
18166
18167 \end_inset
18168
18169
18170 \series default
18171 ABC
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180 \begin_inset Formula $\mathcal{ABC}$
18181 \end_inset
18182
18183
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192
18193 \family sans
18194 Ctrl+E , Alt+C E
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 </row>
18200 <row>
18201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \backslash
18207 mathfrak
18208 \series bold
18209
18210 \begin_inset ERT
18211 status collapsed
18212
18213 \begin_layout Plain Layout
18214
18215
18216 \backslash
18217 spce 
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \series default
18224 AbC
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 \begin_inset Formula $\mathfrak{AbC}$
18234 \end_inset
18235
18236
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 -
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 </lyxtabular>
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Standard
18259 \align center
18260 \begin_inset Tabular
18261 <lyxtabular version="3" rows="5" columns="3">
18262 <features>
18263 <column alignment="center" valignment="top" width="0">
18264 <column alignment="center" valignment="top" width="0">
18265 <column alignment="center" valignment="top" width="0">
18266 <row>
18267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 Comando
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 Resultado
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 atajo
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 </row>
18295 <row>
18296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300
18301 \backslash
18302 mathit
18303 \series bold
18304
18305 \begin_inset ERT
18306 status collapsed
18307
18308 \begin_layout Plain Layout
18309
18310
18311 \backslash
18312 spce 
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \series default
18319 AbC
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328 \begin_inset Formula $\mathit{AbC}$
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340 -
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 </row>
18346 <row>
18347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351
18352 \backslash
18353 mathrm
18354 \series bold
18355
18356 \begin_inset ERT
18357 status collapsed
18358
18359 \begin_layout Plain Layout
18360
18361
18362 \backslash
18363 spce 
18364 \end_layout
18365
18366 \end_inset
18367
18368
18369 \series default
18370 AbC
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379 \begin_inset Formula $\mathrm{AbC}$
18380 \end_inset
18381
18382
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391
18392 \family sans
18393 Alt+C R
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 </row>
18399 <row>
18400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404
18405 \backslash
18406 mathsf
18407 \series bold
18408
18409 \begin_inset ERT
18410 status collapsed
18411
18412 \begin_layout Plain Layout
18413
18414
18415 \backslash
18416 spce 
18417 \end_layout
18418
18419 \end_inset
18420
18421
18422 \series default
18423 AbC
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18429 \begin_inset Text
18430
18431 \begin_layout Plain Layout
18432 \begin_inset Formula $\mathsf{AbC}$
18433 \end_inset
18434
18435
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444
18445 \family sans
18446 Alt+C S
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 </row>
18452 <row>
18453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457
18458 \backslash
18459 mathtt
18460 \series bold
18461
18462 \begin_inset ERT
18463 status collapsed
18464
18465 \begin_layout Plain Layout
18466
18467
18468 \backslash
18469 spce 
18470 \end_layout
18471
18472 \end_inset
18473
18474
18475 \series default
18476 AbC
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18482 \begin_inset Text
18483
18484 \begin_layout Plain Layout
18485 \begin_inset Formula $\mathtt{AbC}$
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497
18498 \family sans
18499 Ctrl+Mayúsculas+P
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 </row>
18505 </lyxtabular>
18506
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \begin_layout Standard
18513 \begin_inset Note Greyedout
18514 status open
18515
18516 \begin_layout Plain Layout
18517
18518 \series bold
18519 Nota
18520 \series default
18521 : Los estilos 
18522 \series bold
18523
18524 \backslash
18525 mathbb
18526 \series default
18527  y 
18528 \series bold
18529
18530 \backslash
18531 mathcal
18532 \series default
18533  sólo se aplican a letras mayúsculas.
18534 \end_layout
18535
18536 \end_inset
18537
18538
18539 \end_layout
18540
18541 \begin_layout Standard
18542 El estilo predeterminado es 
18543 \series bold
18544
18545 \backslash
18546 mathnormal
18547 \series default
18548 .
18549 \end_layout
18550
18551 \begin_layout Standard
18552 Los comandos de estilo funcionan también en estructuras matemáticas:
18553 \begin_inset Formula \[
18554 \mathfrak{A=\frac{b}{C}}\]
18555
18556 \end_inset
18557
18558
18559 \end_layout
18560
18561 \begin_layout Standard
18562 Los caracteres en texto matemático no aparecen en un estilo de letra de
18563  ecuaciones sino en el estilo 
18564 \series bold
18565
18566 \backslash
18567 textrm
18568 \series default
18569 .
18570  Este estilo no se puede poner correctamente con el diálogo de estilo de
18571  texto por un fallo de LyX.
18572 \begin_inset Foot
18573 status collapsed
18574
18575 \begin_layout Plain Layout
18576 \begin_inset CommandInset href
18577 LatexCommand href
18578 name "LyX-bug #4629"
18579 target "http://www.lyx.org/trac/ticket/4629"
18580
18581 \end_inset
18582
18583
18584 \end_layout
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \begin_layout Standard
18592 En vez de comandos se puede usar el menú 
18593 \family sans
18594 Editar\SpecialChar \menuseparator
18595 Ecuación\SpecialChar \menuseparator
18596 Estilo del texto
18597 \family default
18598  o el botón 
18599 \begin_inset Graphics
18600         filename ../../images/math/font.png
18601         scale 85
18602
18603 \end_inset
18604
18605 .
18606 \end_layout
18607
18608 \begin_layout Subsection
18609 Ecuaciones en negrita
18610 \begin_inset CommandInset label
18611 LatexCommand label
18612 name "sub:Ecuaciones-en-negrita"
18613
18614 \end_inset
18615
18616
18617 \begin_inset Index
18618 status collapsed
18619
18620 \begin_layout Plain Layout
18621 Ecuación ! en negrita
18622 \end_layout
18623
18624 \end_inset
18625
18626
18627 \end_layout
18628
18629 \begin_layout Standard
18630 Para poner en negrita una ecuación completa no se puede usar el comando
18631  
18632 \series bold
18633
18634 \backslash
18635 mathbf
18636 \series default
18637 , porque no funciona con minúsculas griegas.
18638  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18639 \begin_inset Formula \[
18640 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18641
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Standard
18648 Para presentar la ecuación correctamente se usa el comando 
18649 \series bold
18650 boldsymbol
18651 \series default
18652 :
18653 \begin_inset Formula \[
18654 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18655
18656 \end_inset
18657
18658
18659 \end_layout
18660
18661 \begin_layout Standard
18662 También es posible poner la fórmula en un 
18663 \series bold
18664 entorno boldmath
18665 \series default
18666 , que se inserta con el comando 
18667 \series bold
18668
18669 \backslash
18670 boldmath
18671 \series default
18672
18673 \begin_inset Index
18674 status collapsed
18675
18676 \begin_layout Plain Layout
18677 Comandos ! B ! 
18678 \backslash
18679 boldmath
18680 \end_layout
18681
18682 \end_inset
18683
18684  en modo TeX.
18685  Para finalizar el entorno se usa el comando 
18686 \series bold
18687
18688 \backslash
18689 unboldmath
18690 \series default
18691
18692 \begin_inset Index
18693 status collapsed
18694
18695 \begin_layout Plain Layout
18696 Comandos ! U ! 
18697 \backslash
18698 unboldmath
18699 \end_layout
18700
18701 \end_inset
18702
18703  en modo TeX.
18704 \begin_inset ERT
18705 status collapsed
18706
18707 \begin_layout Plain Layout
18708
18709
18710 \backslash
18711 boldmath
18712 \end_layout
18713
18714 \end_inset
18715
18716
18717 \begin_inset Formula \[
18718 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18719
18720 \end_inset
18721
18722
18723 \end_layout
18724
18725 \begin_layout Standard
18726 \begin_inset ERT
18727 status collapsed
18728
18729 \begin_layout Plain Layout
18730
18731
18732 \backslash
18733 unboldmath
18734 \end_layout
18735
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \begin_layout Subsection
18742 Ecuaciones coloreadas
18743 \begin_inset Index
18744 status collapsed
18745
18746 \begin_layout Plain Layout
18747 Ecuación ! coloreada
18748 \end_layout
18749
18750 \end_inset
18751
18752
18753 \end_layout
18754
18755 \begin_layout Standard
18756 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18757  o una parte de una ecuación y usa el diálogo 
18758 \family sans
18759 Estilo del texto
18760 \family default
18761 .
18762  Aquí hay una ecuación en magenta:
18763 \begin_inset Formula \[
18764 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18765
18766 \end_inset
18767
18768 También puedes definir tus propios colores como se describe en
18769 \begin_inset space ~
18770 \end_inset
18771
18772
18773 \begin_inset CommandInset ref
18774 LatexCommand ref
18775 reference "sub:Cuadros-coloreados"
18776
18777 \end_inset
18778
18779 .
18780  Pueden usarse con el comando en código TeX 
18781 \series bold
18782
18783 \backslash
18784 textcolor
18785 \series default
18786
18787 \begin_inset Index
18788 status collapsed
18789
18790 \begin_layout Plain Layout
18791 Comandos ! T ! 
18792 \backslash
18793 textcolor
18794 \end_layout
18795
18796 \end_inset
18797
18798  según el esquema
18799 \end_layout
18800
18801 \begin_layout Standard
18802
18803 \series bold
18804
18805 \backslash
18806 textcolor{color}{caracteres o ecuación}
18807 \end_layout
18808
18809 \begin_layout Standard
18810 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18811 e en rojo:
18812 \end_layout
18813
18814 \begin_layout Standard
18815 \begin_inset ERT
18816 status collapsed
18817
18818 \begin_layout Plain Layout
18819
18820
18821 \backslash
18822 textcolor{verdeoscuro}{
18823 \end_layout
18824
18825 \end_inset
18826
18827
18828 \begin_inset Formula \[
18829 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18830
18831 \end_inset
18832
18833
18834 \begin_inset ERT
18835 status collapsed
18836
18837 \begin_layout Plain Layout
18838
18839 }
18840 \end_layout
18841
18842 \end_inset
18843
18844
18845 \end_layout
18846
18847 \begin_layout Standard
18848 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18849  a ecuaciones completas.
18850 \begin_inset Foot
18851 status collapsed
18852
18853 \begin_layout Plain Layout
18854 \begin_inset CommandInset href
18855 LatexCommand href
18856 name "LyX-bug #5269"
18857 target "http://www.lyx.org/trac/ticket/5269"
18858
18859 \end_inset
18860
18861
18862 \end_layout
18863
18864 \end_inset
18865
18866
18867 \end_layout
18868
18869 \begin_layout Subsection
18870 Tamaños de fuentes
18871 \begin_inset CommandInset label
18872 LatexCommand label
18873 name "sub:Tamaños-de-fuentes"
18874
18875 \end_inset
18876
18877
18878 \begin_inset Index
18879 status collapsed
18880
18881 \begin_layout Plain Layout
18882 Fuentes ! tamaño
18883 \end_layout
18884
18885 \end_inset
18886
18887
18888 \end_layout
18889
18890 \begin_layout Standard
18891 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18892  siguientes comandos de tamaño:
18893 \end_layout
18894
18895 \begin_layout Standard
18896
18897 \series bold
18898
18899 \backslash
18900 Huge
18901 \series default
18902
18903 \series bold
18904
18905 \backslash
18906 huge
18907 \series default
18908
18909 \series bold
18910
18911 \backslash
18912 LARGE
18913 \series default
18914
18915 \series bold
18916
18917 \backslash
18918 Large
18919 \series default
18920
18921 \series bold
18922
18923 \backslash
18924 large
18925 \series default
18926
18927 \series bold
18928
18929 \backslash
18930 normalsize
18931 \series default
18932
18933 \series bold
18934
18935 \backslash
18936 small
18937 \series default
18938 ,
18939 \begin_inset Newline newline
18940 \end_inset
18941
18942
18943 \series bold
18944
18945 \backslash
18946 footnotesize
18947 \series default
18948
18949 \series bold
18950
18951 \backslash
18952 scriptsize
18953 \series default
18954 , y 
18955 \series bold
18956
18957 \backslash
18958 tiny
18959 \end_layout
18960
18961 \begin_layout Standard
18962 El tamaño dado por los comandos depende del tamaño base de la fuente en
18963  el documento, dado por el comando 
18964 \series bold
18965
18966 \backslash
18967 normalsize
18968 \series default
18969 .
18970  Los demás comandos producen tamaños menores o mayores que 
18971 \series bold
18972
18973 \backslash
18974 normalsize
18975 \series default
18976 .
18977  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
18978  Si, por ejemplo, la fuente del documento es de 12
18979 \begin_inset space \thinspace{}
18980 \end_inset
18981
18982 pt, el comando 
18983 \series bold
18984
18985 \backslash
18986 Huge
18987 \series default
18988  da el mismo tamaño que 
18989 \series bold
18990
18991 \backslash
18992 huge
18993 \series default
18994 .
18995 \end_layout
18996
18997 \begin_layout Standard
18998 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18999  a todas las ecuaciones y texto siguientes.
19000  Para volver al tamaño anterior hay que insertar el comando 
19001 \series bold
19002
19003 \backslash
19004 normalsize
19005 \series default
19006  en modo TeX detrás de la ecuación.
19007  
19008 \end_layout
19009
19010 \begin_layout Standard
19011 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
19012  en texto matemático.
19013  Para hacerlo se inserta el comando en texto matemático.
19014  Todos los caracteres siguientes, hasta el final del texto matemático o
19015  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19016  Dos ejemplos:
19017 \end_layout
19018
19019 \begin_layout Standard
19020 \begin_inset VSpace -2mm
19021 \end_inset
19022
19023
19024 \end_layout
19025
19026 \begin_layout Standard
19027 \begin_inset ERT
19028 status collapsed
19029
19030 \begin_layout Plain Layout
19031
19032
19033 \backslash
19034 huge
19035 \end_layout
19036
19037 \end_inset
19038
19039
19040 \begin_inset Formula \[
19041 A=\frac{B}{c}\cdot\maltese\]
19042
19043 \end_inset
19044
19045
19046 \begin_inset Formula \[
19047 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19048
19049 \end_inset
19050
19051
19052 \end_layout
19053
19054 \begin_layout Standard
19055 \begin_inset ERT
19056 status collapsed
19057
19058 \begin_layout Plain Layout
19059
19060
19061 \backslash
19062 normalsize
19063 \end_layout
19064
19065 \end_inset
19066
19067
19068 \begin_inset VSpace medskip
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \begin_layout Standard
19075 Antes de las ecuaciones se ha insertado el comando 
19076 \series bold
19077
19078 \backslash
19079 huge
19080 \series default
19081 .
19082  Para la segunda ecuación el comando es:
19083 \begin_inset Newline newline
19084 \end_inset
19085
19086
19087 \series bold
19088
19089 \backslash
19090 maltese
19091 \begin_inset ERT
19092 status collapsed
19093
19094 \begin_layout Plain Layout
19095
19096
19097 \backslash
19098 spce 
19099 \end_layout
19100
19101 \end_inset
19102
19103 A Alt+M M 
19104 \backslash
19105 Large
19106 \begin_inset ERT
19107 status collapsed
19108
19109 \begin_layout Plain Layout
19110
19111
19112 \backslash
19113 spce 
19114 \end_layout
19115
19116 \end_inset
19117
19118
19119 \backslash
19120 maltese
19121 \begin_inset ERT
19122 status collapsed
19123
19124 \begin_layout Plain Layout
19125
19126
19127 \backslash
19128 spce 
19129 \end_layout
19130
19131 \end_inset
19132
19133
19134 \backslash
19135 textit
19136 \begin_inset ERT
19137 status collapsed
19138
19139 \begin_layout Plain Layout
19140
19141
19142 \backslash
19143 spce 
19144 \end_layout
19145
19146 \end_inset
19147
19148 A
19149 \begin_inset Formula $\to$
19150 \end_inset
19151
19152
19153 \begin_inset Formula $\to$
19154 \end_inset
19155
19156
19157 \begin_inset Newline newline
19158 \end_inset
19159
19160
19161 \begin_inset space \hspace*{}
19162 \length 1cm
19163 \end_inset
19164
19165 Alt+M M 
19166 \backslash
19167 tiny
19168 \begin_inset ERT
19169 status collapsed
19170
19171 \begin_layout Plain Layout
19172
19173
19174 \backslash
19175 spce 
19176 \end_layout
19177
19178 \end_inset
19179
19180
19181 \backslash
19182 maltese
19183 \begin_inset ERT
19184 status collapsed
19185
19186 \begin_layout Plain Layout
19187
19188
19189 \backslash
19190 spce 
19191 \end_layout
19192
19193 \end_inset
19194
19195
19196 \backslash
19197 textit
19198 \begin_inset ERT
19199 status collapsed
19200
19201 \begin_layout Plain Layout
19202
19203
19204 \backslash
19205 spce 
19206 \end_layout
19207
19208 \end_inset
19209
19210 A
19211 \end_layout
19212
19213 \begin_layout Standard
19214 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19215  el tamaño por omisión.
19216 \end_layout
19217
19218 \begin_layout Section
19219 Letras griegas
19220 \begin_inset Index
19221 status collapsed
19222
19223 \begin_layout Plain Layout
19224 Letras griegas
19225 \end_layout
19226
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \begin_layout Standard
19233 Todas las letras griegas se pueden insertar además mediante el botón 
19234 \begin_inset Graphics
19235         filename ../../images/math/alpha.png
19236         scale 85
19237
19238 \end_inset
19239
19240  de la barra de ecuaciones.
19241 \end_layout
19242
19243 \begin_layout Subsection
19244 Minúsculas
19245 \begin_inset Index
19246 status collapsed
19247
19248 \begin_layout Plain Layout
19249 Letras griegas ! minúsculas
19250 \end_layout
19251
19252 \end_inset
19253
19254
19255 \end_layout
19256
19257 \begin_layout Standard
19258 \begin_inset space \hfill{}
19259 \end_inset
19260
19261
19262 \begin_inset Tabular
19263 <lyxtabular version="3" rows="11" columns="2">
19264 <features>
19265 <column alignment="center" valignment="top" width="0pt">
19266 <column alignment="center" valignment="top" width="0pt">
19267 <row>
19268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272 Comando
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281 Símbolo
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 </row>
19287 <row>
19288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292
19293 \backslash
19294 alpha
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 \begin_inset Formula $\alpha$
19304 \end_inset
19305
19306
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 </row>
19312 <row>
19313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317
19318 \backslash
19319 beta
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328 \begin_inset Formula $\beta$
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 </row>
19337 <row>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342
19343 \backslash
19344 gamma
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353 \begin_inset Formula $\gamma$
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 </row>
19362 <row>
19363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367
19368 \backslash
19369 delta
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378 \begin_inset Formula $\delta$
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 </row>
19387 <row>
19388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392
19393 \backslash
19394 epsilon
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403 \begin_inset Formula $\epsilon$
19404 \end_inset
19405
19406
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 </row>
19412 <row>
19413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417
19418 \backslash
19419 varepsilon
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428 \begin_inset Formula $\varepsilon$
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 </row>
19437 <row>
19438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442
19443 \backslash
19444 zeta
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453 \begin_inset Formula $\zeta$
19454 \end_inset
19455
19456
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 </row>
19462 <row>
19463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467
19468 \backslash
19469 eta
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 \begin_inset Formula $\eta$
19479 \end_inset
19480
19481
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 </row>
19487 <row>
19488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492
19493 \backslash
19494 theta
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503 \begin_inset Formula $\theta$
19504 \end_inset
19505
19506
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 </row>
19512 <row>
19513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517
19518 \backslash
19519 vartheta
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 \begin_inset Formula $\vartheta$
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 </row>
19537 </lyxtabular>
19538
19539 \end_inset
19540
19541
19542 \begin_inset space \hfill{}
19543 \end_inset
19544
19545
19546 \begin_inset Tabular
19547 <lyxtabular version="3" rows="12" columns="2">
19548 <features>
19549 <column alignment="center" valignment="top" width="0pt">
19550 <column alignment="center" valignment="top" width="0pt">
19551 <row>
19552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556 Comando
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565 Símbolo
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 </row>
19571 <row>
19572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576
19577 \backslash
19578 iota
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 \begin_inset Formula $\iota$
19588 \end_inset
19589
19590
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 </row>
19596 <row>
19597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601
19602 \backslash
19603 kappa
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612 \begin_inset Formula $\kappa$
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 </row>
19621 <row>
19622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19623 \begin_inset Text
19624
19625 \begin_layout Plain Layout
19626
19627 \backslash
19628 varkappa
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637 \begin_inset Formula $\varkappa$
19638 \end_inset
19639
19640
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 </row>
19646 <row>
19647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Plain Layout
19651
19652 \backslash
19653 lambda
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662 \begin_inset Formula $\lambda$
19663 \end_inset
19664
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 </row>
19671 <row>
19672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676
19677 \backslash
19678 mu
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687 \begin_inset Formula $\mu$
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 </row>
19696 <row>
19697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701
19702 \backslash
19703 nu
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712 \begin_inset Formula $\nu$
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \backslash
19728 xi
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 \begin_inset Formula $\xi$
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 </row>
19746 <row>
19747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751 o
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760 \begin_inset Formula $o$
19761 \end_inset
19762
19763
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 </row>
19769 <row>
19770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774
19775 \backslash
19776 pi
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785 \begin_inset Formula $\pi$
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 </row>
19794 <row>
19795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799
19800 \backslash
19801 varpi
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810 \begin_inset Formula $\varpi$
19811 \end_inset
19812
19813
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 </row>
19819 <row>
19820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824
19825 \backslash
19826 rho
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835 \begin_inset Formula $\rho$
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \end_inset
19842 </cell>
19843 </row>
19844 </lyxtabular>
19845
19846 \end_inset
19847
19848
19849 \begin_inset space \hfill{}
19850 \end_inset
19851
19852
19853 \begin_inset Tabular
19854 <lyxtabular version="3" rows="11" columns="2">
19855 <features>
19856 <column alignment="center" valignment="top" width="0pt">
19857 <column alignment="center" valignment="top" width="0pt">
19858 <row>
19859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863 Comando
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19869 \begin_inset Text
19870
19871 \begin_layout Plain Layout
19872 Símbolo
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 </row>
19878 <row>
19879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883
19884 \backslash
19885 varrho
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894 \begin_inset Formula $\varrho$
19895 \end_inset
19896
19897
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 </row>
19903 <row>
19904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908
19909 \backslash
19910 sigma
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919 \begin_inset Formula $\sigma$
19920 \end_inset
19921
19922
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 </row>
19928 <row>
19929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933
19934 \backslash
19935 varsigma
19936 \end_layout
19937
19938 \end_inset
19939 </cell>
19940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944 \begin_inset Formula $\varsigma$
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 </row>
19953 <row>
19954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958
19959 \backslash
19960 tau
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969 \begin_inset Formula $\tau$
19970 \end_inset
19971
19972
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 </row>
19978 <row>
19979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983
19984 \backslash
19985 upsilon
19986 \end_layout
19987
19988 \end_inset
19989 </cell>
19990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19991 \begin_inset Text
19992
19993 \begin_layout Plain Layout
19994 \begin_inset Formula $\upsilon$
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 </row>
20003 <row>
20004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008
20009 \backslash
20010 phi
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019 \begin_inset Formula $\phi$
20020 \end_inset
20021
20022
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 </row>
20028 <row>
20029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033
20034 \backslash
20035 varphi
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044 \begin_inset Formula $\varphi$
20045 \end_inset
20046
20047
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 </row>
20053 <row>
20054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058
20059 \backslash
20060 chi
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069 \begin_inset Formula $\chi$
20070 \end_inset
20071
20072
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 </row>
20078 <row>
20079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083
20084 \backslash
20085 psi
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094 \begin_inset Formula $\psi$
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 </row>
20103 <row>
20104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108
20109 \backslash
20110 omega
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 \begin_inset Formula $\omega$
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 </row>
20128 </lyxtabular>
20129
20130 \end_inset
20131
20132
20133 \begin_inset space \hfill{}
20134 \end_inset
20135
20136
20137 \end_layout
20138
20139 \begin_layout Standard
20140 \begin_inset VSpace medskip
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \begin_layout Standard
20147 Cómo escribir letras griegas en redonda se explica en 
20148 \begin_inset CommandInset ref
20149 LatexCommand ref
20150 reference "sub:Griegas-en-redonda"
20151
20152 \end_inset
20153
20154 .
20155 \end_layout
20156
20157 \begin_layout Subsection
20158 Mayúsculas
20159 \begin_inset Index
20160 status collapsed
20161
20162 \begin_layout Plain Layout
20163 Letras griegas ! mayúsculas
20164 \end_layout
20165
20166 \end_inset
20167
20168
20169 \end_layout
20170
20171 \begin_layout Standard
20172 \begin_inset space \hfill{}
20173 \end_inset
20174
20175
20176 \begin_inset Tabular
20177 <lyxtabular version="3" rows="7" columns="2">
20178 <features>
20179 <column alignment="center" valignment="top" width="0pt">
20180 <column alignment="center" valignment="top" width="0pt">
20181 <row>
20182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186 Comando
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195 Símbolo
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 </row>
20201 <row>
20202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206
20207 \backslash
20208 Gamma
20209 \end_layout
20210
20211 \end_inset
20212 </cell>
20213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20214 \begin_inset Text
20215
20216 \begin_layout Plain Layout
20217 \begin_inset Formula $\Gamma$
20218 \end_inset
20219
20220
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 </row>
20226 <row>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231
20232 \backslash
20233 Delta
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242 \begin_inset Formula $\Delta$
20243 \end_inset
20244
20245
20246 \end_layout
20247
20248 \end_inset
20249 </cell>
20250 </row>
20251 <row>
20252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256
20257 \backslash
20258 Theta
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267 \begin_inset Formula $\Theta$
20268 \end_inset
20269
20270
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 </row>
20276 <row>
20277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281
20282 \backslash
20283 Lambda
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20289 \begin_inset Text
20290
20291 \begin_layout Plain Layout
20292 \begin_inset Formula $\Lambda$
20293 \end_inset
20294
20295
20296 \end_layout
20297
20298 \end_inset
20299 </cell>
20300 </row>
20301 <row>
20302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306
20307 \backslash
20308 Xi
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317 \begin_inset Formula $\Xi$
20318 \end_inset
20319
20320
20321 \end_layout
20322
20323 \end_inset
20324 </cell>
20325 </row>
20326 <row>
20327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331
20332 \backslash
20333 Pi
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342 \begin_inset Formula $\Pi$
20343 \end_inset
20344
20345
20346 \end_layout
20347
20348 \end_inset
20349 </cell>
20350 </row>
20351 </lyxtabular>
20352
20353 \end_inset
20354
20355
20356 \begin_inset space \hfill{}
20357 \end_inset
20358
20359
20360 \begin_inset Tabular
20361 <lyxtabular version="3" rows="6" columns="2">
20362 <features>
20363 <column alignment="center" valignment="top" width="0pt">
20364 <column alignment="center" valignment="top" width="0pt">
20365 <row>
20366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370 Comando
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379 Símbolo
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 </row>
20385 <row>
20386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20387 \begin_inset Text
20388
20389 \begin_layout Plain Layout
20390
20391 \backslash
20392 Sigma
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401 \begin_inset Formula $\Sigma$
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 </row>
20410 <row>
20411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415
20416 \backslash
20417 Upsilon
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426 \begin_inset Formula $\Upsilon$
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \end_inset
20433 </cell>
20434 </row>
20435 <row>
20436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440
20441 \backslash
20442 Phi
20443 \end_layout
20444
20445 \end_inset
20446 </cell>
20447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20448 \begin_inset Text
20449
20450 \begin_layout Plain Layout
20451 \begin_inset Formula $\Phi$
20452 \end_inset
20453
20454
20455 \end_layout
20456
20457 \end_inset
20458 </cell>
20459 </row>
20460 <row>
20461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465
20466 \backslash
20467 Psi
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476 \begin_inset Formula $\Psi$
20477 \end_inset
20478
20479
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 </row>
20485 <row>
20486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490
20491 \backslash
20492 Omega
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501 \begin_inset Formula $\Omega$
20502 \end_inset
20503
20504
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 </row>
20510 </lyxtabular>
20511
20512 \end_inset
20513
20514
20515 \begin_inset space \hfill{}
20516 \end_inset
20517
20518
20519 \end_layout
20520
20521 \begin_layout Standard
20522 \begin_inset VSpace medskip
20523 \end_inset
20524
20525
20526 \end_layout
20527
20528 \begin_layout Standard
20529 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20530  cuando se desarrolló TeX.
20531  Para obtener mayúsculas en cursiva, inicia cada comando con 
20532 \series bold
20533 var
20534 \series default
20535 .
20536  Por ejemplo, el comando 
20537 \series bold
20538
20539 \backslash
20540 varGamma
20541 \series default
20542  genera: 
20543 \begin_inset Formula $\varGamma$
20544 \end_inset
20545
20546
20547 \end_layout
20548
20549 \begin_layout Subsection
20550 Letras en negrita
20551 \begin_inset Index
20552 status collapsed
20553
20554 \begin_layout Plain Layout
20555 Letras griegas ! en negrita
20556 \end_layout
20557
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \begin_layout Standard
20564 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20565  Sólo se pueden poner en negrita con el comando 
20566 \series bold
20567
20568 \backslash
20569 boldsymbol
20570 \series default
20571
20572 \begin_inset Index
20573 status collapsed
20574
20575 \begin_layout Plain Layout
20576 Comandos ! B ! 
20577 \backslash
20578 boldsymbol
20579 \end_layout
20580
20581 \end_inset
20582
20583 .
20584 \end_layout
20585
20586 \begin_layout Standard
20587 \align center
20588 \begin_inset Tabular
20589 <lyxtabular version="3" rows="3" columns="2">
20590 <features>
20591 <column alignment="center" valignment="top" width="0">
20592 <column alignment="center" valignment="top" width="0">
20593 <row>
20594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 Comando
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20604 \begin_inset Text
20605
20606 \begin_layout Plain Layout
20607 Símbolo
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618
20619 \backslash
20620 Upsilon
20621 \backslash
20622 boldsymbol
20623 \backslash
20624 Upsilon
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 </row>
20642 <row>
20643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647
20648 \backslash
20649 theta
20650 \backslash
20651 boldsymbol
20652 \backslash
20653 theta
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662 \begin_inset Formula $\theta\boldsymbol{\theta}$
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 </lyxtabular>
20672
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \begin_layout Section
20679 Símbolos
20680 \begin_inset ERT
20681 status collapsed
20682
20683 \begin_layout Plain Layout
20684
20685
20686 \backslash
20687 texorpdfstring{
20688 \end_layout
20689
20690 \end_inset
20691
20692
20693 \begin_inset Foot
20694 status collapsed
20695
20696 \begin_layout Plain Layout
20697 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20698  LaTeX en 
20699 \begin_inset CommandInset citation
20700 LatexCommand cite
20701 key "Symbole"
20702
20703 \end_inset
20704
20705 .
20706 \end_layout
20707
20708 \end_inset
20709
20710
20711 \begin_inset ERT
20712 status collapsed
20713
20714 \begin_layout Plain Layout
20715
20716 }{}
20717 \end_layout
20718
20719 \end_inset
20720
20721
20722 \begin_inset Note Note
20723 status collapsed
20724
20725 \begin_layout Plain Layout
20726
20727 \backslash
20728 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20729  PDF.
20730 \end_layout
20731
20732 \begin_layout Plain Layout
20733 Más sobre 
20734 \backslash
20735 texorpdfstring en la sección 
20736 \begin_inset CommandInset ref
20737 LatexCommand ref
20738 reference "sub:Ecuaciones-en-encabezados"
20739
20740 \end_inset
20741
20742 .
20743 \end_layout
20744
20745 \end_inset
20746
20747
20748 \begin_inset Index
20749 status collapsed
20750
20751 \begin_layout Plain Layout
20752 Símbolos
20753 \end_layout
20754
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \begin_layout Standard
20761 Muchos de los símbolos listados en esta sección se pueden insertar además
20762  mediante los botones 
20763 \begin_inset Graphics
20764         filename ../../images/math/nabla.png
20765         scale 85
20766
20767 \end_inset
20768
20769  y 
20770 \begin_inset Graphics
20771         filename ../../images/math/digamma.png
20772         scale 85
20773
20774 \end_inset
20775
20776  de la barra de ecuaciones.
20777 \end_layout
20778
20779 \begin_layout Subsection
20780 Símbolos matemáticos
20781 \begin_inset CommandInset label
20782 LatexCommand label
20783 name "sub:Símbolos-matemáticos"
20784
20785 \end_inset
20786
20787
20788 \begin_inset Index
20789 status collapsed
20790
20791 \begin_layout Plain Layout
20792 Símbolos ! matemáticos
20793 \end_layout
20794
20795 \end_inset
20796
20797
20798 \end_layout
20799
20800 \begin_layout Standard
20801 \begin_inset space \hfill{}
20802 \end_inset
20803
20804
20805 \begin_inset Tabular
20806 <lyxtabular version="3" rows="10" columns="2">
20807 <features>
20808 <column alignment="center" valignment="top" width="0pt">
20809 <column alignment="center" valignment="top" width="0pt">
20810 <row>
20811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 Comando
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824 Símbolo
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 </row>
20830 <row>
20831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835
20836 \backslash
20837 neg
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846 \begin_inset Formula $\neg$
20847 \end_inset
20848
20849
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 </row>
20855 <row>
20856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860
20861 \backslash
20862 Im
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871 \begin_inset Formula $\Im$
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 </row>
20880 <row>
20881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \backslash
20887 Re
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896 \begin_inset Formula $\Re$
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 </row>
20905 <row>
20906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910
20911 \backslash
20912 aleph
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921 \begin_inset Formula $\aleph$
20922 \end_inset
20923
20924
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 </row>
20930 <row>
20931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20932 \begin_inset Text
20933
20934 \begin_layout Plain Layout
20935
20936 \backslash
20937 partial
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946 \begin_inset Formula $\partial$
20947 \end_inset
20948
20949
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 </row>
20955 <row>
20956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960
20961 \backslash
20962 infty
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971 \begin_inset Formula $\infty$
20972 \end_inset
20973
20974
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 </row>
20980 <row>
20981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Plain Layout
20985
20986 \backslash
20987 wp
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996 \begin_inset Formula $\wp$
20997 \end_inset
20998
20999
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 </row>
21005 <row>
21006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010
21011 \backslash
21012 imath
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021 \begin_inset Formula $\imath$
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \end_inset
21028 </cell>
21029 </row>
21030 <row>
21031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035
21036 \backslash
21037 jmath
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046 \begin_inset Formula $\jmath$
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \end_inset
21053 </cell>
21054 </row>
21055 </lyxtabular>
21056
21057 \end_inset
21058
21059
21060 \begin_inset space \hfill{}
21061 \end_inset
21062
21063
21064 \begin_inset Tabular
21065 <lyxtabular version="3" rows="10" columns="2">
21066 <features>
21067 <column alignment="center" valignment="top" width="0pt">
21068 <column alignment="center" valignment="top" width="0pt">
21069 <row>
21070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074 Comando
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21080 \begin_inset Text
21081
21082 \begin_layout Plain Layout
21083 Símbolo
21084 \begin_inset Note Note
21085 status collapsed
21086
21087 \begin_layout Plain Layout
21088
21089 \series bold
21090
21091 \backslash
21092 raisebox
21093 \series default
21094  se usa sólo como espaciador
21095 \end_layout
21096
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 </row>
21105 <row>
21106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110
21111 \backslash
21112 forall
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121 \begin_inset Formula $\forall$
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 </row>
21130 <row>
21131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135
21136 \backslash
21137 exists
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21143 \begin_inset Text
21144
21145 \begin_layout Plain Layout
21146 \begin_inset Formula $\exists$
21147 \end_inset
21148
21149
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 </row>
21155 <row>
21156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160
21161 \backslash
21162 nexists
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 \begin_inset Formula $\nexists$
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \end_inset
21178 </cell>
21179 </row>
21180 <row>
21181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21182 \begin_inset Text
21183
21184 \begin_layout Plain Layout
21185
21186 \backslash
21187 emptyset
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196 \begin_inset Formula $\emptyset$
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 </row>
21205 <row>
21206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210
21211 \backslash
21212 varnothing
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221 \begin_inset Formula $\varnothing$
21222 \end_inset
21223
21224
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 </row>
21230 <row>
21231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235
21236 \backslash
21237 dag
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246 \begin_inset Formula $\dag$
21247 \end_inset
21248
21249
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 </row>
21255 <row>
21256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260
21261 \backslash
21262 ddag
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Plain Layout
21271 \begin_inset Formula $\ddag$
21272 \end_inset
21273
21274
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 </row>
21280 <row>
21281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285
21286 \backslash
21287 complement
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296 \begin_inset ERT
21297 status collapsed
21298
21299 \begin_layout Plain Layout
21300
21301
21302 \backslash
21303 raisebox{-0.8mm}{
21304 \end_layout
21305
21306 \end_inset
21307
21308
21309 \begin_inset Formula $\complement$
21310 \end_inset
21311
21312
21313 \begin_inset ERT
21314 status collapsed
21315
21316 \begin_layout Plain Layout
21317
21318 }
21319 \end_layout
21320
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 </row>
21329 <row>
21330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334
21335 \backslash
21336 Bbbk
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 \begin_inset Formula $\Bbbk$
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 </row>
21354 </lyxtabular>
21355
21356 \end_inset
21357
21358
21359 \begin_inset space \hfill{}
21360 \end_inset
21361
21362
21363 \begin_inset Tabular
21364 <lyxtabular version="3" rows="10" columns="2">
21365 <features>
21366 <column alignment="center" valignment="top" width="0pt">
21367 <column alignment="center" valignment="top" width="0pt">
21368 <row>
21369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 Comando
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 Símbolo
21383 \end_layout
21384
21385 \end_inset
21386 </cell>
21387 </row>
21388 <row>
21389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393
21394 \backslash
21395 prime
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21401 \begin_inset Text
21402
21403 \begin_layout Plain Layout
21404 \begin_inset Formula $\prime$
21405 \end_inset
21406
21407
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 </row>
21413 <row>
21414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418
21419 \backslash
21420 backprime
21421 \end_layout
21422
21423 \end_inset
21424 </cell>
21425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21426 \begin_inset Text
21427
21428 \begin_layout Plain Layout
21429 \begin_inset Formula $\backprime$
21430 \end_inset
21431
21432
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 </row>
21438 <row>
21439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443
21444 \backslash
21445 mho
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454 \begin_inset Formula $\mho$
21455 \end_inset
21456
21457
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 </row>
21463 <row>
21464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468
21469 \backslash
21470 triangle
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Plain Layout
21479 \begin_inset Formula $\triangle$
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 </row>
21488 <row>
21489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493
21494 \backslash
21495 angle
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504 \begin_inset Formula $\angle$
21505 \end_inset
21506
21507
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 </row>
21513 <row>
21514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518
21519 \backslash
21520 measuredangle
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529 \begin_inset Formula $\measuredangle$
21530 \end_inset
21531
21532
21533 \end_layout
21534
21535 \end_inset
21536 </cell>
21537 </row>
21538 <row>
21539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543
21544 \backslash
21545 sphericalangle
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 \begin_inset Formula $\sphericalangle$
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 </row>
21563 <row>
21564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568
21569 \backslash
21570 top
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579 \begin_inset Formula $\top$
21580 \end_inset
21581
21582
21583 \end_layout
21584
21585 \end_inset
21586 </cell>
21587 </row>
21588 <row>
21589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593
21594 \backslash
21595 bot
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21601 \begin_inset Text
21602
21603 \begin_layout Plain Layout
21604 \begin_inset Formula $\bot$
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 </row>
21613 </lyxtabular>
21614
21615 \end_inset
21616
21617
21618 \begin_inset space \hfill{}
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \begin_layout Subsection
21625 Símbolos misceláneos
21626 \begin_inset CommandInset label
21627 LatexCommand label
21628 name "sub:Símbolos-misceláneos"
21629
21630 \end_inset
21631
21632
21633 \begin_inset Index
21634 status collapsed
21635
21636 \begin_layout Plain Layout
21637 Símbolos ! misceláneos
21638 \end_layout
21639
21640 \end_inset
21641
21642
21643 \end_layout
21644
21645 \begin_layout Standard
21646 \noindent
21647 \align center
21648 \begin_inset Tabular
21649 <lyxtabular version="3" rows="10" columns="2">
21650 <features>
21651 <column alignment="center" valignment="top" width="0pt">
21652 <column alignment="center" valignment="top" width="0pt">
21653 <row>
21654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 Comando
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 Símbolo
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 </row>
21673 <row>
21674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678
21679 \backslash
21680 flat
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689 \begin_inset Formula $\flat$
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 </row>
21698 <row>
21699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703
21704 \backslash
21705 natural
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714 \begin_inset Formula $\natural$
21715 \end_inset
21716
21717
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 </row>
21723 <row>
21724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21725 \begin_inset Text
21726
21727 \begin_layout Plain Layout
21728
21729 \backslash
21730 sharp
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739 \begin_inset Formula $\sharp$
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 </row>
21748 <row>
21749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753
21754 \backslash
21755 surd
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764 \begin_inset Formula $\surd$
21765 \end_inset
21766
21767
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 </row>
21773 <row>
21774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778
21779 \backslash
21780 checkmark
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789 \begin_inset Formula $\checkmark$
21790 \end_inset
21791
21792
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 </row>
21798 <row>
21799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803
21804 \backslash
21805 yen
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814 \begin_inset Formula $\yen$
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 </row>
21823 <row>
21824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828
21829 \backslash
21830 pounds
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839 \begin_inset Formula $\pounds$
21840 \end_inset
21841
21842
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 </row>
21848 <row>
21849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853 $
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 \begin_inset Formula $\$$
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 </row>
21871 <row>
21872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 §
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 \begin_inset Formula $§$
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 </row>
21894 </lyxtabular>
21895
21896 \end_inset
21897
21898
21899 \begin_inset Tabular
21900 <lyxtabular version="3" rows="10" columns="2">
21901 <features>
21902 <column alignment="center" valignment="top" width="0">
21903 <column alignment="center" valignment="top" width="0">
21904 <row>
21905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 Comando
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918 Símbolo
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 </row>
21924 <row>
21925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929
21930 \backslash
21931 hbar
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 \begin_inset Formula $\hbar$
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 </row>
21949 <row>
21950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21951 \begin_inset Text
21952
21953 \begin_layout Plain Layout
21954
21955 \backslash
21956 hslash
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965 \begin_inset Formula $\hslash$
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 </row>
21974 <row>
21975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21976 \begin_inset Text
21977
21978 \begin_layout Plain Layout
21979
21980 \backslash
21981 clubsuit
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990 \begin_inset Formula $\clubsuit$
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 </row>
21999 <row>
22000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004
22005 \backslash
22006 spadesuit
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 \begin_inset Formula $\spadesuit$
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 </row>
22024 <row>
22025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029
22030 \backslash
22031 bigstar
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 \begin_inset Formula $\bigstar$
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 </row>
22049 <row>
22050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054
22055 \backslash
22056 blacklozenge
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065 \begin_inset Formula $\blacklozenge$
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \end_inset
22072 </cell>
22073 </row>
22074 <row>
22075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22076 \begin_inset Text
22077
22078 \begin_layout Plain Layout
22079
22080 \backslash
22081 blacktriangle
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090 \begin_inset Formula $\blacktriangle$
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 </row>
22099 <row>
22100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104
22105 \backslash
22106 blacktiangledown
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115 \begin_inset Formula $\blacktriangledown$
22116 \end_inset
22117
22118
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 </row>
22124 <row>
22125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129
22130 \backslash
22131 bullet
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140 \begin_inset Formula $\bullet$
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \end_inset
22147 </cell>
22148 </row>
22149 </lyxtabular>
22150
22151 \end_inset
22152
22153
22154 \begin_inset Tabular
22155 <lyxtabular version="3" rows="10" columns="2">
22156 <features>
22157 <column alignment="center" valignment="top" width="0pt">
22158 <column alignment="center" valignment="top" width="0pt">
22159 <row>
22160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 Comando
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 Símbolo
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 </row>
22179 <row>
22180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184
22185 \backslash
22186 diamondsuit
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195 \begin_inset Formula $\diamondsuit$
22196 \end_inset
22197
22198
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 </row>
22204 <row>
22205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209
22210 \backslash
22211 Diamond
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 \begin_inset Formula $\Diamond$
22221 \end_inset
22222
22223
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 </row>
22229 <row>
22230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234
22235 \backslash
22236 heartsuit
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245 \begin_inset Formula $\heartsuit$
22246 \end_inset
22247
22248
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 </row>
22254 <row>
22255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259
22260 \backslash
22261 P
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270 \begin_inset Formula $\P$
22271 \end_inset
22272
22273
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 </row>
22279 <row>
22280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284
22285 \backslash
22286 copyright
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295 \begin_inset Formula $\copyright$
22296 \end_inset
22297
22298
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 </row>
22304 <row>
22305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309
22310 \backslash
22311 circledR
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 \begin_inset Formula $\circledR$
22321 \end_inset
22322
22323
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 </row>
22329 <row>
22330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334
22335 \backslash
22336 maltese
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345 \begin_inset Formula $\maltese$
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \end_inset
22352 </cell>
22353 </row>
22354 <row>
22355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359
22360 \backslash
22361 diagup
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370 \begin_inset Formula $\diagup$
22371 \end_inset
22372
22373
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 </row>
22379 <row>
22380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384
22385 \backslash
22386 diagdown
22387 \end_layout
22388
22389 \end_inset
22390 </cell>
22391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22392 \begin_inset Text
22393
22394 \begin_layout Plain Layout
22395 \begin_inset Formula $\diagdown$
22396 \end_inset
22397
22398
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 </row>
22404 </lyxtabular>
22405
22406 \end_inset
22407
22408
22409 \end_layout
22410
22411 \begin_layout Standard
22412 \begin_inset VSpace medskip
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \begin_layout Standard
22419 Hay más símbolos en 
22420 \begin_inset CommandInset ref
22421 LatexCommand ref
22422 reference "sub:Caracteres-especiales-misceláneos"
22423
22424 \end_inset
22425
22426 .
22427 \end_layout
22428
22429 \begin_layout Standard
22430 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22431 \begin_inset CommandInset ref
22432 LatexCommand ref
22433 reference "sub:Tamaños-de-fuentes"
22434
22435 \end_inset
22436
22437
22438 \end_layout
22439
22440 \begin_layout Subsection
22441 El símbolo del euro, €
22442 \begin_inset Index
22443 status collapsed
22444
22445 \begin_layout Plain Layout
22446 Símbolos ! euro
22447 \end_layout
22448
22449 \end_inset
22450
22451
22452 \begin_inset Index
22453 status collapsed
22454
22455 \begin_layout Plain Layout
22456
22457 \backslash
22458 @
22459 \begin_inset ERT
22460 status collapsed
22461
22462 \begin_layout Plain Layout
22463
22464
22465 \backslash
22466 officialeuro
22467 \end_layout
22468
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \end_inset
22475
22476
22477 \end_layout
22478
22479 \begin_layout Standard
22480 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22481  LaTeX 
22482 \series bold
22483 eurosym
22484 \series default
22485
22486 \begin_inset Index
22487 status collapsed
22488
22489 \begin_layout Plain Layout
22490 Paquetes ! eurosym
22491 \end_layout
22492
22493 \end_inset
22494
22495 , y cargado en el preámbulo LaTeX con la línea
22496 \end_layout
22497
22498 \begin_layout Standard
22499
22500 \series bold
22501
22502 \backslash
22503 usepackage[gennarrow]{eurosym}
22504 \end_layout
22505
22506 \begin_layout Standard
22507 Actualmente también se puede insertar con el comando 
22508 \series bold
22509
22510 \backslash
22511 euro
22512 \series default
22513
22514 \begin_inset Index
22515 status collapsed
22516
22517 \begin_layout Plain Layout
22518 Comandos ! E ! 
22519 \backslash
22520 euro
22521 \end_layout
22522
22523 \end_inset
22524
22525 .
22526 \end_layout
22527
22528 \begin_layout Standard
22529 El símbolo del euro puede insertarse directamente con la tecla € en texto
22530  matemático sin tener 
22531 \series bold
22532 eurosym
22533 \series default
22534  instalado.
22535  Si 
22536 \series bold
22537 eurosym
22538 \series default
22539  está instalado, se puede insertar 
22540 \series bold
22541
22542 \backslash
22543 euro
22544 \series default
22545  en modo TeX.
22546  El símbolo oficial de la moneda se puede insertar con el comando 
22547 \series bold
22548
22549 \backslash
22550 officialeuro
22551 \series default
22552
22553 \begin_inset Index
22554 status collapsed
22555
22556 \begin_layout Plain Layout
22557 Comandos ! O ! 
22558 \backslash
22559 officialeuro
22560 \end_layout
22561
22562 \end_inset
22563
22564 , que sólo está disponible en modo TeX.
22565 \end_layout
22566
22567 \begin_layout Standard
22568 \begin_inset ERT
22569 status collapsed
22570
22571 \begin_layout Plain Layout
22572
22573
22574 \backslash
22575 ifeurosym
22576 \end_layout
22577
22578 \end_inset
22579
22580
22581 \begin_inset Note Note
22582 status collapsed
22583
22584 \begin_layout Plain Layout
22585 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22586 \series bold
22587 eurosym
22588 \series default
22589 .
22590 \end_layout
22591
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \begin_layout Standard
22598 Un vistazo a los diferentes símbolos del euro.
22599 \end_layout
22600
22601 \begin_layout Standard
22602 \noindent
22603 \align center
22604 \begin_inset Tabular
22605 <lyxtabular version="3" rows="4" columns="3">
22606 <features>
22607 <column alignment="center" valignment="top" width="0">
22608 <column alignment="center" valignment="top" width="0">
22609 <column alignment="center" valignment="top" width="0">
22610 <row>
22611 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 Comando
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633 Símbolo
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 </row>
22639 <row>
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 ecuación
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653
22654 \backslash
22655 euro
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 \begin_inset Formula $\euro$
22665 \end_inset
22666
22667
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 </row>
22673 <row>
22674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 texto matemático
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 \begin_inset Formula $\mbox{€}$
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 </row>
22705 <row>
22706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710 modo TeX
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \backslash
22721 officialeuro
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 \begin_inset ERT
22731 status collapsed
22732
22733 \begin_layout Plain Layout
22734
22735
22736 \backslash
22737 officialeuro
22738 \end_layout
22739
22740 \end_inset
22741
22742
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 </row>
22748 </lyxtabular>
22749
22750 \end_inset
22751
22752
22753 \end_layout
22754
22755 \begin_layout Standard
22756 \begin_inset ERT
22757 status collapsed
22758
22759 \begin_layout Plain Layout
22760
22761
22762 \backslash
22763 else
22764 \end_layout
22765
22766 \end_inset
22767
22768
22769 \begin_inset Note Note
22770 status collapsed
22771
22772 \begin_layout Plain Layout
22773 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22774 \series bold
22775 eurosym
22776 \series default
22777 :
22778 \end_layout
22779
22780 \end_inset
22781
22782
22783 \end_layout
22784
22785 \begin_layout Standard
22786 Para ver la salida completa de esta subsección debe estar instalado el paquete
22787  LaTeX 
22788 \series bold
22789 eurosym
22790 \series default
22791 .
22792 \end_layout
22793
22794 \begin_layout Standard
22795 \begin_inset ERT
22796 status collapsed
22797
22798 \begin_layout Plain Layout
22799
22800
22801 \backslash
22802 fi
22803 \end_layout
22804
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \begin_layout Section
22811 Relaciones
22812 \begin_inset CommandInset label
22813 LatexCommand label
22814 name "sec:Relaciones"
22815
22816 \end_inset
22817
22818
22819 \begin_inset Index
22820 status collapsed
22821
22822 \begin_layout Plain Layout
22823 Relaciones
22824 \end_layout
22825
22826 \end_inset
22827
22828
22829 \begin_inset Index
22830 status collapsed
22831
22832 \begin_layout Plain Layout
22833 Comparaciones|see
22834 \begin_inset ERT
22835 status collapsed
22836
22837 \begin_layout Plain Layout
22838
22839 {
22840 \end_layout
22841
22842 \end_inset
22843
22844 Relaciones
22845 \begin_inset ERT
22846 status collapsed
22847
22848 \begin_layout Plain Layout
22849
22850 }
22851 \end_layout
22852
22853 \end_inset
22854
22855
22856 \end_layout
22857
22858 \end_inset
22859
22860
22861 \end_layout
22862
22863 \begin_layout Standard
22864 Todas las relaciones se pueden insertar también con el botón 
22865 \begin_inset Graphics
22866         filename ../../images/math/leq.png
22867         scale 85
22868
22869 \end_inset
22870
22871  de la barra de ecuaciones.
22872 \end_layout
22873
22874 \begin_layout Standard
22875 \begin_inset space \hfill{}
22876 \end_inset
22877
22878
22879 \begin_inset Tabular
22880 <lyxtabular version="3" rows="17" columns="2">
22881 <features>
22882 <column alignment="center" valignment="top" width="0pt">
22883 <column alignment="center" valignment="top" width="0pt">
22884 <row>
22885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889 Comando
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 Relación
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 </row>
22904 <row>
22905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 <
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 \begin_inset Formula $<$
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 </row>
22927 <row>
22928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932
22933 \backslash
22934 le
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943 \begin_inset Formula $\le$
22944 \end_inset
22945
22946
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 </row>
22952 <row>
22953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957
22958 \backslash
22959 ll
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968 \begin_inset Formula $\ll$
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 </row>
22977 <row>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982
22983 \backslash
22984 prec
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993 \begin_inset Formula $\prec$
22994 \end_inset
22995
22996
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 </row>
23002 <row>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007
23008 \backslash
23009 preceq
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018 \begin_inset Formula $\preceq$
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 </row>
23027 <row>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032
23033 \backslash
23034 subset
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043 \begin_inset Formula $\subset$
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 </row>
23052 <row>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057
23058 \backslash
23059 subseteq
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23065 \begin_inset Text
23066
23067 \begin_layout Plain Layout
23068 \begin_inset Formula $\subseteq$
23069 \end_inset
23070
23071
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 </row>
23077 <row>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082
23083 \backslash
23084 sqsubseteq
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093 \begin_inset Formula $\sqsubseteq$
23094 \end_inset
23095
23096
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 </row>
23102 <row>
23103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107
23108 \backslash
23109 in
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23115 \begin_inset Text
23116
23117 \begin_layout Plain Layout
23118 \begin_inset Formula $\in$
23119 \end_inset
23120
23121
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 </row>
23127 <row>
23128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132
23133 \backslash
23134 vdash
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143 \begin_inset Formula $\vdash$
23144 \end_inset
23145
23146
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 </row>
23152 <row>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157
23158 \backslash
23159 smile
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23165 \begin_inset Text
23166
23167 \begin_layout Plain Layout
23168 \begin_inset Formula $\smile$
23169 \end_inset
23170
23171
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 </row>
23177 <row>
23178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182
23183 \backslash
23184 lhd
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23190 \begin_inset Text
23191
23192 \begin_layout Plain Layout
23193 \begin_inset Formula $\lhd$
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 </row>
23202 <row>
23203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207
23208 \backslash
23209 unlhd
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23215 \begin_inset Text
23216
23217 \begin_layout Plain Layout
23218 \begin_inset Formula $\unlhd$
23219 \end_inset
23220
23221
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 </row>
23227 <row>
23228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232
23233 \backslash
23234 gtrless
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243 \begin_inset Formula $\gtrless$
23244 \end_inset
23245
23246
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 </row>
23252 <row>
23253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23254 \begin_inset Text
23255
23256 \begin_layout Plain Layout
23257
23258 \backslash
23259 mid
23260 \end_layout
23261
23262 \end_inset
23263 </cell>
23264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23265 \begin_inset Text
23266
23267 \begin_layout Plain Layout
23268 \begin_inset Formula $\mid$
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 </row>
23277 <row>
23278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282
23283 \backslash
23284 nmid
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23290 \begin_inset Text
23291
23292 \begin_layout Plain Layout
23293 \begin_inset Formula $\nmid$
23294 \end_inset
23295
23296
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 </row>
23302 </lyxtabular>
23303
23304 \end_inset
23305
23306
23307 \begin_inset space \hfill{}
23308 \end_inset
23309
23310
23311 \begin_inset Tabular
23312 <lyxtabular version="3" rows="17" columns="2">
23313 <features>
23314 <column alignment="center" valignment="top" width="0pt">
23315 <column alignment="center" valignment="top" width="0pt">
23316 <row>
23317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 Comando
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 Relación
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 =
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 \begin_inset Formula $=$
23351 \end_inset
23352
23353
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 </row>
23359 <row>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364
23365 \backslash
23366 not=
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 \begin_inset Formula $\not=$
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 </row>
23384 <row>
23385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389
23390 \backslash
23391 equiv
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 \begin_inset Formula $\equiv$
23401 \end_inset
23402
23403
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 </row>
23409 <row>
23410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414
23415 \backslash
23416 sim
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 \begin_inset Formula $\sim$
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 </row>
23434 <row>
23435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439
23440 \backslash
23441 simeq
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 \begin_inset Formula $\simeq$
23451 \end_inset
23452
23453
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 </row>
23459 <row>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464
23465 \backslash
23466 approx
23467 \end_layout
23468
23469 \end_inset
23470 </cell>
23471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 \begin_inset Formula $\approx$
23476 \end_inset
23477
23478
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 </row>
23484 <row>
23485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489
23490 \backslash
23491 cong
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 \begin_inset Formula $\cong$
23501 \end_inset
23502
23503
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 </row>
23509 <row>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514
23515 \backslash
23516 bowtie
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525 \begin_inset Formula $\bowtie$
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 </row>
23534 <row>
23535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539
23540 \backslash
23541 notin
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550 \begin_inset Formula $\notin$
23551 \end_inset
23552
23553
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 </row>
23559 <row>
23560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564
23565 \backslash
23566 perp
23567 \end_layout
23568
23569 \end_inset
23570 </cell>
23571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23572 \begin_inset Text
23573
23574 \begin_layout Plain Layout
23575 \begin_inset Formula $\perp$
23576 \end_inset
23577
23578
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 </row>
23584 <row>
23585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589
23590 \backslash
23591 propto
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600 \begin_inset Formula $\propto$
23601 \end_inset
23602
23603
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 </row>
23609 <row>
23610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614
23615 \backslash
23616 asymp
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23622 \begin_inset Text
23623
23624 \begin_layout Plain Layout
23625 \begin_inset Formula $\asymp$
23626 \end_inset
23627
23628
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 </row>
23634 <row>
23635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639
23640 \backslash
23641 doteq
23642 \end_layout
23643
23644 \end_inset
23645 </cell>
23646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23647 \begin_inset Text
23648
23649 \begin_layout Plain Layout
23650 \begin_inset Formula $\doteq$
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 </row>
23659 <row>
23660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23661 \begin_inset Text
23662
23663 \begin_layout Plain Layout
23664
23665 \backslash
23666 circeq
23667 \end_layout
23668
23669 \end_inset
23670 </cell>
23671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23672 \begin_inset Text
23673
23674 \begin_layout Plain Layout
23675 \begin_inset Formula $\circeq$
23676 \end_inset
23677
23678
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 </row>
23684 <row>
23685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23686 \begin_inset Text
23687
23688 \begin_layout Plain Layout
23689
23690 \backslash
23691 models
23692 \end_layout
23693
23694 \end_inset
23695 </cell>
23696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23697 \begin_inset Text
23698
23699 \begin_layout Plain Layout
23700 \begin_inset Formula $\models$
23701 \end_inset
23702
23703
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 </row>
23709 <row>
23710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714
23715 \backslash
23716 widehat=
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 \begin_inset Formula $\widehat{=}$
23726 \end_inset
23727
23728
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 </row>
23734 </lyxtabular>
23735
23736 \end_inset
23737
23738
23739 \begin_inset space \hfill{}
23740 \end_inset
23741
23742
23743 \begin_inset Tabular
23744 <lyxtabular version="3" rows="17" columns="2">
23745 <features>
23746 <column alignment="center" valignment="top" width="0pt">
23747 <column alignment="center" valignment="top" width="0pt">
23748 <row>
23749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 Comando
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 Relación
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 </row>
23768 <row>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773 >
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782 \begin_inset Formula $>$
23783 \end_inset
23784
23785
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 </row>
23791 <row>
23792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796
23797 \backslash
23798 ge
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807 \begin_inset Formula $\ge$
23808 \end_inset
23809
23810
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 </row>
23816 <row>
23817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821
23822 \backslash
23823 gg
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832 \begin_inset Formula $\gg$
23833 \end_inset
23834
23835
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 </row>
23841 <row>
23842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846
23847 \backslash
23848 succ
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857 \begin_inset Formula $\succ$
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 </row>
23866 <row>
23867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871
23872 \backslash
23873 succeq
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882 \begin_inset Formula $\succeq$
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 </row>
23891 <row>
23892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896
23897 \backslash
23898 supset
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 \begin_inset Formula $\supset$
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 </row>
23916 <row>
23917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921
23922 \backslash
23923 supseteq
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 \begin_inset Formula $\supseteq$
23933 \end_inset
23934
23935
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 </row>
23941 <row>
23942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946
23947 \backslash
23948 sqsupseteq
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 \begin_inset Formula $\sqsupseteq$
23958 \end_inset
23959
23960
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 </row>
23966 <row>
23967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971
23972 \backslash
23973 ni
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982 \begin_inset Formula $\ni$
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 </row>
23991 <row>
23992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996
23997 \backslash
23998 dashv
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007 \begin_inset Formula $\dashv$
24008 \end_inset
24009
24010
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 </row>
24016 <row>
24017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021
24022 \backslash
24023 frown
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032 \begin_inset Formula $\frown$
24033 \end_inset
24034
24035
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 </row>
24041 <row>
24042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046
24047 \backslash
24048 rhd
24049 \end_layout
24050
24051 \end_inset
24052 </cell>
24053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057 \begin_inset Formula $\rhd$
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 </row>
24066 <row>
24067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24068 \begin_inset Text
24069
24070 \begin_layout Plain Layout
24071
24072 \backslash
24073 unrhd
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24079 \begin_inset Text
24080
24081 \begin_layout Plain Layout
24082 \begin_inset Formula $\unrhd$
24083 \end_inset
24084
24085
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 </row>
24091 <row>
24092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096
24097 \backslash
24098 lessgtr
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107 \begin_inset Formula $\lessgtr$
24108 \end_inset
24109
24110
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 </row>
24116 <row>
24117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121
24122 \backslash
24123 parallel
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132 \begin_inset Formula $\parallel$
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 </row>
24141 <row>
24142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146
24147 \backslash
24148 nparallel
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157 \begin_inset Formula $\nparallel$
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 </row>
24166 </lyxtabular>
24167
24168 \end_inset
24169
24170
24171 \begin_inset space \hfill{}
24172 \end_inset
24173
24174
24175 \end_layout
24176
24177 \begin_layout Standard
24178 \begin_inset VSpace medskip
24179 \end_inset
24180
24181
24182 \end_layout
24183
24184 \begin_layout Standard
24185 Los caracteres 
24186 \series bold
24187
24188 \backslash
24189 lhd
24190 \series default
24191  y 
24192 \series bold
24193
24194 \backslash
24195 rhd
24196 \series default
24197  son mayores que los operadores de aspecto similar 
24198 \series bold
24199
24200 \backslash
24201 triangleleft
24202 \series default
24203  y 
24204 \series bold
24205
24206 \backslash
24207 triangleright
24208 \series default
24209 , respectivamente.
24210 \end_layout
24211
24212 \begin_layout Standard
24213 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24214 \end_layout
24215
24216 \begin_layout Standard
24217 Se pueden componer relaciones con etiquetas con el comando 
24218 \series bold
24219
24220 \backslash
24221 stackrel
24222 \series default
24223
24224 \begin_inset Index
24225 status collapsed
24226
24227 \begin_layout Plain Layout
24228 Comandos ! S ! 
24229 \backslash
24230 stackrel
24231 \end_layout
24232
24233 \end_inset
24234
24235 :
24236 \end_layout
24237
24238 \begin_layout Standard
24239 \align center
24240 \begin_inset Tabular
24241 <lyxtabular version="3" rows="2" columns="2">
24242 <features>
24243 <column alignment="center" valignment="top" width="0">
24244 <column alignment="center" valignment="top" width="0">
24245 <row>
24246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250 Comando
24251 \end_layout
24252
24253 \end_inset
24254 </cell>
24255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259 Resultado
24260 \begin_inset Note Note
24261 status collapsed
24262
24263 \begin_layout Plain Layout
24264
24265 \series bold
24266
24267 \backslash
24268 raisebox
24269 \series default
24270  se usa sólo como espaciador
24271 \end_layout
24272
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 </row>
24281 <row>
24282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 A(r)
24287 \backslash
24288 stackrel
24289 \begin_inset ERT
24290 status collapsed
24291
24292 \begin_layout Plain Layout
24293
24294
24295 \backslash
24296 spce 
24297 \end_layout
24298
24299 \end_inset
24300
24301 r
24302 \backslash
24303 to
24304 \backslash
24305 infty
24306 \begin_inset ERT
24307 status collapsed
24308
24309 \begin_layout Plain Layout
24310
24311
24312 \backslash
24313 spce 
24314 \end_layout
24315
24316 \end_inset
24317
24318
24319 \begin_inset Formula $\downarrow$
24320 \end_inset
24321
24322
24323 \backslash
24324 approx
24325 \begin_inset ERT
24326 status collapsed
24327
24328 \begin_layout Plain Layout
24329
24330
24331 \backslash
24332 spce 
24333 \end_layout
24334
24335 \end_inset
24336
24337
24338 \begin_inset ERT
24339 status collapsed
24340
24341 \begin_layout Plain Layout
24342
24343
24344 \backslash
24345 spce 
24346 \end_layout
24347
24348 \end_inset
24349
24350 B
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24360 \end_inset
24361
24362
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 </row>
24368 </lyxtabular>
24369
24370 \end_inset
24371
24372
24373 \end_layout
24374
24375 \begin_layout Section
24376 Funciones
24377 \end_layout
24378
24379 \begin_layout Subsection
24380 Funciones predefinidas
24381 \begin_inset CommandInset label
24382 LatexCommand label
24383 name "sub:Funciones-predefinidas"
24384
24385 \end_inset
24386
24387
24388 \begin_inset Index
24389 status collapsed
24390
24391 \begin_layout Plain Layout
24392 Funciones ! predefinidas
24393 \end_layout
24394
24395 \end_inset
24396
24397
24398 \begin_inset Index
24399 status collapsed
24400
24401 \begin_layout Plain Layout
24402 Funciones ! en español
24403 \end_layout
24404
24405 \end_inset
24406
24407
24408 \end_layout
24409
24410 \begin_layout Standard
24411 En general las variables se escriben en 
24412 \emph on
24413 cursiva
24414 \emph default
24415  en expresiones matemáticas, pero no los nombres de las funciones, porque
24416  
24417 \begin_inset Formula $sen$
24418 \end_inset
24419
24420  podría confundirse con 
24421 \begin_inset Formula $s\cdot e\cdot n$
24422 \end_inset
24423
24424 .
24425  Por eso hay funciones predefinidas, que además se separan un poco del factor
24426  precedente.
24427  Se insertan como comandos con una barra inversa  delante de su nombre.
24428 \end_layout
24429
24430 \begin_layout Standard
24431 \align center
24432 \begin_inset Tabular
24433 <lyxtabular version="3" rows="2" columns="4">
24434 <features>
24435 <column alignment="center" valignment="top" width="0pt">
24436 <column alignment="center" valignment="top" width="0pt">
24437 <column alignment="center" valignment="top" width="0pt">
24438 <column alignment="center" valignment="top" width="0pt">
24439 <row>
24440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444 Comando
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24450 \begin_inset Text
24451
24452 \begin_layout Plain Layout
24453 Resultado
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462 Comando
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471 Resultado
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 </row>
24477 <row>
24478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 Asen(x)+B
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491 \begin_inset Formula $Asen(x)+B$
24492 \end_inset
24493
24494
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503 A
24504 \backslash
24505 sen(x)+B
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514 \begin_inset Formula $A\sen(x)+B$
24515 \end_inset
24516
24517
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 </row>
24523 </lyxtabular>
24524
24525 \end_inset
24526
24527
24528 \end_layout
24529
24530 \begin_layout Standard
24531 Las funciones siguientes están predefinidas:
24532 \begin_inset Foot
24533 status collapsed
24534
24535 \begin_layout Plain Layout
24536 Se han añadido los comandos equivalentes suministrados por el estilo 
24537 \series bold
24538 spanish
24539 \series default
24540  de 
24541 \series bold
24542 babel
24543 \series default
24544 , adaptados a las convenciones hispanohablantes.
24545  Además, en su caso, las funciones serán acentuadas automáticamente en la
24546  salida, p.
24547 \begin_inset space \thinspace{}
24548 \end_inset
24549
24550 e.
24551  
24552 \begin_inset Quotes fld
24553 \end_inset
24554
24555 lím
24556 \begin_inset Quotes frd
24557 \end_inset
24558
24559  o 
24560 \begin_inset Quotes fld
24561 \end_inset
24562
24563 máx
24564 \begin_inset Quotes frd
24565 \end_inset
24566
24567 .
24568  Más información en 
24569 \begin_inset CommandInset citation
24570 LatexCommand cite
24571 key "spanish"
24572
24573 \end_inset
24574
24575 .
24576  (
24577 \emph on
24578 N.
24579 \begin_inset space \thinspace{}
24580 \end_inset
24581
24582 del t.
24583 \emph default
24584 )
24585 \end_layout
24586
24587 \end_inset
24588
24589
24590 \end_layout
24591
24592 \begin_layout Standard
24593 \begin_inset VSpace -2mm
24594 \end_inset
24595
24596
24597 \end_layout
24598
24599 \begin_layout Standard
24600 \align center
24601 \begin_inset Tabular
24602 <lyxtabular version="3" rows="9" columns="7">
24603 <features>
24604 <column alignment="center" valignment="top" width="0pt">
24605 <column alignment="center" valignment="top" width="0pt">
24606 <column alignment="center" valignment="top" width="0pt">
24607 <column alignment="center" valignment="top" width="0pt">
24608 <column alignment="center" valignment="top" width="0pt">
24609 <column alignment="center" valignment="top" width="0pt">
24610 <column alignment="center" valignment="top" width="0pt">
24611 <row>
24612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24613 \begin_inset Text
24614
24615 \begin_layout Plain Layout
24616 Comando
24617 \end_layout
24618
24619 \end_inset
24620 </cell>
24621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24622 \begin_inset Text
24623
24624 \begin_layout Plain Layout
24625 español
24626 \end_layout
24627
24628 \end_inset
24629 </cell>
24630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24631 \begin_inset Text
24632
24633 \begin_layout Plain Layout
24634 Comando
24635 \end_layout
24636
24637 \end_inset
24638 </cell>
24639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24640 \begin_inset Text
24641
24642 \begin_layout Plain Layout
24643 español
24644 \end_layout
24645
24646 \end_inset
24647 </cell>
24648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24649 \begin_inset Text
24650
24651 \begin_layout Plain Layout
24652 Comando
24653 \end_layout
24654
24655 \end_inset
24656 </cell>
24657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24658 \begin_inset Text
24659
24660 \begin_layout Plain Layout
24661 español
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670 Comando
24671 \end_layout
24672
24673 \end_inset
24674 </cell>
24675 </row>
24676 <row>
24677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681
24682 \backslash
24683 sin
24684 \end_layout
24685
24686 \end_inset
24687 </cell>
24688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24689 \begin_inset Text
24690
24691 \begin_layout Plain Layout
24692
24693 \backslash
24694 sen
24695 \end_layout
24696
24697 \end_inset
24698 </cell>
24699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24700 \begin_inset Text
24701
24702 \begin_layout Plain Layout
24703
24704 \backslash
24705 sinh
24706 \end_layout
24707
24708 \end_inset
24709 </cell>
24710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Plain Layout
24714
24715 \backslash
24716 senh
24717 \end_layout
24718
24719 \end_inset
24720 </cell>
24721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24722 \begin_inset Text
24723
24724 \begin_layout Plain Layout
24725
24726 \backslash
24727 arcsin
24728 \end_layout
24729
24730 \end_inset
24731 </cell>
24732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736
24737 \backslash
24738 arcsen
24739 \end_layout
24740
24741 \end_inset
24742 </cell>
24743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24744 \begin_inset Text
24745
24746 \begin_layout Plain Layout
24747
24748 \backslash
24749 sup
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 </row>
24755 <row>
24756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24757 \begin_inset Text
24758
24759 \begin_layout Plain Layout
24760
24761 \backslash
24762 cos
24763 \end_layout
24764
24765 \end_inset
24766 </cell>
24767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780
24781 \backslash
24782 cosh
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791
24792 \end_layout
24793
24794 \end_inset
24795 </cell>
24796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24797 \begin_inset Text
24798
24799 \begin_layout Plain Layout
24800
24801 \backslash
24802 arccos
24803 \end_layout
24804
24805 \end_inset
24806 </cell>
24807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24808 \begin_inset Text
24809
24810 \begin_layout Plain Layout
24811
24812 \end_layout
24813
24814 \end_inset
24815 </cell>
24816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24817 \begin_inset Text
24818
24819 \begin_layout Plain Layout
24820
24821 \backslash
24822 inf
24823 \end_layout
24824
24825 \end_inset
24826 </cell>
24827 </row>
24828 <row>
24829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24830 \begin_inset Text
24831
24832 \begin_layout Plain Layout
24833
24834 \backslash
24835 tan
24836 \end_layout
24837
24838 \end_inset
24839 </cell>
24840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24841 \begin_inset Text
24842
24843 \begin_layout Plain Layout
24844
24845 \backslash
24846 tg
24847 \end_layout
24848
24849 \end_inset
24850 </cell>
24851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24852 \begin_inset Text
24853
24854 \begin_layout Plain Layout
24855
24856 \backslash
24857 tanh
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866
24867 \backslash
24868 tgh
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877
24878 \backslash
24879 arctan
24880 \end_layout
24881
24882 \end_inset
24883 </cell>
24884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24885 \begin_inset Text
24886
24887 \begin_layout Plain Layout
24888
24889 \backslash
24890 arctg
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899
24900 \backslash
24901 lim
24902 \end_layout
24903
24904 \end_inset
24905 </cell>
24906 </row>
24907 <row>
24908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912
24913 \backslash
24914 cot
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Plain Layout
24923
24924 \backslash
24925 cotg
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934
24935 \backslash
24936 coth
24937 \end_layout
24938
24939 \end_inset
24940 </cell>
24941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954
24955 \backslash
24956 arg
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974
24975 \backslash
24976 liminf
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 </row>
24982 <row>
24983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987
24988 \backslash
24989 sec
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007
25008 \backslash
25009 min
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25015 \begin_inset Text
25016
25017 \begin_layout Plain Layout
25018
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027
25028 \backslash
25029 deg
25030 \end_layout
25031
25032 \end_inset
25033 </cell>
25034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038
25039 \end_layout
25040
25041 \end_inset
25042 </cell>
25043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047
25048 \backslash
25049 limsup
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 </row>
25055 <row>
25056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25057 \begin_inset Text
25058
25059 \begin_layout Plain Layout
25060
25061 \backslash
25062 csc
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071
25072 \backslash
25073 cosec
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Plain Layout
25082
25083 \backslash
25084 max
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102
25103 \backslash
25104 det
25105 \end_layout
25106
25107 \end_inset
25108 </cell>
25109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25110 \begin_inset Text
25111
25112 \begin_layout Plain Layout
25113
25114 \end_layout
25115
25116 \end_inset
25117 </cell>
25118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122
25123 \backslash
25124 Pr
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 </row>
25130 <row>
25131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135
25136 \backslash
25137 ln
25138 \end_layout
25139
25140 \end_inset
25141 </cell>
25142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25143 \begin_inset Text
25144
25145 \begin_layout Plain Layout
25146
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155
25156 \backslash
25157 exp
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Plain Layout
25166
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Plain Layout
25175
25176 \backslash
25177 dim
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25183 \begin_inset Text
25184
25185 \begin_layout Plain Layout
25186
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195
25196 \backslash
25197 hom
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 </row>
25203 <row>
25204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25205 \begin_inset Text
25206
25207 \begin_layout Plain Layout
25208
25209 \backslash
25210 lg
25211 \end_layout
25212
25213 \end_inset
25214 </cell>
25215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25225 \begin_inset Text
25226
25227 \begin_layout Plain Layout
25228
25229 \backslash
25230 log
25231 \end_layout
25232
25233 \end_inset
25234 </cell>
25235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25236 \begin_inset Text
25237
25238 \begin_layout Plain Layout
25239
25240 \end_layout
25241
25242 \end_inset
25243 </cell>
25244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25245 \begin_inset Text
25246
25247 \begin_layout Plain Layout
25248
25249 \backslash
25250 ker
25251 \end_layout
25252
25253 \end_inset
25254 </cell>
25255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Plain Layout
25259
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Plain Layout
25268
25269 \backslash
25270 gcd
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 </row>
25276 </lyxtabular>
25277
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \begin_layout Standard
25284 También se pueden insertar con el botón 
25285 \begin_inset Graphics
25286         filename ../../images/math/functions.png
25287         scale 85
25288
25289 \end_inset
25290
25291  de la barra de ecuaciones.
25292 \end_layout
25293
25294 \begin_layout Subsection
25295 Funciones definidas por el usuario
25296 \begin_inset Index
25297 status collapsed
25298
25299 \begin_layout Plain Layout
25300 Funciones ! personalizadas
25301 \end_layout
25302
25303 \end_inset
25304
25305
25306 \end_layout
25307
25308 \begin_layout Standard
25309 Para usar una función no predefinida, como por ejemplo la función signo,
25310  sgn(x), hay dos posibilidades:
25311 \end_layout
25312
25313 \begin_layout Itemize
25314 Define la función añadiendo al preámbulo LaTeX la línea
25315 \begin_inset Foot
25316 status collapsed
25317
25318 \begin_layout Plain Layout
25319 Más sobre 
25320 \series bold
25321
25322 \backslash
25323 DeclareMathOperator
25324 \series default
25325  en 
25326 \begin_inset CommandInset ref
25327 LatexCommand ref
25328 reference "sub:Operadores-de-usuario"
25329
25330 \end_inset
25331
25332
25333 \end_layout
25334
25335 \end_inset
25336
25337
25338 \begin_inset Newline newline
25339 \end_inset
25340
25341
25342 \begin_inset VSpace -3mm
25343 \end_inset
25344
25345
25346 \begin_inset Newline newline
25347 \end_inset
25348
25349
25350 \series bold
25351
25352 \backslash
25353 DeclareMathOperator{
25354 \backslash
25355 sgn}{sgn}
25356 \series default
25357
25358 \begin_inset Index
25359 status collapsed
25360
25361 \begin_layout Plain Layout
25362 Comandos ! D ! 
25363 \backslash
25364 dbinom@
25365 \backslash
25366 DeclareMathOperator
25367 \end_layout
25368
25369 \end_inset
25370
25371
25372 \begin_inset Newline newline
25373 \end_inset
25374
25375
25376 \begin_inset VSpace -2mm
25377 \end_inset
25378
25379
25380 \begin_inset Newline newline
25381 \end_inset
25382
25383 Ahora la función recién definida se puede obtener con el comando 
25384 \series bold
25385
25386 \backslash
25387 sgn
25388 \series default
25389 .
25390 \end_layout
25391
25392 \begin_layout Itemize
25393 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25394  en nuestro ejemplo las letras 
25395 \emph on
25396 sgn
25397 \emph default
25398 , y cámbialo a texto matemático.
25399  Entre el factor precedente y la función se inserta un espacio.
25400 \end_layout
25401
25402 \begin_layout Standard
25403 El resultado con ambos métodos es el mismo que con una función predefinida:
25404 \begin_inset Foot
25405 status collapsed
25406
25407 \begin_layout Plain Layout
25408 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25409  negro.
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \begin_layout Standard
25418 \align center
25419 \begin_inset Tabular
25420 <lyxtabular version="3" rows="3" columns="2">
25421 <features>
25422 <column alignment="center" valignment="top" width="0pt">
25423 <column alignment="center" valignment="top" width="0pt">
25424 <row>
25425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25426 \begin_inset Text
25427
25428 \begin_layout Plain Layout
25429 Comando
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438 Resultado
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 </row>
25444 <row>
25445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25446 \begin_inset Text
25447
25448 \begin_layout Plain Layout
25449 A
25450 \backslash
25451 sgn(x)+B
25452 \end_layout
25453
25454 \end_inset
25455 </cell>
25456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25457 \begin_inset Text
25458
25459 \begin_layout Plain Layout
25460 \begin_inset Formula $A\sgn(x)+B$
25461 \end_inset
25462
25463
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 </row>
25469 <row>
25470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Plain Layout
25474 A
25475 \backslash
25476 ,
25477 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25478 \end_inset
25479
25480 (x)+B
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25490 \end_inset
25491
25492
25493 \end_layout
25494
25495 \end_inset
25496 </cell>
25497 </row>
25498 </lyxtabular>
25499
25500 \end_inset
25501
25502
25503 \end_layout
25504
25505 \begin_layout Standard
25506 El primer método es preferible si la función se va a usar varias veces.
25507 \end_layout
25508
25509 \begin_layout Subsection
25510 Límites
25511 \begin_inset Index
25512 status collapsed
25513
25514 \begin_layout Plain Layout
25515 Limites@Límites
25516 \end_layout
25517
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \begin_layout Standard
25524 Para límites, además de 
25525 \series bold
25526
25527 \backslash
25528 lim
25529 \series default
25530
25531 \begin_inset Index
25532 status collapsed
25533
25534 \begin_layout Plain Layout
25535 Comandos ! L ! 
25536 \backslash
25537 lim
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \series bold
25544
25545 \backslash
25546 liminf
25547 \series default
25548  y 
25549 \series bold
25550
25551 \backslash
25552 limsup
25553 \series default
25554  están definidas las siguientes funciones:
25555 \series bold
25556  
25557 \end_layout
25558
25559 \begin_layout Standard
25560 \noindent
25561 \align center
25562 \begin_inset Tabular
25563 <lyxtabular version="3" rows="5" columns="2">
25564 <features>
25565 <column alignment="center" valignment="top" width="0">
25566 <column alignment="center" valignment="top" width="0">
25567 <row>
25568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572 Comando
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581 Resultado
25582 \begin_inset Note Note
25583 status collapsed
25584
25585 \begin_layout Plain Layout
25586
25587 \series bold
25588
25589 \backslash
25590 raisebox
25591 \series default
25592  se usa sólo como espaciador
25593 \end_layout
25594
25595 \end_inset
25596
25597
25598 \end_layout
25599
25600 \end_inset
25601 </cell>
25602 </row>
25603 <row>
25604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608
25609 \backslash
25610 varliminf
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619 \begin_inset Formula $\varliminf$
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \end_inset
25626 </cell>
25627 </row>
25628 <row>
25629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633
25634 \backslash
25635 varlimsup
25636 \end_layout
25637
25638 \end_inset
25639 </cell>
25640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25641 \begin_inset Text
25642
25643 \begin_layout Plain Layout
25644 \begin_inset Formula $\varlimsup$
25645 \end_inset
25646
25647
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 </row>
25653 <row>
25654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658
25659 \backslash
25660 varprojlim
25661 \end_layout
25662
25663 \end_inset
25664 </cell>
25665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Plain Layout
25669 \begin_inset Formula $\varprojlim$
25670 \end_inset
25671
25672
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 </row>
25678 <row>
25679 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25680 \begin_inset Text
25681
25682 \begin_layout Plain Layout
25683
25684 \backslash
25685 varinjlim
25686 \end_layout
25687
25688 \end_inset
25689 </cell>
25690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25691 \begin_inset Text
25692
25693 \begin_layout Plain Layout
25694 \begin_inset Formula $\varinjlim$
25695 \end_inset
25696
25697
25698 \begin_inset Formula $\raisebox{-2.5mm}{}$
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 </row>
25707 </lyxtabular>
25708
25709 \end_inset
25710
25711
25712 \end_layout
25713
25714 \begin_layout Standard
25715 \begin_inset VSpace medskip
25716 \end_inset
25717
25718
25719 \end_layout
25720
25721 \begin_layout Standard
25722 El límite se crea insertando un subíndice.
25723  Se imprime a la derecha junto a la función en una fórmula en línea:
25724 \end_layout
25725
25726 \begin_layout Standard
25727 \noindent
25728 \align center
25729 \begin_inset Tabular
25730 <lyxtabular version="3" rows="2" columns="2">
25731 <features>
25732 <column alignment="center" valignment="top" width="0pt">
25733 <column alignment="center" valignment="top" width="0pt">
25734 <row>
25735 <cell alignment="center" valignment="top" usebox="none">
25736 \begin_inset Text
25737
25738 \begin_layout Plain Layout
25739 Comando
25740 \end_layout
25741
25742 \end_inset
25743 </cell>
25744 <cell alignment="center" valignment="top" usebox="none">
25745 \begin_inset Text
25746
25747 \begin_layout Plain Layout
25748 \begin_inset space \hspace{}
25749 \length 1cm
25750 \end_inset
25751
25752 Resultado
25753 \begin_inset Note Note
25754 status collapsed
25755
25756 \begin_layout Plain Layout
25757
25758 \series bold
25759
25760 \backslash
25761 raisebox
25762 \series default
25763  se usa sólo como espaciador
25764 \end_layout
25765
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \end_inset
25772 </cell>
25773 </row>
25774 <row>
25775 <cell alignment="center" valignment="top" usebox="none">
25776 \begin_inset Text
25777
25778 \begin_layout Plain Layout
25779
25780 \backslash
25781 lim_x
25782 \backslash
25783 to
25784 \begin_inset ERT
25785 status collapsed
25786
25787 \begin_layout Plain Layout
25788
25789
25790 \backslash
25791 spce 
25792 \end_layout
25793
25794 \end_inset
25795
25796 A
25797 \begin_inset ERT
25798 status collapsed
25799
25800 \begin_layout Plain Layout
25801
25802
25803 \backslash
25804 spce 
25805 \end_layout
25806
25807 \end_inset
25808
25809 x=B
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 <cell alignment="center" valignment="top" usebox="none">
25815 \begin_inset Text
25816
25817 \begin_layout Plain Layout
25818 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \end_inset
25825 </cell>
25826 </row>
25827 </lyxtabular>
25828
25829 \end_inset
25830
25831
25832 \end_layout
25833
25834 \begin_layout Standard
25835 En una ecuación presentada el límite se imprime debajo, como es habitual:
25836 \begin_inset Formula \[
25837 \lim\limits _{x\rightarrow A}=B\]
25838
25839 \end_inset
25840
25841
25842 \end_layout
25843
25844 \begin_layout Subsection
25845 Función módulo
25846 \begin_inset Index
25847 status collapsed
25848
25849 \begin_layout Plain Layout
25850 Funciones ! módulo
25851 \end_layout
25852
25853 \end_inset
25854
25855
25856 \end_layout
25857
25858 \begin_layout Standard
25859 La función módulo es especial, porque existe en cuatro variantes.
25860 \end_layout
25861
25862 \begin_layout Standard
25863 En una ecuación presentada:
25864 \begin_inset Formula \begin{align*}
25865 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25866 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25867 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25868 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25869 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25870
25871 \end_inset
25872
25873 En una ecuación en línea se pone menos espacio delante del nombre de la
25874  función para todas las variantes.
25875 \end_layout
25876
25877 \begin_layout Section
25878 Caracteres especiales
25879 \begin_inset Index
25880 status collapsed
25881
25882 \begin_layout Plain Layout
25883 Caracteres especiales
25884 \end_layout
25885
25886 \end_inset
25887
25888
25889 \end_layout
25890
25891 \begin_layout Subsection
25892 Caracteres especiales en texto matemático
25893 \end_layout
25894
25895 \begin_layout Standard
25896 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25897  TeX:
25898 \end_layout
25899
25900 \begin_layout Standard
25901 \begin_inset space \hfill{}
25902 \end_inset
25903
25904
25905 \begin_inset Tabular
25906 <lyxtabular version="3" rows="8" columns="2">
25907 <features>
25908 <column alignment="block" valignment="top" width="0">
25909 <column alignment="block" valignment="top" width="0">
25910 <row>
25911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915 Comando
25916 \end_layout
25917
25918 \end_inset
25919 </cell>
25920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25921 \begin_inset Text
25922
25923 \begin_layout Plain Layout
25924 Resultado
25925 \end_layout
25926
25927 \end_inset
25928 </cell>
25929 </row>
25930 <row>
25931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935
25936 \backslash
25937 oe
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Plain Layout
25946 \begin_inset Formula $\textrm{œ}$
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \end_inset
25953 </cell>
25954 </row>
25955 <row>
25956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960
25961 \backslash
25962 OE
25963 \end_layout
25964
25965 \end_inset
25966 </cell>
25967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25968 \begin_inset Text
25969
25970 \begin_layout Plain Layout
25971 \begin_inset Formula $\textrm{Œ}$
25972 \end_inset
25973
25974
25975 \end_layout
25976
25977 \end_inset
25978 </cell>
25979 </row>
25980 <row>
25981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25982 \begin_inset Text
25983
25984 \begin_layout Plain Layout
25985
25986 \backslash
25987 ae
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25993 \begin_inset Text
25994
25995 \begin_layout Plain Layout
25996 \begin_inset Formula $\textrm{æ}$
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \end_inset
26003 </cell>
26004 </row>
26005 <row>
26006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26007 \begin_inset Text
26008
26009 \begin_layout Plain Layout
26010
26011 \backslash
26012 AE
26013 \end_layout
26014
26015 \end_inset
26016 </cell>
26017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26018 \begin_inset Text
26019
26020 \begin_layout Plain Layout
26021 \begin_inset Formula $\textrm{Æ}$
26022 \end_inset
26023
26024
26025 \end_layout
26026
26027 \end_inset
26028 </cell>
26029 </row>
26030 <row>
26031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Plain Layout
26035
26036 \backslash
26037 aa
26038 \end_layout
26039
26040 \end_inset
26041 </cell>
26042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26043 \begin_inset Text
26044
26045 \begin_layout Plain Layout
26046 \begin_inset Formula $\textrm{\aa}$
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 </row>
26055 <row>
26056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26057 \begin_inset Text
26058
26059 \begin_layout Plain Layout
26060
26061 \backslash
26062 AA
26063 \begin_inset Index
26064 status collapsed
26065
26066 \begin_layout Plain Layout
26067
26068 \backslash
26069 @
26070 \begin_inset ERT
26071 status collapsed
26072
26073 \begin_layout Plain Layout
26074
26075
26076 \backslash
26077 textrm{
26078 \backslash
26079 AA}
26080 \end_layout
26081
26082 \end_inset
26083
26084
26085 \end_layout
26086
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \end_inset
26093 </cell>
26094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26095 \begin_inset Text
26096
26097 \begin_layout Plain Layout
26098 \begin_inset Formula $\textrm{Å}$
26099 \end_inset
26100
26101
26102 \end_layout
26103
26104 \end_inset
26105 </cell>
26106 </row>
26107 <row>
26108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26109 \begin_inset Text
26110
26111 \begin_layout Plain Layout
26112
26113 \backslash
26114 i
26115 \end_layout
26116
26117 \end_inset
26118 </cell>
26119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26120 \begin_inset Text
26121
26122 \begin_layout Plain Layout
26123 \begin_inset Formula $\textrm{ı}$
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \end_inset
26130 </cell>
26131 </row>
26132 </lyxtabular>
26133
26134 \end_inset
26135
26136
26137 \begin_inset space \hfill{}
26138 \end_inset
26139
26140
26141 \begin_inset Tabular
26142 <lyxtabular version="3" rows="8" columns="2">
26143 <features>
26144 <column alignment="block" valignment="top" width="0">
26145 <column alignment="center" valignment="top" width="0">
26146 <row>
26147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Plain Layout
26151 Comando
26152 \begin_inset Note Note
26153 status collapsed
26154
26155 \begin_layout Plain Layout
26156
26157 \series bold
26158
26159 \backslash
26160 raisebox
26161 \series default
26162  se usa sólo como espaciador
26163 \end_layout
26164
26165 \end_inset
26166
26167
26168 \end_layout
26169
26170 \end_inset
26171 </cell>
26172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26173 \begin_inset Text
26174
26175 \begin_layout Plain Layout
26176 Resultado
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 </row>
26182 <row>
26183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187
26188 \backslash
26189 o
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 \begin_inset Formula $\textrm{ø}$
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 </row>
26207 <row>
26208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212
26213 \backslash
26214 O
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223 \begin_inset Formula $\textrm{Ø}$
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 </row>
26232 <row>
26233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237
26238 \backslash
26239 l
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26245 \begin_inset Text
26246
26247 \begin_layout Plain Layout
26248 \begin_inset Formula $\textrm{ł}$
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 </row>
26257 <row>
26258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26259 \begin_inset Text
26260
26261 \begin_layout Plain Layout
26262
26263 \backslash
26264 L
26265 \end_layout
26266
26267 \end_inset
26268 </cell>
26269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273 \begin_inset Formula $\textrm{Ł}$
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 </row>
26282 <row>
26283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26284 \begin_inset Text
26285
26286 \begin_layout Plain Layout
26287 !
26288 \begin_inset space \hspace{}
26289 \length 0mm
26290 \end_inset
26291
26292 `
26293 \begin_inset ERT
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297
26298
26299 \backslash
26300 spce 
26301 \end_layout
26302
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26311 \begin_inset Text
26312
26313 \begin_layout Plain Layout
26314 \begin_inset Formula $\textrm{!`}$
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 <row>
26324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328 ?
26329 \begin_inset space \hspace{}
26330 \length 0mm
26331 \end_inset
26332
26333 `
26334 \begin_inset ERT
26335 status collapsed
26336
26337 \begin_layout Plain Layout
26338
26339
26340 \backslash
26341 spce 
26342 \end_layout
26343
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Plain Layout
26355 \begin_inset Formula $\textrm{?`}$
26356 \end_inset
26357
26358
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 </row>
26364 <row>
26365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26366 \begin_inset Text
26367
26368 \begin_layout Plain Layout
26369
26370 \backslash
26371 j
26372 \end_layout
26373
26374 \end_inset
26375 </cell>
26376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380 \begin_inset Formula $\textrm{ȷ}$
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 </row>
26389 </lyxtabular>
26390
26391 \end_inset
26392
26393
26394 \begin_inset space \hfill{}
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \begin_layout Standard
26401 Los caracteres 
26402 \begin_inset Formula $\textrm{\textrm{Å}}$
26403 \end_inset
26404
26405  y 
26406 \begin_inset Formula $\textrm{\textrm{Ø}}$
26407 \end_inset
26408
26409  también se pueden insertar mediante el botón 
26410 \begin_inset Graphics
26411         filename ../../images/math/digamma.png
26412         scale 85
26413
26414 \end_inset
26415
26416  de la barra de ecuaciones.
26417 \end_layout
26418
26419 \begin_layout Standard
26420 Los comandos 
26421 \series bold
26422 !
26423 \begin_inset space \hspace{}
26424 \length 0mm
26425 \end_inset
26426
26427 `
26428 \series default
26429  y 
26430 \series bold
26431 ?
26432 \begin_inset space \hspace{}
26433 \length 0mm
26434 \end_inset
26435
26436 `
26437 \series default
26438  son una excepción porque se pueden insertar directamente a texto en LyX.
26439  
26440 \end_layout
26441
26442 \begin_layout Subsection
26443 Acentos en texto
26444 \begin_inset CommandInset label
26445 LatexCommand label
26446 name "sub:Acentos-en-texto"
26447
26448 \end_inset
26449
26450
26451 \begin_inset Index
26452 status collapsed
26453
26454 \begin_layout Plain Layout
26455 Acentos ! en texto
26456 \end_layout
26457
26458 \end_inset
26459
26460
26461 \end_layout
26462
26463 \begin_layout Standard
26464 Con los siguientes comandos se pueden acentuar todas las letras.
26465  Los comandos deben ponerse en modo TeX.
26466 \end_layout
26467
26468 \begin_layout Standard
26469 \begin_inset space \hfill{}
26470 \end_inset
26471
26472
26473 \begin_inset Tabular
26474 <lyxtabular version="3" rows="8" columns="2">
26475 <features>
26476 <column alignment="block" valignment="top" width="0">
26477 <column alignment="block" valignment="top" width="0">
26478 <row>
26479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483 Comando
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492 Resultado
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 </row>
26498 <row>
26499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503
26504 \backslash
26505
26506 \begin_inset Quotes grd
26507 \end_inset
26508
26509 e
26510 \end_layout
26511
26512 \end_inset
26513 </cell>
26514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26515 \begin_inset Text
26516
26517 \begin_layout Plain Layout
26518 \begin_inset ERT
26519 status collapsed
26520
26521 \begin_layout Plain Layout
26522
26523
26524 \backslash
26525 "e
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \end_inset
26534 </cell>
26535 </row>
26536 <row>
26537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541
26542 \backslash
26543 `e
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552 \begin_inset ERT
26553 status collapsed
26554
26555 \begin_layout Plain Layout
26556
26557
26558 \backslash
26559 `e
26560 \end_layout
26561
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 </row>
26570 <row>
26571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Plain Layout
26575
26576 \backslash
26577 ^
26578 \begin_inset ERT
26579 status collapsed
26580
26581 \begin_layout Plain Layout
26582
26583
26584 \backslash
26585 spce 
26586 \end_layout
26587
26588 \end_inset
26589
26590 e
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26596 \begin_inset Text
26597
26598 \begin_layout Plain Layout
26599 \begin_inset ERT
26600 status collapsed
26601
26602 \begin_layout Plain Layout
26603
26604
26605 \backslash
26606 ^e
26607 \end_layout
26608
26609 \end_inset
26610
26611
26612 \end_layout
26613
26614 \end_inset
26615 </cell>
26616 </row>
26617 <row>
26618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26619 \begin_inset Text
26620
26621 \begin_layout Plain Layout
26622
26623 \backslash
26624 =e
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Plain Layout
26633 \begin_inset ERT
26634 status collapsed
26635
26636 \begin_layout Plain Layout
26637
26638
26639 \backslash
26640 =e
26641 \end_layout
26642
26643 \end_inset
26644
26645
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 </row>
26651 <row>
26652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656
26657 \backslash
26658 u
26659 \begin_inset ERT
26660 status collapsed
26661
26662 \begin_layout Plain Layout
26663
26664
26665 \backslash
26666 spce 
26667 \end_layout
26668
26669 \end_inset
26670
26671 e
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 \begin_inset ERT
26681 status collapsed
26682
26683 \begin_layout Plain Layout
26684
26685
26686 \backslash
26687 u e
26688 \end_layout
26689
26690 \end_inset
26691
26692
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 </row>
26698 <row>
26699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703
26704 \backslash
26705 b
26706 \begin_inset ERT
26707 status collapsed
26708
26709 \begin_layout Plain Layout
26710
26711
26712 \backslash
26713 spce 
26714 \end_layout
26715
26716 \end_inset
26717
26718 e
26719 \end_layout
26720
26721 \end_inset
26722 </cell>
26723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26724 \begin_inset Text
26725
26726 \begin_layout Plain Layout
26727 \begin_inset ERT
26728 status collapsed
26729
26730 \begin_layout Plain Layout
26731
26732
26733 \backslash
26734 b e
26735 \end_layout
26736
26737 \end_inset
26738
26739
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 </row>
26745 <row>
26746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750
26751 \backslash
26752 t
26753 \begin_inset ERT
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757
26758
26759 \backslash
26760 spce 
26761 \end_layout
26762
26763 \end_inset
26764
26765 ee
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26771 \begin_inset Text
26772
26773 \begin_layout Plain Layout
26774 \begin_inset ERT
26775 status collapsed
26776
26777 \begin_layout Plain Layout
26778
26779
26780 \backslash
26781 t ee
26782 \end_layout
26783
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 </row>
26792 </lyxtabular>
26793
26794 \end_inset
26795
26796
26797 \begin_inset space \hfill{}
26798 \end_inset
26799
26800
26801 \begin_inset Tabular
26802 <lyxtabular version="3" rows="8" columns="2">
26803 <features>
26804 <column alignment="block" valignment="top" width="0">
26805 <column alignment="center" valignment="top" width="0">
26806 <row>
26807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811 Comando
26812 \end_layout
26813
26814 \end_inset
26815 </cell>
26816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26817 \begin_inset Text
26818
26819 \begin_layout Plain Layout
26820 Resultado
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 </row>
26826 <row>
26827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Plain Layout
26831
26832 \backslash
26833 H
26834 \begin_inset ERT
26835 status collapsed
26836
26837 \begin_layout Plain Layout
26838
26839
26840 \backslash
26841 spce 
26842 \end_layout
26843
26844 \end_inset
26845
26846 e
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Plain Layout
26855 \begin_inset ERT
26856 status collapsed
26857
26858 \begin_layout Plain Layout
26859
26860
26861 \backslash
26862 H e
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 </row>
26873 <row>
26874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878
26879 \backslash
26880 'e
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Plain Layout
26889 \begin_inset ERT
26890 status collapsed
26891
26892 \begin_layout Plain Layout
26893
26894
26895 \backslash
26896 'e
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905 </cell>
26906 </row>
26907 <row>
26908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26909 \begin_inset Text
26910
26911 \begin_layout Plain Layout
26912
26913 \backslash
26914 ~e
26915 \begin_inset Index
26916 status collapsed
26917
26918 \begin_layout Plain Layout
26919 Tilde
26920 \end_layout
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \end_inset
26928 </cell>
26929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26930 \begin_inset Text
26931
26932 \begin_layout Plain Layout
26933 \begin_inset ERT
26934 status collapsed
26935
26936 \begin_layout Plain Layout
26937
26938
26939 \backslash
26940 ~e
26941 \end_layout
26942
26943 \end_inset
26944
26945
26946 \end_layout
26947
26948 \end_inset
26949 </cell>
26950 </row>
26951 <row>
26952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26953 \begin_inset Text
26954
26955 \begin_layout Plain Layout
26956
26957 \backslash
26958 .e
26959 \end_layout
26960
26961 \end_inset
26962 </cell>
26963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26964 \begin_inset Text
26965
26966 \begin_layout Plain Layout
26967 \begin_inset ERT
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971
26972
26973 \backslash
26974 .e
26975 \end_layout
26976
26977 \end_inset
26978
26979
26980 \end_layout
26981
26982 \end_inset
26983 </cell>
26984 </row>
26985 <row>
26986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990
26991 \backslash
26992 v
26993 \begin_inset ERT
26994 status collapsed
26995
26996 \begin_layout Plain Layout
26997
26998
26999 \backslash
27000 spce 
27001 \end_layout
27002
27003 \end_inset
27004
27005 e
27006 \end_layout
27007
27008 \end_inset
27009 </cell>
27010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27011 \begin_inset Text
27012
27013 \begin_layout Plain Layout
27014 \begin_inset ERT
27015 status collapsed
27016
27017 \begin_layout Plain Layout
27018
27019
27020 \backslash
27021 v e
27022 \end_layout
27023
27024 \end_inset
27025
27026
27027 \end_layout
27028
27029 \end_inset
27030 </cell>
27031 </row>
27032 <row>
27033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27034 \begin_inset Text
27035
27036 \begin_layout Plain Layout
27037
27038 \backslash
27039 d
27040 \begin_inset ERT
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044
27045
27046 \backslash
27047 spce 
27048 \end_layout
27049
27050 \end_inset
27051
27052 e
27053 \end_layout
27054
27055 \end_inset
27056 </cell>
27057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27058 \begin_inset Text
27059
27060 \begin_layout Plain Layout
27061 \begin_inset ERT
27062 status collapsed
27063
27064 \begin_layout Plain Layout
27065
27066
27067 \backslash
27068 d e
27069 \end_layout
27070
27071 \end_inset
27072
27073
27074 \end_layout
27075
27076 \end_inset
27077 </cell>
27078 </row>
27079 <row>
27080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27081 \begin_inset Text
27082
27083 \begin_layout Plain Layout
27084
27085 \backslash
27086 c
27087 \begin_inset ERT
27088 status collapsed
27089
27090 \begin_layout Plain Layout
27091
27092
27093 \backslash
27094 spce 
27095 \end_layout
27096
27097 \end_inset
27098
27099 e
27100 \end_layout
27101
27102 \end_inset
27103 </cell>
27104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27105 \begin_inset Text
27106
27107 \begin_layout Plain Layout
27108 \begin_inset ERT
27109 status collapsed
27110
27111 \begin_layout Plain Layout
27112
27113
27114 \backslash
27115 c e
27116 \end_layout
27117
27118 \end_inset
27119
27120
27121 \end_layout
27122
27123 \end_inset
27124 </cell>
27125 </row>
27126 </lyxtabular>
27127
27128 \end_inset
27129
27130
27131 \begin_inset space \hfill{}
27132 \end_inset
27133
27134
27135 \end_layout
27136
27137 \begin_layout Standard
27138 \begin_inset VSpace medskip
27139 \end_inset
27140
27141
27142 \end_layout
27143
27144 \begin_layout Standard
27145 Con el comando 
27146 \series bold
27147
27148 \backslash
27149 t
27150 \series default
27151  también se pueden acentuar dos caracteres distintos.
27152  El comando 
27153 \series bold
27154
27155 \backslash
27156 t
27157 \begin_inset ERT
27158 status collapsed
27159
27160 \begin_layout Plain Layout
27161
27162
27163 \backslash
27164 spce 
27165 \end_layout
27166
27167 \end_inset
27168
27169 sz
27170 \series default
27171  genera 
27172 \begin_inset ERT
27173 status collapsed
27174
27175 \begin_layout Plain Layout
27176
27177
27178 \backslash
27179 t sz
27180 \end_layout
27181
27182 \end_inset
27183
27184
27185 \end_layout
27186
27187 \begin_layout Standard
27188 Los acentos 
27189 \series bold
27190 `
27191 \series default
27192  , 
27193 \series bold
27194 '
27195 \series default
27196  y 
27197 \series bold
27198 ^
27199 \series default
27200  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27201  TeX.
27202  Lo mismo se aplica a la tilde
27203 \begin_inset Foot
27204 status collapsed
27205
27206 \begin_layout Plain Layout
27207 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27208 \end_layout
27209
27210 \end_inset
27211
27212  con 
27213 \emph on
27214 a
27215 \emph default
27216
27217 \emph on
27218 o
27219 \emph default
27220  y 
27221 \emph on
27222 n.
27223 \end_layout
27224
27225 \begin_layout Standard
27226 Los comandos 
27227 \series bold
27228
27229 \backslash
27230 b
27231 \series default
27232  , 
27233 \series bold
27234
27235 \backslash
27236 c
27237 \series default
27238  , 
27239 \series bold
27240
27241 \backslash
27242 d
27243 \series default
27244  , 
27245 \series bold
27246
27247 \backslash
27248 H
27249 \series default
27250  , 
27251 \series bold
27252
27253 \backslash
27254 t
27255 \series default
27256  , 
27257 \series bold
27258
27259 \backslash
27260 u
27261 \series default
27262  , 
27263 \series bold
27264
27265 \backslash
27266 v
27267 \series default
27268 , y acentos insertados directamente con el teclado también están disponibles
27269  en texto matemático.
27270  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27271  
27272 \begin_inset CommandInset ref
27273 LatexCommand ref
27274 reference "sub:Acentos-para-un"
27275
27276 \end_inset
27277
27278 .
27279 \end_layout
27280
27281 \begin_layout Standard
27282 \begin_inset VSpace bigskip
27283 \end_inset
27284
27285
27286 \end_layout
27287
27288 \begin_layout Standard
27289 Además, con el comando 
27290 \series bold
27291
27292 \backslash
27293 textcircled
27294 \series default
27295
27296 \begin_inset Index
27297 status collapsed
27298
27299 \begin_layout Plain Layout
27300 Comandos ! T ! 
27301 \backslash
27302 textcircled
27303 \end_layout
27304
27305 \end_inset
27306
27307  se pueden insertar en un círculo todos los números y letras, de forma parecida
27308  al símbolo copyright.
27309 \end_layout
27310
27311 \begin_layout Standard
27312 \noindent
27313 \align center
27314 \begin_inset Tabular
27315 <lyxtabular version="3" rows="3" columns="2">
27316 <features>
27317 <column alignment="center" valignment="top" width="0">
27318 <column alignment="center" valignment="top" width="0">
27319 <row>
27320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27321 \begin_inset Text
27322
27323 \begin_layout Plain Layout
27324 Comando
27325 \end_layout
27326
27327 \end_inset
27328 </cell>
27329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27330 \begin_inset Text
27331
27332 \begin_layout Plain Layout
27333 Resultado
27334 \begin_inset Note Note
27335 status collapsed
27336
27337 \begin_layout Plain Layout
27338
27339 \series bold
27340
27341 \backslash
27342 raisebox
27343 \series default
27344  se usa sólo como espaciador
27345 \end_layout
27346
27347 \end_inset
27348
27349
27350 \end_layout
27351
27352 \end_inset
27353 </cell>
27354 </row>
27355 <row>
27356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27357 \begin_inset Text
27358
27359 \begin_layout Plain Layout
27360
27361 \backslash
27362 textcircled{w}
27363 \end_layout
27364
27365 \end_inset
27366 </cell>
27367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27368 \begin_inset Text
27369
27370 \begin_layout Plain Layout
27371 \begin_inset ERT
27372 status collapsed
27373
27374 \begin_layout Plain Layout
27375
27376
27377 \backslash
27378 textcircled{w}
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \end_layout
27385
27386 \end_inset
27387 </cell>
27388 </row>
27389 <row>
27390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27391 \begin_inset Text
27392
27393 \begin_layout Plain Layout
27394
27395 \backslash
27396 Large 
27397 \backslash
27398 textcircled{
27399 \backslash
27400 normalsize
27401 \backslash
27402 protect
27403 \backslash
27404 raisebox{-1.5pt}{W}}
27405 \end_layout
27406
27407 \end_inset
27408 </cell>
27409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27410 \begin_inset Text
27411
27412 \begin_layout Plain Layout
27413 \begin_inset Formula $\raisebox{4.5mm}{}$
27414 \end_inset
27415
27416
27417 \begin_inset ERT
27418 status collapsed
27419
27420 \begin_layout Plain Layout
27421
27422
27423 \backslash
27424 Large 
27425 \backslash
27426 textcircled{
27427 \backslash
27428 normalsize
27429 \backslash
27430 protect
27431 \backslash
27432 raisebox{-1.5pt}W}
27433 \end_layout
27434
27435 \end_inset
27436
27437
27438 \begin_inset Formula $\raisebox{-2mm}{}$
27439 \end_inset
27440
27441
27442 \end_layout
27443
27444 \end_inset
27445 </cell>
27446 </row>
27447 </lyxtabular>
27448
27449 \end_inset
27450
27451
27452 \end_layout
27453
27454 \begin_layout Standard
27455 Hay que tener cuidado que el carácter se ajuste al círculo.
27456  Por eso 
27457 \series bold
27458
27459 \backslash
27460 Large
27461 \begin_inset Foot
27462 status collapsed
27463
27464 \begin_layout Plain Layout
27465 véase 
27466 \begin_inset CommandInset ref
27467 LatexCommand ref
27468 reference "sub:Tamaños-de-fuentes"
27469
27470 \end_inset
27471
27472
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \series default
27479  especifica el tamaño del círculo.
27480  Con ayuda de 
27481 \series bold
27482
27483 \backslash
27484 raisebox
27485 \begin_inset Foot
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489 véase 
27490 \begin_inset CommandInset ref
27491 LatexCommand ref
27492 reference "sub:Cuadros-sin-marco"
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \end_inset
27500
27501
27502 \series default
27503  se puede centrar el carácter.
27504 \end_layout
27505
27506 \begin_layout Subsection
27507 Números en estilo antiguo
27508 \begin_inset Index
27509 status collapsed
27510
27511 \begin_layout Plain Layout
27512 Numeros@Números ! en estilo antiguo
27513 \end_layout
27514
27515 \end_inset
27516
27517
27518 \end_layout
27519
27520 \begin_layout Standard
27521 Los números en estilo antiguo o elzevirianos se componen con el comando
27522  
27523 \series bold
27524
27525 \backslash
27526 oldstylenums
27527 \series default
27528
27529 \begin_inset Index
27530 status collapsed
27531
27532 \begin_layout Plain Layout
27533 Comandos ! O ! 
27534 \backslash
27535 oldstylenums
27536 \end_layout
27537
27538 \end_inset
27539
27540 .
27541  El comando se puede usar en ecuaciones y en modo TeX.
27542  Su esquema es:
27543 \end_layout
27544
27545 \begin_layout Standard
27546
27547 \series bold
27548
27549 \backslash
27550 oldstylenums{número}
27551 \end_layout
27552
27553 \begin_layout Standard
27554 El comando 
27555 \series bold
27556
27557 \backslash
27558 oldstylenums{0123456789}
27559 \series default
27560  genera: 
27561 \begin_inset Formula $\oldstylenums{0123456789}$
27562 \end_inset
27563
27564
27565 \end_layout
27566
27567 \begin_layout Subsection
27568 Caracteres especiales misceláneos
27569 \begin_inset CommandInset label
27570 LatexCommand label
27571 name "sub:Caracteres-especiales-misceláneos"
27572
27573 \end_inset
27574
27575
27576 \begin_inset Index
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580 Caracteres especiales ! misceláneos
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_layout Standard
27589 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27590  comandos:
27591 \end_layout
27592
27593 \begin_layout Standard
27594 \noindent
27595 \align center
27596 \begin_inset Tabular
27597 <lyxtabular version="3" rows="4" columns="2">
27598 <features>
27599 <column alignment="center" valignment="top" width="0">
27600 <column alignment="center" valignment="top" width="0">
27601 <row>
27602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27603 \begin_inset Text
27604
27605 \begin_layout Plain Layout
27606 Comando
27607 \end_layout
27608
27609 \end_inset
27610 </cell>
27611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27612 \begin_inset Text
27613
27614 \begin_layout Plain Layout
27615 Resultado
27616 \end_layout
27617
27618 \end_inset
27619 </cell>
27620 </row>
27621 <row>
27622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27623 \begin_inset Text
27624
27625 \begin_layout Plain Layout
27626
27627 \backslash
27628 ^
27629 \begin_inset ERT
27630 status collapsed
27631
27632 \begin_layout Plain Layout
27633
27634
27635 \backslash
27636 spce 
27637 \end_layout
27638
27639 \end_inset
27640
27641
27642 \end_layout
27643
27644 \end_inset
27645 </cell>
27646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27647 \begin_inset Text
27648
27649 \begin_layout Plain Layout
27650 \begin_inset Formula $\mathcircumflex$
27651 \end_inset
27652
27653
27654 \end_layout
27655
27656 \end_inset
27657 </cell>
27658 </row>
27659 <row>
27660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27661 \begin_inset Text
27662
27663 \begin_layout Plain Layout
27664
27665 \backslash
27666 _
27667 \end_layout
27668
27669 \end_inset
27670 </cell>
27671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27672 \begin_inset Text
27673
27674 \begin_layout Plain Layout
27675 \begin_inset Formula $\_$
27676 \end_inset
27677
27678
27679 \end_layout
27680
27681 \end_inset
27682 </cell>
27683 </row>
27684 <row>
27685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27686 \begin_inset Text
27687
27688 \begin_layout Plain Layout
27689 ^
27690 \begin_inset ERT
27691 status collapsed
27692
27693 \begin_layout Plain Layout
27694
27695
27696 \backslash
27697 spce 
27698 \end_layout
27699
27700 \end_inset
27701
27702
27703 \backslash
27704 circ
27705 \begin_inset Index
27706 status collapsed
27707
27708 \begin_layout Plain Layout
27709
27710 \backslash
27711
27712 \end_layout
27713
27714 \end_inset
27715
27716
27717 \end_layout
27718
27719 \end_inset
27720 </cell>
27721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27722 \begin_inset Text
27723
27724 \begin_layout Plain Layout
27725 \begin_inset Formula $^{\circ}$
27726 \end_inset
27727
27728
27729 \end_layout
27730
27731 \end_inset
27732 </cell>
27733 </row>
27734 </lyxtabular>
27735
27736 \end_inset
27737
27738
27739 \end_layout
27740
27741 \begin_layout Standard
27742 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27743  LaTeX contiene la línea:
27744 \begin_inset Foot
27745 status collapsed
27746
27747 \begin_layout Plain Layout
27748 Más sobre este asunto en 
27749 \begin_inset CommandInset ref
27750 LatexCommand ref
27751 reference "sub:Caracteres-de-texto"
27752
27753 \end_inset
27754
27755
27756 \end_layout
27757
27758 \end_inset
27759
27760  
27761 \end_layout
27762
27763 \begin_layout Standard
27764
27765 \series bold
27766
27767 \backslash
27768 DeclareInputtext{176}{
27769 \backslash
27770 ifmmode^
27771 \backslash
27772 circ
27773 \backslash
27774 else
27775 \backslash
27776 textdegree
27777 \backslash
27778 fi}
27779 \end_layout
27780
27781 \begin_layout Section
27782 Estilos de ecuación
27783 \begin_inset CommandInset label
27784 LatexCommand label
27785 name "sec:Estilos-de-ecuación"
27786
27787 \end_inset
27788
27789
27790 \begin_inset Index
27791 status collapsed
27792
27793 \begin_layout Plain Layout
27794 Ecuación ! estilos de
27795 \end_layout
27796
27797 \end_inset
27798
27799
27800 \end_layout
27801
27802 \begin_layout Itemize
27803 Hay dos estilos diferentes de alineación:
27804 \end_layout
27805
27806 \begin_deeper
27807 \begin_layout Description
27808 Centrado es el estándar predefinido
27809 \end_layout
27810
27811 \begin_layout Description
27812 Sangrado para este estilo debe insertarse la opción de clase 
27813 \series bold
27814 fleqn
27815 \series default
27816  en el menú 
27817 \family sans
27818 Documento\SpecialChar \menuseparator
27819 Configuración
27820 \family default
27821  bajo 
27822 \family sans
27823 Clase de documento
27824 \end_layout
27825
27826 \begin_layout Standard
27827 Cuando se usa 
27828 \series bold
27829 Sangrado
27830 \series default
27831 , éste se puede ajustar con la longitud 
27832 \series bold
27833
27834 \backslash
27835 mathindent
27836 \series default
27837
27838 \begin_inset Index
27839 status collapsed
27840
27841 \begin_layout Plain Layout
27842 Comandos ! M ! 
27843 \backslash
27844 mathindent
27845 \end_layout
27846
27847 \end_inset
27848
27849 .
27850  Para 15
27851 \begin_inset space \thinspace{}
27852 \end_inset
27853
27854 mm, p.
27855 \begin_inset space \thinspace{}
27856 \end_inset
27857
27858 e., se inserta esta línea de comando en el preámbulo LaTeX:
27859 \end_layout
27860
27861 \begin_layout Standard
27862
27863 \series bold
27864
27865 \backslash
27866 setlength{
27867 \backslash
27868 mathindent}{15mm}
27869 \end_layout
27870
27871 \begin_layout Standard
27872 Si no se especifica longitud se usa el valor predeterminado de 30
27873 \begin_inset space \thinspace{}
27874 \end_inset
27875
27876 pt.
27877 \end_layout
27878
27879 \end_deeper
27880 \begin_layout Itemize
27881 Y dos estilos diferentes de numeración:
27882 \end_layout
27883
27884 \begin_deeper
27885 \begin_layout Description
27886 Derecha es el estándar predefinido
27887 \end_layout
27888
27889 \begin_layout Description
27890 Izquierda para este estilo debe insertarse la opción de clase 
27891 \series bold
27892 leqno
27893 \series default
27894  en el menú 
27895 \family sans
27896 Documento\SpecialChar \menuseparator
27897 Configuración
27898 \family default
27899  bajo 
27900 \family sans
27901 Clase de documento
27902 \end_layout
27903
27904 \end_deeper
27905 \begin_layout Standard
27906
27907 \series bold
27908 fleqn
27909 \series default
27910  y 
27911 \series bold
27912 leqno
27913 \series default
27914  también se pueden usar juntos.
27915  En ese caso se insertan ambas opciones, separadas por una coma.
27916 \end_layout
27917
27918 \begin_layout Standard
27919 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27920  documento.
27921  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27922  estilo 
27923 \series bold
27924 Centrado
27925 \series default
27926  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27927 \begin_inset CommandInset ref
27928 LatexCommand ref
27929 reference "sub:Entorno-flalign"
27930
27931 \end_inset
27932
27933 .
27934 \end_layout
27935
27936 \begin_layout Section
27937 Ecuaciones multilínea
27938 \begin_inset CommandInset label
27939 LatexCommand label
27940 name "sec:Ecuaciones-multilínea"
27941
27942 \end_inset
27943
27944
27945 \begin_inset Index
27946 status collapsed
27947
27948 \begin_layout Plain Layout
27949 Ecuación ! multilínea
27950 \end_layout
27951
27952 \end_inset
27953
27954
27955 \end_layout
27956
27957 \begin_layout Subsection
27958 General
27959 \end_layout
27960
27961 \begin_layout Standard
27962 En LyX se generan nuevas líneas en una ecuación con 
27963 \family sans
27964 \series bold
27965 Ctrl+Retorno
27966 \family default
27967 \series default
27968 .
27969  Esto crea un 
27970 \series bold
27971 entorno eqnarray
27972 \series default
27973 , que se describe en
27974 \begin_inset space ~
27975 \end_inset
27976
27977
27978 \begin_inset CommandInset ref
27979 LatexCommand ref
27980 reference "sub:Entorno-eqnarray"
27981
27982 \end_inset
27983
27984  o, si se ha marcado la opción 
27985 \family sans
27986 Usar
27987 \begin_inset space ~
27988 \end_inset
27989
27990 el
27991 \begin_inset space ~
27992 \end_inset
27993
27994 paquete
27995 \begin_inset space ~
27996 \end_inset
27997
27998 de
27999 \begin_inset space ~
28000 \end_inset
28001
28002 ecuaciones
28003 \begin_inset space ~
28004 \end_inset
28005
28006 AMS
28007 \family default
28008  en la configuración del documento
28009 \family sans
28010 , un 
28011 \series bold
28012 entorno
28013 \family default
28014 \series default
28015  
28016 \series bold
28017 align
28018 \series default
28019 , que se describe en
28020 \begin_inset space ~
28021 \end_inset
28022
28023
28024 \begin_inset CommandInset ref
28025 LatexCommand ref
28026 reference "sub:Entorno-align-estándar"
28027
28028 \end_inset
28029
28030 .
28031 \end_layout
28032
28033 \begin_layout Standard
28034 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28035  el menú 
28036 \family sans
28037 Insertar\SpecialChar \menuseparator
28038 Ecuación
28039 \family default
28040 .
28041  En las siguientes secciones se describen estos entornos.
28042 \end_layout
28043
28044 \begin_layout Standard
28045 En todos los entornos de ecuación multilínea la combinación 
28046 \family sans
28047 Ctrl+Retorno
28048 \family default
28049  genera una línea nueva.
28050  Para añadir o quitar líneas se pueden usar los botones 
28051 \begin_inset Graphics
28052         filename ../../images/tabular-feature_append-row.png
28053         scale 85
28054
28055 \end_inset
28056
28057  o 
28058 \begin_inset Graphics
28059         filename ../../images/tabular-feature_delete-row.png
28060         scale 85
28061
28062 \end_inset
28063
28064 de la barra de herramientas, respectivamente, o el menú 
28065 \family sans
28066 Editar\SpecialChar \menuseparator
28067 Filas y columnas
28068 \family default
28069 .
28070 \end_layout
28071
28072 \begin_layout Subsubsection
28073 Separación de líneas
28074 \begin_inset CommandInset label
28075 LatexCommand label
28076 name "sub:Separación-de-líneas"
28077
28078 \end_inset
28079
28080
28081 \begin_inset Index
28082 status collapsed
28083
28084 \begin_layout Plain Layout
28085 Ecuación ! multilínea ! separación de filas
28086 \end_layout
28087
28088 \end_inset
28089
28090
28091 \end_layout
28092
28093 \begin_layout Standard
28094 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28095 \begin_inset Formula \begin{eqnarray*}
28096 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}\\
28097 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
28098
28099 \end_inset
28100
28101 En LaTeX un espacio adicional para una línea se especifica como argumento
28102  opcional del comando de nueva línea.
28103  Esto aún no es posible en LYX,
28104 \begin_inset Foot
28105 status collapsed
28106
28107 \begin_layout Plain Layout
28108 véase 
28109 \begin_inset CommandInset href
28110 LatexCommand href
28111 name "LyX-bug #1505"
28112 target "http://www.lyx.org/trac/ticket/1505"
28113
28114 \end_inset
28115
28116
28117 \end_layout
28118
28119 \end_inset
28120
28121  por lo que toda la ecuación debe insertarse en modo TeX.
28122  Para añadir espacio en nuestro ejemplo se inserta el comando 
28123 \series bold
28124
28125 \backslash
28126
28127 \backslash
28128 [3mm]
28129 \series default
28130  al final de la primera línea.
28131  Así: 
28132 \begin_inset ERT
28133 status collapsed
28134
28135 \begin_layout Plain Layout
28136
28137
28138 \backslash
28139 begin{eqnarray*}
28140 \end_layout
28141
28142 \begin_layout Plain Layout
28143
28144 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28145  = & 
28146 \backslash
28147 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28148 \backslash
28149
28150 \backslash
28151 [3mm]
28152 \end_layout
28153
28154 \begin_layout Plain Layout
28155
28156 4x^{2}
28157 \backslash
28158 left(B^{2}+x_{0}^{2}
28159 \backslash
28160 right)+4x_{0}x
28161 \backslash
28162 left(D-B^{2}
28163 \backslash
28164 right)+B^{2}
28165 \backslash
28166 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28167 \backslash
28168 right) & = & 0
28169 \end_layout
28170
28171 \begin_layout Plain Layout
28172
28173
28174 \backslash
28175 end{eqnarray*}
28176 \end_layout
28177
28178 \end_inset
28179
28180
28181 \begin_inset VSpace bigskip
28182 \end_inset
28183
28184
28185 \end_layout
28186
28187 \begin_layout Standard
28188 Para obtener separación en todas las líneas hay que cambiar la longitud
28189  
28190 \series bold
28191
28192 \backslash
28193 jot
28194 \series default
28195
28196 \begin_inset Index
28197 status collapsed
28198
28199 \begin_layout Plain Layout
28200 Comandos ! J ! 
28201 \backslash
28202 jot
28203 \end_layout
28204
28205 \end_inset
28206
28207 .
28208  La definición es: 
28209 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28210 \end_inset
28211
28212 .
28213  El valor predeterminado para 
28214 \series bold
28215
28216 \backslash
28217 jot
28218 \series default
28219  es 3
28220 \begin_inset space \thinspace{}
28221 \end_inset
28222
28223 pt.
28224  Para establecer una separación adicional de 3
28225 \begin_inset space \thinspace{}
28226 \end_inset
28227
28228 mm como en el ejemplo anterior, se inserta el comando
28229 \end_layout
28230
28231 \begin_layout Standard
28232
28233 \series bold
28234
28235 \backslash
28236 setlength{
28237 \backslash
28238 jot}{3mm+3pt}
28239 \end_layout
28240
28241 \begin_layout Standard
28242 en modo TeX antes de la ecuación.
28243  Es necesario cargar el paquete 
28244 \series bold
28245 calc
28246 \series default
28247
28248 \begin_inset Foot
28249 status collapsed
28250
28251 \begin_layout Plain Layout
28252
28253 \series bold
28254 calc
28255 \series default
28256  forma parte de toda instalación LaTeX estándar.
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \begin_inset Index
28263 status collapsed
28264
28265 \begin_layout Plain Layout
28266 Paquetes ! calc
28267 \end_layout
28268
28269 \end_inset
28270
28271  en el preámbulo con la línea
28272 \end_layout
28273
28274 \begin_layout Standard
28275
28276 \series bold
28277
28278 \backslash
28279 usepackage{calc}
28280 \end_layout
28281
28282 \begin_layout Standard
28283 Se obtiene:
28284 \begin_inset ERT
28285 status collapsed
28286
28287 \begin_layout Plain Layout
28288
28289
28290 \backslash
28291 setlength{
28292 \backslash
28293 jot}{3mm+3pt}
28294 \end_layout
28295
28296 \end_inset
28297
28298
28299 \begin_inset Formula \begin{eqnarray*}
28300 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}\\
28301 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
28302
28303 \end_inset
28304
28305
28306 \begin_inset ERT
28307 status collapsed
28308
28309 \begin_layout Plain Layout
28310
28311
28312 \backslash
28313 setlength{
28314 \backslash
28315 jot}{3pt}
28316 \end_layout
28317
28318 \end_inset
28319
28320  Para volver a la distancia predeterminada, 
28321 \series bold
28322
28323 \backslash
28324 jot
28325 \series default
28326  se establece en 3
28327 \begin_inset space \thinspace{}
28328 \end_inset
28329
28330 pt.
28331 \end_layout
28332
28333 \begin_layout Subsubsection
28334 Separación de columnas
28335 \begin_inset CommandInset label
28336 LatexCommand label
28337 name "sub:Separación-de-columnas"
28338
28339 \end_inset
28340
28341
28342 \begin_inset Index
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346 Ecuación ! multilínea !separación de columnas
28347 \end_layout
28348
28349 \end_inset
28350
28351
28352 \end_layout
28353
28354 \begin_layout Standard
28355 Una ecuación multilínea forma una matriz.
28356  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28357  columnas.
28358  Cambiando la separación de columnas en este entorno se puede cambiar el
28359  espacio junto al signo de relación.
28360 \end_layout
28361
28362 \begin_layout Standard
28363 La separación de columnas se especifica con la longitud
28364 \series bold
28365  
28366 \backslash
28367 arraycolsep
28368 \series default
28369
28370 \begin_inset Index
28371 status collapsed
28372
28373 \begin_layout Plain Layout
28374 Comandos ! A ! 
28375 \backslash
28376 arraycolsep
28377 \end_layout
28378
28379 \end_inset
28380
28381  según:
28382 \begin_inset Newline newline
28383 \end_inset
28384
28385 separación de columnas = 2
28386 \begin_inset space \thinspace{}
28387 \end_inset
28388
28389
28390 \series bold
28391
28392 \backslash
28393 arraycolsep
28394 \series default
28395
28396 \begin_inset Newline newline
28397 \end_inset
28398
28399 Así, el comando en modo TeX
28400 \end_layout
28401
28402 \begin_layout Standard
28403
28404 \series bold
28405
28406 \backslash
28407 setlength{
28408 \backslash
28409 arraycolsep}{1cm}
28410 \end_layout
28411
28412 \begin_layout Standard
28413 establece para todas las ecuaciones siguientes una separación de columnas
28414  de 2
28415 \begin_inset space \thinspace{}
28416 \end_inset
28417
28418 cm.
28419  Para volver al valor predefinido, 
28420 \series bold
28421
28422 \backslash
28423 arraycolsep
28424 \series default
28425  se pone en 5
28426 \begin_inset space \thinspace{}
28427 \end_inset
28428
28429 pt.
28430 \end_layout
28431
28432 \begin_layout Standard
28433 Una ecuación con separación de 2
28434 \begin_inset space \thinspace{}
28435 \end_inset
28436
28437 cm entre columnas:
28438 \begin_inset ERT
28439 status collapsed
28440
28441 \begin_layout Plain Layout
28442
28443
28444 \backslash
28445 setlength{
28446 \backslash
28447 arraycolsep}{1cm}
28448 \end_layout
28449
28450 \end_inset
28451
28452
28453 \begin_inset Formula \begin{eqnarray*}
28454 A & = & B\\
28455 C & \ne & A\end{eqnarray*}
28456
28457 \end_inset
28458
28459 Una ecuación con la separación predefinida para matrices, 10
28460 \begin_inset space \thinspace{}
28461 \end_inset
28462
28463 pt:
28464 \begin_inset ERT
28465 status collapsed
28466
28467 \begin_layout Plain Layout
28468
28469
28470 \backslash
28471 setlength{
28472 \backslash
28473 arraycolsep}{5pt}
28474 \end_layout
28475
28476 \end_inset
28477
28478
28479 \begin_inset Formula \begin{eqnarray*}
28480 A & = & B\\
28481 C & \ne & A\end{eqnarray*}
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Subsubsection
28489 Ecuaciones largas
28490 \begin_inset Index
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494 Ecuación ! larga
28495 \end_layout
28496
28497 \end_inset
28498
28499
28500 \end_layout
28501
28502 \begin_layout Standard
28503 Se pueden componer ecuaciones largas mediante estos métodos:
28504 \end_layout
28505
28506 \begin_layout Itemize
28507 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28508  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28509 \begin_inset Formula \begin{eqnarray}
28510 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 \\
28511  &  & -\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}\end{eqnarray}
28512
28513 \end_inset
28514
28515 El signo menos al principio de la segunda línea normalmente no aparece como
28516  operador porque es el primer carácter de la línea.
28517  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28518  Para evitarlo se ha insertado 3
28519 \begin_inset space \thinspace{}
28520 \end_inset
28521
28522 pt de espacio detrás del menos con el comando 
28523 \series bold
28524
28525 \backslash
28526 hspace
28527 \series default
28528 .
28529 \begin_inset Foot
28530 status collapsed
28531
28532 \begin_layout Plain Layout
28533 véase más sobre 
28534 \series bold
28535
28536 \backslash
28537 hspace
28538 \series default
28539  en 
28540 \begin_inset CommandInset ref
28541 LatexCommand ref
28542 reference "sub:Espacio-variable"
28543
28544 \end_inset
28545
28546
28547 \end_layout
28548
28549 \end_inset
28550
28551
28552 \begin_inset Index
28553 status collapsed
28554
28555 \begin_layout Plain Layout
28556 Comandos ! H ! 
28557 \backslash
28558 hspace
28559 \end_layout
28560
28561 \end_inset
28562
28563
28564 \end_layout
28565
28566 \begin_layout Itemize
28567 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28568 \series bold
28569
28570 \backslash
28571 lefteqn
28572 \series default
28573
28574 \begin_inset Index
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578 Comandos ! L ! 
28579 \backslash
28580 lefteqn
28581 \end_layout
28582
28583 \end_inset
28584
28585 .
28586  Se inserta en la primer columna de la primera línea y hace que todas las
28587  inserciones posteriores sobreescriban las columnas siguientes:
28588 \begin_inset Formula \begin{eqnarray}
28589 \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 \\
28590  &  & -\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 \\
28591  &  & =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\label{eq:lefteqn}\end{eqnarray}
28592
28593 \end_inset
28594
28595 Tras la inserción de 
28596 \series bold
28597
28598 \backslash
28599 lefteqn
28600 \series default
28601  el cursor está en un marco púrpura un poco a la izquierda del azul.
28602  La ecuación se inserta en éste.
28603 \begin_inset Newline newline
28604 \end_inset
28605
28606 El contenido de las restantes líneas se inserta en la segunda columna o
28607  en otra.
28608  A mayor número de columna donde se inserte, mayor sangrado.
28609 \begin_inset VSpace medskip
28610 \end_inset
28611
28612
28613 \begin_inset Newline newline
28614 \end_inset
28615
28616
28617 \begin_inset Note Greyedout
28618 status collapsed
28619
28620 \begin_layout Plain Layout
28621 Ten en cuenta lo siguiente si usas 
28622 \series bold
28623
28624 \backslash
28625 lefteqn
28626 \series default
28627 :
28628 \end_layout
28629
28630 \begin_layout Itemize
28631 La ecuación no usa la anchura total de la página.
28632  Cuando se añade, p.
28633 \begin_inset space \thinspace{}
28634 \end_inset
28635
28636 e., el término 
28637 \begin_inset Formula $-B^{2}$
28638 \end_inset
28639
28640  en la primera línea del ejemplo, debería estar fuera del margen.
28641  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28642  principio de la primera línea.
28643 \end_layout
28644
28645 \begin_layout Itemize
28646 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28647  primera línea.
28648 \begin_inset Foot
28649 status collapsed
28650
28651 \begin_layout Plain Layout
28652 \begin_inset CommandInset href
28653 LatexCommand href
28654 name "LyX-bug #1429"
28655 target "http://www.lyx.org/trac/ticket/1429"
28656
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \end_inset
28663
28664  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28665  teclas de flecha.
28666 \end_layout
28667
28668 \end_inset
28669
28670  
28671 \end_layout
28672
28673 \begin_layout Itemize
28674 Se describen otros métodos para escribir fórmulas largas en 
28675 \begin_inset CommandInset ref
28676 LatexCommand ref
28677 reference "sub:Entorno-multilínea"
28678
28679 \end_inset
28680
28681  y 
28682 \begin_inset CommandInset ref
28683 LatexCommand ref
28684 reference "sub:Partes-de-una-multilínea"
28685
28686 \end_inset
28687
28688 .
28689 \end_layout
28690
28691 \begin_layout Subsubsection
28692 Delimitadores multilínea
28693 \begin_inset CommandInset label
28694 LatexCommand label
28695 name "sub:Delimitadores-multilínea"
28696
28697 \end_inset
28698
28699
28700 \begin_inset Index
28701 status collapsed
28702
28703 \begin_layout Plain Layout
28704 Delimitadores ! para varias líneas
28705 \end_layout
28706
28707 \end_inset
28708
28709
28710 \end_layout
28711
28712 \begin_layout Standard
28713 Para poner delimitadores que cubran varias líneas hay un problema:
28714 \begin_inset Formula \begin{eqnarray*}
28715 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28716  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28717
28718 \end_inset
28719
28720 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28721 res con tamaño variable no abarcan líneas múltiples.
28722 \end_layout
28723
28724 \begin_layout Standard
28725 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28726  primera línea se finaliza con 
28727 \series bold
28728
28729 \backslash
28730 right.
28731 \series default
28732
28733 \begin_inset Index
28734 status collapsed
28735
28736 \begin_layout Plain Layout
28737 Comandos ! R ! 
28738 \backslash
28739 right
28740 \end_layout
28741
28742 \end_inset
28743
28744  y la segunda con 
28745 \series bold
28746
28747 \backslash
28748 left.
28749 \series default
28750 .
28751 \begin_inset Foot
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755 Más sobre 
28756 \series bold
28757
28758 \backslash
28759 left.
28760
28761 \series default
28762  y 
28763 \series bold
28764
28765 \backslash
28766 right.
28767
28768 \series default
28769  en 
28770 \begin_inset CommandInset ref
28771 LatexCommand ref
28772 reference "sub:Tamaño-automático-de"
28773
28774 \end_inset
28775
28776
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \begin_inset Index
28783 status collapsed
28784
28785 \begin_layout Plain Layout
28786 Comandos ! L ! 
28787 \backslash
28788 left
28789 \end_layout
28790
28791 \end_inset
28792
28793  Después de 
28794 \series bold
28795
28796 \backslash
28797 left.
28798
28799 \series default
28800  se inserta el comando 
28801 \series bold
28802
28803 \backslash
28804 vphantom
28805 \series default
28806
28807 \begin_inset ERT
28808 status collapsed
28809
28810 \begin_layout Plain Layout
28811
28812
28813 \backslash
28814 spce 
28815 \end_layout
28816
28817 \end_inset
28818
28819
28820 \series bold
28821
28822 \backslash
28823 prod
28824 \series default
28825 ^
28826 \begin_inset ERT
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830
28831
28832 \backslash
28833 spce 
28834 \end_layout
28835
28836 \end_inset
28837
28838
28839 \series bold
28840
28841 \backslash
28842 infty
28843 \series default
28844
28845 \begin_inset ERT
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849
28850
28851 \backslash
28852 spce 
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \series bold
28859
28860 \begin_inset Formula $\downarrow$
28861 \end_inset
28862
28863 _R=1}
28864 \series default
28865
28866 \begin_inset Index
28867 status collapsed
28868
28869 \begin_layout Plain Layout
28870 Comandos ! V ! 
28871 \backslash
28872 vphantom
28873 \end_layout
28874
28875 \end_inset
28876
28877 , porque el operador de multiplicación con sus límites es el símbolo mayor
28878  en la primera línea y ese debería ser el tamaño para el delimitador en
28879  la segunda línea.
28880 \end_layout
28881
28882 \begin_layout Standard
28883 El resultado es: 
28884 \begin_inset Formula \begin{eqnarray*}
28885 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28886  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28887
28888 \end_inset
28889
28890
28891 \end_layout
28892
28893 \begin_layout Subsection
28894 Entornos align
28895 \end_layout
28896
28897 \begin_layout Standard
28898 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28899  Son especialmente apropiados para poner ecuaciones adosadas.
28900 \end_layout
28901
28902 \begin_layout Standard
28903 Los entornos align constan de columnas.
28904  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28905  En un entorno align se puede numerar cada línea.
28906 \end_layout
28907
28908 \begin_layout Standard
28909 Los entornos align se crean con el menú 
28910 \family sans
28911 Insertar\SpecialChar \menuseparator
28912 Ecuación
28913 \family default
28914 .
28915  Una ecuación existente se puede convertir a align con el menú 
28916 \family sans
28917 Editar\SpecialChar \menuseparator
28918 Ecuación\SpecialChar \menuseparator
28919 Cambiar tipo de ecuación
28920 \family default
28921 .
28922 \end_layout
28923
28924 \begin_layout Standard
28925 Para añadir o quitar columnas se pueden usar los botones 
28926 \begin_inset Graphics
28927         filename ../../images/tabular-feature_append-row.png
28928         scale 85
28929
28930 \end_inset
28931
28932  o 
28933 \begin_inset Graphics
28934         filename ../../images/tabular-feature_delete-row.png
28935         scale 85
28936
28937 \end_inset
28938
28939 de la barra de ecuaciones o el menú 
28940 \family sans
28941 Editar\SpecialChar \menuseparator
28942 Filas y columnas
28943 \family default
28944 .
28945 \end_layout
28946
28947 \begin_layout Subsubsection
28948 Entorno align estándar
28949 \begin_inset CommandInset label
28950 LatexCommand label
28951 name "sub:Entorno-align-estándar"
28952
28953 \end_inset
28954
28955
28956 \begin_inset Index
28957 status collapsed
28958
28959 \begin_layout Plain Layout
28960 Ecuación ! multilínea ! entorno align
28961 \end_layout
28962
28963 \end_inset
28964
28965
28966 \end_layout
28967
28968 \begin_layout Standard
28969 Este entorno align se crea pulsando 
28970 \family sans
28971 Ctrl+Retorno
28972 \family default
28973  en una ecuación o con el menú 
28974 \family sans
28975 Insertar\SpecialChar \menuseparator
28976 Ecuación\SpecialChar \menuseparator
28977 Entorno AMS align
28978 \family default
28979 .
28980 \end_layout
28981
28982 \begin_layout Standard
28983 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28984  align de cuatro columnas:
28985 \begin_inset Formula \begin{align*}
28986 A & =\sen(B) & C & =D\\
28987 C & \neq A & B & \neq D\end{align*}
28988
28989 \end_inset
28990
28991 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28992  un 
28993 \series bold
28994
28995 \backslash
28996 hfill
28997 \series default
28998
28999 \begin_inset Foot
29000 status collapsed
29001
29002 \begin_layout Plain Layout
29003 Más sobre 
29004 \series bold
29005
29006 \backslash
29007 hfill
29008 \series default
29009  en 
29010 \begin_inset CommandInset ref
29011 LatexCommand ref
29012 reference "sub:Espacio-variable"
29013
29014 \end_inset
29015
29016
29017 \end_layout
29018
29019 \end_inset
29020
29021  antes de la primera y detrás de cada columna par.
29022  Si se pone en estilo 
29023 \series bold
29024 Sangrado
29025 \series default
29026 ,
29027 \begin_inset Foot
29028 status collapsed
29029
29030 \begin_layout Plain Layout
29031 véase estilos de ecuación en 
29032 \begin_inset CommandInset ref
29033 LatexCommand ref
29034 reference "sec:Estilos-de-ecuación"
29035
29036 \end_inset
29037
29038
29039 \end_layout
29040
29041 \end_inset
29042
29043  la ecuación queda sin el 
29044 \series bold
29045
29046 \backslash
29047 hfill
29048 \series default
29049  ante la primera columna.
29050 \end_layout
29051
29052 \begin_layout Subsubsection
29053 Entorno alignat
29054 \begin_inset Index
29055 status collapsed
29056
29057 \begin_layout Plain Layout
29058 Ecuación ! multilínea ! entorno alignat
29059 \end_layout
29060
29061 \end_inset
29062
29063
29064 \end_layout
29065
29066 \begin_layout Standard
29067 El entorno alignat no tiene separación predefinida de columnas.
29068  Se puede insertar manualmente con los espacios descritos en 
29069 \begin_inset CommandInset ref
29070 LatexCommand ref
29071 reference "sec:Espacio"
29072
29073 \end_inset
29074
29075 .
29076 \end_layout
29077
29078 \begin_layout Standard
29079 El ejemplo anterior en el entorno alignat, con un espacio de 1
29080 \begin_inset space \thinspace{}
29081 \end_inset
29082
29083 cm al comienzo da la segunda ecuación:
29084 \begin_inset Formula \begin{alignat*}{2}
29085 A & =\sen(B)\hspace{1cm} & C & =D\\
29086 C & \neq A & B & \neq D\end{alignat*}
29087
29088 \end_inset
29089
29090 Como cada columna puede tener un espacio diferente, este entorno es especialment
29091 e apropiado para poner tres o más ecuaciones adosadas.
29092 \end_layout
29093
29094 \begin_layout Subsubsection
29095 Entorno flalign
29096 \begin_inset CommandInset label
29097 LatexCommand label
29098 name "sub:Entorno-flalign"
29099
29100 \end_inset
29101
29102
29103 \begin_inset Index
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107 Ecuación ! multilínea ! entorno flalign
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \begin_layout Standard
29116 En este entorno las dos primeras columnas están siempre tan a la izquierda
29117  como sea posible y las dos últimas a la derecha.
29118  Ejemplo:
29119 \begin_inset Formula \begin{flalign*}
29120 A & =1 & B & =2 & C & =3\\
29121 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
29122
29123 \end_inset
29124
29125 En un entorno flalign con un número impar de columnas, en la última de las
29126  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29127  alineadas a la izquierda, aunque se use el estilo 
29128 \series bold
29129 Centrado
29130 \series default
29131 .
29132  Un ejemplo de fórmula sangrada 
29133 \begin_inset CommandInset ref
29134 LatexCommand eqref
29135 reference "eq:IntVol"
29136
29137 \end_inset
29138
29139 :
29140 \begin_inset Formula \begin{flalign}
29141 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29142
29143 \end_inset
29144
29145 Las dos primeras columnas contienen la fórmula.
29146  Para sangrarla como con el estilo 
29147 \series bold
29148 Sangrado
29149 \series default
29150 , se añade un espacio de 30
29151 \begin_inset space \thinspace{}
29152 \end_inset
29153
29154 pt al comienzo de la primera columna.
29155  
29156 \end_layout
29157
29158 \begin_layout Subsection
29159 Entorno eqnarray
29160 \begin_inset CommandInset label
29161 LatexCommand label
29162 name "sub:Entorno-eqnarray"
29163
29164 \end_inset
29165
29166
29167 \begin_inset Index
29168 status collapsed
29169
29170 \begin_layout Plain Layout
29171 Ecuación ! multilínea ! entorno eqnarray
29172 \end_layout
29173
29174 \end_inset
29175
29176
29177 \begin_inset Index
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181 Ecuación ! multilínea ! entorno eqnarray
29182 \end_layout
29183
29184 \end_inset
29185
29186
29187 \end_layout
29188
29189 \begin_layout Standard
29190 Al introducir este entorno aparecen tres marcos azules.
29191  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29192  El contenido del marco central está centrado y algo más pequeño, porque
29193  está diseñado para insertar sólo caracteres de relación.
29194 \begin_inset Formula \begin{eqnarray*}
29195 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29196 AB & AB & AB\\
29197 A & = & A\end{eqnarray*}
29198
29199 \end_inset
29200
29201
29202 \end_layout
29203
29204 \begin_layout Subsection
29205 Entorno gather
29206 \begin_inset Index
29207 status collapsed
29208
29209 \begin_layout Plain Layout
29210 Ecuación ! multilínea ! entorno gather
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \begin_layout Standard
29219 Este entorno consta de una sola columna centrada.
29220  Se puede numerar cada línea.
29221 \begin_inset Formula \begin{gather}
29222 A=1\\
29223 X=\mbox{-}1\end{gather}
29224
29225 \end_inset
29226
29227
29228 \end_layout
29229
29230 \begin_layout Subsection
29231 Entorno multilínea
29232 \begin_inset CommandInset label
29233 LatexCommand label
29234 name "sub:Entorno-multilínea"
29235
29236 \end_inset
29237
29238
29239 \begin_inset Index
29240 status collapsed
29241
29242 \begin_layout Plain Layout
29243 Ecuación ! multilínea ! entorno multilínea
29244 \end_layout
29245
29246 \end_inset
29247
29248
29249 \end_layout
29250
29251 \begin_layout Standard
29252 El entorno multilínea, como gather, consta de una sola columna.
29253  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29254  Las demás están centradas.
29255  Por tanto este entorno es apropiado para ecuaciones largas.
29256  Como ejemplo, la ecuación
29257 \begin_inset space ~
29258 \end_inset
29259
29260
29261 \begin_inset CommandInset ref
29262 LatexCommand eqref
29263 reference "eq:lefteqn"
29264
29265 \end_inset
29266
29267  en entorno multilínea:
29268 \begin_inset Formula \begin{multline}
29269 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}\\
29270 -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}\\
29271 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
29272
29273 \end_inset
29274
29275 En la salida sólo aparece numerada la última (primera) línea si la numeración
29276  del documento es a la derecha (izquierda).
29277 \begin_inset Foot
29278 status collapsed
29279
29280 \begin_layout Plain Layout
29281 véanse los estilos de numeración en 
29282 \begin_inset CommandInset ref
29283 LatexCommand ref
29284 reference "sec:Estilos-de-ecuación"
29285
29286 \end_inset
29287
29288
29289 \end_layout
29290
29291 \end_inset
29292
29293
29294 \end_layout
29295
29296 \begin_layout Standard
29297 Con los comandos 
29298 \series bold
29299
29300 \backslash
29301 shoveright
29302 \begin_inset Index
29303 status collapsed
29304
29305 \begin_layout Plain Layout
29306 Comandos ! S ! 
29307 \backslash
29308 shoveright
29309 \end_layout
29310
29311 \end_inset
29312
29313
29314 \series default
29315  y 
29316 \series bold
29317
29318 \backslash
29319 shoveleft
29320 \series default
29321
29322 \begin_inset Index
29323 status collapsed
29324
29325 \begin_layout Plain Layout
29326 Comandos ! S ! 
29327 \backslash
29328 shoveleft
29329 \end_layout
29330
29331 \end_inset
29332
29333 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29334 ente.
29335  Los comandos se usan como sigue:
29336 \end_layout
29337
29338 \begin_layout Standard
29339
29340 \series bold
29341
29342 \backslash
29343 shoveright{contenido de la línea}
29344 \series default
29345  y 
29346 \series bold
29347
29348 \backslash
29349 shoveleft{contenido de la línea}
29350 \end_layout
29351
29352 \begin_layout Standard
29353 \begin_inset VSpace medskip
29354 \end_inset
29355
29356
29357 \end_layout
29358
29359 \begin_layout Standard
29360 La longitud 
29361 \series bold
29362
29363 \backslash
29364 multlinegap
29365 \series default
29366
29367 \begin_inset Index
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371 Comandos ! M ! 
29372 \backslash
29373 multlinegap
29374 \end_layout
29375
29376 \end_inset
29377
29378  especifica la distancia de la primera línea desde el margen izquierdo de
29379  la página.
29380  Esta longitud es 0
29381 \begin_inset space \thinspace{}
29382 \end_inset
29383
29384 pt por omisión.
29385 \end_layout
29386
29387 \begin_layout Standard
29388 Como ejemplo la ecuación anterior con el comando
29389 \end_layout
29390
29391 \begin_layout Standard
29392
29393 \series bold
29394
29395 \backslash
29396 setlength{
29397 \backslash
29398 multlinegap}{2cm}
29399 \end_layout
29400
29401 \begin_layout Standard
29402 insertado previamente en modo TeX:
29403 \begin_inset ERT
29404 status collapsed
29405
29406 \begin_layout Plain Layout
29407
29408
29409 \backslash
29410 setlength{
29411 \backslash
29412 multlinegap}{2cm}
29413 \end_layout
29414
29415 \end_inset
29416
29417
29418 \begin_inset Formula \begin{multline}
29419 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}\\
29420 \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}}\\
29421 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
29422
29423 \end_inset
29424
29425
29426 \begin_inset ERT
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430
29431
29432 \backslash
29433 setlength{
29434 \backslash
29435 multlinegap}{0pt}
29436 \end_layout
29437
29438 \end_inset
29439
29440 La segunda línea se ha alineado a la izquierda con 
29441 \series bold
29442
29443 \backslash
29444 shoveleft
29445 \series default
29446 .
29447 \end_layout
29448
29449 \begin_layout Subsection
29450 Partes de una ecuación multilínea
29451 \begin_inset CommandInset label
29452 LatexCommand label
29453 name "sub:Partes-de-una-multilínea"
29454
29455 \end_inset
29456
29457
29458 \begin_inset Index
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462 Ecuación ! multilínea ! partes de
29463 \end_layout
29464
29465 \end_inset
29466
29467
29468 \end_layout
29469
29470 \begin_layout Standard
29471 Para mostrar sólo partes de una ecuación multilínea usa uno de los siguientes
29472  entornos: 
29473 \series bold
29474 aligned
29475 \series default
29476
29477 \series bold
29478 alignedat
29479 \series default
29480
29481 \series bold
29482 gathered
29483 \series default
29484  o 
29485 \series bold
29486 split
29487 \series default
29488 .
29489  Se pueden elegir en el menú 
29490 \family sans
29491 Insertar\SpecialChar \menuseparator
29492 Ecuación
29493 \family default
29494  o usando los comandos aquí descritos.
29495 \end_layout
29496
29497 \begin_layout Standard
29498 Los tres primeros tienen las mismas propiedades que los correspondientes
29499  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29500  Un ejemplo:
29501 \begin_inset Formula \[
29502 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29503 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29504 \right\} \mbox{Relaciones de incertidumbre}\]
29505
29506 \end_inset
29507
29508 Para componer esta expresión se inserta una ecuación presentada y en ella
29509  se introduce el comando 
29510 \series bold
29511
29512 \backslash
29513 aligned
29514 \series default
29515
29516 \begin_inset Index
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520 Comandos ! A ! 
29521 \backslash
29522 aligned
29523 \end_layout
29524
29525 \end_inset
29526
29527 .
29528  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29529  añadir filas y columnas.
29530  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29531  como la llave.
29532 \end_layout
29533
29534 \begin_layout Standard
29535 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29536  se alinean horizontalmente.
29537  Usar aligned en una ecuación presentada tiene la ventaja de que el número
29538  de ecuación se centra verticalmente con las líneas.
29539  Como ejemplo, la ecuación 
29540 \begin_inset CommandInset ref
29541 LatexCommand eqref
29542 reference "eq:cortolargo"
29543
29544 \end_inset
29545
29546  en entorno aligned: 
29547 \begin_inset Formula \begin{equation}
29548 \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}|}\\
29549  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\end{aligned}
29550 \end{equation}
29551
29552 \end_inset
29553
29554 Para usar los entornos 
29555 \series bold
29556 alignedat
29557 \series default
29558
29559 \series bold
29560 gathered
29561 \series default
29562 , o 
29563 \series bold
29564 split
29565 \series default
29566 , se insertan respectivamente los comandos
29567 \series bold
29568  
29569 \backslash
29570 alignedat
29571 \series default
29572 ,
29573 \begin_inset Index
29574 status collapsed
29575
29576 \begin_layout Plain Layout
29577 Comandos ! A ! 
29578 \backslash
29579 alignedat
29580 \end_layout
29581
29582 \end_inset
29583
29584  
29585 \series bold
29586
29587 \backslash
29588 gathered
29589 \series default
29590
29591 \begin_inset Index
29592 status collapsed
29593
29594 \begin_layout Plain Layout
29595 Comandos ! G ! 
29596 \backslash
29597 gathered
29598 \end_layout
29599
29600 \end_inset
29601
29602 , o 
29603 \series bold
29604
29605 \backslash
29606 split
29607 \series default
29608
29609 \begin_inset Index
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613 Comandos ! S ! 
29614 \backslash
29615 split
29616 \end_layout
29617
29618 \end_inset
29619
29620 .
29621  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29622  tener dos columnas.
29623 \end_layout
29624
29625 \begin_layout Subsection
29626 Texto en ecuaciones multilínea
29627 \begin_inset CommandInset label
29628 LatexCommand label
29629 name "sub:Texto-en-multilínea"
29630
29631 \end_inset
29632
29633
29634 \begin_inset Index
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638 Texto ! en ecuaciones
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \begin_inset Index
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648 Ecuación ! multilínea ! texto en
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \end_layout
29655
29656 \begin_layout Standard
29657 En los entornos Align, multilínea y gather, se puede insertar texto que
29658  se mostrará en una línea separada y que no afecta la alineación de columna.
29659  Para esto se usa el comando 
29660 \series bold
29661
29662 \backslash
29663 intertext
29664 \series default
29665
29666 \begin_inset Index
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 Comandos ! I ! 
29671 \backslash
29672 intertext
29673 \end_layout
29674
29675 \end_inset
29676
29677  con el siguiente esquema:
29678 \end_layout
29679
29680 \begin_layout Standard
29681
29682 \series bold
29683
29684 \backslash
29685 intertext{texto}
29686 \end_layout
29687
29688 \begin_layout Standard
29689 El texto no debería ocupar más de una línea porque no se puede partir con
29690  guión.
29691  Como LyX aún no soporta 
29692 \series bold
29693
29694 \backslash
29695 intertext
29696 \series default
29697  directamente, el texto se escribe como texto matemático.
29698  
29699 \series bold
29700
29701 \backslash
29702 intertext
29703 \series default
29704  debe por tanto estar al comienzo de una línea y en la salida se presenta
29705  sobre esta línea.
29706  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29707 \begin_inset Formula \begin{align}
29708 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29709 \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\end{align}
29710
29711 \end_inset
29712
29713
29714 \end_layout
29715
29716 \begin_layout Section
29717 Numeración de ecuaciones
29718 \begin_inset Index
29719 status collapsed
29720
29721 \begin_layout Plain Layout
29722 Ecuación ! numeración|see
29723 \begin_inset ERT
29724 status collapsed
29725
29726 \begin_layout Plain Layout
29727
29728 {
29729 \end_layout
29730
29731 \end_inset
29732
29733 Numeración de ecuaciones
29734 \begin_inset ERT
29735 status collapsed
29736
29737 \begin_layout Plain Layout
29738
29739 }
29740 \end_layout
29741
29742 \end_inset
29743
29744
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \begin_inset Index
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754 Numeración de ecuaciones
29755 \end_layout
29756
29757 \end_inset
29758
29759
29760 \end_layout
29761
29762 \begin_layout Subsection
29763 General
29764 \end_layout
29765
29766 \begin_layout Standard
29767 Las ecuaciones numeradas se insertan con el menú 
29768 \family sans
29769 Insertar\SpecialChar \menuseparator
29770 Ecuación
29771 \family default
29772  
29773 \family sans
29774 \SpecialChar \menuseparator
29775 Ecuación
29776 \begin_inset space ~
29777 \end_inset
29778
29779 numerada
29780 \family default
29781  (atajo 
29782 \family sans
29783 Ctrl+Alt
29784 \begin_inset space ~
29785 \end_inset
29786
29787 N
29788 \family default
29789 ).
29790  Ecuaciones existentes se pueden numerar con el menú 
29791 \family sans
29792 Editar\SpecialChar \menuseparator
29793 Ecuación\SpecialChar \menuseparator
29794 Conmutar
29795 \begin_inset space ~
29796 \end_inset
29797
29798 numeración
29799 \family default
29800  (atajo
29801 \family sans
29802  Alt+M
29803 \begin_inset space ~
29804 \end_inset
29805
29806 N
29807 \family default
29808 ).
29809  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29810  En la salida se muestra el número real.
29811 \end_layout
29812
29813 \begin_layout Standard
29814 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29815  líneas.
29816  No obstante, la numeración se puede controlar en cada línea con el menú
29817  
29818 \family sans
29819 Editar\SpecialChar \menuseparator
29820 Ecuación\SpecialChar \menuseparator
29821 Conmutar
29822 \begin_inset space ~
29823 \end_inset
29824
29825 numeración
29826 \begin_inset space ~
29827 \end_inset
29828
29829 de
29830 \begin_inset space ~
29831 \end_inset
29832
29833 línea
29834 \family default
29835  (atajo
29836 \family sans
29837  Alt+M
29838 \begin_inset space ~
29839 \end_inset
29840
29841 Mayúsculas+N
29842 \family default
29843 ).
29844 \end_layout
29845
29846 \begin_layout Standard
29847 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29848  distintos, véase 
29849 \begin_inset CommandInset ref
29850 LatexCommand ref
29851 reference "sec:Estilos-de-ecuación"
29852
29853 \end_inset
29854
29855 .
29856 \end_layout
29857
29858 \begin_layout Subsection
29859 Referencias cruzadas
29860 \begin_inset Index
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864 Ecuación ! referencias cruzadas a
29865 \end_layout
29866
29867 \end_inset
29868
29869
29870 \end_layout
29871
29872 \begin_layout Standard
29873 Todas las ecuaciones con etiqueta se pueden referenciar.
29874  La etiqueta se añade con el menú 
29875 \family sans
29876 Insertar\SpecialChar \menuseparator
29877 Etiqueta
29878 \family default
29879  o con el botón 
29880 \begin_inset Graphics
29881         filename ../../images/label-insert.png
29882         scale 85
29883
29884 \end_inset
29885
29886  de la barra de herramientas.
29887  El cursor debe estar dentro de una ecuación en modo presentación.
29888  Surge un diálogo con el prefijo 
29889 \series bold
29890 eq:
29891 \series default
29892 , detrás del cual se escribe el texto de la etiqueta.
29893  El prefijo significa 
29894 \begin_inset Quotes fld
29895 \end_inset
29896
29897 equation
29898 \begin_inset Quotes frd
29899 \end_inset
29900
29901  y hace más fácil encontrar etiquetas en documentos extensos porque así
29902  se distingue p.
29903 \begin_inset space \thinspace{}
29904 \end_inset
29905
29906 e.
29907 \begin_inset space ~
29908 \end_inset
29909
29910 de las etiquetas de sección.
29911  Para cambiar una etiqueta se usa de nuevo el menú 
29912 \family sans
29913 Insertar\SpecialChar \menuseparator
29914 Etiqueta
29915 \family default
29916 .
29917 \end_layout
29918
29919 \begin_layout Standard
29920 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29921  ecuación.
29922  Una ecuación con etiqueta se numera siempre.
29923 \end_layout
29924
29925 \begin_layout Standard
29926 Las referencias cruzadas se insertan mediante el menú 
29927 \family sans
29928 Insertar\SpecialChar \menuseparator
29929 Referencia cruzada
29930 \family default
29931  o con el botón 
29932 \begin_inset Graphics
29933         filename ../../images/dialog-show-new-inset_ref.png
29934         scale 85
29935
29936 \end_inset
29937
29938 .
29939  Una referencia a una ecuación aparece en la salida con su número.
29940  Si en el diálogo de referencia cruzada se elige el formato 
29941 \series bold
29942 (<referencia>)
29943 \series default
29944 , la referencia se muestra en la salida entre paréntesis.
29945  
29946 \begin_inset Newline newline
29947 \end_inset
29948
29949 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29950  a la ecuación de referencia.
29951 \end_layout
29952
29953 \begin_layout Standard
29954 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29955  siguientes:
29956 \begin_inset Note Note
29957 status collapsed
29958
29959 \begin_layout Plain Layout
29960 Observa los distintos tipos de referencias cruzadas.
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \end_layout
29967
29968 \begin_layout Standard
29969 Las ecuaciones 
29970 \begin_inset CommandInset ref
29971 LatexCommand eqref
29972 reference "eq:tag"
29973
29974 \end_inset
29975
29976  y 
29977 \begin_inset CommandInset ref
29978 LatexCommand eqref
29979 reference "eq:c"
29980
29981 \end_inset
29982
29983  son equivalentes.
29984  En (
29985 \begin_inset CommandInset ref
29986 LatexCommand ref
29987 reference "eq:Lat"
29988
29989 \end_inset
29990
29991 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29992 \begin_inset CommandInset ref
29993 LatexCommand ref
29994 reference "eq:Rom"
29995
29996 \end_inset
29997
29998 ).
29999 \begin_inset VSpace medskip
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006 Si el argumento de 
30007 \series bold
30008
30009 \backslash
30010 tag
30011 \begin_inset Foot
30012 status collapsed
30013
30014 \begin_layout Plain Layout
30015
30016 \series bold
30017
30018 \backslash
30019 tag
30020 \series default
30021  se describe en 
30022 \begin_inset CommandInset ref
30023 LatexCommand ref
30024 reference "sub:Numeración-personalizada"
30025
30026 \end_inset
30027
30028
30029 \end_layout
30030
30031 \end_inset
30032
30033
30034 \series default
30035  contiene un marco, como se describe en la 
30036 \begin_inset CommandInset ref
30037 LatexCommand ref
30038 reference "sub:Cuadros-de-párrafo"
30039
30040 \end_inset
30041
30042 , no se puede referenciar la ecuación.
30043 \end_layout
30044
30045 \begin_layout Subsection
30046 Subnumeración
30047 \begin_inset Index
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051 Numeración de ecuaciones ! subnumeración
30052 \end_layout
30053
30054 \end_inset
30055
30056
30057 \end_layout
30058
30059 \begin_layout Standard
30060 Con ayuda de los comandos 
30061 \series bold
30062
30063 \backslash
30064 begin{subequations}
30065 \series default
30066  y 
30067 \series bold
30068
30069 \backslash
30070 end{subequations}
30071 \series default
30072  en modo TeX se pueden subnumerar ecuaciones.
30073 \end_layout
30074
30075 \begin_layout Standard
30076 Ejemplo:
30077 \begin_inset Formula \begin{equation}
30078 A=C-B\label{eq:a}\end{equation}
30079
30080 \end_inset
30081
30082
30083 \begin_inset ERT
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087
30088
30089 \backslash
30090 addtocounter{equation}{-1}
30091 \end_layout
30092
30093 \end_inset
30094
30095
30096 \begin_inset ERT
30097 status collapsed
30098
30099 \begin_layout Plain Layout
30100
30101
30102 \backslash
30103 begin{subequations}
30104 \end_layout
30105
30106 \end_inset
30107
30108
30109 \begin_inset VSpace -5mm
30110 \end_inset
30111
30112
30113 \begin_inset Formula \begin{equation}
30114 B=C-A\label{eq:b}\end{equation}
30115
30116 \end_inset
30117
30118
30119 \begin_inset Formula \begin{equation}
30120 C=A+B\label{eq:c}\end{equation}
30121
30122 \end_inset
30123
30124
30125 \end_layout
30126
30127 \begin_layout Standard
30128 \begin_inset ERT
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132
30133
30134 \backslash
30135 end{subequations}
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \begin_layout Standard
30144 Para este ejemplo se ha hecho lo siguiente:
30145 \end_layout
30146
30147 \begin_layout Enumerate
30148 se inserta la primera ecuación
30149 \end_layout
30150
30151 \begin_layout Enumerate
30152 después de ella se inserta
30153 \series bold
30154
30155 \begin_inset Newline newline
30156 \end_inset
30157
30158
30159 \backslash
30160 addtocounter{equation}{-1} 
30161 \backslash
30162 begin{subequations}
30163 \begin_inset Index
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167 Comandos ! A ! 
30168 \backslash
30169 addtocounter
30170 \end_layout
30171
30172 \end_inset
30173
30174
30175 \end_layout
30176
30177 \begin_layout Enumerate
30178 se inserta la segunda ecuación
30179 \end_layout
30180
30181 \begin_layout Enumerate
30182 se inserta la tercera ecuación
30183 \end_layout
30184
30185 \begin_layout Enumerate
30186 se inserta 
30187 \series bold
30188
30189 \backslash
30190 end{subequations}
30191 \series default
30192  tras la tercera ecuación
30193 \end_layout
30194
30195 \begin_layout Standard
30196 Toda ecuación entre los comandos 
30197 \series bold
30198
30199 \backslash
30200 begin
30201 \series default
30202  y 
30203 \series bold
30204
30205 \backslash
30206 end
30207 \series default
30208  se subnumera con a, b, c\SpecialChar \ldots{}
30209  En ecuaciones multilínea se subnumerará cada línea.
30210  Todas las ecuaciones subnumeradas son tratadas como 
30211 \emph on
30212 una
30213 \emph default
30214  ecuación numerada.
30215  Pero como cada ecuación numerada aumenta el contador 
30216 \series bold
30217 equation
30218 \series default
30219  en uno, hay que disminuir el comando 
30220 \series bold
30221
30222 \backslash
30223 addtocounter
30224 \series default
30225 .
30226  De lo contrario, las ecuaciones 
30227 \begin_inset CommandInset ref
30228 LatexCommand eqref
30229 reference "eq:a"
30230
30231 \end_inset
30232
30233
30234 \begin_inset CommandInset ref
30235 LatexCommand eqref
30236 reference "eq:b"
30237
30238 \end_inset
30239
30240
30241 \begin_inset CommandInset ref
30242 LatexCommand eqref
30243 reference "eq:c"
30244
30245 \end_inset
30246
30247  se numerarían 
30248 \begin_inset CommandInset ref
30249 LatexCommand eqref
30250 reference "eq:a"
30251
30252 \end_inset
30253
30254
30255 \begin_inset CommandInset ref
30256 LatexCommand eqref
30257 reference "eq:d"
30258
30259 \end_inset
30260
30261
30262 \begin_inset CommandInset ref
30263 LatexCommand eqref
30264 reference "eq:f"
30265
30266 \end_inset
30267
30268 .
30269 \end_layout
30270
30271 \begin_layout Standard
30272 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30273  ecuaciones.
30274  Para evitarlo se inserta ese espacio vertical de -5
30275 \begin_inset space \thinspace{}
30276 \end_inset
30277
30278 mm detrás del comando 
30279 \series bold
30280
30281 \backslash
30282 begin{subequations}
30283 \series default
30284 .
30285
30286 \series bold
30287  
30288 \series default
30289 Si se usa el estilo 
30290 \series bold
30291 Sangrado
30292 \series default
30293
30294 \begin_inset Foot
30295 status collapsed
30296
30297 \begin_layout Plain Layout
30298 véase estilos de ecuación en 
30299 \begin_inset CommandInset ref
30300 LatexCommand ref
30301 reference "sec:Estilos-de-ecuación"
30302
30303 \end_inset
30304
30305
30306 \end_layout
30307
30308 \end_inset
30309
30310 , entonces se inserta -7
30311 \begin_inset space \thinspace{}
30312 \end_inset
30313
30314 mm.
30315 \end_layout
30316
30317 \begin_layout Standard
30318 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30319  de la segunda línea:
30320 \begin_inset ERT
30321 status collapsed
30322
30323 \begin_layout Plain Layout
30324
30325
30326 \backslash
30327 begin{subequations}
30328 \end_layout
30329
30330 \end_inset
30331
30332
30333 \begin_inset Formula \begin{eqnarray}
30334 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30335  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30336  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30337
30338 \end_inset
30339
30340
30341 \begin_inset ERT
30342 status collapsed
30343
30344 \begin_layout Plain Layout
30345
30346
30347 \backslash
30348 end{subequations}
30349 \end_layout
30350
30351 \end_inset
30352
30353
30354 \end_layout
30355
30356 \begin_layout Subsection
30357 Numeración definida por el usuario
30358 \begin_inset CommandInset label
30359 LatexCommand label
30360 name "sub:Numeración-personalizada"
30361
30362 \end_inset
30363
30364
30365 \begin_inset Index
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369 Numeración de ecuaciones ! personalizada
30370 \end_layout
30371
30372 \end_inset
30373
30374
30375 \end_layout
30376
30377 \begin_layout Standard
30378 Con la numeración estándar el número se coloca entre paréntesis.
30379  Para reemplazar los paréntesis con barras verticales, p.
30380 \begin_inset space \thinspace{}
30381 \end_inset
30382
30383 e., se añade al preámbulo LaTeX la línea: 
30384 \end_layout
30385
30386 \begin_layout Standard
30387
30388 \series bold
30389
30390 \backslash
30391 def
30392 \backslash
30393 tagform@#1{
30394 \backslash
30395 maketag@@@{|#1|}}
30396 \series default
30397
30398 \begin_inset Note Note
30399 status collapsed
30400
30401 \begin_layout Plain Layout
30402 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30403  Para activarlo, quita el % del principio.
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Standard
30412 Para usar otros caracteres, se reemplazan las barras al lado de 
30413 \series bold
30414 #1
30415 \series default
30416  por ellos.
30417  Para obtener sólo el número de ecuación se omiten las barras verticales.
30418 \begin_inset VSpace bigskip
30419 \end_inset
30420
30421
30422 \end_layout
30423
30424 \begin_layout Standard
30425 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30426  consecutivo, se usa el comando 
30427 \series bold
30428
30429 \backslash
30430 tag
30431 \begin_inset Index
30432 status collapsed
30433
30434 \begin_layout Plain Layout
30435 Comandos ! T ! 
30436 \backslash
30437 tag
30438 \end_layout
30439
30440 \end_inset
30441
30442
30443 \series default
30444 :
30445 \begin_inset Formula \begin{equation}
30446 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30447
30448 \end_inset
30449
30450 En este ejemplo se ha insertado el comando
30451 \series bold
30452  
30453 \backslash
30454 tag
30455 \begin_inset ERT
30456 status collapsed
30457
30458 \begin_layout Plain Layout
30459
30460
30461 \backslash
30462 spce 
30463 \end_layout
30464
30465 \end_inset
30466
30467 algo
30468 \series default
30469  en la ecuación.
30470 \end_layout
30471
30472 \begin_layout Standard
30473 Si se usa en su lugar el comando con asterisco 
30474 \series bold
30475
30476 \backslash
30477 tag*
30478 \begin_inset ERT
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482
30483
30484 \backslash
30485 spce 
30486 \end_layout
30487
30488 \end_inset
30489
30490 algo
30491 \series default
30492  no se imprimen los paréntesis:
30493 \begin_inset Formula \[
30494 A+B=C\tag*{algo}\]
30495
30496 \end_inset
30497
30498
30499 \end_layout
30500
30501 \begin_layout Standard
30502 \begin_inset VSpace bigskip
30503 \end_inset
30504
30505
30506 \end_layout
30507
30508 \begin_layout Standard
30509 Para reiniciar la numeración en nuevas partes o secciones del documento
30510  se usan los siguientes comandos:
30511 \end_layout
30512
30513 \begin_layout Standard
30514
30515 \series bold
30516
30517 \backslash
30518 @addtoreset{equation}{part}
30519 \series default
30520
30521 \begin_inset Index
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525 Comandos ! 
30526 \begin_inset ERT
30527 status collapsed
30528
30529 \begin_layout Plain Layout
30530
30531 "
30532 \end_layout
30533
30534 \end_inset
30535
30536 @
30537 \begin_inset ERT
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541
30542 "
30543 \end_layout
30544
30545 \end_inset
30546
30547  ! 
30548 \backslash
30549
30550 \begin_inset ERT
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554
30555 "
30556 \end_layout
30557
30558 \end_inset
30559
30560 @
30561 \begin_inset ERT
30562 status collapsed
30563
30564 \begin_layout Plain Layout
30565
30566 "
30567 \end_layout
30568
30569 \end_inset
30570
30571 addtoreset
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \begin_inset Newline newline
30578 \end_inset
30579
30580
30581 \series bold
30582
30583 \backslash
30584 @addtoreset{equation}{section}
30585 \end_layout
30586
30587 \begin_layout Standard
30588 Pata poder usar estos comandos en modo TeX, el carácter 
30589 \begin_inset Quotes fld
30590 \end_inset
30591
30592 @
30593 \begin_inset Quotes frd
30594 \end_inset
30595
30596  debe 
30597 \begin_inset Quotes fld
30598 \end_inset
30599
30600 activarse
30601 \begin_inset Quotes frd
30602 \end_inset
30603
30604  para LaTeX con el comando 
30605 \series bold
30606
30607 \backslash
30608 makeatletter
30609 \series default
30610 .
30611  El comando 
30612 \series bold
30613
30614 \backslash
30615 makeatother
30616 \series default
30617  deshace esto.
30618  Así pues, la secuencia de comandos en modo TeX es:
30619 \end_layout
30620
30621 \begin_layout Standard
30622
30623 \series bold
30624
30625 \backslash
30626 makeatletter
30627 \begin_inset Newline newline
30628 \end_inset
30629
30630
30631 \backslash
30632 @addtoreset{equation}{section}
30633 \begin_inset Newline newline
30634 \end_inset
30635
30636
30637 \backslash
30638 makeatother
30639 \end_layout
30640
30641 \begin_layout Standard
30642 En el preámbulo LaTeX se pueden omitir 
30643 \series bold
30644
30645 \backslash
30646 makeatletter
30647 \series default
30648  y 
30649 \series bold
30650
30651 \backslash
30652 makeatother
30653 \series default
30654  pues son automáticamente insertados por LyX.
30655 \end_layout
30656
30657 \begin_layout Standard
30658 Para el comando 
30659 \series bold
30660
30661 \backslash
30662 @addtoreset
30663 \series default
30664 ,
30665 \series bold
30666  
30667 \series default
30668 hay que cargar en el preámbulo LaTeX el archivo 
30669 \series bold
30670 remreset.sty
30671 \series default
30672
30673 \begin_inset Foot
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678 \series bold
30679 remreset
30680 \series default
30681  es parte del paquete LaTeX 
30682 \series bold
30683 carlisle
30684 \series default
30685
30686 \begin_inset Index
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690 Paquetes ! carlisle
30691 \end_layout
30692
30693 \end_inset
30694
30695 , incluido en las instalaciones estándar de LaTeX.
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \begin_inset Index
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705 Paquetes ! remreset
30706 \end_layout
30707
30708 \end_inset
30709
30710  con la línea
30711 \end_layout
30712
30713 \begin_layout Standard
30714
30715 \series bold
30716
30717 \backslash
30718 usepackage{remreset}
30719 \end_layout
30720
30721 \begin_layout Standard
30722 Entonces se puede usar el comando 
30723 \series bold
30724
30725 \backslash
30726 @removefromreset
30727 \series default
30728
30729 \begin_inset Index
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733 Comandos ! 
30734 \begin_inset ERT
30735 status collapsed
30736
30737 \begin_layout Plain Layout
30738
30739 "
30740 \end_layout
30741
30742 \end_inset
30743
30744 @
30745 \begin_inset ERT
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749
30750 "
30751 \end_layout
30752
30753 \end_inset
30754
30755  ! 
30756 \backslash
30757
30758 \begin_inset ERT
30759 status collapsed
30760
30761 \begin_layout Plain Layout
30762
30763 "
30764 \end_layout
30765
30766 \end_inset
30767
30768 @
30769 \begin_inset ERT
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773
30774 "
30775 \end_layout
30776
30777 \end_inset
30778
30779 removefromreset
30780 \end_layout
30781
30782 \end_inset
30783
30784  con el mismo esquema que 
30785 \series bold
30786
30787 \backslash
30788 @addtoreset
30789 \series default
30790 .
30791 \begin_inset VSpace bigskip
30792 \end_inset
30793
30794
30795 \end_layout
30796
30797 \begin_layout Standard
30798 A veces las ecuaciones deberían numerarse de la siguiente manera:
30799 \end_layout
30800
30801 \begin_layout Standard
30802
30803 \family typewriter
30804 (número de sección.número de ecuación)
30805 \end_layout
30806
30807 \begin_layout Standard
30808 El número de ecuación empezaría con 
30809 \begin_inset Quotes fld
30810 \end_inset
30811
30812 1
30813 \begin_inset Quotes frd
30814 \end_inset
30815
30816  en cada sección.
30817 \end_layout
30818
30819 \begin_layout Standard
30820 Para este caso hay el comando 
30821 \series bold
30822
30823 \backslash
30824 numberwithin
30825 \series default
30826
30827 \begin_inset Index
30828 status collapsed
30829
30830 \begin_layout Plain Layout
30831 Comandos ! N ! 
30832 \backslash
30833 numberwithin
30834 \end_layout
30835
30836 \end_inset
30837
30838 , que se usa con el esquema:
30839 \end_layout
30840
30841 \begin_layout Standard
30842
30843 \series bold
30844
30845 \backslash
30846 numberwithin{counter}{sectioning}
30847 \end_layout
30848
30849 \begin_layout Standard
30850 \begin_inset Quotes fld
30851 \end_inset
30852
30853 counter
30854 \begin_inset Quotes frd
30855 \end_inset
30856
30857  indica qué clase de numeración es afectada, 
30858 \begin_inset Quotes fld
30859 \end_inset
30860
30861 sectioning
30862 \begin_inset Quotes frd
30863 \end_inset
30864
30865  indica qué número va delante del punto.
30866  
30867 \end_layout
30868
30869 \begin_layout Standard
30870 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30871  en el preámbulo LaTeX:
30872 \end_layout
30873
30874 \begin_layout Standard
30875
30876 \series bold
30877
30878 \backslash
30879 numberwithin{equation}{section}
30880 \end_layout
30881
30882 \begin_layout Standard
30883 Este es el resultado::
30884 \begin_inset ERT
30885 status collapsed
30886
30887 \begin_layout Plain Layout
30888
30889
30890 \backslash
30891 numberwithin{equation}{section}
30892 \end_layout
30893
30894 \end_inset
30895
30896
30897 \begin_inset Formula \begin{equation}
30898 A+B=C\end{equation}
30899
30900 \end_inset
30901
30902
30903 \end_layout
30904
30905 \begin_layout Standard
30906 Para numerar p.
30907 \begin_inset space \thinspace{}
30908 \end_inset
30909
30910 e.
30911 \begin_inset space ~
30912 \end_inset
30913
30914 tablas de modo que 
30915 \begin_inset Quotes fld
30916 \end_inset
30917
30918 sectioning
30919 \begin_inset Quotes frd
30920 \end_inset
30921
30922  es el número de la parte se usa
30923 \begin_inset Newline newline
30924 \end_inset
30925
30926
30927 \series bold
30928
30929 \backslash
30930 numberwithin{table}{part}
30931 \end_layout
30932
30933 \begin_layout Standard
30934 Para volver a la numeración estándar o evitar esta clase numeración cuando
30935  es definida por la clase de documento, se inserta el siguiente comando
30936  en código TeX o en el preámbulo LaTeX:
30937 \end_layout
30938
30939 \begin_layout Standard
30940
30941 \series bold
30942
30943 \backslash
30944 renewcommand{
30945 \backslash
30946 theequation}{
30947 \backslash
30948 arabic{equation}}
30949 \begin_inset Index
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953 Comandos ! A ! 
30954 \backslash
30955 arabic
30956 \end_layout
30957
30958 \end_inset
30959
30960
30961 \series default
30962
30963 \begin_inset ERT
30964 status collapsed
30965
30966 \begin_layout Plain Layout
30967
30968
30969 \backslash
30970 renewcommand{
30971 \backslash
30972 theequation}{
30973 \backslash
30974 arabic{equation}}
30975 \end_layout
30976
30977 \end_inset
30978
30979
30980 \series bold
30981
30982 \begin_inset Newline newline
30983 \end_inset
30984
30985
30986 \series default
30987 o
30988 \series bold
30989
30990 \begin_inset Newline newline
30991 \end_inset
30992
30993
30994 \backslash
30995 renewcommand{
30996 \backslash
30997 thetable}{
30998 \backslash
30999 arabic{table}}
31000 \end_layout
31001
31002 \begin_layout Standard
31003
31004 \series bold
31005
31006 \backslash
31007 numberwithin
31008 \series default
31009  usa internamente el comando 
31010 \series bold
31011
31012 \backslash
31013 @addtoreset
31014 \series default
31015 , descrito arriba, que también necesita ser restaurado.
31016 \begin_inset ERT
31017 status collapsed
31018
31019 \begin_layout Plain Layout
31020
31021
31022 \backslash
31023 makeatletter
31024 \end_layout
31025
31026 \begin_layout Plain Layout
31027
31028
31029 \backslash
31030 @removefromreset{equation}{section}
31031 \end_layout
31032
31033 \begin_layout Plain Layout
31034
31035
31036 \backslash
31037 makeatother
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \end_layout
31044
31045 \begin_layout Subsection
31046 Numeración con números romanos y letras
31047 \begin_inset Index
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051 Numeración de ecuaciones ! con números romanos
31052 \end_layout
31053
31054 \end_inset
31055
31056
31057 \begin_inset Index
31058 status collapsed
31059
31060 \begin_layout Plain Layout
31061 Numeración de ecuaciones ! con letras
31062 \end_layout
31063
31064 \end_inset
31065
31066
31067 \end_layout
31068
31069 \begin_layout Standard
31070 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31071  Por ejemplo, para numerar con romanos en minúscula,
31072 \begin_inset Foot
31073 status collapsed
31074
31075 \begin_layout Plain Layout
31076 Como en español no se usan romanos en minúscula, el estilo 
31077 \series bold
31078 spanish
31079 \series default
31080  del sistema 
31081 \series bold
31082 babel
31083 \series default
31084  redefine 
31085 \series bold
31086
31087 \backslash
31088 roman
31089 \series default
31090  para que los dé en versalitas.
31091  Véase 
31092 \begin_inset CommandInset citation
31093 LatexCommand cite
31094 key "spanish"
31095
31096 \end_inset
31097
31098  (
31099 \emph on
31100 N.
31101 \begin_inset space \thinspace{}
31102 \end_inset
31103
31104 del t
31105 \emph default
31106 ).
31107 \end_layout
31108
31109 \end_inset
31110
31111  se inserta el comando
31112 \end_layout
31113
31114 \begin_layout Standard
31115
31116 \series bold
31117
31118 \backslash
31119 renewcommand{
31120 \backslash
31121 theequation}{
31122 \backslash
31123 roman{equation}}
31124 \end_layout
31125
31126 \begin_layout Standard
31127 antes de la ecuación en modo TeX.
31128  
31129 \series bold
31130
31131 \backslash
31132 renewcommand
31133 \series default
31134
31135 \begin_inset Index
31136 status collapsed
31137
31138 \begin_layout Plain Layout
31139 Comandos ! R ! 
31140 \backslash
31141 renewcommand
31142 \end_layout
31143
31144 \end_inset
31145
31146  redefine el comando predefinido 
31147 \series bold
31148
31149 \backslash
31150 theequation
31151 \series default
31152  como 
31153 \series bold
31154
31155 \backslash
31156 roman{equation}
31157 \series default
31158 .
31159 \begin_inset Foot
31160 status collapsed
31161
31162 \begin_layout Plain Layout
31163 El comando 
31164 \series bold
31165
31166 \backslash
31167 renewcommand
31168 \series default
31169  tiene el mismo esquema que el comando 
31170 \series bold
31171
31172 \backslash
31173 newcommand
31174 \series default
31175 , descrito en 
31176 \begin_inset CommandInset ref
31177 LatexCommand ref
31178 reference "sub:El-comando-newcommand"
31179
31180 \end_inset
31181
31182 .
31183 \end_layout
31184
31185 \end_inset
31186
31187  
31188 \series bold
31189 equation
31190 \series default
31191  es el contador de ecuaciones.
31192  Si se usa el comando 
31193 \series bold
31194
31195 \backslash
31196 the
31197 \series default
31198  como prefijo de un contador, el valor del contador sale en números arábigos.
31199  Si una ecuación es numerada, LaTeX pone internamente el comando 
31200 \series bold
31201
31202 \backslash
31203 theequation
31204 \series default
31205  detrás de la ecuación.
31206  
31207 \series bold
31208
31209 \backslash
31210 roman{equation}
31211 \series default
31212
31213 \begin_inset Index
31214 status collapsed
31215
31216 \begin_layout Plain Layout
31217 Comandos ! R ! 
31218 \backslash
31219 roman
31220 \end_layout
31221
31222 \end_inset
31223
31224  pone el contador en romanos en minúscula.
31225 \end_layout
31226
31227 \begin_layout Standard
31228 Todas las ecuaciones siguientes a 
31229 \series bold
31230
31231 \backslash
31232 renew
31233 \series default
31234 c
31235 \series bold
31236 ommand
31237 \series default
31238  se numerarán en romanos.
31239  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31240  cambiando 
31241 \series bold
31242
31243 \backslash
31244 roman
31245 \series default
31246  por 
31247 \series bold
31248
31249 \backslash
31250 Roman
31251 \series default
31252  
31253 \begin_inset Index
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257 Comandos ! R ! 
31258 \backslash
31259 roman@
31260 \backslash
31261 Roman
31262 \end_layout
31263
31264 \end_inset
31265
31266 .
31267  Para 
31268 \begin_inset Quotes fld
31269 \end_inset
31270
31271 numerar
31272 \begin_inset Quotes frd
31273 \end_inset
31274
31275  con minúsculas latinas hay el comando 
31276 \series bold
31277
31278 \backslash
31279 alph
31280 \series default
31281
31282 \begin_inset Index
31283 status collapsed
31284
31285 \begin_layout Plain Layout
31286 Comandos ! A ! 
31287 \backslash
31288 alph
31289 \end_layout
31290
31291 \end_inset
31292
31293 , y para mayúsculas el comando 
31294 \series bold
31295
31296 \backslash
31297 Alph
31298 \series default
31299
31300 \begin_inset Index
31301 status collapsed
31302
31303 \begin_layout Plain Layout
31304 Comandos ! A ! 
31305 \backslash
31306 alph@
31307 \backslash
31308 Alph
31309 \end_layout
31310
31311 \end_inset
31312
31313 .
31314 \end_layout
31315
31316 \begin_layout Standard
31317 \begin_inset Note Greyedout
31318 status collapsed
31319
31320 \begin_layout Plain Layout
31321
31322 \series bold
31323 Nota:
31324 \series default
31325  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31326 \end_layout
31327
31328 \end_inset
31329
31330
31331 \begin_inset ERT
31332 status collapsed
31333
31334 \begin_layout Plain Layout
31335
31336
31337 \backslash
31338 renewcommand{
31339 \backslash
31340 theequation}{
31341 \backslash
31342 roman{equation}}
31343 \end_layout
31344
31345 \end_inset
31346
31347
31348 \begin_inset Formula \begin{equation}
31349 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31350
31351 \end_inset
31352
31353
31354 \begin_inset ERT
31355 status collapsed
31356
31357 \begin_layout Plain Layout
31358
31359
31360 \backslash
31361 renewcommand{
31362 \backslash
31363 theequation}{
31364 \backslash
31365 Roman{equation}}
31366 \end_layout
31367
31368 \end_inset
31369
31370
31371 \begin_inset Formula \begin{equation}
31372 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31373
31374 \end_inset
31375
31376
31377 \begin_inset ERT
31378 status collapsed
31379
31380 \begin_layout Plain Layout
31381
31382
31383 \backslash
31384 renewcommand{
31385 \backslash
31386 theequation}{
31387 \backslash
31388 alph{equation}}
31389 \end_layout
31390
31391 \end_inset
31392
31393
31394 \begin_inset Formula \begin{equation}
31395 C=\textrm{latinas en minúscula}\label{eq:lat}\end{equation}
31396
31397 \end_inset
31398
31399
31400 \begin_inset ERT
31401 status collapsed
31402
31403 \begin_layout Plain Layout
31404
31405
31406 \backslash
31407 renewcommand{
31408 \backslash
31409 theequation}{
31410 \backslash
31411 Alph{equation}}
31412 \end_layout
31413
31414 \end_inset
31415
31416
31417 \begin_inset Formula \begin{equation}
31418 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31419
31420 \end_inset
31421
31422
31423 \end_layout
31424
31425 \begin_layout Standard
31426 Para volver a la numeración por omisión se inserta el comando:
31427 \end_layout
31428
31429 \begin_layout Standard
31430
31431 \series bold
31432
31433 \backslash
31434 renewcommand{
31435 \backslash
31436 theequation}{
31437 \backslash
31438 arabic{equation}}
31439 \begin_inset Index
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443 Comandos ! A ! 
31444 \backslash
31445 arabic
31446 \end_layout
31447
31448 \end_inset
31449
31450
31451 \end_layout
31452
31453 \begin_layout Standard
31454 \begin_inset ERT
31455 status collapsed
31456
31457 \begin_layout Plain Layout
31458
31459
31460 \backslash
31461 renewcommand{
31462 \backslash
31463 theequation}{
31464 \backslash
31465 arabic{equation}}
31466 \end_layout
31467
31468 \end_inset
31469
31470
31471 \begin_inset Formula \begin{equation}
31472 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31473
31474 \end_inset
31475
31476
31477 \end_layout
31478
31479 \begin_layout Standard
31480 \begin_inset VSpace medskip
31481 \end_inset
31482
31483
31484 \end_layout
31485
31486 \begin_layout Standard
31487 Como ves, las ecuaciones se numeran consecutivamente independientemente
31488  del estilo de numeración.
31489  Cuando la numeración haya de empezar con 
31490 \begin_inset Quotes fld
31491 \end_inset
31492
31493 1
31494 \begin_inset Quotes frd
31495 \end_inset
31496
31497  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31498  Una descripción sobre esto se encuentra en el archivo 
31499 \begin_inset CommandInset href
31500 LatexCommand href
31501 target "Formula-numbering.lyx"
31502
31503 \end_inset
31504
31505 .
31506 \end_layout
31507
31508 \begin_layout Section
31509 Comandos definidos por el usuario
31510 \begin_inset Index
31511 status collapsed
31512
31513 \begin_layout Plain Layout
31514 Comandos de usuario
31515 \end_layout
31516
31517 \end_inset
31518
31519
31520 \end_layout
31521
31522 \begin_layout Standard
31523 \begin_inset Note Greyedout
31524 status collapsed
31525
31526 \begin_layout Plain Layout
31527
31528 \series bold
31529 Nota:
31530 \series default
31531  Los nombres de los comandos definidos por el usuario y macros solo pueden
31532  contener letras latinas.
31533 \end_layout
31534
31535 \end_inset
31536
31537
31538 \end_layout
31539
31540 \begin_layout Subsection
31541 El comando 
31542 \backslash
31543 newcommand
31544 \begin_inset CommandInset label
31545 LatexCommand label
31546 name "sub:El-comando-newcommand"
31547
31548 \end_inset
31549
31550
31551 \begin_inset Index
31552 status collapsed
31553
31554 \begin_layout Plain Layout
31555 Comandos de usuario ! 
31556 \backslash
31557 newcommand
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \begin_inset Index
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567 Comandos ! N ! 
31568 \backslash
31569 newcommand
31570 \end_layout
31571
31572 \end_inset
31573
31574
31575 \end_layout
31576
31577 \begin_layout Standard
31578 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31579  Pero es posible definir nuevos comandos más cortos con el comando 
31580 \series bold
31581
31582 \backslash
31583 newcommand
31584 \series default
31585 .
31586  
31587 \end_layout
31588
31589 \begin_layout Standard
31590 El esquema del comando 
31591 \series bold
31592
31593 \backslash
31594 newcommand
31595 \series default
31596  es:
31597 \end_layout
31598
31599 \begin_layout Standard
31600
31601 \series bold
31602
31603 \backslash
31604 newcommand{nombre nuevo de comando}[número de argumentos]
31605 \begin_inset Newline newline
31606 \end_inset
31607
31608
31609 \begin_inset ERT
31610 status collapsed
31611
31612 \begin_layout Plain Layout
31613
31614
31615 \backslash
31616 phantom{
31617 \end_layout
31618
31619 \end_inset
31620
31621
31622 \backslash
31623 newcommand
31624 \begin_inset ERT
31625 status collapsed
31626
31627 \begin_layout Plain Layout
31628
31629 }
31630 \end_layout
31631
31632 \end_inset
31633
31634 [valor opcional]{definición de comando}
31635 \end_layout
31636
31637 \begin_layout Standard
31638 \begin_inset Note Greyedout
31639 status collapsed
31640
31641 \begin_layout Plain Layout
31642
31643 \series bold
31644 Nota:
31645 \series default
31646  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31647  documento o en paquetes LaTeX que uses.
31648  Si p.
31649 \begin_inset space \thinspace{}
31650 \end_inset
31651
31652 e.
31653  defines el comando 
31654 \series bold
31655
31656 \backslash
31657 le
31658 \series default
31659  para 
31660 \series bold
31661
31662 \backslash
31663 Leftarrow,
31664 \series default
31665  se producirán errores porque 
31666 \series bold
31667
31668 \backslash
31669 le
31670 \series default
31671  ya existe como comando para 
31672 \begin_inset Quotes fld
31673 \end_inset
31674
31675
31676 \begin_inset Formula $\le$
31677 \end_inset
31678
31679
31680 \begin_inset Quotes frd
31681 \end_inset
31682
31683 .
31684
31685 \series bold
31686  
31687 \end_layout
31688
31689 \end_inset
31690
31691
31692 \end_layout
31693
31694 \begin_layout Standard
31695 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
31696  argumentos debería tener el nuevo comando.
31697  Con el valor opcional se puede predefinir un valor para un argumento opcional.
31698  Cuando se hace esto, el 
31699 \emph on
31700 primer
31701 \emph default
31702  argumento del nuevo comando es automáticamente opcional.
31703 \end_layout
31704
31705 \begin_layout Standard
31706 Veamos unos ejemplos:
31707 \end_layout
31708
31709 \begin_layout Itemize
31710 Para definir el comando 
31711 \series bold
31712
31713 \backslash
31714 gr
31715 \series default
31716  para 
31717 \series bold
31718
31719 \backslash
31720 Longrightarrow
31721 \series default
31722 , la línea de preámbulo LaTeX es:
31723 \begin_inset VSpace medskip
31724 \end_inset
31725
31726
31727 \begin_inset Newline newline
31728 \end_inset
31729
31730
31731 \series bold
31732
31733 \backslash
31734 newcommand{
31735 \backslash
31736 gr}{
31737 \backslash
31738 Longrightarrow}
31739 \end_layout
31740
31741 \begin_layout Itemize
31742 Para definir el comando 
31743 \series bold
31744
31745 \backslash
31746 us
31747 \series default
31748  para 
31749 \series bold
31750
31751 \backslash
31752 underline
31753 \series default
31754 , el argumento (que sería subrayado) debe tenerse en cuenta.
31755  Para esto la línea de preámbulo es:
31756 \begin_inset VSpace medskip
31757 \end_inset
31758
31759
31760 \begin_inset Newline newline
31761 \end_inset
31762
31763
31764 \series bold
31765
31766 \backslash
31767 newcommand{
31768 \backslash
31769 us}[1]{
31770 \backslash
31771 underline{#1}}
31772 \series default
31773
31774 \begin_inset VSpace medskip
31775 \end_inset
31776
31777
31778 \begin_inset Newline newline
31779 \end_inset
31780
31781 El carácter 
31782 \series bold
31783 #
31784 \series default
31785  actúa como colocador del argumento, el 
31786 \series bold
31787 1
31788 \series default
31789  indica que es el colocador para el primer argumento.
31790 \end_layout
31791
31792 \begin_layout Itemize
31793 Para 
31794 \series bold
31795
31796 \backslash
31797 framebox
31798 \series default
31799  se puede p.
31800 \begin_inset space \thinspace{}
31801 \end_inset
31802
31803 e.
31804  definir el comando 
31805 \series bold
31806
31807 \backslash
31808 fb
31809 \series default
31810 :
31811 \begin_inset VSpace medskip
31812 \end_inset
31813
31814
31815 \begin_inset Newline newline
31816 \end_inset
31817
31818
31819 \series bold
31820
31821 \backslash
31822 newcommand{
31823 \backslash
31824 fb}[3]{
31825 \backslash
31826 framebox#1#2{$#3$}}
31827 \series default
31828
31829 \begin_inset VSpace medskip
31830 \end_inset
31831
31832
31833 \begin_inset Newline newline
31834 \end_inset
31835
31836 Los dos signos dólar generan la ecuación extra necesaria para 
31837 \series bold
31838
31839 \backslash
31840 framebox
31841 \series default
31842 , véase 
31843 \begin_inset CommandInset ref
31844 LatexCommand ref
31845 reference "sub:Cuadros-con-marco"
31846
31847 \end_inset
31848
31849 .
31850 \end_layout
31851
31852 \begin_layout Itemize
31853 Para crear un nuevo comando para 
31854 \series bold
31855
31856 \backslash
31857 fcolorbox
31858 \series default
31859  donde no es necesario especificar el color para el cuadro, el argumento
31860  para el color se define opcional:
31861 \begin_inset VSpace medskip
31862 \end_inset
31863
31864
31865 \begin_inset Newline newline
31866 \end_inset
31867
31868
31869 \series bold
31870
31871 \backslash
31872 newcommand{
31873 \backslash
31874 cb}[3][white]{
31875 \backslash
31876 fcolorbox{#2}{#1}{$#3$}}
31877 \series default
31878
31879 \begin_inset VSpace medskip
31880 \end_inset
31881
31882
31883 \begin_inset Newline newline
31884 \end_inset
31885
31886 Si el color no es especificado al usar 
31887 \series bold
31888
31889 \backslash
31890 cb
31891 \series default
31892 , se elige el color 
31893 \series bold
31894 white
31895 \series default
31896  predefinido.
31897 \end_layout
31898
31899 \begin_layout Standard
31900 Un ensayo con los nuevos comandos definidos:
31901 \end_layout
31902
31903 \begin_layout Standard
31904 \noindent
31905 \align center
31906 \begin_inset Tabular
31907 <lyxtabular version="3" rows="6" columns="2">
31908 <features>
31909 <column alignment="center" valignment="top" width="0">
31910 <column alignment="center" valignment="top" width="0">
31911 <row>
31912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31913 \begin_inset Text
31914
31915 \begin_layout Plain Layout
31916 Comando
31917 \end_layout
31918
31919 \end_inset
31920 </cell>
31921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31922 \begin_inset Text
31923
31924 \begin_layout Plain Layout
31925 Resultado
31926 \begin_inset Note Note
31927 status collapsed
31928
31929 \begin_layout Plain Layout
31930
31931 \series bold
31932
31933 \backslash
31934 raisebox
31935 \series default
31936  se usa sólo como espaciador
31937 \end_layout
31938
31939 \end_inset
31940
31941
31942 \end_layout
31943
31944 \end_inset
31945 </cell>
31946 </row>
31947 <row>
31948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31949 \begin_inset Text
31950
31951 \begin_layout Plain Layout
31952 A
31953 \backslash
31954 gr
31955 \begin_inset ERT
31956 status collapsed
31957
31958 \begin_layout Plain Layout
31959
31960
31961 \backslash
31962 spce 
31963 \end_layout
31964
31965 \end_inset
31966
31967 B
31968 \end_layout
31969
31970 \end_inset
31971 </cell>
31972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31973 \begin_inset Text
31974
31975 \begin_layout Plain Layout
31976 \begin_inset Formula $A\gr B$
31977 \end_inset
31978
31979
31980 \end_layout
31981
31982 \end_inset
31983 </cell>
31984 </row>
31985 <row>
31986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31987 \begin_inset Text
31988
31989 \begin_layout Plain Layout
31990
31991 \backslash
31992 us{ABcd
31993 \end_layout
31994
31995 \end_inset
31996 </cell>
31997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31998 \begin_inset Text
31999
32000 \begin_layout Plain Layout
32001 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32002 \end_inset
32003
32004
32005 \end_layout
32006
32007 \end_inset
32008 </cell>
32009 </row>
32010 <row>
32011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32012 \begin_inset Text
32013
32014 \begin_layout Plain Layout
32015
32016 \backslash
32017 fb{[2cm]
32018 \begin_inset Formula $\to$
32019 \end_inset
32020
32021
32022 \backslash
32023 {
32024 \begin_inset Formula $\to$
32025 \end_inset
32026
32027
32028 \backslash
32029 {
32030 \backslash
32031 int
32032 \begin_inset ERT
32033 status collapsed
32034
32035 \begin_layout Plain Layout
32036
32037
32038 \backslash
32039 spce 
32040 \end_layout
32041
32042 \end_inset
32043
32044 A=B
32045 \end_layout
32046
32047 \end_inset
32048 </cell>
32049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32050 \begin_inset Text
32051
32052 \begin_layout Plain Layout
32053 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32054 \end_inset
32055
32056
32057 \end_layout
32058
32059 \end_inset
32060 </cell>
32061 </row>
32062 <row>
32063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32064 \begin_inset Text
32065
32066 \begin_layout Plain Layout
32067
32068 \backslash
32069 cb{red
32070 \begin_inset Formula $\to$
32071 \end_inset
32072
32073
32074 \backslash
32075 {
32076 \backslash
32077 int
32078 \begin_inset ERT
32079 status collapsed
32080
32081 \begin_layout Plain Layout
32082
32083
32084 \backslash
32085 spce 
32086 \end_layout
32087
32088 \end_inset
32089
32090 A=B
32091 \end_layout
32092
32093 \end_inset
32094 </cell>
32095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32096 \begin_inset Text
32097
32098 \begin_layout Plain Layout
32099 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32100 \end_inset
32101
32102
32103 \end_layout
32104
32105 \end_inset
32106 </cell>
32107 </row>
32108 <row>
32109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32110 \begin_inset Text
32111
32112 \begin_layout Plain Layout
32113
32114 \backslash
32115 cb[green]
32116 \backslash
32117 {red
32118 \begin_inset Formula $\to$
32119 \end_inset
32120
32121
32122 \backslash
32123 {
32124 \backslash
32125 int
32126 \begin_inset ERT
32127 status collapsed
32128
32129 \begin_layout Plain Layout
32130
32131
32132 \backslash
32133 spce 
32134 \end_layout
32135
32136 \end_inset
32137
32138 A=B
32139 \end_layout
32140
32141 \end_inset
32142 </cell>
32143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32144 \begin_inset Text
32145
32146 \begin_layout Plain Layout
32147 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \end_inset
32154 </cell>
32155 </row>
32156 </lyxtabular>
32157
32158 \end_inset
32159
32160
32161 \end_layout
32162
32163 \begin_layout Subsection
32164 Macros de ecuaciones
32165 \begin_inset Index
32166 status collapsed
32167
32168 \begin_layout Plain Layout
32169 Comandos de usuario ! Macros de ecuaciones
32170 \end_layout
32171
32172 \end_inset
32173
32174
32175 \begin_inset Index
32176 status collapsed
32177
32178 \begin_layout Plain Layout
32179 Macros
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Standard
32188 Los comandos definidos por el usuario son especialmente convenientes para
32189  expresiones complejas.
32190  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
32191  el mismo tipo de solución se repite varias veces.
32192  La forma general de una ecuación de segundo grado es:
32193 \begin_inset Formula \[
32194 0=\lambda^{2}+p\lambda+q\]
32195
32196 \end_inset
32197
32198 La forma general de la solución es:
32199 \begin_inset Formula \[
32200 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
32201
32202 \end_inset
32203
32204
32205 \end_layout
32206
32207 \begin_layout Standard
32208 Para definir un comando para la ecuación de la solución, en donde solo hay
32209  que especificar los tres parámetros 
32210 \begin_inset Formula $\lambda$
32211 \end_inset
32212
32213
32214 \begin_inset Formula $p$
32215 \end_inset
32216
32217 , y 
32218 \begin_inset Formula $q$
32219 \end_inset
32220
32221 , y el índice de 
32222 \begin_inset Formula $\lambda$
32223 \end_inset
32224
32225  puede darse opcionalmente, la línea de preámbulo LaTeX es
32226 \begin_inset Newline newline
32227 \end_inset
32228
32229
32230 \series bold
32231
32232 \backslash
32233 newcommand{
32234 \backslash
32235 qG}[4][1,
32236 \backslash
32237 ,2]{#2_{#1}=-
32238 \backslash
32239 frac{#3}{2}
32240 \backslash
32241 pm
32242 \begin_inset Newline newline
32243 \end_inset
32244
32245
32246 \begin_inset ERT
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250
32251
32252 \backslash
32253 hphantom{
32254 \end_layout
32255
32256 \end_inset
32257
32258
32259 \backslash
32260 newcommand
32261 \begin_inset ERT
32262 status collapsed
32263
32264 \begin_layout Plain Layout
32265
32266 }
32267 \end_layout
32268
32269 \end_inset
32270
32271
32272 \backslash
32273 sqrt{
32274 \backslash
32275 frac{#3^{2}}{4}-#4}}
32276 \end_layout
32277
32278 \begin_layout Standard
32279 Para generar la solución se inserta el comando
32280 \begin_inset Newline newline
32281 \end_inset
32282
32283
32284 \series bold
32285
32286 \backslash
32287 qG{
32288 \backslash
32289 lambda
32290 \begin_inset Formula $\to$
32291 \end_inset
32292
32293
32294 \backslash
32295 {p
32296 \begin_inset Formula $\to$
32297 \end_inset
32298
32299
32300 \backslash
32301 {q
32302 \series default
32303  en una ecuación
32304 \series bold
32305 .
32306 \end_layout
32307
32308 \begin_layout Standard
32309 La definición del nuevo comando no es intuitiva porque hay que conocer los
32310  esquemas de todos los comandos LaTeX usados, p.
32311 \begin_inset space \thinspace{}
32312 \end_inset
32313
32314 e., que una fracción se inserta en LaTeX como
32315 \series bold
32316  
32317 \backslash
32318 frac{numerador}{denominador}
32319 \series default
32320 .
32321  Además, uno puede olvidar fácilmente una llave en la definición y no puede
32322  ver en LyX lo que el nuevo comando está haciendo.
32323  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
32324  ecuación en vez del comando
32325 \series bold
32326  
32327 \backslash
32328 newcommand
32329 \series default
32330 .
32331 \end_layout
32332
32333 \begin_layout Standard
32334 Una macro de ecuación se crea con el menú 
32335 \family sans
32336 Insertar\SpecialChar \menuseparator
32337 Ecuación\SpecialChar \menuseparator
32338 Macro
32339 \family default
32340  o con el botón 
32341 \begin_inset Graphics
32342         filename ../../images/math-macro_newmacroname_newcommand.png
32343         scale 85
32344
32345 \end_inset
32346
32347  de la barra de herramientas.
32348  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
32349  como el siguiente donde se define la macro:
32350 \begin_inset Newline newline
32351 \end_inset
32352
32353
32354 \end_layout
32355
32356 \begin_layout Standard
32357 \begin_inset space \hspace*{\fill}
32358 \end_inset
32359
32360
32361 \begin_inset Graphics
32362         filename ../clipart/macrobox.png
32363
32364 \end_inset
32365
32366
32367 \begin_inset space \hspace*{\fill}
32368 \end_inset
32369
32370
32371 \begin_inset Newline newline
32372 \end_inset
32373
32374
32375 \begin_inset FormulaMacro
32376 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32377 \end_inset
32378
32379
32380 \backslash
32381 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
32382  En el primer marco azul se inserta la ecuación buscada.
32383  Con el comando 
32384 \series bold
32385
32386 \backslash
32387 #númerodeargumento
32388 \series default
32389 , , o con el botón 
32390 \begin_inset Graphics
32391         filename ../../images/math-macro-add-param.png
32392         scale 85
32393
32394 \end_inset
32395
32396  de la barra de herramientas de macros se inserta un colocador de argumento,
32397  p.
32398 \begin_inset space \thinspace{}
32399 \end_inset
32400
32401 e
32402 \begin_inset space \space{}
32403 \end_inset
32404
32405
32406 \series bold
32407
32408 \backslash
32409 #1
32410 \series default
32411 .
32412  Los colocadores de argumento se muestran en rojo.
32413  Se pueden poner 9 argumentos como máximo.
32414  Con el botón 
32415 \begin_inset Graphics
32416         filename ../../images/math-macro-add-optional-param.png
32417         scale 85
32418
32419 \end_inset
32420
32421  se crean argumentos opcionales.
32422  El primer argumento no opcional puede transformarse en opcional con el
32423  botón 
32424 \begin_inset Graphics
32425         filename ../../images/math-macro-make-optional.png
32426         scale 85
32427
32428 \end_inset
32429
32430 .
32431  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
32432  Normalmente quieres verlo tal como está definido, así que el recuadro se
32433  deja vacío.
32434  Pero si has creado una macro que necesita mucho espacio en la pantalla,
32435  en dicho recuadro puedes insertar, por ejemplo
32436 \begin_inset Newline newline
32437 \end_inset
32438
32439
32440 \series bold
32441 qG: 
32442 \backslash
32443 #1
32444 \series default
32445  
32446 \series bold
32447 ,
32448 \series default
32449  
32450 \series bold
32451
32452 \backslash
32453 #2
32454 \series default
32455  
32456 \series bold
32457 ,
32458 \series default
32459  
32460 \series bold
32461
32462 \backslash
32463 #3, 
32464 \backslash
32465 #4
32466 \begin_inset Newline newline
32467 \end_inset
32468
32469
32470 \series default
32471 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
32472  en LyX, lo que conlleva una visualización mejor.
32473  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
32474 \begin_inset Newline newline
32475 \end_inset
32476
32477 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
32478  macros individuales situando el cursor en la macro y usando el menú 
32479 \family sans
32480 Ver\SpecialChar \menuseparator
32481 (Des)plegar macro de ecuación.
32482 \end_layout
32483
32484 \begin_layout Standard
32485 Para usar una macro, se inserta el nombre de la misma como comando en una
32486  ecuación, en nuestro caso 
32487 \series bold
32488
32489 \backslash
32490 qG
32491 \series default
32492 .
32493  Nuestra macro se muestra en LyX así:
32494 \begin_inset Newline newline
32495 \end_inset
32496
32497
32498 \begin_inset space \hspace*{\fill}
32499 \end_inset
32500
32501
32502 \begin_inset Graphics
32503         filename ../clipart/macrouse.png
32504
32505 \end_inset
32506
32507
32508 \begin_inset space \hspace*{\fill}
32509 \end_inset
32510
32511
32512 \begin_inset Newline newline
32513 \end_inset
32514
32515 Aquí tenemos nuestro ejemplo de macro con los argumentos 
32516 \begin_inset Formula $x$
32517 \end_inset
32518
32519
32520 \begin_inset Formula $\ln(x)$
32521 \end_inset
32522
32523 , y 
32524 \begin_inset Formula $B$
32525 \end_inset
32526
32527 :
32528 \end_layout
32529
32530 \begin_layout Standard
32531 \begin_inset Formula \[
32532 \qG x{\ln(x)}B\]
32533
32534 \end_inset
32535
32536
32537 \end_layout
32538
32539 \begin_layout Standard
32540 Una macro de ecuación se transforma internamente en un comando 
32541 \series bold
32542
32543 \backslash
32544 newcommand
32545 \series default
32546  cuando se exporta el documento.
32547  El comando creado 
32548 \series bold
32549
32550 \backslash
32551 newcommand
32552 \series default
32553  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
32554  usar en ecuaciones que estén en recuadros de definición de macros en el
32555  documento.
32556  
32557 \end_layout
32558
32559 \begin_layout Standard
32560 Las macros de ecuación también pueden crearse directamente a partir de un
32561  comando
32562 \series bold
32563  
32564 \backslash
32565 newcommand
32566 \series default
32567 .
32568  Por ejemplo, escribiendo el comando
32569 \begin_inset Newline newline
32570 \end_inset
32571
32572
32573 \series bold
32574
32575 \backslash
32576 newcommand{
32577 \backslash
32578 larrow}[2]{
32579 \backslash
32580 xleftarrow[#2]{#1}}
32581 \begin_inset Newline newline
32582 \end_inset
32583
32584
32585 \series default
32586 como texto normal en LyX, seleccionándolo completamente y usando a continuación
32587  el atajo 
32588 \family sans
32589 Ctrl+M
32590 \family default
32591 , el comando se transformará en una macro de ecuación.
32592  Al emplear este método debes tener cuidado en escribir correctamente el
32593  comando 
32594 \series bold
32595
32596 \backslash
32597 newcommand
32598 \series default
32599 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
32600  
32601 \end_layout
32602
32603 \begin_layout Standard
32604 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
32605  en definiciones de macros se manejan incorrectamente.
32606  Por eso el ejemplo 
32607 \series bold
32608
32609 \backslash
32610 fb
32611 \series default
32612  de 
32613 \begin_inset CommandInset ref
32614 LatexCommand ref
32615 reference "sub:El-comando-newcommand"
32616
32617 \end_inset
32618
32619  no puede crearse como macro.
32620 \end_layout
32621
32622 \begin_layout Standard
32623 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
32624  la barra de herramientas de macros:
32625 \end_layout
32626
32627 \begin_layout Standard
32628 \begin_inset VSpace defskip
32629 \end_inset
32630
32631
32632 \end_layout
32633
32634 \begin_layout Standard
32635 \begin_inset Graphics
32636         filename ../clipart/MacroToolbar.png
32637
32638 \end_inset
32639
32640
32641 \begin_inset Index
32642 status collapsed
32643
32644 \begin_layout Plain Layout
32645 Macros ! Barra de herramientas
32646 \end_layout
32647
32648 \end_inset
32649
32650
32651 \end_layout
32652
32653 \begin_layout Standard
32654 \begin_inset VSpace defskip
32655 \end_inset
32656
32657
32658 \end_layout
32659
32660 \begin_layout Standard
32661 La barra de herramientas de macros contiene los siguientes botones:
32662 \end_layout
32663
32664 \begin_layout Standard
32665 \begin_inset VSpace defskip
32666 \end_inset
32667
32668
32669 \end_layout
32670
32671 \begin_layout Standard
32672 \begin_inset Tabular
32673 <lyxtabular version="3" rows="9" columns="2">
32674 <features islongtable="true">
32675 <column alignment="left" valignment="top" width="0">
32676 <column alignment="left" valignment="top" width="85col%">
32677 <row interlinespace="2.5mm">
32678 <cell alignment="center" valignment="top" usebox="none">
32679 \begin_inset Text
32680
32681 \begin_layout Plain Layout
32682 \begin_inset Graphics
32683         filename ../../images/math-macro-remove-param.png
32684         BoundingBox 0bp 5bp 20bp 25bp
32685         rotateOrigin center
32686
32687 \end_inset
32688
32689
32690 \end_layout
32691
32692 \end_inset
32693 </cell>
32694 <cell alignment="center" valignment="top" usebox="none">
32695 \begin_inset Text
32696
32697 \begin_layout Plain Layout
32698
32699 \family sans
32700 Editar\SpecialChar \menuseparator
32701 Ecuación\SpecialChar \menuseparator
32702 Definición de macro\SpecialChar \menuseparator
32703 Quitar último argumento
32704 \end_layout
32705
32706 \end_inset
32707 </cell>
32708 </row>
32709 <row interlinespace="2.5mm">
32710 <cell alignment="center" valignment="top" usebox="none">
32711 \begin_inset Text
32712
32713 \begin_layout Plain Layout
32714 \begin_inset Graphics
32715         filename ../../images/math-macro-add-param.png
32716         BoundingBox 0bp 5bp 20bp 25bp
32717         rotateOrigin center
32718
32719 \end_inset
32720
32721
32722 \end_layout
32723
32724 \end_inset
32725 </cell>
32726 <cell alignment="center" valignment="top" usebox="none">
32727 \begin_inset Text
32728
32729 \begin_layout Plain Layout
32730
32731 \family sans
32732 Editar\SpecialChar \menuseparator
32733 Ecuación\SpecialChar \menuseparator
32734 Definición de macro\SpecialChar \menuseparator
32735 Añadir argumento
32736 \end_layout
32737
32738 \end_inset
32739 </cell>
32740 </row>
32741 <row interlinespace="2.5mm">
32742 <cell alignment="center" valignment="top" usebox="none">
32743 \begin_inset Text
32744
32745 \begin_layout Plain Layout
32746 \begin_inset Graphics
32747         filename ../../images/math-macro-make-optional.png
32748         BoundingBox 0bp 5bp 20bp 25bp
32749         rotateOrigin center
32750
32751 \end_inset
32752
32753
32754 \end_layout
32755
32756 \end_inset
32757 </cell>
32758 <cell alignment="center" valignment="top" usebox="none">
32759 \begin_inset Text
32760
32761 \begin_layout Plain Layout
32762
32763 \family sans
32764 Editar\SpecialChar \menuseparator
32765 Ecuación\SpecialChar \menuseparator
32766 Definición de macro\SpecialChar \menuseparator
32767 Hacer opcional el primer
32768 \begin_inset Newline newline
32769 \end_inset
32770
32771
32772 \begin_inset ERT
32773 status collapsed
32774
32775 \begin_layout Plain Layout
32776
32777
32778 \backslash
32779 hphantom{
32780 \end_layout
32781
32782 \end_inset
32783
32784 Editar\SpecialChar \menuseparator
32785 Ecuación\SpecialChar \menuseparator
32786 Definición de macro\SpecialChar \menuseparator
32787
32788 \begin_inset ERT
32789 status collapsed
32790
32791 \begin_layout Plain Layout
32792
32793 }
32794 \end_layout
32795
32796 \end_inset
32797
32798 argumento no opcional
32799 \end_layout
32800
32801 \end_inset
32802 </cell>
32803 </row>
32804 <row interlinespace="2.5mm">
32805 <cell alignment="center" valignment="top" usebox="none">
32806 \begin_inset Text
32807
32808 \begin_layout Plain Layout
32809 \begin_inset Graphics
32810         filename ../../images/math-macro-make-nonoptional.png
32811         BoundingBox 0bp 5bp 20bp 25bp
32812         rotateOrigin center
32813
32814 \end_inset
32815
32816
32817 \end_layout
32818
32819 \end_inset
32820 </cell>
32821 <cell alignment="center" valignment="top" usebox="none">
32822 \begin_inset Text
32823
32824 \begin_layout Plain Layout
32825
32826 \family sans
32827 Editar\SpecialChar \menuseparator
32828 Ecuación\SpecialChar \menuseparator
32829 Definición de macro\SpecialChar \menuseparator
32830 Hacer no opcional el primer
32831 \begin_inset Newline newline
32832 \end_inset
32833
32834
32835 \begin_inset ERT
32836 status collapsed
32837
32838 \begin_layout Plain Layout
32839
32840
32841 \backslash
32842 hphantom{
32843 \end_layout
32844
32845 \end_inset
32846
32847 Editar\SpecialChar \menuseparator
32848 Ecuación\SpecialChar \menuseparator
32849 Definición de macro\SpecialChar \menuseparator
32850
32851 \begin_inset ERT
32852 status collapsed
32853
32854 \begin_layout Plain Layout
32855
32856 }
32857 \end_layout
32858
32859 \end_inset
32860
32861 argumento opcional
32862 \end_layout
32863
32864 \end_inset
32865 </cell>
32866 </row>
32867 <row interlinespace="2.5mm">
32868 <cell alignment="center" valignment="top" usebox="none">
32869 \begin_inset Text
32870
32871 \begin_layout Plain Layout
32872 \begin_inset Graphics
32873         filename ../../images/math-macro-remove-optional-param.png
32874         BoundingBox 0bp 5bp 20bp 25bp
32875         rotateOrigin center
32876
32877 \end_inset
32878
32879
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 <cell alignment="center" valignment="top" usebox="none">
32885 \begin_inset Text
32886
32887 \begin_layout Plain Layout
32888
32889 \family sans
32890 Editar\SpecialChar \menuseparator
32891 Ecuación\SpecialChar \menuseparator
32892 Definición de macro\SpecialChar \menuseparator
32893 Quitar argumento opcional
32894 \end_layout
32895
32896 \end_inset
32897 </cell>
32898 </row>
32899 <row interlinespace="2.5mm">
32900 <cell alignment="center" valignment="top" usebox="none">
32901 \begin_inset Text
32902
32903 \begin_layout Plain Layout
32904 \begin_inset Graphics
32905         filename ../../images/math-macro-add-optional-param.png
32906         BoundingBox 0bp 5bp 20bp 25bp
32907         rotateOrigin center
32908
32909 \end_inset
32910
32911
32912 \end_layout
32913
32914 \end_inset
32915 </cell>
32916 <cell alignment="center" valignment="top" usebox="none">
32917 \begin_inset Text
32918
32919 \begin_layout Plain Layout
32920
32921 \family sans
32922 Editar\SpecialChar \menuseparator
32923 Ecuación\SpecialChar \menuseparator
32924 Definición de macro\SpecialChar \menuseparator
32925 Insertar argumento opcional
32926 \end_layout
32927
32928 \end_inset
32929 </cell>
32930 </row>
32931 <row interlinespace="2.5mm">
32932 <cell alignment="center" valignment="top" usebox="none">
32933 \begin_inset Text
32934
32935 \begin_layout Plain Layout
32936 \begin_inset Graphics
32937         filename ../../images/math-macro-remove-greedy-param.png
32938         BoundingBox 0bp 5bp 20bp 25bp
32939         rotateOrigin center
32940
32941 \end_inset
32942
32943
32944 \end_layout
32945
32946 \end_inset
32947 </cell>
32948 <cell alignment="center" valignment="top" usebox="none">
32949 \begin_inset Text
32950
32951 \begin_layout Plain Layout
32952
32953 \family sans
32954 Editar\SpecialChar \menuseparator
32955 Ecuación\SpecialChar \menuseparator
32956 Definición de macro\SpecialChar \menuseparator
32957 Quitar último argumento
32958 \begin_inset Newline newline
32959 \end_inset
32960
32961
32962 \begin_inset ERT
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966
32967
32968 \backslash
32969 hphantom{
32970 \end_layout
32971
32972 \end_inset
32973
32974 Editar\SpecialChar \menuseparator
32975 Ecuación\SpecialChar \menuseparator
32976 Definición de macro\SpecialChar \menuseparator
32977
32978 \begin_inset ERT
32979 status collapsed
32980
32981 \begin_layout Plain Layout
32982
32983 }
32984 \end_layout
32985
32986 \end_inset
32987
32988 yendo hacia la derecha
32989 \end_layout
32990
32991 \end_inset
32992 </cell>
32993 </row>
32994 <row interlinespace="2.5mm">
32995 <cell alignment="center" valignment="top" usebox="none">
32996 \begin_inset Text
32997
32998 \begin_layout Plain Layout
32999 \begin_inset Graphics
33000         filename ../../images/math-macro-append-greedy-param.png
33001         BoundingBox 0bp 5bp 20bp 25bp
33002         rotateOrigin center
33003
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \end_inset
33010 </cell>
33011 <cell alignment="center" valignment="top" usebox="none">
33012 \begin_inset Text
33013
33014 \begin_layout Plain Layout
33015
33016 \family sans
33017 Editar\SpecialChar \menuseparator
33018 Ecuación\SpecialChar \menuseparator
33019 Definición de macro\SpecialChar \menuseparator
33020 Añadir argumento comiendo
33021 \begin_inset Newline newline
33022 \end_inset
33023
33024
33025 \begin_inset ERT
33026 status collapsed
33027
33028 \begin_layout Plain Layout
33029
33030
33031 \backslash
33032 hphantom{
33033 \end_layout
33034
33035 \end_inset
33036
33037 Editar\SpecialChar \menuseparator
33038 Ecuación\SpecialChar \menuseparator
33039 Definición de macro\SpecialChar \menuseparator
33040
33041 \begin_inset ERT
33042 status collapsed
33043
33044 \begin_layout Plain Layout
33045
33046 }
33047 \end_layout
33048
33049 \end_inset
33050
33051 desde la derecha
33052 \end_layout
33053
33054 \end_inset
33055 </cell>
33056 </row>
33057 <row interlinespace="2.5mm">
33058 <cell alignment="center" valignment="top" usebox="none">
33059 \begin_inset Text
33060
33061 \begin_layout Plain Layout
33062 \begin_inset Graphics
33063         filename ../../images/math-macro-add-greedy-optional-param.png
33064         BoundingBox 0bp 5bp 20bp 25bp
33065         rotateOrigin center
33066
33067 \end_inset
33068
33069
33070 \end_layout
33071
33072 \end_inset
33073 </cell>
33074 <cell alignment="center" valignment="top" usebox="none">
33075 \begin_inset Text
33076
33077 \begin_layout Plain Layout
33078
33079 \family sans
33080 Editar\SpecialChar \menuseparator
33081 Ecuación\SpecialChar \menuseparator
33082 Definición de macro\SpecialChar \menuseparator
33083 Añadir argumento opcional
33084 \begin_inset Newline newline
33085 \end_inset
33086
33087
33088 \begin_inset ERT
33089 status collapsed
33090
33091 \begin_layout Plain Layout
33092
33093
33094 \backslash
33095 hphantom{
33096 \end_layout
33097
33098 \end_inset
33099
33100 Editar\SpecialChar \menuseparator
33101 Ecuación\SpecialChar \menuseparator
33102 Definición de macro\SpecialChar \menuseparator
33103
33104 \begin_inset ERT
33105 status collapsed
33106
33107 \begin_layout Plain Layout
33108
33109 }
33110 \end_layout
33111
33112 \end_inset
33113
33114 comiendo desde la derecha
33115 \end_layout
33116
33117 \end_inset
33118 </cell>
33119 </row>
33120 </lyxtabular>
33121
33122 \end_inset
33123
33124
33125 \end_layout
33126
33127 \begin_layout Standard
33128 \noindent
33129 \align center
33130 \begin_inset Newpage newpage
33131 \end_inset
33132
33133
33134 \end_layout
33135
33136 \begin_layout Section
33137 Diagramas
33138 \end_layout
33139
33140 \begin_layout Standard
33141 Lyx soporta dos tipos de diagramas conmutativos: 
33142 \series bold
33143 amscd
33144 \series default
33145  y 
33146 \series bold
33147 xymatrix
33148 \series default
33149 , que se explican a continuación.
33150 \end_layout
33151
33152 \begin_layout Subsection
33153 Diagramas amscd
33154 \begin_inset Index
33155 status collapsed
33156
33157 \begin_layout Plain Layout
33158 Diagramas ! amscd
33159 \end_layout
33160
33161 \end_inset
33162
33163
33164 \end_layout
33165
33166 \begin_layout Standard
33167 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33168  verticales y horizontales:
33169 \begin_inset Formula \[
33170 \begin{CD}A@)))B@)))C\\
33171 @AAA@.@VVV\\
33172 F@(((E@(((D\end{CD}\]
33173
33174 \end_inset
33175
33176 Para obtener el diagrama se inserta en la ecuación el comando 
33177 \series bold
33178
33179 \backslash
33180 CD
33181 \begin_inset Index
33182 status collapsed
33183
33184 \begin_layout Plain Layout
33185 Comandos ! C ! 
33186 \backslash
33187 CD
33188 \end_layout
33189
33190 \end_inset
33191
33192
33193 \series default
33194 .
33195  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33196  continuación comandos.
33197  Con 
33198 \family sans
33199 Ctrl+Retorno
33200 \family default
33201  se inicia una nueva línea.
33202  En las líneas impares se insertan relaciones horizontales, en las pares
33203  verticales.
33204 \end_layout
33205
33206 \begin_layout Standard
33207 Para componer las relaciones hay los siguientes comandos:
33208 \begin_inset Foot
33209 status collapsed
33210
33211 \begin_layout Plain Layout
33212 \begin_inset CommandInset label
33213 LatexCommand label
33214 name "fn:sinónimos"
33215
33216 \end_inset
33217
33218 Los comandos con 
33219 \family sans
33220 '
33221 \series bold
33222 >
33223 \series default
33224 '
33225 \family default
33226  o 
33227 \family sans
33228 '
33229 \series bold
33230 <
33231 \series default
33232 '
33233 \family default
33234  pueden generar errores con el estilo 
33235 \series bold
33236 spanish
33237 \series default
33238  de 
33239 \series bold
33240 babel
33241 \series default
33242 .
33243  Para evitarlo se pueden sustituir por sus sinónimos 
33244 \family sans
33245 '
33246 \series bold
33247 )
33248 \series default
33249 '
33250 \family default
33251  y 
33252 \family sans
33253 '
33254 \series bold
33255 (
33256 \series default
33257 '
33258 \family default
33259  respectivamente.
33260  Véase 
33261 \begin_inset CommandInset citation
33262 LatexCommand cite
33263 key "spanish"
33264
33265 \end_inset
33266
33267 .
33268  (
33269 \emph on
33270 N.
33271 \begin_inset space \thinspace{}
33272 \end_inset
33273
33274 del t.
33275 \emph default
33276 )
33277 \end_layout
33278
33279 \end_inset
33280
33281
33282 \end_layout
33283
33284 \begin_layout Itemize
33285
33286 \series bold
33287 @<<<
33288 \series default
33289  genera una flecha hacia la izquierda, 
33290 \series bold
33291 @>>>
33292 \series default
33293  una hacia la derecha, y 
33294 \series bold
33295 @=
33296 \series default
33297  un signo igual largo
33298 \end_layout
33299
33300 \begin_layout Itemize
33301
33302 \series bold
33303 @AAA
33304 \series default
33305  genera una flecha hacia arriba, 
33306 \series bold
33307 @VVV
33308 \series default
33309  una hacia abajo, y 
33310 \series bold
33311 @|
33312 \series default
33313  un signo igual vertical
33314 \end_layout
33315
33316 \begin_layout Itemize
33317
33318 \series bold
33319 @.
33320
33321 \series default
33322  genera una ubicación vacía para relaciones inexistentes
33323 \end_layout
33324
33325 \begin_layout Standard
33326 Todas las flechas pueden etiquetarse como sigue:
33327 \end_layout
33328
33329 \begin_layout Itemize
33330 Si se inserta texto entre el primero y el segundo 
33331 \series bold
33332 <
33333 \series default
33334  o 
33335 \series bold
33336 >
33337 \series default
33338 , respectivamente, se muestra sobre la flecha.
33339  Si se inserta entre el segundo y el tercero, bajo la flecha.
33340 \end_layout
33341
33342 \begin_layout Itemize
33343 Para flechas verticales, si se inserta texto entre la primera y la segunda
33344  
33345 \series bold
33346 A
33347 \series default
33348  o 
33349 \series bold
33350 V
33351 \series default
33352 , respectivamente, se muestra al lado izquierdo de la flecha.
33353  Si se inserta entre la segunda y la tercera, al lado derecho.
33354  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33355 \end_layout
33356
33357 \begin_layout Standard
33358 Como ejemplo un diagrama con todas las relaciones posibles:
33359 \begin_inset Formula \[
33360 \begin{CD}A@)j))B@))k)C@=F\\
33361 @AmAA@.@VV{V}V@|\\
33362 D@((j\,(E@)k))F@=C\end{CD}\]
33363
33364 \end_inset
33365
33366 El comando para este diagrama es:
33367 \begin_inset Newline newline
33368 \end_inset
33369
33370
33371 \series bold
33372
33373 \backslash
33374 CD
33375 \begin_inset ERT
33376 status collapsed
33377
33378 \begin_layout Plain Layout
33379
33380
33381 \backslash
33382 spce 
33383 \end_layout
33384
33385 \end_inset
33386
33387 A@>j>>B@>>k>C@=F Ctrl+Retorno
33388 \begin_inset Newline newline
33389 \end_inset
33390
33391
33392 \begin_inset ERT
33393 status collapsed
33394
33395 \begin_layout Plain Layout
33396
33397
33398 \backslash
33399 hphantom{
33400 \end_layout
33401
33402 \end_inset
33403
33404
33405 \backslash
33406 CD
33407 \begin_inset ERT
33408 status collapsed
33409
33410 \begin_layout Plain Layout
33411
33412
33413 \backslash
33414 spce 
33415 \end_layout
33416
33417 \end_inset
33418
33419
33420 \begin_inset ERT
33421 status collapsed
33422
33423 \begin_layout Plain Layout
33424
33425 }
33426 \end_layout
33427
33428 \end_inset
33429
33430 @AmAA@.@VV
33431 \backslash
33432 {V
33433 \series default
33434
33435 \begin_inset Formula $\to$
33436 \end_inset
33437
33438
33439 \series bold
33440 V@| Ctrl+Retorno
33441 \begin_inset Newline newline
33442 \end_inset
33443
33444
33445 \begin_inset ERT
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449
33450
33451 \backslash
33452 hphantom{
33453 \end_layout
33454
33455 \end_inset
33456
33457
33458 \backslash
33459 CD
33460 \begin_inset ERT
33461 status collapsed
33462
33463 \begin_layout Plain Layout
33464
33465
33466 \backslash
33467 spce 
33468 \end_layout
33469
33470 \end_inset
33471
33472
33473 \begin_inset ERT
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477
33478 }
33479 \end_layout
33480
33481 \end_inset
33482
33483 D@<<j<E@>k>>F@=C
33484 \end_layout
33485
33486 \begin_layout Subsection
33487 Diagramas xymatrix
33488 \begin_inset Index
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492 Diagramas ! xymatrix
33493 \end_layout
33494
33495 \end_inset
33496
33497
33498 \end_layout
33499
33500 \begin_layout Standard
33501 Para usar matrices xy debe estar instalado el paquete LaTeX 
33502 \series bold
33503 xypic
33504 \series default
33505 .
33506  Una matriz xy se crea insertando el comando 
33507 \series bold
33508
33509 \backslash
33510 xymatrix
33511 \series default
33512  en una ecuación.
33513  Después podrás añadir nuevas columnas y filas como en matrices normales,
33514  véase
33515 \begin_inset space ~
33516 \end_inset
33517
33518
33519 \begin_inset CommandInset ref
33520 LatexCommand ref
33521 reference "sec:Matrices"
33522
33523 \end_inset
33524
33525 .
33526 \end_layout
33527
33528 \begin_layout Standard
33529 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33530  y curvadas, y mucho más.
33531  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33532  se explican en el 
33533 \emph on
33534 Manual de XY-pic
33535 \emph default
33536  que se encuentra en el menú 
33537 \family sans
33538 Ayuda\SpecialChar \menuseparator
33539 Manuales
33540 \begin_inset space ~
33541 \end_inset
33542
33543 específicos
33544 \family default
33545 .
33546 \end_layout
33547
33548 \begin_layout Section
33549 Indicaciones
33550 \begin_inset ERT
33551 status collapsed
33552
33553 \begin_layout Plain Layout
33554
33555
33556 \backslash
33557 texorpdfstring{
33558 \end_layout
33559
33560 \end_inset
33561
33562
33563 \begin_inset Foot
33564 status collapsed
33565
33566 \begin_layout Plain Layout
33567 Otras sugerencias útiles para matemáticas en 
33568 \begin_inset CommandInset citation
33569 LatexCommand cite
33570 key "Voss"
33571
33572 \end_inset
33573
33574 .
33575 \end_layout
33576
33577 \end_inset
33578
33579
33580 \begin_inset ERT
33581 status collapsed
33582
33583 \begin_layout Plain Layout
33584
33585 }{}
33586 \end_layout
33587
33588 \end_inset
33589
33590
33591 \begin_inset Note Note
33592 status collapsed
33593
33594 \begin_layout Plain Layout
33595
33596 \backslash
33597 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
33598  PDF.
33599 \end_layout
33600
33601 \begin_layout Plain Layout
33602 Más sobre 
33603 \backslash
33604 texorpdfstring hay en la sección 
33605 \begin_inset CommandInset ref
33606 LatexCommand ref
33607 reference "sub:Ecuaciones-en-encabezados"
33608
33609 \end_inset
33610
33611 .
33612 \end_layout
33613
33614 \end_inset
33615
33616
33617 \begin_inset Index
33618 status collapsed
33619
33620 \begin_layout Plain Layout
33621 Indicaciones
33622 \end_layout
33623
33624 \end_inset
33625
33626
33627 \end_layout
33628
33629 \begin_layout Subsection
33630 Símbolos y ecuaciones químicas
33631 \begin_inset CommandInset label
33632 LatexCommand label
33633 name "sub:Símbolos-y-ecuaciones-químicas"
33634
33635 \end_inset
33636
33637
33638 \begin_inset Index
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642 Química ! símbolos
33643 \end_layout
33644
33645 \end_inset
33646
33647
33648 \begin_inset Index
33649 status collapsed
33650
33651 \begin_layout Plain Layout
33652 Química ! caracteres
33653 \end_layout
33654
33655 \end_inset
33656
33657
33658 \begin_inset Index
33659 status collapsed
33660
33661 \begin_layout Plain Layout
33662 Ecuación ! química|see
33663 \begin_inset ERT
33664 status collapsed
33665
33666 \begin_layout Plain Layout
33667
33668 {
33669 \end_layout
33670
33671 \end_inset
33672
33673 Química
33674 \begin_inset ERT
33675 status collapsed
33676
33677 \begin_layout Plain Layout
33678
33679 }
33680 \end_layout
33681
33682 \end_inset
33683
33684
33685 \end_layout
33686
33687 \end_inset
33688
33689
33690 \begin_inset Index
33691 status collapsed
33692
33693 \begin_layout Plain Layout
33694 Química ! iones
33695 \end_layout
33696
33697 \end_inset
33698
33699
33700 \begin_inset Index
33701 status collapsed
33702
33703 \begin_layout Plain Layout
33704 Iones|see
33705 \begin_inset ERT
33706 status collapsed
33707
33708 \begin_layout Plain Layout
33709
33710 {
33711 \end_layout
33712
33713 \end_inset
33714
33715 Química
33716 \begin_inset ERT
33717 status collapsed
33718
33719 \begin_layout Plain Layout
33720
33721 }
33722 \end_layout
33723
33724 \end_inset
33725
33726
33727 \end_layout
33728
33729 \end_inset
33730
33731
33732 \begin_inset Index
33733 status collapsed
33734
33735 \begin_layout Plain Layout
33736 Química ! reacción
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \begin_layout Standard
33745 Un ejemplo de texto de química:
33746 \end_layout
33747
33748 \begin_layout Quote
33749 El ión 
33750 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
33751 \end_inset
33752
33753  reacciona con dos iones 
33754 \begin_inset Formula $\mathrm{Na^{+}}$
33755 \end_inset
33756
33757  para dar sulfato de sodio 
33758 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
33759 \end_inset
33760
33761 .
33762  La ecuación química es:
33763 \begin_inset Formula \[
33764 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
33765
33766 \end_inset
33767
33768
33769 \end_layout
33770
33771 \begin_layout Standard
33772 Esta ecuación química puede componerse directamente en modo ecuación.
33773  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
33774  y con el atajo 
33775 \family sans
33776 Alt+C
33777 \begin_inset space ~
33778 \end_inset
33779
33780 R
33781 \family default
33782  se cambia en redonda.
33783 \begin_inset Foot
33784 status collapsed
33785
33786 \begin_layout Plain Layout
33787 véase estilos de fuentes en 
33788 \begin_inset CommandInset ref
33789 LatexCommand ref
33790 reference "sub:Estilos-de-fuentes"
33791
33792 \end_inset
33793
33794 .
33795 \end_layout
33796
33797 \end_inset
33798
33799
33800 \end_layout
33801
33802 \begin_layout Subsection
33803 Números negativos
33804 \begin_inset Index
33805 status collapsed
33806
33807 \begin_layout Plain Layout
33808 Numeros@Números ! negativos
33809 \end_layout
33810
33811 \end_inset
33812
33813
33814 \end_layout
33815
33816 \begin_layout Standard
33817 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33818  menos delante del número tiene la misma longitud que el operador signo
33819  menos.
33820  Si se escribe el número negativo en texto normal el signo menos aparece
33821  correctamente.
33822 \end_layout
33823
33824 \begin_layout Standard
33825 Así pues, el problema desaparece si se convierte el signo menos a texto
33826  matemático.
33827 \end_layout
33828
33829 \begin_layout Standard
33830 Un ejemplo para visualizar el problema:
33831 \end_layout
33832
33833 \begin_layout Standard
33834 \noindent
33835 \align center
33836 \begin_inset Tabular
33837 <lyxtabular version="3" rows="3" columns="2">
33838 <features>
33839 <column alignment="center" valignment="top" width="0">
33840 <column alignment="center" valignment="top" width="0">
33841 <row>
33842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33843 \begin_inset Text
33844
33845 \begin_layout Plain Layout
33846 texto normal:
33847 \end_layout
33848
33849 \end_inset
33850 </cell>
33851 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33852 \begin_inset Text
33853
33854 \begin_layout Plain Layout
33855 x = -2
33856 \end_layout
33857
33858 \end_inset
33859 </cell>
33860 </row>
33861 <row>
33862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33863 \begin_inset Text
33864
33865 \begin_layout Plain Layout
33866 ecuación:
33867 \end_layout
33868
33869 \end_inset
33870 </cell>
33871 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33872 \begin_inset Text
33873
33874 \begin_layout Plain Layout
33875 \begin_inset Formula $x=-2$
33876 \end_inset
33877
33878
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 </row>
33884 <row>
33885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33886 \begin_inset Text
33887
33888 \begin_layout Plain Layout
33889 solución:
33890 \end_layout
33891
33892 \end_inset
33893 </cell>
33894 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33895 \begin_inset Text
33896
33897 \begin_layout Plain Layout
33898 \begin_inset Formula $x=\mbox{-}2$
33899 \end_inset
33900
33901
33902 \end_layout
33903
33904 \end_inset
33905 </cell>
33906 </row>
33907 </lyxtabular>
33908
33909 \end_inset
33910
33911
33912 \end_layout
33913
33914 \begin_layout Subsection
33915 Coma como separador decimal
33916 \begin_inset Index
33917 status collapsed
33918
33919 \begin_layout Plain Layout
33920 Coma decimal
33921 \end_layout
33922
33923 \end_inset
33924
33925
33926 \end_layout
33927
33928 \begin_layout Standard
33929 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
33930  de grupos numéricos.
33931  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
33932 \end_layout
33933
33934 \begin_layout Standard
33935 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
33936  
33937 \family sans
33938 Ctrl+M
33939 \family default
33940 ).
33941 \end_layout
33942
33943 \begin_layout Standard
33944 Para usar las comas en todas las fórmulas del documento como separador decimal,
33945  se carga el archivo 
33946 \series bold
33947 icomma.sty
33948 \series default
33949
33950 \begin_inset Foot
33951 status collapsed
33952
33953 \begin_layout Plain Layout
33954
33955 \series bold
33956 icomma
33957 \series default
33958  forma parte del paquete LaTeX 
33959 \series bold
33960 was
33961 \series default
33962
33963 \begin_inset Index
33964 status collapsed
33965
33966 \begin_layout Plain Layout
33967 Paquetes ! was
33968 \begin_inset ERT
33969 status collapsed
33970
33971 \begin_layout Plain Layout
33972
33973
33974 \backslash
33975 vspace{4mm}
33976 \end_layout
33977
33978 \end_inset
33979
33980
33981 \end_layout
33982
33983 \end_inset
33984
33985 .
33986 \end_layout
33987
33988 \end_inset
33989
33990
33991 \begin_inset Index
33992 status collapsed
33993
33994 \begin_layout Plain Layout
33995 Paquetes ! icomma
33996 \end_layout
33997
33998 \end_inset
33999
34000  en el preámbulo LaTeX con la línea: 
34001 \end_layout
34002
34003 \begin_layout Standard
34004
34005 \series bold
34006
34007 \backslash
34008 usepackage{icomma}
34009 \end_layout
34010
34011 \begin_layout Subsection
34012 Vectores físicos
34013 \begin_inset CommandInset label
34014 LatexCommand label
34015 name "sub:Vectores-físicos"
34016
34017 \end_inset
34018
34019
34020 \begin_inset Index
34021 status collapsed
34022
34023 \begin_layout Plain Layout
34024 Vectores físicos
34025 \end_layout
34026
34027 \end_inset
34028
34029
34030 \end_layout
34031
34032 \begin_layout Standard
34033 El paquete LaTeX 
34034 \series bold
34035 braket
34036 \series default
34037
34038 \begin_inset Foot
34039 status collapsed
34040
34041 \begin_layout Plain Layout
34042
34043 \series bold
34044 braket
34045 \series default
34046  se incluye en las instalaciones estándar de LaTeX.
34047 \end_layout
34048
34049 \end_inset
34050
34051
34052 \begin_inset Index
34053 status collapsed
34054
34055 \begin_layout Plain Layout
34056 Paquetes ! braket
34057 \end_layout
34058
34059 \end_inset
34060
34061  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
34062 \end_layout
34063
34064 \begin_layout Standard
34065
34066 \series bold
34067
34068 \backslash
34069 usepackage{braket}
34070 \end_layout
34071
34072 \begin_layout Standard
34073 \begin_inset ERT
34074 status collapsed
34075
34076 \begin_layout Plain Layout
34077
34078
34079 \backslash
34080 ifbraket 
34081 \end_layout
34082
34083 \end_inset
34084
34085
34086 \begin_inset Note Note
34087 status collapsed
34088
34089 \begin_layout Plain Layout
34090 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
34091 \series bold
34092 braket
34093 \series default
34094  está instalado.
34095 \end_layout
34096
34097 \end_inset
34098
34099
34100 \end_layout
34101
34102 \begin_layout Standard
34103 Están definidos los siguientes comandos:
34104 \end_layout
34105
34106 \begin_layout Standard
34107 \noindent
34108 \align center
34109 \begin_inset Tabular
34110 <lyxtabular version="3" rows="4" columns="2">
34111 <features>
34112 <column alignment="center" valignment="top" width="0">
34113 <column alignment="center" valignment="top" width="0">
34114 <row>
34115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34116 \begin_inset Text
34117
34118 \begin_layout Plain Layout
34119 Comando
34120 \end_layout
34121
34122 \end_inset
34123 </cell>
34124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34125 \begin_inset Text
34126
34127 \begin_layout Plain Layout
34128 Resultado
34129 \end_layout
34130
34131 \end_inset
34132 </cell>
34133 </row>
34134 <row>
34135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34136 \begin_inset Text
34137
34138 \begin_layout Plain Layout
34139
34140 \backslash
34141 Bra{
34142 \backslash
34143 psi
34144 \end_layout
34145
34146 \end_inset
34147 </cell>
34148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34149 \begin_inset Text
34150
34151 \begin_layout Plain Layout
34152 \begin_inset Formula $\Bra{\psi}$
34153 \end_inset
34154
34155
34156 \end_layout
34157
34158 \end_inset
34159 </cell>
34160 </row>
34161 <row>
34162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34163 \begin_inset Text
34164
34165 \begin_layout Plain Layout
34166
34167 \backslash
34168 Ket{
34169 \backslash
34170 psi
34171 \end_layout
34172
34173 \end_inset
34174 </cell>
34175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34176 \begin_inset Text
34177
34178 \begin_layout Plain Layout
34179 \begin_inset Formula $\Ket{\psi}$
34180 \end_inset
34181
34182
34183 \end_layout
34184
34185 \end_inset
34186 </cell>
34187 </row>
34188 <row>
34189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34190 \begin_inset Text
34191
34192 \begin_layout Plain Layout
34193
34194 \backslash
34195 Braket{
34196 \backslash
34197 psi|
34198 \backslash
34199 phi
34200 \end_layout
34201
34202 \end_inset
34203 </cell>
34204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34205 \begin_inset Text
34206
34207 \begin_layout Plain Layout
34208 \begin_inset Formula $\Braket{\psi|\phi}$
34209 \end_inset
34210
34211
34212 \end_layout
34213
34214 \end_inset
34215 </cell>
34216 </row>
34217 </lyxtabular>
34218
34219 \end_inset
34220
34221
34222 \end_layout
34223
34224 \begin_layout Standard
34225 El comando 
34226 \series bold
34227
34228 \backslash
34229 Braket
34230 \series default
34231  asegura que todas las barras verticales tienen el tamaño de los delimitadores
34232  circundantes:
34233 \begin_inset Formula \[
34234 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34235
34236 \end_inset
34237
34238
34239 \begin_inset ERT
34240 status collapsed
34241
34242 \begin_layout Plain Layout
34243
34244
34245 \backslash
34246 else
34247 \end_layout
34248
34249 \end_inset
34250
34251
34252 \begin_inset Note Note
34253 status collapsed
34254
34255 \begin_layout Plain Layout
34256 Lo que sigue se verá en la salida si el paquete LaTeX 
34257 \series bold
34258 braket
34259 \series default
34260  no está instalado:
34261 \end_layout
34262
34263 \end_inset
34264
34265
34266 \end_layout
34267
34268 \begin_layout Standard
34269 Debes instalar el paquete LaTeX 
34270 \series bold
34271 braket
34272 \series default
34273  para ver en la salida el resto de esta subsección.
34274 \end_layout
34275
34276 \begin_layout Standard
34277 \begin_inset ERT
34278 status collapsed
34279
34280 \begin_layout Plain Layout
34281
34282
34283 \backslash
34284 fi
34285 \end_layout
34286
34287 \end_inset
34288
34289
34290 \end_layout
34291
34292 \begin_layout Standard
34293 El efecto de 
34294 \series bold
34295
34296 \backslash
34297 Braket
34298 \series default
34299  también se puede conseguir con el comando 
34300 \series bold
34301
34302 \backslash
34303 middle
34304 \series default
34305 , que se describe en 
34306 \begin_inset CommandInset ref
34307 LatexCommand ref
34308 reference "sub:Tamaño-automático-de"
34309
34310 \end_inset
34311
34312 .
34313 \end_layout
34314
34315 \begin_layout Subsection
34316 Fracciones definidas por el usuario
34317 \begin_inset CommandInset label
34318 LatexCommand label
34319 name "sub:Fracciones-personalizadas"
34320
34321 \end_inset
34322
34323
34324 \begin_inset Index
34325 status collapsed
34326
34327 \begin_layout Plain Layout
34328 Fracciones ! personalizadas
34329 \end_layout
34330
34331 \end_inset
34332
34333
34334 \end_layout
34335
34336 \begin_layout Standard
34337 Para definir comandos personalizados para fracciones, se usa el comando
34338  
34339 \series bold
34340
34341 \backslash
34342 genfrac
34343 \series default
34344
34345 \begin_inset Index
34346 status collapsed
34347
34348 \begin_layout Plain Layout
34349 Comandos ! G ! 
34350 \backslash
34351 genfrac
34352 \end_layout
34353
34354 \end_inset
34355
34356  con el siguiente esquema:
34357 \end_layout
34358
34359 \begin_layout Standard
34360
34361 \series bold
34362
34363 \backslash
34364 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
34365 \begin_inset Newline newline
34366 \end_inset
34367
34368
34369 \begin_inset ERT
34370 status collapsed
34371
34372 \begin_layout Plain Layout
34373
34374
34375 \backslash
34376 phantom{
34377 \end_layout
34378
34379 \end_inset
34380
34381
34382 \backslash
34383 genfrac{
34384 \begin_inset ERT
34385 status collapsed
34386
34387 \begin_layout Plain Layout
34388
34389 }
34390 \end_layout
34391
34392 \end_inset
34393
34394 fracción}{estilo}{numerador}{denominador}
34395 \end_layout
34396
34397 \begin_layout Standard
34398 El estilo es un número en el rango 0-3.
34399 \end_layout
34400
34401 \begin_layout Standard
34402 \align center
34403 \begin_inset Tabular
34404 <lyxtabular version="3" rows="5" columns="2">
34405 <features>
34406 <column alignment="center" valignment="top" width="0">
34407 <column alignment="center" valignment="top" width="0">
34408 <row>
34409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34410 \begin_inset Text
34411
34412 \begin_layout Plain Layout
34413 Número
34414 \end_layout
34415
34416 \end_inset
34417 </cell>
34418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34419 \begin_inset Text
34420
34421 \begin_layout Plain Layout
34422 Estilo (tamaño)
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 </row>
34428 <row>
34429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34430 \begin_inset Text
34431
34432 \begin_layout Plain Layout
34433 0
34434 \end_layout
34435
34436 \end_inset
34437 </cell>
34438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34439 \begin_inset Text
34440
34441 \begin_layout Plain Layout
34442 ecuación presentada
34443 \end_layout
34444
34445 \end_inset
34446 </cell>
34447 </row>
34448 <row>
34449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34450 \begin_inset Text
34451
34452 \begin_layout Plain Layout
34453 1
34454 \end_layout
34455
34456 \end_inset
34457 </cell>
34458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34459 \begin_inset Text
34460
34461 \begin_layout Plain Layout
34462 ecuación en línea
34463 \end_layout
34464
34465 \end_inset
34466 </cell>
34467 </row>
34468 <row>
34469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34470 \begin_inset Text
34471
34472 \begin_layout Plain Layout
34473 2
34474 \end_layout
34475
34476 \end_inset
34477 </cell>
34478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34479 \begin_inset Text
34480
34481 \begin_layout Plain Layout
34482 pequeño
34483 \end_layout
34484
34485 \end_inset
34486 </cell>
34487 </row>
34488 <row>
34489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34490 \begin_inset Text
34491
34492 \begin_layout Plain Layout
34493 3
34494 \end_layout
34495
34496 \end_inset
34497 </cell>
34498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34499 \begin_inset Text
34500
34501 \begin_layout Plain Layout
34502 muy pequeño
34503 \end_layout
34504
34505 \end_inset
34506 </cell>
34507 </row>
34508 </lyxtabular>
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \begin_layout Standard
34516 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
34517  
34518 \series bold
34519
34520 \backslash
34521 frac
34522 \series default
34523 .
34524 \end_layout
34525
34526 \begin_layout Standard
34527 Si no se pone grosor de la raya de fracción se usará el valor predefinido
34528  de 0.4
34529 \begin_inset space \thinspace{}
34530 \end_inset
34531
34532 pt.
34533 \end_layout
34534
34535 \begin_layout Standard
34536 Por ejemplo, los comandos 
34537 \series bold
34538
34539 \backslash
34540 dfrac
34541 \series default
34542  y 
34543 \series bold
34544
34545 \backslash
34546 tbinom
34547 \series default
34548  de la 
34549 \begin_inset CommandInset ref
34550 LatexCommand ref
34551 reference "sub:Fracciones"
34552
34553 \end_inset
34554
34555  se definen con los comandos:
34556 \end_layout
34557
34558 \begin_layout Standard
34559
34560 \series bold
34561
34562 \backslash
34563 newcommand{
34564 \backslash
34565 dfrac}[2]{
34566 \backslash
34567 genfrac{}{}{}{0}{#1}{#2}}
34568 \end_layout
34569
34570 \begin_layout Standard
34571 y
34572 \end_layout
34573
34574 \begin_layout Standard
34575
34576 \series bold
34577
34578 \backslash
34579 newcommand{
34580 \backslash
34581 tbinom}[2]{
34582 \backslash
34583 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34584 \end_layout
34585
34586 \begin_layout Standard
34587 \begin_inset VSpace medskip
34588 \end_inset
34589
34590
34591 \end_layout
34592
34593 \begin_layout Standard
34594 Para definir una fracción en la que el grosor de la raya se pueda definir
34595  como argumento opcional, se inserta la siguiente línea en el preámbulo
34596  LaTeX:
34597 \end_layout
34598
34599 \begin_layout Standard
34600
34601 \series bold
34602
34603 \backslash
34604 newcommand{
34605 \backslash
34606 fracS}[3][]{
34607 \backslash
34608 genfrac{}{}{#1}{}{#2}{#3}}
34609 \end_layout
34610
34611 \begin_layout Standard
34612 Un ensayo:
34613 \begin_inset Formula \begin{align*}
34614 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34615 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34616
34617 \end_inset
34618
34619 Como se puede ver, la distancia del numerador y el denominador a la raya
34620  de fracción se redondea a unas tres veces el grosor de la raya.
34621 \end_layout
34622
34623 \begin_layout Subsection
34624 Ecuaciones canceladas
34625 \begin_inset Index
34626 status collapsed
34627
34628 \begin_layout Plain Layout
34629 Ecuación ! cancelada
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \end_layout
34636
34637 \begin_layout Standard
34638 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
34639  
34640 \series bold
34641 cancel
34642 \series default
34643
34644 \begin_inset Foot
34645 status collapsed
34646
34647 \begin_layout Plain Layout
34648
34649 \series bold
34650 cancel
34651 \series default
34652  forma parte de las distribuciones estándar de LaTeX.
34653 \end_layout
34654
34655 \end_inset
34656
34657
34658 \begin_inset Index
34659 status collapsed
34660
34661 \begin_layout Plain Layout
34662 Paquetes ! cancel
34663 \end_layout
34664
34665 \end_inset
34666
34667  con la línea de preámbulo LaTeX
34668 \end_layout
34669
34670 \begin_layout Standard
34671
34672 \series bold
34673
34674 \backslash
34675 usepackage[samesize]{cancel}
34676 \end_layout
34677
34678 \begin_layout Standard
34679 Hay cuatro formas de cancelar ecuaciones:
34680 \end_layout
34681
34682 \begin_layout Standard
34683 \align center
34684 \begin_inset Tabular
34685 <lyxtabular version="3" rows="5" columns="2">
34686 <features>
34687 <column alignment="center" valignment="top" width="0">
34688 <column alignment="center" valignment="top" width="0">
34689 <row>
34690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34691 \begin_inset Text
34692
34693 \begin_layout Plain Layout
34694 Comando
34695 \end_layout
34696
34697 \end_inset
34698 </cell>
34699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34700 \begin_inset Text
34701
34702 \begin_layout Plain Layout
34703 Resultado
34704 \begin_inset Note Note
34705 status collapsed
34706
34707 \begin_layout Plain Layout
34708 El
34709 \series bold
34710  
34711 \series default
34712 espacio y 
34713 \series bold
34714
34715 \backslash
34716 raisebox
34717 \series default
34718  se usa sólo como espaciador
34719 \end_layout
34720
34721 \end_inset
34722
34723
34724 \end_layout
34725
34726 \end_inset
34727 </cell>
34728 </row>
34729 <row>
34730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34731 \begin_inset Text
34732
34733 \begin_layout Plain Layout
34734
34735 \backslash
34736 cancel{
34737 \backslash
34738 int
34739 \begin_inset ERT
34740 status collapsed
34741
34742 \begin_layout Plain Layout
34743
34744
34745 \backslash
34746 spce 
34747 \end_layout
34748
34749 \end_inset
34750
34751 A=B
34752 \end_layout
34753
34754 \end_inset
34755 </cell>
34756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34757 \begin_inset Text
34758
34759 \begin_layout Plain Layout
34760 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \end_inset
34767 </cell>
34768 </row>
34769 <row>
34770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34771 \begin_inset Text
34772
34773 \begin_layout Plain Layout
34774
34775 \backslash
34776 bcancel{
34777 \backslash
34778 int
34779 \begin_inset ERT
34780 status collapsed
34781
34782 \begin_layout Plain Layout
34783
34784
34785 \backslash
34786 spce 
34787 \end_layout
34788
34789 \end_inset
34790
34791 A=B
34792 \end_layout
34793
34794 \end_inset
34795 </cell>
34796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34797 \begin_inset Text
34798
34799 \begin_layout Plain Layout
34800 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34801 \end_inset
34802
34803
34804 \end_layout
34805
34806 \end_inset
34807 </cell>
34808 </row>
34809 <row>
34810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34811 \begin_inset Text
34812
34813 \begin_layout Plain Layout
34814
34815 \backslash
34816 xcancel{
34817 \backslash
34818 int
34819 \begin_inset ERT
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823
34824
34825 \backslash
34826 spce 
34827 \end_layout
34828
34829 \end_inset
34830
34831 A=B
34832 \end_layout
34833
34834 \end_inset
34835 </cell>
34836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34837 \begin_inset Text
34838
34839 \begin_layout Plain Layout
34840 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34841 \end_inset
34842
34843
34844 \end_layout
34845
34846 \end_inset
34847 </cell>
34848 </row>
34849 <row>
34850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34851 \begin_inset Text
34852
34853 \begin_layout Plain Layout
34854
34855 \backslash
34856 cancelto{1
34857 \begin_inset Formula $\to$
34858 \end_inset
34859
34860
34861 \backslash
34862 {
34863 \backslash
34864 int
34865 \begin_inset ERT
34866 status collapsed
34867
34868 \begin_layout Plain Layout
34869
34870
34871 \backslash
34872 spce 
34873 \end_layout
34874
34875 \end_inset
34876
34877 A=B
34878 \end_layout
34879
34880 \end_inset
34881 </cell>
34882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34883 \begin_inset Text
34884
34885 \begin_layout Plain Layout
34886 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34887 \end_inset
34888
34889
34890 \end_layout
34891
34892 \end_inset
34893 </cell>
34894 </row>
34895 </lyxtabular>
34896
34897 \end_inset
34898
34899
34900 \end_layout
34901
34902 \begin_layout Standard
34903
34904 \series bold
34905
34906 \backslash
34907 cancelto
34908 \series default
34909  es especialmente apropiada para visualizar la simplificación de fracciones
34910  en una ecuación:
34911 \begin_inset Formula \[
34912 \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}}}\]
34913
34914 \end_inset
34915
34916
34917 \end_layout
34918
34919 \begin_layout Subsection
34920 Ecuaciones en encabezados de sección
34921 \begin_inset CommandInset label
34922 LatexCommand label
34923 name "sub:Ecuaciones-en-encabezados"
34924
34925 \end_inset
34926
34927
34928 \begin_inset Index
34929 status collapsed
34930
34931 \begin_layout Plain Layout
34932 Ecuación ! en encabezados de sección
34933 \end_layout
34934
34935 \end_inset
34936
34937
34938 \end_layout
34939
34940 \begin_layout Standard
34941 Si se quiere poner una ecuación en un encabezado de sección hay que tener
34942  en cuenta lo siguiente:
34943 \end_layout
34944
34945 \begin_layout Standard
34946 \begin_inset Note Greyedout
34947 status open
34948
34949 \begin_layout Plain Layout
34950 Si el soporte para 
34951 \series bold
34952 hyperref
34953 \series default
34954
34955 \begin_inset Index
34956 status collapsed
34957
34958 \begin_layout Plain Layout
34959 Paquetes ! hyperref
34960 \end_layout
34961
34962 \end_inset
34963
34964  está activado en la configuración del documento, 
34965 \family sans
34966 Propiedades
34967 \begin_inset space ~
34968 \end_inset
34969
34970
34971 \family default
34972 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
34973  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
34974  texto del marcador, porque se infringen las convenciones PDF.
34975 \end_layout
34976
34977 \end_inset
34978
34979
34980 \end_layout
34981
34982 \begin_layout Standard
34983 Estos problemas se pueden solucionar insertando al final del encabezado
34984  un título breve con el menú 
34985 \family sans
34986 Insertar\SpecialChar \menuseparator
34987 Título
34988 \begin_inset space ~
34989 \end_inset
34990
34991 breve
34992 \family default
34993 .
34994  Los títulos breves se usan como alternativa para encabezados de sección
34995  con más de una línea para mantener el buen aspecto del índice.
34996  En éste sólo aparece el título breve y por tanto también en los marcadores.
34997 \end_layout
34998
34999 \begin_layout Standard
35000 Si hay que poner ecuaciones en el índice y se usa 
35001 \series bold
35002 hyperref
35003 \series default
35004 , se puede insertar el siguiente comando en modo TeX:
35005 \end_layout
35006
35007 \begin_layout Standard
35008
35009 \series bold
35010
35011 \backslash
35012 texorpdfstring{parte}{alternativa}
35013 \begin_inset Index
35014 status collapsed
35015
35016 \begin_layout Plain Layout
35017 Comandos ! T ! 
35018 \backslash
35019 texorpdfstring
35020 \end_layout
35021
35022 \end_inset
35023
35024
35025 \end_layout
35026
35027 \begin_layout Standard
35028 parte se refiere a la parte del encabezado que no debería aparecer en el
35029  marcador PDF.
35030  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
35031  La alternativa se usa para el marcador en vez de la parte.
35032 \begin_inset Newpage newpage
35033 \end_inset
35034
35035
35036 \end_layout
35037
35038 \begin_layout Standard
35039 Aquí hay dos ejemplos de encabezados con ecuación:
35040 \end_layout
35041
35042 \begin_layout Standard
35043 \begin_inset VSpace -3mm
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \begin_layout Standard
35050 \begin_inset ERT
35051 status collapsed
35052
35053 \begin_layout Plain Layout
35054
35055
35056 \backslash
35057 boldmath 
35058 \end_layout
35059
35060 \end_inset
35061
35062
35063 \end_layout
35064
35065 \begin_layout Subsubsection
35066 Encabezado sin ecuación en el índice 
35067 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35068 \end_inset
35069
35070
35071 \begin_inset OptArg
35072 status collapsed
35073
35074 \begin_layout Plain Layout
35075 Encabezado sin ecuación en el índice
35076 \end_layout
35077
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \begin_layout Subsubsection
35084 Encabezado con ecuación en el índice
35085 \begin_inset ERT
35086 status collapsed
35087
35088 \begin_layout Plain Layout
35089
35090
35091 \backslash
35092 texorpdfstring{
35093 \end_layout
35094
35095 \end_inset
35096
35097  
35098 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35099 \end_inset
35100
35101
35102 \begin_inset ERT
35103 status collapsed
35104
35105 \begin_layout Plain Layout
35106
35107 }{}
35108 \end_layout
35109
35110 \end_inset
35111
35112
35113 \end_layout
35114
35115 \begin_layout Standard
35116 \begin_inset ERT
35117 status collapsed
35118
35119 \begin_layout Plain Layout
35120
35121
35122 \backslash
35123 unboldmath 
35124 \end_layout
35125
35126 \end_inset
35127
35128 En el primer encabezado se ha puesto un título breve, en el segundo un 
35129 \series bold
35130
35131 \backslash
35132 texorpdfstring
35133 \series default
35134 .
35135 \end_layout
35136
35137 \begin_layout Standard
35138 Para obtener el mismo formato que en los demás encabezados se han puesto
35139  ambos en un entorno 
35140 \series bold
35141 boldmath
35142 \series default
35143 .
35144 \begin_inset Foot
35145 status collapsed
35146
35147 \begin_layout Plain Layout
35148 véase 
35149 \begin_inset CommandInset ref
35150 LatexCommand ref
35151 reference "sub:Ecuaciones-en-negrita"
35152
35153 \end_inset
35154
35155
35156 \end_layout
35157
35158 \end_inset
35159
35160
35161 \end_layout
35162
35163 \begin_layout Subsection
35164 Ecuaciones en texto multicolumna
35165 \begin_inset Index
35166 status collapsed
35167
35168 \begin_layout Plain Layout
35169 Ecuación ! en texto multicolumna
35170 \end_layout
35171
35172 \end_inset
35173
35174
35175 \end_layout
35176
35177 \begin_layout Standard
35178 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
35179  para ajustarse a la columna y entonces es preciso abarcar la anchura total
35180  de la página.
35181  Esto se hace usando el paquete LaTeX 
35182 \series bold
35183 multicol
35184 \series default
35185 ,
35186 \begin_inset Foot
35187 status collapsed
35188
35189 \begin_layout Plain Layout
35190
35191 \series bold
35192 multicol
35193 \series default
35194  forma parte de las distribuciones LaTeX estándar.
35195 \end_layout
35196
35197 \end_inset
35198
35199
35200 \begin_inset Index
35201 status collapsed
35202
35203 \begin_layout Plain Layout
35204 Paquetes ! multicol
35205 \end_layout
35206
35207 \end_inset
35208
35209  que se carga en el preámbulo LaTeX con la línea
35210 \end_layout
35211
35212 \begin_layout Standard
35213
35214 \series bold
35215
35216 \backslash
35217 usepackage{multicol}
35218 \end_layout
35219
35220 \begin_layout Standard
35221 \begin_inset Note Greyedout
35222 status collapsed
35223
35224 \begin_layout Plain Layout
35225 Ten en cuenta que la opción 
35226 \family sans
35227 Documento
35228 \begin_inset space ~
35229 \end_inset
35230
35231 con
35232 \begin_inset space ~
35233 \end_inset
35234
35235 dos
35236 \begin_inset space ~
35237 \end_inset
35238
35239 caras
35240 \family default
35241 , bajo 
35242 \family sans
35243 Diseño
35244 \begin_inset space ~
35245 \end_inset
35246
35247 de
35248 \begin_inset space ~
35249 \end_inset
35250
35251 página 
35252 \family default
35253 en el menú 
35254 \family sans
35255 Documento\SpecialChar \menuseparator
35256 Configuración
35257 \family default
35258  
35259 \emph on
35260 debe
35261 \emph default
35262  estar desmarcada.
35263 \end_layout
35264
35265 \end_inset
35266
35267
35268 \end_layout
35269
35270 \begin_layout Standard
35271 Antes del texto multicolumna se inserta en modo TeX el comando
35272 \end_layout
35273
35274 \begin_layout Standard
35275
35276 \series bold
35277
35278 \backslash
35279 begin{multicols}{número de columnas}
35280 \end_layout
35281
35282 \begin_layout Standard
35283 El número de columnas está en el rango 2-10.
35284  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
35285  TeX el comando
35286 \end_layout
35287
35288 \begin_layout Standard
35289
35290 \series bold
35291
35292 \backslash
35293 end{multicols}
35294 \end_layout
35295
35296 \begin_layout Standard
35297 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
35298  Para quitarlo se inserta un espacio vertical de -6
35299 \begin_inset space \thinspace{}
35300 \end_inset
35301
35302 mm antes de la ecuación.
35303  Si se usa el estilo 
35304 \series bold
35305 Sangrado
35306 \series default
35307 ,
35308 \begin_inset Foot
35309 status collapsed
35310
35311 \begin_layout Plain Layout
35312 véase estilos de ecuación en 
35313 \begin_inset CommandInset ref
35314 LatexCommand ref
35315 reference "sec:Estilos-de-ecuación"
35316
35317 \end_inset
35318
35319
35320 \end_layout
35321
35322 \end_inset
35323
35324  se inserta un espacio de -9
35325 \begin_inset space \thinspace{}
35326 \end_inset
35327
35328 mm.
35329 \end_layout
35330
35331 \begin_layout Standard
35332 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
35333 \end_layout
35334
35335 \begin_layout Standard
35336 \begin_inset ERT
35337 status collapsed
35338
35339 \begin_layout Plain Layout
35340
35341
35342 \backslash
35343 begin{multicols}{2}
35344 \end_layout
35345
35346 \end_inset
35347
35348 Das Spektrum wird fouriertransformiert.
35349  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
35350 , Lösungsmittel) zu trennen.
35351  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
35352  nun das Aussehen des Ausgangssignals.
35353  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
35354  über alle Phasen integrieren muss.
35355  Sei nun 
35356 \begin_inset Formula $S$
35357 \end_inset
35358
35359  unser normiertes Ausgangssignal and 
35360 \begin_inset Formula $P$
35361 \end_inset
35362
35363  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
35364 \begin_inset ERT
35365 status collapsed
35366
35367 \begin_layout Plain Layout
35368
35369
35370 \backslash
35371 end{multicols}
35372 \end_layout
35373
35374 \end_inset
35375
35376
35377 \begin_inset VSpace -6mm
35378 \end_inset
35379
35380
35381 \begin_inset Formula \begin{equation}
35382 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35383
35384 \end_inset
35385
35386
35387 \begin_inset ERT
35388 status collapsed
35389
35390 \begin_layout Plain Layout
35391
35392
35393 \backslash
35394 begin{multicols}{2}
35395 \end_layout
35396
35397 \end_inset
35398
35399 wobei 
35400 \begin_inset Formula $S_{0}$
35401 \end_inset
35402
35403  das Signal ohne Gradient ist and the Normierungsbedingung 
35404 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35405 \end_inset
35406
35407  gilt.
35408  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
35409  Direkt nach the 
35410 \begin_inset Formula $\nicefrac{\pi}{2}$
35411 \end_inset
35412
35413
35414 \begin_inset space \thinspace{}
35415 \end_inset
35416
35417 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
35418  das Signal zusätzlich abschwächt.
35419  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
35420  
35421 \begin_inset Formula $T_{2}$
35422 \end_inset
35423
35424 -Zeit.
35425 \end_layout
35426
35427 \begin_layout Standard
35428 \begin_inset ERT
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432
35433
35434 \backslash
35435 end{multicols}
35436 \end_layout
35437
35438 \end_inset
35439
35440  
35441 \end_layout
35442
35443 \begin_layout Subsection
35444 Ecuaciones con descripción de variables
35445 \begin_inset Index
35446 status collapsed
35447
35448 \begin_layout Plain Layout
35449 Ecuación ! con descripción de variables
35450 \end_layout
35451
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \begin_layout Standard
35458 Para describir variables en una ecuación, como en la fórmula 
35459 \begin_inset CommandInset ref
35460 LatexCommand eqref
35461 reference "eq:within"
35462
35463 \end_inset
35464
35465 , se inserta una matriz 2×
35466 \begin_inset Formula $n$
35467 \end_inset
35468
35469  con columnas alineadas a la izquierda para las 
35470 \emph on
35471
35472 \begin_inset Formula $n$
35473 \end_inset
35474
35475
35476 \emph default
35477  variables usadas.
35478 \begin_inset Foot
35479 status collapsed
35480
35481 \begin_layout Plain Layout
35482 véase matrices en 
35483 \begin_inset CommandInset ref
35484 LatexCommand ref
35485 reference "sec:Matrices"
35486
35487 \end_inset
35488
35489
35490 \end_layout
35491
35492 \end_inset
35493
35494  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
35495  
35496 \series bold
35497
35498 \backslash
35499 footnotesize
35500 \series default
35501  antes de la matriz.
35502 \begin_inset Foot
35503 status collapsed
35504
35505 \begin_layout Plain Layout
35506 véase tamaños de fuentes en 
35507 \begin_inset CommandInset ref
35508 LatexCommand ref
35509 reference "sub:Tamaños-de-fuentes"
35510
35511 \end_inset
35512
35513 .
35514 \end_layout
35515
35516 \end_inset
35517
35518
35519 \end_layout
35520
35521 \begin_layout Standard
35522 Si se usa el estilo 
35523 \series bold
35524 Sangrado
35525 \series default
35526 ,
35527 \begin_inset Foot
35528 status collapsed
35529
35530 \begin_layout Plain Layout
35531 véase estilos de ecuación en 
35532 \begin_inset CommandInset ref
35533 LatexCommand ref
35534 reference "sec:Estilos-de-ecuación"
35535
35536 \end_inset
35537
35538
35539 \end_layout
35540
35541 \end_inset
35542
35543  se inserta un 
35544 \series bold
35545
35546 \backslash
35547 hfill
35548 \series default
35549
35550 \begin_inset Foot
35551 status collapsed
35552
35553 \begin_layout Plain Layout
35554
35555 \series bold
35556
35557 \backslash
35558 hfill
35559 \series default
35560  sólo funciona en ecuaciones en estilo 
35561 \series bold
35562 Sangrado
35563 \series default
35564 , véase 
35565 \begin_inset CommandInset ref
35566 LatexCommand ref
35567 reference "sub:Espacio-variable"
35568
35569 \end_inset
35570
35571
35572 \end_layout
35573
35574 \end_inset
35575
35576  delante y detrás de la matriz para que tenga la misma separación con la
35577  ecuación y con el margen.
35578 \end_layout
35579
35580 \begin_layout Standard
35581 Si se usa el estilo 
35582 \series bold
35583 Centrado
35584 \series default
35585  se emplea el método descrito en la 
35586 \begin_inset CommandInset ref
35587 LatexCommand ref
35588 reference "sub:Entorno-flalign"
35589
35590 \end_inset
35591
35592  para sangrar la ecuación.
35593  La ecuación 
35594 \begin_inset CommandInset ref
35595 LatexCommand eqref
35596 reference "eq:within"
35597
35598 \end_inset
35599
35600  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35601  la tercera la matriz y la última una llave TeX vacía.
35602 \begin_inset Formula \begin{flalign}
35603 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
35604 \rho & \mbox{densidad}\\
35605 V & \mbox{volumen}\\
35606 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
35607
35608 \end_inset
35609
35610
35611 \end_layout
35612
35613 \begin_layout Subsection
35614 Letras griegas minúsculas en redonda
35615 \begin_inset CommandInset label
35616 LatexCommand label
35617 name "sub:Griegas-en-redonda"
35618
35619 \end_inset
35620
35621
35622 \begin_inset Index
35623 status collapsed
35624
35625 \begin_layout Plain Layout
35626 Letras griegas ! en redonda
35627 \end_layout
35628
35629 \end_inset
35630
35631
35632 \end_layout
35633
35634 \begin_layout Standard
35635 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
35636  cursiva.
35637  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35638  falta letras griegas en redonda.
35639  El archivo 
35640 \series bold
35641 upgreek.sty
35642 \series default
35643
35644 \begin_inset Foot
35645 status collapsed
35646
35647 \begin_layout Plain Layout
35648
35649 \series bold
35650 upgreek
35651 \series default
35652  forma parte del paquete LaTeX 
35653 \series bold
35654 was
35655 \series default
35656
35657 \begin_inset Index
35658 status collapsed
35659
35660 \begin_layout Plain Layout
35661 Paquetes ! was
35662 \begin_inset ERT
35663 status collapsed
35664
35665 \begin_layout Plain Layout
35666
35667
35668 \backslash
35669 vspace{4mm}
35670 \end_layout
35671
35672 \end_inset
35673
35674
35675 \end_layout
35676
35677 \end_inset
35678
35679 .
35680 \end_layout
35681
35682 \end_inset
35683
35684
35685 \begin_inset Index
35686 status collapsed
35687
35688 \begin_layout Plain Layout
35689 Paquetes ! upgreek
35690 \end_layout
35691
35692 \end_inset
35693
35694 , que se carga en el preámbulo LaTeX con la línea
35695 \end_layout
35696
35697 \begin_layout Standard
35698
35699 \series bold
35700
35701 \backslash
35702 usepackage{upgreek}
35703 \end_layout
35704
35705 \begin_layout Standard
35706 las suministra.
35707  
35708 \begin_inset ERT
35709 status collapsed
35710
35711 \begin_layout Plain Layout
35712
35713
35714 \backslash
35715 ifupgreek 
35716 \end_layout
35717
35718 \end_inset
35719
35720
35721 \begin_inset Note Note
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
35726  
35727 \series bold
35728 upgreek
35729 \series default
35730 .
35731 \end_layout
35732
35733 \end_inset
35734
35735  Se imprimen con el comando de la letra correspondiente precedido de 
35736 \series bold
35737 up
35738 \series default
35739 .
35740  Por ejemplo, el comando 
35741 \series bold
35742
35743 \backslash
35744 uptau
35745 \series default
35746  genera: 
35747 \begin_inset Formula $\uptau$
35748 \end_inset
35749
35750
35751 \end_layout
35752
35753 \begin_layout Standard
35754 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35755 \begin_inset Formula \[
35756 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
35757
35758 \end_inset
35759
35760
35761 \end_layout
35762
35763 \begin_layout Standard
35764 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35765  en cursiva.
35766  Por tanto no deberían emplearse para unidades como 
35767 \begin_inset Quotes fld
35768 \end_inset
35769
35770 µm
35771 \begin_inset Quotes frd
35772 \end_inset
35773
35774 .
35775 \end_layout
35776
35777 \begin_layout Standard
35778 \begin_inset ERT
35779 status collapsed
35780
35781 \begin_layout Plain Layout
35782
35783
35784 \backslash
35785 else 
35786 \end_layout
35787
35788 \end_inset
35789
35790
35791 \begin_inset Note Note
35792 status collapsed
35793
35794 \begin_layout Plain Layout
35795 Lo siguiente se mostrará si el paquete LaTeX 
35796 \series bold
35797 upgreek
35798 \series default
35799  no está instalado:
35800 \end_layout
35801
35802 \end_inset
35803
35804
35805 \end_layout
35806
35807 \begin_layout Standard
35808 Debes instalar el paquete LaTeX 
35809 \series bold
35810 upgreek
35811 \series default
35812  para ver en la salida el resto de esta subsección.
35813  
35814 \end_layout
35815
35816 \begin_layout Standard
35817 \begin_inset ERT
35818 status collapsed
35819
35820 \begin_layout Plain Layout
35821
35822
35823 \backslash
35824 fi
35825 \end_layout
35826
35827 \end_inset
35828
35829
35830 \end_layout
35831
35832 \begin_layout Subsection
35833 Caracteres de texto en ecuaciones
35834 \begin_inset CommandInset label
35835 LatexCommand label
35836 name "sub:Caracteres-de-texto"
35837
35838 \end_inset
35839
35840
35841 \begin_inset Index
35842 status collapsed
35843
35844 \begin_layout Plain Layout
35845 Texto ! en ecuaciones
35846 \end_layout
35847
35848 \end_inset
35849
35850
35851 \end_layout
35852
35853 \begin_layout Standard
35854 En algunos casos podrías querer insertar caracteres de texto directamente
35855  en ecuaciones.
35856  Por ejemplo, cuando se usa con frecuencia el punto centrado 
35857 \begin_inset Formula $\cdot$
35858 \end_inset
35859
35860  en expresiones como 
35861 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
35862 \end_inset
35863
35864 , habría que insertar el comando 
35865 \series bold
35866
35867 \backslash
35868 cdot
35869 \series default
35870
35871 \begin_inset Foot
35872 status collapsed
35873
35874 \begin_layout Plain Layout
35875 véase 
35876 \begin_inset CommandInset ref
35877 LatexCommand ref
35878 reference "sub:Operadores-binarios"
35879
35880 \end_inset
35881
35882
35883 \end_layout
35884
35885 \end_inset
35886
35887  continuamente, porque este carácter está definido en todas las codificaciones
35888  como carácter de texto.
35889  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
35890 \end_layout
35891
35892 \begin_layout Standard
35893
35894 \series bold
35895
35896 \backslash
35897 Declare Inputtext{183}{
35898 \backslash
35899 ifmmode
35900 \backslash
35901 cdot
35902 \backslash
35903 else
35904 \backslash
35905 textperiodcentered
35906 \backslash
35907 f\SpecialChar \textcompwordmark{}
35908 i}
35909 \end_layout
35910
35911 \begin_layout Standard
35912 La codificación de caracteres (menú 
35913 \family sans
35914 Documento\SpecialChar \menuseparator
35915 Configuración\SpecialChar \menuseparator
35916 Idioma
35917 \family default
35918 ) especifica el carácter que se muestra al pulsar una tecla.
35919  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
35920  
35921 \series bold
35922
35923 \backslash
35924 textperiodcentered
35925 \series default
35926 .
35927  Pero este comando no está disponible en ecuaciones así que obtendrías errores
35928  de LaTeX.
35929  Con la codificación cambiada se escoge automáticamente el comando correcto,
35930  dependiendo de si el carácter se ha insertado en una ecuación o no.
35931 \end_layout
35932
35933 \begin_layout Standard
35934 La codificación de diversos caracteres se guarda en archivos de definición.
35935  Por ejemplo la codificación 
35936 \series bold
35937 latin9
35938 \series default
35939  se define en el archivo 
35940 \series bold
35941 latin9.def
35942 \series default
35943  que está en el directorio de LaTeX.
35944  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
35945  archivo de definición, de lo contrario nuestros documentos no podrían ser
35946  editados en otros ordenadores.
35947 \begin_inset VSpace medskip
35948 \end_inset
35949
35950
35951 \end_layout
35952
35953 \begin_layout Standard
35954 Además del punto centrado, en este documento se ha definido el símbolo grado
35955  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
35956  directamente en una fórmula:
35957 \end_layout
35958
35959 \begin_layout Standard
35960
35961 \series bold
35962
35963 \backslash
35964 DeclareInputtext{176}{
35965 \backslash
35966 ifmmode^
35967 \backslash
35968 circ
35969 \backslash
35970 else
35971 \backslash
35972 textdegree
35973 \backslash
35974 f\SpecialChar \textcompwordmark{}
35975 i}
35976 \begin_inset Newpage newpage
35977 \end_inset
35978
35979
35980 \end_layout
35981
35982 \begin_layout Section
35983 \start_of_appendix
35984 Notas sobre tipografía
35985 \begin_inset Index
35986 status collapsed
35987
35988 \begin_layout Plain Layout
35989 Tipografía, notas
35990 \end_layout
35991
35992 \end_inset
35993
35994
35995 \end_layout
35996
35997 \begin_layout Standard
35998 Esta sección es un resumen de las normas tipográficas ISO más importantes.
35999 \begin_inset Foot
36000 status collapsed
36001
36002 \begin_layout Plain Layout
36003 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
36004  
36005 \begin_inset Quotes fld
36006 \end_inset
36007
36008 Duden
36009 \begin_inset Quotes frd
36010 \end_inset
36011
36012  
36013 \begin_inset CommandInset citation
36014 LatexCommand cite
36015 key "Duden"
36016
36017 \end_inset
36018
36019 , que incluye algunas de las normas ISO.
36020  
36021 \begin_inset Newline newline
36022 \end_inset
36023
36024 (
36025 \emph on
36026 N.
36027 \begin_inset space \thinspace{}
36028 \end_inset
36029
36030 del t.
36031 \emph default
36032 : Para documentación en español sobre el tema, véase 
36033 \begin_inset CommandInset citation
36034 LatexCommand cite
36035 key "Bezos"
36036
36037 \end_inset
36038
36039 .)
36040 \end_layout
36041
36042 \end_inset
36043
36044
36045 \end_layout
36046
36047 \begin_layout Itemize
36048 Las unidades físicas se escriben 
36049 \emph on
36050 siempre 
36051 \emph default
36052 en redonda
36053 \begin_inset Foot
36054 status collapsed
36055
36056 \begin_layout Plain Layout
36057 véase estilos de fuentes en 
36058 \begin_inset CommandInset ref
36059 LatexCommand ref
36060 reference "sub:Estilos-de-fuentes"
36061
36062 \end_inset
36063
36064
36065 \end_layout
36066
36067 \end_inset
36068
36069 : 30
36070 \begin_inset space \thinspace{}
36071 \end_inset
36072
36073 km/h
36074 \begin_inset Newline newline
36075 \end_inset
36076
36077 Entre el valor y la unidad hay un espacio delgado, véase 
36078 \begin_inset CommandInset ref
36079 LatexCommand ref
36080 reference "sub:Espacio-predefinido"
36081
36082 \end_inset
36083
36084 .
36085 \begin_inset Newline newline
36086 \end_inset
36087
36088 Esta norma la cumple automáticamente el comando 
36089 \series bold
36090
36091 \backslash
36092 unittwo
36093 \series default
36094 .
36095  Si se introduce en una fórmula aparecen dos cuadros.
36096  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
36097  como antes, 
36098 \begin_inset Formula $\unit[30]{km/h}$
36099 \end_inset
36100
36101
36102 \begin_inset space \thinspace{}
36103 \end_inset
36104
36105 .
36106  Ten en cuenta que 
36107 \series bold
36108
36109 \backslash
36110 unittwo
36111 \series default
36112  no es un auténtico comando LaTeX, sino el comando 
36113 \series bold
36114
36115 \backslash
36116 unit[value]{unit}
36117 \series default
36118 , por tanto no lo puedes usar en código TeX.
36119 \end_layout
36120
36121 \begin_layout Itemize
36122 Los signos por ciento y por mil se escriben como las unidades físicas:
36123 \begin_inset Newline newline
36124 \end_inset
36125
36126 1,2
36127 \begin_inset space \thinspace{}
36128 \end_inset
36129
36130 ‰ de alcohol en sangre.
36131 \end_layout
36132
36133 \begin_layout Itemize
36134 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36135  otra unidad: 15
36136 \begin_inset space \thinspace{}
36137 \end_inset
36138
36139 °C
36140 \end_layout
36141
36142 \begin_layout Itemize
36143 En números con más de cuatro dígitos se inserta un espacio delgado para
36144  separarlos en grupos de tres cifras: 18
36145 \begin_inset space \thinspace{}
36146 \end_inset
36147
36148 473
36149 \begin_inset space \thinspace{}
36150 \end_inset
36151
36152 588
36153 \end_layout
36154
36155 \begin_layout Itemize
36156 Para dimensiones como 120×90×40
36157 \begin_inset space \thinspace{}
36158 \end_inset
36159
36160 cm se usa el aspa de multiplicar 
36161 \begin_inset Quotes fld
36162 \end_inset
36163
36164 ×
36165 \begin_inset Quotes frd
36166 \end_inset
36167
36168 .
36169  Está disponible en el menú 
36170 \family sans
36171 Insertar\SpecialChar \menuseparator
36172 Carácter especial
36173 \family default
36174 \SpecialChar \menuseparator
36175
36176 \family sans
36177 Símbolos
36178 \family default
36179 .
36180  Se puede insertar directamente con cierta combinación de teclas.
36181 \end_layout
36182
36183 \begin_layout Itemize
36184 Las funciones con nombres que constan de varias letras se escriben en redonda
36185  para evitar confusiones, véase 
36186 \begin_inset CommandInset ref
36187 LatexCommand ref
36188 reference "sub:Funciones-predefinidas"
36189
36190 \end_inset
36191
36192 .
36193 \end_layout
36194
36195 \begin_layout Itemize
36196 Los índices que constan de varias letras se escriben en redonda: 
36197 \begin_inset Formula $E_{\mathrm{cin}}$
36198 \end_inset
36199
36200
36201 \begin_inset Newline newline
36202 \end_inset
36203
36204 Los componentes de una matriz se escriben en cursiva: 
36205 \begin_inset Formula $\hat{H}_{kl}$
36206 \end_inset
36207
36208
36209 \end_layout
36210
36211 \begin_layout Itemize
36212 El operador de diferenciación/integración 'd', el número de Euler 'e' y
36213  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
36214 s con otras variables.
36215  
36216 \end_layout
36217
36218 \begin_layout Standard
36219 \begin_inset Newpage newpage
36220 \end_inset
36221
36222
36223 \end_layout
36224
36225 \begin_layout Section
36226 Sinónimos
36227 \begin_inset Index
36228 status collapsed
36229
36230 \begin_layout Plain Layout
36231 Sinónimos
36232 \end_layout
36233
36234 \end_inset
36235
36236
36237 \end_layout
36238
36239 \begin_layout Standard
36240 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
36241  como los que se recogen en esta lista:
36242 \begin_inset Foot
36243 status collapsed
36244
36245 \begin_layout Plain Layout
36246 véase también 
36247 \begin_inset CommandInset ref
36248 LatexCommand ref
36249 reference "fn:sinónimos"
36250
36251 \end_inset
36252
36253 .
36254 \end_layout
36255
36256 \end_inset
36257
36258
36259 \end_layout
36260
36261 \begin_layout Standard
36262
36263 \end_layout
36264
36265 \begin_layout Standard
36266 \begin_inset VSpace bigskip
36267 \end_inset
36268
36269
36270 \begin_inset space \hfill{}
36271 \end_inset
36272
36273
36274 \begin_inset Tabular
36275 <lyxtabular version="3" rows="12" columns="2">
36276 <features>
36277 <column alignment="center" valignment="top" width="0pt">
36278 <column alignment="center" valignment="top" width="0pt">
36279 <row>
36280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36281 \begin_inset Text
36282
36283 \begin_layout Plain Layout
36284 Comando
36285 \end_layout
36286
36287 \end_inset
36288 </cell>
36289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36290 \begin_inset Text
36291
36292 \begin_layout Plain Layout
36293 equivalente a
36294 \begin_inset Note Note
36295 status collapsed
36296
36297 \begin_layout Plain Layout
36298
36299 \series bold
36300
36301 \backslash
36302 raisebox
36303 \series default
36304  se usa sólo como espaciador
36305 \end_layout
36306
36307 \end_inset
36308
36309
36310 \end_layout
36311
36312 \end_inset
36313 </cell>
36314 </row>
36315 <row>
36316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36317 \begin_inset Text
36318
36319 \begin_layout Plain Layout
36320
36321 \backslash
36322 ast
36323 \end_layout
36324
36325 \end_inset
36326 </cell>
36327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36328 \begin_inset Text
36329
36330 \begin_layout Plain Layout
36331 \begin_inset ERT
36332 status collapsed
36333
36334 \begin_layout Plain Layout
36335
36336
36337 \backslash
36338 raisebox{-1.2mm}{
36339 \end_layout
36340
36341 \end_inset
36342
36343 *
36344 \begin_inset ERT
36345 status collapsed
36346
36347 \begin_layout Plain Layout
36348
36349 }
36350 \end_layout
36351
36352 \end_inset
36353
36354
36355 \end_layout
36356
36357 \end_inset
36358 </cell>
36359 </row>
36360 <row>
36361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36362 \begin_inset Text
36363
36364 \begin_layout Plain Layout
36365
36366 \backslash
36367 choose
36368 \end_layout
36369
36370 \end_inset
36371 </cell>
36372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36373 \begin_inset Text
36374
36375 \begin_layout Plain Layout
36376
36377 \backslash
36378 binom
36379 \end_layout
36380
36381 \end_inset
36382 </cell>
36383 </row>
36384 <row>
36385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36386 \begin_inset Text
36387
36388 \begin_layout Plain Layout
36389
36390 \backslash
36391 geq
36392 \end_layout
36393
36394 \end_inset
36395 </cell>
36396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36397 \begin_inset Text
36398
36399 \begin_layout Plain Layout
36400
36401 \backslash
36402 ge
36403 \end_layout
36404
36405 \end_inset
36406 </cell>
36407 </row>
36408 <row>
36409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36410 \begin_inset Text
36411
36412 \begin_layout Plain Layout
36413
36414 \backslash
36415 lbrace
36416 \end_layout
36417
36418 \end_inset
36419 </cell>
36420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36421 \begin_inset Text
36422
36423 \begin_layout Plain Layout
36424 {
36425 \end_layout
36426
36427 \end_inset
36428 </cell>
36429 </row>
36430 <row>
36431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36432 \begin_inset Text
36433
36434 \begin_layout Plain Layout
36435
36436 \backslash
36437 lbracket
36438 \end_layout
36439
36440 \end_inset
36441 </cell>
36442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36443 \begin_inset Text
36444
36445 \begin_layout Plain Layout
36446 [
36447 \end_layout
36448
36449 \end_inset
36450 </cell>
36451 </row>
36452 <row>
36453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36454 \begin_inset Text
36455
36456 \begin_layout Plain Layout
36457
36458 \backslash
36459 leftarrow
36460 \end_layout
36461
36462 \end_inset
36463 </cell>
36464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36465 \begin_inset Text
36466
36467 \begin_layout Plain Layout
36468
36469 \backslash
36470 gets
36471 \end_layout
36472
36473 \end_inset
36474 </cell>
36475 </row>
36476 <row>
36477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36478 \begin_inset Text
36479
36480 \begin_layout Plain Layout
36481
36482 \backslash
36483 leq
36484 \end_layout
36485
36486 \end_inset
36487 </cell>
36488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36489 \begin_inset Text
36490
36491 \begin_layout Plain Layout
36492
36493 \backslash
36494 le
36495 \end_layout
36496
36497 \end_inset
36498 </cell>
36499 </row>
36500 <row>
36501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36502 \begin_inset Text
36503
36504 \begin_layout Plain Layout
36505
36506 \backslash
36507 lor
36508 \end_layout
36509
36510 \end_inset
36511 </cell>
36512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36513 \begin_inset Text
36514
36515 \begin_layout Plain Layout
36516
36517 \backslash
36518 vee
36519 \end_layout
36520
36521 \end_inset
36522 </cell>
36523 </row>
36524 <row>
36525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36526 \begin_inset Text
36527
36528 \begin_layout Plain Layout
36529
36530 \backslash
36531 neq
36532 \end_layout
36533
36534 \end_inset
36535 </cell>
36536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36537 \begin_inset Text
36538
36539 \begin_layout Plain Layout
36540
36541 \backslash
36542 not=
36543 \end_layout
36544
36545 \end_inset
36546 </cell>
36547 </row>
36548 <row>
36549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36550 \begin_inset Text
36551
36552 \begin_layout Plain Layout
36553
36554 \backslash
36555 slash
36556 \end_layout
36557
36558 \end_inset
36559 </cell>
36560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36561 \begin_inset Text
36562
36563 \begin_layout Plain Layout
36564 /
36565 \end_layout
36566
36567 \end_inset
36568 </cell>
36569 </row>
36570 <row>
36571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36572 \begin_inset Text
36573
36574 \begin_layout Plain Layout
36575
36576 \backslash
36577 vert
36578 \end_layout
36579
36580 \end_inset
36581 </cell>
36582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36583 \begin_inset Text
36584
36585 \begin_layout Plain Layout
36586 |
36587 \end_layout
36588
36589 \end_inset
36590 </cell>
36591 </row>
36592 </lyxtabular>
36593
36594 \end_inset
36595
36596
36597 \begin_inset space \hfill{}
36598 \end_inset
36599
36600
36601 \begin_inset Tabular
36602 <lyxtabular version="3" rows="12" columns="2">
36603 <features>
36604 <column alignment="center" valignment="top" width="0pt">
36605 <column alignment="center" valignment="top" width="0pt">
36606 <row>
36607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36608 \begin_inset Text
36609
36610 \begin_layout Plain Layout
36611 Comando
36612 \end_layout
36613
36614 \end_inset
36615 </cell>
36616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36617 \begin_inset Text
36618
36619 \begin_layout Plain Layout
36620 equivalente a
36621 \end_layout
36622
36623 \end_inset
36624 </cell>
36625 </row>
36626 <row>
36627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36628 \begin_inset Text
36629
36630 \begin_layout Plain Layout
36631
36632 \backslash
36633 backslash
36634 \end_layout
36635
36636 \end_inset
36637 </cell>
36638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36639 \begin_inset Text
36640
36641 \begin_layout Plain Layout
36642
36643 \backslash
36644
36645 \backslash
36646
36647 \end_layout
36648
36649 \end_inset
36650 </cell>
36651 </row>
36652 <row>
36653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36654 \begin_inset Text
36655
36656 \begin_layout Plain Layout
36657
36658 \backslash
36659 dasharrow
36660 \end_layout
36661
36662 \end_inset
36663 </cell>
36664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36665 \begin_inset Text
36666
36667 \begin_layout Plain Layout
36668
36669 \backslash
36670 dashrightarrow
36671 \end_layout
36672
36673 \end_inset
36674 </cell>
36675 </row>
36676 <row>
36677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36678 \begin_inset Text
36679
36680 \begin_layout Plain Layout
36681
36682 \backslash
36683 land
36684 \end_layout
36685
36686 \end_inset
36687 </cell>
36688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36689 \begin_inset Text
36690
36691 \begin_layout Plain Layout
36692
36693 \backslash
36694 wedge
36695 \end_layout
36696
36697 \end_inset
36698 </cell>
36699 </row>
36700 <row>
36701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36702 \begin_inset Text
36703
36704 \begin_layout Plain Layout
36705
36706 \backslash
36707 rbrace
36708 \end_layout
36709
36710 \end_inset
36711 </cell>
36712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36713 \begin_inset Text
36714
36715 \begin_layout Plain Layout
36716 }
36717 \end_layout
36718
36719 \end_inset
36720 </cell>
36721 </row>
36722 <row>
36723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36724 \begin_inset Text
36725
36726 \begin_layout Plain Layout
36727
36728 \backslash
36729 rbracket
36730 \end_layout
36731
36732 \end_inset
36733 </cell>
36734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36735 \begin_inset Text
36736
36737 \begin_layout Plain Layout
36738 ]
36739 \end_layout
36740
36741 \end_inset
36742 </cell>
36743 </row>
36744 <row>
36745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36746 \begin_inset Text
36747
36748 \begin_layout Plain Layout
36749
36750 \backslash
36751 rightarrow
36752 \end_layout
36753
36754 \end_inset
36755 </cell>
36756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36757 \begin_inset Text
36758
36759 \begin_layout Plain Layout
36760
36761 \backslash
36762 to
36763 \end_layout
36764
36765 \end_inset
36766 </cell>
36767 </row>
36768 <row>
36769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36770 \begin_inset Text
36771
36772 \begin_layout Plain Layout
36773
36774 \backslash
36775 lnot
36776 \end_layout
36777
36778 \end_inset
36779 </cell>
36780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36781 \begin_inset Text
36782
36783 \begin_layout Plain Layout
36784
36785 \backslash
36786 neg
36787 \end_layout
36788
36789 \end_inset
36790 </cell>
36791 </row>
36792 <row>
36793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36794 \begin_inset Text
36795
36796 \begin_layout Plain Layout
36797
36798 \backslash
36799 ne
36800 \end_layout
36801
36802 \end_inset
36803 </cell>
36804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36805 \begin_inset Text
36806
36807 \begin_layout Plain Layout
36808
36809 \backslash
36810 not=
36811 \end_layout
36812
36813 \end_inset
36814 </cell>
36815 </row>
36816 <row>
36817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36818 \begin_inset Text
36819
36820 \begin_layout Plain Layout
36821
36822 \backslash
36823 owns
36824 \end_layout
36825
36826 \end_inset
36827 </cell>
36828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36829 \begin_inset Text
36830
36831 \begin_layout Plain Layout
36832
36833 \backslash
36834 ni
36835 \end_layout
36836
36837 \end_inset
36838 </cell>
36839 </row>
36840 <row>
36841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36842 \begin_inset Text
36843
36844 \begin_layout Plain Layout
36845
36846 \backslash
36847 square
36848 \end_layout
36849
36850 \end_inset
36851 </cell>
36852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36853 \begin_inset Text
36854
36855 \begin_layout Plain Layout
36856
36857 \backslash
36858 Box
36859 \end_layout
36860
36861 \end_inset
36862 </cell>
36863 </row>
36864 <row>
36865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36866 \begin_inset Text
36867
36868 \begin_layout Plain Layout
36869
36870 \backslash
36871 Vert
36872 \end_layout
36873
36874 \end_inset
36875 </cell>
36876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36877 \begin_inset Text
36878
36879 \begin_layout Plain Layout
36880
36881 \backslash
36882 |
36883 \end_layout
36884
36885 \end_inset
36886 </cell>
36887 </row>
36888 </lyxtabular>
36889
36890 \end_inset
36891
36892
36893 \begin_inset space \hfill{}
36894 \end_inset
36895
36896
36897 \end_layout
36898
36899 \begin_layout Standard
36900 \begin_inset Newpage newpage
36901 \end_inset
36902
36903
36904 \end_layout
36905
36906 \begin_layout Bibliography
36907 \begin_inset CommandInset bibitem
36908 LatexCommand bibitem
36909 key "TLC2"
36910
36911 \end_inset
36912
36913
36914 \shape smallcaps
36915 Mittelbach, F.
36916  ; Goossens, M.
36917 \shape default
36918
36919 \shape italic
36920 The LaTeX Companion
36921 \shape default
36922 .
36923  Addison Wesley, 2004
36924 \end_layout
36925
36926 \begin_layout Bibliography
36927 \begin_inset CommandInset bibitem
36928 LatexCommand bibitem
36929 key "Mathmode"
36930
36931 \end_inset
36932
36933
36934 \begin_inset CommandInset href
36935 LatexCommand href
36936 name "Descripción"
36937 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36938
36939 \end_inset
36940
36941  de habilidades matemáticas de LaTeX
36942 \end_layout
36943
36944 \begin_layout Bibliography
36945 \begin_inset CommandInset bibitem
36946 LatexCommand bibitem
36947 key "Voss"
36948
36949 \end_inset
36950
36951
36952 \begin_inset CommandInset href
36953 LatexCommand href
36954 name "Página web"
36955 target "http://tug.org/TeXnik/"
36956
36957 \end_inset
36958
36959  con sugerencias y consejos de LaTeX
36960 \end_layout
36961
36962 \begin_layout Bibliography
36963 \begin_inset CommandInset bibitem
36964 LatexCommand bibitem
36965 key "AMS"
36966
36967 \end_inset
36968
36969
36970 \begin_inset CommandInset href
36971 LatexCommand href
36972 name "Descripción"
36973 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
36974
36975 \end_inset
36976
36977  de 
36978 \begin_inset ERT
36979 status collapsed
36980
36981 \begin_layout Plain Layout
36982
36983
36984 \backslash
36985 AmS
36986 \end_layout
36987
36988 \end_inset
36989
36990 -LaTeX
36991 \end_layout
36992
36993 \begin_layout Bibliography
36994 \begin_inset CommandInset bibitem
36995 LatexCommand bibitem
36996 key "Symbole"
36997
36998 \end_inset
36999
37000
37001 \begin_inset CommandInset href
37002 LatexCommand href
37003 name "Lista"
37004 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37005
37006 \end_inset
37007
37008  de todos los símbolos disponibles con paquetes LaTeX
37009 \end_layout
37010
37011 \begin_layout Bibliography
37012 \begin_inset CommandInset bibitem
37013 LatexCommand bibitem
37014 key "hyperref"
37015
37016 \end_inset
37017
37018
37019 \begin_inset CommandInset href
37020 LatexCommand href
37021 name "Documentación"
37022 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37023
37024 \end_inset
37025
37026  del paquete LaTeX 
37027 \series bold
37028 hyperref
37029 \series default
37030
37031 \begin_inset Index
37032 status collapsed
37033
37034 \begin_layout Plain Layout
37035 Paquetes ! hyperref
37036 \end_layout
37037
37038 \end_inset
37039
37040
37041 \end_layout
37042
37043 \begin_layout Bibliography
37044 \begin_inset CommandInset bibitem
37045 LatexCommand bibitem
37046 key "Mathclap"
37047
37048 \end_inset
37049
37050
37051 \begin_inset CommandInset href
37052 LatexCommand href
37053 name "Descripción"
37054 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37055
37056 \end_inset
37057
37058  del comando 
37059 \series bold
37060
37061 \backslash
37062 mathclap
37063 \series default
37064 , descrito en 
37065 \begin_inset CommandInset ref
37066 LatexCommand ref
37067 reference "sub:Límites-de-operadores"
37068
37069 \end_inset
37070
37071
37072 \begin_inset Index
37073 status collapsed
37074
37075 \begin_layout Plain Layout
37076 Comandos ! M ! 
37077 \backslash
37078 mathclap
37079 \end_layout
37080
37081 \end_inset
37082
37083
37084 \end_layout
37085
37086 \begin_layout Bibliography
37087 \begin_inset CommandInset bibitem
37088 LatexCommand bibitem
37089 key "Duden"
37090
37091 \end_inset
37092
37093
37094 \emph on
37095 Duden Band 1
37096 \emph default
37097 .
37098  22.
37099  Auflage, Duden 2001
37100 \end_layout
37101
37102 \begin_layout Bibliography
37103 \begin_inset CommandInset bibitem
37104 LatexCommand bibitem
37105 key "spanish"
37106
37107 \end_inset
37108
37109
37110 \begin_inset CommandInset href
37111 LatexCommand href
37112 name "Página web"
37113 target "http://www.tex-tipografia.com/spanish.html"
37114
37115 \end_inset
37116
37117  del estilo 
37118 \series bold
37119 spanish
37120 \family sans
37121 \series default
37122  
37123 \family default
37124 incluido en el paquete 
37125 \series bold
37126 babel
37127 \end_layout
37128
37129 \begin_layout Bibliography
37130 \begin_inset CommandInset bibitem
37131 LatexCommand bibitem
37132 key "Bezos"
37133
37134 \end_inset
37135
37136
37137 \begin_inset CommandInset href
37138 LatexCommand href
37139 name "Documento"
37140 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
37141
37142 \end_inset
37143
37144  sobre ortotipografía y notaciones matemáticas en español
37145 \end_layout
37146
37147 \begin_layout Standard
37148
37149 \family sans
37150 \series bold
37151 \begin_inset CommandInset index_print
37152 LatexCommand printindex
37153
37154 \end_inset
37155
37156
37157 \end_layout
37158
37159 \end_body
37160 \end_document