]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Math.lyx: update documentation for \cfrac
[lyx.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
2107 \lang english
2108 It is possible to specify the alignment of the numerator.
2109  The command 
2110 \series bold
2111
2112 \backslash
2113 cfracleft
2114 \series default
2115  is used to left align it, the command 
2116 \series bold
2117
2118 \backslash
2119 cfracright
2120 \series default
2121  to right-align it.
2122  
2123 \series bold
2124
2125 \backslash
2126 cfrac
2127 \series default
2128  centers the numerator.
2129
2130 \lang spanish
2131  Estas fracciones muestran las distintas alineaciones:
2132 \end_layout
2133
2134 \begin_layout Standard
2135 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2136 \end_inset
2137
2138  ; 
2139 \begin_inset Formula $\cfrac{A}{B+C}$
2140 \end_inset
2141
2142  ; 
2143 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2144 \end_inset
2145
2146
2147 \end_layout
2148
2149 \begin_layout Standard
2150 \noindent
2151 \begin_inset Note Greyedout
2152 status open
2153
2154 \begin_layout Plain Layout
2155
2156 \series bold
2157 Nota
2158 \series default
2159
2160 \series bold
2161
2162 \backslash
2163 cfracleft
2164 \series default
2165  y
2166 \series bold
2167  
2168 \backslash
2169 cfracright
2170 \series default
2171  
2172 \lang english
2173 are no real LaTeX commands but represent the command
2174 \lang spanish
2175  
2176 \series bold
2177
2178 \backslash
2179 cfrac[posición del numerador]{numerador}{denominador}
2180 \series default
2181  .
2182  
2183 \lang english
2184 Therefore you cannot use them 
2185 \lang spanish
2186 en código TeX.
2187 \end_layout
2188
2189 \end_inset
2190
2191
2192 \begin_inset VSpace medskip
2193 \end_inset
2194
2195
2196 \end_layout
2197
2198 \begin_layout Standard
2199 Muchas veces es adecuado combinar 
2200 \series bold
2201
2202 \backslash
2203 cfrac
2204 \series default
2205  y 
2206 \series bold
2207
2208 \backslash
2209 frac
2210 \series default
2211 :
2212 \begin_inset Formula \[
2213 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2214
2215 \end_inset
2216
2217
2218 \end_layout
2219
2220 \begin_layout Standard
2221 Para componer fracciones en línea con raya de fracción inclinada puedes
2222  usar el comando 
2223 \series bold
2224
2225 \backslash
2226 nicefrac
2227 \series default
2228
2229 \begin_inset Index
2230 status collapsed
2231
2232 \begin_layout Plain Layout
2233 Comandos ! N ! 
2234 \backslash
2235 nicefrac
2236 \end_layout
2237
2238 \end_inset
2239
2240
2241 \begin_inset Formula $\nicefrac{5}{31}$
2242 \end_inset
2243
2244  Hay además el comando 
2245 \series bold
2246
2247 \backslash
2248 unitfracthree
2249 \series default
2250  que permite escribir una fracción en combinación con un número: 
2251 \begin_inset Formula $\unitfrac[2]{1}{3}$
2252 \end_inset
2253
2254
2255 \end_layout
2256
2257 \begin_layout Standard
2258 \begin_inset Note Greyedout
2259 status open
2260
2261 \begin_layout Plain Layout
2262
2263 \series bold
2264 Nota
2265 \series default
2266
2267 \series bold
2268
2269 \backslash
2270 unitfracthree
2271 \series default
2272  no es un comando LaTeX auténtico, sino el comando
2273 \begin_inset Newline newline
2274 \end_inset
2275
2276
2277 \series bold
2278
2279 \backslash
2280 unitfrac[número]{numerador}{denominador}
2281 \series default
2282  .
2283  Por tanto no puedes usarlo en código TeX.
2284 \end_layout
2285
2286 \end_inset
2287
2288
2289 \end_layout
2290
2291 \begin_layout Standard
2292 En la 
2293 \begin_inset CommandInset ref
2294 LatexCommand ref
2295 reference "sub:Fracciones-personalizadas"
2296
2297 \end_inset
2298
2299  se explica cómo componer fracciones personalizadas en las que la raya de
2300  fracción se puede cambiar.
2301  
2302 \end_layout
2303
2304 \begin_layout Subsection
2305 Raíces
2306 \begin_inset Index
2307 status collapsed
2308
2309 \begin_layout Plain Layout
2310 Raíces
2311 \end_layout
2312
2313 \end_inset
2314
2315
2316 \end_layout
2317
2318 \begin_layout Standard
2319 Las raíces cuadradas se componen con 
2320 \series bold
2321
2322 \backslash
2323 sqrt
2324 \series default
2325
2326 \begin_inset Index
2327 status collapsed
2328
2329 \begin_layout Plain Layout
2330 Comandos ! S ! 
2331 \backslash
2332 sqrt
2333 \end_layout
2334
2335 \end_inset
2336
2337  o con el botón 
2338 \begin_inset Graphics
2339         filename ../../images/math/sqrt.png
2340         scale 85
2341
2342 \end_inset
2343
2344  de la barra de  ecuaciones; todas las demás raíces con el comando 
2345 \series bold
2346
2347 \backslash
2348 root
2349 \series default
2350
2351 \begin_inset Index
2352 status collapsed
2353
2354 \begin_layout Plain Layout
2355 Comandos ! R ! 
2356 \backslash
2357 root
2358 \end_layout
2359
2360 \end_inset
2361
2362  o con el botón 
2363 \begin_inset Graphics
2364         filename ../../images/math/root.png
2365         scale 85
2366
2367 \end_inset
2368
2369 .
2370 \end_layout
2371
2372 \begin_layout Standard
2373 \noindent
2374 \align center
2375 \begin_inset Tabular
2376 <lyxtabular version="3" rows="3" columns="2">
2377 <features>
2378 <column alignment="center" valignment="top" width="0">
2379 <column alignment="center" valignment="top" width="0">
2380 <row>
2381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385 Comando
2386 \end_layout
2387
2388 \end_inset
2389 </cell>
2390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2391 \begin_inset Text
2392
2393 \begin_layout Plain Layout
2394 Resultado
2395 \begin_inset Note Note
2396 status collapsed
2397
2398 \begin_layout Plain Layout
2399
2400 \series bold
2401
2402 \backslash
2403 raisebox
2404 \series default
2405  se usa sólo como espaciador
2406 \end_layout
2407
2408 \end_inset
2409
2410
2411 \end_layout
2412
2413 \end_inset
2414 </cell>
2415 </row>
2416 <row>
2417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2418 \begin_inset Text
2419
2420 \begin_layout Plain Layout
2421
2422 \backslash
2423 sqrt
2424 \begin_inset ERT
2425 status collapsed
2426
2427 \begin_layout Plain Layout
2428
2429
2430 \backslash
2431 spce 
2432 \end_layout
2433
2434 \end_inset
2435
2436 A-B
2437 \end_layout
2438
2439 \end_inset
2440 </cell>
2441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2442 \begin_inset Text
2443
2444 \begin_layout Plain Layout
2445 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2446 \end_inset
2447
2448
2449 \end_layout
2450
2451 \end_inset
2452 </cell>
2453 </row>
2454 <row>
2455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2456 \begin_inset Text
2457
2458 \begin_layout Plain Layout
2459
2460 \backslash
2461 root
2462 \begin_inset ERT
2463 status collapsed
2464
2465 \begin_layout Plain Layout
2466
2467
2468 \backslash
2469 spce 
2470 \end_layout
2471
2472 \end_inset
2473
2474 3
2475 \begin_inset Formula $\downarrow$
2476 \end_inset
2477
2478 A-B
2479 \end_layout
2480
2481 \end_inset
2482 </cell>
2483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2484 \begin_inset Text
2485
2486 \begin_layout Plain Layout
2487 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2488 \end_inset
2489
2490
2491 \end_layout
2492
2493 \end_inset
2494 </cell>
2495 </row>
2496 </lyxtabular>
2497
2498 \end_inset
2499
2500
2501 \end_layout
2502
2503 \begin_layout Standard
2504 Una raíz cuadrada se compone también con 
2505 \series bold
2506
2507 \backslash
2508 root
2509 \series default
2510  dejando vacío el campo del índice.
2511 \end_layout
2512
2513 \begin_layout Standard
2514 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2515  la raíz: 
2516 \begin_inset Formula $\sqrt[\beta]{B}$
2517 \end_inset
2518
2519
2520 \begin_inset Newline newline
2521 \end_inset
2522
2523 La 
2524 \begin_inset Formula $\beta$
2525 \end_inset
2526
2527  toca la raíz.
2528  Para evitar esto se usan los comandos 
2529 \series bold
2530
2531 \backslash
2532 leftroot
2533 \series default
2534
2535 \begin_inset Index
2536 status collapsed
2537
2538 \begin_layout Plain Layout
2539 Comandos ! L ! 
2540 \backslash
2541 leftroot
2542 \end_layout
2543
2544 \end_inset
2545
2546  y 
2547 \series bold
2548
2549 \backslash
2550 uproot
2551 \series default
2552
2553 \begin_inset Index
2554 status collapsed
2555
2556 \begin_layout Plain Layout
2557 Comandos ! U ! 
2558 \backslash
2559 uproot
2560 \end_layout
2561
2562 \end_inset
2563
2564  con el esquema siguiente:
2565 \end_layout
2566
2567 \begin_layout Standard
2568
2569 \series bold
2570
2571 \backslash
2572 leftroot{distancia}
2573 \series default
2574  y 
2575 \series bold
2576
2577 \backslash
2578 uproot{distancia}
2579 \end_layout
2580
2581 \begin_layout Standard
2582 Distancia es el número de Puntos Grandes (
2583 \begin_inset Quotes fld
2584 \end_inset
2585
2586 Big Points
2587 \begin_inset Quotes frd
2588 \end_inset
2589
2590 , unidad bp; 
2591 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2592 \end_inset
2593
2594 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2595  Los comandos se escriben en el índice.
2596  Así, el comando:
2597 \begin_inset Newline newline
2598 \end_inset
2599
2600
2601 \series bold
2602
2603 \backslash
2604 root
2605 \backslash
2606 leftroot{-1
2607 \begin_inset Formula $\to$
2608 \end_inset
2609
2610
2611 \backslash
2612 uproot{2
2613 \begin_inset Formula $\to$
2614 \end_inset
2615
2616
2617 \backslash
2618 beta
2619 \begin_inset ERT
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623
2624
2625 \backslash
2626 spce 
2627 \end_layout
2628
2629 \end_inset
2630
2631
2632 \begin_inset Formula $\to$
2633 \end_inset
2634
2635 B
2636 \begin_inset Newline newline
2637 \end_inset
2638
2639
2640 \series default
2641 genera una fórmula correctamente tipografiada: 
2642 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2643 \end_inset
2644
2645
2646 \end_layout
2647
2648 \begin_layout Subsection
2649 Coeficientes de un binomio
2650 \begin_inset Index
2651 status collapsed
2652
2653 \begin_layout Plain Layout
2654 Binomios
2655 \end_layout
2656
2657 \end_inset
2658
2659
2660 \end_layout
2661
2662 \begin_layout Standard
2663 Los coeficientes de un binomio se insertan con el comando 
2664 \series bold
2665
2666 \backslash
2667 binom
2668 \series default
2669
2670 \begin_inset Index
2671 status collapsed
2672
2673 \begin_layout Plain Layout
2674 Comandos ! B ! 
2675 \backslash
2676 binom
2677 \end_layout
2678
2679 \end_inset
2680
2681  o con el submenú del botón 
2682 \begin_inset Graphics
2683         filename ../../images/math/frac-square.png
2684         scale 85
2685
2686 \end_inset
2687
2688 de la barra de herramientas de ecuaciones.
2689  Como en las fracciones, además de 
2690 \series bold
2691
2692 \backslash
2693 binom
2694 \series default
2695  hay los comandos 
2696 \series bold
2697
2698 \backslash
2699 dbinom
2700 \begin_inset Index
2701 status collapsed
2702
2703 \begin_layout Plain Layout
2704 Comandos ! D ! 
2705 \backslash
2706 dbinom
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \series default
2713  y 
2714 \series bold
2715
2716 \backslash
2717 tbinom
2718 \series default
2719
2720 \begin_inset Index
2721 status collapsed
2722
2723 \begin_layout Plain Layout
2724 Comandos ! T ! 
2725 \backslash
2726 tbinom
2727 \end_layout
2728
2729 \end_inset
2730
2731 .
2732  Para otros delimitadores de coeficientes de un binomio hay los comandos
2733  
2734 \series bold
2735
2736 \backslash
2737 brace
2738 \series default
2739
2740 \begin_inset Index
2741 status collapsed
2742
2743 \begin_layout Plain Layout
2744 Comandos ! B ! 
2745 \backslash
2746 brace
2747 \end_layout
2748
2749 \end_inset
2750
2751  y 
2752 \series bold
2753
2754 \backslash
2755 brack
2756 \series default
2757
2758 \begin_inset Index
2759 status collapsed
2760
2761 \begin_layout Plain Layout
2762 Comandos ! B ! 
2763 \backslash
2764 brack
2765 \end_layout
2766
2767 \end_inset
2768
2769 .
2770 \end_layout
2771
2772 \begin_layout Standard
2773 \noindent
2774 \align center
2775 \begin_inset Tabular
2776 <lyxtabular version="3" rows="6" columns="2">
2777 <features>
2778 <column alignment="center" valignment="top" width="0">
2779 <column alignment="center" valignment="top" width="0">
2780 <row>
2781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2782 \begin_inset Text
2783
2784 \begin_layout Plain Layout
2785 Comando
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2791 \begin_inset Text
2792
2793 \begin_layout Plain Layout
2794 Resultado
2795 \begin_inset Note Note
2796 status collapsed
2797
2798 \begin_layout Plain Layout
2799
2800 \series bold
2801
2802 \backslash
2803 raisebox
2804 \series default
2805  se usa sólo como espaciador
2806 \end_layout
2807
2808 \end_inset
2809
2810
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 </row>
2816 <row>
2817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Plain Layout
2821
2822 \backslash
2823 binom
2824 \begin_inset ERT
2825 status collapsed
2826
2827 \begin_layout Plain Layout
2828
2829
2830 \backslash
2831 spce 
2832 \end_layout
2833
2834 \end_inset
2835
2836 A
2837 \begin_inset Formula $\downarrow$
2838 \end_inset
2839
2840 B
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Plain Layout
2849 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2850 \end_inset
2851
2852
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 </row>
2858 <row>
2859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2860 \begin_inset Text
2861
2862 \begin_layout Plain Layout
2863
2864 \backslash
2865 dbinom
2866 \begin_inset ERT
2867 status collapsed
2868
2869 \begin_layout Plain Layout
2870
2871
2872 \backslash
2873 spce 
2874 \end_layout
2875
2876 \end_inset
2877
2878 A
2879 \begin_inset Formula $\downarrow$
2880 \end_inset
2881
2882 B
2883 \end_layout
2884
2885 \end_inset
2886 </cell>
2887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2888 \begin_inset Text
2889
2890 \begin_layout Plain Layout
2891 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2892 \end_inset
2893
2894
2895 \end_layout
2896
2897 \end_inset
2898 </cell>
2899 </row>
2900 <row>
2901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2902 \begin_inset Text
2903
2904 \begin_layout Plain Layout
2905
2906 \backslash
2907 tbinom
2908 \begin_inset ERT
2909 status collapsed
2910
2911 \begin_layout Plain Layout
2912
2913
2914 \backslash
2915 spce 
2916 \end_layout
2917
2918 \end_inset
2919
2920 A
2921 \begin_inset Formula $\downarrow$
2922 \end_inset
2923
2924 B
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2930 \begin_inset Text
2931
2932 \begin_layout Plain Layout
2933 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2934 \end_inset
2935
2936
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 </row>
2942 <row>
2943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947
2948 \backslash
2949 brack
2950 \begin_inset ERT
2951 status collapsed
2952
2953 \begin_layout Plain Layout
2954
2955
2956 \backslash
2957 spce 
2958 \end_layout
2959
2960 \end_inset
2961
2962 A
2963 \begin_inset Formula $\downarrow$
2964 \end_inset
2965
2966 B
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Plain Layout
2975 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2976 \end_inset
2977
2978
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 </row>
2984 <row>
2985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2986 \begin_inset Text
2987
2988 \begin_layout Plain Layout
2989
2990 \backslash
2991 brace
2992 \begin_inset ERT
2993 status collapsed
2994
2995 \begin_layout Plain Layout
2996
2997
2998 \backslash
2999 spce 
3000 \end_layout
3001
3002 \end_inset
3003
3004 A
3005 \begin_inset Formula $\downarrow$
3006 \end_inset
3007
3008 B
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3018 \end_inset
3019
3020
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 </row>
3026 </lyxtabular>
3027
3028 \end_inset
3029
3030
3031 \begin_inset Newpage newpage
3032 \end_inset
3033
3034
3035 \end_layout
3036
3037 \begin_layout Subsection
3038 Diferenciaciones de casos
3039 \begin_inset Index
3040 status collapsed
3041
3042 \begin_layout Plain Layout
3043 Casos
3044 \end_layout
3045
3046 \end_inset
3047
3048
3049 \end_layout
3050
3051 \begin_layout Standard
3052 \noindent
3053 \align center
3054 \begin_inset Tabular
3055 <lyxtabular version="3" rows="3" columns="2">
3056 <features>
3057 <column alignment="center" valignment="top" width="0">
3058 <column alignment="center" valignment="top" width="0">
3059 <row>
3060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064 Comando
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073 Resultado
3074 \end_layout
3075
3076 \end_inset
3077 </cell>
3078 </row>
3079 <row>
3080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084
3085 \backslash
3086 cases
3087 \begin_inset ERT
3088 status collapsed
3089
3090 \begin_layout Plain Layout
3091
3092
3093 \backslash
3094 spce 
3095 \end_layout
3096
3097 \end_inset
3098
3099 A
3100 \begin_inset Formula $\to$
3101 \end_inset
3102
3103 B>0
3104 \begin_inset Index
3105 status collapsed
3106
3107 \begin_layout Plain Layout
3108 Comandos ! C ! 
3109 \backslash
3110 cases
3111 \end_layout
3112
3113 \end_inset
3114
3115
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124 \begin_inset Formula $\begin{cases}
3125 A & B>0\end{cases}$
3126 \end_inset
3127
3128
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 </row>
3134 <row>
3135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139
3140 \backslash
3141 cases
3142 \begin_inset ERT
3143 status collapsed
3144
3145 \begin_layout Plain Layout
3146
3147
3148 \backslash
3149 spce 
3150 \end_layout
3151
3152 \end_inset
3153
3154
3155 \family sans
3156 Ctrl+Retorno
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165 \begin_inset Formula $\begin{cases}
3166 A & \textrm{para }x>0\\
3167 B & \textrm{para }x=0\end{cases}$
3168 \end_inset
3169
3170
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 </row>
3176 </lyxtabular>
3177
3178 \end_inset
3179
3180
3181 \end_layout
3182
3183 \begin_layout Standard
3184 Después de insertar 
3185 \series bold
3186
3187 \backslash
3188 cases
3189 \series default
3190  o usar el botón 
3191 \begin_inset Graphics
3192         filename ../../images/math/cases.png
3193         scale 85
3194
3195 \end_inset
3196
3197  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3198 \family sans
3199 Ctrl+Retorno
3200 \family default
3201  o con el botón
3202 \family sans
3203  
3204 \family default
3205
3206 \begin_inset Graphics
3207         filename ../../images/tabular-feature_append-row.png
3208         scale 85
3209
3210 \end_inset
3211
3212  de la barra de tablas.
3213 \end_layout
3214
3215 \begin_layout Standard
3216 El comando 
3217 \series bold
3218
3219 \backslash
3220 cases
3221 \series default
3222  también está disponible en el menú 
3223 \family sans
3224 Insertar\SpecialChar \menuseparator
3225 Ecuación\SpecialChar \menuseparator
3226 Entorno casos
3227 \family default
3228 .
3229 \end_layout
3230
3231 \begin_layout Subsection
3232 Negaciones
3233 \begin_inset Index
3234 status collapsed
3235
3236 \begin_layout Plain Layout
3237 Negaciones
3238 \end_layout
3239
3240 \end_inset
3241
3242
3243 \end_layout
3244
3245 \begin_layout Standard
3246 Con el comando 
3247 \series bold
3248
3249 \backslash
3250 not
3251 \series default
3252
3253 \begin_inset Index
3254 status collapsed
3255
3256 \begin_layout Plain Layout
3257 Comandos ! N ! 
3258 \backslash
3259 not
3260 \end_layout
3261
3262 \end_inset
3263
3264  todo carácter se puede mostrar cancelado.
3265  Los caracteres son casi tachados con una barra inclinada.
3266 \end_layout
3267
3268 \begin_layout Standard
3269 \noindent
3270 \align center
3271 \begin_inset Tabular
3272 <lyxtabular version="3" rows="4" columns="2">
3273 <features>
3274 <column alignment="center" valignment="top" width="0">
3275 <column alignment="center" valignment="top" width="0">
3276 <row>
3277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281 Comando
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 Resultado
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 </row>
3296 <row>
3297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \backslash
3303 not=
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312 \begin_inset Formula $\not=$
3313 \end_inset
3314
3315
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \backslash
3328 not 
3329 \backslash
3330 le
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339 \begin_inset Formula $\not\le$
3340 \end_inset
3341
3342
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 <row>
3349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \backslash
3355 not 
3356 \backslash
3357 parallel
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 \begin_inset Formula $\not\parallel$
3367 \end_inset
3368
3369
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 </row>
3375 </lyxtabular>
3376
3377 \end_inset
3378
3379
3380 \end_layout
3381
3382 \begin_layout Standard
3383 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3384  Por tanto para algunas negaciones hay comandos especiales (véase 
3385 \begin_inset CommandInset ref
3386 LatexCommand ref
3387 reference "sub:Símbolos-matemáticos"
3388
3389 \end_inset
3390
3391  y 
3392 \begin_inset CommandInset ref
3393 LatexCommand ref
3394 reference "sec:Relaciones"
3395
3396 \end_inset
3397
3398 ).
3399 \end_layout
3400
3401 \begin_layout Subsection
3402 Espacios reservados 
3403 \begin_inset CommandInset label
3404 LatexCommand label
3405 name "sub:Espacios-reservados"
3406
3407 \end_inset
3408
3409
3410 \begin_inset Index
3411 status collapsed
3412
3413 \begin_layout Plain Layout
3414 Espacios reservados
3415 \end_layout
3416
3417 \end_inset
3418
3419
3420 \begin_inset Index
3421 status collapsed
3422
3423 \begin_layout Plain Layout
3424 Química ! isótopos
3425 \end_layout
3426
3427 \end_inset
3428
3429
3430 \begin_inset Index
3431 status collapsed
3432
3433 \begin_layout Plain Layout
3434 Isótopos|see
3435 \begin_inset ERT
3436 status collapsed
3437
3438 \begin_layout Plain Layout
3439
3440 {
3441 \end_layout
3442
3443 \end_inset
3444
3445 Química
3446 \begin_inset ERT
3447 status collapsed
3448
3449 \begin_layout Plain Layout
3450
3451 }
3452 \end_layout
3453
3454 \end_inset
3455
3456
3457 \end_layout
3458
3459 \end_inset
3460
3461
3462 \end_layout
3463
3464 \begin_layout Standard
3465 En la presentación de, p.
3466 \begin_inset space \thinspace{}
3467 \end_inset
3468
3469 e., isótopos,
3470 \begin_inset Foot
3471 status collapsed
3472
3473 \begin_layout Plain Layout
3474 Más sobre símbolos químicos en 
3475 \begin_inset CommandInset ref
3476 LatexCommand ref
3477 reference "sub:Símbolos-y-ecuaciones-químicas"
3478
3479 \end_inset
3480
3481
3482 \end_layout
3483
3484 \end_inset
3485
3486  surge el problema siguiente:
3487 \end_layout
3488
3489 \begin_layout Standard
3490 \noindent
3491 \align center
3492 \begin_inset Tabular
3493 <lyxtabular version="3" rows="2" columns="2">
3494 <features>
3495 <column alignment="center" valignment="top" width="0">
3496 <column alignment="center" valignment="top" width="0">
3497 <row>
3498 <cell alignment="center" valignment="top" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 Índices generados con sub- y superíndices:
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 <cell alignment="center" valignment="top" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3512 \end_inset
3513
3514
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 Índices correctos:
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3535 \end_inset
3536
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 </lyxtabular>
3544
3545 \end_inset
3546
3547
3548 \begin_inset Note Note
3549 status collapsed
3550
3551 \begin_layout Plain Layout
3552
3553 \series bold
3554
3555 \backslash
3556 raisebox
3557 \series default
3558  se usa sólo como espaciador
3559 \end_layout
3560
3561 \end_inset
3562
3563
3564 \end_layout
3565
3566 \begin_layout Standard
3567 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3568  del índice más largo.
3569  Para evitarlo está el comando 
3570 \series bold
3571
3572 \backslash
3573 phantom
3574 \series default
3575
3576 \begin_inset Index
3577 status collapsed
3578
3579 \begin_layout Plain Layout
3580 Comandos ! P ! 
3581 \backslash
3582 phantom
3583 \end_layout
3584
3585 \end_inset
3586
3587  o el botón 
3588 \begin_inset space ~
3589 \end_inset
3590
3591
3592 \begin_inset Graphics
3593         filename ../../images/math/phantom.png
3594         scale 85
3595
3596 \end_inset
3597
3598  del submenú de espaciado de ecuaciones
3599 \begin_inset Foot
3600 status collapsed
3601
3602 \begin_layout Plain Layout
3603 Botón 
3604 \begin_inset Graphics
3605         filename ../../images/math/space.png
3606         scale 85
3607
3608 \end_inset
3609
3610  de la barra de ecuaciones
3611 \end_layout
3612
3613 \end_inset
3614
3615 , que genera uno o más espacios reservados.
3616  Al insertar 
3617 \series bold
3618
3619 \backslash
3620 phantom
3621 \series default
3622  aparece un pequeño marco azul con dos flechas rojas superpuestas
3623 \begin_inset Formula $\phantom{}$
3624 \end_inset
3625
3626 .
3627  Las flechas indican que se reservará un espacio equivalente a la anchura
3628  y altura totales del contenido del marco.
3629  Los espacios reservados son correspondientes al tamaño de los caracteres.
3630 \end_layout
3631
3632 \begin_layout Standard
3633 \noindent
3634 \align center
3635 \begin_inset Tabular
3636 <lyxtabular version="3" rows="4" columns="2">
3637 <features>
3638 <column alignment="center" valignment="top" width="0">
3639 <column alignment="center" valignment="top" width="0">
3640 <row>
3641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 Comando
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 Resultado
3655 \begin_inset Note Note
3656 status collapsed
3657
3658 \begin_layout Plain Layout
3659
3660 \series bold
3661
3662 \backslash
3663 raisebox
3664 \series default
3665  se usa sólo como espaciador
3666 \end_layout
3667
3668 \end_inset
3669
3670
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 <row>
3677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 ^19
3682 \begin_inset ERT
3683 status collapsed
3684
3685 \begin_layout Plain Layout
3686
3687
3688 \backslash
3689 spce 
3690 \end_layout
3691
3692 \end_inset
3693
3694 _
3695 \backslash
3696 phantom
3697 \begin_inset ERT
3698 status collapsed
3699
3700 \begin_layout Plain Layout
3701
3702
3703 \backslash
3704 spce 
3705 \end_layout
3706
3707 \end_inset
3708
3709 1
3710 \begin_inset Formula $\rightarrow$
3711 \end_inset
3712
3713 9
3714 \begin_inset ERT
3715 status collapsed
3716
3717 \begin_layout Plain Layout
3718
3719
3720 \backslash
3721 spce 
3722 \end_layout
3723
3724 \end_inset
3725
3726 F
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3736 \end_inset
3737
3738
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row>
3745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 ^235
3750 \begin_inset ERT
3751 status collapsed
3752
3753 \begin_layout Plain Layout
3754
3755
3756 \backslash
3757 spce 
3758 \end_layout
3759
3760 \end_inset
3761
3762 _
3763 \backslash
3764 phantom
3765 \begin_inset ERT
3766 status collapsed
3767
3768 \begin_layout Plain Layout
3769
3770
3771 \backslash
3772 spce 
3773 \end_layout
3774
3775 \end_inset
3776
3777 23
3778 \begin_inset Formula $\rightarrow$
3779 \end_inset
3780
3781 9
3782 \begin_inset ERT
3783 status collapsed
3784
3785 \begin_layout Plain Layout
3786
3787
3788 \backslash
3789 spce 
3790 \end_layout
3791
3792 \end_inset
3793
3794 F
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3804 \end_inset
3805
3806
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817
3818 \backslash
3819 Lambda^
3820 \begin_inset ERT
3821 status collapsed
3822
3823 \begin_layout Plain Layout
3824
3825
3826 \backslash
3827 spce 
3828 \end_layout
3829
3830 \end_inset
3831
3832
3833 \backslash
3834 phantom
3835 \begin_inset ERT
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839
3840
3841 \backslash
3842 spce 
3843 \end_layout
3844
3845 \end_inset
3846
3847 ii
3848 \begin_inset Formula $\rightarrow$
3849 \end_inset
3850
3851 t
3852 \begin_inset ERT
3853 status collapsed
3854
3855 \begin_layout Plain Layout
3856
3857
3858 \backslash
3859 spce 
3860 \end_layout
3861
3862 \end_inset
3863
3864 _MMt
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3874 \end_inset
3875
3876
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 </lyxtabular>
3883
3884 \end_inset
3885
3886
3887 \end_layout
3888
3889 \begin_layout Standard
3890 Además hay los comandos 
3891 \series bold
3892
3893 \backslash
3894 vphantom
3895 \series default
3896
3897 \begin_inset Index
3898 status collapsed
3899
3900 \begin_layout Plain Layout
3901 Comandos ! V ! 
3902 \backslash
3903 vphantom
3904 \end_layout
3905
3906 \end_inset
3907
3908  (botón 
3909 \begin_inset space ~
3910 \end_inset
3911
3912
3913 \begin_inset Graphics
3914         filename ../../images/math/vphantom.png
3915         scale 85
3916
3917 \end_inset
3918
3919 ) y 
3920 \series bold
3921
3922 \backslash
3923 hphantom
3924 \series default
3925
3926 \begin_inset Index
3927 status collapsed
3928
3929 \begin_layout Plain Layout
3930 Comandos ! H ! 
3931 \backslash
3932 hphantom
3933 \end_layout
3934
3935 \end_inset
3936
3937  (botón 
3938 \begin_inset space ~
3939 \end_inset
3940
3941
3942 \begin_inset Graphics
3943         filename ../../images/math/hphantom.png
3944         scale 85
3945
3946 \end_inset
3947
3948 ).
3949  
3950 \series bold
3951
3952 \backslash
3953 hphantom
3954 \series default
3955  genera espacio en el marco sólo para la altura máxima de los caracteres,
3956  no para su anchura.
3957  
3958 \series bold
3959
3960 \backslash
3961 vphantom
3962 \series default
3963  genera espacio sólo para la anchura del contenido del marco.
3964  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3965 \end_layout
3966
3967 \begin_layout Standard
3968 Por ejemplo, 
3969 \series bold
3970
3971 \backslash
3972 vphantom
3973 \series default
3974
3975 \begin_inset ERT
3976 status collapsed
3977
3978 \begin_layout Plain Layout
3979
3980
3981 \backslash
3982 spce 
3983 \end_layout
3984
3985 \end_inset
3986
3987
3988 \series bold
3989 a
3990 \backslash
3991 int
3992 \series default
3993  genera espacio de la altura del signo de la integral,
3994 \begin_inset Foot
3995 status collapsed
3996
3997 \begin_layout Plain Layout
3998 El comando 
3999 \series bold
4000
4001 \backslash
4002 int
4003 \series default
4004  genera un signo de integral, véase 
4005 \begin_inset CommandInset ref
4006 LatexCommand ref
4007 reference "sub:Operadores-grandes"
4008
4009 \end_inset
4010
4011
4012 \end_layout
4013
4014 \end_inset
4015
4016  porque este es el carácter más largo.
4017  En la 
4018 \begin_inset CommandInset ref
4019 LatexCommand ref
4020 reference "sub:Delimitadores-multilínea"
4021
4022 \end_inset
4023
4024  hay un ejemplo de aplicación.
4025 \end_layout
4026
4027 \begin_layout Subsection
4028 Líneas
4029 \begin_inset Index
4030 status collapsed
4031
4032 \begin_layout Plain Layout
4033 Lineas@Líneas
4034 \end_layout
4035
4036 \end_inset
4037
4038
4039 \begin_inset Index
4040 status collapsed
4041
4042 \begin_layout Plain Layout
4043 Ecuación ! sub- o superrayada
4044 \end_layout
4045
4046 \end_inset
4047
4048
4049 \end_layout
4050
4051 \begin_layout Standard
4052 \noindent
4053 \align center
4054 \begin_inset Tabular
4055 <lyxtabular version="3" rows="4" columns="2">
4056 <features>
4057 <column alignment="center" valignment="top" width="0">
4058 <column alignment="center" valignment="top" width="0">
4059 <row>
4060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 Comando
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 Resultado
4074 \begin_inset Note Note
4075 status collapsed
4076
4077 \begin_layout Plain Layout
4078
4079 \series bold
4080
4081 \backslash
4082 raisebox
4083 \series default
4084  se usa sólo como espaciador
4085 \end_layout
4086
4087 \end_inset
4088
4089
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100
4101 \backslash
4102 overline
4103 \begin_inset ERT
4104 status collapsed
4105
4106 \begin_layout Plain Layout
4107
4108
4109 \backslash
4110 spce 
4111 \end_layout
4112
4113 \end_inset
4114
4115 A+B
4116 \begin_inset Index
4117 status collapsed
4118
4119 \begin_layout Plain Layout
4120 Comandos ! O ! 
4121 \backslash
4122 overline
4123 \end_layout
4124
4125 \end_inset
4126
4127
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4137 \end_inset
4138
4139
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 </row>
4145 <row>
4146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150
4151 \backslash
4152 underline
4153 \begin_inset ERT
4154 status collapsed
4155
4156 \begin_layout Plain Layout
4157
4158
4159 \backslash
4160 spce 
4161 \end_layout
4162
4163 \end_inset
4164
4165 A+B
4166 \begin_inset Index
4167 status collapsed
4168
4169 \begin_layout Plain Layout
4170 Comandos ! U ! 
4171 \backslash
4172 underline
4173 \end_layout
4174
4175 \end_inset
4176
4177
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4187 \end_inset
4188
4189
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 </row>
4195 <row>
4196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200
4201 \backslash
4202 overline
4203 \begin_inset ERT
4204 status collapsed
4205
4206 \begin_layout Plain Layout
4207
4208
4209 \backslash
4210 spce 
4211 \end_layout
4212
4213 \end_inset
4214
4215
4216 \backslash
4217 underline
4218 \begin_inset ERT
4219 status collapsed
4220
4221 \begin_layout Plain Layout
4222
4223
4224 \backslash
4225 spce 
4226 \end_layout
4227
4228 \end_inset
4229
4230 A+B
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4240 \end_inset
4241
4242
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 </lyxtabular>
4249
4250 \end_inset
4251
4252
4253 \end_layout
4254
4255 \begin_layout Standard
4256 En el último ejemplo es indiferente poner primero 
4257 \series bold
4258
4259 \backslash
4260 overline
4261 \series default
4262  o 
4263 \series bold
4264
4265 \backslash
4266 underline
4267 \series default
4268 .
4269 \end_layout
4270
4271 \begin_layout Standard
4272 Para poner doble subrayado, p.
4273 \begin_inset space \thinspace{}
4274 \end_inset
4275
4276 e.
4277  en resultados, se usa 
4278 \series bold
4279
4280 \backslash
4281 underline
4282 \series default
4283  dos veces.
4284 \end_layout
4285
4286 \begin_layout Standard
4287 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4288 \begin_inset VSpace bigskip
4289 \end_inset
4290
4291 Se pueden crear líneas personalizadas con el comando 
4292 \series bold
4293
4294 \backslash
4295 rule
4296 \series default
4297
4298 \begin_inset Index
4299 status collapsed
4300
4301 \begin_layout Plain Layout
4302 Comandos ! R ! 
4303 \backslash
4304 rule
4305 \end_layout
4306
4307 \end_inset
4308
4309  con el esquema siguiente:
4310 \end_layout
4311
4312 \begin_layout Standard
4313
4314 \series bold
4315
4316 \backslash
4317 rule[hueco vertical]{longitud}{grosor}
4318 \end_layout
4319
4320 \begin_layout Standard
4321 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4322  si el valor es negativo).
4323  Las unidades disponibles para los valores están listadas en
4324 \begin_inset space ~
4325 \end_inset
4326
4327
4328 \begin_inset CommandInset ref
4329 LatexCommand ref
4330 reference "tab:Unidades-disponibles"
4331
4332 \end_inset
4333
4334 .
4335  A continuación hay dos ejemplos de líneas creadas con los comandos
4336 \series bold
4337
4338 \begin_inset Newline newline
4339 \end_inset
4340
4341
4342 \backslash
4343 rule[-2ex]{3cm}{2pt}
4344 \series default
4345  y 
4346 \series bold
4347
4348 \backslash
4349 rule{2cm}{1pt}
4350 \series default
4351 :
4352 \end_layout
4353
4354 \begin_layout Standard
4355 Esto es una frase 
4356 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4357 \end_inset
4358
4359  con dos líneas.
4360 \end_layout
4361
4362 \begin_layout Standard
4363
4364 \series bold
4365
4366 \backslash
4367 rule
4368 \series default
4369  también se puede usar para texto si se inserta en modo TeX.
4370 \end_layout
4371
4372 \begin_layout Subsection
4373 Puntos
4374 \begin_inset CommandInset label
4375 LatexCommand label
4376 name "sub:Puntos"
4377
4378 \end_inset
4379
4380
4381 \begin_inset Index
4382 status collapsed
4383
4384 \begin_layout Plain Layout
4385 Puntos
4386 \end_layout
4387
4388 \end_inset
4389
4390
4391 \end_layout
4392
4393 \begin_layout Standard
4394 Hay distintos tipos de puntos disponibles.
4395 \begin_inset Foot
4396 status collapsed
4397
4398 \begin_layout Plain Layout
4399 En la barra de herramientas de ecuaciones, en el panel del botón 
4400 \begin_inset Graphics
4401         filename ../../images/math/ldots.png
4402         scale 85
4403
4404 \end_inset
4405
4406 .
4407 \end_layout
4408
4409 \end_inset
4410
4411  Para continuación en enumeraciones se usan puntos bajos, (
4412 \series bold
4413
4414 \backslash
4415 ldots
4416 \series default
4417
4418 \begin_inset Index
4419 status collapsed
4420
4421 \begin_layout Plain Layout
4422 Comandos ! L ! 
4423 \backslash
4424 ldots
4425 \end_layout
4426
4427 \end_inset
4428
4429 ), mientras que para operaciones se usan puntos centrados a la misma altura
4430  que los operadores, (
4431 \series bold
4432
4433 \backslash
4434 cdots
4435 \series default
4436
4437 \begin_inset Index
4438 status collapsed
4439
4440 \begin_layout Plain Layout
4441 Comandos ! C ! 
4442 \backslash
4443 cdots
4444 \end_layout
4445
4446 \end_inset
4447
4448 ).
4449  Si se usa el comando 
4450 \series bold
4451
4452 \backslash
4453 dots
4454 \series default
4455
4456 \begin_inset Index
4457 status collapsed
4458
4459 \begin_layout Plain Layout
4460 Comandos ! D ! 
4461 \backslash
4462 dots
4463 \end_layout
4464
4465 \end_inset
4466
4467 , LaTeX decide el tipo a usar en función del carácter siguiente.
4468 \end_layout
4469
4470 \begin_layout Standard
4471 \align center
4472 \begin_inset Tabular
4473 <lyxtabular version="3" rows="8" columns="2">
4474 <features>
4475 <column alignment="center" valignment="top" width="0pt">
4476 <column alignment="center" valignment="top" width="0pt">
4477 <row>
4478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Comando
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 Resultado
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 A_1
4503 \begin_inset ERT
4504 status collapsed
4505
4506 \begin_layout Plain Layout
4507
4508
4509 \backslash
4510 spce 
4511 \end_layout
4512
4513 \end_inset
4514
4515 ,
4516 \backslash
4517 dots
4518 \begin_inset ERT
4519 status collapsed
4520
4521 \begin_layout Plain Layout
4522
4523
4524 \backslash
4525 spce 
4526 \end_layout
4527
4528 \end_inset
4529
4530 ,A_n
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 \begin_inset Formula $A_{1},\dots,A_{n}$
4540 \end_inset
4541
4542
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 </row>
4548 <row>
4549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 A_1
4554 \begin_inset ERT
4555 status collapsed
4556
4557 \begin_layout Plain Layout
4558
4559
4560 \backslash
4561 spce 
4562 \end_layout
4563
4564 \end_inset
4565
4566 +
4567 \backslash
4568 dots
4569 \begin_inset ERT
4570 status collapsed
4571
4572 \begin_layout Plain Layout
4573
4574
4575 \backslash
4576 spce 
4577 \end_layout
4578
4579 \end_inset
4580
4581 +A_n
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 \begin_inset Formula $A_{1}+\dots+A_{n}$
4591 \end_inset
4592
4593
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 </row>
4599 <row>
4600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 A_1
4605 \begin_inset ERT
4606 status collapsed
4607
4608 \begin_layout Plain Layout
4609
4610
4611 \backslash
4612 spce 
4613 \end_layout
4614
4615 \end_inset
4616
4617 ,
4618 \backslash
4619 ldots
4620 \begin_inset ERT
4621 status collapsed
4622
4623 \begin_layout Plain Layout
4624
4625
4626 \backslash
4627 spce 
4628 \end_layout
4629
4630 \end_inset
4631
4632 ,A_n
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 \begin_inset Formula $A_{1},\ldots,A_{n}$
4642 \end_inset
4643
4644
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 A_1
4656 \begin_inset ERT
4657 status collapsed
4658
4659 \begin_layout Plain Layout
4660
4661
4662 \backslash
4663 spce 
4664 \end_layout
4665
4666 \end_inset
4667
4668 +
4669 \backslash
4670 cdots
4671 \begin_inset ERT
4672 status collapsed
4673
4674 \begin_layout Plain Layout
4675
4676
4677 \backslash
4678 spce 
4679 \end_layout
4680
4681 \end_inset
4682
4683 +A_n
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4693 \end_inset
4694
4695
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 </row>
4701 <row>
4702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706
4707 \backslash
4708 vdots
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 \begin_inset Formula $\vdots$
4718 \end_inset
4719
4720
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 </row>
4726 <row>
4727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731
4732 \backslash
4733 ddots
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 \begin_inset Formula $\ddots$
4743 \end_inset
4744
4745
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 <row>
4752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 Matriz
4757 \begin_inset space \thinspace{}
4758 \end_inset
4759
4760 3×3 con los distintos puntos
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 \begin_inset Formula $\begin{array}{ccc}
4770 A_{11} & \cdots & A_{1m}\\
4771 \vdots & \ddots & \vdots\\
4772 A_{n1} & \cdots & A_{nm}\end{array}$
4773 \end_inset
4774
4775
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 </row>
4781 </lyxtabular>
4782
4783 \end_inset
4784
4785
4786 \end_layout
4787
4788 \begin_layout Standard
4789 Los puntos suspensivos disponibles en el menú 
4790 \family sans
4791 Insertar\SpecialChar \menuseparator
4792 Carácter especial
4793 \family default
4794  son 
4795 \series bold
4796
4797 \backslash
4798 ldots
4799 \series default
4800 .
4801 \begin_inset VSpace medskip
4802 \end_inset
4803
4804
4805 \end_layout
4806
4807 \begin_layout Standard
4808 Hay puntos específicos para matrices que se extienden por varias columnas.
4809  Se generan con el comando 
4810 \series bold
4811
4812 \backslash
4813 hdotsfor
4814 \series default
4815
4816 \begin_inset Index
4817 status collapsed
4818
4819 \begin_layout Plain Layout
4820 Comandos ! H ! 
4821 \backslash
4822 hdotsfor
4823 \end_layout
4824
4825 \end_inset
4826
4827 , que tiene el siguiente esquema:
4828 \end_layout
4829
4830 \begin_layout Standard
4831
4832 \series bold
4833
4834 \backslash
4835 hdotsfor[distancia]{número de columnas}
4836 \end_layout
4837
4838 \begin_layout Standard
4839 Número de columnas especifica cuántas columnas deben abarcarse.
4840  Distancia es un factor para la separación entre los puntos.
4841 \end_layout
4842
4843 \begin_layout Standard
4844 En la siguiente matriz se ha insertado el comando 
4845 \series bold
4846
4847 \backslash
4848 hdotsfor[2]{4}
4849 \series default
4850  en el primer recuadro de la segunda línea para obtener puntos separados
4851  una distancia equivalente a dos veces la del comando 
4852 \series bold
4853
4854 \backslash
4855 dots
4856 \series default
4857 .
4858 \begin_inset Formula \[
4859 \left(\begin{array}{cccc}
4860 A & B & C & D\\
4861 \hdotsfor[2]{4}\\
4862 q & w & e & r\end{array}\right)\]
4863
4864 \end_inset
4865
4866
4867 \end_layout
4868
4869 \begin_layout Standard
4870 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4871  de lo contrario se producen errores de LaTeX.
4872 \end_layout
4873
4874 \begin_layout Standard
4875 \begin_inset VSpace bigskip
4876 \end_inset
4877
4878
4879 \end_layout
4880
4881 \begin_layout Standard
4882 Además, con el comando 
4883 \series bold
4884
4885 \backslash
4886 dotfill
4887 \series default
4888
4889 \begin_inset Index
4890 status collapsed
4891
4892 \begin_layout Plain Layout
4893 Comandos ! D ! 
4894 \backslash
4895 dotfill
4896 \end_layout
4897
4898 \end_inset
4899
4900  puedes completar con puntos una línea.
4901  El efecto de este tipo de comandos es como el de 
4902 \series bold
4903
4904 \backslash
4905 hfill
4906 \series default
4907 , véase 
4908 \begin_inset CommandInset ref
4909 LatexCommand ref
4910 reference "sub:Espacio-variable"
4911
4912 \end_inset
4913
4914 .
4915 \end_layout
4916
4917 \begin_layout Standard
4918 Por ejemplo el comando 
4919 \series bold
4920 A
4921 \backslash
4922 dotfill
4923 \series default
4924
4925 \begin_inset ERT
4926 status collapsed
4927
4928 \begin_layout Plain Layout
4929
4930
4931 \backslash
4932 spce 
4933 \end_layout
4934
4935 \end_inset
4936
4937
4938 \series bold
4939 B
4940 \series default
4941  genera
4942 \end_layout
4943
4944 \begin_layout Standard
4945 \begin_inset Formula $A\dotfill B$
4946 \end_inset
4947
4948
4949 \end_layout
4950
4951 \begin_layout Standard
4952 Un comando análogo a 
4953 \series bold
4954
4955 \backslash
4956 dotfill
4957 \series default
4958  para rellenar con una línea es 
4959 \series bold
4960
4961 \backslash
4962 hrulefill
4963 \series default
4964
4965 \begin_inset Index
4966 status collapsed
4967
4968 \begin_layout Plain Layout
4969 Comandos ! H ! 
4970 \backslash
4971 hrulefill
4972 \end_layout
4973
4974 \end_inset
4975
4976 :
4977 \end_layout
4978
4979 \begin_layout Standard
4980 \begin_inset Formula $A\hrulefill B$
4981 \end_inset
4982
4983
4984 \end_layout
4985
4986 \begin_layout Standard
4987 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4988 \end_layout
4989
4990 \begin_layout Section
4991 Matrices
4992 \begin_inset CommandInset label
4993 LatexCommand label
4994 name "sec:Matrices"
4995
4996 \end_inset
4997
4998
4999 \begin_inset Index
5000 status collapsed
5001
5002 \begin_layout Plain Layout
5003 Matrices
5004 \end_layout
5005
5006 \end_inset
5007
5008
5009 \end_layout
5010
5011 \begin_layout Standard
5012 Se pueden insertar con el botón 
5013 \begin_inset Graphics
5014         filename ../../images/dialog-show_mathmatrix.png
5015         scale 85
5016
5017 \end_inset
5018
5019  de la barra de ecuaciones o con el menú 
5020 \family sans
5021 Insertar\SpecialChar \menuseparator
5022 Ecuación\SpecialChar \menuseparator
5023 Matriz
5024 \family default
5025 .
5026  Aparece una ventana en la que se pide el número de filas y columnas y la
5027  alineación.
5028  La alineación vertical sólo es relevante para matrices en línea:
5029 \end_layout
5030
5031 \begin_layout Standard
5032 Esta primera matriz tiene alineación superior 
5033 \begin_inset Formula $\begin{array}[t]{cccc}
5034 A & D & G & J\\
5035 B & E & H & K\\
5036 D & F & I & L\end{array}$
5037 \end_inset
5038
5039  , la segunda alineación central 
5040 \begin_inset Formula $\begin{array}{cccc}
5041 A & D & G & J\\
5042 B & E & H & K\\
5043 D & F & I & L\end{array}$
5044 \end_inset
5045
5046  , y la tercera alineación inferior 
5047 \begin_inset Formula $\begin{array}[b]{cccc}
5048 A & D & G & J\\
5049 B & E & H & K\\
5050 D & F & I & L\end{array}$
5051 \end_inset
5052
5053 .
5054 \end_layout
5055
5056 \begin_layout Standard
5057 La alineación horizontal especifica cómo deben alinearse las entradas de
5058  la columna.
5059  Se determina mediante una letra para cada columna.
5060  
5061 \emph on
5062 l
5063 \emph default
5064  indica alineación a la izquierda, 
5065 \emph on
5066 c
5067 \emph default
5068  alineación centrada y 
5069 \emph on
5070 r
5071 \emph default
5072  alineación a la derecha.
5073  Por ejemplo, para componer una matriz
5074 \begin_inset space ~
5075 \end_inset
5076
5077 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5078  centradas y la última a la derecha, se anota 
5079 \series bold
5080 lccr
5081 \series default
5082  en la alineación horizontal.
5083  Normalmente todas las columnas de una matriz están centradas, por tanto
5084  el valor por omisión es 
5085 \series bold
5086 c
5087 \series default
5088  para todas ellas.
5089 \end_layout
5090
5091 \begin_layout Standard
5092 Alineación horizontal:
5093 \end_layout
5094
5095 \begin_layout Standard
5096
5097 \series bold
5098 lll
5099 \series default
5100  : 
5101 \begin_inset Formula $\begin{array}{lll}
5102 10000 & D & G\\
5103 B & 10000 & H\\
5104 C & F & 10000\end{array}$
5105 \end_inset
5106
5107  , 
5108 \series bold
5109 ccc 
5110 \series default
5111
5112 \begin_inset Formula $\begin{array}{ccc}
5113 10000 & D & G\\
5114 B & 10000 & H\\
5115 C & F & 10000\end{array}$
5116 \end_inset
5117
5118  
5119 \series bold
5120 ,
5121 \series default
5122  
5123 \series bold
5124 rrr 
5125 \series default
5126
5127 \begin_inset Formula $\begin{array}{rrr}
5128 10000 & D & G\\
5129 B & 10000 & H\\
5130 C & F & 10000\end{array}$
5131 \end_inset
5132
5133
5134 \end_layout
5135
5136 \begin_layout Standard
5137 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5138  botones 
5139 \begin_inset Graphics
5140         filename ../../images/tabular-feature_append-row.png
5141         scale 85
5142
5143 \end_inset
5144
5145
5146 \begin_inset Graphics
5147         filename ../../images/tabular-feature_delete-row.png
5148         scale 85
5149
5150 \end_inset
5151
5152 , etc.
5153  de la barra de ecuaciones o el menú 
5154 \family sans
5155 Editar\SpecialChar \menuseparator
5156 Filas y columnas
5157 \family default
5158 .
5159  También se pueden añadir filas nuevas con 
5160 \family sans
5161 Ctrl+Retorno
5162 \family default
5163 .
5164 \end_layout
5165
5166 \begin_layout Standard
5167 \begin_inset VSpace bigskip
5168 \end_inset
5169
5170
5171 \end_layout
5172
5173 \begin_layout Standard
5174 Se pueden poner paréntesis alrededor de una matriz con los comandos 
5175 \series bold
5176
5177 \backslash
5178 left
5179 \series default
5180
5181 \begin_inset Index
5182 status collapsed
5183
5184 \begin_layout Plain Layout
5185 Comandos ! L ! 
5186 \backslash
5187 left
5188 \end_layout
5189
5190 \end_inset
5191
5192  y 
5193 \series bold
5194
5195 \backslash
5196 right
5197 \series default
5198
5199 \begin_inset Index
5200 status collapsed
5201
5202 \begin_layout Plain Layout
5203 Comandos ! R ! 
5204 \backslash
5205 right
5206 \end_layout
5207
5208 \end_inset
5209
5210  (atajo 
5211 \family sans
5212 Alt+M
5213 \begin_inset space ~
5214 \end_inset
5215
5216 Paréntesis
5217 \family default
5218 ), véase 
5219 \begin_inset CommandInset ref
5220 LatexCommand ref
5221 reference "sub:Tamaño-automático-de"
5222
5223 \end_inset
5224
5225 , o usando los comandos siguientes:
5226 \end_layout
5227
5228 \begin_layout Standard
5229 \begin_inset VSpace medskip
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \begin_layout Standard
5236 \begin_inset space \hfill{}
5237 \end_inset
5238
5239
5240 \begin_inset Tabular
5241 <lyxtabular version="3" rows="4" columns="2">
5242 <features>
5243 <column alignment="center" valignment="top" width="0">
5244 <column alignment="center" valignment="top" width="0">
5245 <row>
5246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 Comando
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 Resultado
5260 \begin_inset Note Note
5261 status collapsed
5262
5263 \begin_layout Plain Layout
5264
5265 \series bold
5266
5267 \backslash
5268 raisebox
5269 \series default
5270  se usa sólo como espaciador
5271 \end_layout
5272
5273 \end_inset
5274
5275
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286
5287 \backslash
5288 bmatrix
5289 \begin_inset ERT
5290 status collapsed
5291
5292 \begin_layout Plain Layout
5293
5294
5295 \backslash
5296 spce 
5297 \end_layout
5298
5299 \end_inset
5300
5301 2
5302 \series bold
5303 ×
5304 \series default
5305 2
5306 \begin_inset space \thinspace{}
5307 \end_inset
5308
5309 matriz
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5319 0 & \textrm{-}\mathrm{i}\\
5320 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5321 \end_inset
5322
5323
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 <row>
5330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334
5335 \backslash
5336 Bmatrix
5337 \begin_inset ERT
5338 status collapsed
5339
5340 \begin_layout Plain Layout
5341
5342
5343 \backslash
5344 spce 
5345 \end_layout
5346
5347 \end_inset
5348
5349 2×2
5350 \begin_inset space \thinspace{}
5351 \end_inset
5352
5353 matriz
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5363 0 & \textrm{-}\mathrm{i}\\
5364 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5365 \end_inset
5366
5367
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 </row>
5373 <row>
5374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378
5379 \backslash
5380 pmatrix
5381 \begin_inset ERT
5382 status collapsed
5383
5384 \begin_layout Plain Layout
5385
5386
5387 \backslash
5388 spce 
5389 \end_layout
5390
5391 \end_inset
5392
5393 2
5394 \series bold
5395 ×
5396 \series default
5397 2
5398 \begin_inset space \thinspace{}
5399 \end_inset
5400
5401 matriz
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5411 0 & \textrm{-}\mathrm{i}\\
5412 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5413 \end_inset
5414
5415
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 </lyxtabular>
5422
5423 \end_inset
5424
5425
5426 \begin_inset space \hfill{}
5427 \end_inset
5428
5429
5430 \begin_inset Tabular
5431 <lyxtabular version="3" rows="4" columns="2">
5432 <features>
5433 <column alignment="center" valignment="top" width="0">
5434 <column alignment="center" valignment="top" width="0">
5435 <row>
5436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 Comando
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 Resultado
5450 \begin_inset Note Note
5451 status collapsed
5452
5453 \begin_layout Plain Layout
5454
5455 \series bold
5456
5457 \backslash
5458 raisebox
5459 \series default
5460  se usa sólo como espaciador
5461 \end_layout
5462
5463 \end_inset
5464
5465
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 </row>
5471 <row>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476
5477 \backslash
5478 vmatrix
5479 \begin_inset ERT
5480 status collapsed
5481
5482 \begin_layout Plain Layout
5483
5484
5485 \backslash
5486 spce 
5487 \end_layout
5488
5489 \end_inset
5490
5491 2
5492 \series bold
5493 ×
5494 \series default
5495 2
5496 \begin_inset space \thinspace{}
5497 \end_inset
5498
5499 matriz
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5509 0 & \textrm{-}\mathrm{i}\\
5510 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5511 \end_inset
5512
5513
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 </row>
5519 <row>
5520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524
5525 \backslash
5526 Vmatrix
5527 \begin_inset ERT
5528 status collapsed
5529
5530 \begin_layout Plain Layout
5531
5532
5533 \backslash
5534 spce 
5535 \end_layout
5536
5537 \end_inset
5538
5539 2
5540 \series bold
5541 ×
5542 \series default
5543 2
5544 \begin_inset space \thinspace{}
5545 \end_inset
5546
5547 matriz
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5557 0 & \textrm{-}\mathrm{i}\\
5558 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5559 \end_inset
5560
5561
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 </row>
5567 <row>
5568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572
5573 \backslash
5574 matrix
5575 \begin_inset ERT
5576 status collapsed
5577
5578 \begin_layout Plain Layout
5579
5580
5581 \backslash
5582 spce 
5583 \end_layout
5584
5585 \end_inset
5586
5587 2
5588 \series bold
5589 ×
5590 \series default
5591 2
5592 \begin_inset space \thinspace{}
5593 \end_inset
5594
5595 matriz
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5605 0 & \textrm{-}\mathrm{i}\\
5606 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 </lyxtabular>
5616
5617 \end_inset
5618
5619
5620 \begin_inset space \hfill{}
5621 \end_inset
5622
5623
5624 \end_layout
5625
5626 \begin_layout Standard
5627 \begin_inset VSpace medskip
5628 \end_inset
5629
5630
5631 \end_layout
5632
5633 \begin_layout Standard
5634 Cuando se inserta p.
5635 \begin_inset space \thinspace{}
5636 \end_inset
5637
5638 e.
5639 \begin_inset space ~
5640 \end_inset
5641
5642
5643 \series bold
5644
5645 \backslash
5646 vmatrix
5647 \series default
5648 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5649  la matriz.
5650 \end_layout
5651
5652 \begin_layout Standard
5653 \begin_inset VSpace bigskip
5654 \end_inset
5655
5656
5657 \end_layout
5658
5659 \begin_layout Standard
5660 Como todas las ecuaciones multilínea son matrices, la longitud 
5661 \series bold
5662
5663 \backslash
5664 arraycolsep
5665 \series default
5666
5667 \begin_inset Index
5668 status collapsed
5669
5670 \begin_layout Plain Layout
5671 Comandos ! A ! 
5672 \backslash
5673 arraycolsep
5674 \end_layout
5675
5676 \end_inset
5677
5678 , que se describe en 
5679 \begin_inset CommandInset ref
5680 LatexCommand ref
5681 reference "sub:Separación-de-columnas"
5682
5683 \end_inset
5684
5685 , también se puede usar para cambiar la separación de las columnas en una
5686  matriz.
5687  Para cambiar la separación de las filas, se usa el comando 
5688 \series bold
5689
5690 \backslash
5691 arraystretch
5692 \series default
5693
5694 \begin_inset Index
5695 status collapsed
5696
5697 \begin_layout Plain Layout
5698 Comandos ! A ! 
5699 \backslash
5700 arraystretch
5701 \end_layout
5702
5703 \end_inset
5704
5705  de la siguiente manera:
5706 \end_layout
5707
5708 \begin_layout Standard
5709
5710 \series bold
5711
5712 \backslash
5713 renewcommand{
5714 \backslash
5715 arraystretch}{factor de separación}
5716 \begin_inset Index
5717 status collapsed
5718
5719 \begin_layout Plain Layout
5720 Comandos ! R ! 
5721 \backslash
5722 renewcommand
5723 \end_layout
5724
5725 \end_inset
5726
5727
5728 \end_layout
5729
5730 \begin_layout Standard
5731 El comando 
5732 \series bold
5733
5734 \backslash
5735 renewcommand
5736 \series default
5737  asigna el factor de separación al comando predefinido 
5738 \series bold
5739
5740 \backslash
5741 arraystretch
5742 \series default
5743 .
5744  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5745  Además, éste se usa para todas las matrices siguientes.
5746  Para volver a la separación original, asigna factor 1 a 
5747 \series bold
5748
5749 \backslash
5750 arraystretch
5751 \series default
5752 .
5753 \end_layout
5754
5755 \begin_layout Standard
5756 Para poner matrices en línea se usa el comando 
5757 \series bold
5758
5759 \backslash
5760 smallmatrix
5761 \series default
5762
5763 \begin_inset Index
5764 status collapsed
5765
5766 \begin_layout Plain Layout
5767 Comandos ! S ! 
5768 \backslash
5769 smallmatrix
5770 \end_layout
5771
5772 \end_inset
5773
5774 .
5775  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5776  se inserta la matriz.
5777  
5778 \end_layout
5779
5780 \begin_layout Standard
5781 Esto es una matriz 
5782 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5783 C & D\end{smallmatrix}\right)$
5784 \end_inset
5785
5786  en línea.
5787 \end_layout
5788
5789 \begin_layout Section
5790 Delimitadores
5791 \begin_inset Index
5792 status collapsed
5793
5794 \begin_layout Plain Layout
5795 Delimitadores
5796 \end_layout
5797
5798 \end_inset
5799
5800
5801 \end_layout
5802
5803 \begin_layout Subsection
5804 Delimitadores verticales
5805 \begin_inset Index
5806 status collapsed
5807
5808 \begin_layout Plain Layout
5809 Delimitadores ! verticales
5810 \end_layout
5811
5812 \end_inset
5813
5814
5815 \end_layout
5816
5817 \begin_layout Standard
5818 \begin_inset space \hfill{}
5819 \end_inset
5820
5821
5822 \begin_inset Tabular
5823 <lyxtabular version="3" rows="9" columns="2">
5824 <features>
5825 <column alignment="center" valignment="top" width="0pt">
5826 <column alignment="center" valignment="top" width="0pt">
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 Comando
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 Resultado
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 </row>
5847 <row>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 (
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 \begin_inset Formula $($
5862 \end_inset
5863
5864
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 </row>
5870 <row>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 {
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 \begin_inset Formula $\{$
5885 \end_inset
5886
5887
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 <row>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 [
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 \begin_inset Formula $[$
5908 \end_inset
5909
5910
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 </row>
5916 <row>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921
5922 \backslash
5923 langle
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 \begin_inset Formula $\langle$
5933 \end_inset
5934
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 </row>
5941 <row>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946
5947 \backslash
5948 lceil
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 \begin_inset Formula $\lceil$
5958 \end_inset
5959
5960
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 </row>
5966 <row>
5967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971
5972 \backslash
5973 lfloor
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 \begin_inset Formula $\lfloor$
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 </row>
5991 <row>
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 /
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 \begin_inset Formula $/$
6006 \end_inset
6007
6008
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 </row>
6014 <row>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 |
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 \begin_inset Formula $|$
6029 \end_inset
6030
6031
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 </row>
6037 </lyxtabular>
6038
6039 \end_inset
6040
6041
6042 \begin_inset space \hfill{}
6043 \end_inset
6044
6045
6046 \begin_inset Tabular
6047 <lyxtabular version="3" rows="9" columns="2">
6048 <features>
6049 <column alignment="center" valignment="top" width="0pt">
6050 <column alignment="center" valignment="top" width="0pt">
6051 <row>
6052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 Comando
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 Resultado
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 </row>
6071 <row>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 )
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 \begin_inset Formula $)$
6086 \end_inset
6087
6088
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 </row>
6094 <row>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 }
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 \begin_inset Formula $\}$
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 </row>
6117 <row>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 ]
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 \begin_inset Formula $]$
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 </row>
6140 <row>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145
6146 \backslash
6147 rangle
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 \begin_inset Formula $\rangle$
6157 \end_inset
6158
6159
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 </row>
6165 <row>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170
6171 \backslash
6172 rceil
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 \begin_inset Formula $\rceil$
6182 \end_inset
6183
6184
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 </row>
6190 <row>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195
6196 \backslash
6197 rfloor
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 \begin_inset Formula $\rfloor$
6207 \end_inset
6208
6209
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 </row>
6215 <row>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220
6221 \backslash
6222
6223 \backslash
6224
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 \begin_inset Formula $\backslash$
6234 \end_inset
6235
6236
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247
6248 \backslash
6249 |
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 \begin_inset Formula $\|$
6259 \end_inset
6260
6261
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 </row>
6267 </lyxtabular>
6268
6269 \end_inset
6270
6271
6272 \begin_inset space \hfill{}
6273 \end_inset
6274
6275
6276 \end_layout
6277
6278 \begin_layout Standard
6279 \begin_inset Note Greyedout
6280 status open
6281
6282 \begin_layout Plain Layout
6283
6284 \series bold
6285 Nota
6286 \series default
6287 : En modo TeX hay que usar el comando 
6288 \series bold
6289
6290 \backslash
6291 textbackslash
6292 \series default
6293
6294 \begin_inset Index
6295 status collapsed
6296
6297 \begin_layout Plain Layout
6298 Comandos ! T ! 
6299 \backslash
6300 textbackslash
6301 \end_layout
6302
6303 \end_inset
6304
6305  para la barra invertida, porque si no el comando 
6306 \series bold
6307
6308 \backslash
6309
6310 \backslash
6311
6312 \series default
6313  genera un salto de línea.
6314 \end_layout
6315
6316 \end_inset
6317
6318
6319 \end_layout
6320
6321 \begin_layout Standard
6322 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6323  descritos en las dos subsecciones siguientes.
6324  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6325  < y > en vez de los comandos 
6326 \series bold
6327
6328 \backslash
6329 langle
6330 \series default
6331  y 
6332 \series bold
6333
6334 \backslash
6335 rangle
6336 \series default
6337 .
6338  
6339 \end_layout
6340
6341 \begin_layout Subsubsection
6342 Tamaño manual de los delimitadores
6343 \begin_inset CommandInset label
6344 LatexCommand label
6345 name "sub:Tamaño-manual-de"
6346
6347 \end_inset
6348
6349
6350 \begin_inset Index
6351 status collapsed
6352
6353 \begin_layout Plain Layout
6354 Delimitadores ! tamaño manual
6355 \end_layout
6356
6357 \end_inset
6358
6359
6360 \end_layout
6361
6362 \begin_layout Standard
6363 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6364  LaTeX 
6365 \series bold
6366
6367 \backslash
6368 big
6369 \series default
6370
6371 \begin_inset Index
6372 status collapsed
6373
6374 \begin_layout Plain Layout
6375 Comandos ! B ! 
6376 \backslash
6377 big
6378 \end_layout
6379
6380 \end_inset
6381
6382
6383 \series bold
6384
6385 \backslash
6386 Big
6387 \series default
6388
6389 \series bold
6390
6391 \backslash
6392 bigg
6393 \series default
6394 , y 
6395 \series bold
6396
6397 \backslash
6398 Bigg
6399 \series default
6400 .
6401  
6402 \series bold
6403
6404 \backslash
6405 big
6406 \series default
6407  indica el tamaño menor y 
6408 \series bold
6409
6410 \backslash
6411 Bigg
6412 \series default
6413  el mayor.
6414 \end_layout
6415
6416 \begin_layout Standard
6417 Estos comandos se usan para resaltar niveles de delimitación:
6418 \end_layout
6419
6420 \begin_layout Standard
6421 \noindent
6422 \align center
6423 \begin_inset Tabular
6424 <lyxtabular version="3" rows="2" columns="2">
6425 <features>
6426 <column alignment="center" valignment="top" width="0">
6427 <column alignment="center" valignment="top" width="0">
6428 <row>
6429 <cell alignment="center" valignment="top" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 todos los delimitadores de igual tamaño:
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6443 \end_inset
6444
6445
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 </row>
6451 <row>
6452 <cell alignment="center" valignment="top" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 así tiene mejor aspecto:
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell alignment="center" valignment="top" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6466 \end_inset
6467
6468
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 </row>
6474 </lyxtabular>
6475
6476 \end_inset
6477
6478
6479 \begin_inset Note Note
6480 status collapsed
6481
6482 \begin_layout Plain Layout
6483
6484 \series bold
6485
6486 \backslash
6487 raisebox
6488 \series default
6489  se usa sólo como espaciador
6490 \end_layout
6491
6492 \end_inset
6493
6494
6495 \end_layout
6496
6497 \begin_layout Standard
6498 Para la segunda expresión se ha empleado el comando 
6499 \series bold
6500
6501 \backslash
6502 Big((A+B)(A-B)
6503 \backslash
6504 Big)^
6505 \series default
6506
6507 \begin_inset ERT
6508 status collapsed
6509
6510 \begin_layout Plain Layout
6511
6512
6513 \backslash
6514 spce 
6515 \end_layout
6516
6517 \end_inset
6518
6519
6520 \series bold
6521 C
6522 \series default
6523 .
6524 \end_layout
6525
6526 \begin_layout Standard
6527 He aquí una visión conjunta de todos los tamaños y delimitadores:
6528 \end_layout
6529
6530 \begin_layout Standard
6531 \noindent
6532 \align center
6533
6534 \backslash
6535 Bigg(
6536 \backslash
6537 exp
6538 \backslash
6539 bigg<
6540 \backslash
6541 Big[
6542 \backslash
6543 big{
6544 \backslash
6545 ln(3x)
6546 \backslash
6547 big}^2
6548 \begin_inset ERT
6549 status collapsed
6550
6551 \begin_layout Plain Layout
6552
6553
6554 \backslash
6555 spce 
6556 \end_layout
6557
6558 \end_inset
6559
6560
6561 \backslash
6562 sen(x)
6563 \backslash
6564 Big]^
6565 \begin_inset ERT
6566 status collapsed
6567
6568 \begin_layout Plain Layout
6569
6570
6571 \backslash
6572 spce 
6573 \end_layout
6574
6575 \end_inset
6576
6577 A
6578 \begin_inset ERT
6579 status collapsed
6580
6581 \begin_layout Plain Layout
6582
6583
6584 \backslash
6585 spce 
6586 \end_layout
6587
6588 \end_inset
6589
6590
6591 \backslash
6592 bigg>
6593 \backslash
6594 Bigg)^0,5
6595 \begin_inset Formula \[
6596 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6597
6598 \end_inset
6599
6600
6601 \end_layout
6602
6603 \begin_layout Standard
6604 Además de los comandos 
6605 \series bold
6606
6607 \backslash
6608 big
6609 \series default
6610  hay la variante 
6611 \series bold
6612
6613 \backslash
6614 bigm
6615 \series default
6616
6617 \begin_inset Index
6618 status collapsed
6619
6620 \begin_layout Plain Layout
6621 Comandos ! B ! 
6622 \backslash
6623 bigm
6624 \end_layout
6625
6626 \end_inset
6627
6628 , que añade un poco más de espacio entre el delimitador y su contenido,
6629  y la variante 
6630 \series bold
6631
6632 \backslash
6633 bigl
6634 \series default
6635 -
6636 \series bold
6637
6638 \backslash
6639 bigr
6640 \series default
6641
6642 \begin_inset Index
6643 status collapsed
6644
6645 \begin_layout Plain Layout
6646 Comandos ! B ! 
6647 \backslash
6648 bigl - 
6649 \backslash
6650 bigr
6651 \end_layout
6652
6653 \end_inset
6654
6655 , que no añade espacio adicional.
6656  La 
6657 \emph on
6658 l
6659 \emph default
6660  al final del comando 
6661 \series bold
6662
6663 \backslash
6664 bigl 
6665 \series default
6666 es para el delimitador izquierdo, la 
6667 \emph on
6668 r
6669 \emph default
6670  es para el delimitador derecho.
6671  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6672  apertura o de cierre.
6673 \end_layout
6674
6675 \begin_layout Standard
6676 En el siguiente cuadro hay una comparación de las variantes:
6677 \end_layout
6678
6679 \begin_layout Standard
6680 \noindent
6681 \align center
6682 \begin_inset Tabular
6683 <lyxtabular version="3" rows="5" columns="2">
6684 <features>
6685 <column alignment="center" valignment="top" width="0">
6686 <column alignment="center" valignment="top" width="0">
6687 <row>
6688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 Comando
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 Resultado
6702 \begin_inset Note Note
6703 status collapsed
6704
6705 \begin_layout Plain Layout
6706
6707 \series bold
6708
6709 \backslash
6710 raisebox
6711 \series default
6712  se usa sólo como espaciador
6713 \end_layout
6714
6715 \end_inset
6716
6717
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 </row>
6723 <row>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728
6729 \backslash
6730 Bigm(
6731 \backslash
6732 bigm(
6733 \backslash
6734 ln(3x)
6735 \backslash
6736 bigm)^2
6737 \series bold
6738
6739 \begin_inset ERT
6740 status collapsed
6741
6742 \begin_layout Plain Layout
6743
6744
6745 \backslash
6746 spce 
6747 \end_layout
6748
6749 \end_inset
6750
6751
6752 \series default
6753
6754 \backslash
6755 Bigm)
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6765 \end_inset
6766
6767
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 </row>
6773 <row>
6774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778
6779 \backslash
6780 Big(
6781 \backslash
6782 big(
6783 \backslash
6784 ln(3x)
6785 \backslash
6786 big)^2
6787 \series bold
6788
6789 \begin_inset ERT
6790 status collapsed
6791
6792 \begin_layout Plain Layout
6793
6794
6795 \backslash
6796 spce 
6797 \end_layout
6798
6799 \end_inset
6800
6801
6802 \series default
6803
6804 \backslash
6805 Big)
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6815 \end_inset
6816
6817
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 </row>
6823 <row>
6824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828
6829 \backslash
6830 Bigl(
6831 \backslash
6832 bigl(
6833 \backslash
6834 ln(3x)
6835 \backslash
6836 bigr)^2
6837 \series bold
6838
6839 \begin_inset ERT
6840 status collapsed
6841
6842 \begin_layout Plain Layout
6843
6844
6845 \backslash
6846 spce 
6847 \end_layout
6848
6849 \end_inset
6850
6851
6852 \series default
6853
6854 \backslash
6855 Bigr)
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6865 \end_inset
6866
6867
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 </row>
6873 <row>
6874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878
6879 \backslash
6880 bigl)
6881 \backslash
6882 ln(3x)
6883 \backslash
6884 bigr(
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6894 \end_inset
6895
6896
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 </row>
6902 </lyxtabular>
6903
6904 \end_inset
6905
6906
6907 \end_layout
6908
6909 \begin_layout Subsubsection
6910 Tamaño automático de los delimitadores
6911 \begin_inset CommandInset label
6912 LatexCommand label
6913 name "sub:Tamaño-automático-de"
6914
6915 \end_inset
6916
6917
6918 \begin_inset Index
6919 status collapsed
6920
6921 \begin_layout Plain Layout
6922 Delimitadores ! tamaño automático
6923 \end_layout
6924
6925 \end_inset
6926
6927
6928 \end_layout
6929
6930 \begin_layout Standard
6931 Se pueden insertar delimitadores de tamaño variable con los comandos 
6932 \series bold
6933
6934 \backslash
6935 left
6936 \series default
6937
6938 \begin_inset Index
6939 status collapsed
6940
6941 \begin_layout Plain Layout
6942 Comandos ! L ! 
6943 \backslash
6944 left
6945 \end_layout
6946
6947 \end_inset
6948
6949  y 
6950 \series bold
6951
6952 \backslash
6953 right
6954 \series default
6955
6956 \begin_inset Index
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960 Comandos ! R ! 
6961 \backslash
6962 right
6963 \end_layout
6964
6965 \end_inset
6966
6967  o con el botón de la barra de ecuaciones 
6968 \begin_inset Graphics
6969         filename ../../images/dialog-show_mathdelimiter.png
6970         scale 85
6971
6972 \end_inset
6973
6974 .
6975  El delimitador deseado se debe insertar directamente detrás de 
6976 \series bold
6977
6978 \backslash
6979 left
6980 \series default
6981  y 
6982 \series bold
6983
6984 \backslash
6985 right
6986 \series default
6987 .
6988  El tamaño se calculará automáticamente después para la salida.
6989  
6990 \end_layout
6991
6992 \begin_layout Standard
6993 \noindent
6994 \align center
6995 delimitador normal: El comando 
6996 \series bold
6997
6998 \backslash
6999 ln(
7000 \backslash
7001 frac
7002 \series default
7003
7004 \begin_inset ERT
7005 status collapsed
7006
7007 \begin_layout Plain Layout
7008
7009
7010 \backslash
7011 spce 
7012 \end_layout
7013
7014 \end_inset
7015
7016
7017 \series bold
7018 A
7019 \begin_inset Formula $\downarrow$
7020 \end_inset
7021
7022 C
7023 \series default
7024
7025 \begin_inset ERT
7026 status collapsed
7027
7028 \begin_layout Plain Layout
7029
7030
7031 \backslash
7032 spce
7033 \end_layout
7034
7035 \end_inset
7036
7037
7038 \series bold
7039 )
7040 \series default
7041  genera
7042 \begin_inset Formula \[
7043 \ln(\frac{A}{C})\]
7044
7045 \end_inset
7046
7047
7048 \end_layout
7049
7050 \begin_layout Standard
7051 \noindent
7052 \align center
7053 delimitador multilínea: El comando 
7054 \series bold
7055
7056 \backslash
7057 ln
7058 \backslash
7059 left(
7060 \backslash
7061 frac
7062 \series default
7063
7064 \begin_inset ERT
7065 status collapsed
7066
7067 \begin_layout Plain Layout
7068
7069
7070 \backslash
7071 spce 
7072 \end_layout
7073
7074 \end_inset
7075
7076
7077 \series bold
7078 A
7079 \begin_inset Formula $\downarrow$
7080 \end_inset
7081
7082 C
7083 \series default
7084
7085 \begin_inset ERT
7086 status collapsed
7087
7088 \begin_layout Plain Layout
7089
7090
7091 \backslash
7092 spce 
7093 \end_layout
7094
7095 \end_inset
7096
7097
7098 \series bold
7099
7100 \backslash
7101 right)
7102 \series default
7103  genera
7104 \begin_inset Formula \[
7105 \ln\left(\frac{A}{C}\right)\]
7106
7107 \end_inset
7108
7109
7110 \end_layout
7111
7112 \begin_layout Standard
7113 En lugar de 
7114 \series bold
7115
7116 \backslash
7117 left
7118 \series default
7119  y 
7120 \series bold
7121
7122 \backslash
7123 right
7124 \series default
7125  se puede usar el atajo 
7126 \family sans
7127 Alt+M
7128 \begin_inset space ~
7129 \end_inset
7130
7131 Corchete
7132 \family default
7133 .
7134  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7135  real del delimitador y además se genera el correspondiente delimitador
7136  de cierre.
7137 \begin_inset Newline newline
7138 \end_inset
7139
7140 El comando para el último ejemplo sería 
7141 \series bold
7142
7143 \backslash
7144 ln Alt+M
7145 \series default
7146  
7147 \series bold
7148 (
7149 \backslash
7150 frac
7151 \begin_inset ERT
7152 status collapsed
7153
7154 \begin_layout Plain Layout
7155
7156
7157 \backslash
7158 spce 
7159 \end_layout
7160
7161 \end_inset
7162
7163 A
7164 \begin_inset Formula $\downarrow$
7165 \end_inset
7166
7167
7168 \end_layout
7169
7170 \begin_layout Standard
7171 Para omitir uno de los dos delimitadores se inserta un punto.
7172  Por ejemplo, el comando 
7173 \series bold
7174
7175 \backslash
7176 left.
7177 \backslash
7178 frac
7179 \series default
7180
7181 \begin_inset ERT
7182 status collapsed
7183
7184 \begin_layout Plain Layout
7185
7186
7187 \backslash
7188 spce 
7189 \end_layout
7190
7191 \end_inset
7192
7193
7194 \series bold
7195 A
7196 \begin_inset Formula $\downarrow$
7197 \end_inset
7198
7199 B
7200 \series default
7201
7202 \begin_inset ERT
7203 status collapsed
7204
7205 \begin_layout Plain Layout
7206
7207
7208 \backslash
7209 spce 
7210 \end_layout
7211
7212 \end_inset
7213
7214
7215 \series bold
7216
7217 \backslash
7218 right}
7219 \series default
7220  da lugar a:
7221 \begin_inset Formula \[
7222 \left.\frac{A}{B}\right\} \]
7223
7224 \end_inset
7225
7226
7227 \end_layout
7228
7229 \begin_layout Standard
7230 LyX convertirá los comandos 
7231 \series bold
7232
7233 \backslash
7234 left
7235 \series default
7236  y 
7237 \series bold
7238
7239 \backslash
7240 right
7241 \series default
7242  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7243  omitido aparecerá como línea de trazos.
7244  
7245 \begin_inset VSpace bigskip
7246 \end_inset
7247
7248
7249 \end_layout
7250
7251 \begin_layout Standard
7252 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7253  de LaTeX, el comando 
7254 \series bold
7255
7256 \backslash
7257 middle
7258 \series default
7259
7260 \begin_inset Index
7261 status collapsed
7262
7263 \begin_layout Plain Layout
7264 Comandos ! M ! 
7265 \backslash
7266 middle
7267 \end_layout
7268
7269 \end_inset
7270
7271  está también disponible para todos los delimitadores y límites.
7272  Con este comando la altura del siguiente carácter se adapta a la de los
7273  delimitadores circundantes, lo que es necesario, p.
7274 \begin_inset space \thinspace{}
7275 \end_inset
7276
7277 e., para vectores físicos: 
7278 \begin_inset Formula \[
7279 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7280
7281 \end_inset
7282
7283
7284 \end_layout
7285
7286 \begin_layout Standard
7287 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7288 \begin_inset CommandInset ref
7289 LatexCommand ref
7290 reference "sub:Vectores-físicos"
7291
7292 \end_inset
7293
7294 .
7295 \end_layout
7296
7297 \begin_layout Subsection
7298 Delimitadores horizontales
7299 \begin_inset Index
7300 status collapsed
7301
7302 \begin_layout Plain Layout
7303 Delimitadores ! horizontales
7304 \end_layout
7305
7306 \end_inset
7307
7308
7309 \end_layout
7310
7311 \begin_layout Standard
7312 \noindent
7313 \align center
7314 \begin_inset Tabular
7315 <lyxtabular version="3" rows="4" columns="2">
7316 <features>
7317 <column alignment="center" valignment="top" width="0">
7318 <column alignment="center" valignment="top" width="0">
7319 <row>
7320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 Comando
7325 \begin_inset Note Note
7326 status collapsed
7327
7328 \begin_layout Plain Layout
7329
7330 \series bold
7331
7332 \backslash
7333 raisebox
7334 \series default
7335  se usa sólo como espaciador
7336 \end_layout
7337
7338 \end_inset
7339
7340
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 Resultado
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 </row>
7355 <row>
7356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 \begin_inset ERT
7361 status collapsed
7362
7363 \begin_layout Plain Layout
7364
7365
7366 \backslash
7367 raisebox{2.3mm}{
7368 \end_layout
7369
7370 \end_inset
7371
7372
7373 \backslash
7374 overbrace
7375 \begin_inset ERT
7376 status collapsed
7377
7378 \begin_layout Plain Layout
7379
7380
7381 \backslash
7382 spce 
7383 \end_layout
7384
7385 \end_inset
7386
7387 A+B
7388 \begin_inset ERT
7389 status collapsed
7390
7391 \begin_layout Plain Layout
7392
7393
7394 \backslash
7395 spce 
7396 \end_layout
7397
7398 \end_inset
7399
7400 ^
7401 \begin_inset ERT
7402 status collapsed
7403
7404 \begin_layout Plain Layout
7405
7406
7407 \backslash
7408 spce 
7409 \end_layout
7410
7411 \end_inset
7412
7413 3
7414 \begin_inset ERT
7415 status collapsed
7416
7417 \begin_layout Plain Layout
7418
7419 }
7420 \end_layout
7421
7422 \end_inset
7423
7424
7425 \begin_inset Index
7426 status collapsed
7427
7428 \begin_layout Plain Layout
7429 Comandos ! O ! 
7430 \backslash
7431 overbrace
7432 \end_layout
7433
7434 \end_inset
7435
7436
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 \begin_inset Formula $\overbrace{A+B}^{3}$
7446 \end_inset
7447
7448
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 </row>
7454 <row>
7455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 \begin_inset ERT
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463
7464
7465 \backslash
7466 raisebox{-2.2mm}{
7467 \end_layout
7468
7469 \end_inset
7470
7471
7472 \backslash
7473 underbrace
7474 \begin_inset ERT
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478
7479
7480 \backslash
7481 spce 
7482 \end_layout
7483
7484 \end_inset
7485
7486 A+B
7487 \begin_inset ERT
7488 status collapsed
7489
7490 \begin_layout Plain Layout
7491
7492
7493 \backslash
7494 spce 
7495 \end_layout
7496
7497 \end_inset
7498
7499 _5
7500 \begin_inset ERT
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504
7505 }
7506 \end_layout
7507
7508 \end_inset
7509
7510
7511 \begin_inset Index
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515 Comandos ! U ! 
7516 \backslash
7517 underbrace
7518 \end_layout
7519
7520 \end_inset
7521
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 \begin_inset Formula $\underbrace{A+B}_{5}$
7532 \end_inset
7533
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 </row>
7540 <row>
7541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545
7546 \backslash
7547 overbrace
7548 \begin_inset ERT
7549 status collapsed
7550
7551 \begin_layout Plain Layout
7552
7553
7554 \backslash
7555 spce 
7556 \end_layout
7557
7558 \end_inset
7559
7560
7561 \backslash
7562 underbrace
7563 \begin_inset ERT
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567
7568
7569 \backslash
7570 spce 
7571 \end_layout
7572
7573 \end_inset
7574
7575 A+B_w
7576 \begin_inset ERT
7577 status collapsed
7578
7579 \begin_layout Plain Layout
7580
7581
7582 \backslash
7583 spce 
7584 \end_layout
7585
7586 \end_inset
7587
7588
7589 \begin_inset ERT
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593
7594
7595 \backslash
7596 spce 
7597 \end_layout
7598
7599 \end_inset
7600
7601 _7
7602 \begin_inset ERT
7603 status collapsed
7604
7605 \begin_layout Plain Layout
7606
7607
7608 \backslash
7609 spce 
7610 \end_layout
7611
7612 \end_inset
7613
7614
7615 \begin_inset ERT
7616 status collapsed
7617
7618 \begin_layout Plain Layout
7619
7620
7621 \backslash
7622 spce 
7623 \end_layout
7624
7625 \end_inset
7626
7627 ^
7628 \begin_inset ERT
7629 status collapsed
7630
7631 \begin_layout Plain Layout
7632
7633
7634 \backslash
7635 spce 
7636 \end_layout
7637
7638 \end_inset
7639
7640 C
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7650 \end_inset
7651
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 </row>
7658 </lyxtabular>
7659
7660 \end_inset
7661
7662
7663 \end_layout
7664
7665 \begin_layout Standard
7666 En el último ejemplo no importa en qué orden se introducen los comandos
7667  
7668 \series bold
7669
7670 \backslash
7671 overbrace
7672 \series default
7673  y 
7674 \series bold
7675
7676 \backslash
7677 underbrace
7678 \series default
7679 .
7680 \begin_inset VSpace bigskip
7681 \end_inset
7682
7683
7684 \end_layout
7685
7686 \begin_layout Standard
7687 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7688  multilínea, como se describe en
7689 \begin_inset space ~
7690 \end_inset
7691
7692
7693 \begin_inset CommandInset ref
7694 LatexCommand ref
7695 reference "sec:Ecuaciones-multilínea"
7696
7697 \end_inset
7698
7699 :
7700 \begin_inset Formula \begin{eqnarray*}
7701 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7702  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7703
7704 \end_inset
7705
7706 En la primera fila se insertan la ecuación y la primera llave.
7707  Aquí es importante insertar el comando de espacio
7708 \begin_inset Foot
7709 status collapsed
7710
7711 \begin_layout Plain Layout
7712 Los comandos para espacios se explican en 
7713 \begin_inset CommandInset ref
7714 LatexCommand ref
7715 reference "sub:Espacio-predefinido"
7716
7717 \end_inset
7718
7719
7720 \end_layout
7721
7722 \end_inset
7723
7724  
7725 \series bold
7726
7727 \backslash
7728 :
7729 \series default
7730  antes de la primera
7731 \series bold
7732  
7733 \series default
7734
7735 \begin_inset Formula $d$
7736 \end_inset
7737
7738 , porque la llave que termina detrás de 
7739 \begin_inset Formula $q$
7740 \end_inset
7741
7742  impide que el siguiente 
7743 \begin_inset Quotes fld
7744 \end_inset
7745
7746 +
7747 \begin_inset Quotes frd
7748 \end_inset
7749
7750  esté rodeado de espacio.
7751 \begin_inset Foot
7752 status collapsed
7753
7754 \begin_layout Plain Layout
7755 Debido a que la llave no es considerada como carácter, véase 
7756 \begin_inset CommandInset ref
7757 LatexCommand ref
7758 reference "sub:Operadores-binarios"
7759
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \end_inset
7766
7767  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7768  de 
7769 \begin_inset Formula $b$
7770 \end_inset
7771
7772  se inserta antes el comando 
7773 \series bold
7774
7775 \backslash
7776 hphantom{gggg+
7777 \backslash
7778 :}
7779 \series default
7780 .
7781 \begin_inset Foot
7782 status collapsed
7783
7784 \begin_layout Plain Layout
7785 Más sobre 
7786 \series bold
7787
7788 \backslash
7789 hphantom
7790 \series default
7791  en 
7792 \begin_inset CommandInset ref
7793 LatexCommand ref
7794 reference "sub:Espacios-reservados"
7795
7796 \end_inset
7797
7798
7799 \end_layout
7800
7801 \end_inset
7802
7803  Ese espacio es necesario porque el signo 
7804 \begin_inset Quotes fld
7805 \end_inset
7806
7807 +
7808 \begin_inset Quotes frd
7809 \end_inset
7810
7811  va seguido de un espacio en la ecuación.
7812  La llave se coloca bajo el comando 
7813 \series bold
7814
7815 \backslash
7816 hphantom{bbqq+dddd}
7817 \series default
7818 .
7819  
7820 \end_layout
7821
7822 \begin_layout Standard
7823 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7824  ejemplo:
7825 \begin_inset ERT
7826 status collapsed
7827
7828 \begin_layout Plain Layout
7829
7830
7831 \backslash
7832 setlength{
7833 \backslash
7834 jot}{-6pt}
7835 \end_layout
7836
7837 \end_inset
7838
7839
7840 \begin_inset Formula \begin{eqnarray*}
7841  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7842 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7843
7844 \end_inset
7845
7846
7847 \begin_inset ERT
7848 status collapsed
7849
7850 \begin_layout Plain Layout
7851
7852
7853 \backslash
7854 setlength{
7855 \backslash
7856 jot}{3pt}
7857 \end_layout
7858
7859 \end_inset
7860
7861 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7862  anterior, con la diferencia de que la llave está encima.
7863  La segunda fila contiene la ecuación junto con la segunda llave.
7864  Para evitar que haya demasiado espacio entre la llave superior en la primera
7865  fila y la ecuación hay que reducirlo.
7866  Esto no es fácil de hacer debido a un fallo de LyX.
7867 \begin_inset Foot
7868 status collapsed
7869
7870 \begin_layout Plain Layout
7871 \begin_inset CommandInset href
7872 LatexCommand href
7873 name "LyX-bug #1505"
7874 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7875
7876 \end_inset
7877
7878
7879 \end_layout
7880
7881 \end_inset
7882
7883  Una solución es cambiar la separación global de filas en la ecuación, 
7884 \series bold
7885
7886 \backslash
7887 jot
7888 \series default
7889
7890 \begin_inset Index
7891 status collapsed
7892
7893 \begin_layout Plain Layout
7894 Comandos ! J ! 
7895 \backslash
7896 jot
7897 \end_layout
7898
7899 \end_inset
7900
7901 , en -6
7902 \begin_inset space \thinspace{}
7903 \end_inset
7904
7905 pt insertando antes de la ecuación el comando 
7906 \series bold
7907
7908 \backslash
7909 setlength{
7910 \backslash
7911 jot}{-6pt}
7912 \series default
7913  en modo TeX.
7914  Después de la ecuación se vuelve al valor normal 3
7915 \begin_inset space \thinspace{}
7916 \end_inset
7917
7918 pt de 
7919 \series bold
7920
7921 \backslash
7922 jot
7923 \series default
7924  usando el mismo comando.
7925  Más información sobre separación de filas en ecuaciones en
7926 \begin_inset space ~
7927 \end_inset
7928
7929
7930 \begin_inset CommandInset ref
7931 LatexCommand ref
7932 reference "sub:Separación-de-líneas"
7933
7934 \end_inset
7935
7936 .
7937 \end_layout
7938
7939 \begin_layout Section
7940 Flechas
7941 \begin_inset Index
7942 status collapsed
7943
7944 \begin_layout Plain Layout
7945 Flechas
7946 \end_layout
7947
7948 \end_inset
7949
7950
7951 \end_layout
7952
7953 \begin_layout Standard
7954 Las flechas se pueden insertar con el botón 
7955 \begin_inset Graphics
7956         filename ../../images/math/leftarrow.png
7957         scale 85
7958
7959 \end_inset
7960
7961  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7962  siguientes.
7963 \end_layout
7964
7965 \begin_layout Subsection
7966 Flechas horizontales
7967 \begin_inset Index
7968 status collapsed
7969
7970 \begin_layout Plain Layout
7971 Flechas ! horizontales
7972 \end_layout
7973
7974 \end_inset
7975
7976
7977 \end_layout
7978
7979 \begin_layout Standard
7980 \begin_inset space \hfill{}
7981 \end_inset
7982
7983
7984 \begin_inset Tabular
7985 <lyxtabular version="3" rows="8" columns="2">
7986 <features>
7987 <column alignment="center" valignment="top" width="0pt">
7988 <column alignment="center" valignment="top" width="0pt">
7989 <row>
7990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 Comando
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 Resultado
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 </row>
8009 <row>
8010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \backslash
8016 gets
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 \begin_inset Formula $\gets$
8026 \end_inset
8027
8028
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 </row>
8034 <row>
8035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \backslash
8041 Leftarrow
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 \begin_inset Formula $\Leftarrow$
8051 \end_inset
8052
8053
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row>
8060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \backslash
8066 longleftarrow
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 \begin_inset Formula $\longleftarrow$
8076 \end_inset
8077
8078
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row>
8085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089
8090 \backslash
8091 Longleftarrow
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 \begin_inset Formula $\Longleftarrow$
8101 \end_inset
8102
8103
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 </row>
8109 <row>
8110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114
8115 \backslash
8116 leftharpoonup
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 \begin_inset Formula $\leftharpoonup$
8126 \end_inset
8127
8128
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 <row>
8135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139
8140 \backslash
8141 leftharpoondown
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 \begin_inset Formula $\leftharpoondown$
8151 \end_inset
8152
8153
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 </row>
8159 <row>
8160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164
8165 \backslash
8166 hookleftarrow
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 \begin_inset Formula $\hookleftarrow$
8176 \end_inset
8177
8178
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 </lyxtabular>
8185
8186 \end_inset
8187
8188
8189 \begin_inset space \hfill{}
8190 \end_inset
8191
8192
8193 \begin_inset Tabular
8194 <lyxtabular version="3" rows="8" columns="2">
8195 <features>
8196 <column alignment="center" valignment="top" width="0pt">
8197 <column alignment="center" valignment="top" width="0pt">
8198 <row>
8199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Comando
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 Resultado
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \backslash
8225 to
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 \begin_inset Formula $\to$
8235 \end_inset
8236
8237
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \backslash
8250 Rightarrow
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 \begin_inset Formula $\Rightarrow$
8260 \end_inset
8261
8262
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \backslash
8275 longrightarrow
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 \begin_inset Formula $\longrightarrow$
8285 \end_inset
8286
8287
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \backslash
8300 Longrightarrow
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 \begin_inset Formula $\Longrightarrow$
8310 \end_inset
8311
8312
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \backslash
8325 rightharpoonup
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 \begin_inset Formula $\rightharpoonup$
8335 \end_inset
8336
8337
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \backslash
8350 rightharpoondown
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 \begin_inset Formula $\rightharpoondown$
8360 \end_inset
8361
8362
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \backslash
8375 hookrightarrow
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 \begin_inset Formula $\hookrightarrow$
8385 \end_inset
8386
8387
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 </lyxtabular>
8394
8395 \end_inset
8396
8397
8398 \begin_inset space \hfill{}
8399 \end_inset
8400
8401
8402 \end_layout
8403
8404 \begin_layout Standard
8405 \begin_inset space \hfill{}
8406 \end_inset
8407
8408
8409 \begin_inset Tabular
8410 <lyxtabular version="3" rows="6" columns="2">
8411 <features>
8412 <column alignment="center" valignment="top" width="0pt">
8413 <column alignment="center" valignment="top" width="0pt">
8414 <row>
8415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 Comando
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 Resultado
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 </row>
8434 <row>
8435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \backslash
8441 leftrightarrow
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 \begin_inset Formula $\leftrightarrow$
8451 \end_inset
8452
8453
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 <row>
8460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464
8465 \backslash
8466 Leftrightarrow
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 \begin_inset Formula $\Leftrightarrow$
8476 \end_inset
8477
8478
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \backslash
8491 longleftrightarrow
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 \begin_inset Formula $\longleftrightarrow$
8501 \end_inset
8502
8503
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \backslash
8516 Longleftrightarrow
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 \begin_inset Formula $\Longleftrightarrow$
8526 \end_inset
8527
8528
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 </row>
8534 <row>
8535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \backslash
8541 rightleftharpoons
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 \begin_inset Formula $\rightleftharpoons$
8551 \end_inset
8552
8553
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 </row>
8559 </lyxtabular>
8560
8561 \end_inset
8562
8563
8564 \begin_inset space \hspace{}
8565 \length 25pt
8566 \end_inset
8567
8568
8569 \begin_inset space \hfill{}
8570 \end_inset
8571
8572
8573 \begin_inset Tabular
8574 <lyxtabular version="3" rows="5" columns="2">
8575 <features>
8576 <column alignment="center" valignment="top" width="0pt">
8577 <column alignment="center" valignment="top" width="0pt">
8578 <row>
8579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Comando
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 Resultado
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \backslash
8605 mapsto
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 \begin_inset Formula $\mapsto$
8615 \end_inset
8616
8617
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \backslash
8630 longmapsto
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 \begin_inset Formula $\longmapsto$
8640 \end_inset
8641
8642
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row>
8649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653
8654 \backslash
8655 leadsto
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 \begin_inset Formula $\leadsto$
8665 \end_inset
8666
8667
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \backslash
8680 dasharrow
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 \begin_inset Formula $\dasharrow$
8690 \end_inset
8691
8692
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 </lyxtabular>
8699
8700 \end_inset
8701
8702
8703 \begin_inset space \hfill{}
8704 \end_inset
8705
8706
8707 \begin_inset VSpace medskip
8708 \end_inset
8709
8710
8711 \end_layout
8712
8713 \begin_layout Standard
8714 Las flechas que se utilizan como acentos, p.
8715 \begin_inset space \thinspace{}
8716 \end_inset
8717
8718 e.
8719  en vectores, se describen en 
8720 \begin_inset CommandInset ref
8721 LatexCommand ref
8722 reference "sec:Acentos"
8723
8724 \end_inset
8725
8726 .
8727  
8728 \begin_inset VSpace bigskip
8729 \end_inset
8730
8731
8732 \end_layout
8733
8734 \begin_layout Standard
8735 Además hay las flechas etiquetadas
8736 \begin_inset Index
8737 status collapsed
8738
8739 \begin_layout Plain Layout
8740 Flechas ! etiquetadas
8741 \end_layout
8742
8743 \end_inset
8744
8745  
8746 \series bold
8747
8748 \backslash
8749 xleftarrow
8750 \series default
8751
8752 \begin_inset Index
8753 status collapsed
8754
8755 \begin_layout Plain Layout
8756 Comandos ! X ! 
8757 \backslash
8758 xleftarrow
8759 \end_layout
8760
8761 \end_inset
8762
8763  y 
8764 \series bold
8765
8766 \backslash
8767 xrightarrow
8768 \series default
8769
8770 \begin_inset Index
8771 status collapsed
8772
8773 \begin_layout Plain Layout
8774 Comandos ! X ! 
8775 \backslash
8776 xrightarrow
8777 \begin_inset ERT
8778 status collapsed
8779
8780 \begin_layout Plain Layout
8781
8782
8783 \backslash
8784 vspace{4mm}
8785 \end_layout
8786
8787 \end_inset
8788
8789
8790 \end_layout
8791
8792 \end_inset
8793
8794 .
8795  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8796  con dos marcos azules donde se puede insertar la etiqueta.
8797  La longitud de la flecha se adapta a la anchura de la etiqueta.
8798 \end_layout
8799
8800 \begin_layout Standard
8801 \noindent
8802 \align center
8803 \begin_inset Tabular
8804 <lyxtabular version="3" rows="3" columns="2">
8805 <features>
8806 <column alignment="center" valignment="top" width="0">
8807 <column alignment="center" valignment="top" width="0">
8808 <row>
8809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 Comando
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 Resultado
8823 \begin_inset Note Note
8824 status collapsed
8825
8826 \begin_layout Plain Layout
8827
8828 \series bold
8829
8830 \backslash
8831 raisebox
8832 \series default
8833  se usa sólo como espaciador
8834 \end_layout
8835
8836 \end_inset
8837
8838
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 <row>
8845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 F(a)
8850 \backslash
8851 xleftarrow
8852 \begin_inset ERT
8853 status collapsed
8854
8855 \begin_layout Plain Layout
8856
8857
8858 \backslash
8859 spce 
8860 \end_layout
8861
8862 \end_inset
8863
8864 x=a
8865 \begin_inset Formula $\downarrow$
8866 \end_inset
8867
8868 x>0
8869 \begin_inset Formula $\to$
8870 \end_inset
8871
8872 F(x)
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8882 \end_inset
8883
8884
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 <row>
8891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 F(x)
8896 \backslash
8897 xrightarrow
8898 \begin_inset ERT
8899 status collapsed
8900
8901 \begin_layout Plain Layout
8902
8903
8904 \backslash
8905 spce 
8906 \end_layout
8907
8908 \end_inset
8909
8910 x=a
8911 \begin_inset Formula $\downarrow$
8912 \end_inset
8913
8914 x>0
8915 \begin_inset Formula $\to$
8916 \end_inset
8917
8918 F(a)
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8928 \end_inset
8929
8930
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 </row>
8936 </lyxtabular>
8937
8938 \end_inset
8939
8940
8941 \end_layout
8942
8943 \begin_layout Subsection
8944 Flechas verticales y diagonales
8945 \begin_inset Index
8946 status collapsed
8947
8948 \begin_layout Plain Layout
8949 Flechas ! diagonales
8950 \end_layout
8951
8952 \end_inset
8953
8954
8955 \begin_inset Index
8956 status collapsed
8957
8958 \begin_layout Plain Layout
8959 Flechas ! verticales
8960 \end_layout
8961
8962 \end_inset
8963
8964
8965 \end_layout
8966
8967 \begin_layout Standard
8968 \begin_inset space \hfill{}
8969 \end_inset
8970
8971
8972 \begin_inset Tabular
8973 <lyxtabular version="3" rows="7" columns="2">
8974 <features>
8975 <column alignment="center" valignment="top" width="0pt">
8976 <column alignment="center" valignment="top" width="0pt">
8977 <row>
8978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 Comando
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 Resultado
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 <row>
8998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002
9003 \backslash
9004 uparrow
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 \begin_inset Formula $\uparrow$
9014 \end_inset
9015
9016
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 </row>
9022 <row>
9023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \backslash
9029 Uparrow
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 \begin_inset Formula $\Uparrow$
9039 \end_inset
9040
9041
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \backslash
9054 updownarrow
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 \begin_inset Formula $\updownarrow$
9064 \end_inset
9065
9066
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \backslash
9079 Updownarrow
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 \begin_inset Formula $\Updownarrow$
9089 \end_inset
9090
9091
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \backslash
9104 Downarrow
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 \begin_inset Formula $\Downarrow$
9114 \end_inset
9115
9116
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \backslash
9129 downarrow
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 \begin_inset Formula $\downarrow$
9139 \end_inset
9140
9141
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 </row>
9147 </lyxtabular>
9148
9149 \end_inset
9150
9151
9152 \begin_inset space \hfill{}
9153 \end_inset
9154
9155
9156 \begin_inset Tabular
9157 <lyxtabular version="3" rows="5" columns="2">
9158 <features>
9159 <column alignment="center" valignment="top" width="0pt">
9160 <column alignment="center" valignment="top" width="0pt">
9161 <row>
9162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Comando
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Resultado
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \backslash
9188 nearrow
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 \begin_inset Formula $\nearrow$
9198 \end_inset
9199
9200
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 </row>
9206 <row>
9207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211
9212 \backslash
9213 searrow
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 \begin_inset Formula $\searrow$
9223 \end_inset
9224
9225
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 </row>
9231 <row>
9232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236
9237 \backslash
9238 swarrow
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 \begin_inset Formula $\swarrow$
9248 \end_inset
9249
9250
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 </row>
9256 <row>
9257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261
9262 \backslash
9263 nwarrow
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 \begin_inset Formula $\nwarrow$
9273 \end_inset
9274
9275
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 </row>
9281 </lyxtabular>
9282
9283 \end_inset
9284
9285
9286 \begin_inset space \hfill{}
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \begin_layout Standard
9293 \begin_inset VSpace medskip
9294 \end_inset
9295
9296
9297 \end_layout
9298
9299 \begin_layout Standard
9300 Las flechas verticales también se pueden usar como delimitadores junto con
9301  los comandos descritos en
9302 \begin_inset space ~
9303 \end_inset
9304
9305
9306 \begin_inset CommandInset ref
9307 LatexCommand ref
9308 reference "sub:Tamaño-manual-de"
9309
9310 \end_inset
9311
9312  y 
9313 \begin_inset CommandInset ref
9314 LatexCommand ref
9315 reference "sub:Tamaño-automático-de"
9316
9317 \end_inset
9318
9319 .
9320 \end_layout
9321
9322 \begin_layout Standard
9323
9324 \end_layout
9325
9326 \begin_layout Section
9327 Acentos
9328 \begin_inset CommandInset label
9329 LatexCommand label
9330 name "sec:Acentos"
9331
9332 \end_inset
9333
9334
9335 \begin_inset Index
9336 status collapsed
9337
9338 \begin_layout Plain Layout
9339 Acentos
9340 \end_layout
9341
9342 \end_inset
9343
9344
9345 \end_layout
9346
9347 \begin_layout Standard
9348 Los acentos se pueden insertar con el botón 
9349 \begin_inset Graphics
9350         filename ../../images/math/hat.png
9351         scale 85
9352
9353 \end_inset
9354
9355  o mediante los comandos listados en las siguientes subsecciones.
9356 \end_layout
9357
9358 \begin_layout Subsection
9359 Acentos para un carácter
9360 \begin_inset ERT
9361 status collapsed
9362
9363 \begin_layout Plain Layout
9364
9365
9366 \backslash
9367 texorpdfstring{
9368 \end_layout
9369
9370 \end_inset
9371
9372
9373 \begin_inset Foot
9374 status collapsed
9375
9376 \begin_layout Plain Layout
9377 Para acentos en texto, véase 
9378 \begin_inset CommandInset ref
9379 LatexCommand ref
9380 reference "sub:Acentos-en-texto"
9381
9382 \end_inset
9383
9384
9385 \end_layout
9386
9387 \end_inset
9388
9389
9390 \begin_inset ERT
9391 status collapsed
9392
9393 \begin_layout Plain Layout
9394
9395 }{}
9396 \end_layout
9397
9398 \end_inset
9399
9400
9401 \begin_inset Note Note
9402 status collapsed
9403
9404 \begin_layout Plain Layout
9405
9406 \backslash
9407 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9408  PDF.
9409 \end_layout
9410
9411 \begin_layout Plain Layout
9412 Más sobre 
9413 \backslash
9414 texorpdfstring en la sección 
9415 \begin_inset CommandInset ref
9416 LatexCommand ref
9417 reference "sub:Ecuaciones-en-encabezados"
9418
9419 \end_inset
9420
9421 .
9422 \end_layout
9423
9424 \end_inset
9425
9426
9427 \begin_inset CommandInset label
9428 LatexCommand label
9429 name "sub:Acentos-para-un"
9430
9431 \end_inset
9432
9433
9434 \begin_inset Index
9435 status collapsed
9436
9437 \begin_layout Plain Layout
9438 Acentos ! para un carácter
9439 \end_layout
9440
9441 \end_inset
9442
9443
9444 \end_layout
9445
9446 \begin_layout Standard
9447 \begin_inset space \hfill{}
9448 \end_inset
9449
9450
9451 \begin_inset Tabular
9452 <lyxtabular version="3" rows="8" columns="2">
9453 <features>
9454 <column alignment="center" valignment="top" width="0pt">
9455 <column alignment="center" valignment="top" width="0pt">
9456 <row>
9457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 Comando
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 Resultado
9471 \begin_inset Note Note
9472 status collapsed
9473
9474 \begin_layout Plain Layout
9475
9476 \series bold
9477
9478 \backslash
9479 raisebox
9480 \series default
9481  se usa sólo como espaciador
9482 \end_layout
9483
9484 \end_inset
9485
9486
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 </row>
9492 <row>
9493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497
9498 \backslash
9499 dot
9500 \begin_inset ERT
9501 status collapsed
9502
9503 \begin_layout Plain Layout
9504
9505
9506 \backslash
9507 spce 
9508 \end_layout
9509
9510 \end_inset
9511
9512 A
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9522 \end_inset
9523
9524
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 <row>
9531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \backslash
9537 ddot
9538 \begin_inset ERT
9539 status collapsed
9540
9541 \begin_layout Plain Layout
9542
9543
9544 \backslash
9545 spce 
9546 \end_layout
9547
9548 \end_inset
9549
9550 A
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9560 \end_inset
9561
9562
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 </row>
9568 <row>
9569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573
9574 \backslash
9575 dddot
9576 \begin_inset ERT
9577 status collapsed
9578
9579 \begin_layout Plain Layout
9580
9581
9582 \backslash
9583 spce 
9584 \end_layout
9585
9586 \end_inset
9587
9588 A
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9598 \end_inset
9599
9600
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 </row>
9606 <row>
9607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611
9612 \backslash
9613 ddddot{A
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9623 \end_inset
9624
9625
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 </row>
9631 <row>
9632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \backslash
9638 vec
9639 \begin_inset ERT
9640 status collapsed
9641
9642 \begin_layout Plain Layout
9643
9644
9645 \backslash
9646 spce 
9647 \end_layout
9648
9649 \end_inset
9650
9651 A
9652 \begin_inset Index
9653 status collapsed
9654
9655 \begin_layout Plain Layout
9656 Vectores
9657 \end_layout
9658
9659 \end_inset
9660
9661
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9671 \end_inset
9672
9673
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 <row>
9680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684
9685 \backslash
9686 bar
9687 \begin_inset ERT
9688 status collapsed
9689
9690 \begin_layout Plain Layout
9691
9692
9693 \backslash
9694 spce 
9695 \end_layout
9696
9697 \end_inset
9698
9699 A
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Plain Layout
9708 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 </row>
9717 <row>
9718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722
9723 \backslash
9724 mathring
9725 \begin_inset ERT
9726 status collapsed
9727
9728 \begin_layout Plain Layout
9729
9730
9731 \backslash
9732 spce 
9733 \end_layout
9734
9735 \end_inset
9736
9737 A
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9747 \end_inset
9748
9749
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 </row>
9755 </lyxtabular>
9756
9757 \end_inset
9758
9759
9760 \begin_inset space \hfill{}
9761 \end_inset
9762
9763
9764 \begin_inset Tabular
9765 <lyxtabular version="3" rows="7" columns="2">
9766 <features>
9767 <column alignment="center" valignment="top" width="0pt">
9768 <column alignment="center" valignment="top" width="0pt">
9769 <row>
9770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774 Comando
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 Resultado
9784 \begin_inset Note Note
9785 status collapsed
9786
9787 \begin_layout Plain Layout
9788
9789 \series bold
9790
9791 \backslash
9792 raisebox
9793 \series default
9794  se usa sólo como espaciador
9795 \end_layout
9796
9797 \end_inset
9798
9799
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 </row>
9805 <row>
9806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810
9811 \backslash
9812 tilde
9813 \begin_inset ERT
9814 status collapsed
9815
9816 \begin_layout Plain Layout
9817
9818
9819 \backslash
9820 spce 
9821 \end_layout
9822
9823 \end_inset
9824
9825 A
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9835 \end_inset
9836
9837
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 </row>
9843 <row>
9844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848
9849 \backslash
9850 hat
9851 \begin_inset ERT
9852 status collapsed
9853
9854 \begin_layout Plain Layout
9855
9856
9857 \backslash
9858 spce 
9859 \end_layout
9860
9861 \end_inset
9862
9863 A
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9873 \end_inset
9874
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 </row>
9881 <row>
9882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886
9887 \backslash
9888 check
9889 \begin_inset ERT
9890 status collapsed
9891
9892 \begin_layout Plain Layout
9893
9894
9895 \backslash
9896 spce 
9897 \end_layout
9898
9899 \end_inset
9900
9901 A
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9911 \end_inset
9912
9913
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 </row>
9919 <row>
9920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \backslash
9926 acute
9927 \begin_inset ERT
9928 status collapsed
9929
9930 \begin_layout Plain Layout
9931
9932
9933 \backslash
9934 spce 
9935 \end_layout
9936
9937 \end_inset
9938
9939 A
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9949 \end_inset
9950
9951
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 </row>
9957 <row>
9958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962
9963 \backslash
9964 grave
9965 \begin_inset ERT
9966 status collapsed
9967
9968 \begin_layout Plain Layout
9969
9970
9971 \backslash
9972 spce 
9973 \end_layout
9974
9975 \end_inset
9976
9977 A
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9987 \end_inset
9988
9989
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 </row>
9995 <row>
9996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \backslash
10002 breve
10003 \begin_inset ERT
10004 status collapsed
10005
10006 \begin_layout Plain Layout
10007
10008
10009 \backslash
10010 spce 
10011 \end_layout
10012
10013 \end_inset
10014
10015 A
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10025 \end_inset
10026
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 </lyxtabular>
10034
10035 \end_inset
10036
10037
10038 \begin_inset space \hfill{}
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \begin_layout Standard
10045 \begin_inset VSpace bigskip
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \begin_layout Standard
10052 En ecuaciones se pueden insertar acentos como é directamente.
10053  LyX los transformará al comando de acento correspondiente.
10054  Para poner diéresis
10055 \begin_inset Index
10056 status collapsed
10057
10058 \begin_layout Plain Layout
10059 Dieresis@Diéresis
10060 \end_layout
10061
10062 \end_inset
10063
10064  es mejor insertar comillas antes de la vocal.
10065  Estos dos caracteres son considerados por LaTeX como 
10066 \emph on
10067 un solo
10068 \emph default
10069  carácter si la parte de la ecuación con la diéresis se marca en idioma
10070  alemán.
10071 \begin_inset Foot
10072 status collapsed
10073
10074 \begin_layout Plain Layout
10075 O algún otro idioma que use acentos, p.
10076 \begin_inset space \thinspace{}
10077 \end_inset
10078
10079 e.
10080  catalán.
10081  Aunque esto no funciona en español por algún conflicto con el estilo 
10082 \series bold
10083 spanish
10084 \series default
10085  de 
10086 \series bold
10087 babel
10088 \series default
10089 , no es necesario: se puede escribir 
10090 \begin_inset Formula $ï$
10091 \end_inset
10092
10093  en una ecuación igual que se hace en texto normal, ï.
10094  (
10095 \emph on
10096 N.
10097 \begin_inset space \thinspace{}
10098 \end_inset
10099
10100 del t.
10101 \emph default
10102 )
10103 \end_layout
10104
10105 \end_inset
10106
10107  A diferencia de 
10108 \series bold
10109
10110 \backslash
10111 ddot
10112 \series default
10113 , con este método se generan diéresis 
10114 \begin_inset Quotes fld
10115 \end_inset
10116
10117 reales
10118 \begin_inset Quotes frd
10119 \end_inset
10120
10121 , como se demuestra en el siguiente ejemplo:
10122 \begin_inset VSpace -2mm
10123 \end_inset
10124
10125
10126 \end_layout
10127
10128 \begin_layout Standard
10129 \noindent
10130 \align center
10131 \begin_inset Tabular
10132 <lyxtabular version="3" rows="3" columns="2">
10133 <features>
10134 <column alignment="center" valignment="top" width="0">
10135 <column alignment="center" valignment="top" width="0">
10136 <row>
10137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 Comando
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150 Resultado
10151 \begin_inset Note Note
10152 status collapsed
10153
10154 \begin_layout Plain Layout
10155
10156 \series bold
10157
10158 \backslash
10159 raisebox
10160 \series default
10161  se usa sólo como espaciador.
10162 \end_layout
10163
10164 \end_inset
10165
10166
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 </row>
10172 <row>
10173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 ï
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 \begin_inset Formula $ï$
10187 \end_inset
10188
10189
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 </row>
10195 <row>
10196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \backslash
10202 ddot
10203 \begin_inset ERT
10204 status collapsed
10205
10206 \begin_layout Plain Layout
10207
10208
10209 \backslash
10210 spce 
10211 \end_layout
10212
10213 \end_inset
10214
10215 i
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10225 \end_inset
10226
10227
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 </row>
10233 </lyxtabular>
10234
10235 \end_inset
10236
10237
10238 \end_layout
10239
10240 \begin_layout Standard
10241 Otra ventaja frente a 
10242 \series bold
10243
10244 \backslash
10245 ddot
10246 \series default
10247  es que la diéresis puede convertirse directamente a texto matemático, porque
10248  los anteriores comandos para acentos 
10249 \emph on
10250 no están permitidos en texto matemático
10251 \emph default
10252 .
10253  Para convertir un carácter acentuado a texto matemático, se debe convertir
10254  sólo el carácter bajo el acento.
10255  Esto también se aplica para otras conversiones, p.
10256 \begin_inset space \thinspace{}
10257 \end_inset
10258
10259 e.
10260 \begin_inset space ~
10261 \end_inset
10262
10263 cursiva o negrita.
10264 \end_layout
10265
10266 \begin_layout Standard
10267 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10268 \end_layout
10269
10270 \begin_layout Subsection
10271 Acentos para operadores
10272 \begin_inset Index
10273 status collapsed
10274
10275 \begin_layout Plain Layout
10276 Acentos ! en operadores
10277 \end_layout
10278
10279 \end_inset
10280
10281
10282 \end_layout
10283
10284 \begin_layout Standard
10285 Con los comandos 
10286 \series bold
10287
10288 \backslash
10289 overset
10290 \series default
10291
10292 \begin_inset Index
10293 status collapsed
10294
10295 \begin_layout Plain Layout
10296 Comandos ! O ! 
10297 \backslash
10298 overset
10299 \end_layout
10300
10301 \end_inset
10302
10303  y 
10304 \series bold
10305
10306 \backslash
10307 underset
10308 \series default
10309
10310 \begin_inset Index
10311 status collapsed
10312
10313 \begin_layout Plain Layout
10314 Comandos ! U ! 
10315 \backslash
10316 underset
10317 \end_layout
10318
10319 \end_inset
10320
10321  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10322  Con el comando 
10323 \series bold
10324
10325 \backslash
10326 sideset
10327 \series default
10328
10329 \begin_inset Index
10330 status collapsed
10331
10332 \begin_layout Plain Layout
10333 Comandos ! S ! 
10334 \backslash
10335 sideset
10336 \end_layout
10337
10338 \end_inset
10339
10340  se pueden poner caracteres delante y detrás de un operador.
10341  El esquema del comando es:
10342 \end_layout
10343
10344 \begin_layout Standard
10345
10346 \series bold
10347
10348 \backslash
10349 sideset{carácter
10350 \series default
10351  
10352 \series bold
10353 anterior}{carácter posterior}
10354 \end_layout
10355
10356 \begin_layout Standard
10357
10358 \series bold
10359
10360 \backslash
10361 sideset
10362 \series default
10363  siempre debe estar delante del operador que debe acentuarse.
10364  Se puede acentuar con varios caracteres e incluso con otros operadores
10365  y símbolos.
10366  Para colocar con
10367 \series bold
10368  
10369 \backslash
10370 sideset
10371 \series default
10372  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10373  el primer par de llaves, pero sin quitarlas.
10374  
10375 \end_layout
10376
10377 \begin_layout Standard
10378 Por ejemplo, el comando 
10379 \series bold
10380
10381 \backslash
10382 sideset{
10383 \begin_inset Formula $\to$
10384 \end_inset
10385
10386
10387 \backslash
10388 {
10389 \series default
10390 '
10391 \series bold
10392
10393 \begin_inset Formula $\to$
10394 \end_inset
10395
10396
10397 \backslash
10398 sum_k=1
10399 \begin_inset ERT
10400 status collapsed
10401
10402 \begin_layout Plain Layout
10403
10404
10405 \backslash
10406 spce 
10407 \end_layout
10408
10409 \end_inset
10410
10411
10412 \series default
10413 ^
10414 \series bold
10415
10416 \begin_inset ERT
10417 status collapsed
10418
10419 \begin_layout Plain Layout
10420
10421
10422 \backslash
10423 spce 
10424 \end_layout
10425
10426 \end_inset
10427
10428 n
10429 \series default
10430  genera:
10431 \begin_inset Formula \[
10432 \sideset{}{'}\sum_{k=1}^{n}\]
10433
10434 \end_inset
10435
10436
10437 \end_layout
10438
10439 \begin_layout Standard
10440 El comando 
10441 \series bold
10442
10443 \backslash
10444 overset
10445 \begin_inset ERT
10446 status collapsed
10447
10448 \begin_layout Plain Layout
10449
10450
10451 \backslash
10452 spce 
10453 \end_layout
10454
10455 \end_inset
10456
10457
10458 \backslash
10459 maltese
10460 \begin_inset ERT
10461 status collapsed
10462
10463 \begin_layout Plain Layout
10464
10465
10466 \backslash
10467 spce 
10468 \end_layout
10469
10470 \end_inset
10471
10472
10473 \series default
10474
10475 \begin_inset Formula $\uparrow$
10476 \end_inset
10477
10478
10479 \series bold
10480 a
10481 \series default
10482  genera:
10483 \begin_inset Formula \[
10484 \overset{a}{\maltese}\]
10485
10486 \end_inset
10487
10488
10489 \end_layout
10490
10491 \begin_layout Standard
10492 Como se ve en el último ejemplo, con 
10493 \series bold
10494
10495 \backslash
10496 overset
10497 \series default
10498  y 
10499 \series bold
10500
10501 \backslash
10502 underset
10503 \series default
10504  también se pueden acentuar símbolos y caracteres; con 
10505 \series bold
10506
10507 \backslash
10508 sideset
10509 \series default
10510  esto no es posible.
10511 \end_layout
10512
10513 \begin_layout Subsection
10514 Acentos para varios caracteres
10515 \begin_inset Index
10516 status collapsed
10517
10518 \begin_layout Plain Layout
10519 Acentos ! en varios caracteres
10520 \end_layout
10521
10522 \end_inset
10523
10524
10525 \end_layout
10526
10527 \begin_layout Standard
10528 \begin_inset space \hfill{}
10529 \end_inset
10530
10531
10532 \begin_inset Tabular
10533 <lyxtabular version="3" rows="5" columns="2">
10534 <features>
10535 <column alignment="center" valignment="top" width="0pt">
10536 <column alignment="center" valignment="top" width="0pt">
10537 <row>
10538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 Comando
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 Resultado
10552 \begin_inset Note Note
10553 status collapsed
10554
10555 \begin_layout Plain Layout
10556
10557 \series bold
10558
10559 \backslash
10560 raisebox
10561 \series default
10562  se usa sólo como espaciador
10563 \end_layout
10564
10565 \end_inset
10566
10567
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 <row>
10574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \backslash
10580 overleftarrow
10581 \begin_inset ERT
10582 status collapsed
10583
10584 \begin_layout Plain Layout
10585
10586
10587 \backslash
10588 spce 
10589 \end_layout
10590
10591 \end_inset
10592
10593 A=B
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10603 \end_inset
10604
10605
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \backslash
10618 underleftarrow
10619 \begin_inset ERT
10620 status collapsed
10621
10622 \begin_layout Plain Layout
10623
10624
10625 \backslash
10626 spce 
10627 \end_layout
10628
10629 \end_inset
10630
10631 A=B
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10641 \end_inset
10642
10643
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 </row>
10649 <row>
10650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654
10655 \backslash
10656 overleftrightarrow
10657 \begin_inset ERT
10658 status collapsed
10659
10660 \begin_layout Plain Layout
10661
10662
10663 \backslash
10664 spce 
10665 \end_layout
10666
10667 \end_inset
10668
10669 A=B
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10679 \end_inset
10680
10681
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 </row>
10687 <row>
10688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692
10693 \backslash
10694 underleftrightarrow
10695 \begin_inset ERT
10696 status collapsed
10697
10698 \begin_layout Plain Layout
10699
10700
10701 \backslash
10702 spce 
10703 \end_layout
10704
10705 \end_inset
10706
10707 A=B
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10717 \end_inset
10718
10719
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 </row>
10725 </lyxtabular>
10726
10727 \end_inset
10728
10729
10730 \begin_inset space \hfill{}
10731 \end_inset
10732
10733
10734 \begin_inset Tabular
10735 <lyxtabular version="3" rows="5" columns="2">
10736 <features>
10737 <column alignment="center" valignment="top" width="0pt">
10738 <column alignment="center" valignment="top" width="0pt">
10739 <row>
10740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 Comando
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 Resultado
10754 \begin_inset Note Note
10755 status collapsed
10756
10757 \begin_layout Plain Layout
10758
10759 \series bold
10760
10761 \backslash
10762 raisebox
10763 \series default
10764  se usa sólo como espaciador
10765 \end_layout
10766
10767 \end_inset
10768
10769
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row>
10776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \backslash
10782 overrightarrow
10783 \begin_inset ERT
10784 status collapsed
10785
10786 \begin_layout Plain Layout
10787
10788
10789 \backslash
10790 spce 
10791 \end_layout
10792
10793 \end_inset
10794
10795 A=B
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10805 \end_inset
10806
10807
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 </row>
10813 <row>
10814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818
10819 \backslash
10820 underrightarrow
10821 \begin_inset ERT
10822 status collapsed
10823
10824 \begin_layout Plain Layout
10825
10826
10827 \backslash
10828 spce 
10829 \end_layout
10830
10831 \end_inset
10832
10833 A=B
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10843 \end_inset
10844
10845
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 </row>
10851 <row>
10852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856
10857 \backslash
10858 widetilde
10859 \begin_inset ERT
10860 status collapsed
10861
10862 \begin_layout Plain Layout
10863
10864
10865 \backslash
10866 spce 
10867 \end_layout
10868
10869 \end_inset
10870
10871 A=B
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10881 \end_inset
10882
10883
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 </row>
10889 <row>
10890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894
10895 \backslash
10896 widehat
10897 \begin_inset ERT
10898 status collapsed
10899
10900 \begin_layout Plain Layout
10901
10902
10903 \backslash
10904 spce 
10905 \end_layout
10906
10907 \end_inset
10908
10909 A=B
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10919 \end_inset
10920
10921
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 </row>
10927 </lyxtabular>
10928
10929 \end_inset
10930
10931
10932 \begin_inset space \hfill{}
10933 \end_inset
10934
10935
10936 \end_layout
10937
10938 \begin_layout Standard
10939 \begin_inset VSpace medskip
10940 \end_inset
10941
10942
10943 \end_layout
10944
10945 \begin_layout Standard
10946 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10947  Pero los acentos 
10948 \series bold
10949
10950 \backslash
10951 widetilde
10952 \series default
10953  y 
10954 \series bold
10955
10956 \backslash
10957 widehat
10958 \series default
10959  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10960  ejemplo:
10961 \begin_inset Formula \[
10962 \widetilde{A+B=C-D}\]
10963
10964 \end_inset
10965
10966
10967 \end_layout
10968
10969 \begin_layout Standard
10970 Con los comandos 
10971 \series bold
10972
10973 \backslash
10974 overset
10975 \series default
10976
10977 \begin_inset Index
10978 status collapsed
10979
10980 \begin_layout Plain Layout
10981 Comandos ! O ! 
10982 \backslash
10983 overset
10984 \end_layout
10985
10986 \end_inset
10987
10988  y 
10989 \series bold
10990
10991 \backslash
10992 underset
10993 \series default
10994
10995 \begin_inset Index
10996 status collapsed
10997
10998 \begin_layout Plain Layout
10999 Comandos ! U ! 
11000 \backslash
11001 underset
11002 \end_layout
11003
11004 \end_inset
11005
11006 , descritos en la subsección anterior, también se pueden acentuar varios
11007  caracteres.
11008  El comando 
11009 \series bold
11010
11011 \backslash
11012 underset
11013 \begin_inset ERT
11014 status collapsed
11015
11016 \begin_layout Plain Layout
11017
11018
11019 \backslash
11020 spce 
11021 \end_layout
11022
11023 \end_inset
11024
11025 A=B
11026 \begin_inset Formula $\downarrow$
11027 \end_inset
11028
11029 ***
11030 \series default
11031  da:
11032 \begin_inset Formula \[
11033 \underset{***}{A=B}\]
11034
11035 \end_inset
11036
11037
11038 \end_layout
11039
11040 \begin_layout Section
11041 Espacios
11042 \begin_inset CommandInset label
11043 LatexCommand label
11044 name "sec:Espacio"
11045
11046 \end_inset
11047
11048
11049 \begin_inset Index
11050 status collapsed
11051
11052 \begin_layout Plain Layout
11053 Espacio ! horizontal
11054 \end_layout
11055
11056 \end_inset
11057
11058
11059 \end_layout
11060
11061 \begin_layout Subsection
11062 Espacio predefinido
11063 \begin_inset CommandInset label
11064 LatexCommand label
11065 name "sub:Espacio-predefinido"
11066
11067 \end_inset
11068
11069
11070 \begin_inset Index
11071 status collapsed
11072
11073 \begin_layout Plain Layout
11074 Espacio ! horizontal ! predefinido
11075 \end_layout
11076
11077 \end_inset
11078
11079
11080 \end_layout
11081
11082 \begin_layout Standard
11083 A veces es necesario insertar espacio horizontal en una ecuación.
11084  Esto se hace insertando un espacio protegido (atajo 
11085 \family sans
11086 Ctrl+Espacio
11087 \family default
11088 ).
11089  Aparece un 
11090 \begin_inset Quotes fld
11091 \end_inset
11092
11093
11094 \color black
11095
11096 \begin_inset ERT
11097 status collapsed
11098
11099 \begin_layout Plain Layout
11100
11101
11102 \backslash
11103 spce 
11104 \end_layout
11105
11106 \end_inset
11107
11108
11109 \color inherit
11110
11111 \begin_inset Quotes frd
11112 \end_inset
11113
11114 , y pulsando 
11115 \family sans
11116 Espacio
11117 \family default
11118  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11119  espacio.
11120  También se pueden insertar espacios mediante el botón 
11121 \begin_inset Graphics
11122         filename ../../images/math/space.png
11123         scale 85
11124
11125 \end_inset
11126
11127  de la barra de ecuaciones o con comandos especiales.
11128  Independientemente del comando insertado, se puede seleccionar de nuevo
11129  el tamaño pulsando acto seguido 
11130 \family sans
11131 Espacio.
11132  
11133 \end_layout
11134
11135 \begin_layout Standard
11136 \noindent
11137 \align center
11138 \begin_inset VSpace -5mm
11139 \end_inset
11140
11141
11142 \begin_inset Tabular
11143 <lyxtabular version="3" rows="3" columns="7">
11144 <features>
11145 <column alignment="center" valignment="middle" width="6.8cm">
11146 <column alignment="center" valignment="top" width="0">
11147 <column alignment="center" valignment="top" width="0">
11148 <column alignment="center" valignment="top" width="0">
11149 <column alignment="center" valignment="top" width="0">
11150 <column alignment="center" valignment="top" width="0">
11151 <column alignment="center" valignment="top" width="0">
11152 <row>
11153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 Comando
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166
11167 \backslash
11168 ,
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177
11178 \backslash
11179 :
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188
11189 \backslash
11190 ;
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199
11200 \backslash
11201 quad
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210
11211 \backslash
11212 qquad
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221
11222 \backslash
11223 !
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 <row>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 Número de pulsaciones de 
11235 \family sans
11236 Espacio
11237 \family default
11238  tras insertar el espacio protegido
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 0
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 1
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 2
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 3
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 4
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 5
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 </row>
11298 <row>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 Resultado
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 \begin_inset Formula $A\, B$
11313 \end_inset
11314
11315
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324 \begin_inset Formula $A\: B$
11325 \end_inset
11326
11327
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 \begin_inset Formula $A\; B$
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 \begin_inset Formula $A\quad B$
11349 \end_inset
11350
11351
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 \begin_inset Formula $A\qquad B$
11361 \end_inset
11362
11363
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Formula $A\! B$
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 </lyxtabular>
11382
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \begin_layout Standard
11389 El último tamaño parece no generar espacio.
11390  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11391  negativo.
11392  Hay otros dos espacios negativos:
11393 \end_layout
11394
11395 \begin_layout Standard
11396 \align center
11397 \begin_inset Tabular
11398 <lyxtabular version="3" rows="3" columns="3">
11399 <features>
11400 <column alignment="center" valignment="middle" width="6.8cm">
11401 <column alignment="center" valignment="top" width="0pt">
11402 <column alignment="center" valignment="top" width="0pt">
11403 <row>
11404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 Comando
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417
11418 \backslash
11419 negmedspace
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428
11429 \backslash
11430 negthickspace
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 </row>
11436 <row>
11437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 Número de pulsaciones de 
11442 \family sans
11443 Espacio
11444 \family default
11445  tras insertar el espacio protegido
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 6
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 7
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 </row>
11469 <row>
11470 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 Resultado
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 \begin_inset Formula $A\negmedspace B$
11484 \end_inset
11485
11486
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 \begin_inset Formula $A\negthickspace B$
11496 \end_inset
11497
11498
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 </lyxtabular>
11505
11506 \end_inset
11507
11508
11509 \end_layout
11510
11511 \begin_layout Standard
11512 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11513  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11514 \begin_inset space \thinspace{}
11515 \end_inset
11516
11517 e., para operadores suma: 
11518 \end_layout
11519
11520 \begin_layout Standard
11521 \noindent
11522 \align center
11523 \begin_inset Tabular
11524 <lyxtabular version="3" rows="3" columns="2">
11525 <features>
11526 <column alignment="center" valignment="top" width="0">
11527 <column alignment="center" valignment="top" width="0">
11528 <row>
11529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 Comando
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 Resultado
11543 \begin_inset Note Note
11544 status collapsed
11545
11546 \begin_layout Plain Layout
11547
11548 \series bold
11549
11550 \backslash
11551 raisebox
11552 \series default
11553  se usa sólo como espaciador
11554 \end_layout
11555
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 <row>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569
11570 \backslash
11571 sum
11572 \backslash
11573 sum
11574 \begin_inset ERT
11575 status collapsed
11576
11577 \begin_layout Plain Layout
11578
11579
11580 \backslash
11581 spce 
11582 \end_layout
11583
11584 \end_inset
11585
11586 f_kl
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11596 \end_inset
11597
11598
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 </row>
11604 <row>
11605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609
11610 \backslash
11611 sum
11612 \backslash
11613 negmedspace
11614 \backslash
11615 sum
11616 \begin_inset ERT
11617 status collapsed
11618
11619 \begin_layout Plain Layout
11620
11621
11622 \backslash
11623 spce 
11624 \end_layout
11625
11626 \end_inset
11627
11628 f_kl
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11638 \end_inset
11639
11640
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 </row>
11646 </lyxtabular>
11647
11648 \end_inset
11649
11650
11651 \end_layout
11652
11653 \begin_layout Standard
11654 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11655  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11656  El siguiente ejemplo lo ilustra:
11657 \end_layout
11658
11659 \begin_layout Standard
11660 \noindent
11661 \align center
11662 \begin_inset Tabular
11663 <lyxtabular version="3" rows="2" columns="2">
11664 <features>
11665 <column alignment="center" valignment="top" width="0">
11666 <column alignment="center" valignment="top" width="0">
11667 <row>
11668 <cell alignment="center" valignment="top" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672 ecuación normal
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 \begin_inset Formula $A=B$
11682 \end_inset
11683
11684
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 </row>
11690 <row>
11691 <cell alignment="center" valignment="top" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 \begin_inset Note Note
11696 status collapsed
11697
11698 \begin_layout Plain Layout
11699
11700 \series bold
11701
11702 \backslash
11703 raisebox
11704 \series default
11705  se usa sólo como espaciador
11706 \end_layout
11707
11708 \end_inset
11709
11710
11711 \begin_inset Formula $\raisebox{5mm}{}$
11712 \end_inset
11713
11714 ecuación sin espacio
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell alignment="center" valignment="top" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 \begin_inset Formula $A{=}B$
11724 \end_inset
11725
11726
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 </row>
11732 </lyxtabular>
11733
11734 \end_inset
11735
11736
11737 \end_layout
11738
11739 \begin_layout Standard
11740 El comando para la segunda ecuación es: 
11741 \series bold
11742 A
11743 \backslash
11744 {=
11745 \begin_inset Formula $\rightarrow$
11746 \end_inset
11747
11748 B
11749 \series default
11750  
11751 \begin_inset VSpace bigskip
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Standard
11758 Para las unidades físicas hacen falta espacios, porque entre el valor y
11759  su unidad se pone un espacio más pequeño que el normal.
11760  Para unidades en el texto se inserta con el menú 
11761 \family sans
11762 Insertar\SpecialChar \menuseparator
11763 Formato\SpecialChar \menuseparator
11764 Espacio
11765 \begin_inset space ~
11766 \end_inset
11767
11768 delgado
11769 \family default
11770  (atajo 
11771 \family sans
11772 Ctrl+Mayúscula+Espacio
11773 \family default
11774 ).
11775 \end_layout
11776
11777 \begin_layout Standard
11778 Un ejemplo para visualizar la diferencia:
11779 \end_layout
11780
11781 \begin_layout Standard
11782 \begin_inset Tabular
11783 <lyxtabular version="3" rows="2" columns="2">
11784 <features>
11785 <column alignment="center" valignment="top" width="0">
11786 <column alignment="left" valignment="top" width="0">
11787 <row>
11788 <cell alignment="center" valignment="top" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 24 kW
11793 \begin_inset Formula $\cdot$
11794 \end_inset
11795
11796 h
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell alignment="center" valignment="top" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 espacio entre valor y unidad 
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 </row>
11811 <row>
11812 <cell alignment="center" valignment="top" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 24
11817 \begin_inset space \thinspace{}
11818 \end_inset
11819
11820 kW
11821 \begin_inset Formula $\cdot$
11822 \end_inset
11823
11824 h
11825 \end_layout
11826
11827 \end_inset
11828 </cell>
11829 <cell alignment="center" valignment="top" usebox="none">
11830 \begin_inset Text
11831
11832 \begin_layout Plain Layout
11833 espacio delgado entre valor y unidad
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 </row>
11839 </lyxtabular>
11840
11841 \end_inset
11842
11843
11844 \end_layout
11845
11846 \begin_layout Subsection
11847 Espacio variable
11848 \begin_inset ERT
11849 status collapsed
11850
11851 \begin_layout Plain Layout
11852
11853
11854 \backslash
11855 texorpdfstring{
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \begin_inset Foot
11862 status collapsed
11863
11864 \begin_layout Plain Layout
11865 Para espacio vertical en ecuaciones véase 
11866 \begin_inset CommandInset ref
11867 LatexCommand ref
11868 reference "sub:Separación-de-líneas"
11869
11870 \end_inset
11871
11872
11873 \end_layout
11874
11875 \end_inset
11876
11877
11878 \begin_inset ERT
11879 status collapsed
11880
11881 \begin_layout Plain Layout
11882
11883 }{}
11884 \end_layout
11885
11886 \end_inset
11887
11888
11889 \begin_inset Note Note
11890 status collapsed
11891
11892 \begin_layout Plain Layout
11893
11894 \backslash
11895 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11896  PDF.
11897 \end_layout
11898
11899 \begin_layout Plain Layout
11900 Más sobre 
11901 \backslash
11902 texorpdfstring en la sección 
11903 \begin_inset CommandInset ref
11904 LatexCommand ref
11905 reference "sub:Ecuaciones-en-encabezados"
11906
11907 \end_inset
11908
11909 .
11910 \end_layout
11911
11912 \end_inset
11913
11914
11915 \begin_inset CommandInset label
11916 LatexCommand label
11917 name "sub:Espacio-variable"
11918
11919 \end_inset
11920
11921
11922 \begin_inset Index
11923 status collapsed
11924
11925 \begin_layout Plain Layout
11926 Espacio ! horizontal ! variable
11927 \end_layout
11928
11929 \end_inset
11930
11931
11932 \end_layout
11933
11934 \begin_layout Standard
11935 En LyX se puede insertar espacio con una longitud definida con el comando
11936  
11937 \series bold
11938
11939 \backslash
11940 hspace
11941 \series default
11942
11943 \begin_inset Index
11944 status collapsed
11945
11946 \begin_layout Plain Layout
11947 Comandos ! H ! 
11948 \backslash
11949 hspace
11950 \end_layout
11951
11952 \end_inset
11953
11954 .
11955  Aparece un 
11956 \begin_inset Quotes fld
11957 \end_inset
11958
11959
11960 \color black
11961
11962 \begin_inset ERT
11963 status collapsed
11964
11965 \begin_layout Plain Layout
11966
11967
11968 \backslash
11969 spce 
11970 \end_layout
11971
11972 \end_inset
11973
11974
11975 \color inherit
11976
11977 \begin_inset Quotes frd
11978 \end_inset
11979
11980  largo.
11981  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11982 \begin_inset Quotes fld
11983 \end_inset
11984
11985
11986 \color black
11987
11988 \begin_inset ERT
11989 status collapsed
11990
11991 \begin_layout Plain Layout
11992
11993
11994 \backslash
11995 spce 
11996 \end_layout
11997
11998 \end_inset
11999
12000
12001 \color inherit
12002
12003 \begin_inset Quotes frd
12004 \end_inset
12005
12006 .
12007  La longitud también puede ser negativa.
12008  Para insertar en una ecuación tanto espacio como esté disponible se usa
12009  el comando 
12010 \series bold
12011
12012 \backslash
12013 hfill
12014 \series default
12015
12016 \begin_inset Index
12017 status collapsed
12018
12019 \begin_layout Plain Layout
12020 Comandos ! H ! 
12021 \backslash
12022 hfill
12023 \end_layout
12024
12025 \end_inset
12026
12027 .
12028 \begin_inset VSpace -1mm
12029 \end_inset
12030
12031
12032 \end_layout
12033
12034 \begin_layout Standard
12035 \noindent
12036 \align center
12037 \begin_inset Tabular
12038 <lyxtabular version="3" rows="4" columns="2">
12039 <features>
12040 <column alignment="center" valignment="top" width="0">
12041 <column alignment="center" valignment="top" width="0">
12042 <row>
12043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 Comando (
12048 \backslash
12049 hspace longitud)
12050 \end_layout
12051
12052 \end_inset
12053 </cell>
12054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058 Resultado
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 </row>
12064 <row>
12065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069 A=B
12070 \backslash
12071 hspace
12072 \begin_inset ERT
12073 status collapsed
12074
12075 \begin_layout Plain Layout
12076
12077
12078 \backslash
12079 spce 
12080 \end_layout
12081
12082 \end_inset
12083
12084
12085 \begin_inset Formula $\to$
12086 \end_inset
12087
12088 A
12089 \backslash
12090 not=C (3
12091 \begin_inset space \thinspace{}
12092 \end_inset
12093
12094 cm)
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12104 \end_inset
12105
12106
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 </row>
12112 <row>
12113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 A
12118 \backslash
12119 hspace
12120 \begin_inset ERT
12121 status collapsed
12122
12123 \begin_layout Plain Layout
12124
12125
12126 \backslash
12127 spce 
12128 \end_layout
12129
12130 \end_inset
12131
12132
12133 \begin_inset Formula $\to$
12134 \end_inset
12135
12136 A
12137 \backslash
12138 not=A (-1
12139 \begin_inset space \thinspace{}
12140 \end_inset
12141
12142 mm)
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12152 \end_inset
12153
12154
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 </row>
12160 <row>
12161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165 A=A
12166 \backslash
12167 hfill
12168 \begin_inset ERT
12169 status collapsed
12170
12171 \begin_layout Plain Layout
12172
12173
12174 \backslash
12175 spce 
12176 \end_layout
12177
12178 \end_inset
12179
12180 B=B
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 \begin_inset Formula $A=A\hfill B=B$
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 </row>
12198 </lyxtabular>
12199
12200 \end_inset
12201
12202
12203 \end_layout
12204
12205 \begin_layout Standard
12206 En el último ejemplo el espacio disponible viene dado por la entrada más
12207  larga de columna en la tabla.
12208  En una ecuación en línea el espacio depende de la longitud de la línea
12209  en la que se inserta 
12210 \series bold
12211
12212 \backslash
12213 hfill
12214 \series default
12215 .
12216  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12217  
12218 \series bold
12219
12220 \backslash
12221 hfill
12222 \series default
12223  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12224 \series bold
12225 Sangrado
12226 \series default
12227 .
12228  (Los estilos de ecuaciones se explican en
12229 \begin_inset space ~
12230 \end_inset
12231
12232
12233 \begin_inset CommandInset ref
12234 LatexCommand ref
12235 reference "sec:Estilos-de-ecuación"
12236
12237 \end_inset
12238
12239 ).
12240 \end_layout
12241
12242 \begin_layout Standard
12243 Además de 
12244 \series bold
12245
12246 \backslash
12247 hfill
12248 \series default
12249  hay los comandos 
12250 \series bold
12251
12252 \backslash
12253 dotfill
12254 \series default
12255  y 
12256 \series bold
12257
12258 \backslash
12259 hrulefill
12260 \series default
12261  que llenan el espacio con un patrón, véase un ejemplo en
12262 \begin_inset space ~
12263 \end_inset
12264
12265
12266 \begin_inset CommandInset ref
12267 LatexCommand ref
12268 reference "sub:Puntos"
12269
12270 \end_inset
12271
12272 .
12273 \end_layout
12274
12275 \begin_layout Standard
12276 Para texto se puede insertar espacio variable con el menú 
12277 \family sans
12278 Insertar\SpecialChar \menuseparator
12279 Formato\SpecialChar \menuseparator
12280 Espacio
12281 \begin_inset space ~
12282 \end_inset
12283
12284 horizontal
12285 \family default
12286 :
12287 \end_layout
12288
12289 \begin_layout Standard
12290 En esta línea hay un espacio
12291 \begin_inset space \hspace{}
12292 \length 2cm
12293 \end_inset
12294
12295 de 2
12296 \begin_inset space \thinspace{}
12297 \end_inset
12298
12299 cm.
12300 \end_layout
12301
12302 \begin_layout Standard
12303 En esta línea hay un
12304 \begin_inset space \hfill{}
12305 \end_inset
12306
12307 espacio máximo.
12308 \end_layout
12309
12310 \begin_layout Subsection
12311 Espacio adicional en ecuaciones en línea
12312 \begin_inset Index
12313 status collapsed
12314
12315 \begin_layout Plain Layout
12316 Espacio ! adicional en línea
12317 \end_layout
12318
12319 \end_inset
12320
12321
12322 \end_layout
12323
12324 \begin_layout Standard
12325 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12326  
12327 \series bold
12328
12329 \backslash
12330 mathsurround
12331 \begin_inset Index
12332 status collapsed
12333
12334 \begin_layout Plain Layout
12335 Comandos ! M ! 
12336 \backslash
12337 mathsurround
12338 \end_layout
12339
12340 \end_inset
12341
12342
12343 \series default
12344 .
12345  El valor de una longitud se establece con el comando 
12346 \series bold
12347
12348 \backslash
12349 setlength
12350 \series default
12351
12352 \begin_inset Index
12353 status collapsed
12354
12355 \begin_layout Plain Layout
12356 Comandos ! S ! 
12357 \backslash
12358 setlength
12359 \end_layout
12360
12361 \end_inset
12362
12363  según el siguiente esquema:
12364 \end_layout
12365
12366 \begin_layout Standard
12367
12368 \series bold
12369
12370 \backslash
12371 setlength{nombre de la longitud}{valor}
12372 \end_layout
12373
12374 \begin_layout Standard
12375 Para poner a 
12376 \series bold
12377
12378 \backslash
12379 mathsurround
12380 \series default
12381  un valor de 5
12382 \begin_inset space \thinspace{}
12383 \end_inset
12384
12385 mm, se inserta el comando
12386 \end_layout
12387
12388 \begin_layout Standard
12389
12390 \series bold
12391
12392 \backslash
12393 setlength{
12394 \backslash
12395 mathsurround}{5mm}
12396 \end_layout
12397
12398 \begin_layout Standard
12399 en modo TeX.
12400  Se establecerá un espacio de 5
12401 \begin_inset space \thinspace{}
12402 \end_inset
12403
12404 mm alrededor de todas las ecuaciones en línea:
12405 \begin_inset ERT
12406 status collapsed
12407
12408 \begin_layout Plain Layout
12409
12410
12411 \backslash
12412 setlength{
12413 \backslash
12414 mathsurround}{5mm}
12415 \end_layout
12416
12417 \end_inset
12418
12419
12420 \end_layout
12421
12422 \begin_layout Standard
12423 En esta línea hay una ecuación 
12424 \begin_inset Formula $A=B$
12425 \end_inset
12426
12427  rodeada por espacios de 5
12428 \begin_inset space \thinspace{}
12429 \end_inset
12430
12431 mm.
12432 \begin_inset ERT
12433 status collapsed
12434
12435 \begin_layout Plain Layout
12436
12437
12438 \backslash
12439 setlength{
12440 \backslash
12441 mathsurround}{0mm}
12442 \end_layout
12443
12444 \end_inset
12445
12446
12447 \end_layout
12448
12449 \begin_layout Standard
12450 Para volver al espacio predeterminado, 
12451 \series bold
12452
12453 \backslash
12454 mathsurround
12455 \series default
12456  se restablece al valor 0
12457 \begin_inset space \thinspace{}
12458 \end_inset
12459
12460 pt.
12461 \end_layout
12462
12463 \begin_layout Section
12464 Cuadros y marcos
12465 \begin_inset Index
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469 Marcos
12470 \end_layout
12471
12472 \end_inset
12473
12474
12475 \begin_inset Index
12476 status collapsed
12477
12478 \begin_layout Plain Layout
12479 Marcos|see
12480 \begin_inset ERT
12481 status collapsed
12482
12483 \begin_layout Plain Layout
12484
12485 {
12486 \end_layout
12487
12488 \end_inset
12489
12490 Cuadros
12491 \begin_inset ERT
12492 status collapsed
12493
12494 \begin_layout Plain Layout
12495
12496 }
12497 \end_layout
12498
12499 \end_inset
12500
12501
12502 \end_layout
12503
12504 \end_inset
12505
12506
12507 \end_layout
12508
12509 \begin_layout Standard
12510 Los cuadros para texto se describen en el capítulo 
12511 \emph on
12512 Cuadros
12513 \emph default
12514  del manual 
12515 \emph on
12516 Objetos insertados
12517 \emph default
12518 .
12519 \end_layout
12520
12521 \begin_layout Subsection
12522 Cuadros con marco
12523 \begin_inset CommandInset label
12524 LatexCommand label
12525 name "sub:Cuadros-con-marco"
12526
12527 \end_inset
12528
12529
12530 \begin_inset Index
12531 status collapsed
12532
12533 \begin_layout Plain Layout
12534 Cuadros ! con marco
12535 \end_layout
12536
12537 \end_inset
12538
12539
12540 \end_layout
12541
12542 \begin_layout Standard
12543 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12544 \series bold
12545
12546 \backslash
12547 fbox
12548 \series default
12549
12550 \begin_inset Index
12551 status collapsed
12552
12553 \begin_layout Plain Layout
12554 Comandos ! F ! 
12555 \backslash
12556 fbox
12557 \end_layout
12558
12559 \end_inset
12560
12561  y 
12562 \series bold
12563
12564 \backslash
12565 boxed
12566 \series default
12567
12568 \begin_inset Index
12569 status collapsed
12570
12571 \begin_layout Plain Layout
12572 Comandos ! B ! 
12573 \backslash
12574 boxed
12575 \end_layout
12576
12577 \end_inset
12578
12579 .
12580 \end_layout
12581
12582 \begin_layout Standard
12583 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12584  azul en un marco donde se introduce parte de una ecuación.
12585  Para 
12586 \series bold
12587
12588 \backslash
12589 fbox
12590 \series default
12591  hay que generar una ecuación adicional con 
12592 \family sans
12593 Ctrl+M
12594 \family default
12595  dentro del recuadro,
12596 \begin_inset Foot
12597 status collapsed
12598
12599 \begin_layout Plain Layout
12600 Debido a un fallo de LyX, 
12601 \begin_inset CommandInset href
12602 LatexCommand href
12603 name "LyX-bug #1435"
12604 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12605
12606 \end_inset
12607
12608 , no es posible crear una nueva ecuación con 
12609 \family sans
12610 Ctrl+M
12611 \family default
12612 .
12613 \end_layout
12614
12615 \end_inset
12616
12617  porque si no el contenido del mismo sería considerado texto matemático.
12618  Si se usa 
12619 \series bold
12620
12621 \backslash
12622 boxed
12623 \series default
12624  la nueva ecuación se genera automáticamente dentro del marco.
12625 \end_layout
12626
12627 \begin_layout Standard
12628 El comando 
12629 \series bold
12630
12631 \backslash
12632 fbox
12633 \series default
12634  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12635  ecuación tendría siempre el tamaño del texto.
12636  Por otra parte, 
12637 \series bold
12638
12639 \backslash
12640 fboxed
12641 \series default
12642  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12643  siempre el tamaño de una ecuación presentada.
12644 \end_layout
12645
12646 \begin_layout Standard
12647 El comando 
12648 \series bold
12649
12650 \backslash
12651 framebox
12652 \series default
12653
12654 \begin_inset Index
12655 status collapsed
12656
12657 \begin_layout Plain Layout
12658 Comandos ! F ! 
12659 \backslash
12660 framebox
12661 \end_layout
12662
12663 \end_inset
12664
12665  es una extensión de 
12666 \series bold
12667
12668 \backslash
12669 fbox
12670 \series default
12671 , que permite especificar además la anchura del marco yla alineación.
12672  
12673 \series bold
12674
12675 \backslash
12676 framebox
12677 \series default
12678  se usa con el siguiente esquema: 
12679 \end_layout
12680
12681 \begin_layout Standard
12682
12683 \series bold
12684
12685 \backslash
12686 framebox[anchura del marco][posición]{contenido del cuadro}
12687 \end_layout
12688
12689 \begin_layout Standard
12690 La posición puede ser 
12691 \emph on
12692 l
12693 \emph default
12694  o 
12695 \emph on
12696 r
12697 \emph default
12698
12699 \emph on
12700 l
12701 \emph default
12702  alinea la ecuación a la izquierda del cuadro, 
12703 \emph on
12704 r
12705 \emph default
12706  la alinea a la derecha.
12707  Si no se da posición la ecuación será centrada.
12708 \begin_inset Newline newline
12709 \end_inset
12710
12711 Si no se pone anchura tampoco puede darse posición.
12712  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12713  con 
12714 \series bold
12715
12716 \backslash
12717 fbox
12718 \series default
12719 .
12720  
12721 \end_layout
12722
12723 \begin_layout Standard
12724 Cuando se inserta el comando 
12725 \series bold
12726
12727 \backslash
12728 framebox
12729 \series default
12730  aparece un recuadro con tres marcos azules.
12731  Los dos primeros marcos están encerrados entre corchetes e indican los
12732  dos argumentos opcionales.
12733  El tercer marco es para partes de la ecuación, como para 
12734 \series bold
12735
12736 \backslash
12737 fbox
12738 \series default
12739 .
12740 \end_layout
12741
12742 \begin_layout Standard
12743 \noindent
12744 \align center
12745 \begin_inset Note Note
12746 status collapsed
12747
12748 \begin_layout Plain Layout
12749 La tabla se ha puesto en una minipágina para que aparezca la nota al pie.
12750  De lo contrario el texto de la nota no se mostraría.
12751 \end_layout
12752
12753 \end_inset
12754
12755
12756 \begin_inset Box Frameless
12757 position "t"
12758 hor_pos "c"
12759 has_inner_box 1
12760 inner_pos "t"
12761 use_parbox 0
12762 width "100col%"
12763 special "none"
12764 height "1in"
12765 height_special "totalheight"
12766 status open
12767
12768 \begin_layout Plain Layout
12769 \align center
12770 \begin_inset Tabular
12771 <lyxtabular version="3" rows="5" columns="2">
12772 <features>
12773 <column alignment="center" valignment="top" width="0">
12774 <column alignment="center" valignment="top" width="0">
12775 <row>
12776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780 Comando
12781 \begin_inset Foot
12782 status collapsed
12783
12784 \begin_layout Plain Layout
12785 Debido a un fallo de LyX, 
12786 \begin_inset CommandInset href
12787 LatexCommand href
12788 name "LyX-bug #1435"
12789 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12790
12791 \end_inset
12792
12793 , no es posible crear una nueva ecuación con 
12794 \family sans
12795 Ctrl+M
12796 \family default
12797 .
12798  
12799 \end_layout
12800
12801 \end_inset
12802
12803
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812 Resultado
12813 \begin_inset Note Note
12814 status collapsed
12815
12816 \begin_layout Plain Layout
12817
12818 \series bold
12819
12820 \backslash
12821 raisebox
12822 \series default
12823  se usa sólo como espaciador
12824 \end_layout
12825
12826 \end_inset
12827
12828
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 </row>
12834 <row>
12835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Plain Layout
12839
12840 \backslash
12841 fbox
12842 \begin_inset ERT
12843 status collapsed
12844
12845 \begin_layout Plain Layout
12846
12847
12848 \backslash
12849 spce 
12850 \end_layout
12851
12852 \end_inset
12853
12854
12855 \family sans
12856 Ctrl+M
12857 \family default
12858  
12859 \backslash
12860 int
12861 \begin_inset ERT
12862 status collapsed
12863
12864 \begin_layout Plain Layout
12865
12866
12867 \backslash
12868 spce 
12869 \end_layout
12870
12871 \end_inset
12872
12873 A=B
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12883 \end_inset
12884
12885
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 </row>
12891 <row>
12892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896
12897 \backslash
12898 boxed
12899 \begin_inset ERT
12900 status collapsed
12901
12902 \begin_layout Plain Layout
12903
12904
12905 \backslash
12906 spce 
12907 \end_layout
12908
12909 \end_inset
12910
12911
12912 \backslash
12913 int
12914 \begin_inset ERT
12915 status collapsed
12916
12917 \begin_layout Plain Layout
12918
12919
12920 \backslash
12921 spce 
12922 \end_layout
12923
12924 \end_inset
12925
12926 A=B
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12936 \end_inset
12937
12938
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 </row>
12944 <row>
12945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 A+
12950 \backslash
12951 fbox
12952 \begin_inset ERT
12953 status collapsed
12954
12955 \begin_layout Plain Layout
12956
12957
12958 \backslash
12959 spce 
12960 \end_layout
12961
12962 \end_inset
12963
12964 B
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12974 \end_inset
12975
12976
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 </row>
12982 <row>
12983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987
12988 \backslash
12989 framebox
12990 \begin_inset ERT
12991 status collapsed
12992
12993 \begin_layout Plain Layout
12994
12995
12996 \backslash
12997 spce 
12998 \end_layout
12999
13000 \end_inset
13001
13002 20mm
13003 \begin_inset Formula $\to$
13004 \end_inset
13005
13006
13007 \begin_inset Formula $\to$
13008 \end_inset
13009
13010
13011 \family sans
13012 Ctrl+M
13013 \family default
13014  
13015 \backslash
13016 frac
13017 \begin_inset ERT
13018 status collapsed
13019
13020 \begin_layout Plain Layout
13021
13022
13023 \backslash
13024 spce 
13025 \end_layout
13026
13027 \end_inset
13028
13029 A
13030 \begin_inset Formula $\downarrow$
13031 \end_inset
13032
13033 B
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042 \begin_inset Formula $\raisebox{6mm}{}$
13043 \end_inset
13044
13045
13046 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
13047 \end_inset
13048
13049
13050 \begin_inset Formula $\raisebox{-4mm}{}$
13051 \end_inset
13052
13053
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 </row>
13059 </lyxtabular>
13060
13061 \end_inset
13062
13063
13064 \end_layout
13065
13066 \end_inset
13067
13068
13069 \end_layout
13070
13071 \begin_layout Standard
13072 El grosor del marco también se puede ajustar.
13073  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13074  la fórmula:
13075 \end_layout
13076
13077 \begin_layout Standard
13078
13079 \series bold
13080
13081 \backslash
13082 fboxrule
13083 \series default
13084  
13085 \series bold
13086
13087 \begin_inset Quotes fld
13088 \end_inset
13089
13090 grosor
13091 \begin_inset Quotes frd
13092 \end_inset
13093
13094
13095 \series default
13096  
13097 \series bold
13098
13099 \backslash
13100 fboxsep
13101 \series default
13102  
13103 \series bold
13104
13105 \begin_inset Quotes fld
13106 \end_inset
13107
13108 distancia
13109 \begin_inset Quotes frd
13110 \end_inset
13111
13112
13113 \end_layout
13114
13115 \begin_layout Standard
13116 \begin_inset Quotes fld
13117 \end_inset
13118
13119 distancia
13120 \begin_inset Quotes frd
13121 \end_inset
13122
13123  especifica la distancia mínima entre el marco y el primer carácter en el
13124  cuadro.
13125  Un ejemplo de esto es la siguiente ecuación enmarcada:
13126 \begin_inset ERT
13127 status collapsed
13128
13129 \begin_layout Plain Layout
13130
13131
13132 \backslash
13133 fboxrule 2mm 
13134 \backslash
13135 fboxsep 3mm
13136 \end_layout
13137
13138 \end_inset
13139
13140
13141 \begin_inset Formula \[
13142 \boxed{A+B=C}\]
13143
13144 \end_inset
13145
13146
13147 \end_layout
13148
13149 \begin_layout Standard
13150 Delante de esta ecuación se han insertado los comandos
13151 \end_layout
13152
13153 \begin_layout Standard
13154
13155 \series bold
13156
13157 \backslash
13158 fboxrule
13159 \series default
13160  
13161 \series bold
13162 2mm
13163 \series default
13164  
13165 \series bold
13166
13167 \backslash
13168 fboxsep
13169 \series default
13170  
13171 \series bold
13172 3mm
13173 \end_layout
13174
13175 \begin_layout Standard
13176 en modo TeX.
13177  Los valores dados se usan para todos los cuadros siguientes.
13178 \end_layout
13179
13180 \begin_layout Standard
13181 Para volver al tamaño estándar del marco se inserta el comando
13182 \end_layout
13183
13184 \begin_layout Standard
13185
13186 \series bold
13187
13188 \backslash
13189 fboxrule
13190 \series default
13191  
13192 \series bold
13193 0.4pt
13194 \series default
13195  
13196 \series bold
13197
13198 \backslash
13199 fboxsep
13200 \series default
13201  
13202 \series bold
13203 3pt
13204 \series default
13205
13206 \begin_inset ERT
13207 status collapsed
13208
13209 \begin_layout Plain Layout
13210
13211
13212 \backslash
13213 fboxrule 0.4pt 
13214 \backslash
13215 fboxsep 3pt
13216 \end_layout
13217
13218 \end_inset
13219
13220
13221 \end_layout
13222
13223 \begin_layout Standard
13224 en modo TeX antes de la ecuación siguiente.
13225 \end_layout
13226
13227 \begin_layout Subsection
13228 Cuadros sin marco
13229 \begin_inset CommandInset label
13230 LatexCommand label
13231 name "sub:Cuadros-sin-marco"
13232
13233 \end_inset
13234
13235
13236 \begin_inset Index
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240 Cuadros ! sin marco
13241 \end_layout
13242
13243 \end_inset
13244
13245
13246 \end_layout
13247
13248 \begin_layout Standard
13249 Para cuadros sin marco hay los comandos: 
13250 \series bold
13251
13252 \backslash
13253 mbox
13254 \series default
13255
13256 \begin_inset Index
13257 status collapsed
13258
13259 \begin_layout Plain Layout
13260 Comandos ! M ! 
13261 \backslash
13262 mbox
13263 \end_layout
13264
13265 \end_inset
13266
13267
13268 \series bold
13269
13270 \backslash
13271 makebox
13272 \series default
13273
13274 \begin_inset Index
13275 status collapsed
13276
13277 \begin_layout Plain Layout
13278 Comandos ! M ! 
13279 \backslash
13280 makebox
13281 \end_layout
13282
13283 \end_inset
13284
13285  y 
13286 \series bold
13287
13288 \backslash
13289 raisebox
13290 \series default
13291
13292 \begin_inset Index
13293 status collapsed
13294
13295 \begin_layout Plain Layout
13296 Comandos ! R ! 
13297 \backslash
13298 raisebox
13299 \end_layout
13300
13301 \end_inset
13302
13303 .
13304 \end_layout
13305
13306 \begin_layout Standard
13307 Con 
13308 \series bold
13309
13310 \backslash
13311 raisebox
13312 \series default
13313  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13314  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13315  
13316 \series bold
13317
13318 \backslash
13319 raisebox
13320 \series default
13321  se usa con el siguiente esquema: 
13322 \end_layout
13323
13324 \begin_layout Standard
13325
13326 \series bold
13327
13328 \backslash
13329 raisebox{altura}{contenido del marco}
13330 \end_layout
13331
13332 \begin_layout Standard
13333 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13334  extra, como con 
13335 \series bold
13336
13337 \backslash
13338 fbox
13339 \series default
13340 .
13341 \end_layout
13342
13343 \begin_layout Standard
13344 \align center
13345 \begin_inset Tabular
13346 <lyxtabular version="3" rows="4" columns="2">
13347 <features>
13348 <column alignment="center" valignment="top" width="0">
13349 <column alignment="center" valignment="top" width="0">
13350 <row>
13351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 Comando
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 Resultado
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 </row>
13370 <row>
13371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 H
13376 \backslash
13377 raisebox{2mm
13378 \begin_inset Formula $\to$
13379 \end_inset
13380
13381
13382 \backslash
13383 {al
13384 \begin_inset Formula $\to$
13385 \end_inset
13386
13387  lo
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13397 \end_inset
13398
13399
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 </row>
13405 <row>
13406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 H
13411 \backslash
13412 raisebox{-2mm
13413 \begin_inset Formula $\to$
13414 \end_inset
13415
13416
13417 \backslash
13418 {al
13419 \begin_inset Formula $\to$
13420 \end_inset
13421
13422 lo
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 </row>
13440 <row>
13441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 A=
13446 \backslash
13447 raisebox{-2mm
13448 \begin_inset Formula $\to$
13449 \end_inset
13450
13451
13452 \backslash
13453 {
13454 \family sans
13455 Ctrl+M
13456 \family default
13457  
13458 \backslash
13459 sqrt
13460 \begin_inset ERT
13461 status collapsed
13462
13463 \begin_layout Plain Layout
13464
13465
13466 \backslash
13467 spce 
13468 \end_layout
13469
13470 \end_inset
13471
13472
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 \begin_inset ERT
13482 status collapsed
13483
13484 \begin_layout Plain Layout
13485
13486 $A=
13487 \backslash
13488 raisebox{-2mm}{$
13489 \backslash
13490 sqrt{B}$}$
13491 \end_layout
13492
13493 \end_inset
13494
13495
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 </row>
13501 </lyxtabular>
13502
13503 \end_inset
13504
13505
13506 \end_layout
13507
13508 \begin_layout Standard
13509 La última ecuación sólo se puede componer, de momento, usando el modo TeX
13510  porque LyX inserta un cuadro en lugar de la ecuación extra que hace falta.
13511 \begin_inset Foot
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515 véase 
13516 \begin_inset CommandInset href
13517 LatexCommand href
13518 name "LyX-bug #1435"
13519 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13520
13521 \end_inset
13522
13523
13524 \end_layout
13525
13526 \end_inset
13527
13528
13529 \end_layout
13530
13531 \begin_layout Standard
13532 El comando 
13533 \series bold
13534
13535 \backslash
13536 mbox
13537 \series default
13538  es equivalente a 
13539 \series bold
13540
13541 \backslash
13542 fbox
13543 \series default
13544  y 
13545 \series bold
13546
13547 \backslash
13548 makebox
13549 \series default
13550  es equivalente a 
13551 \series bold
13552
13553 \backslash
13554 framebox
13555 \series default
13556 , con la diferencia de que no hay marco.
13557 \end_layout
13558
13559 \begin_layout Subsection
13560 Cuadros coloreados
13561 \begin_inset CommandInset label
13562 LatexCommand label
13563 name "sub:Cuadros-coloreados"
13564
13565 \end_inset
13566
13567
13568 \begin_inset Index
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572 Cuadros ! coloreados
13573 \end_layout
13574
13575 \end_inset
13576
13577
13578 \end_layout
13579
13580 \begin_layout Standard
13581 Para poder usar todos los comandos explicados en esta sección hay que cargar
13582  en el preámbulo LaTeX el paquete LaTeX 
13583 \series bold
13584 color
13585 \series default
13586
13587 \begin_inset Foot
13588 status collapsed
13589
13590 \begin_layout Plain Layout
13591 El paquete LaTeX 
13592 \series bold
13593 color
13594 \series default
13595  forma parte de toda distribución LaTeX estándar.
13596 \end_layout
13597
13598 \end_inset
13599
13600
13601 \begin_inset Index
13602 status collapsed
13603
13604 \begin_layout Plain Layout
13605 Paquetes ! color
13606 \end_layout
13607
13608 \end_inset
13609
13610 , con la línea
13611 \begin_inset Foot
13612 status collapsed
13613
13614 \begin_layout Plain Layout
13615 Cuando hay texto coloreado con un color predefinido en alguna parte del
13616  documento, LyX carga automáticamente el paquete LaTeX 
13617 \series bold
13618 color
13619 \series default
13620 .
13621  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13622  origina problemas.
13623 \end_layout
13624
13625 \end_inset
13626
13627
13628 \begin_inset Note Note
13629 status collapsed
13630
13631 \begin_layout Plain Layout
13632 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13633  en el preámbulo LaTeX.
13634 \end_layout
13635
13636 \end_inset
13637
13638
13639 \end_layout
13640
13641 \begin_layout Standard
13642
13643 \series bold
13644
13645 \backslash
13646 usepackage{color}
13647 \begin_inset VSpace medskip
13648 \end_inset
13649
13650
13651 \end_layout
13652
13653 \begin_layout Standard
13654 Para colorear cuadros se usa el comando 
13655 \series bold
13656
13657 \backslash
13658 colorbox
13659 \series default
13660
13661 \begin_inset Index
13662 status collapsed
13663
13664 \begin_layout Plain Layout
13665 Comandos ! C ! 
13666 \backslash
13667 colorbox
13668 \end_layout
13669
13670 \end_inset
13671
13672  con el siguiente esquema:
13673 \end_layout
13674
13675 \begin_layout Standard
13676
13677 \series bold
13678
13679 \backslash
13680 colorbox{color}{contenido del cuadro}
13681 \end_layout
13682
13683 \begin_layout Standard
13684 El contenido del cuadro puede ser otro cuadro, y también un 
13685 \backslash
13686
13687 \series bold
13688 colorbox
13689 \series default
13690  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13691  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13692  como con 
13693 \series bold
13694
13695 \backslash
13696 fbox
13697 \series default
13698 .
13699 \begin_inset Foot
13700 status collapsed
13701
13702 \begin_layout Plain Layout
13703 Esto también se aplica para el comando 
13704 \series bold
13705
13706 \backslash
13707 fcolorbox
13708 \series default
13709 .
13710  Por eso ten en cuenta 
13711 \begin_inset CommandInset href
13712 LatexCommand href
13713 name "LyX-bug #1435"
13714 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13715
13716 \end_inset
13717
13718 .
13719 \end_layout
13720
13721 \end_inset
13722
13723  
13724 \end_layout
13725
13726 \begin_layout Standard
13727 Se puede elegir uno de los siguientes colores predefinidos:
13728 \end_layout
13729
13730 \begin_layout Standard
13731
13732 \series bold
13733 black
13734 \series default
13735
13736 \series bold
13737 blue
13738 \series default
13739
13740 \series bold
13741 cyan
13742 \series default
13743
13744 \series bold
13745 green
13746 \series default
13747
13748 \series bold
13749 magenta
13750 \series default
13751
13752 \series bold
13753 red
13754 \series default
13755
13756 \series bold
13757 white
13758 \series default
13759
13760 \series bold
13761 yellow
13762 \end_layout
13763
13764 \begin_layout Standard
13765 \align center
13766 \begin_inset Tabular
13767 <lyxtabular version="3" rows="4" columns="2">
13768 <features>
13769 <column alignment="center" valignment="top" width="0">
13770 <column alignment="center" valignment="top" width="0">
13771 <row>
13772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 Comando
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 Resultado
13786 \begin_inset Note Note
13787 status collapsed
13788
13789 \begin_layout Plain Layout
13790
13791 \series bold
13792
13793 \backslash
13794 raisebox
13795 \series default
13796  se usa sólo como espaciador
13797 \end_layout
13798
13799 \end_inset
13800
13801
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 </row>
13807 <row>
13808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812
13813 \backslash
13814 colorbox{yellow
13815 \begin_inset Formula $\to$
13816 \end_inset
13817
13818
13819 \backslash
13820 {A=B
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13830 \end_inset
13831
13832
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 </row>
13838 <row>
13839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843
13844 \backslash
13845 colorbox{green
13846 \begin_inset Formula $\to$
13847 \end_inset
13848
13849
13850 \backslash
13851 {
13852 \backslash
13853 fbox
13854 \begin_inset ERT
13855 status collapsed
13856
13857 \begin_layout Plain Layout
13858
13859
13860 \backslash
13861 spce 
13862 \end_layout
13863
13864 \end_inset
13865
13866 A=B
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13876 \end_inset
13877
13878
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 </row>
13884 <row>
13885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Plain Layout
13889
13890 \backslash
13891 fbox
13892 \begin_inset ERT
13893 status collapsed
13894
13895 \begin_layout Plain Layout
13896
13897
13898 \backslash
13899 spce 
13900 \end_layout
13901
13902 \end_inset
13903
13904
13905 \backslash
13906 colorbox{green
13907 \begin_inset Formula $\to$
13908 \end_inset
13909
13910
13911 \backslash
13912 {A=B
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13922 \end_inset
13923
13924
13925 \end_layout
13926
13927 \end_inset
13928 </cell>
13929 </row>
13930 </lyxtabular>
13931
13932 \end_inset
13933
13934
13935 \end_layout
13936
13937 \begin_layout Standard
13938
13939 \series bold
13940
13941 \backslash
13942 colorbox
13943 \series default
13944  sólo colorea el cuadro pero no los caracteres.
13945  Para colorear todos los caracteres se selecciona toda la ecuación y se
13946  elige un color en el diálogo 
13947 \family sans
13948 Estilo
13949 \begin_inset space ~
13950 \end_inset
13951
13952 del
13953 \begin_inset space ~
13954 \end_inset
13955
13956 texto
13957 \family default
13958 .
13959  El diálogo puede abrirse con el botón 
13960 \begin_inset Graphics
13961         filename ../../images/dialog-show_character.png
13962         scale 85
13963
13964 \end_inset
13965
13966  de la barra de herramientas o con el menú 
13967 \family sans
13968 Editar\SpecialChar \menuseparator
13969 Estilo
13970 \begin_inset space ~
13971 \end_inset
13972
13973 del
13974 \begin_inset space ~
13975 \end_inset
13976
13977 texto\SpecialChar \menuseparator
13978 Personalizado
13979 \family default
13980 .
13981  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13982  Si el número de la ecuación debe tener otro color que el de los caracteres
13983  de la ecuación, el color debe cambiarse dentro de la ecuación.
13984 \end_layout
13985
13986 \begin_layout Standard
13987 Un ejemplo:
13988 \color red
13989
13990 \begin_inset Formula \begin{equation}
13991 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13992
13993 \end_inset
13994
13995
13996 \end_layout
13997
13998 \begin_layout Standard
13999
14000 \color green
14001 \begin_inset Formula \begin{equation}
14002 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
14003
14004 \end_inset
14005
14006
14007 \end_layout
14008
14009 \begin_layout Standard
14010 La ecuación 
14011 \begin_inset CommandInset ref
14012 LatexCommand eqref
14013 reference "eq:rojo"
14014
14015 \end_inset
14016
14017  está toda coloreada en rojo.
14018 \begin_inset Newline newline
14019 \end_inset
14020
14021 La ecuación 
14022 \begin_inset CommandInset ref
14023 LatexCommand eqref
14024 reference "eq:rojoverde"
14025
14026 \end_inset
14027
14028  se ha coloreado en primer lugar toda en verde para colorear el número de
14029  la ecuación.
14030  Posteriormente se han coloreado en rojo los caracteres.
14031 \family sans
14032
14033 \begin_inset VSpace bigskip
14034 \end_inset
14035
14036
14037 \end_layout
14038
14039 \begin_layout Standard
14040 Para colorear diferente el marco y el resto del cuadro se usa el comando
14041  
14042 \series bold
14043
14044 \backslash
14045 fcolorbox
14046 \series default
14047
14048 \begin_inset Index
14049 status collapsed
14050
14051 \begin_layout Plain Layout
14052 Comandos ! F ! 
14053 \backslash
14054 fcolorbox
14055 \end_layout
14056
14057 \end_inset
14058
14059  con el siguiente esquema:
14060 \end_layout
14061
14062 \begin_layout Standard
14063
14064 \series bold
14065
14066 \backslash
14067 fcolorbox{color del marco}{color}{contenido del cuadro}
14068 \end_layout
14069
14070 \begin_layout Standard
14071 Así pues 
14072 \series bold
14073
14074 \backslash
14075 fcolorbox
14076 \series default
14077  es una extensión del comando 
14078 \series bold
14079
14080 \backslash
14081 colorbox
14082 \series default
14083 .
14084  La anchura del marco se establece, como para 
14085 \series bold
14086
14087 \backslash
14088 framebox
14089 \series default
14090 , con 
14091 \series bold
14092
14093 \backslash
14094 fboxrule
14095 \series default
14096  y 
14097 \series bold
14098
14099 \backslash
14100 fboxsep
14101 \series default
14102 .
14103  Un ejemplo:
14104 \begin_inset ERT
14105 status collapsed
14106
14107 \begin_layout Plain Layout
14108
14109
14110 \backslash
14111 fboxrule 1mm 
14112 \backslash
14113 fboxsep 1mm
14114 \end_layout
14115
14116 \end_inset
14117
14118
14119 \begin_inset Formula \[
14120 \fcolorbox{cyan}{magenta}{A=B}\]
14121
14122 \end_inset
14123
14124
14125 \end_layout
14126
14127 \begin_layout Standard
14128 \begin_inset ERT
14129 status collapsed
14130
14131 \begin_layout Plain Layout
14132
14133
14134 \backslash
14135 fboxrule 0.4pt 
14136 \backslash
14137 fboxsep 3pt
14138 \end_layout
14139
14140 \end_inset
14141
14142
14143 \end_layout
14144
14145 \begin_layout Standard
14146 Esta ecuación se ha compuesto con el comando
14147 \begin_inset Newline newline
14148 \end_inset
14149
14150
14151 \series bold
14152
14153 \backslash
14154 fcolorbox{cyan
14155 \begin_inset Formula $\to$
14156 \end_inset
14157
14158
14159 \backslash
14160 {magenta
14161 \begin_inset Formula $\to$
14162 \end_inset
14163
14164
14165 \backslash
14166 {A=B
14167 \end_layout
14168
14169 \begin_layout Standard
14170 \begin_inset VSpace bigskip
14171 \end_inset
14172
14173
14174 \end_layout
14175
14176 \begin_layout Standard
14177 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14178 \end_layout
14179
14180 \begin_layout Standard
14181 Por ejemplo, se puede definir el color 
14182 \begin_inset Quotes fld
14183 \end_inset
14184
14185
14186 \series bold
14187 verdeoscuro
14188 \series default
14189
14190 \begin_inset Quotes frd
14191 \end_inset
14192
14193  con la línea de preámbulo LaTeX:
14194 \end_layout
14195
14196 \begin_layout Standard
14197
14198 \series bold
14199
14200 \backslash
14201 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14202 \series default
14203
14204 \begin_inset Index
14205 status collapsed
14206
14207 \begin_layout Plain Layout
14208 Comandos ! D ! 
14209 \backslash
14210 definecolor
14211 \end_layout
14212
14213 \end_inset
14214
14215
14216 \end_layout
14217
14218 \begin_layout Standard
14219
14220 \series bold
14221 cmyk
14222 \series default
14223  es el espacio de color referido a los colores 
14224 \series bold
14225 cyan
14226 \series default
14227
14228 \series bold
14229 magenta
14230 \series default
14231
14232 \series bold
14233 yellow
14234 \series default
14235  y 
14236 \series bold
14237 black
14238 \series default
14239 .
14240  Los cuatro números separados por coma son el factor de cuota para los colores
14241  correspondientes del espacio de color.
14242  Los factores pueden estar en el rango 0-1.
14243  En vez de 
14244 \series bold
14245 cmyk
14246 \series default
14247  se puede usar el espacio de color 
14248 \series bold
14249 rgb
14250 \series default
14251 , que se refiere a 
14252 \series bold
14253 red
14254 \series default
14255
14256 \series bold
14257 green
14258 \series default
14259  y 
14260 \series bold
14261 blue
14262 \series default
14263 , así pues en este caso hay tres factores de cuota para los correspondientes
14264  colores.
14265  Además hay el espacio de color 
14266 \series bold
14267 gray
14268 \series default
14269  con un factor de cuota para el valor gris.
14270 \end_layout
14271
14272 \begin_layout Standard
14273 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14274 \series bold
14275 verdeoscuro
14276 \series default
14277  y los caracteres en color amarillo:
14278 \color black
14279
14280 \begin_inset Formula \begin{equation}
14281 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14282
14283 \end_inset
14284
14285
14286 \end_layout
14287
14288 \begin_layout Standard
14289 Los colores personalizados también se pueden usar para texto con la ayuda
14290  del comando 
14291 \series bold
14292
14293 \backslash
14294 textcolor
14295 \series default
14296
14297 \begin_inset Index
14298 status collapsed
14299
14300 \begin_layout Plain Layout
14301 Texto ! coloreado
14302 \end_layout
14303
14304 \end_inset
14305
14306
14307 \end_layout
14308
14309 \begin_layout Standard
14310 \begin_inset ERT
14311 status collapsed
14312
14313 \begin_layout Plain Layout
14314
14315
14316 \backslash
14317 textcolor{verdeoscuro}{
14318 \end_layout
14319
14320 \end_inset
14321
14322 Esta frase en 
14323 \begin_inset Quotes fld
14324 \end_inset
14325
14326 verdeoscuro
14327 \begin_inset Quotes frd
14328 \end_inset
14329
14330 .
14331 \begin_inset ERT
14332 status collapsed
14333
14334 \begin_layout Plain Layout
14335
14336 }
14337 \end_layout
14338
14339 \end_inset
14340
14341
14342 \end_layout
14343
14344 \begin_layout Standard
14345
14346 \series bold
14347
14348 \backslash
14349 textcolor
14350 \series default
14351
14352 \begin_inset Index
14353 status collapsed
14354
14355 \begin_layout Plain Layout
14356 Comandos ! T ! 
14357 \backslash
14358 textcolor
14359 \end_layout
14360
14361 \end_inset
14362
14363  se usa con el esquema 
14364 \series bold
14365
14366 \backslash
14367 textcolor{color}{caracteres a colorear}
14368 \series default
14369 .
14370 \end_layout
14371
14372 \begin_layout Subsection
14373 Cuadros de párrafo
14374 \begin_inset CommandInset label
14375 LatexCommand label
14376 name "sub:Cuadros-de-párrafo"
14377
14378 \end_inset
14379
14380
14381 \begin_inset Index
14382 status collapsed
14383
14384 \begin_layout Plain Layout
14385 Cuadros ! para párrafos
14386 \end_layout
14387
14388 \end_inset
14389
14390
14391 \end_layout
14392
14393 \begin_layout Standard
14394 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14395  de párrafo (parbox), se puede generar con el menú 
14396 \family sans
14397 Insertar\SpecialChar \menuseparator
14398 Cuadro
14399 \family default
14400  o con el botón 
14401 \begin_inset Graphics
14402         filename ../../images/box-insert.png
14403         scale 85
14404
14405 \end_inset
14406
14407  de la barra de herramientas.
14408 \end_layout
14409
14410 \begin_layout Standard
14411 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14412 \begin_inset VSpace medskip
14413 \end_inset
14414
14415 Esta línea contiene 
14416 \begin_inset Box Boxed
14417 position "c"
14418 hor_pos "c"
14419 has_inner_box 1
14420 inner_pos "c"
14421 use_parbox 1
14422 width "5cm"
14423 special "none"
14424 height "1in"
14425 height_special "totalheight"
14426 status collapsed
14427
14428 \begin_layout Plain Layout
14429 Esto es un cuadro de párrafo.
14430  Tiene exactamente 5
14431 \begin_inset space \thinspace{}
14432 \end_inset
14433
14434 cm de largo y además puede contener ecuaciones: 
14435 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14436 \end_inset
14437
14438
14439 \end_layout
14440
14441 \end_inset
14442
14443
14444 \begin_inset space ~
14445 \end_inset
14446
14447  un cuadro de párrafo.
14448 \begin_inset VSpace medskip
14449 \end_inset
14450
14451 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14452  Surge un diálogo con las propiedades del cuadro.
14453  En este caso: 
14454 \emph on
14455 Decoración
14456 \emph default
14457 : Marco rectangular, 
14458 \emph on
14459 Cuadro interior
14460 \emph default
14461 : Párrafo, 
14462 \emph on
14463 Ancho
14464 \emph default
14465 : 5
14466 \begin_inset space \thinspace{}
14467 \end_inset
14468
14469 cm, 
14470 \emph on
14471 Alineación Vertical
14472 \emph default
14473  
14474 \emph on
14475 Cuadro
14476 \emph default
14477 : Medio.
14478 \end_layout
14479
14480 \begin_layout Standard
14481 \begin_inset VSpace medskip
14482 \end_inset
14483
14484 En LaTeX, un cuadro de párrafo se inserta con el comando 
14485 \series bold
14486
14487 \backslash
14488 parbox
14489 \series default
14490
14491 \begin_inset Index
14492 status collapsed
14493
14494 \begin_layout Plain Layout
14495 Comandos ! P ! 
14496 \backslash
14497 parbox
14498 \end_layout
14499
14500 \end_inset
14501
14502  con el esquema siguiente:
14503 \end_layout
14504
14505 \begin_layout Standard
14506
14507 \series bold
14508
14509 \backslash
14510 parbox[posición]{anchura}{contenido}
14511 \end_layout
14512
14513 \begin_layout Standard
14514 Son posibles las posiciones 
14515 \emph on
14516 b
14517 \emph default
14518  y 
14519 \emph on
14520 t
14521 \emph default
14522
14523 \emph on
14524 b
14525 \emph default
14526  por 
14527 \begin_inset Quotes fld
14528 \end_inset
14529
14530 bottom
14531 \begin_inset Quotes frd
14532 \end_inset
14533
14534  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14535  Con 
14536 \emph on
14537 t
14538 \emph default
14539 , por 
14540 \begin_inset Quotes fld
14541 \end_inset
14542
14543 top
14544 \begin_inset Quotes frd
14545 \end_inset
14546
14547  (arriba), la alineación se hace con la primera línea.
14548  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14549  
14550 \emph on
14551 Cuadros
14552 \emph default
14553  del manual 
14554 \emph on
14555 Objetos insertados
14556 \emph default
14557  para ejemplos.
14558 \end_layout
14559
14560 \begin_layout Standard
14561 \begin_inset VSpace bigskip
14562 \end_inset
14563
14564 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14565  ponerse en un cuadro de párrafo.
14566  Para ello se inserta el comando
14567 \begin_inset Newline newline
14568 \end_inset
14569
14570
14571 \series bold
14572
14573 \backslash
14574 fbox{
14575 \backslash
14576 parbox{
14577 \backslash
14578 linewidth-2
14579 \backslash
14580 fboxsep-2
14581 \backslash
14582 fboxrule}{
14583 \begin_inset Newline newline
14584 \end_inset
14585
14586
14587 \series default
14588 en modo TeX delante de la ecuación.
14589  Aquí 
14590 \series bold
14591
14592 \backslash
14593 linewidth
14594 \begin_inset Index
14595 status collapsed
14596
14597 \begin_layout Plain Layout
14598 Comandos ! L ! 
14599 \backslash
14600 linewidth
14601 \end_layout
14602
14603 \end_inset
14604
14605
14606 \series default
14607  es la anchura de línea establecida para el documento.
14608  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14609  anchura dos veces la separación del marco y el grosor.
14610  Como LyX no lo hace automáticamente debido a un fallo,
14611 \begin_inset Foot
14612 status collapsed
14613
14614 \begin_layout Plain Layout
14615 \begin_inset CommandInset href
14616 LatexCommand href
14617 name "LyX-bug #4483"
14618 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14619
14620 \end_inset
14621
14622
14623 \end_layout
14624
14625 \end_inset
14626
14627  hay que usar modo TeX.
14628  Para poder multiplicar y restar en los argumentos hay que cargar en el
14629  preámbulo LaTeX el paquete LaTeX 
14630 \series bold
14631 calc
14632 \series default
14633 ,
14634 \begin_inset Foot
14635 status collapsed
14636
14637 \begin_layout Plain Layout
14638
14639 \series bold
14640 calc
14641 \series default
14642  es parte de toda instalación LaTeX estándar.
14643 \end_layout
14644
14645 \end_inset
14646
14647
14648 \begin_inset Index
14649 status collapsed
14650
14651 \begin_layout Plain Layout
14652 Paquetes ! calc
14653 \end_layout
14654
14655 \end_inset
14656
14657  con la línea
14658 \end_layout
14659
14660 \begin_layout Standard
14661
14662 \series bold
14663
14664 \backslash
14665 usepackage{calc}
14666 \end_layout
14667
14668 \begin_layout Standard
14669 Detrás de la ecuación se cierran ambos cuadros con 
14670 \series bold
14671 }}
14672 \series default
14673  en modo TeX.
14674  Aquí hay un ejemplo:
14675 \begin_inset ERT
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679
14680
14681 \backslash
14682 fboxsep 5mm 
14683 \backslash
14684 fboxrule 5mm
14685 \end_layout
14686
14687 \end_inset
14688
14689
14690 \end_layout
14691
14692 \begin_layout Standard
14693 \begin_inset ERT
14694 status collapsed
14695
14696 \begin_layout Plain Layout
14697
14698
14699 \backslash
14700 fbox{
14701 \backslash
14702 parbox{
14703 \backslash
14704 linewidth-2
14705 \backslash
14706 fboxsep-2
14707 \backslash
14708 fboxrule}{
14709 \end_layout
14710
14711 \end_inset
14712
14713
14714 \begin_inset Formula \begin{equation}
14715 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14716
14717 \end_inset
14718
14719
14720 \end_layout
14721
14722 \begin_layout Standard
14723 \begin_inset ERT
14724 status collapsed
14725
14726 \begin_layout Plain Layout
14727
14728 }}
14729 \end_layout
14730
14731 \end_inset
14732
14733
14734 \begin_inset ERT
14735 status collapsed
14736
14737 \begin_layout Plain Layout
14738
14739
14740 \backslash
14741 fboxrule 0.4pt 
14742 \backslash
14743 fboxsep 3pt
14744 \end_layout
14745
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \begin_layout Standard
14752 \begin_inset VSpace medskip
14753 \end_inset
14754
14755
14756 \end_layout
14757
14758 \begin_layout Standard
14759 Como se ha usado el cuadro de párrafo como argumento de 
14760 \series bold
14761
14762 \backslash
14763 fbox
14764 \series default
14765 , en este caso no hay diferencia entre 
14766 \series bold
14767
14768 \backslash
14769 fbox
14770 \series default
14771  y 
14772 \series bold
14773
14774 \backslash
14775 boxed
14776 \series default
14777 .
14778  
14779 \end_layout
14780
14781 \begin_layout Standard
14782 \begin_inset VSpace bigskip
14783 \end_inset
14784
14785
14786 \end_layout
14787
14788 \begin_layout Standard
14789 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14790  Para hacerlo, se usa 
14791 \series bold
14792
14793 \backslash
14794 parbox
14795 \series default
14796  en combinación con el comando 
14797 \series bold
14798
14799 \backslash
14800 tag
14801 \series default
14802 .
14803  (Véase más sobre 
14804 \series bold
14805
14806 \backslash
14807 tag
14808 \series default
14809  en 
14810 \begin_inset CommandInset ref
14811 LatexCommand ref
14812 reference "sub:Numeración-personalizada"
14813
14814 \end_inset
14815
14816 ).
14817 \end_layout
14818
14819 \begin_layout Standard
14820 Un ejemplo de ecuación comentada con 
14821 \series bold
14822
14823 \backslash
14824 parbox
14825 \series default
14826 :
14827 \end_layout
14828
14829 \begin_layout Standard
14830 \begin_inset ERT
14831 status collapsed
14832
14833 \begin_layout Plain Layout
14834
14835
14836 \backslash
14837 [5x-7b=3b
14838 \backslash
14839 tag*{
14840 \backslash
14841 parbox{5cm}{
14842 \end_layout
14843
14844 \end_inset
14845
14846 Esto es una descripción.
14847  Está claramente separada de la ecuación y es multilínea.
14848 \begin_inset ERT
14849 status collapsed
14850
14851 \begin_layout Plain Layout
14852
14853 }}
14854 \backslash
14855 ]
14856 \end_layout
14857
14858 \end_inset
14859
14860
14861 \end_layout
14862
14863 \begin_layout Standard
14864 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14865  no soporta el comando 
14866 \series bold
14867
14868 \backslash
14869 parbox
14870 \series default
14871  en ecuaciones.
14872  La ecuación se compone con la siguiente secuencia de comandos:
14873 \end_layout
14874
14875 \begin_layout Standard
14876 El comando 
14877 \series bold
14878
14879 \backslash
14880 [5x-7b=3b
14881 \backslash
14882 tag*
14883 \backslash
14884 {
14885 \backslash
14886 parbox{5cm}{
14887 \series default
14888  se inserta en modo TeX.
14889 \begin_inset Foot
14890 status collapsed
14891
14892 \begin_layout Plain Layout
14893 Si se usa el estilo de ecuación 
14894 \series bold
14895 Sangrado
14896 \series default
14897
14898 \series bold
14899
14900 \backslash
14901 tag*
14902 \backslash
14903
14904 \series default
14905  se puede reemplazar por 
14906 \series bold
14907
14908 \backslash
14909 hfill
14910 \series default
14911 .
14912  (Véanse los estilos de ecuación en 
14913 \begin_inset CommandInset ref
14914 LatexCommand ref
14915 reference "sec:Estilos-de-ecuación"
14916
14917 \end_inset
14918
14919 ).
14920 \end_layout
14921
14922 \end_inset
14923
14924  Después sigue la descripción en texto normal, y por último 
14925 \series bold
14926 }}
14927 \backslash
14928 ]
14929 \series default
14930  en modo TeX.
14931  Aquí los comandos 
14932 \series bold
14933
14934 \backslash
14935 [
14936 \series default
14937  y 
14938 \series bold
14939
14940 \backslash
14941 ]
14942 \series default
14943  crean una ecuación presentada.
14944 \end_layout
14945
14946 \begin_layout Standard
14947 Las ventajas de 
14948 \series bold
14949
14950 \backslash
14951 parbox
14952 \series default
14953  pueden verse en este ejemplo que se ha 
14954 \begin_inset Quotes fld
14955 \end_inset
14956
14957 comentado
14958 \begin_inset Quotes frd
14959 \end_inset
14960
14961  usando el modo texto matemático:
14962 \begin_inset Formula \[
14963 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14964
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \begin_layout Section
14971 Operadores
14972 \begin_inset Index
14973 status collapsed
14974
14975 \begin_layout Plain Layout
14976 Operadores
14977 \end_layout
14978
14979 \end_inset
14980
14981
14982 \end_layout
14983
14984 \begin_layout Subsection
14985 Operadores grandes
14986 \begin_inset CommandInset label
14987 LatexCommand label
14988 name "sub:Operadores-grandes"
14989
14990 \end_inset
14991
14992
14993 \begin_inset Index
14994 status collapsed
14995
14996 \begin_layout Plain Layout
14997 Operadores ! grandes
14998 \end_layout
14999
15000 \end_inset
15001
15002
15003 \begin_inset Index
15004 status collapsed
15005
15006 \begin_layout Plain Layout
15007 Sumatorios
15008 \end_layout
15009
15010 \end_inset
15011
15012
15013 \begin_inset Index
15014 status collapsed
15015
15016 \begin_layout Plain Layout
15017 Integrales
15018 \end_layout
15019
15020 \end_inset
15021
15022
15023 \end_layout
15024
15025 \begin_layout Standard
15026 Para poder usar todos los comandos de integrales listados aquí, debe estar
15027  marcada la opción 
15028 \family sans
15029 Usar paquete esint automáticamente
15030 \family default
15031  en el apartado 
15032 \family sans
15033 Ecuaciones
15034 \family default
15035  de la configuración del documento.
15036  
15037 \end_layout
15038
15039 \begin_layout Standard
15040 \begin_inset space \hfill{}
15041 \end_inset
15042
15043
15044 \begin_inset Tabular
15045 <lyxtabular version="3" rows="11" columns="2">
15046 <features>
15047 <column alignment="center" valignment="top" width="0pt">
15048 <column alignment="center" valignment="top" width="0pt">
15049 <row>
15050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 Comando
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 Resultado
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 </row>
15069 <row>
15070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074
15075 \backslash
15076 int
15077 \begin_inset Index
15078 status collapsed
15079
15080 \begin_layout Plain Layout
15081 Comandos ! I ! 
15082 \backslash
15083 int
15084 \end_layout
15085
15086 \end_inset
15087
15088
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 $\int$
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 oint
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 $\oint$
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 ointctrclockwise
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 \begin_inset Formula $\ointctrclockwise$
15148 \end_inset
15149
15150
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 </row>
15156 <row>
15157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161
15162 \backslash
15163 ointclockwise
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172 \begin_inset Formula $\ointclockwise$
15173 \end_inset
15174
15175
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 </row>
15181 <row>
15182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Plain Layout
15186
15187 \backslash
15188 sqint
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197 \begin_inset Formula $\sqint$
15198 \end_inset
15199
15200
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 </row>
15206 <row>
15207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211
15212 \backslash
15213 fint
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222  
15223 \begin_inset Formula $\fint$
15224 \end_inset
15225
15226
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 </row>
15232 <row>
15233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237
15238 \backslash
15239 landupint
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248  
15249 \begin_inset Formula $\landupint$
15250 \end_inset
15251
15252
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 </row>
15258 <row>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263
15264 \backslash
15265 landdownint
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274  
15275 \begin_inset Formula $\landdownint$
15276 \end_inset
15277
15278
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 </row>
15284 <row>
15285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289
15290 \backslash
15291 bigcap
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 \begin_inset Formula $\bigcap$
15301 \end_inset
15302
15303
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 <row>
15310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314
15315 \backslash
15316 bigcup
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325 \begin_inset Formula $\bigcup$
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 </row>
15334 </lyxtabular>
15335
15336 \end_inset
15337
15338
15339 \begin_inset space \hfill{}
15340 \end_inset
15341
15342
15343 \begin_inset Tabular
15344 <lyxtabular version="3" rows="11" columns="2">
15345 <features>
15346 <column alignment="center" valignment="top" width="0pt">
15347 <column alignment="center" valignment="top" width="0pt">
15348 <row>
15349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353 Comando
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362 Resultado
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 </row>
15368 <row>
15369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373
15374 \backslash
15375 sum
15376 \begin_inset Index
15377 status collapsed
15378
15379 \begin_layout Plain Layout
15380 Comandos ! S ! 
15381 \backslash
15382 sum
15383 \end_layout
15384
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15393 \begin_inset Text
15394
15395 \begin_layout Plain Layout
15396 \begin_inset Formula $\sum$
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 </row>
15405 <row>
15406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410
15411 \backslash
15412 prod
15413 \begin_inset Index
15414 status collapsed
15415
15416 \begin_layout Plain Layout
15417 Comandos ! P ! 
15418 \backslash
15419 prod
15420 \end_layout
15421
15422 \end_inset
15423
15424
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 $\prod$
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 coprod
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 $\coprod$
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 bigodot
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 $\bigodot$
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 bigotimes
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 $\bigotimes$
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 bigoplus
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 $\bigoplus$
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" leftline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547
15548 \backslash
15549 bigwedge
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558 \begin_inset Formula $\bigwedge$
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 </row>
15567 <row>
15568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572
15573 \backslash
15574 bigvee
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583 \begin_inset Formula $\bigvee$
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 </row>
15592 <row>
15593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597
15598 \backslash
15599 bigsqcup
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608 \begin_inset Formula $\bigsqcup$
15609 \end_inset
15610
15611
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 </row>
15617 <row>
15618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622
15623 \backslash
15624 biguplus
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633 \begin_inset Formula $\biguplus$
15634 \end_inset
15635
15636
15637 \end_layout
15638
15639 \end_inset
15640 </cell>
15641 </row>
15642 </lyxtabular>
15643
15644 \end_inset
15645
15646
15647 \begin_inset space \hfill{}
15648 \end_inset
15649
15650
15651 \end_layout
15652
15653 \begin_layout Standard
15654 Todos los operadores grandes se pueden insertar con el botón 
15655 \begin_inset Graphics
15656         filename ../../images/math/intop.png
15657         scale 85
15658
15659 \end_inset
15660
15661  de la barra de ecuaciones.
15662 \end_layout
15663
15664 \begin_layout Standard
15665 Estos operadores son llamados grandes porque son mayores que los operadores
15666  binarios de aspecto semejante.
15667  Todos los operadores grandes pueden tener límites, como se describe en
15668  la subsección siguiente.
15669 \end_layout
15670
15671 \begin_layout Standard
15672 Para todos los operadores de integral hay una segunda versión disponible,
15673  terminando en 
15674 \series bold
15675 op
15676 \series default
15677
15678 \series bold
15679
15680 \backslash
15681 intop
15682 \series default
15683
15684 \series bold
15685
15686 \backslash
15687 ointop
15688 \series default
15689  etc.
15690  Estos operadores difieren de 
15691 \series bold
15692
15693 \backslash
15694 int
15695 \series default
15696 , etc., en el estilo en que se presentan los límites, véase
15697 \series bold
15698  
15699 \series default
15700
15701 \begin_inset CommandInset ref
15702 LatexCommand ref
15703 reference "sub:Límites-de-operadores"
15704
15705 \end_inset
15706
15707 .
15708 \end_layout
15709
15710 \begin_layout Subsubsection*
15711 Sugerencias para las integrales
15712 \end_layout
15713
15714 \begin_layout Standard
15715 La letra 
15716 \emph on
15717 d
15718 \emph default
15719  en una integral es un operador, por consiguiente debe escribirse en redonda.
15720  Esto se hace resaltando la 
15721 \emph on
15722 d
15723 \emph default
15724  y usando el atajo de teclado 
15725 \family sans
15726 Alt+C
15727 \begin_inset space ~
15728 \end_inset
15729
15730 R
15731 \family default
15732 .
15733 \begin_inset Foot
15734 status collapsed
15735
15736 \begin_layout Plain Layout
15737 véase estilos de letras en 
15738 \begin_inset CommandInset ref
15739 LatexCommand ref
15740 reference "sub:Estilos-de-fuentes"
15741
15742 \end_inset
15743
15744  
15745 \end_layout
15746
15747 \end_inset
15748
15749  Delante de la 
15750 \emph on
15751 d
15752 \emph default
15753  se inserta un espacio delgado, como es habitual en los operadores.
15754  Un ejemplo:
15755 \end_layout
15756
15757 \begin_layout Standard
15758 incorrecto: 
15759 \begin_inset Formula $\int A(x)dx$
15760 \end_inset
15761
15762
15763 \begin_inset Newline newline
15764 \end_inset
15765
15766
15767 \begin_inset ERT
15768 status collapsed
15769
15770 \begin_layout Plain Layout
15771
15772
15773 \backslash
15774 hphantom{in}
15775 \end_layout
15776
15777 \end_inset
15778
15779 correcto: 
15780 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15781 \end_inset
15782
15783
15784 \end_layout
15785
15786 \begin_layout Standard
15787 Para integrales múltiples hay los siguientes comandos:
15788 \begin_inset VSpace medskip
15789 \end_inset
15790
15791
15792 \end_layout
15793
15794 \begin_layout Standard
15795 \begin_inset space \hfill{}
15796 \end_inset
15797
15798
15799 \begin_inset Tabular
15800 <lyxtabular version="3" rows="4" columns="2">
15801 <features>
15802 <column alignment="center" valignment="top" width="0">
15803 <column alignment="center" valignment="top" width="0">
15804 <row>
15805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 Comando
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818 Resultado
15819 \begin_inset Note Note
15820 status collapsed
15821
15822 \begin_layout Plain Layout
15823
15824 \series bold
15825
15826 \backslash
15827 raisebox
15828 \series default
15829  se usa sólo como espaciador
15830 \end_layout
15831
15832 \end_inset
15833
15834
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 </row>
15840 <row>
15841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Plain Layout
15845
15846 \backslash
15847 iint
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15857 \end_inset
15858
15859
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 </row>
15865 <row>
15866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870
15871 \backslash
15872 oiint
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
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" bottomline="true" leftline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895
15896 \backslash
15897 sqiint
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15907 \end_inset
15908
15909
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 </row>
15915 </lyxtabular>
15916
15917 \end_inset
15918
15919
15920 \begin_inset space \hfill{}
15921 \end_inset
15922
15923
15924 \begin_inset Tabular
15925 <lyxtabular version="3" rows="4" columns="2">
15926 <features>
15927 <column alignment="center" valignment="top" width="0">
15928 <column alignment="center" valignment="top" width="0">
15929 <row>
15930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 Comando
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 Resultado
15944 \begin_inset Note Note
15945 status collapsed
15946
15947 \begin_layout Plain Layout
15948
15949 \series bold
15950
15951 \backslash
15952 raisebox
15953 \series default
15954  se usa sólo como espaciador
15955 \end_layout
15956
15957 \end_inset
15958
15959
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 </row>
15965 <row>
15966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970
15971 \backslash
15972 iiint
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15982 \end_inset
15983
15984
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 </row>
15990 <row>
15991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995
15996 \backslash
15997 iiiint
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 <row>
16016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020
16021 \backslash
16022 dotsint
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16032 \end_inset
16033
16034
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 </row>
16040 </lyxtabular>
16041
16042 \end_inset
16043
16044
16045 \begin_inset space \hfill{}
16046 \end_inset
16047
16048
16049 \end_layout
16050
16051 \begin_layout Subsection
16052 Límites de operadores
16053 \begin_inset CommandInset label
16054 LatexCommand label
16055 name "sub:Límites-de-operadores"
16056
16057 \end_inset
16058
16059
16060 \begin_inset Index
16061 status collapsed
16062
16063 \begin_layout Plain Layout
16064 Operadores ! límites de
16065 \end_layout
16066
16067 \end_inset
16068
16069
16070 \end_layout
16071
16072 \begin_layout Standard
16073 Los límites se crean mediante superíndices y subíndices:
16074 \end_layout
16075
16076 \begin_layout Standard
16077 \noindent
16078 \align center
16079 \begin_inset Tabular
16080 <lyxtabular version="3" rows="2" columns="2">
16081 <features>
16082 <column alignment="center" valignment="top" width="0">
16083 <column alignment="center" valignment="top" width="0">
16084 <row>
16085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 Comando
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098 Resultado
16099 \begin_inset Note Note
16100 status collapsed
16101
16102 \begin_layout Plain Layout
16103
16104 \series bold
16105
16106 \backslash
16107 raisebox
16108 \series default
16109  se usa sólo como espaciador
16110 \end_layout
16111
16112 \end_inset
16113
16114
16115 \end_layout
16116
16117 \end_inset
16118 </cell>
16119 </row>
16120 <row>
16121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125
16126 \backslash
16127 prod^
16128 \backslash
16129 infty
16130 \begin_inset ERT
16131 status collapsed
16132
16133 \begin_layout Plain Layout
16134
16135
16136 \backslash
16137 spce 
16138 \end_layout
16139
16140 \end_inset
16141
16142
16143 \begin_inset Formula $\to$
16144 \end_inset
16145
16146 _0
16147 \begin_inset Formula $\to$
16148 \end_inset
16149
16150 A(x)
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Plain Layout
16159 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16160 \end_inset
16161
16162
16163 \end_layout
16164
16165 \end_inset
16166 </cell>
16167 </row>
16168 </lyxtabular>
16169
16170 \end_inset
16171
16172
16173 \end_layout
16174
16175 \begin_layout Standard
16176 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16177  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16178 \end_layout
16179
16180 \begin_layout Standard
16181 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16182  directamente detrás del operador y se elige 
16183 \series bold
16184 Alineado
16185 \series default
16186  en el menú 
16187 \family sans
16188 Editar\SpecialChar \menuseparator
16189 Ecuación\SpecialChar \menuseparator
16190 Cambiar tipo de límites
16191 \family default
16192  (atajo 
16193 \family sans
16194 Alt+M
16195 \begin_inset space ~
16196 \end_inset
16197
16198 L
16199 \family default
16200 ).
16201  Un ejemplo:
16202 \end_layout
16203
16204 \begin_layout Standard
16205 El tipo de límites por omisión es:
16206 \begin_inset Formula \[
16207 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16208
16209 \end_inset
16210
16211
16212 \end_layout
16213
16214 \begin_layout Standard
16215 Así se ven si se cambia el tipo de límites a 
16216 \series bold
16217 Alineado
16218 \series default
16219 :
16220 \begin_inset Formula \[
16221 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16222
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \begin_layout Standard
16229 En integrales, excepto las que terminan en 
16230 \series bold
16231 op
16232 \series default
16233  como 
16234 \series bold
16235
16236 \backslash
16237 intop
16238 \series default
16239
16240 \series bold
16241
16242 \backslash
16243 ointop
16244 \series default
16245 , etc., los límites se colocan por omisión junto al operador.
16246  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16247  operador.
16248  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16249 \series bold
16250 Presentado
16251 \series default
16252  para poner el límite debajo:
16253 \begin_inset Formula \begin{equation}
16254 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16255
16256 \end_inset
16257
16258
16259 \begin_inset VSpace medskip
16260 \end_inset
16261
16262 Para especificar condiciones en los límites se usan los comandos 
16263 \series bold
16264
16265 \backslash
16266 subarray
16267 \series default
16268
16269 \begin_inset Index
16270 status collapsed
16271
16272 \begin_layout Plain Layout
16273 Comandos ! S ! 
16274 \backslash
16275 subarray
16276 \end_layout
16277
16278 \end_inset
16279
16280  y 
16281 \series bold
16282
16283 \backslash
16284 substack
16285 \series default
16286
16287 \begin_inset Index
16288 status collapsed
16289
16290 \begin_layout Plain Layout
16291 Comandos ! S ! 
16292 \backslash
16293 substack
16294 \end_layout
16295
16296 \end_inset
16297
16298 .
16299  Por ejemplo, para componer la expresión
16300 \begin_inset Formula \begin{equation}
16301 \sum_{\begin{subarray}{c}
16302 0<k<1000\\
16303 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16304
16305 \end_inset
16306
16307 se ha hecho lo siguiente: primero se escribe el comando 
16308 \series bold
16309
16310 \backslash
16311 sum^n
16312 \series default
16313
16314 \begin_inset ERT
16315 status collapsed
16316
16317 \begin_layout Plain Layout
16318
16319
16320 \backslash
16321 spce 
16322 \end_layout
16323
16324 \end_inset
16325
16326
16327 \series bold
16328 _
16329 \series default
16330 .
16331  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16332  se inserta el comando 
16333 \series bold
16334
16335 \backslash
16336 subarray
16337 \series default
16338
16339 \begin_inset ERT
16340 status collapsed
16341
16342 \begin_layout Plain Layout
16343
16344
16345 \backslash
16346 spce 
16347 \end_layout
16348
16349 \end_inset
16350
16351 .
16352  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16353  distintas.
16354  Cada línea nueva se crea con un salto de línea (
16355 \family sans
16356 Ctrl+Retorno
16357 \family default
16358 ).
16359  Si ahora se escribe en ella
16360 \begin_inset Newline newline
16361 \end_inset
16362
16363
16364 \series bold
16365 0<k<1000 Ctrl+Retorno
16366 \begin_inset Newline newline
16367 \end_inset
16368
16369
16370 \series default
16371 aparece debajo un nuevo marco para la línea nueva.
16372 \end_layout
16373
16374 \begin_layout Standard
16375 La alineación de las líneas puede cambiarse a la izquierda con la 
16376 \family sans
16377 barra de herramientas de tabla
16378 \family default
16379  o con el menú 
16380 \family sans
16381 Editar\SpecialChar \menuseparator
16382 Filas y columnas
16383 \family default
16384 .
16385  Para obtener alineación derecha se inserta 
16386 \series bold
16387
16388 \backslash
16389 hfill
16390 \series default
16391
16392 \begin_inset ERT
16393 status collapsed
16394
16395 \begin_layout Plain Layout
16396
16397
16398 \backslash
16399 spce 
16400 \end_layout
16401
16402 \end_inset
16403
16404  al principio de la línea.
16405 \end_layout
16406
16407 \begin_layout Standard
16408 El comando 
16409 \series bold
16410
16411 \backslash
16412 substack
16413 \series default
16414  es equivalente a 
16415 \series bold
16416
16417 \backslash
16418 subarray
16419 \series default
16420  con la diferencia de que las líneas están siempre centradas.
16421 \begin_inset VSpace bigskip
16422 \end_inset
16423
16424
16425 \end_layout
16426
16427 \begin_layout Standard
16428 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16429  siguientes, como en la ecuación 
16430 \begin_inset CommandInset ref
16431 LatexCommand eqref
16432 reference "eq:substack"
16433
16434 \end_inset
16435
16436 , porque éstos se colocan junto a los límites.
16437 \end_layout
16438
16439 \begin_layout Standard
16440 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16441 \end_layout
16442
16443 \begin_layout Standard
16444
16445 \series bold
16446
16447 \backslash
16448 def
16449 \backslash
16450 clap#1{
16451 \backslash
16452 hbox to 0pt{
16453 \backslash
16454 hss #1
16455 \backslash
16456 hss}}
16457 \begin_inset Newline newline
16458 \end_inset
16459
16460
16461 \backslash
16462 def
16463 \backslash
16464 mathclap {
16465 \backslash
16466 mathpalette 
16467 \backslash
16468 mathclapinternal}
16469 \begin_inset Newline newline
16470 \end_inset
16471
16472
16473 \backslash
16474 def
16475 \backslash
16476 mathclapinternal #1#2{
16477 \backslash
16478 clap{$
16479 \backslash
16480 mathsurround =0pt #1{#2}$}}
16481 \end_layout
16482
16483 \begin_layout Standard
16484 En ella se define el comando 
16485 \series bold
16486
16487 \backslash
16488 mathclap
16489 \series default
16490
16491 \begin_inset Index
16492 status collapsed
16493
16494 \begin_layout Plain Layout
16495 Comandos ! M ! 
16496 \backslash
16497 mathclap
16498 \end_layout
16499
16500 \end_inset
16501
16502  que establece la anchura del límite en 0
16503 \begin_inset space \thinspace{}
16504 \end_inset
16505
16506 pt.
16507  El esquema del comando es:
16508 \end_layout
16509
16510 \begin_layout Standard
16511
16512 \series bold
16513
16514 \backslash
16515 mathclap{límite}
16516 \end_layout
16517
16518 \begin_layout Standard
16519 donde el límite puede consistir en varias condiciones.
16520 \end_layout
16521
16522 \begin_layout Standard
16523 Aplicado en la ecuación 
16524 \begin_inset CommandInset ref
16525 LatexCommand eqref
16526 reference "eq:substack"
16527
16528 \end_inset
16529
16530  se usa el comando
16531 \end_layout
16532
16533 \begin_layout Standard
16534
16535 \series bold
16536
16537 \backslash
16538 sum_
16539 \backslash
16540 mathclap{
16541 \backslash
16542 substack
16543 \begin_inset ERT
16544 status collapsed
16545
16546 \begin_layout Plain Layout
16547
16548
16549 \backslash
16550 spce 
16551 \end_layout
16552
16553 \end_inset
16554
16555 0<k<1000 Ctrl+Retorno
16556 \end_layout
16557
16558 \begin_layout Standard
16559 para componer el límite inferior.
16560  Ahora el sumando está junto al sumatorio:
16561 \begin_inset Formula \[
16562 \sum_{\mathclap{\substack{0<k<1000\\
16563 \\k\,\in\,\mathbb{N}}
16564 }}^{n}k^{-2}\]
16565
16566 \end_inset
16567
16568
16569 \begin_inset VSpace bigskip
16570 \end_inset
16571
16572 Cómo utilizar un límite para varios operadores se describe en la 
16573 \begin_inset CommandInset ref
16574 LatexCommand ref
16575 reference "sub:Operadores-de-usuario"
16576
16577 \end_inset
16578
16579 .
16580 \end_layout
16581
16582 \begin_layout Subsection
16583 Operadores binarios
16584 \begin_inset CommandInset label
16585 LatexCommand label
16586 name "sub:Operadores-binarios"
16587
16588 \end_inset
16589
16590
16591 \begin_inset Index
16592 status collapsed
16593
16594 \begin_layout Plain Layout
16595 Operadores ! binarios
16596 \end_layout
16597
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \begin_layout Standard
16604 Los operadores binarios se rodean por espacios si llevan un carácter delante
16605  o detrás.
16606 \begin_inset VSpace medskip
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \begin_layout Standard
16613 \begin_inset space \hfill{}
16614 \end_inset
16615
16616
16617 \begin_inset Tabular
16618 <lyxtabular version="3" rows="13" columns="2">
16619 <features>
16620 <column alignment="center" valignment="top" width="0pt">
16621 <column alignment="center" valignment="top" width="0pt">
16622 <row>
16623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 Comando
16628 \begin_inset Note Note
16629 status collapsed
16630
16631 \begin_layout Plain Layout
16632
16633 \series bold
16634
16635 \backslash
16636 raisebox
16637 \series default
16638  se usa sólo como espaciador
16639 \end_layout
16640
16641 \end_inset
16642
16643
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 Operador
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 </row>
16658 <row>
16659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663 +
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672 \begin_inset Formula $+$
16673 \end_inset
16674
16675
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 </row>
16681 <row>
16682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 -
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 $-$
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 pm
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 $\pm$
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 mp
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 $\mp$
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
16760 \backslash
16761 cdot
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770 \begin_inset Formula $\cdot$
16771 \end_inset
16772
16773
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 </row>
16779 <row>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784
16785 \backslash
16786 times
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 \begin_inset Formula $\times$
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809
16810 \backslash
16811 div
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 \begin_inset Formula $\div$
16821 \end_inset
16822
16823
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 </row>
16829 <row>
16830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 \begin_inset ERT
16835 status collapsed
16836
16837 \begin_layout Plain Layout
16838
16839
16840 \backslash
16841 raisebox{-1.2mm}{
16842 \end_layout
16843
16844 \end_inset
16845
16846 *
16847 \begin_inset ERT
16848 status collapsed
16849
16850 \begin_layout Plain Layout
16851
16852 }
16853 \end_layout
16854
16855 \end_inset
16856
16857
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 $*$
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" leftline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880
16881 \backslash
16882 star
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 \begin_inset Formula $\star$
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 </row>
16900 <row>
16901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905
16906 \backslash
16907 circ
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916 \begin_inset Formula $\circ$
16917 \end_inset
16918
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 </row>
16925 <row>
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930
16931 \backslash
16932 diamond
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 \begin_inset Formula $\diamond$
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 <row>
16951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955
16956 \backslash
16957 bullet
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 \begin_inset Formula $\bullet$
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 </row>
16975 </lyxtabular>
16976
16977 \end_inset
16978
16979
16980 \begin_inset space \hfill{}
16981 \end_inset
16982
16983
16984 \begin_inset Tabular
16985 <lyxtabular version="3" rows="13" columns="2">
16986 <features>
16987 <column alignment="center" valignment="top" width="0pt">
16988 <column alignment="center" valignment="top" width="0pt">
16989 <row>
16990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994 Comando
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 Operador
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 nabla
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 $\nabla$
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 bigtriangledown
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 $\bigtriangledown$
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 bigtriangleup
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 $\bigtriangleup$
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 Box
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 $\Box$
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 cap 
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 $\cap$
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 cup
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 $\cup$
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 dagger
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 $\dagger$
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 ddagger
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 $\ddagger$
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" leftline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout Plain Layout
17214
17215 \backslash
17216 wr
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 \begin_inset Formula $\wr$
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 </row>
17234 <row>
17235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239
17240 \backslash
17241 bigcirc
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250 \begin_inset Formula $\bigcirc$
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 </row>
17259 <row>
17260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264
17265 \backslash
17266 wedge
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275 \begin_inset Formula $\wedge$
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 </row>
17284 <row>
17285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17286 \begin_inset Text
17287
17288 \begin_layout Plain Layout
17289
17290 \backslash
17291 vee
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300 \begin_inset Formula $\vee$
17301 \end_inset
17302
17303
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 </row>
17309 </lyxtabular>
17310
17311 \end_inset
17312
17313
17314 \begin_inset space \hfill{}
17315 \end_inset
17316
17317
17318 \begin_inset Tabular
17319 <lyxtabular version="3" rows="13" columns="2">
17320 <features>
17321 <column alignment="center" valignment="top" width="0pt">
17322 <column alignment="center" valignment="top" width="0pt">
17323 <row>
17324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328 Comando
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 Operador
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 oplus
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 $\oplus$
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 ominus
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 $\ominus$
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 otimes
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 $\otimes$
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 oslash
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 $\oslash$
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 odot
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 $\odot$
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 amalg
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 $\amalg$
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 uplus
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 $\uplus$
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 setminus
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 $\setminus$
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" leftline="true" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548
17549 \backslash
17550 sqcap
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559 \begin_inset Formula $\sqcap$
17560 \end_inset
17561
17562
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 </row>
17568 <row>
17569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Plain Layout
17573
17574 \backslash
17575 sqcup
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Plain Layout
17584 \begin_inset Formula $\sqcup$
17585 \end_inset
17586
17587
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 </row>
17593 <row>
17594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598
17599 \backslash
17600 triangleleft
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609 \begin_inset Formula $\triangleleft$
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 </row>
17618 <row>
17619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623
17624 \backslash
17625 triangleright
17626 \end_layout
17627
17628 \end_inset
17629 </cell>
17630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17631 \begin_inset Text
17632
17633 \begin_layout Plain Layout
17634 \begin_inset Formula $\triangleright$
17635 \end_inset
17636
17637
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 </row>
17643 </lyxtabular>
17644
17645 \end_inset
17646
17647
17648 \begin_inset space \hfill{}
17649 \end_inset
17650
17651
17652 \end_layout
17653
17654 \begin_layout Standard
17655 Todos los operadores binarios se pueden insertar también con el botón 
17656 \begin_inset Graphics
17657         filename ../../images/math/pm.png
17658         scale 85
17659
17660 \end_inset
17661
17662  de la barra de ecuaciones.
17663 \end_layout
17664
17665 \begin_layout Standard
17666 Para imprimir el operador Laplace se pueden usar 
17667 \series bold
17668
17669 \backslash
17670 Delta
17671 \series default
17672  o 
17673 \series bold
17674
17675 \backslash
17676 nabla
17677 \series default
17678 ^
17679 \series bold
17680 2
17681 \series default
17682  (
17683 \begin_inset Formula $\nabla^{2}$
17684 \end_inset
17685
17686 ) en vez de 
17687 \series bold
17688
17689 \backslash
17690 bigtriangleup
17691 \series default
17692 .
17693 \end_layout
17694
17695 \begin_layout Standard
17696 El carácter 
17697 \family sans
17698 Separador de menú
17699 \family default
17700  del menú 
17701 \family sans
17702 Insertar\SpecialChar \menuseparator
17703 Carácter especial
17704 \family default
17705  es el operador 
17706 \series bold
17707
17708 \backslash
17709 triangleright
17710 \series default
17711 .
17712 \end_layout
17713
17714 \begin_layout Subsection
17715 Operadores definidos por el usuario
17716 \begin_inset CommandInset label
17717 LatexCommand label
17718 name "sub:Operadores-de-usuario"
17719
17720 \end_inset
17721
17722
17723 \begin_inset Index
17724 status collapsed
17725
17726 \begin_layout Plain Layout
17727 Operadores ! personalizados
17728 \end_layout
17729
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \begin_layout Standard
17736 Con ayuda del comando 
17737 \series bold
17738
17739 \backslash
17740 DeclareMathOperator
17741 \series default
17742
17743 \begin_inset Index
17744 status collapsed
17745
17746 \begin_layout Plain Layout
17747 Comandos ! D ! 
17748 \backslash
17749 dbinom@
17750 \backslash
17751 DeclareMathOperator
17752 \end_layout
17753
17754 \end_inset
17755
17756  se pueden definir operadores personalizados en el preámbulo LaTeX.
17757  Su esquema es:
17758 \end_layout
17759
17760 \begin_layout Standard
17761
17762 \series bold
17763
17764 \backslash
17765 DeclareMathOperator{comando nuevo}{presentación}
17766 \end_layout
17767
17768 \begin_layout Standard
17769 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17770  en la salida.
17771  Para definir un operador grande hay que añadirle un * detrás.
17772  Todos los operadores grandes personalizados pueden tener límites como se
17773  describe en 
17774 \begin_inset CommandInset ref
17775 LatexCommand ref
17776 reference "sub:Límites-de-operadores"
17777
17778 \end_inset
17779
17780 .
17781 \end_layout
17782
17783 \begin_layout Standard
17784 Por ejemplo, la línea en el preámbulo LaTeX
17785 \end_layout
17786
17787 \begin_layout Standard
17788
17789 \series bold
17790
17791 \backslash
17792 DeclareMathOperator*{
17793 \backslash
17794 Lozenge}{
17795 \backslash
17796 blacklozenge}
17797 \end_layout
17798
17799 \begin_layout Standard
17800 define el comando 
17801 \series bold
17802
17803 \backslash
17804 Lozenge
17805 \series default
17806 , que inserta un operador grande que es el símbolo blacklozenge de la 
17807 \begin_inset CommandInset ref
17808 LatexCommand ref
17809 reference "sub:Símbolos-misceláneos"
17810
17811 \end_inset
17812
17813 .
17814 \begin_inset Formula \[
17815 \Lozenge_{n=1}^{\infty}\]
17816
17817 \end_inset
17818
17819 El comando para esta expresión es: 
17820 \series bold
17821
17822 \backslash
17823 Lozenge^
17824 \backslash
17825 infty
17826 \begin_inset Formula $\rightarrow$
17827 \end_inset
17828
17829 _n=1
17830 \begin_inset VSpace bigskip
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \begin_layout Standard
17837 Si los operadores personalizados no se van a usar varias veces en el documento,
17838  se pueden también definir con los comandos 
17839 \series bold
17840
17841 \backslash
17842 mathop
17843 \series default
17844
17845 \begin_inset Index
17846 status collapsed
17847
17848 \begin_layout Plain Layout
17849 Comandos ! M ! 
17850 \backslash
17851 mathop
17852 \end_layout
17853
17854 \end_inset
17855
17856  y 
17857 \series bold
17858
17859 \backslash
17860 mathbin
17861 \series default
17862
17863 \begin_inset Index
17864 status collapsed
17865
17866 \begin_layout Plain Layout
17867 Comandos ! M ! 
17868 \backslash
17869 mathbin
17870 \end_layout
17871
17872 \end_inset
17873
17874 , con el siguiente esquema:
17875 \end_layout
17876
17877 \begin_layout Standard
17878
17879 \series bold
17880
17881 \backslash
17882 mathop{presentación}
17883 \series default
17884  y 
17885 \series bold
17886
17887 \backslash
17888 mathbin{presentación}
17889 \end_layout
17890
17891 \begin_layout Standard
17892
17893 \series bold
17894
17895 \backslash
17896 mathop
17897 \series default
17898  define operadores grandes, 
17899 \series bold
17900
17901 \backslash
17902 mathbin
17903 \series default
17904  operadores binarios.
17905 \end_layout
17906
17907 \begin_layout Standard
17908
17909 \series bold
17910
17911 \backslash
17912 mathop
17913 \series default
17914  se puede usar, p.e., para poner un límite a varios operadores:
17915 \begin_inset Formula \[
17916 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17917
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \begin_layout Standard
17924 El comando para la expresión anterior es:
17925 \begin_inset Newline newline
17926 \end_inset
17927
17928
17929 \series bold
17930
17931 \backslash
17932 mathop{
17933 \backslash
17934 sum
17935 \backslash
17936 negmedspace
17937 \backslash
17938 sum
17939 \series default
17940
17941 \begin_inset ERT
17942 status collapsed
17943
17944 \begin_layout Plain Layout
17945
17946
17947 \backslash
17948 spce 
17949 \end_layout
17950
17951 \end_inset
17952
17953
17954 \series bold
17955
17956 \begin_inset Formula $\to$
17957 \end_inset
17958
17959 ^N
17960 \series default
17961
17962 \begin_inset ERT
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966
17967
17968 \backslash
17969 spce 
17970 \end_layout
17971
17972 \end_inset
17973
17974
17975 \series bold
17976 _i,j=1
17977 \end_layout
17978
17979 \begin_layout Section
17980 Fuentes
17981 \begin_inset Index
17982 status collapsed
17983
17984 \begin_layout Plain Layout
17985 Fuentes
17986 \end_layout
17987
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \begin_layout Subsection
17994 Estilos de fuentes
17995 \begin_inset CommandInset label
17996 LatexCommand label
17997 name "sub:Estilos-de-fuentes"
17998
17999 \end_inset
18000
18001
18002 \begin_inset Index
18003 status collapsed
18004
18005 \begin_layout Plain Layout
18006 Fuentes ! estilos de
18007 \end_layout
18008
18009 \end_inset
18010
18011
18012 \end_layout
18013
18014 \begin_layout Standard
18015 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18016  estilos:
18017 \end_layout
18018
18019 \begin_layout Standard
18020 \begin_inset VSpace -2mm
18021 \end_inset
18022
18023
18024 \end_layout
18025
18026 \begin_layout Standard
18027 \align center
18028 \begin_inset Tabular
18029 <lyxtabular version="3" rows="6" columns="3">
18030 <features>
18031 <column alignment="center" valignment="top" width="0">
18032 <column alignment="center" valignment="top" width="0">
18033 <column alignment="center" valignment="top" width="0">
18034 <row>
18035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 Comando
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 Resultado
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057 atajo
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 </row>
18063 <row>
18064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068
18069 \backslash
18070 mathbb
18071 \series bold
18072
18073 \begin_inset ERT
18074 status collapsed
18075
18076 \begin_layout Plain Layout
18077
18078
18079 \backslash
18080 spce 
18081 \end_layout
18082
18083 \end_inset
18084
18085
18086 \series default
18087 ABC
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096 \begin_inset Formula $\mathbb{ABC}$
18097 \end_inset
18098
18099
18100 \end_layout
18101
18102 \end_inset
18103 </cell>
18104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108
18109 \family sans
18110 Alt+C C
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 </row>
18116 <row>
18117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121
18122 \backslash
18123 mathbf
18124 \series bold
18125
18126 \begin_inset ERT
18127 status collapsed
18128
18129 \begin_layout Plain Layout
18130
18131
18132 \backslash
18133 spce 
18134 \end_layout
18135
18136 \end_inset
18137
18138
18139 \series default
18140 AbC
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 \begin_inset Formula $\mathbf{AbC}$
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \end_inset
18156 </cell>
18157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161
18162 \family sans
18163 Ctrl+B
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 </row>
18169 <row>
18170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174
18175 \backslash
18176 boldsymbol
18177 \series bold
18178
18179 \begin_inset ERT
18180 status collapsed
18181
18182 \begin_layout Plain Layout
18183
18184
18185 \backslash
18186 spce 
18187 \end_layout
18188
18189 \end_inset
18190
18191
18192 \series default
18193 AbC
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202 \begin_inset Formula $\boldsymbol{AbC}$
18203 \end_inset
18204
18205
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214
18215 \family sans
18216 Ctrl+Alt+B , Alt+C B
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 </row>
18222 <row>
18223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227
18228 \backslash
18229 mathcal
18230 \series bold
18231
18232 \begin_inset ERT
18233 status collapsed
18234
18235 \begin_layout Plain Layout
18236
18237
18238 \backslash
18239 spce 
18240 \end_layout
18241
18242 \end_inset
18243
18244
18245 \series default
18246 ABC
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 \begin_inset Formula $\mathcal{ABC}$
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267
18268 \family sans
18269 Ctrl+E , Alt+C E
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 </row>
18275 <row>
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
18281 \backslash
18282 mathfrak
18283 \series bold
18284
18285 \begin_inset ERT
18286 status collapsed
18287
18288 \begin_layout Plain Layout
18289
18290
18291 \backslash
18292 spce 
18293 \end_layout
18294
18295 \end_inset
18296
18297
18298 \series default
18299 AbC
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308 \begin_inset Formula $\mathfrak{AbC}$
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 -
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 </row>
18326 </lyxtabular>
18327
18328 \end_inset
18329
18330
18331 \end_layout
18332
18333 \begin_layout Standard
18334 \align center
18335 \begin_inset Tabular
18336 <lyxtabular version="3" rows="5" columns="3">
18337 <features>
18338 <column alignment="center" valignment="top" width="0">
18339 <column alignment="center" valignment="top" width="0">
18340 <column alignment="center" valignment="top" width="0">
18341 <row>
18342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346 Comando
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 Resultado
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 atajo
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 </row>
18370 <row>
18371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375
18376 \backslash
18377 mathit
18378 \series bold
18379
18380 \begin_inset ERT
18381 status collapsed
18382
18383 \begin_layout Plain Layout
18384
18385
18386 \backslash
18387 spce 
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \series default
18394 AbC
18395 \end_layout
18396
18397 \end_inset
18398 </cell>
18399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403 \begin_inset Formula $\mathit{AbC}$
18404 \end_inset
18405
18406
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415 -
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 </row>
18421 <row>
18422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426
18427 \backslash
18428 mathrm
18429 \series bold
18430
18431 \begin_inset ERT
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435
18436
18437 \backslash
18438 spce 
18439 \end_layout
18440
18441 \end_inset
18442
18443
18444 \series default
18445 AbC
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454 \begin_inset Formula $\mathrm{AbC}$
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466
18467 \family sans
18468 Alt+C R
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 </row>
18474 <row>
18475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479
18480 \backslash
18481 mathsf
18482 \series bold
18483
18484 \begin_inset ERT
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488
18489
18490 \backslash
18491 spce 
18492 \end_layout
18493
18494 \end_inset
18495
18496
18497 \series default
18498 AbC
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18504 \begin_inset Text
18505
18506 \begin_layout Plain Layout
18507 \begin_inset Formula $\mathsf{AbC}$
18508 \end_inset
18509
18510
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519
18520 \family sans
18521 Alt+C S
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 </row>
18527 <row>
18528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532
18533 \backslash
18534 mathtt
18535 \series bold
18536
18537 \begin_inset ERT
18538 status collapsed
18539
18540 \begin_layout Plain Layout
18541
18542
18543 \backslash
18544 spce 
18545 \end_layout
18546
18547 \end_inset
18548
18549
18550 \series default
18551 AbC
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560 \begin_inset Formula $\mathtt{AbC}$
18561 \end_inset
18562
18563
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572
18573 \family sans
18574 Ctrl+Mayúsculas+P
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 </lyxtabular>
18581
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \begin_layout Standard
18588 \begin_inset Note Greyedout
18589 status open
18590
18591 \begin_layout Plain Layout
18592
18593 \series bold
18594 Nota
18595 \series default
18596 : Los estilos 
18597 \series bold
18598
18599 \backslash
18600 mathbb
18601 \series default
18602  y 
18603 \series bold
18604
18605 \backslash
18606 mathcal
18607 \series default
18608  sólo se aplican a letras mayúsculas.
18609 \end_layout
18610
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \begin_layout Standard
18617 El estilo predeterminado es 
18618 \series bold
18619
18620 \backslash
18621 mathnormal
18622 \series default
18623 .
18624 \end_layout
18625
18626 \begin_layout Standard
18627 Los comandos de estilo funcionan también en estructuras matemáticas:
18628 \begin_inset Formula \[
18629 \mathfrak{A=\frac{b}{C}}\]
18630
18631 \end_inset
18632
18633
18634 \end_layout
18635
18636 \begin_layout Standard
18637 Los caracteres en texto matemático no aparecen en un estilo de letra de
18638  ecuaciones sino en el estilo 
18639 \series bold
18640
18641 \backslash
18642 textrm
18643 \series default
18644 .
18645  Este estilo no se puede poner correctamente con el diálogo de estilo de
18646  texto por un fallo de LyX.
18647 \begin_inset Foot
18648 status collapsed
18649
18650 \begin_layout Plain Layout
18651 \begin_inset CommandInset href
18652 LatexCommand href
18653 name "LyX-bug #4091"
18654 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18655
18656 \end_inset
18657
18658
18659 \end_layout
18660
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \begin_layout Standard
18667 En vez de comandos se puede usar el menú 
18668 \family sans
18669 Editar\SpecialChar \menuseparator
18670 Ecuación\SpecialChar \menuseparator
18671 Estilo del texto
18672 \family default
18673  o el botón 
18674 \begin_inset Graphics
18675         filename ../../images/math/font.png
18676         scale 85
18677
18678 \end_inset
18679
18680 .
18681 \end_layout
18682
18683 \begin_layout Subsection
18684 Ecuaciones en negrita
18685 \begin_inset CommandInset label
18686 LatexCommand label
18687 name "sub:Ecuaciones-en-negrita"
18688
18689 \end_inset
18690
18691
18692 \begin_inset Index
18693 status collapsed
18694
18695 \begin_layout Plain Layout
18696 Ecuación ! en negrita
18697 \end_layout
18698
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \begin_layout Standard
18705 Para poner en negrita una ecuación completa no se puede usar el comando
18706  
18707 \series bold
18708
18709 \backslash
18710 mathbf
18711 \series default
18712 , porque no funciona con minúsculas griegas.
18713  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18714 \begin_inset Formula \[
18715 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18716
18717 \end_inset
18718
18719
18720 \end_layout
18721
18722 \begin_layout Standard
18723 Para presentar la ecuación correctamente se usa el comando 
18724 \series bold
18725 boldsymbol
18726 \series default
18727 :
18728 \begin_inset Formula \[
18729 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18730
18731 \end_inset
18732
18733
18734 \end_layout
18735
18736 \begin_layout Standard
18737 También es posible poner la fórmula en un 
18738 \series bold
18739 entorno boldmath
18740 \series default
18741 , que se inserta con el comando 
18742 \series bold
18743
18744 \backslash
18745 boldmath
18746 \series default
18747
18748 \begin_inset Index
18749 status collapsed
18750
18751 \begin_layout Plain Layout
18752 Comandos ! B ! 
18753 \backslash
18754 boldmath
18755 \end_layout
18756
18757 \end_inset
18758
18759  en modo TeX.
18760  Para finalizar el entorno se usa el comando 
18761 \series bold
18762
18763 \backslash
18764 unboldmath
18765 \series default
18766
18767 \begin_inset Index
18768 status collapsed
18769
18770 \begin_layout Plain Layout
18771 Comandos ! U ! 
18772 \backslash
18773 unboldmath
18774 \end_layout
18775
18776 \end_inset
18777
18778  en modo TeX.
18779 \begin_inset ERT
18780 status collapsed
18781
18782 \begin_layout Plain Layout
18783
18784
18785 \backslash
18786 boldmath
18787 \end_layout
18788
18789 \end_inset
18790
18791
18792 \begin_inset Formula \[
18793 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18794
18795 \end_inset
18796
18797
18798 \end_layout
18799
18800 \begin_layout Standard
18801 \begin_inset ERT
18802 status collapsed
18803
18804 \begin_layout Plain Layout
18805
18806
18807 \backslash
18808 unboldmath
18809 \end_layout
18810
18811 \end_inset
18812
18813
18814 \end_layout
18815
18816 \begin_layout Subsection
18817 Ecuaciones coloreadas
18818 \begin_inset Index
18819 status collapsed
18820
18821 \begin_layout Plain Layout
18822 Ecuación ! coloreada
18823 \end_layout
18824
18825 \end_inset
18826
18827
18828 \end_layout
18829
18830 \begin_layout Standard
18831 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18832  o una parte de una ecuación y usa el diálogo 
18833 \family sans
18834 Estilo del texto
18835 \family default
18836 .
18837  Aquí hay una ecuación en magenta:
18838 \begin_inset Formula \[
18839 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18840
18841 \end_inset
18842
18843 También puedes definir tus propios colores como se describe en
18844 \begin_inset space ~
18845 \end_inset
18846
18847
18848 \begin_inset CommandInset ref
18849 LatexCommand ref
18850 reference "sub:Cuadros-coloreados"
18851
18852 \end_inset
18853
18854 .
18855  Pueden usarse con el comando en código TeX 
18856 \series bold
18857
18858 \backslash
18859 textcolor
18860 \series default
18861
18862 \begin_inset Index
18863 status collapsed
18864
18865 \begin_layout Plain Layout
18866 Comandos ! T ! 
18867 \backslash
18868 textcolor
18869 \end_layout
18870
18871 \end_inset
18872
18873  según el esquema
18874 \end_layout
18875
18876 \begin_layout Standard
18877
18878 \series bold
18879
18880 \backslash
18881 textcolor{color}{caracteres o ecuación}
18882 \end_layout
18883
18884 \begin_layout Standard
18885 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18886 e en rojo:
18887 \end_layout
18888
18889 \begin_layout Standard
18890 \begin_inset ERT
18891 status collapsed
18892
18893 \begin_layout Plain Layout
18894
18895
18896 \backslash
18897 textcolor{verdeoscuro}{
18898 \end_layout
18899
18900 \end_inset
18901
18902
18903 \begin_inset Formula \[
18904 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18905
18906 \end_inset
18907
18908
18909 \begin_inset ERT
18910 status collapsed
18911
18912 \begin_layout Plain Layout
18913
18914 }
18915 \end_layout
18916
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \begin_layout Standard
18923 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18924  a ecuaciones completas.
18925 \begin_inset Foot
18926 status collapsed
18927
18928 \begin_layout Plain Layout
18929 \begin_inset CommandInset href
18930 LatexCommand href
18931 name "LyX-bug #5269"
18932 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18933
18934 \end_inset
18935
18936
18937 \end_layout
18938
18939 \end_inset
18940
18941
18942 \end_layout
18943
18944 \begin_layout Subsection
18945 Tamaños de fuentes
18946 \begin_inset CommandInset label
18947 LatexCommand label
18948 name "sub:Tamaños-de-fuentes"
18949
18950 \end_inset
18951
18952
18953 \begin_inset Index
18954 status collapsed
18955
18956 \begin_layout Plain Layout
18957 Fuentes ! tamaño
18958 \end_layout
18959
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \begin_layout Standard
18966 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18967  siguientes comandos de tamaño:
18968 \end_layout
18969
18970 \begin_layout Standard
18971
18972 \series bold
18973
18974 \backslash
18975 Huge
18976 \series default
18977
18978 \series bold
18979
18980 \backslash
18981 huge
18982 \series default
18983
18984 \series bold
18985
18986 \backslash
18987 LARGE
18988 \series default
18989
18990 \series bold
18991
18992 \backslash
18993 Large
18994 \series default
18995
18996 \series bold
18997
18998 \backslash
18999 large
19000 \series default
19001
19002 \series bold
19003
19004 \backslash
19005 normalsize
19006 \series default
19007
19008 \series bold
19009
19010 \backslash
19011 small
19012 \series default
19013 ,
19014 \begin_inset Newline newline
19015 \end_inset
19016
19017
19018 \series bold
19019
19020 \backslash
19021 footnotesize
19022 \series default
19023
19024 \series bold
19025
19026 \backslash
19027 scriptsize
19028 \series default
19029 , y 
19030 \series bold
19031
19032 \backslash
19033 tiny
19034 \end_layout
19035
19036 \begin_layout Standard
19037 El tamaño dado por los comandos depende del tamaño base de la fuente en
19038  el documento, dado por el comando 
19039 \series bold
19040
19041 \backslash
19042 normalsize
19043 \series default
19044 .
19045  Los demás comandos producen tamaños menores o mayores que 
19046 \series bold
19047
19048 \backslash
19049 normalsize
19050 \series default
19051 .
19052  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
19053  Si, por ejemplo, la fuente del documento es de 12
19054 \begin_inset space \thinspace{}
19055 \end_inset
19056
19057 pt, el comando 
19058 \series bold
19059
19060 \backslash
19061 Huge
19062 \series default
19063  da el mismo tamaño que 
19064 \series bold
19065
19066 \backslash
19067 huge
19068 \series default
19069 .
19070 \end_layout
19071
19072 \begin_layout Standard
19073 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19074  a todas las ecuaciones y texto siguientes.
19075  Para volver al tamaño anterior hay que insertar el comando 
19076 \series bold
19077
19078 \backslash
19079 normalsize
19080 \series default
19081  en modo TeX detrás de la ecuación.
19082  
19083 \end_layout
19084
19085 \begin_layout Standard
19086 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
19087  en texto matemático.
19088  Para hacerlo se inserta el comando en texto matemático.
19089  Todos los caracteres siguientes, hasta el final del texto matemático o
19090  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19091  Dos ejemplos:
19092 \end_layout
19093
19094 \begin_layout Standard
19095 \begin_inset VSpace -2mm
19096 \end_inset
19097
19098
19099 \end_layout
19100
19101 \begin_layout Standard
19102 \begin_inset ERT
19103 status collapsed
19104
19105 \begin_layout Plain Layout
19106
19107
19108 \backslash
19109 huge
19110 \end_layout
19111
19112 \end_inset
19113
19114
19115 \begin_inset Formula \[
19116 A=\frac{B}{c}\cdot\maltese\]
19117
19118 \end_inset
19119
19120
19121 \begin_inset Formula \[
19122 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19123
19124 \end_inset
19125
19126
19127 \end_layout
19128
19129 \begin_layout Standard
19130 \begin_inset ERT
19131 status collapsed
19132
19133 \begin_layout Plain Layout
19134
19135
19136 \backslash
19137 normalsize
19138 \end_layout
19139
19140 \end_inset
19141
19142
19143 \begin_inset VSpace medskip
19144 \end_inset
19145
19146
19147 \end_layout
19148
19149 \begin_layout Standard
19150 Antes de las ecuaciones se ha insertado el comando 
19151 \series bold
19152
19153 \backslash
19154 huge
19155 \series default
19156 .
19157  Para la segunda ecuación el comando es:
19158 \begin_inset Newline newline
19159 \end_inset
19160
19161
19162 \series bold
19163
19164 \backslash
19165 maltese
19166 \begin_inset ERT
19167 status collapsed
19168
19169 \begin_layout Plain Layout
19170
19171
19172 \backslash
19173 spce 
19174 \end_layout
19175
19176 \end_inset
19177
19178 A Alt+M M 
19179 \backslash
19180 Large
19181 \begin_inset ERT
19182 status collapsed
19183
19184 \begin_layout Plain Layout
19185
19186
19187 \backslash
19188 spce 
19189 \end_layout
19190
19191 \end_inset
19192
19193
19194 \backslash
19195 maltese
19196 \begin_inset ERT
19197 status collapsed
19198
19199 \begin_layout Plain Layout
19200
19201
19202 \backslash
19203 spce 
19204 \end_layout
19205
19206 \end_inset
19207
19208
19209 \backslash
19210 textit
19211 \begin_inset ERT
19212 status collapsed
19213
19214 \begin_layout Plain Layout
19215
19216
19217 \backslash
19218 spce 
19219 \end_layout
19220
19221 \end_inset
19222
19223 A
19224 \begin_inset Formula $\to$
19225 \end_inset
19226
19227
19228 \begin_inset Formula $\to$
19229 \end_inset
19230
19231
19232 \begin_inset Newline newline
19233 \end_inset
19234
19235
19236 \begin_inset space \hspace*{}
19237 \length 1cm
19238 \end_inset
19239
19240 Alt+M M 
19241 \backslash
19242 tiny
19243 \begin_inset ERT
19244 status collapsed
19245
19246 \begin_layout Plain Layout
19247
19248
19249 \backslash
19250 spce 
19251 \end_layout
19252
19253 \end_inset
19254
19255
19256 \backslash
19257 maltese
19258 \begin_inset ERT
19259 status collapsed
19260
19261 \begin_layout Plain Layout
19262
19263
19264 \backslash
19265 spce 
19266 \end_layout
19267
19268 \end_inset
19269
19270
19271 \backslash
19272 textit
19273 \begin_inset ERT
19274 status collapsed
19275
19276 \begin_layout Plain Layout
19277
19278
19279 \backslash
19280 spce 
19281 \end_layout
19282
19283 \end_inset
19284
19285 A
19286 \end_layout
19287
19288 \begin_layout Standard
19289 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19290  el tamaño por omisión.
19291 \end_layout
19292
19293 \begin_layout Section
19294 Letras griegas
19295 \begin_inset Index
19296 status collapsed
19297
19298 \begin_layout Plain Layout
19299 Letras griegas
19300 \end_layout
19301
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \begin_layout Standard
19308 Todas las letras griegas se pueden insertar además mediante el botón 
19309 \begin_inset Graphics
19310         filename ../../images/math/alpha.png
19311         scale 85
19312
19313 \end_inset
19314
19315  de la barra de ecuaciones.
19316 \end_layout
19317
19318 \begin_layout Subsection
19319 Minúsculas
19320 \begin_inset Index
19321 status collapsed
19322
19323 \begin_layout Plain Layout
19324 Letras griegas ! minúsculas
19325 \end_layout
19326
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \begin_layout Standard
19333 \begin_inset space \hfill{}
19334 \end_inset
19335
19336
19337 \begin_inset Tabular
19338 <lyxtabular version="3" rows="11" columns="2">
19339 <features>
19340 <column alignment="center" valignment="top" width="0pt">
19341 <column alignment="center" valignment="top" width="0pt">
19342 <row>
19343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 Comando
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356 Símbolo
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 alpha
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 $\alpha$
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 beta
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 $\beta$
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 gamma
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 $\gamma$
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 delta
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 $\delta$
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 epsilon
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 $\epsilon$
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 varepsilon
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 $\varepsilon$
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" leftline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517
19518 \backslash
19519 zeta
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 \begin_inset Formula $\zeta$
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 </row>
19537 <row>
19538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542
19543 \backslash
19544 eta
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553 \begin_inset Formula $\eta$
19554 \end_inset
19555
19556
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 </row>
19562 <row>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567
19568 \backslash
19569 theta
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 \begin_inset Formula $\theta$
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 </row>
19587 <row>
19588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592
19593 \backslash
19594 vartheta
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603 \begin_inset Formula $\vartheta$
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 </lyxtabular>
19613
19614 \end_inset
19615
19616
19617 \begin_inset space \hfill{}
19618 \end_inset
19619
19620
19621 \begin_inset Tabular
19622 <lyxtabular version="3" rows="12" columns="2">
19623 <features>
19624 <column alignment="center" valignment="top" width="0pt">
19625 <column alignment="center" valignment="top" width="0pt">
19626 <row>
19627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 Comando
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 Símbolo
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 iota
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 $\iota$
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 kappa
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 $\kappa$
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 varkappa
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 $\varkappa$
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 lambda
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 $\lambda$
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
19752 \backslash
19753 mu
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762 \begin_inset Formula $\mu$
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 </row>
19771 <row>
19772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776
19777 \backslash
19778 nu
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787 \begin_inset Formula $\nu$
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 </row>
19796 <row>
19797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801
19802 \backslash
19803 xi
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812 \begin_inset Formula $\xi$
19813 \end_inset
19814
19815
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 </row>
19821 <row>
19822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826 o
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835 \begin_inset Formula $o$
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \end_inset
19842 </cell>
19843 </row>
19844 <row>
19845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849
19850 \backslash
19851 pi
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860 \begin_inset Formula $\pi$
19861 \end_inset
19862
19863
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 </row>
19869 <row>
19870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874
19875 \backslash
19876 varpi
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885 \begin_inset Formula $\varpi$
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 </row>
19894 <row>
19895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899
19900 \backslash
19901 rho
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910 \begin_inset Formula $\rho$
19911 \end_inset
19912
19913
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 </row>
19919 </lyxtabular>
19920
19921 \end_inset
19922
19923
19924 \begin_inset space \hfill{}
19925 \end_inset
19926
19927
19928 \begin_inset Tabular
19929 <lyxtabular version="3" rows="11" columns="2">
19930 <features>
19931 <column alignment="center" valignment="top" width="0pt">
19932 <column alignment="center" valignment="top" width="0pt">
19933 <row>
19934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938 Comando
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947 Símbolo
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 varrho
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 $\varrho$
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 sigma
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 $\sigma$
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 varsigma
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 $\varsigma$
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 tau
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 $\tau$
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 upsilon
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 $\upsilon$
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 phi
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 $\phi$
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" leftline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108
20109 \backslash
20110 varphi
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 \begin_inset Formula $\varphi$
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 </row>
20128 <row>
20129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133
20134 \backslash
20135 chi
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144 \begin_inset Formula $\chi$
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 </row>
20153 <row>
20154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158
20159 \backslash
20160 psi
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 \begin_inset Formula $\psi$
20170 \end_inset
20171
20172
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 </row>
20178 <row>
20179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183
20184 \backslash
20185 omega
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 \begin_inset Formula $\omega$
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 </row>
20203 </lyxtabular>
20204
20205 \end_inset
20206
20207
20208 \begin_inset space \hfill{}
20209 \end_inset
20210
20211
20212 \end_layout
20213
20214 \begin_layout Standard
20215 \begin_inset VSpace medskip
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \begin_layout Standard
20222 Cómo escribir letras griegas en redonda se explica en 
20223 \begin_inset CommandInset ref
20224 LatexCommand ref
20225 reference "sub:Griegas-en-redonda"
20226
20227 \end_inset
20228
20229 .
20230 \end_layout
20231
20232 \begin_layout Subsection
20233 Mayúsculas
20234 \begin_inset Index
20235 status collapsed
20236
20237 \begin_layout Plain Layout
20238 Letras griegas ! mayúsculas
20239 \end_layout
20240
20241 \end_inset
20242
20243
20244 \end_layout
20245
20246 \begin_layout Standard
20247 \begin_inset space \hfill{}
20248 \end_inset
20249
20250
20251 \begin_inset Tabular
20252 <lyxtabular version="3" rows="7" columns="2">
20253 <features>
20254 <column alignment="center" valignment="top" width="0pt">
20255 <column alignment="center" valignment="top" width="0pt">
20256 <row>
20257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261 Comando
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270 Símbolo
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 Gamma
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 $\Gamma$
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 Delta
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 $\Delta$
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" leftline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331
20332 \backslash
20333 Theta
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342 \begin_inset Formula $\Theta$
20343 \end_inset
20344
20345
20346 \end_layout
20347
20348 \end_inset
20349 </cell>
20350 </row>
20351 <row>
20352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356
20357 \backslash
20358 Lambda
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367 \begin_inset Formula $\Lambda$
20368 \end_inset
20369
20370
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 </row>
20376 <row>
20377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381
20382 \backslash
20383 Xi
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392 \begin_inset Formula $\Xi$
20393 \end_inset
20394
20395
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 </row>
20401 <row>
20402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20403 \begin_inset Text
20404
20405 \begin_layout Plain Layout
20406
20407 \backslash
20408 Pi
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417 \begin_inset Formula $\Pi$
20418 \end_inset
20419
20420
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 </row>
20426 </lyxtabular>
20427
20428 \end_inset
20429
20430
20431 \begin_inset space \hfill{}
20432 \end_inset
20433
20434
20435 \begin_inset Tabular
20436 <lyxtabular version="3" rows="6" columns="2">
20437 <features>
20438 <column alignment="center" valignment="top" width="0pt">
20439 <column alignment="center" valignment="top" width="0pt">
20440 <row>
20441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 Comando
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454 Símbolo
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 Sigma
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 $\Sigma$
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" leftline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490
20491 \backslash
20492 Upsilon
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501 \begin_inset Formula $\Upsilon$
20502 \end_inset
20503
20504
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 </row>
20510 <row>
20511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515
20516 \backslash
20517 Phi
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526 \begin_inset Formula $\Phi$
20527 \end_inset
20528
20529
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 </row>
20535 <row>
20536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540
20541 \backslash
20542 Psi
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551 \begin_inset Formula $\Psi$
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 </row>
20560 <row>
20561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565
20566 \backslash
20567 Omega
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576 \begin_inset Formula $\Omega$
20577 \end_inset
20578
20579
20580 \end_layout
20581
20582 \end_inset
20583 </cell>
20584 </row>
20585 </lyxtabular>
20586
20587 \end_inset
20588
20589
20590 \begin_inset space \hfill{}
20591 \end_inset
20592
20593
20594 \end_layout
20595
20596 \begin_layout Standard
20597 \begin_inset VSpace medskip
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \begin_layout Standard
20604 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20605  cuando se desarrolló TeX.
20606  Para obtener mayúsculas en cursiva, inicia cada comando con 
20607 \series bold
20608 var
20609 \series default
20610 .
20611  Por ejemplo, el comando 
20612 \series bold
20613
20614 \backslash
20615 varGamma
20616 \series default
20617  genera: 
20618 \begin_inset Formula $\varGamma$
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \begin_layout Subsection
20625 Letras en negrita
20626 \begin_inset Index
20627 status collapsed
20628
20629 \begin_layout Plain Layout
20630 Letras griegas ! en negrita
20631 \end_layout
20632
20633 \end_inset
20634
20635
20636 \end_layout
20637
20638 \begin_layout Standard
20639 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20640  Sólo se pueden poner en negrita con el comando 
20641 \series bold
20642
20643 \backslash
20644 boldsymbol
20645 \series default
20646
20647 \begin_inset Index
20648 status collapsed
20649
20650 \begin_layout Plain Layout
20651 Comandos ! B ! 
20652 \backslash
20653 boldsymbol
20654 \end_layout
20655
20656 \end_inset
20657
20658 .
20659 \end_layout
20660
20661 \begin_layout Standard
20662 \align center
20663 \begin_inset Tabular
20664 <lyxtabular version="3" rows="3" columns="2">
20665 <features>
20666 <column alignment="center" valignment="top" width="0">
20667 <column alignment="center" valignment="top" width="0">
20668 <row>
20669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 Comando
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682 Símbolo
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 </row>
20688 <row>
20689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693
20694 \backslash
20695 Upsilon
20696 \backslash
20697 boldsymbol
20698 \backslash
20699 Upsilon
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 </row>
20717 <row>
20718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722
20723 \backslash
20724 theta
20725 \backslash
20726 boldsymbol
20727 \backslash
20728 theta
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737 \begin_inset Formula $\theta\boldsymbol{\theta}$
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 </row>
20746 </lyxtabular>
20747
20748 \end_inset
20749
20750
20751 \end_layout
20752
20753 \begin_layout Section
20754 Símbolos
20755 \begin_inset ERT
20756 status collapsed
20757
20758 \begin_layout Plain Layout
20759
20760
20761 \backslash
20762 texorpdfstring{
20763 \end_layout
20764
20765 \end_inset
20766
20767
20768 \begin_inset Foot
20769 status collapsed
20770
20771 \begin_layout Plain Layout
20772 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20773  LaTeX en 
20774 \begin_inset CommandInset citation
20775 LatexCommand cite
20776 key "Symbole"
20777
20778 \end_inset
20779
20780 .
20781 \end_layout
20782
20783 \end_inset
20784
20785
20786 \begin_inset ERT
20787 status collapsed
20788
20789 \begin_layout Plain Layout
20790
20791 }{}
20792 \end_layout
20793
20794 \end_inset
20795
20796
20797 \begin_inset Note Note
20798 status collapsed
20799
20800 \begin_layout Plain Layout
20801
20802 \backslash
20803 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20804  PDF.
20805 \end_layout
20806
20807 \begin_layout Plain Layout
20808 Más sobre 
20809 \backslash
20810 texorpdfstring en la sección 
20811 \begin_inset CommandInset ref
20812 LatexCommand ref
20813 reference "sub:Ecuaciones-en-encabezados"
20814
20815 \end_inset
20816
20817 .
20818 \end_layout
20819
20820 \end_inset
20821
20822
20823 \begin_inset Index
20824 status collapsed
20825
20826 \begin_layout Plain Layout
20827 Símbolos
20828 \end_layout
20829
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \begin_layout Standard
20836 Muchos de los símbolos listados en esta sección se pueden insertar además
20837  mediante los botones 
20838 \begin_inset Graphics
20839         filename ../../images/math/nabla.png
20840         scale 85
20841
20842 \end_inset
20843
20844  y 
20845 \begin_inset Graphics
20846         filename ../../images/math/digamma.png
20847         scale 85
20848
20849 \end_inset
20850
20851  de la barra de ecuaciones.
20852 \end_layout
20853
20854 \begin_layout Subsection
20855 Símbolos matemáticos
20856 \begin_inset CommandInset label
20857 LatexCommand label
20858 name "sub:Símbolos-matemáticos"
20859
20860 \end_inset
20861
20862
20863 \begin_inset Index
20864 status collapsed
20865
20866 \begin_layout Plain Layout
20867 Símbolos ! matemáticos
20868 \end_layout
20869
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \begin_layout Standard
20876 \begin_inset space \hfill{}
20877 \end_inset
20878
20879
20880 \begin_inset Tabular
20881 <lyxtabular version="3" rows="10" columns="2">
20882 <features>
20883 <column alignment="center" valignment="top" width="0pt">
20884 <column alignment="center" valignment="top" width="0pt">
20885 <row>
20886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890 Comando
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899 Símbolo
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 neg
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 $\neg$
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 Im
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 $\Im$
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 Re
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 $\Re$
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" leftline="true" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Plain Layout
20985
20986 \backslash
20987 aleph
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996 \begin_inset Formula $\aleph$
20997 \end_inset
20998
20999
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 </row>
21005 <row>
21006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010
21011 \backslash
21012 partial
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021 \begin_inset Formula $\partial$
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \end_inset
21028 </cell>
21029 </row>
21030 <row>
21031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035
21036 \backslash
21037 infty
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046 \begin_inset Formula $\infty$
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \end_inset
21053 </cell>
21054 </row>
21055 <row>
21056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060
21061 \backslash
21062 wp
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071 \begin_inset Formula $\wp$
21072 \end_inset
21073
21074
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 </row>
21080 <row>
21081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085
21086 \backslash
21087 imath
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 \begin_inset Formula $\imath$
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 </row>
21105 <row>
21106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110
21111 \backslash
21112 jmath
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121 \begin_inset Formula $\jmath$
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 </row>
21130 </lyxtabular>
21131
21132 \end_inset
21133
21134
21135 \begin_inset space \hfill{}
21136 \end_inset
21137
21138
21139 \begin_inset Tabular
21140 <lyxtabular version="3" rows="10" columns="2">
21141 <features>
21142 <column alignment="center" valignment="top" width="0pt">
21143 <column alignment="center" valignment="top" width="0pt">
21144 <row>
21145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 Comando
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158 Símbolo
21159 \begin_inset Note Note
21160 status collapsed
21161
21162 \begin_layout Plain Layout
21163
21164 \series bold
21165
21166 \backslash
21167 raisebox
21168 \series default
21169  se usa sólo como espaciador
21170 \end_layout
21171
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 forall
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 $\forall$
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 exists
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 $\exists$
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 nexists
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 $\nexists$
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" leftline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260
21261 \backslash
21262 emptyset
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Plain Layout
21271 \begin_inset Formula $\emptyset$
21272 \end_inset
21273
21274
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 </row>
21280 <row>
21281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285
21286 \backslash
21287 varnothing
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296 \begin_inset Formula $\varnothing$
21297 \end_inset
21298
21299
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 </row>
21305 <row>
21306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310
21311 \backslash
21312 dag
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321 \begin_inset Formula $\dag$
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 </row>
21330 <row>
21331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335
21336 \backslash
21337 ddag
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 \begin_inset Formula $\ddag$
21347 \end_inset
21348
21349
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 </row>
21355 <row>
21356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360
21361 \backslash
21362 complement
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371 \begin_inset ERT
21372 status collapsed
21373
21374 \begin_layout Plain Layout
21375
21376
21377 \backslash
21378 raisebox{-0.8mm}{
21379 \end_layout
21380
21381 \end_inset
21382
21383
21384 \begin_inset Formula $\complement$
21385 \end_inset
21386
21387
21388 \begin_inset ERT
21389 status collapsed
21390
21391 \begin_layout Plain Layout
21392
21393 }
21394 \end_layout
21395
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 <row>
21405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409
21410 \backslash
21411 Bbbk
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420 \begin_inset Formula $\Bbbk$
21421 \end_inset
21422
21423
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 </row>
21429 </lyxtabular>
21430
21431 \end_inset
21432
21433
21434 \begin_inset space \hfill{}
21435 \end_inset
21436
21437
21438 \begin_inset Tabular
21439 <lyxtabular version="3" rows="10" columns="2">
21440 <features>
21441 <column alignment="center" valignment="top" width="0pt">
21442 <column alignment="center" valignment="top" width="0pt">
21443 <row>
21444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 Comando
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 Símbolo
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 prime
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 $\prime$
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 backprime
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 $\backprime$
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 mho
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 $\mho$
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" leftline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543
21544 \backslash
21545 triangle
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 \begin_inset Formula $\triangle$
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 </row>
21563 <row>
21564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568
21569 \backslash
21570 angle
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579 \begin_inset Formula $\angle$
21580 \end_inset
21581
21582
21583 \end_layout
21584
21585 \end_inset
21586 </cell>
21587 </row>
21588 <row>
21589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593
21594 \backslash
21595 measuredangle
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21601 \begin_inset Text
21602
21603 \begin_layout Plain Layout
21604 \begin_inset Formula $\measuredangle$
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 </row>
21613 <row>
21614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618
21619 \backslash
21620 sphericalangle
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629 \begin_inset Formula $\sphericalangle$
21630 \end_inset
21631
21632
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 </row>
21638 <row>
21639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643
21644 \backslash
21645 top
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654 \begin_inset Formula $\top$
21655 \end_inset
21656
21657
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 </row>
21663 <row>
21664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668
21669 \backslash
21670 bot
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679 \begin_inset Formula $\bot$
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 </row>
21688 </lyxtabular>
21689
21690 \end_inset
21691
21692
21693 \begin_inset space \hfill{}
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \begin_layout Subsection
21700 Símbolos misceláneos
21701 \begin_inset CommandInset label
21702 LatexCommand label
21703 name "sub:Símbolos-misceláneos"
21704
21705 \end_inset
21706
21707
21708 \begin_inset Index
21709 status collapsed
21710
21711 \begin_layout Plain Layout
21712 Símbolos ! misceláneos
21713 \end_layout
21714
21715 \end_inset
21716
21717
21718 \end_layout
21719
21720 \begin_layout Standard
21721 \noindent
21722 \align center
21723 \begin_inset Tabular
21724 <lyxtabular version="3" rows="10" columns="2">
21725 <features>
21726 <column alignment="center" valignment="top" width="0pt">
21727 <column alignment="center" valignment="top" width="0pt">
21728 <row>
21729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733 Comando
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 Símbolo
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 </row>
21748 <row>
21749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753
21754 \backslash
21755 flat
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764 \begin_inset Formula $\flat$
21765 \end_inset
21766
21767
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 </row>
21773 <row>
21774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778
21779 \backslash
21780 natural
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789 \begin_inset Formula $\natural$
21790 \end_inset
21791
21792
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 </row>
21798 <row>
21799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803
21804 \backslash
21805 sharp
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814 \begin_inset Formula $\sharp$
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 </row>
21823 <row>
21824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828
21829 \backslash
21830 surd
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839 \begin_inset Formula $\surd$
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 \backslash
21855 checkmark
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864 \begin_inset Formula $\checkmark$
21865 \end_inset
21866
21867
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 </row>
21873 <row>
21874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878
21879 \backslash
21880 yen
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 \begin_inset Formula $\yen$
21890 \end_inset
21891
21892
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 </row>
21898 <row>
21899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903
21904 \backslash
21905 pounds
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914 \begin_inset Formula $\pounds$
21915 \end_inset
21916
21917
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 </row>
21923 <row>
21924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928 $
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Plain Layout
21937 \begin_inset Formula $\$$
21938 \end_inset
21939
21940
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 </row>
21946 <row>
21947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 §
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960 \begin_inset Formula $§$
21961 \end_inset
21962
21963
21964 \end_layout
21965
21966 \end_inset
21967 </cell>
21968 </row>
21969 </lyxtabular>
21970
21971 \end_inset
21972
21973
21974 \begin_inset Tabular
21975 <lyxtabular version="3" rows="10" columns="2">
21976 <features>
21977 <column alignment="center" valignment="top" width="0">
21978 <column alignment="center" valignment="top" width="0">
21979 <row>
21980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984 Comando
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993 Símbolo
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 hbar
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 $\hbar$
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 hslash
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 $\hslash$
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 clubsuit
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 $\clubsuit$
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 spadesuit
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 $\spadesuit$
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 bigstar
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 $\bigstar$
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" leftline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129
22130 \backslash
22131 blacklozenge
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140 \begin_inset Formula $\blacklozenge$
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \end_inset
22147 </cell>
22148 </row>
22149 <row>
22150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154
22155 \backslash
22156 blacktriangle
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165 \begin_inset Formula $\blacktriangle$
22166 \end_inset
22167
22168
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 </row>
22174 <row>
22175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179
22180 \backslash
22181 blacktiangledown
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190 \begin_inset Formula $\blacktriangledown$
22191 \end_inset
22192
22193
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 </row>
22199 <row>
22200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204
22205 \backslash
22206 bullet
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215 \begin_inset Formula $\bullet$
22216 \end_inset
22217
22218
22219 \end_layout
22220
22221 \end_inset
22222 </cell>
22223 </row>
22224 </lyxtabular>
22225
22226 \end_inset
22227
22228
22229 \begin_inset Tabular
22230 <lyxtabular version="3" rows="10" columns="2">
22231 <features>
22232 <column alignment="center" valignment="top" width="0pt">
22233 <column alignment="center" valignment="top" width="0pt">
22234 <row>
22235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239 Comando
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248 Símbolo
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 </row>
22254 <row>
22255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259
22260 \backslash
22261 diamondsuit
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270 \begin_inset Formula $\diamondsuit$
22271 \end_inset
22272
22273
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 </row>
22279 <row>
22280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284
22285 \backslash
22286 Diamond
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295 \begin_inset Formula $\Diamond$
22296 \end_inset
22297
22298
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 </row>
22304 <row>
22305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309
22310 \backslash
22311 heartsuit
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 \begin_inset Formula $\heartsuit$
22321 \end_inset
22322
22323
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 </row>
22329 <row>
22330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334
22335 \backslash
22336 P
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345 \begin_inset Formula $\P$
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 copyright
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 $\copyright$
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 circledR
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 $\circledR$
22396 \end_inset
22397
22398
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 </row>
22404 <row>
22405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22406 \begin_inset Text
22407
22408 \begin_layout Plain Layout
22409
22410 \backslash
22411 maltese
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420 \begin_inset Formula $\maltese$
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 </row>
22429 <row>
22430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434
22435 \backslash
22436 diagup
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 \begin_inset Formula $\diagup$
22446 \end_inset
22447
22448
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 </row>
22454 <row>
22455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459
22460 \backslash
22461 diagdown
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 \begin_inset Formula $\diagdown$
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 </row>
22479 </lyxtabular>
22480
22481 \end_inset
22482
22483
22484 \end_layout
22485
22486 \begin_layout Standard
22487 \begin_inset VSpace medskip
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \begin_layout Standard
22494 Hay más símbolos en 
22495 \begin_inset CommandInset ref
22496 LatexCommand ref
22497 reference "sub:Caracteres-especiales-misceláneos"
22498
22499 \end_inset
22500
22501 .
22502 \end_layout
22503
22504 \begin_layout Standard
22505 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22506 \begin_inset CommandInset ref
22507 LatexCommand ref
22508 reference "sub:Tamaños-de-fuentes"
22509
22510 \end_inset
22511
22512
22513 \end_layout
22514
22515 \begin_layout Subsection
22516 El símbolo del euro, €
22517 \begin_inset Index
22518 status collapsed
22519
22520 \begin_layout Plain Layout
22521 Símbolos ! euro
22522 \end_layout
22523
22524 \end_inset
22525
22526
22527 \begin_inset Index
22528 status collapsed
22529
22530 \begin_layout Plain Layout
22531
22532 \backslash
22533 @
22534 \begin_inset ERT
22535 status collapsed
22536
22537 \begin_layout Plain Layout
22538
22539
22540 \backslash
22541 officialeuro
22542 \end_layout
22543
22544 \end_inset
22545
22546
22547 \end_layout
22548
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \begin_layout Standard
22555 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22556  LaTeX 
22557 \series bold
22558 eurosym
22559 \series default
22560
22561 \begin_inset Index
22562 status collapsed
22563
22564 \begin_layout Plain Layout
22565 Paquetes ! eurosym
22566 \end_layout
22567
22568 \end_inset
22569
22570 , y cargado en el preámbulo LaTeX con la línea
22571 \end_layout
22572
22573 \begin_layout Standard
22574
22575 \series bold
22576
22577 \backslash
22578 usepackage[gennarrow]{eurosym}
22579 \end_layout
22580
22581 \begin_layout Standard
22582 Actualmente también se puede insertar con el comando 
22583 \series bold
22584
22585 \backslash
22586 euro
22587 \series default
22588
22589 \begin_inset Index
22590 status collapsed
22591
22592 \begin_layout Plain Layout
22593 Comandos ! E ! 
22594 \backslash
22595 euro
22596 \end_layout
22597
22598 \end_inset
22599
22600 .
22601 \end_layout
22602
22603 \begin_layout Standard
22604 El símbolo del euro puede insertarse directamente con la tecla € en texto
22605  matemático sin tener 
22606 \series bold
22607 eurosym
22608 \series default
22609  instalado.
22610  Si 
22611 \series bold
22612 eurosym
22613 \series default
22614  está instalado, se puede insertar 
22615 \series bold
22616
22617 \backslash
22618 euro
22619 \series default
22620  en modo TeX.
22621  El símbolo oficial de la moneda se puede insertar con el comando 
22622 \series bold
22623
22624 \backslash
22625 officialeuro
22626 \series default
22627
22628 \begin_inset Index
22629 status collapsed
22630
22631 \begin_layout Plain Layout
22632 Comandos ! O ! 
22633 \backslash
22634 officialeuro
22635 \end_layout
22636
22637 \end_inset
22638
22639 , que sólo está disponible en modo TeX.
22640 \end_layout
22641
22642 \begin_layout Standard
22643 \begin_inset ERT
22644 status collapsed
22645
22646 \begin_layout Plain Layout
22647
22648
22649 \backslash
22650 ifeurosym
22651 \end_layout
22652
22653 \end_inset
22654
22655
22656 \begin_inset Note Note
22657 status collapsed
22658
22659 \begin_layout Plain Layout
22660 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22661 \series bold
22662 eurosym
22663 \series default
22664 .
22665 \end_layout
22666
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \begin_layout Standard
22673 Un vistazo a los diferentes símbolos del euro.
22674 \end_layout
22675
22676 \begin_layout Standard
22677 \noindent
22678 \align center
22679 \begin_inset Tabular
22680 <lyxtabular version="3" rows="4" columns="3">
22681 <features>
22682 <column alignment="center" valignment="top" width="0">
22683 <column alignment="center" valignment="top" width="0">
22684 <column alignment="center" valignment="top" width="0">
22685 <row>
22686 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699 Comando
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 Símbolo
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719 ecuación
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728
22729 \backslash
22730 euro
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739 \begin_inset Formula $\euro$
22740 \end_inset
22741
22742
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 </row>
22748 <row>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 texto matemático
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771 \begin_inset Formula $\mbox{€}$
22772 \end_inset
22773
22774
22775 \end_layout
22776
22777 \end_inset
22778 </cell>
22779 </row>
22780 <row>
22781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785 modo TeX
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794
22795 \backslash
22796 officialeuro
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805 \begin_inset ERT
22806 status collapsed
22807
22808 \begin_layout Plain Layout
22809
22810
22811 \backslash
22812 officialeuro
22813 \end_layout
22814
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 </row>
22823 </lyxtabular>
22824
22825 \end_inset
22826
22827
22828 \end_layout
22829
22830 \begin_layout Standard
22831 \begin_inset ERT
22832 status collapsed
22833
22834 \begin_layout Plain Layout
22835
22836
22837 \backslash
22838 else
22839 \end_layout
22840
22841 \end_inset
22842
22843
22844 \begin_inset Note Note
22845 status collapsed
22846
22847 \begin_layout Plain Layout
22848 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22849 \series bold
22850 eurosym
22851 \series default
22852 :
22853 \end_layout
22854
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \begin_layout Standard
22861 Para ver la salida completa de esta subsección debe estar instalado el paquete
22862  LaTeX 
22863 \series bold
22864 eurosym
22865 \series default
22866 .
22867 \end_layout
22868
22869 \begin_layout Standard
22870 \begin_inset ERT
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874
22875
22876 \backslash
22877 fi
22878 \end_layout
22879
22880 \end_inset
22881
22882
22883 \end_layout
22884
22885 \begin_layout Section
22886 Relaciones
22887 \begin_inset CommandInset label
22888 LatexCommand label
22889 name "sec:Relaciones"
22890
22891 \end_inset
22892
22893
22894 \begin_inset Index
22895 status collapsed
22896
22897 \begin_layout Plain Layout
22898 Relaciones
22899 \end_layout
22900
22901 \end_inset
22902
22903
22904 \begin_inset Index
22905 status collapsed
22906
22907 \begin_layout Plain Layout
22908 Comparaciones|see
22909 \begin_inset ERT
22910 status collapsed
22911
22912 \begin_layout Plain Layout
22913
22914 {
22915 \end_layout
22916
22917 \end_inset
22918
22919 Relaciones
22920 \begin_inset ERT
22921 status collapsed
22922
22923 \begin_layout Plain Layout
22924
22925 }
22926 \end_layout
22927
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \begin_layout Standard
22939 Todas las relaciones se pueden insertar también con el botón 
22940 \begin_inset Graphics
22941         filename ../../images/math/leq.png
22942         scale 85
22943
22944 \end_inset
22945
22946  de la barra de ecuaciones.
22947 \end_layout
22948
22949 \begin_layout Standard
22950 \begin_inset space \hfill{}
22951 \end_inset
22952
22953
22954 \begin_inset Tabular
22955 <lyxtabular version="3" rows="17" columns="2">
22956 <features>
22957 <column alignment="center" valignment="top" width="0pt">
22958 <column alignment="center" valignment="top" width="0pt">
22959 <row>
22960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 Comando
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 Relación
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 </row>
22979 <row>
22980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984 <
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 $<$
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 le
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 $\le$
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 ll
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 $\ll$
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 prec
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 $\prec$
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 preceq
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 $\preceq$
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 subset
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 $\subset$
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 subseteq
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 $\subseteq$
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 sqsubseteq
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 $\sqsubseteq$
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 in
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 $\in$
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 vdash
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 $\vdash$
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 smile
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 $\smile$
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 lhd
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 $\lhd$
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" leftline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282
23283 \backslash
23284 unlhd
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23290 \begin_inset Text
23291
23292 \begin_layout Plain Layout
23293 \begin_inset Formula $\unlhd$
23294 \end_inset
23295
23296
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 </row>
23302 <row>
23303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23304 \begin_inset Text
23305
23306 \begin_layout Plain Layout
23307
23308 \backslash
23309 gtrless
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 \begin_inset Formula $\gtrless$
23319 \end_inset
23320
23321
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 </row>
23327 <row>
23328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332
23333 \backslash
23334 mid
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 \begin_inset Formula $\mid$
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 </row>
23352 <row>
23353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23354 \begin_inset Text
23355
23356 \begin_layout Plain Layout
23357
23358 \backslash
23359 nmid
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 \begin_inset Formula $\nmid$
23369 \end_inset
23370
23371
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 </row>
23377 </lyxtabular>
23378
23379 \end_inset
23380
23381
23382 \begin_inset space \hfill{}
23383 \end_inset
23384
23385
23386 \begin_inset Tabular
23387 <lyxtabular version="3" rows="17" columns="2">
23388 <features>
23389 <column alignment="center" valignment="top" width="0pt">
23390 <column alignment="center" valignment="top" width="0pt">
23391 <row>
23392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 Comando
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 Relación
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 </row>
23411 <row>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 =
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 $=$
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 not=
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 $\not=$
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 equiv
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 $\equiv$
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 sim
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 $\sim$
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 simeq
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 $\simeq$
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 approx
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 $\approx$
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 cong
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 $\cong$
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 bowtie
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 $\bowtie$
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 notin
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 $\notin$
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 perp
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 $\perp$
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 propto
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 $\propto$
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 asymp
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 $\asymp$
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" leftline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714
23715 \backslash
23716 doteq
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 \begin_inset Formula $\doteq$
23726 \end_inset
23727
23728
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 </row>
23734 <row>
23735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23736 \begin_inset Text
23737
23738 \begin_layout Plain Layout
23739
23740 \backslash
23741 circeq
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750 \begin_inset Formula $\circeq$
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 </row>
23759 <row>
23760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764
23765 \backslash
23766 models
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775 \begin_inset Formula $\models$
23776 \end_inset
23777
23778
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 </row>
23784 <row>
23785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789
23790 \backslash
23791 widehat=
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800 \begin_inset Formula $\widehat{=}$
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 </row>
23809 </lyxtabular>
23810
23811 \end_inset
23812
23813
23814 \begin_inset space \hfill{}
23815 \end_inset
23816
23817
23818 \begin_inset Tabular
23819 <lyxtabular version="3" rows="17" columns="2">
23820 <features>
23821 <column alignment="center" valignment="top" width="0pt">
23822 <column alignment="center" valignment="top" width="0pt">
23823 <row>
23824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 Comando
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837 Relación
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 <row>
23844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848 >
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 $>$
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 ge
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 $\ge$
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 gg
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 $\gg$
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 succ
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 $\succ$
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 succeq
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 $\succeq$
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 supset
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 $\supset$
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 supseteq
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 $\supseteq$
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 sqsupseteq
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 $\sqsupseteq$
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 ni
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 $\ni$
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 dashv
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 $\dashv$
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 frown
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 $\frown$
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 rhd
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 $\rhd$
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" leftline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146
24147 \backslash
24148 unrhd
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157 \begin_inset Formula $\unrhd$
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 </row>
24166 <row>
24167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171
24172 \backslash
24173 lessgtr
24174 \end_layout
24175
24176 \end_inset
24177 </cell>
24178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24179 \begin_inset Text
24180
24181 \begin_layout Plain Layout
24182 \begin_inset Formula $\lessgtr$
24183 \end_inset
24184
24185
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 </row>
24191 <row>
24192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196
24197 \backslash
24198 parallel
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207 \begin_inset Formula $\parallel$
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 </row>
24216 <row>
24217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221
24222 \backslash
24223 nparallel
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Plain Layout
24232 \begin_inset Formula $\nparallel$
24233 \end_inset
24234
24235
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 </row>
24241 </lyxtabular>
24242
24243 \end_inset
24244
24245
24246 \begin_inset space \hfill{}
24247 \end_inset
24248
24249
24250 \end_layout
24251
24252 \begin_layout Standard
24253 \begin_inset VSpace medskip
24254 \end_inset
24255
24256
24257 \end_layout
24258
24259 \begin_layout Standard
24260 Los caracteres 
24261 \series bold
24262
24263 \backslash
24264 lhd
24265 \series default
24266  y 
24267 \series bold
24268
24269 \backslash
24270 rhd
24271 \series default
24272  son mayores que los operadores de aspecto similar 
24273 \series bold
24274
24275 \backslash
24276 triangleleft
24277 \series default
24278  y 
24279 \series bold
24280
24281 \backslash
24282 triangleright
24283 \series default
24284 , respectivamente.
24285 \end_layout
24286
24287 \begin_layout Standard
24288 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24289 \end_layout
24290
24291 \begin_layout Standard
24292 Se pueden componer relaciones con etiquetas con el comando 
24293 \series bold
24294
24295 \backslash
24296 stackrel
24297 \series default
24298
24299 \begin_inset Index
24300 status collapsed
24301
24302 \begin_layout Plain Layout
24303 Comandos ! S ! 
24304 \backslash
24305 stackrel
24306 \end_layout
24307
24308 \end_inset
24309
24310 :
24311 \end_layout
24312
24313 \begin_layout Standard
24314 \align center
24315 \begin_inset Tabular
24316 <lyxtabular version="3" rows="2" columns="2">
24317 <features>
24318 <column alignment="center" valignment="top" width="0">
24319 <column alignment="center" valignment="top" width="0">
24320 <row>
24321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24322 \begin_inset Text
24323
24324 \begin_layout Plain Layout
24325 Comando
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334 Resultado
24335 \begin_inset Note Note
24336 status collapsed
24337
24338 \begin_layout Plain Layout
24339
24340 \series bold
24341
24342 \backslash
24343 raisebox
24344 \series default
24345  se usa sólo como espaciador
24346 \end_layout
24347
24348 \end_inset
24349
24350
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 </row>
24356 <row>
24357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361 A(r)
24362 \backslash
24363 stackrel
24364 \begin_inset ERT
24365 status collapsed
24366
24367 \begin_layout Plain Layout
24368
24369
24370 \backslash
24371 spce 
24372 \end_layout
24373
24374 \end_inset
24375
24376 r
24377 \backslash
24378 to
24379 \backslash
24380 infty
24381 \begin_inset ERT
24382 status collapsed
24383
24384 \begin_layout Plain Layout
24385
24386
24387 \backslash
24388 spce 
24389 \end_layout
24390
24391 \end_inset
24392
24393
24394 \begin_inset Formula $\downarrow$
24395 \end_inset
24396
24397
24398 \backslash
24399 approx
24400 \begin_inset ERT
24401 status collapsed
24402
24403 \begin_layout Plain Layout
24404
24405
24406 \backslash
24407 spce 
24408 \end_layout
24409
24410 \end_inset
24411
24412
24413 \begin_inset ERT
24414 status collapsed
24415
24416 \begin_layout Plain Layout
24417
24418
24419 \backslash
24420 spce 
24421 \end_layout
24422
24423 \end_inset
24424
24425 B
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24435 \end_inset
24436
24437
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 </row>
24443 </lyxtabular>
24444
24445 \end_inset
24446
24447
24448 \end_layout
24449
24450 \begin_layout Section
24451 Funciones
24452 \end_layout
24453
24454 \begin_layout Subsection
24455 Funciones predefinidas
24456 \begin_inset CommandInset label
24457 LatexCommand label
24458 name "sub:Funciones-predefinidas"
24459
24460 \end_inset
24461
24462
24463 \begin_inset Index
24464 status collapsed
24465
24466 \begin_layout Plain Layout
24467 Funciones ! predefinidas
24468 \end_layout
24469
24470 \end_inset
24471
24472
24473 \begin_inset Index
24474 status collapsed
24475
24476 \begin_layout Plain Layout
24477 Funciones ! en español
24478 \end_layout
24479
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \begin_layout Standard
24486 En general las variables se escriben en 
24487 \emph on
24488 cursiva
24489 \emph default
24490  en expresiones matemáticas, pero no los nombres de las funciones, porque
24491  
24492 \begin_inset Formula $sen$
24493 \end_inset
24494
24495  podría confundirse con 
24496 \begin_inset Formula $s\cdot e\cdot n$
24497 \end_inset
24498
24499 .
24500  Por eso hay funciones predefinidas, que además se separan un poco del factor
24501  precedente.
24502  Se insertan como comandos con una barra inversa  delante de su nombre.
24503 \end_layout
24504
24505 \begin_layout Standard
24506 \align center
24507 \begin_inset Tabular
24508 <lyxtabular version="3" rows="2" columns="4">
24509 <features>
24510 <column alignment="center" valignment="top" width="0pt">
24511 <column alignment="center" valignment="top" width="0pt">
24512 <column alignment="center" valignment="top" width="0pt">
24513 <column alignment="center" valignment="top" width="0pt">
24514 <row>
24515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519 Comando
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528 Resultado
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537 Comando
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546 Resultado
24547 \end_layout
24548
24549 \end_inset
24550 </cell>
24551 </row>
24552 <row>
24553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557 Asen(x)+B
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566 \begin_inset Formula $Asen(x)+B$
24567 \end_inset
24568
24569
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578 A
24579 \backslash
24580 sen(x)+B
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24586 \begin_inset Text
24587
24588 \begin_layout Plain Layout
24589 \begin_inset Formula $A\sen(x)+B$
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 </row>
24598 </lyxtabular>
24599
24600 \end_inset
24601
24602
24603 \end_layout
24604
24605 \begin_layout Standard
24606 Las funciones siguientes están predefinidas:
24607 \begin_inset Foot
24608 status collapsed
24609
24610 \begin_layout Plain Layout
24611 Se han añadido los comandos equivalentes suministrados por el estilo 
24612 \series bold
24613 spanish
24614 \series default
24615  de 
24616 \series bold
24617 babel
24618 \series default
24619 , adaptados a las convenciones hispanohablantes.
24620  Además, en su caso, las funciones serán acentuadas automáticamente en la
24621  salida, p.
24622 \begin_inset space \thinspace{}
24623 \end_inset
24624
24625 e.
24626  
24627 \begin_inset Quotes fld
24628 \end_inset
24629
24630 lím
24631 \begin_inset Quotes frd
24632 \end_inset
24633
24634  o 
24635 \begin_inset Quotes fld
24636 \end_inset
24637
24638 máx
24639 \begin_inset Quotes frd
24640 \end_inset
24641
24642 .
24643  Más información en 
24644 \begin_inset CommandInset citation
24645 LatexCommand cite
24646 key "spanish"
24647
24648 \end_inset
24649
24650 .
24651  (
24652 \emph on
24653 N.
24654 \begin_inset space \thinspace{}
24655 \end_inset
24656
24657 del t.
24658 \emph default
24659 )
24660 \end_layout
24661
24662 \end_inset
24663
24664
24665 \end_layout
24666
24667 \begin_layout Standard
24668 \begin_inset VSpace -2mm
24669 \end_inset
24670
24671
24672 \end_layout
24673
24674 \begin_layout Standard
24675 \align center
24676 \begin_inset Tabular
24677 <lyxtabular version="3" rows="9" columns="7">
24678 <features>
24679 <column alignment="center" valignment="top" width="0pt">
24680 <column alignment="center" valignment="top" width="0pt">
24681 <column alignment="center" valignment="top" width="0pt">
24682 <column alignment="center" valignment="top" width="0pt">
24683 <column alignment="center" valignment="top" width="0pt">
24684 <column alignment="center" valignment="top" width="0pt">
24685 <column alignment="center" valignment="top" width="0pt">
24686 <row>
24687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24688 \begin_inset Text
24689
24690 \begin_layout Plain Layout
24691 Comando
24692 \end_layout
24693
24694 \end_inset
24695 </cell>
24696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24697 \begin_inset Text
24698
24699 \begin_layout Plain Layout
24700 español
24701 \end_layout
24702
24703 \end_inset
24704 </cell>
24705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709 Comando
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24715 \begin_inset Text
24716
24717 \begin_layout Plain Layout
24718 español
24719 \end_layout
24720
24721 \end_inset
24722 </cell>
24723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24724 \begin_inset Text
24725
24726 \begin_layout Plain Layout
24727 Comando
24728 \end_layout
24729
24730 \end_inset
24731 </cell>
24732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736 español
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745 Comando
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 </row>
24751 <row>
24752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756
24757 \backslash
24758 sin
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24764 \begin_inset Text
24765
24766 \begin_layout Plain Layout
24767
24768 \backslash
24769 sen
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24775 \begin_inset Text
24776
24777 \begin_layout Plain Layout
24778
24779 \backslash
24780 sinh
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Plain Layout
24789
24790 \backslash
24791 senh
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 arcsin
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 \backslash
24813 arcsen
24814 \end_layout
24815
24816 \end_inset
24817 </cell>
24818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24819 \begin_inset Text
24820
24821 \begin_layout Plain Layout
24822
24823 \backslash
24824 sup
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 </row>
24830 <row>
24831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24832 \begin_inset Text
24833
24834 \begin_layout Plain Layout
24835
24836 \backslash
24837 cos
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Plain Layout
24846
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 cosh
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 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875
24876 \backslash
24877 arccos
24878 \end_layout
24879
24880 \end_inset
24881 </cell>
24882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24883 \begin_inset Text
24884
24885 \begin_layout Plain Layout
24886
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895
24896 \backslash
24897 inf
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 </row>
24903 <row>
24904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908
24909 \backslash
24910 tan
24911 \end_layout
24912
24913 \end_inset
24914 </cell>
24915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919
24920 \backslash
24921 tg
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930
24931 \backslash
24932 tanh
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941
24942 \backslash
24943 tgh
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Plain Layout
24952
24953 \backslash
24954 arctan
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963
24964 \backslash
24965 arctg
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 lim
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 cot
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 \backslash
25000 cotg
25001 \end_layout
25002
25003 \end_inset
25004 </cell>
25005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25006 \begin_inset Text
25007
25008 \begin_layout Plain Layout
25009
25010 \backslash
25011 coth
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020
25021 \end_layout
25022
25023 \end_inset
25024 </cell>
25025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25026 \begin_inset Text
25027
25028 \begin_layout Plain Layout
25029
25030 \backslash
25031 arg
25032 \end_layout
25033
25034 \end_inset
25035 </cell>
25036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25037 \begin_inset Text
25038
25039 \begin_layout Plain Layout
25040
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049
25050 \backslash
25051 liminf
25052 \end_layout
25053
25054 \end_inset
25055 </cell>
25056 </row>
25057 <row>
25058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062
25063 \backslash
25064 sec
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Plain Layout
25073
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 min
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 deg
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 limsup
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 csc
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 \backslash
25148 cosec
25149 \end_layout
25150
25151 \end_inset
25152 </cell>
25153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25154 \begin_inset Text
25155
25156 \begin_layout Plain Layout
25157
25158 \backslash
25159 max
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25174 \begin_inset Text
25175
25176 \begin_layout Plain Layout
25177
25178 \backslash
25179 det
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197
25198 \backslash
25199 Pr
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 </row>
25205 <row>
25206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Plain Layout
25210
25211 \backslash
25212 ln
25213 \end_layout
25214
25215 \end_inset
25216 </cell>
25217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25218 \begin_inset Text
25219
25220 \begin_layout Plain Layout
25221
25222 \end_layout
25223
25224 \end_inset
25225 </cell>
25226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25227 \begin_inset Text
25228
25229 \begin_layout Plain Layout
25230
25231 \backslash
25232 exp
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241
25242 \end_layout
25243
25244 \end_inset
25245 </cell>
25246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25247 \begin_inset Text
25248
25249 \begin_layout Plain Layout
25250
25251 \backslash
25252 dim
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270
25271 \backslash
25272 hom
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 </row>
25278 <row>
25279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283
25284 \backslash
25285 lg
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Plain Layout
25294
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303
25304 \backslash
25305 log
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25311 \begin_inset Text
25312
25313 \begin_layout Plain Layout
25314
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25320 \begin_inset Text
25321
25322 \begin_layout Plain Layout
25323
25324 \backslash
25325 ker
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Plain Layout
25334
25335 \end_layout
25336
25337 \end_inset
25338 </cell>
25339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343
25344 \backslash
25345 gcd
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 </row>
25351 </lyxtabular>
25352
25353 \end_inset
25354
25355
25356 \end_layout
25357
25358 \begin_layout Standard
25359 También se pueden insertar con el botón 
25360 \begin_inset Graphics
25361         filename ../../images/math/functions.png
25362         scale 85
25363
25364 \end_inset
25365
25366  de la barra de ecuaciones.
25367 \end_layout
25368
25369 \begin_layout Subsection
25370 Funciones definidas por el usuario
25371 \begin_inset Index
25372 status collapsed
25373
25374 \begin_layout Plain Layout
25375 Funciones ! personalizadas
25376 \end_layout
25377
25378 \end_inset
25379
25380
25381 \end_layout
25382
25383 \begin_layout Standard
25384 Para usar una función no predefinida, como por ejemplo la función signo,
25385  sgn(x), hay dos posibilidades:
25386 \end_layout
25387
25388 \begin_layout Itemize
25389 Define la función añadiendo al preámbulo LaTeX la línea
25390 \begin_inset Foot
25391 status collapsed
25392
25393 \begin_layout Plain Layout
25394 Más sobre 
25395 \series bold
25396
25397 \backslash
25398 DeclareMathOperator
25399 \series default
25400  en 
25401 \begin_inset CommandInset ref
25402 LatexCommand ref
25403 reference "sub:Operadores-de-usuario"
25404
25405 \end_inset
25406
25407
25408 \end_layout
25409
25410 \end_inset
25411
25412
25413 \begin_inset Newline newline
25414 \end_inset
25415
25416
25417 \begin_inset VSpace -3mm
25418 \end_inset
25419
25420
25421 \begin_inset Newline newline
25422 \end_inset
25423
25424
25425 \series bold
25426
25427 \backslash
25428 DeclareMathOperator{
25429 \backslash
25430 sgn}{sgn}
25431 \series default
25432
25433 \begin_inset Index
25434 status collapsed
25435
25436 \begin_layout Plain Layout
25437 Comandos ! D ! 
25438 \backslash
25439 dbinom@
25440 \backslash
25441 DeclareMathOperator
25442 \end_layout
25443
25444 \end_inset
25445
25446
25447 \begin_inset Newline newline
25448 \end_inset
25449
25450
25451 \begin_inset VSpace -2mm
25452 \end_inset
25453
25454
25455 \begin_inset Newline newline
25456 \end_inset
25457
25458 Ahora la función recién definida se puede obtener con el comando 
25459 \series bold
25460
25461 \backslash
25462 sgn
25463 \series default
25464 .
25465 \end_layout
25466
25467 \begin_layout Itemize
25468 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25469  en nuestro ejemplo las letras 
25470 \emph on
25471 sgn
25472 \emph default
25473 , y cámbialo a texto matemático.
25474  Entre el factor precedente y la función se inserta un espacio.
25475 \end_layout
25476
25477 \begin_layout Standard
25478 El resultado con ambos métodos es el mismo que con una función predefinida:
25479 \begin_inset Foot
25480 status collapsed
25481
25482 \begin_layout Plain Layout
25483 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25484  negro.
25485 \end_layout
25486
25487 \end_inset
25488
25489
25490 \end_layout
25491
25492 \begin_layout Standard
25493 \align center
25494 \begin_inset Tabular
25495 <lyxtabular version="3" rows="3" columns="2">
25496 <features>
25497 <column alignment="center" valignment="top" width="0pt">
25498 <column alignment="center" valignment="top" width="0pt">
25499 <row>
25500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25501 \begin_inset Text
25502
25503 \begin_layout Plain Layout
25504 Comando
25505 \end_layout
25506
25507 \end_inset
25508 </cell>
25509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25510 \begin_inset Text
25511
25512 \begin_layout Plain Layout
25513 Resultado
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 </row>
25519 <row>
25520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524 A
25525 \backslash
25526 sgn(x)+B
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25532 \begin_inset Text
25533
25534 \begin_layout Plain Layout
25535 \begin_inset Formula $A\sgn(x)+B$
25536 \end_inset
25537
25538
25539 \end_layout
25540
25541 \end_inset
25542 </cell>
25543 </row>
25544 <row>
25545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25546 \begin_inset Text
25547
25548 \begin_layout Plain Layout
25549 A
25550 \backslash
25551 ,
25552 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25553 \end_inset
25554
25555 (x)+B
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25565 \end_inset
25566
25567
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 </row>
25573 </lyxtabular>
25574
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \begin_layout Standard
25581 El primer método es preferible si la función se va a usar varias veces.
25582 \end_layout
25583
25584 \begin_layout Subsection
25585 Límites
25586 \begin_inset Index
25587 status collapsed
25588
25589 \begin_layout Plain Layout
25590 Limites@Límites
25591 \end_layout
25592
25593 \end_inset
25594
25595
25596 \end_layout
25597
25598 \begin_layout Standard
25599 Para límites, además de 
25600 \series bold
25601
25602 \backslash
25603 lim
25604 \series default
25605
25606 \begin_inset Index
25607 status collapsed
25608
25609 \begin_layout Plain Layout
25610 Comandos ! L ! 
25611 \backslash
25612 lim
25613 \end_layout
25614
25615 \end_inset
25616
25617
25618 \series bold
25619
25620 \backslash
25621 liminf
25622 \series default
25623  y 
25624 \series bold
25625
25626 \backslash
25627 limsup
25628 \series default
25629  están definidas las siguientes funciones:
25630 \series bold
25631  
25632 \end_layout
25633
25634 \begin_layout Standard
25635 \noindent
25636 \align center
25637 \begin_inset Tabular
25638 <lyxtabular version="3" rows="5" columns="2">
25639 <features>
25640 <column alignment="center" valignment="top" width="0">
25641 <column alignment="center" valignment="top" width="0">
25642 <row>
25643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25644 \begin_inset Text
25645
25646 \begin_layout Plain Layout
25647 Comando
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25653 \begin_inset Text
25654
25655 \begin_layout Plain Layout
25656 Resultado
25657 \begin_inset Note Note
25658 status collapsed
25659
25660 \begin_layout Plain Layout
25661
25662 \series bold
25663
25664 \backslash
25665 raisebox
25666 \series default
25667  se usa sólo como espaciador
25668 \end_layout
25669
25670 \end_inset
25671
25672
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 </row>
25678 <row>
25679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25680 \begin_inset Text
25681
25682 \begin_layout Plain Layout
25683
25684 \backslash
25685 varliminf
25686 \end_layout
25687
25688 \end_inset
25689 </cell>
25690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25691 \begin_inset Text
25692
25693 \begin_layout Plain Layout
25694 \begin_inset Formula $\varliminf$
25695 \end_inset
25696
25697
25698 \end_layout
25699
25700 \end_inset
25701 </cell>
25702 </row>
25703 <row>
25704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25705 \begin_inset Text
25706
25707 \begin_layout Plain Layout
25708
25709 \backslash
25710 varlimsup
25711 \end_layout
25712
25713 \end_inset
25714 </cell>
25715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25716 \begin_inset Text
25717
25718 \begin_layout Plain Layout
25719 \begin_inset Formula $\varlimsup$
25720 \end_inset
25721
25722
25723 \end_layout
25724
25725 \end_inset
25726 </cell>
25727 </row>
25728 <row>
25729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25730 \begin_inset Text
25731
25732 \begin_layout Plain Layout
25733
25734 \backslash
25735 varprojlim
25736 \end_layout
25737
25738 \end_inset
25739 </cell>
25740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25741 \begin_inset Text
25742
25743 \begin_layout Plain Layout
25744 \begin_inset Formula $\varprojlim$
25745 \end_inset
25746
25747
25748 \end_layout
25749
25750 \end_inset
25751 </cell>
25752 </row>
25753 <row>
25754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758
25759 \backslash
25760 varinjlim
25761 \end_layout
25762
25763 \end_inset
25764 </cell>
25765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25766 \begin_inset Text
25767
25768 \begin_layout Plain Layout
25769 \begin_inset Formula $\varinjlim$
25770 \end_inset
25771
25772
25773 \begin_inset Formula $\raisebox{-2.5mm}{}$
25774 \end_inset
25775
25776
25777 \end_layout
25778
25779 \end_inset
25780 </cell>
25781 </row>
25782 </lyxtabular>
25783
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \begin_layout Standard
25790 \begin_inset VSpace medskip
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \begin_layout Standard
25797 El límite se crea insertando un subíndice.
25798  Se imprime a la derecha junto a la función en una fórmula en línea:
25799 \end_layout
25800
25801 \begin_layout Standard
25802 \noindent
25803 \align center
25804 \begin_inset Tabular
25805 <lyxtabular version="3" rows="2" columns="2">
25806 <features>
25807 <column alignment="center" valignment="top" width="0pt">
25808 <column alignment="center" valignment="top" width="0pt">
25809 <row>
25810 <cell alignment="center" valignment="top" usebox="none">
25811 \begin_inset Text
25812
25813 \begin_layout Plain Layout
25814 Comando
25815 \end_layout
25816
25817 \end_inset
25818 </cell>
25819 <cell alignment="center" valignment="top" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Plain Layout
25823 \begin_inset space \hspace{}
25824 \length 1cm
25825 \end_inset
25826
25827 Resultado
25828 \begin_inset Note Note
25829 status collapsed
25830
25831 \begin_layout Plain Layout
25832
25833 \series bold
25834
25835 \backslash
25836 raisebox
25837 \series default
25838  se usa sólo como espaciador
25839 \end_layout
25840
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \end_inset
25847 </cell>
25848 </row>
25849 <row>
25850 <cell alignment="center" valignment="top" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854
25855 \backslash
25856 lim_x
25857 \backslash
25858 to
25859 \begin_inset ERT
25860 status collapsed
25861
25862 \begin_layout Plain Layout
25863
25864
25865 \backslash
25866 spce 
25867 \end_layout
25868
25869 \end_inset
25870
25871 A
25872 \begin_inset ERT
25873 status collapsed
25874
25875 \begin_layout Plain Layout
25876
25877
25878 \backslash
25879 spce 
25880 \end_layout
25881
25882 \end_inset
25883
25884 x=B
25885 \end_layout
25886
25887 \end_inset
25888 </cell>
25889 <cell alignment="center" valignment="top" usebox="none">
25890 \begin_inset Text
25891
25892 \begin_layout Plain Layout
25893 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25894 \end_inset
25895
25896
25897 \end_layout
25898
25899 \end_inset
25900 </cell>
25901 </row>
25902 </lyxtabular>
25903
25904 \end_inset
25905
25906
25907 \end_layout
25908
25909 \begin_layout Standard
25910 En una ecuación presentada el límite se imprime debajo, como es habitual:
25911 \begin_inset Formula \[
25912 \lim\limits _{x\rightarrow A}=B\]
25913
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \begin_layout Subsection
25920 Función módulo
25921 \begin_inset Index
25922 status collapsed
25923
25924 \begin_layout Plain Layout
25925 Funciones ! módulo
25926 \end_layout
25927
25928 \end_inset
25929
25930
25931 \end_layout
25932
25933 \begin_layout Standard
25934 La función módulo es especial, porque existe en cuatro variantes.
25935 \end_layout
25936
25937 \begin_layout Standard
25938 En una ecuación presentada:
25939 \begin_inset Formula \begin{align*}
25940 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25941 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25942 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25943 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25944 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25945
25946 \end_inset
25947
25948 En una ecuación en línea se pone menos espacio delante del nombre de la
25949  función para todas las variantes.
25950 \end_layout
25951
25952 \begin_layout Section
25953 Caracteres especiales
25954 \begin_inset Index
25955 status collapsed
25956
25957 \begin_layout Plain Layout
25958 Caracteres especiales
25959 \end_layout
25960
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \begin_layout Subsection
25967 Caracteres especiales en texto matemático
25968 \end_layout
25969
25970 \begin_layout Standard
25971 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25972  TeX:
25973 \end_layout
25974
25975 \begin_layout Standard
25976 \begin_inset space \hfill{}
25977 \end_inset
25978
25979
25980 \begin_inset Tabular
25981 <lyxtabular version="3" rows="8" columns="2">
25982 <features>
25983 <column alignment="block" valignment="top" width="0">
25984 <column alignment="block" valignment="top" width="0">
25985 <row>
25986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990 Comando
25991 \end_layout
25992
25993 \end_inset
25994 </cell>
25995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999 Resultado
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 oe
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 OE
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{Œ}$
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" leftline="true" usebox="none">
26057 \begin_inset Text
26058
26059 \begin_layout Plain Layout
26060
26061 \backslash
26062 ae
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Plain Layout
26071 \begin_inset Formula $\textrm{æ}$
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 </row>
26080 <row>
26081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26082 \begin_inset Text
26083
26084 \begin_layout Plain Layout
26085
26086 \backslash
26087 AE
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096 \begin_inset Formula $\textrm{Æ}$
26097 \end_inset
26098
26099
26100 \end_layout
26101
26102 \end_inset
26103 </cell>
26104 </row>
26105 <row>
26106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110
26111 \backslash
26112 aa
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26118 \begin_inset Text
26119
26120 \begin_layout Plain Layout
26121 \begin_inset Formula $\textrm{\aa}$
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 </row>
26130 <row>
26131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135
26136 \backslash
26137 AA
26138 \begin_inset Index
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142
26143 \backslash
26144 @
26145 \begin_inset ERT
26146 status collapsed
26147
26148 \begin_layout Plain Layout
26149
26150
26151 \backslash
26152 textrm{
26153 \backslash
26154 AA}
26155 \end_layout
26156
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \end_inset
26163
26164
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173 \begin_inset Formula $\textrm{Å}$
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 </row>
26182 <row>
26183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187
26188 \backslash
26189 i
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" bottomline="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 </lyxtabular>
26208
26209 \end_inset
26210
26211
26212 \begin_inset space \hfill{}
26213 \end_inset
26214
26215
26216 \begin_inset Tabular
26217 <lyxtabular version="3" rows="8" columns="2">
26218 <features>
26219 <column alignment="block" valignment="top" width="0">
26220 <column alignment="center" valignment="top" width="0">
26221 <row>
26222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26223 \begin_inset Text
26224
26225 \begin_layout Plain Layout
26226 Comando
26227 \begin_inset Note Note
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231
26232 \series bold
26233
26234 \backslash
26235 raisebox
26236 \series default
26237  se usa sólo como espaciador
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \end_inset
26246 </cell>
26247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26248 \begin_inset Text
26249
26250 \begin_layout Plain Layout
26251 Resultado
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 o
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" leftline="true" usebox="none">
26284 \begin_inset Text
26285
26286 \begin_layout Plain Layout
26287
26288 \backslash
26289 O
26290 \end_layout
26291
26292 \end_inset
26293 </cell>
26294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26295 \begin_inset Text
26296
26297 \begin_layout Plain Layout
26298 \begin_inset Formula $\textrm{Ø}$
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 </row>
26307 <row>
26308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26309 \begin_inset Text
26310
26311 \begin_layout Plain Layout
26312
26313 \backslash
26314 l
26315 \end_layout
26316
26317 \end_inset
26318 </cell>
26319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26320 \begin_inset Text
26321
26322 \begin_layout Plain Layout
26323 \begin_inset Formula $\textrm{ł}$
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 </row>
26332 <row>
26333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26334 \begin_inset Text
26335
26336 \begin_layout Plain Layout
26337
26338 \backslash
26339 L
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348 \begin_inset Formula $\textrm{Ł}$
26349 \end_inset
26350
26351
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 </row>
26357 <row>
26358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 !
26363 \begin_inset space \hspace{}
26364 \length 0mm
26365 \end_inset
26366
26367 `
26368 \begin_inset ERT
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372
26373
26374 \backslash
26375 spce 
26376 \end_layout
26377
26378 \end_inset
26379
26380
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 \begin_inset Formula $\textrm{!`}$
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 </row>
26398 <row>
26399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Plain Layout
26403 ?
26404 \begin_inset space \hspace{}
26405 \length 0mm
26406 \end_inset
26407
26408 `
26409 \begin_inset ERT
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413
26414
26415 \backslash
26416 spce 
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430 \begin_inset Formula $\textrm{?`}$
26431 \end_inset
26432
26433
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 </row>
26439 <row>
26440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444
26445 \backslash
26446 j
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455 \begin_inset Formula $\textrm{ȷ}$
26456 \end_inset
26457
26458
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 </row>
26464 </lyxtabular>
26465
26466 \end_inset
26467
26468
26469 \begin_inset space \hfill{}
26470 \end_inset
26471
26472
26473 \end_layout
26474
26475 \begin_layout Standard
26476 Los caracteres 
26477 \begin_inset Formula $\textrm{\textrm{Å}}$
26478 \end_inset
26479
26480  y 
26481 \begin_inset Formula $\textrm{\textrm{Ø}}$
26482 \end_inset
26483
26484  también se pueden insertar mediante el botón 
26485 \begin_inset Graphics
26486         filename ../../images/math/digamma.png
26487         scale 85
26488
26489 \end_inset
26490
26491  de la barra de ecuaciones.
26492 \end_layout
26493
26494 \begin_layout Standard
26495 Los comandos 
26496 \series bold
26497 !
26498 \begin_inset space \hspace{}
26499 \length 0mm
26500 \end_inset
26501
26502 `
26503 \series default
26504  y 
26505 \series bold
26506 ?
26507 \begin_inset space \hspace{}
26508 \length 0mm
26509 \end_inset
26510
26511 `
26512 \series default
26513  son una excepción porque se pueden insertar directamente a texto en LyX.
26514  
26515 \end_layout
26516
26517 \begin_layout Subsection
26518 Acentos en texto
26519 \begin_inset CommandInset label
26520 LatexCommand label
26521 name "sub:Acentos-en-texto"
26522
26523 \end_inset
26524
26525
26526 \begin_inset Index
26527 status collapsed
26528
26529 \begin_layout Plain Layout
26530 Acentos ! en texto
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \begin_layout Standard
26539 Con los siguientes comandos se pueden acentuar todas las letras.
26540  Los comandos deben ponerse en modo TeX.
26541 \end_layout
26542
26543 \begin_layout Standard
26544 \begin_inset space \hfill{}
26545 \end_inset
26546
26547
26548 \begin_inset Tabular
26549 <lyxtabular version="3" rows="8" columns="2">
26550 <features>
26551 <column alignment="block" valignment="top" width="0">
26552 <column alignment="block" valignment="top" width="0">
26553 <row>
26554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Plain Layout
26558 Comando
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567 Resultado
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 </row>
26573 <row>
26574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Plain Layout
26578
26579 \backslash
26580
26581 \begin_inset Quotes grd
26582 \end_inset
26583
26584 e
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26590 \begin_inset Text
26591
26592 \begin_layout Plain Layout
26593 \begin_inset ERT
26594 status collapsed
26595
26596 \begin_layout Plain Layout
26597
26598
26599 \backslash
26600 "e
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \end_layout
26607
26608 \end_inset
26609 </cell>
26610 </row>
26611 <row>
26612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Plain Layout
26616
26617 \backslash
26618 `e
26619 \end_layout
26620
26621 \end_inset
26622 </cell>
26623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26624 \begin_inset Text
26625
26626 \begin_layout Plain Layout
26627 \begin_inset ERT
26628 status collapsed
26629
26630 \begin_layout Plain Layout
26631
26632
26633 \backslash
26634 `e
26635 \end_layout
26636
26637 \end_inset
26638
26639
26640 \end_layout
26641
26642 \end_inset
26643 </cell>
26644 </row>
26645 <row>
26646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26647 \begin_inset Text
26648
26649 \begin_layout Plain Layout
26650
26651 \backslash
26652 ^
26653 \begin_inset ERT
26654 status collapsed
26655
26656 \begin_layout Plain Layout
26657
26658
26659 \backslash
26660 spce 
26661 \end_layout
26662
26663 \end_inset
26664
26665 e
26666 \end_layout
26667
26668 \end_inset
26669 </cell>
26670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Plain Layout
26674 \begin_inset ERT
26675 status collapsed
26676
26677 \begin_layout Plain Layout
26678
26679
26680 \backslash
26681 ^e
26682 \end_layout
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 </row>
26692 <row>
26693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Plain Layout
26697
26698 \backslash
26699 =e
26700 \end_layout
26701
26702 \end_inset
26703 </cell>
26704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26705 \begin_inset Text
26706
26707 \begin_layout Plain Layout
26708 \begin_inset ERT
26709 status collapsed
26710
26711 \begin_layout Plain Layout
26712
26713
26714 \backslash
26715 =e
26716 \end_layout
26717
26718 \end_inset
26719
26720
26721 \end_layout
26722
26723 \end_inset
26724 </cell>
26725 </row>
26726 <row>
26727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26728 \begin_inset Text
26729
26730 \begin_layout Plain Layout
26731
26732 \backslash
26733 u
26734 \begin_inset ERT
26735 status collapsed
26736
26737 \begin_layout Plain Layout
26738
26739
26740 \backslash
26741 spce 
26742 \end_layout
26743
26744 \end_inset
26745
26746 e
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Plain Layout
26755 \begin_inset ERT
26756 status collapsed
26757
26758 \begin_layout Plain Layout
26759
26760
26761 \backslash
26762 u e
26763 \end_layout
26764
26765 \end_inset
26766
26767
26768 \end_layout
26769
26770 \end_inset
26771 </cell>
26772 </row>
26773 <row>
26774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26775 \begin_inset Text
26776
26777 \begin_layout Plain Layout
26778
26779 \backslash
26780 b
26781 \begin_inset ERT
26782 status collapsed
26783
26784 \begin_layout Plain Layout
26785
26786
26787 \backslash
26788 spce 
26789 \end_layout
26790
26791 \end_inset
26792
26793 e
26794 \end_layout
26795
26796 \end_inset
26797 </cell>
26798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26799 \begin_inset Text
26800
26801 \begin_layout Plain Layout
26802 \begin_inset ERT
26803 status collapsed
26804
26805 \begin_layout Plain Layout
26806
26807
26808 \backslash
26809 b e
26810 \end_layout
26811
26812 \end_inset
26813
26814
26815 \end_layout
26816
26817 \end_inset
26818 </cell>
26819 </row>
26820 <row>
26821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26822 \begin_inset Text
26823
26824 \begin_layout Plain Layout
26825
26826 \backslash
26827 t
26828 \begin_inset ERT
26829 status collapsed
26830
26831 \begin_layout Plain Layout
26832
26833
26834 \backslash
26835 spce 
26836 \end_layout
26837
26838 \end_inset
26839
26840 ee
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849 \begin_inset ERT
26850 status collapsed
26851
26852 \begin_layout Plain Layout
26853
26854
26855 \backslash
26856 t ee
26857 \end_layout
26858
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \end_inset
26865 </cell>
26866 </row>
26867 </lyxtabular>
26868
26869 \end_inset
26870
26871
26872 \begin_inset space \hfill{}
26873 \end_inset
26874
26875
26876 \begin_inset Tabular
26877 <lyxtabular version="3" rows="8" columns="2">
26878 <features>
26879 <column alignment="block" valignment="top" width="0">
26880 <column alignment="center" valignment="top" width="0">
26881 <row>
26882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26883 \begin_inset Text
26884
26885 \begin_layout Plain Layout
26886 Comando
26887 \end_layout
26888
26889 \end_inset
26890 </cell>
26891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26892 \begin_inset Text
26893
26894 \begin_layout Plain Layout
26895 Resultado
26896 \end_layout
26897
26898 \end_inset
26899 </cell>
26900 </row>
26901 <row>
26902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26903 \begin_inset Text
26904
26905 \begin_layout Plain Layout
26906
26907 \backslash
26908 H
26909 \begin_inset ERT
26910 status collapsed
26911
26912 \begin_layout Plain Layout
26913
26914
26915 \backslash
26916 spce 
26917 \end_layout
26918
26919 \end_inset
26920
26921 e
26922 \end_layout
26923
26924 \end_inset
26925 </cell>
26926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26927 \begin_inset Text
26928
26929 \begin_layout Plain Layout
26930 \begin_inset ERT
26931 status collapsed
26932
26933 \begin_layout Plain Layout
26934
26935
26936 \backslash
26937 H e
26938 \end_layout
26939
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \end_inset
26946 </cell>
26947 </row>
26948 <row>
26949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26950 \begin_inset Text
26951
26952 \begin_layout Plain Layout
26953
26954 \backslash
26955 'e
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26961 \begin_inset Text
26962
26963 \begin_layout Plain Layout
26964 \begin_inset ERT
26965 status collapsed
26966
26967 \begin_layout Plain Layout
26968
26969
26970 \backslash
26971 'e
26972 \end_layout
26973
26974 \end_inset
26975
26976
26977 \end_layout
26978
26979 \end_inset
26980 </cell>
26981 </row>
26982 <row>
26983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26984 \begin_inset Text
26985
26986 \begin_layout Plain Layout
26987
26988 \backslash
26989 ~e
26990 \begin_inset Index
26991 status collapsed
26992
26993 \begin_layout Plain Layout
26994 Tilde
26995 \end_layout
26996
26997 \end_inset
26998
26999
27000 \end_layout
27001
27002 \end_inset
27003 </cell>
27004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27005 \begin_inset Text
27006
27007 \begin_layout Plain Layout
27008 \begin_inset ERT
27009 status collapsed
27010
27011 \begin_layout Plain Layout
27012
27013
27014 \backslash
27015 ~e
27016 \end_layout
27017
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \end_inset
27024 </cell>
27025 </row>
27026 <row>
27027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27028 \begin_inset Text
27029
27030 \begin_layout Plain Layout
27031
27032 \backslash
27033 .e
27034 \end_layout
27035
27036 \end_inset
27037 </cell>
27038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27039 \begin_inset Text
27040
27041 \begin_layout Plain Layout
27042 \begin_inset ERT
27043 status collapsed
27044
27045 \begin_layout Plain Layout
27046
27047
27048 \backslash
27049 .e
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \end_layout
27056
27057 \end_inset
27058 </cell>
27059 </row>
27060 <row>
27061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27062 \begin_inset Text
27063
27064 \begin_layout Plain Layout
27065
27066 \backslash
27067 v
27068 \begin_inset ERT
27069 status collapsed
27070
27071 \begin_layout Plain Layout
27072
27073
27074 \backslash
27075 spce 
27076 \end_layout
27077
27078 \end_inset
27079
27080 e
27081 \end_layout
27082
27083 \end_inset
27084 </cell>
27085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27086 \begin_inset Text
27087
27088 \begin_layout Plain Layout
27089 \begin_inset ERT
27090 status collapsed
27091
27092 \begin_layout Plain Layout
27093
27094
27095 \backslash
27096 v e
27097 \end_layout
27098
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \end_inset
27105 </cell>
27106 </row>
27107 <row>
27108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27109 \begin_inset Text
27110
27111 \begin_layout Plain Layout
27112
27113 \backslash
27114 d
27115 \begin_inset ERT
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119
27120
27121 \backslash
27122 spce 
27123 \end_layout
27124
27125 \end_inset
27126
27127 e
27128 \end_layout
27129
27130 \end_inset
27131 </cell>
27132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27133 \begin_inset Text
27134
27135 \begin_layout Plain Layout
27136 \begin_inset ERT
27137 status collapsed
27138
27139 \begin_layout Plain Layout
27140
27141
27142 \backslash
27143 d e
27144 \end_layout
27145
27146 \end_inset
27147
27148
27149 \end_layout
27150
27151 \end_inset
27152 </cell>
27153 </row>
27154 <row>
27155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27156 \begin_inset Text
27157
27158 \begin_layout Plain Layout
27159
27160 \backslash
27161 c
27162 \begin_inset ERT
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166
27167
27168 \backslash
27169 spce 
27170 \end_layout
27171
27172 \end_inset
27173
27174 e
27175 \end_layout
27176
27177 \end_inset
27178 </cell>
27179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27180 \begin_inset Text
27181
27182 \begin_layout Plain Layout
27183 \begin_inset ERT
27184 status collapsed
27185
27186 \begin_layout Plain Layout
27187
27188
27189 \backslash
27190 c e
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \end_inset
27199 </cell>
27200 </row>
27201 </lyxtabular>
27202
27203 \end_inset
27204
27205
27206 \begin_inset space \hfill{}
27207 \end_inset
27208
27209
27210 \end_layout
27211
27212 \begin_layout Standard
27213 \begin_inset VSpace medskip
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \begin_layout Standard
27220 Con el comando 
27221 \series bold
27222
27223 \backslash
27224 t
27225 \series default
27226  también se pueden acentuar dos caracteres distintos.
27227  El comando 
27228 \series bold
27229
27230 \backslash
27231 t
27232 \begin_inset ERT
27233 status collapsed
27234
27235 \begin_layout Plain Layout
27236
27237
27238 \backslash
27239 spce 
27240 \end_layout
27241
27242 \end_inset
27243
27244 sz
27245 \series default
27246  genera 
27247 \begin_inset ERT
27248 status collapsed
27249
27250 \begin_layout Plain Layout
27251
27252
27253 \backslash
27254 t sz
27255 \end_layout
27256
27257 \end_inset
27258
27259
27260 \end_layout
27261
27262 \begin_layout Standard
27263 Los acentos 
27264 \series bold
27265 `
27266 \series default
27267  , 
27268 \series bold
27269 '
27270 \series default
27271  y 
27272 \series bold
27273 ^
27274 \series default
27275  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27276  TeX.
27277  Lo mismo se aplica a la tilde
27278 \begin_inset Foot
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27283 \end_layout
27284
27285 \end_inset
27286
27287  con 
27288 \emph on
27289 a
27290 \emph default
27291
27292 \emph on
27293 o
27294 \emph default
27295  y 
27296 \emph on
27297 n.
27298 \end_layout
27299
27300 \begin_layout Standard
27301 Los comandos 
27302 \series bold
27303
27304 \backslash
27305 b
27306 \series default
27307  , 
27308 \series bold
27309
27310 \backslash
27311 c
27312 \series default
27313  , 
27314 \series bold
27315
27316 \backslash
27317 d
27318 \series default
27319  , 
27320 \series bold
27321
27322 \backslash
27323 H
27324 \series default
27325  , 
27326 \series bold
27327
27328 \backslash
27329 t
27330 \series default
27331  , 
27332 \series bold
27333
27334 \backslash
27335 u
27336 \series default
27337  , 
27338 \series bold
27339
27340 \backslash
27341 v
27342 \series default
27343 , y acentos insertados directamente con el teclado también están disponibles
27344  en texto matemático.
27345  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27346  
27347 \begin_inset CommandInset ref
27348 LatexCommand ref
27349 reference "sub:Acentos-para-un"
27350
27351 \end_inset
27352
27353 .
27354 \end_layout
27355
27356 \begin_layout Standard
27357 \begin_inset VSpace bigskip
27358 \end_inset
27359
27360
27361 \end_layout
27362
27363 \begin_layout Standard
27364 Además, con el comando 
27365 \series bold
27366
27367 \backslash
27368 textcircled
27369 \series default
27370
27371 \begin_inset Index
27372 status collapsed
27373
27374 \begin_layout Plain Layout
27375 Comandos ! T ! 
27376 \backslash
27377 textcircled
27378 \end_layout
27379
27380 \end_inset
27381
27382  se pueden insertar en un círculo todos los números y letras, de forma parecida
27383  al símbolo copyright.
27384 \end_layout
27385
27386 \begin_layout Standard
27387 \noindent
27388 \align center
27389 \begin_inset Tabular
27390 <lyxtabular version="3" rows="3" columns="2">
27391 <features>
27392 <column alignment="center" valignment="top" width="0">
27393 <column alignment="center" valignment="top" width="0">
27394 <row>
27395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27396 \begin_inset Text
27397
27398 \begin_layout Plain Layout
27399 Comando
27400 \end_layout
27401
27402 \end_inset
27403 </cell>
27404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27405 \begin_inset Text
27406
27407 \begin_layout Plain Layout
27408 Resultado
27409 \begin_inset Note Note
27410 status collapsed
27411
27412 \begin_layout Plain Layout
27413
27414 \series bold
27415
27416 \backslash
27417 raisebox
27418 \series default
27419  se usa sólo como espaciador
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \end_layout
27426
27427 \end_inset
27428 </cell>
27429 </row>
27430 <row>
27431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27432 \begin_inset Text
27433
27434 \begin_layout Plain Layout
27435
27436 \backslash
27437 textcircled{w}
27438 \end_layout
27439
27440 \end_inset
27441 </cell>
27442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27443 \begin_inset Text
27444
27445 \begin_layout Plain Layout
27446 \begin_inset ERT
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450
27451
27452 \backslash
27453 textcircled{w}
27454 \end_layout
27455
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \end_inset
27462 </cell>
27463 </row>
27464 <row>
27465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27466 \begin_inset Text
27467
27468 \begin_layout Plain Layout
27469
27470 \backslash
27471 Large 
27472 \backslash
27473 textcircled{
27474 \backslash
27475 normalsize
27476 \backslash
27477 protect
27478 \backslash
27479 raisebox{-1.5pt}{W}}
27480 \end_layout
27481
27482 \end_inset
27483 </cell>
27484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27485 \begin_inset Text
27486
27487 \begin_layout Plain Layout
27488 \begin_inset Formula $\raisebox{4.5mm}{}$
27489 \end_inset
27490
27491
27492 \begin_inset ERT
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496
27497
27498 \backslash
27499 Large 
27500 \backslash
27501 textcircled{
27502 \backslash
27503 normalsize
27504 \backslash
27505 protect
27506 \backslash
27507 raisebox{-1.5pt}W}
27508 \end_layout
27509
27510 \end_inset
27511
27512
27513 \begin_inset Formula $\raisebox{-2mm}{}$
27514 \end_inset
27515
27516
27517 \end_layout
27518
27519 \end_inset
27520 </cell>
27521 </row>
27522 </lyxtabular>
27523
27524 \end_inset
27525
27526
27527 \end_layout
27528
27529 \begin_layout Standard
27530 Hay que tener cuidado que el carácter se ajuste al círculo.
27531  Por eso 
27532 \series bold
27533
27534 \backslash
27535 Large
27536 \begin_inset Foot
27537 status collapsed
27538
27539 \begin_layout Plain Layout
27540 véase 
27541 \begin_inset CommandInset ref
27542 LatexCommand ref
27543 reference "sub:Tamaños-de-fuentes"
27544
27545 \end_inset
27546
27547
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \series default
27554  especifica el tamaño del círculo.
27555  Con ayuda de 
27556 \series bold
27557
27558 \backslash
27559 raisebox
27560 \begin_inset Foot
27561 status collapsed
27562
27563 \begin_layout Plain Layout
27564 véase 
27565 \begin_inset CommandInset ref
27566 LatexCommand ref
27567 reference "sub:Cuadros-sin-marco"
27568
27569 \end_inset
27570
27571
27572 \end_layout
27573
27574 \end_inset
27575
27576
27577 \series default
27578  se puede centrar el carácter.
27579 \end_layout
27580
27581 \begin_layout Subsection
27582 Números en estilo antiguo
27583 \begin_inset Index
27584 status collapsed
27585
27586 \begin_layout Plain Layout
27587 Numeros@Números ! en estilo antiguo
27588 \end_layout
27589
27590 \end_inset
27591
27592
27593 \end_layout
27594
27595 \begin_layout Standard
27596 Los números en estilo antiguo o elzevirianos se componen con el comando
27597  
27598 \series bold
27599
27600 \backslash
27601 oldstylenums
27602 \series default
27603
27604 \begin_inset Index
27605 status collapsed
27606
27607 \begin_layout Plain Layout
27608 Comandos ! O ! 
27609 \backslash
27610 oldstylenums
27611 \end_layout
27612
27613 \end_inset
27614
27615 .
27616  El comando se puede usar en ecuaciones y en modo TeX.
27617  Su esquema es:
27618 \end_layout
27619
27620 \begin_layout Standard
27621
27622 \series bold
27623
27624 \backslash
27625 oldstylenums{número}
27626 \end_layout
27627
27628 \begin_layout Standard
27629 El comando 
27630 \series bold
27631
27632 \backslash
27633 oldstylenums{0123456789}
27634 \series default
27635  genera: 
27636 \begin_inset Formula $\oldstylenums{0123456789}$
27637 \end_inset
27638
27639
27640 \end_layout
27641
27642 \begin_layout Subsection
27643 Caracteres especiales misceláneos
27644 \begin_inset CommandInset label
27645 LatexCommand label
27646 name "sub:Caracteres-especiales-misceláneos"
27647
27648 \end_inset
27649
27650
27651 \begin_inset Index
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655 Caracteres especiales ! misceláneos
27656 \end_layout
27657
27658 \end_inset
27659
27660
27661 \end_layout
27662
27663 \begin_layout Standard
27664 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27665  comandos:
27666 \end_layout
27667
27668 \begin_layout Standard
27669 \noindent
27670 \align center
27671 \begin_inset Tabular
27672 <lyxtabular version="3" rows="4" columns="2">
27673 <features>
27674 <column alignment="center" valignment="top" width="0">
27675 <column alignment="center" valignment="top" width="0">
27676 <row>
27677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27678 \begin_inset Text
27679
27680 \begin_layout Plain Layout
27681 Comando
27682 \end_layout
27683
27684 \end_inset
27685 </cell>
27686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27687 \begin_inset Text
27688
27689 \begin_layout Plain Layout
27690 Resultado
27691 \end_layout
27692
27693 \end_inset
27694 </cell>
27695 </row>
27696 <row>
27697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27698 \begin_inset Text
27699
27700 \begin_layout Plain Layout
27701
27702 \backslash
27703 ^
27704 \begin_inset ERT
27705 status collapsed
27706
27707 \begin_layout Plain Layout
27708
27709
27710 \backslash
27711 spce 
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" leftline="true" rightline="true" usebox="none">
27722 \begin_inset Text
27723
27724 \begin_layout Plain Layout
27725 \begin_inset Formula $\mathcircumflex$
27726 \end_inset
27727
27728
27729 \end_layout
27730
27731 \end_inset
27732 </cell>
27733 </row>
27734 <row>
27735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27736 \begin_inset Text
27737
27738 \begin_layout Plain Layout
27739
27740 \backslash
27741 _
27742 \end_layout
27743
27744 \end_inset
27745 </cell>
27746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27747 \begin_inset Text
27748
27749 \begin_layout Plain Layout
27750 \begin_inset Formula $\_$
27751 \end_inset
27752
27753
27754 \end_layout
27755
27756 \end_inset
27757 </cell>
27758 </row>
27759 <row>
27760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27761 \begin_inset Text
27762
27763 \begin_layout Plain Layout
27764 ^
27765 \begin_inset ERT
27766 status collapsed
27767
27768 \begin_layout Plain Layout
27769
27770
27771 \backslash
27772 spce 
27773 \end_layout
27774
27775 \end_inset
27776
27777
27778 \backslash
27779 circ
27780 \begin_inset Index
27781 status collapsed
27782
27783 \begin_layout Plain Layout
27784
27785 \backslash
27786
27787 \end_layout
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \end_inset
27795 </cell>
27796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27797 \begin_inset Text
27798
27799 \begin_layout Plain Layout
27800 \begin_inset Formula $^{\circ}$
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \end_inset
27807 </cell>
27808 </row>
27809 </lyxtabular>
27810
27811 \end_inset
27812
27813
27814 \end_layout
27815
27816 \begin_layout Standard
27817 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27818  LaTeX contiene la línea:
27819 \begin_inset Foot
27820 status collapsed
27821
27822 \begin_layout Plain Layout
27823 Más sobre este asunto en 
27824 \begin_inset CommandInset ref
27825 LatexCommand ref
27826 reference "sub:Caracteres-de-texto"
27827
27828 \end_inset
27829
27830
27831 \end_layout
27832
27833 \end_inset
27834
27835  
27836 \end_layout
27837
27838 \begin_layout Standard
27839
27840 \series bold
27841
27842 \backslash
27843 DeclareInputtext{176}{
27844 \backslash
27845 ifmmode^
27846 \backslash
27847 circ
27848 \backslash
27849 else
27850 \backslash
27851 textdegree
27852 \backslash
27853 fi}
27854 \end_layout
27855
27856 \begin_layout Section
27857 Estilos de ecuación
27858 \begin_inset CommandInset label
27859 LatexCommand label
27860 name "sec:Estilos-de-ecuación"
27861
27862 \end_inset
27863
27864
27865 \begin_inset Index
27866 status collapsed
27867
27868 \begin_layout Plain Layout
27869 Ecuación ! estilos de
27870 \end_layout
27871
27872 \end_inset
27873
27874
27875 \end_layout
27876
27877 \begin_layout Itemize
27878 Hay dos estilos diferentes de alineación:
27879 \end_layout
27880
27881 \begin_deeper
27882 \begin_layout Description
27883 Centrado es el estándar predefinido
27884 \end_layout
27885
27886 \begin_layout Description
27887 Sangrado para este estilo debe insertarse la opción de clase 
27888 \series bold
27889 fleqn
27890 \series default
27891  en el menú 
27892 \family sans
27893 Documento\SpecialChar \menuseparator
27894 Configuración
27895 \family default
27896  bajo 
27897 \family sans
27898 Clase de documento
27899 \end_layout
27900
27901 \begin_layout Standard
27902 Cuando se usa 
27903 \series bold
27904 Sangrado
27905 \series default
27906 , éste se puede ajustar con la longitud 
27907 \series bold
27908
27909 \backslash
27910 mathindent
27911 \series default
27912
27913 \begin_inset Index
27914 status collapsed
27915
27916 \begin_layout Plain Layout
27917 Comandos ! M ! 
27918 \backslash
27919 mathindent
27920 \end_layout
27921
27922 \end_inset
27923
27924 .
27925  Para 15
27926 \begin_inset space \thinspace{}
27927 \end_inset
27928
27929 mm, p.
27930 \begin_inset space \thinspace{}
27931 \end_inset
27932
27933 e., se inserta esta línea de comando en el preámbulo LaTeX:
27934 \end_layout
27935
27936 \begin_layout Standard
27937
27938 \series bold
27939
27940 \backslash
27941 setlength{
27942 \backslash
27943 mathindent}{15mm}
27944 \end_layout
27945
27946 \begin_layout Standard
27947 Si no se especifica longitud se usa el valor predeterminado de 30
27948 \begin_inset space \thinspace{}
27949 \end_inset
27950
27951 pt.
27952 \end_layout
27953
27954 \end_deeper
27955 \begin_layout Itemize
27956 Y dos estilos diferentes de numeración:
27957 \end_layout
27958
27959 \begin_deeper
27960 \begin_layout Description
27961 Derecha es el estándar predefinido
27962 \end_layout
27963
27964 \begin_layout Description
27965 Izquierda para este estilo debe insertarse la opción de clase 
27966 \series bold
27967 leqno
27968 \series default
27969  en el menú 
27970 \family sans
27971 Documento\SpecialChar \menuseparator
27972 Configuración
27973 \family default
27974  bajo 
27975 \family sans
27976 Clase de documento
27977 \end_layout
27978
27979 \end_deeper
27980 \begin_layout Standard
27981
27982 \series bold
27983 fleqn
27984 \series default
27985  y 
27986 \series bold
27987 leqno
27988 \series default
27989  también se pueden usar juntos.
27990  En ese caso se insertan ambas opciones, separadas por una coma.
27991 \end_layout
27992
27993 \begin_layout Standard
27994 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27995  documento.
27996  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27997  estilo 
27998 \series bold
27999 Centrado
28000 \series default
28001  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28002 \begin_inset CommandInset ref
28003 LatexCommand ref
28004 reference "sub:Entorno-flalign"
28005
28006 \end_inset
28007
28008 .
28009 \end_layout
28010
28011 \begin_layout Section
28012 Ecuaciones multilínea
28013 \begin_inset CommandInset label
28014 LatexCommand label
28015 name "sec:Ecuaciones-multilínea"
28016
28017 \end_inset
28018
28019
28020 \begin_inset Index
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024 Ecuación ! multilínea
28025 \end_layout
28026
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \begin_layout Subsection
28033 General
28034 \end_layout
28035
28036 \begin_layout Standard
28037 En LyX se generan nuevas líneas en una ecuación con 
28038 \family sans
28039 \series bold
28040 Ctrl+Retorno
28041 \family default
28042 \series default
28043 .
28044  Esto crea un 
28045 \series bold
28046 entorno eqnarray
28047 \series default
28048 , que se describe en
28049 \begin_inset space ~
28050 \end_inset
28051
28052
28053 \begin_inset CommandInset ref
28054 LatexCommand ref
28055 reference "sub:Entorno-eqnarray"
28056
28057 \end_inset
28058
28059  o, si se ha marcado la opción 
28060 \family sans
28061 Usar
28062 \begin_inset space ~
28063 \end_inset
28064
28065 el
28066 \begin_inset space ~
28067 \end_inset
28068
28069 paquete
28070 \begin_inset space ~
28071 \end_inset
28072
28073 de
28074 \begin_inset space ~
28075 \end_inset
28076
28077 ecuaciones
28078 \begin_inset space ~
28079 \end_inset
28080
28081 AMS
28082 \family default
28083  en la configuración del documento
28084 \family sans
28085 , un 
28086 \series bold
28087 entorno
28088 \family default
28089 \series default
28090  
28091 \series bold
28092 align
28093 \series default
28094 , que se describe en
28095 \begin_inset space ~
28096 \end_inset
28097
28098
28099 \begin_inset CommandInset ref
28100 LatexCommand ref
28101 reference "sub:Entorno-align-estándar"
28102
28103 \end_inset
28104
28105 .
28106 \end_layout
28107
28108 \begin_layout Standard
28109 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28110  el menú 
28111 \family sans
28112 Insertar\SpecialChar \menuseparator
28113 Ecuación
28114 \family default
28115 .
28116  En las siguientes secciones se describen estos entornos.
28117 \end_layout
28118
28119 \begin_layout Standard
28120 En todos los entornos de ecuación multilínea la combinación 
28121 \family sans
28122 Ctrl+Retorno
28123 \family default
28124  genera una línea nueva.
28125  Para añadir o quitar líneas se pueden usar los botones 
28126 \begin_inset Graphics
28127         filename ../../images/tabular-feature_append-row.png
28128         scale 85
28129
28130 \end_inset
28131
28132  o 
28133 \begin_inset Graphics
28134         filename ../../images/tabular-feature_delete-row.png
28135         scale 85
28136
28137 \end_inset
28138
28139 de la barra de herramientas, respectivamente, o el menú 
28140 \family sans
28141 Editar\SpecialChar \menuseparator
28142 Filas y columnas
28143 \family default
28144 .
28145 \end_layout
28146
28147 \begin_layout Subsubsection
28148 Separación de líneas
28149 \begin_inset CommandInset label
28150 LatexCommand label
28151 name "sub:Separación-de-líneas"
28152
28153 \end_inset
28154
28155
28156 \begin_inset Index
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160 Ecuación ! multilínea ! separación de filas
28161 \end_layout
28162
28163 \end_inset
28164
28165
28166 \end_layout
28167
28168 \begin_layout Standard
28169 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28170 \begin_inset Formula \begin{eqnarray*}
28171 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}\\
28172 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*}
28173
28174 \end_inset
28175
28176 En LaTeX un espacio adicional para una línea se especifica como argumento
28177  opcional del comando de nueva línea.
28178  Esto aún no es posible en LYX,
28179 \begin_inset Foot
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 véase 
28184 \begin_inset CommandInset href
28185 LatexCommand href
28186 name "LyX-bug #1505"
28187 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
28188
28189 \end_inset
28190
28191
28192 \end_layout
28193
28194 \end_inset
28195
28196  por lo que toda la ecuación debe insertarse en modo TeX.
28197  Para añadir espacio en nuestro ejemplo se inserta el comando 
28198 \series bold
28199
28200 \backslash
28201
28202 \backslash
28203 [3mm]
28204 \series default
28205  al final de la primera línea.
28206  Así: 
28207 \begin_inset ERT
28208 status collapsed
28209
28210 \begin_layout Plain Layout
28211
28212
28213 \backslash
28214 begin{eqnarray*}
28215 \end_layout
28216
28217 \begin_layout Plain Layout
28218
28219 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28220  = & 
28221 \backslash
28222 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28223 \backslash
28224
28225 \backslash
28226 [3mm]
28227 \end_layout
28228
28229 \begin_layout Plain Layout
28230
28231 4x^{2}
28232 \backslash
28233 left(B^{2}+x_{0}^{2}
28234 \backslash
28235 right)+4x_{0}x
28236 \backslash
28237 left(D-B^{2}
28238 \backslash
28239 right)+B^{2}
28240 \backslash
28241 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28242 \backslash
28243 right) & = & 0
28244 \end_layout
28245
28246 \begin_layout Plain Layout
28247
28248
28249 \backslash
28250 end{eqnarray*}
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \begin_inset VSpace bigskip
28257 \end_inset
28258
28259
28260 \end_layout
28261
28262 \begin_layout Standard
28263 Para obtener separación en todas las líneas hay que cambiar la longitud
28264  
28265 \series bold
28266
28267 \backslash
28268 jot
28269 \series default
28270
28271 \begin_inset Index
28272 status collapsed
28273
28274 \begin_layout Plain Layout
28275 Comandos ! J ! 
28276 \backslash
28277 jot
28278 \end_layout
28279
28280 \end_inset
28281
28282 .
28283  La definición es: 
28284 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28285 \end_inset
28286
28287 .
28288  El valor predeterminado para 
28289 \series bold
28290
28291 \backslash
28292 jot
28293 \series default
28294  es 3
28295 \begin_inset space \thinspace{}
28296 \end_inset
28297
28298 pt.
28299  Para establecer una separación adicional de 3
28300 \begin_inset space \thinspace{}
28301 \end_inset
28302
28303 mm como en el ejemplo anterior, se inserta el comando
28304 \end_layout
28305
28306 \begin_layout Standard
28307
28308 \series bold
28309
28310 \backslash
28311 setlength{
28312 \backslash
28313 jot}{3mm+3pt}
28314 \end_layout
28315
28316 \begin_layout Standard
28317 en modo TeX antes de la ecuación.
28318  Es necesario cargar el paquete 
28319 \series bold
28320 calc
28321 \series default
28322
28323 \begin_inset Foot
28324 status collapsed
28325
28326 \begin_layout Plain Layout
28327
28328 \series bold
28329 calc
28330 \series default
28331  forma parte de toda instalación LaTeX estándar.
28332 \end_layout
28333
28334 \end_inset
28335
28336
28337 \begin_inset Index
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341 Paquetes ! calc
28342 \end_layout
28343
28344 \end_inset
28345
28346  en el preámbulo con la línea
28347 \end_layout
28348
28349 \begin_layout Standard
28350
28351 \series bold
28352
28353 \backslash
28354 usepackage{calc}
28355 \end_layout
28356
28357 \begin_layout Standard
28358 Se obtiene:
28359 \begin_inset ERT
28360 status collapsed
28361
28362 \begin_layout Plain Layout
28363
28364
28365 \backslash
28366 setlength{
28367 \backslash
28368 jot}{3mm+3pt}
28369 \end_layout
28370
28371 \end_inset
28372
28373
28374 \begin_inset Formula \begin{eqnarray*}
28375 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}\\
28376 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*}
28377
28378 \end_inset
28379
28380
28381 \begin_inset ERT
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385
28386
28387 \backslash
28388 setlength{
28389 \backslash
28390 jot}{3pt}
28391 \end_layout
28392
28393 \end_inset
28394
28395  Para volver a la distancia predeterminada, 
28396 \series bold
28397
28398 \backslash
28399 jot
28400 \series default
28401  se establece en 3
28402 \begin_inset space \thinspace{}
28403 \end_inset
28404
28405 pt.
28406 \end_layout
28407
28408 \begin_layout Subsubsection
28409 Separación de columnas
28410 \begin_inset CommandInset label
28411 LatexCommand label
28412 name "sub:Separación-de-columnas"
28413
28414 \end_inset
28415
28416
28417 \begin_inset Index
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421 Ecuación ! multilínea !separación de columnas
28422 \end_layout
28423
28424 \end_inset
28425
28426
28427 \end_layout
28428
28429 \begin_layout Standard
28430 Una ecuación multilínea forma una matriz.
28431  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28432  columnas.
28433  Cambiando la separación de columnas en este entorno se puede cambiar el
28434  espacio junto al signo de relación.
28435 \end_layout
28436
28437 \begin_layout Standard
28438 La separación de columnas se especifica con la longitud
28439 \series bold
28440  
28441 \backslash
28442 arraycolsep
28443 \series default
28444
28445 \begin_inset Index
28446 status collapsed
28447
28448 \begin_layout Plain Layout
28449 Comandos ! A ! 
28450 \backslash
28451 arraycolsep
28452 \end_layout
28453
28454 \end_inset
28455
28456  según:
28457 \begin_inset Newline newline
28458 \end_inset
28459
28460 separación de columnas = 2
28461 \begin_inset space \thinspace{}
28462 \end_inset
28463
28464
28465 \series bold
28466
28467 \backslash
28468 arraycolsep
28469 \series default
28470
28471 \begin_inset Newline newline
28472 \end_inset
28473
28474 Así, el comando en modo TeX
28475 \end_layout
28476
28477 \begin_layout Standard
28478
28479 \series bold
28480
28481 \backslash
28482 setlength{
28483 \backslash
28484 arraycolsep}{1cm}
28485 \end_layout
28486
28487 \begin_layout Standard
28488 establece para todas las ecuaciones siguientes una separación de columnas
28489  de 2
28490 \begin_inset space \thinspace{}
28491 \end_inset
28492
28493 cm.
28494  Para volver al valor predefinido, 
28495 \series bold
28496
28497 \backslash
28498 arraycolsep
28499 \series default
28500  se pone en 5
28501 \begin_inset space \thinspace{}
28502 \end_inset
28503
28504 pt.
28505 \end_layout
28506
28507 \begin_layout Standard
28508 Una ecuación con separación de 2
28509 \begin_inset space \thinspace{}
28510 \end_inset
28511
28512 cm entre columnas:
28513 \begin_inset ERT
28514 status collapsed
28515
28516 \begin_layout Plain Layout
28517
28518
28519 \backslash
28520 setlength{
28521 \backslash
28522 arraycolsep}{1cm}
28523 \end_layout
28524
28525 \end_inset
28526
28527
28528 \begin_inset Formula \begin{eqnarray*}
28529 A & = & B\\
28530 C & \ne & A\end{eqnarray*}
28531
28532 \end_inset
28533
28534 Una ecuación con la separación predefinida para matrices, 10
28535 \begin_inset space \thinspace{}
28536 \end_inset
28537
28538 pt:
28539 \begin_inset ERT
28540 status collapsed
28541
28542 \begin_layout Plain Layout
28543
28544
28545 \backslash
28546 setlength{
28547 \backslash
28548 arraycolsep}{5pt}
28549 \end_layout
28550
28551 \end_inset
28552
28553
28554 \begin_inset Formula \begin{eqnarray*}
28555 A & = & B\\
28556 C & \ne & A\end{eqnarray*}
28557
28558 \end_inset
28559
28560
28561 \end_layout
28562
28563 \begin_layout Subsubsection
28564 Ecuaciones largas
28565 \begin_inset Index
28566 status collapsed
28567
28568 \begin_layout Plain Layout
28569 Ecuación ! larga
28570 \end_layout
28571
28572 \end_inset
28573
28574
28575 \end_layout
28576
28577 \begin_layout Standard
28578 Se pueden componer ecuaciones largas mediante estos métodos:
28579 \end_layout
28580
28581 \begin_layout Itemize
28582 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28583  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28584 \begin_inset Formula \begin{eqnarray}
28585 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 \\
28586  &  & -\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}
28587
28588 \end_inset
28589
28590 El signo menos al principio de la segunda línea normalmente no aparece como
28591  operador porque es el primer carácter de la línea.
28592  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28593  Para evitarlo se ha insertado 3
28594 \begin_inset space \thinspace{}
28595 \end_inset
28596
28597 pt de espacio detrás del menos con el comando 
28598 \series bold
28599
28600 \backslash
28601 hspace
28602 \series default
28603 .
28604 \begin_inset Foot
28605 status collapsed
28606
28607 \begin_layout Plain Layout
28608 véase más sobre 
28609 \series bold
28610
28611 \backslash
28612 hspace
28613 \series default
28614  en 
28615 \begin_inset CommandInset ref
28616 LatexCommand ref
28617 reference "sub:Espacio-variable"
28618
28619 \end_inset
28620
28621
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \begin_inset Index
28628 status collapsed
28629
28630 \begin_layout Plain Layout
28631 Comandos ! H ! 
28632 \backslash
28633 hspace
28634 \end_layout
28635
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \begin_layout Itemize
28642 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28643 \series bold
28644
28645 \backslash
28646 lefteqn
28647 \series default
28648
28649 \begin_inset Index
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653 Comandos ! L ! 
28654 \backslash
28655 lefteqn
28656 \end_layout
28657
28658 \end_inset
28659
28660 .
28661  Se inserta en la primer columna de la primera línea y hace que todas las
28662  inserciones posteriores sobreescriban las columnas siguientes:
28663 \begin_inset Formula \begin{eqnarray}
28664 \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 \\
28665  &  & -\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 \\
28666  &  & =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}
28667
28668 \end_inset
28669
28670 Tras la inserción de 
28671 \series bold
28672
28673 \backslash
28674 lefteqn
28675 \series default
28676  el cursor está en un marco púrpura un poco a la izquierda del azul.
28677  La ecuación se inserta en éste.
28678 \begin_inset Newline newline
28679 \end_inset
28680
28681 El contenido de las restantes líneas se inserta en la segunda columna o
28682  en otra.
28683  A mayor número de columna donde se inserte, mayor sangrado.
28684 \begin_inset VSpace medskip
28685 \end_inset
28686
28687
28688 \begin_inset Newline newline
28689 \end_inset
28690
28691
28692 \begin_inset Note Greyedout
28693 status collapsed
28694
28695 \begin_layout Plain Layout
28696 Ten en cuenta lo siguiente si usas 
28697 \series bold
28698
28699 \backslash
28700 lefteqn
28701 \series default
28702 :
28703 \end_layout
28704
28705 \begin_layout Itemize
28706 La ecuación no usa la anchura total de la página.
28707  Cuando se añade, p.
28708 \begin_inset space \thinspace{}
28709 \end_inset
28710
28711 e., el término 
28712 \begin_inset Formula $-B^{2}$
28713 \end_inset
28714
28715  en la primera línea del ejemplo, debería estar fuera del margen.
28716  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28717  principio de la primera línea.
28718 \end_layout
28719
28720 \begin_layout Itemize
28721 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28722  primera línea.
28723 \begin_inset Foot
28724 status collapsed
28725
28726 \begin_layout Plain Layout
28727 \begin_inset CommandInset href
28728 LatexCommand href
28729 name "LyX-bug #1429"
28730 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28731
28732 \end_inset
28733
28734
28735 \end_layout
28736
28737 \end_inset
28738
28739  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28740  teclas de flecha.
28741 \end_layout
28742
28743 \end_inset
28744
28745  
28746 \end_layout
28747
28748 \begin_layout Itemize
28749 Se describen otros métodos para escribir fórmulas largas en 
28750 \begin_inset CommandInset ref
28751 LatexCommand ref
28752 reference "sub:Entorno-multilínea"
28753
28754 \end_inset
28755
28756  y 
28757 \begin_inset CommandInset ref
28758 LatexCommand ref
28759 reference "sub:Partes-de-una-multilínea"
28760
28761 \end_inset
28762
28763 .
28764 \end_layout
28765
28766 \begin_layout Subsubsection
28767 Delimitadores multilínea
28768 \begin_inset CommandInset label
28769 LatexCommand label
28770 name "sub:Delimitadores-multilínea"
28771
28772 \end_inset
28773
28774
28775 \begin_inset Index
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779 Delimitadores ! para varias líneas
28780 \end_layout
28781
28782 \end_inset
28783
28784
28785 \end_layout
28786
28787 \begin_layout Standard
28788 Para poner delimitadores que cubran varias líneas hay un problema:
28789 \begin_inset Formula \begin{eqnarray*}
28790 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28791  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28792
28793 \end_inset
28794
28795 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28796 res con tamaño variable no abarcan líneas múltiples.
28797 \end_layout
28798
28799 \begin_layout Standard
28800 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28801  primera línea se finaliza con 
28802 \series bold
28803
28804 \backslash
28805 right.
28806 \series default
28807
28808 \begin_inset Index
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812 Comandos ! R ! 
28813 \backslash
28814 right
28815 \end_layout
28816
28817 \end_inset
28818
28819  y la segunda con 
28820 \series bold
28821
28822 \backslash
28823 left.
28824 \series default
28825 .
28826 \begin_inset Foot
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830 Más sobre 
28831 \series bold
28832
28833 \backslash
28834 left.
28835
28836 \series default
28837  y 
28838 \series bold
28839
28840 \backslash
28841 right.
28842
28843 \series default
28844  en 
28845 \begin_inset CommandInset ref
28846 LatexCommand ref
28847 reference "sub:Tamaño-automático-de"
28848
28849 \end_inset
28850
28851
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \begin_inset Index
28858 status collapsed
28859
28860 \begin_layout Plain Layout
28861 Comandos ! L ! 
28862 \backslash
28863 left
28864 \end_layout
28865
28866 \end_inset
28867
28868  Después de 
28869 \series bold
28870
28871 \backslash
28872 left.
28873
28874 \series default
28875  se inserta el comando 
28876 \series bold
28877
28878 \backslash
28879 vphantom
28880 \series default
28881
28882 \begin_inset ERT
28883 status collapsed
28884
28885 \begin_layout Plain Layout
28886
28887
28888 \backslash
28889 spce 
28890 \end_layout
28891
28892 \end_inset
28893
28894
28895 \series bold
28896
28897 \backslash
28898 prod
28899 \series default
28900 ^
28901 \begin_inset ERT
28902 status collapsed
28903
28904 \begin_layout Plain Layout
28905
28906
28907 \backslash
28908 spce 
28909 \end_layout
28910
28911 \end_inset
28912
28913
28914 \series bold
28915
28916 \backslash
28917 infty
28918 \series default
28919
28920 \begin_inset ERT
28921 status collapsed
28922
28923 \begin_layout Plain Layout
28924
28925
28926 \backslash
28927 spce 
28928 \end_layout
28929
28930 \end_inset
28931
28932
28933 \series bold
28934
28935 \begin_inset Formula $\downarrow$
28936 \end_inset
28937
28938 _R=1}
28939 \series default
28940
28941 \begin_inset Index
28942 status collapsed
28943
28944 \begin_layout Plain Layout
28945 Comandos ! V ! 
28946 \backslash
28947 vphantom
28948 \end_layout
28949
28950 \end_inset
28951
28952 , porque el operador de multiplicación con sus límites es el símbolo mayor
28953  en la primera línea y ese debería ser el tamaño para el delimitador en
28954  la segunda línea.
28955 \end_layout
28956
28957 \begin_layout Standard
28958 El resultado es: 
28959 \begin_inset Formula \begin{eqnarray*}
28960 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28961  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28962
28963 \end_inset
28964
28965
28966 \end_layout
28967
28968 \begin_layout Subsection
28969 Entornos align
28970 \end_layout
28971
28972 \begin_layout Standard
28973 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28974  Son especialmente apropiados para poner ecuaciones adosadas.
28975 \end_layout
28976
28977 \begin_layout Standard
28978 Los entornos align constan de columnas.
28979  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28980  En un entorno align se puede numerar cada línea.
28981 \end_layout
28982
28983 \begin_layout Standard
28984 Los entornos align se crean con el menú 
28985 \family sans
28986 Insertar\SpecialChar \menuseparator
28987 Ecuación
28988 \family default
28989 .
28990  Una ecuación existente se puede convertir a align con el menú 
28991 \family sans
28992 Editar\SpecialChar \menuseparator
28993 Ecuación\SpecialChar \menuseparator
28994 Cambiar tipo de ecuación
28995 \family default
28996 .
28997 \end_layout
28998
28999 \begin_layout Standard
29000 Para añadir o quitar columnas se pueden usar los botones 
29001 \begin_inset Graphics
29002         filename ../../images/tabular-feature_append-row.png
29003         scale 85
29004
29005 \end_inset
29006
29007  o 
29008 \begin_inset Graphics
29009         filename ../../images/tabular-feature_delete-row.png
29010         scale 85
29011
29012 \end_inset
29013
29014 de la barra de ecuaciones o el menú 
29015 \family sans
29016 Editar\SpecialChar \menuseparator
29017 Filas y columnas
29018 \family default
29019 .
29020 \end_layout
29021
29022 \begin_layout Subsubsection
29023 Entorno align estándar
29024 \begin_inset CommandInset label
29025 LatexCommand label
29026 name "sub:Entorno-align-estándar"
29027
29028 \end_inset
29029
29030
29031 \begin_inset Index
29032 status collapsed
29033
29034 \begin_layout Plain Layout
29035 Ecuación ! multilínea ! entorno align
29036 \end_layout
29037
29038 \end_inset
29039
29040
29041 \end_layout
29042
29043 \begin_layout Standard
29044 Este entorno align se crea pulsando 
29045 \family sans
29046 Ctrl+Retorno
29047 \family default
29048  en una ecuación o con el menú 
29049 \family sans
29050 Insertar\SpecialChar \menuseparator
29051 Ecuación\SpecialChar \menuseparator
29052 Entorno AMS align
29053 \family default
29054 .
29055 \end_layout
29056
29057 \begin_layout Standard
29058 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29059  align de cuatro columnas:
29060 \begin_inset Formula \begin{align*}
29061 A & =\sen(B) & C & =D\\
29062 C & \neq A & B & \neq D\end{align*}
29063
29064 \end_inset
29065
29066 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29067  un 
29068 \series bold
29069
29070 \backslash
29071 hfill
29072 \series default
29073
29074 \begin_inset Foot
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078 Más sobre 
29079 \series bold
29080
29081 \backslash
29082 hfill
29083 \series default
29084  en 
29085 \begin_inset CommandInset ref
29086 LatexCommand ref
29087 reference "sub:Espacio-variable"
29088
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \end_inset
29095
29096  antes de la primera y detrás de cada columna par.
29097  Si se pone en estilo 
29098 \series bold
29099 Sangrado
29100 \series default
29101 ,
29102 \begin_inset Foot
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106 véase estilos de ecuación en 
29107 \begin_inset CommandInset ref
29108 LatexCommand ref
29109 reference "sec:Estilos-de-ecuación"
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \end_inset
29117
29118  la ecuación queda sin el 
29119 \series bold
29120
29121 \backslash
29122 hfill
29123 \series default
29124  ante la primera columna.
29125 \end_layout
29126
29127 \begin_layout Subsubsection
29128 Entorno alignat
29129 \begin_inset Index
29130 status collapsed
29131
29132 \begin_layout Plain Layout
29133 Ecuación ! multilínea ! entorno alignat
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \begin_layout Standard
29142 El entorno alignat no tiene separación predefinida de columnas.
29143  Se puede insertar manualmente con los espacios descritos en 
29144 \begin_inset CommandInset ref
29145 LatexCommand ref
29146 reference "sec:Espacio"
29147
29148 \end_inset
29149
29150 .
29151 \end_layout
29152
29153 \begin_layout Standard
29154 El ejemplo anterior en el entorno alignat, con un espacio de 1
29155 \begin_inset space \thinspace{}
29156 \end_inset
29157
29158 cm al comienzo da la segunda ecuación:
29159 \begin_inset Formula \begin{alignat*}{2}
29160 A & =\sen(B)\hspace{1cm} & C & =D\\
29161 C & \neq A & B & \neq D\end{alignat*}
29162
29163 \end_inset
29164
29165 Como cada columna puede tener un espacio diferente, este entorno es especialment
29166 e apropiado para poner tres o más ecuaciones adosadas.
29167 \end_layout
29168
29169 \begin_layout Subsubsection
29170 Entorno flalign
29171 \begin_inset CommandInset label
29172 LatexCommand label
29173 name "sub:Entorno-flalign"
29174
29175 \end_inset
29176
29177
29178 \begin_inset Index
29179 status collapsed
29180
29181 \begin_layout Plain Layout
29182 Ecuación ! multilínea ! entorno flalign
29183 \end_layout
29184
29185 \end_inset
29186
29187
29188 \end_layout
29189
29190 \begin_layout Standard
29191 En este entorno las dos primeras columnas están siempre tan a la izquierda
29192  como sea posible y las dos últimas a la derecha.
29193  Ejemplo:
29194 \begin_inset Formula \begin{flalign*}
29195 A & =1 & B & =2 & C & =3\\
29196 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
29197
29198 \end_inset
29199
29200 En un entorno flalign con un número impar de columnas, en la última de las
29201  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29202  alineadas a la izquierda, aunque se use el estilo 
29203 \series bold
29204 Centrado
29205 \series default
29206 .
29207  Un ejemplo de fórmula sangrada 
29208 \begin_inset CommandInset ref
29209 LatexCommand eqref
29210 reference "eq:IntVol"
29211
29212 \end_inset
29213
29214 :
29215 \begin_inset Formula \begin{flalign}
29216 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29217
29218 \end_inset
29219
29220 Las dos primeras columnas contienen la fórmula.
29221  Para sangrarla como con el estilo 
29222 \series bold
29223 Sangrado
29224 \series default
29225 , se añade un espacio de 30
29226 \begin_inset space \thinspace{}
29227 \end_inset
29228
29229 pt al comienzo de la primera columna.
29230  
29231 \end_layout
29232
29233 \begin_layout Subsection
29234 Entorno eqnarray
29235 \begin_inset CommandInset label
29236 LatexCommand label
29237 name "sub:Entorno-eqnarray"
29238
29239 \end_inset
29240
29241
29242 \begin_inset Index
29243 status collapsed
29244
29245 \begin_layout Plain Layout
29246 Ecuación ! multilínea ! entorno eqnarray
29247 \end_layout
29248
29249 \end_inset
29250
29251
29252 \begin_inset Index
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256 Ecuación ! multilínea ! entorno eqnarray
29257 \end_layout
29258
29259 \end_inset
29260
29261
29262 \end_layout
29263
29264 \begin_layout Standard
29265 Al introducir este entorno aparecen tres marcos azules.
29266  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29267  El contenido del marco central está centrado y algo más pequeño, porque
29268  está diseñado para insertar sólo caracteres de relación.
29269 \begin_inset Formula \begin{eqnarray*}
29270 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29271 AB & AB & AB\\
29272 A & = & A\end{eqnarray*}
29273
29274 \end_inset
29275
29276
29277 \end_layout
29278
29279 \begin_layout Subsection
29280 Entorno gather
29281 \begin_inset Index
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285 Ecuación ! multilínea ! entorno gather
29286 \end_layout
29287
29288 \end_inset
29289
29290
29291 \end_layout
29292
29293 \begin_layout Standard
29294 Este entorno consta de una sola columna centrada.
29295  Se puede numerar cada línea.
29296 \begin_inset Formula \begin{gather}
29297 A=1\\
29298 X=\mbox{-}1\end{gather}
29299
29300 \end_inset
29301
29302
29303 \end_layout
29304
29305 \begin_layout Subsection
29306 Entorno multilínea
29307 \begin_inset CommandInset label
29308 LatexCommand label
29309 name "sub:Entorno-multilínea"
29310
29311 \end_inset
29312
29313
29314 \begin_inset Index
29315 status collapsed
29316
29317 \begin_layout Plain Layout
29318 Ecuación ! multilínea ! entorno multilínea
29319 \end_layout
29320
29321 \end_inset
29322
29323
29324 \end_layout
29325
29326 \begin_layout Standard
29327 El entorno multilínea, como gather, consta de una sola columna.
29328  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29329  Las demás están centradas.
29330  Por tanto este entorno es apropiado para ecuaciones largas.
29331  Como ejemplo, la ecuación
29332 \begin_inset space ~
29333 \end_inset
29334
29335
29336 \begin_inset CommandInset ref
29337 LatexCommand eqref
29338 reference "eq:lefteqn"
29339
29340 \end_inset
29341
29342  en entorno multilínea:
29343 \begin_inset Formula \begin{multline}
29344 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}\\
29345 -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}\\
29346 =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}
29347
29348 \end_inset
29349
29350 En la salida sólo aparece numerada la última (primera) línea si la numeración
29351  del documento es a la derecha (izquierda).
29352 \begin_inset Foot
29353 status collapsed
29354
29355 \begin_layout Plain Layout
29356 véanse los estilos de numeración en 
29357 \begin_inset CommandInset ref
29358 LatexCommand ref
29359 reference "sec:Estilos-de-ecuación"
29360
29361 \end_inset
29362
29363
29364 \end_layout
29365
29366 \end_inset
29367
29368
29369 \end_layout
29370
29371 \begin_layout Standard
29372 Con los comandos 
29373 \series bold
29374
29375 \backslash
29376 shoveright
29377 \begin_inset Index
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381 Comandos ! S ! 
29382 \backslash
29383 shoveright
29384 \end_layout
29385
29386 \end_inset
29387
29388
29389 \series default
29390  y 
29391 \series bold
29392
29393 \backslash
29394 shoveleft
29395 \series default
29396
29397 \begin_inset Index
29398 status collapsed
29399
29400 \begin_layout Plain Layout
29401 Comandos ! S ! 
29402 \backslash
29403 shoveleft
29404 \end_layout
29405
29406 \end_inset
29407
29408 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29409 ente.
29410  Los comandos se usan como sigue:
29411 \end_layout
29412
29413 \begin_layout Standard
29414
29415 \series bold
29416
29417 \backslash
29418 shoveright{contenido de la línea}
29419 \series default
29420  y 
29421 \series bold
29422
29423 \backslash
29424 shoveleft{contenido de la línea}
29425 \end_layout
29426
29427 \begin_layout Standard
29428 \begin_inset VSpace medskip
29429 \end_inset
29430
29431
29432 \end_layout
29433
29434 \begin_layout Standard
29435 La longitud 
29436 \series bold
29437
29438 \backslash
29439 multlinegap
29440 \series default
29441
29442 \begin_inset Index
29443 status collapsed
29444
29445 \begin_layout Plain Layout
29446 Comandos ! M ! 
29447 \backslash
29448 multlinegap
29449 \end_layout
29450
29451 \end_inset
29452
29453  especifica la distancia de la primera línea desde el margen izquierdo de
29454  la página.
29455  Esta longitud es 0
29456 \begin_inset space \thinspace{}
29457 \end_inset
29458
29459 pt por omisión.
29460 \end_layout
29461
29462 \begin_layout Standard
29463 Como ejemplo la ecuación anterior con el comando
29464 \end_layout
29465
29466 \begin_layout Standard
29467
29468 \series bold
29469
29470 \backslash
29471 setlength{
29472 \backslash
29473 multlinegap}{2cm}
29474 \end_layout
29475
29476 \begin_layout Standard
29477 insertado previamente en modo TeX:
29478 \begin_inset ERT
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482
29483
29484 \backslash
29485 setlength{
29486 \backslash
29487 multlinegap}{2cm}
29488 \end_layout
29489
29490 \end_inset
29491
29492
29493 \begin_inset Formula \begin{multline}
29494 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}\\
29495 \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}}\\
29496 =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}
29497
29498 \end_inset
29499
29500
29501 \begin_inset ERT
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505
29506
29507 \backslash
29508 setlength{
29509 \backslash
29510 multlinegap}{0pt}
29511 \end_layout
29512
29513 \end_inset
29514
29515 La segunda línea se ha alineado a la izquierda con 
29516 \series bold
29517
29518 \backslash
29519 shoveleft
29520 \series default
29521 .
29522 \end_layout
29523
29524 \begin_layout Subsection
29525 Partes de una ecuación multilínea
29526 \begin_inset CommandInset label
29527 LatexCommand label
29528 name "sub:Partes-de-una-multilínea"
29529
29530 \end_inset
29531
29532
29533 \begin_inset Index
29534 status collapsed
29535
29536 \begin_layout Plain Layout
29537 Ecuación ! multilínea ! partes de
29538 \end_layout
29539
29540 \end_inset
29541
29542
29543 \end_layout
29544
29545 \begin_layout Standard
29546 Para mostrar sólo partes de una ecuación multilínea usa uno de los siguientes
29547  entornos: 
29548 \series bold
29549 aligned
29550 \series default
29551
29552 \series bold
29553 alignedat
29554 \series default
29555
29556 \series bold
29557 gathered
29558 \series default
29559  o 
29560 \series bold
29561 split
29562 \series default
29563 .
29564  Se pueden elegir en el menú 
29565 \family sans
29566 Insertar\SpecialChar \menuseparator
29567 Ecuación
29568 \family default
29569  o usando los comandos aquí descritos.
29570 \end_layout
29571
29572 \begin_layout Standard
29573 Los tres primeros tienen las mismas propiedades que los correspondientes
29574  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29575  Un ejemplo:
29576 \begin_inset Formula \[
29577 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29578 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29579 \right\} \mbox{Relaciones de incertidumbre}\]
29580
29581 \end_inset
29582
29583 Para componer esta expresión se inserta una ecuación presentada y en ella
29584  se introduce el comando 
29585 \series bold
29586
29587 \backslash
29588 aligned
29589 \series default
29590
29591 \begin_inset Index
29592 status collapsed
29593
29594 \begin_layout Plain Layout
29595 Comandos ! A ! 
29596 \backslash
29597 aligned
29598 \end_layout
29599
29600 \end_inset
29601
29602 .
29603  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29604  añadir filas y columnas.
29605  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29606  como la llave.
29607 \end_layout
29608
29609 \begin_layout Standard
29610 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29611  se alinean horizontalmente.
29612  Usar aligned en una ecuación presentada tiene la ventaja de que el número
29613  de ecuación se centra verticalmente con las líneas.
29614  Como ejemplo, la ecuación 
29615 \begin_inset CommandInset ref
29616 LatexCommand eqref
29617 reference "eq:cortolargo"
29618
29619 \end_inset
29620
29621  en entorno aligned: 
29622 \begin_inset Formula \begin{equation}
29623 \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}|}\\
29624  & -\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}
29625 \end{equation}
29626
29627 \end_inset
29628
29629 Para usar los entornos 
29630 \series bold
29631 alignedat
29632 \series default
29633
29634 \series bold
29635 gathered
29636 \series default
29637 , o 
29638 \series bold
29639 split
29640 \series default
29641 , se insertan respectivamente los comandos
29642 \series bold
29643  
29644 \backslash
29645 alignedat
29646 \series default
29647 ,
29648 \begin_inset Index
29649 status collapsed
29650
29651 \begin_layout Plain Layout
29652 Comandos ! A ! 
29653 \backslash
29654 alignedat
29655 \end_layout
29656
29657 \end_inset
29658
29659  
29660 \series bold
29661
29662 \backslash
29663 gathered
29664 \series default
29665
29666 \begin_inset Index
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 Comandos ! G ! 
29671 \backslash
29672 gathered
29673 \end_layout
29674
29675 \end_inset
29676
29677 , o 
29678 \series bold
29679
29680 \backslash
29681 split
29682 \series default
29683
29684 \begin_inset Index
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688 Comandos ! S ! 
29689 \backslash
29690 split
29691 \end_layout
29692
29693 \end_inset
29694
29695 .
29696  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29697  tener dos columnas.
29698 \end_layout
29699
29700 \begin_layout Subsection
29701 Texto en ecuaciones multilínea
29702 \begin_inset CommandInset label
29703 LatexCommand label
29704 name "sub:Texto-en-multilínea"
29705
29706 \end_inset
29707
29708
29709 \begin_inset Index
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713 Texto ! en ecuaciones
29714 \end_layout
29715
29716 \end_inset
29717
29718
29719 \begin_inset Index
29720 status collapsed
29721
29722 \begin_layout Plain Layout
29723 Ecuación ! multilínea ! texto en
29724 \end_layout
29725
29726 \end_inset
29727
29728
29729 \end_layout
29730
29731 \begin_layout Standard
29732 En los entornos Align, multilínea y gather, se puede insertar texto que
29733  se mostrará en una línea separada y que no afecta la alineación de columna.
29734  Para esto se usa el comando 
29735 \series bold
29736
29737 \backslash
29738 intertext
29739 \series default
29740
29741 \begin_inset Index
29742 status collapsed
29743
29744 \begin_layout Plain Layout
29745 Comandos ! I ! 
29746 \backslash
29747 intertext
29748 \end_layout
29749
29750 \end_inset
29751
29752  con el siguiente esquema:
29753 \end_layout
29754
29755 \begin_layout Standard
29756
29757 \series bold
29758
29759 \backslash
29760 intertext{texto}
29761 \end_layout
29762
29763 \begin_layout Standard
29764 El texto no debería ocupar más de una línea porque no se puede partir con
29765  guión.
29766  Como LyX aún no soporta 
29767 \series bold
29768
29769 \backslash
29770 intertext
29771 \series default
29772  directamente, el texto se escribe como texto matemático.
29773  
29774 \series bold
29775
29776 \backslash
29777 intertext
29778 \series default
29779  debe por tanto estar al comienzo de una línea y en la salida se presenta
29780  sobre esta línea.
29781  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29782 \begin_inset Formula \begin{align}
29783 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29784 \intertext{\text{el integrando es simétrico para $\phi=\pi$, por tanto}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29785
29786 \end_inset
29787
29788
29789 \end_layout
29790
29791 \begin_layout Section
29792 Numeración de ecuaciones
29793 \begin_inset Index
29794 status collapsed
29795
29796 \begin_layout Plain Layout
29797 Ecuación ! numeración|see
29798 \begin_inset ERT
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802
29803 {
29804 \end_layout
29805
29806 \end_inset
29807
29808 Numeración de ecuaciones
29809 \begin_inset ERT
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813
29814 }
29815 \end_layout
29816
29817 \end_inset
29818
29819
29820 \end_layout
29821
29822 \end_inset
29823
29824
29825 \begin_inset Index
29826 status collapsed
29827
29828 \begin_layout Plain Layout
29829 Numeración de ecuaciones
29830 \end_layout
29831
29832 \end_inset
29833
29834
29835 \end_layout
29836
29837 \begin_layout Subsection
29838 General
29839 \end_layout
29840
29841 \begin_layout Standard
29842 Las ecuaciones numeradas se insertan con el menú 
29843 \family sans
29844 Insertar\SpecialChar \menuseparator
29845 Ecuación
29846 \family default
29847  
29848 \family sans
29849 \SpecialChar \menuseparator
29850 Ecuación
29851 \begin_inset space ~
29852 \end_inset
29853
29854 numerada
29855 \family default
29856  (atajo 
29857 \family sans
29858 Ctrl+Alt
29859 \begin_inset space ~
29860 \end_inset
29861
29862 N
29863 \family default
29864 ).
29865  Ecuaciones existentes se pueden numerar con el menú 
29866 \family sans
29867 Editar\SpecialChar \menuseparator
29868 Ecuación\SpecialChar \menuseparator
29869 Conmutar
29870 \begin_inset space ~
29871 \end_inset
29872
29873 numeración
29874 \family default
29875  (atajo
29876 \family sans
29877  Alt+M
29878 \begin_inset space ~
29879 \end_inset
29880
29881 N
29882 \family default
29883 ).
29884  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29885  En la salida se muestra el número real.
29886 \end_layout
29887
29888 \begin_layout Standard
29889 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29890  líneas.
29891  No obstante, la numeración se puede controlar en cada línea con el menú
29892  
29893 \family sans
29894 Editar\SpecialChar \menuseparator
29895 Ecuación\SpecialChar \menuseparator
29896 Conmutar
29897 \begin_inset space ~
29898 \end_inset
29899
29900 numeración
29901 \begin_inset space ~
29902 \end_inset
29903
29904 de
29905 \begin_inset space ~
29906 \end_inset
29907
29908 línea
29909 \family default
29910  (atajo
29911 \family sans
29912  Alt+M
29913 \begin_inset space ~
29914 \end_inset
29915
29916 Mayúsculas+N
29917 \family default
29918 ).
29919 \end_layout
29920
29921 \begin_layout Standard
29922 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29923  distintos, véase 
29924 \begin_inset CommandInset ref
29925 LatexCommand ref
29926 reference "sec:Estilos-de-ecuación"
29927
29928 \end_inset
29929
29930 .
29931 \end_layout
29932
29933 \begin_layout Subsection
29934 Referencias cruzadas
29935 \begin_inset Index
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939 Ecuación ! referencias cruzadas a
29940 \end_layout
29941
29942 \end_inset
29943
29944
29945 \end_layout
29946
29947 \begin_layout Standard
29948 Todas las ecuaciones con etiqueta se pueden referenciar.
29949  La etiqueta se añade con el menú 
29950 \family sans
29951 Insertar\SpecialChar \menuseparator
29952 Etiqueta
29953 \family default
29954  o con el botón 
29955 \begin_inset Graphics
29956         filename ../../images/label-insert.png
29957         scale 85
29958
29959 \end_inset
29960
29961  de la barra de herramientas.
29962  El cursor debe estar dentro de una ecuación en modo presentación.
29963  Surge un diálogo con el prefijo 
29964 \series bold
29965 eq:
29966 \series default
29967 , detrás del cual se escribe el texto de la etiqueta.
29968  El prefijo significa 
29969 \begin_inset Quotes fld
29970 \end_inset
29971
29972 equation
29973 \begin_inset Quotes frd
29974 \end_inset
29975
29976  y hace más fácil encontrar etiquetas en documentos extensos porque así
29977  se distingue p.
29978 \begin_inset space \thinspace{}
29979 \end_inset
29980
29981 e.
29982 \begin_inset space ~
29983 \end_inset
29984
29985 de las etiquetas de sección.
29986  Para cambiar una etiqueta se usa de nuevo el menú 
29987 \family sans
29988 Insertar\SpecialChar \menuseparator
29989 Etiqueta
29990 \family default
29991 .
29992 \end_layout
29993
29994 \begin_layout Standard
29995 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29996  ecuación.
29997  Una ecuación con etiqueta se numera siempre.
29998 \end_layout
29999
30000 \begin_layout Standard
30001 Las referencias cruzadas se insertan mediante el menú 
30002 \family sans
30003 Insertar\SpecialChar \menuseparator
30004 Referencia cruzada
30005 \family default
30006  o con el botón 
30007 \begin_inset Graphics
30008         filename ../../images/dialog-show-new-inset_ref.png
30009         scale 85
30010
30011 \end_inset
30012
30013 .
30014  Una referencia a una ecuación aparece en la salida con su número.
30015  Si en el diálogo de referencia cruzada se elige el formato 
30016 \series bold
30017 (<referencia>)
30018 \series default
30019 , la referencia se muestra en la salida entre paréntesis.
30020  
30021 \begin_inset Newline newline
30022 \end_inset
30023
30024 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30025  a la ecuación de referencia.
30026 \end_layout
30027
30028 \begin_layout Standard
30029 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30030  siguientes:
30031 \begin_inset Note Note
30032 status collapsed
30033
30034 \begin_layout Plain Layout
30035 Observa los distintos tipos de referencias cruzadas.
30036 \end_layout
30037
30038 \end_inset
30039
30040
30041 \end_layout
30042
30043 \begin_layout Standard
30044 Las ecuaciones 
30045 \begin_inset CommandInset ref
30046 LatexCommand eqref
30047 reference "eq:tag"
30048
30049 \end_inset
30050
30051  y 
30052 \begin_inset CommandInset ref
30053 LatexCommand eqref
30054 reference "eq:c"
30055
30056 \end_inset
30057
30058  son equivalentes.
30059  En (
30060 \begin_inset CommandInset ref
30061 LatexCommand ref
30062 reference "eq:Lat"
30063
30064 \end_inset
30065
30066 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30067 \begin_inset CommandInset ref
30068 LatexCommand ref
30069 reference "eq:Rom"
30070
30071 \end_inset
30072
30073 ).
30074 \begin_inset VSpace medskip
30075 \end_inset
30076
30077
30078 \end_layout
30079
30080 \begin_layout Standard
30081 Si el argumento de 
30082 \series bold
30083
30084 \backslash
30085 tag
30086 \begin_inset Foot
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090
30091 \series bold
30092
30093 \backslash
30094 tag
30095 \series default
30096  se describe en 
30097 \begin_inset CommandInset ref
30098 LatexCommand ref
30099 reference "sub:Numeración-personalizada"
30100
30101 \end_inset
30102
30103
30104 \end_layout
30105
30106 \end_inset
30107
30108
30109 \series default
30110  contiene un marco, como se describe en la 
30111 \begin_inset CommandInset ref
30112 LatexCommand ref
30113 reference "sub:Cuadros-de-párrafo"
30114
30115 \end_inset
30116
30117 , no se puede referenciar la ecuación.
30118 \end_layout
30119
30120 \begin_layout Subsection
30121 Subnumeración
30122 \begin_inset Index
30123 status collapsed
30124
30125 \begin_layout Plain Layout
30126 Numeración de ecuaciones ! subnumeración
30127 \end_layout
30128
30129 \end_inset
30130
30131
30132 \end_layout
30133
30134 \begin_layout Standard
30135 Con ayuda de los comandos 
30136 \series bold
30137
30138 \backslash
30139 begin{subequations}
30140 \series default
30141  y 
30142 \series bold
30143
30144 \backslash
30145 end{subequations}
30146 \series default
30147  en modo TeX se pueden subnumerar ecuaciones.
30148 \end_layout
30149
30150 \begin_layout Standard
30151 Ejemplo:
30152 \begin_inset Formula \begin{equation}
30153 A=C-B\label{eq:a}\end{equation}
30154
30155 \end_inset
30156
30157
30158 \begin_inset ERT
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163
30164 \backslash
30165 addtocounter{equation}{-1}
30166 \end_layout
30167
30168 \end_inset
30169
30170
30171 \begin_inset ERT
30172 status collapsed
30173
30174 \begin_layout Plain Layout
30175
30176
30177 \backslash
30178 begin{subequations}
30179 \end_layout
30180
30181 \end_inset
30182
30183
30184 \begin_inset VSpace -5mm
30185 \end_inset
30186
30187
30188 \begin_inset Formula \begin{equation}
30189 B=C-A\label{eq:b}\end{equation}
30190
30191 \end_inset
30192
30193
30194 \begin_inset Formula \begin{equation}
30195 C=A+B\label{eq:c}\end{equation}
30196
30197 \end_inset
30198
30199
30200 \end_layout
30201
30202 \begin_layout Standard
30203 \begin_inset ERT
30204 status collapsed
30205
30206 \begin_layout Plain Layout
30207
30208
30209 \backslash
30210 end{subequations}
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \end_layout
30217
30218 \begin_layout Standard
30219 Para este ejemplo se ha hecho lo siguiente:
30220 \end_layout
30221
30222 \begin_layout Enumerate
30223 se inserta la primera ecuación
30224 \end_layout
30225
30226 \begin_layout Enumerate
30227 después de ella se inserta
30228 \series bold
30229
30230 \begin_inset Newline newline
30231 \end_inset
30232
30233
30234 \backslash
30235 addtocounter{equation}{-1} 
30236 \backslash
30237 begin{subequations}
30238 \begin_inset Index
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242 Comandos ! A ! 
30243 \backslash
30244 addtocounter
30245 \end_layout
30246
30247 \end_inset
30248
30249
30250 \end_layout
30251
30252 \begin_layout Enumerate
30253 se inserta la segunda ecuación
30254 \end_layout
30255
30256 \begin_layout Enumerate
30257 se inserta la tercera ecuación
30258 \end_layout
30259
30260 \begin_layout Enumerate
30261 se inserta 
30262 \series bold
30263
30264 \backslash
30265 end{subequations}
30266 \series default
30267  tras la tercera ecuación
30268 \end_layout
30269
30270 \begin_layout Standard
30271 Toda ecuación entre los comandos 
30272 \series bold
30273
30274 \backslash
30275 begin
30276 \series default
30277  y 
30278 \series bold
30279
30280 \backslash
30281 end
30282 \series default
30283  se subnumera con a, b, c\SpecialChar \ldots{}
30284  En ecuaciones multilínea se subnumerará cada línea.
30285  Todas las ecuaciones subnumeradas son tratadas como 
30286 \emph on
30287 una
30288 \emph default
30289  ecuación numerada.
30290  Pero como cada ecuación numerada aumenta el contador 
30291 \series bold
30292 equation
30293 \series default
30294  en uno, hay que disminuir el comando 
30295 \series bold
30296
30297 \backslash
30298 addtocounter
30299 \series default
30300 .
30301  De lo contrario, las ecuaciones 
30302 \begin_inset CommandInset ref
30303 LatexCommand eqref
30304 reference "eq:a"
30305
30306 \end_inset
30307
30308
30309 \begin_inset CommandInset ref
30310 LatexCommand eqref
30311 reference "eq:b"
30312
30313 \end_inset
30314
30315
30316 \begin_inset CommandInset ref
30317 LatexCommand eqref
30318 reference "eq:c"
30319
30320 \end_inset
30321
30322  se numerarían 
30323 \begin_inset CommandInset ref
30324 LatexCommand eqref
30325 reference "eq:a"
30326
30327 \end_inset
30328
30329
30330 \begin_inset CommandInset ref
30331 LatexCommand eqref
30332 reference "eq:d"
30333
30334 \end_inset
30335
30336
30337 \begin_inset CommandInset ref
30338 LatexCommand eqref
30339 reference "eq:f"
30340
30341 \end_inset
30342
30343 .
30344 \end_layout
30345
30346 \begin_layout Standard
30347 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30348  ecuaciones.
30349  Para evitarlo se inserta ese espacio vertical de -5
30350 \begin_inset space \thinspace{}
30351 \end_inset
30352
30353 mm detrás del comando 
30354 \series bold
30355
30356 \backslash
30357 begin{subequations}
30358 \series default
30359 .
30360
30361 \series bold
30362  
30363 \series default
30364 Si se usa el estilo 
30365 \series bold
30366 Sangrado
30367 \series default
30368
30369 \begin_inset Foot
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373 véase estilos de ecuación en 
30374 \begin_inset CommandInset ref
30375 LatexCommand ref
30376 reference "sec:Estilos-de-ecuación"
30377
30378 \end_inset
30379
30380
30381 \end_layout
30382
30383 \end_inset
30384
30385 , entonces se inserta -7
30386 \begin_inset space \thinspace{}
30387 \end_inset
30388
30389 mm.
30390 \end_layout
30391
30392 \begin_layout Standard
30393 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30394  de la segunda línea:
30395 \begin_inset ERT
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399
30400
30401 \backslash
30402 begin{subequations}
30403 \end_layout
30404
30405 \end_inset
30406
30407
30408 \begin_inset Formula \begin{eqnarray}
30409 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30410  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30411  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30412
30413 \end_inset
30414
30415
30416 \begin_inset ERT
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420
30421
30422 \backslash
30423 end{subequations}
30424 \end_layout
30425
30426 \end_inset
30427
30428
30429 \end_layout
30430
30431 \begin_layout Subsection
30432 Numeración definida por el usuario
30433 \begin_inset CommandInset label
30434 LatexCommand label
30435 name "sub:Numeración-personalizada"
30436
30437 \end_inset
30438
30439
30440 \begin_inset Index
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444 Numeración de ecuaciones ! personalizada
30445 \end_layout
30446
30447 \end_inset
30448
30449
30450 \end_layout
30451
30452 \begin_layout Standard
30453 Con la numeración estándar el número se coloca entre paréntesis.
30454  Para reemplazar los paréntesis con barras verticales, p.
30455 \begin_inset space \thinspace{}
30456 \end_inset
30457
30458 e., se añade al preámbulo LaTeX la línea: 
30459 \end_layout
30460
30461 \begin_layout Standard
30462
30463 \series bold
30464
30465 \backslash
30466 def
30467 \backslash
30468 tagform@#1{
30469 \backslash
30470 maketag@@@{|#1|}}
30471 \series default
30472
30473 \begin_inset Note Note
30474 status collapsed
30475
30476 \begin_layout Plain Layout
30477 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30478  Para activarlo, quita el % del principio.
30479 \end_layout
30480
30481 \end_inset
30482
30483
30484 \end_layout
30485
30486 \begin_layout Standard
30487 Para usar otros caracteres, se reemplazan las barras al lado de 
30488 \series bold
30489 #1
30490 \series default
30491  por ellos.
30492  Para obtener sólo el número de ecuación se omiten las barras verticales.
30493 \begin_inset VSpace bigskip
30494 \end_inset
30495
30496
30497 \end_layout
30498
30499 \begin_layout Standard
30500 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30501  consecutivo, se usa el comando 
30502 \series bold
30503
30504 \backslash
30505 tag
30506 \begin_inset Index
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510 Comandos ! T ! 
30511 \backslash
30512 tag
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \series default
30519 :
30520 \begin_inset Formula \begin{equation}
30521 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30522
30523 \end_inset
30524
30525 En este ejemplo se ha insertado el comando
30526 \series bold
30527  
30528 \backslash
30529 tag
30530 \begin_inset ERT
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534
30535
30536 \backslash
30537 spce 
30538 \end_layout
30539
30540 \end_inset
30541
30542 algo
30543 \series default
30544  en la ecuación.
30545 \end_layout
30546
30547 \begin_layout Standard
30548 Si se usa en su lugar el comando con asterisco 
30549 \series bold
30550
30551 \backslash
30552 tag*
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558
30559 \backslash
30560 spce 
30561 \end_layout
30562
30563 \end_inset
30564
30565 algo
30566 \series default
30567  no se imprimen los paréntesis:
30568 \begin_inset Formula \[
30569 A+B=C\tag*{algo}\]
30570
30571 \end_inset
30572
30573
30574 \end_layout
30575
30576 \begin_layout Standard
30577 \begin_inset VSpace bigskip
30578 \end_inset
30579
30580
30581 \end_layout
30582
30583 \begin_layout Standard
30584 Para reiniciar la numeración en nuevas partes o secciones del documento
30585  se usan los siguientes comandos:
30586 \end_layout
30587
30588 \begin_layout Standard
30589
30590 \series bold
30591
30592 \backslash
30593 @addtoreset{equation}{part}
30594 \series default
30595
30596 \begin_inset Index
30597 status collapsed
30598
30599 \begin_layout Plain Layout
30600 Comandos ! 
30601 \begin_inset ERT
30602 status collapsed
30603
30604 \begin_layout Plain Layout
30605
30606 "
30607 \end_layout
30608
30609 \end_inset
30610
30611 @
30612 \begin_inset ERT
30613 status collapsed
30614
30615 \begin_layout Plain Layout
30616
30617 "
30618 \end_layout
30619
30620 \end_inset
30621
30622  ! 
30623 \backslash
30624
30625 \begin_inset ERT
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629
30630 "
30631 \end_layout
30632
30633 \end_inset
30634
30635 @
30636 \begin_inset ERT
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640
30641 "
30642 \end_layout
30643
30644 \end_inset
30645
30646 addtoreset
30647 \end_layout
30648
30649 \end_inset
30650
30651
30652 \begin_inset Newline newline
30653 \end_inset
30654
30655
30656 \series bold
30657
30658 \backslash
30659 @addtoreset{equation}{section}
30660 \end_layout
30661
30662 \begin_layout Standard
30663 Pata poder usar estos comandos en modo TeX, el carácter 
30664 \begin_inset Quotes fld
30665 \end_inset
30666
30667 @
30668 \begin_inset Quotes frd
30669 \end_inset
30670
30671  debe 
30672 \begin_inset Quotes fld
30673 \end_inset
30674
30675 activarse
30676 \begin_inset Quotes frd
30677 \end_inset
30678
30679  para LaTeX con el comando 
30680 \series bold
30681
30682 \backslash
30683 makeatletter
30684 \series default
30685 .
30686  El comando 
30687 \series bold
30688
30689 \backslash
30690 makeatother
30691 \series default
30692  deshace esto.
30693  Así pues, la secuencia de comandos en modo TeX es:
30694 \end_layout
30695
30696 \begin_layout Standard
30697
30698 \series bold
30699
30700 \backslash
30701 makeatletter
30702 \begin_inset Newline newline
30703 \end_inset
30704
30705
30706 \backslash
30707 @addtoreset{equation}{section}
30708 \begin_inset Newline newline
30709 \end_inset
30710
30711
30712 \backslash
30713 makeatother
30714 \end_layout
30715
30716 \begin_layout Standard
30717 En el preámbulo LaTeX se pueden omitir 
30718 \series bold
30719
30720 \backslash
30721 makeatletter
30722 \series default
30723  y 
30724 \series bold
30725
30726 \backslash
30727 makeatother
30728 \series default
30729  pues son automáticamente insertados por LyX.
30730 \end_layout
30731
30732 \begin_layout Standard
30733 Para el comando 
30734 \series bold
30735
30736 \backslash
30737 @addtoreset
30738 \series default
30739 ,
30740 \series bold
30741  
30742 \series default
30743 hay que cargar en el preámbulo LaTeX el archivo 
30744 \series bold
30745 remreset.sty
30746 \series default
30747
30748 \begin_inset Foot
30749 status collapsed
30750
30751 \begin_layout Plain Layout
30752
30753 \series bold
30754 remreset
30755 \series default
30756  es parte del paquete LaTeX 
30757 \series bold
30758 carlisle
30759 \series default
30760
30761 \begin_inset Index
30762 status collapsed
30763
30764 \begin_layout Plain Layout
30765 Paquetes ! carlisle
30766 \end_layout
30767
30768 \end_inset
30769
30770 , incluido en las instalaciones estándar de LaTeX.
30771 \end_layout
30772
30773 \end_inset
30774
30775
30776 \begin_inset Index
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780 Paquetes ! remreset
30781 \end_layout
30782
30783 \end_inset
30784
30785  con la línea
30786 \end_layout
30787
30788 \begin_layout Standard
30789
30790 \series bold
30791
30792 \backslash
30793 usepackage{remreset}
30794 \end_layout
30795
30796 \begin_layout Standard
30797 Entonces se puede usar el comando 
30798 \series bold
30799
30800 \backslash
30801 @removefromreset
30802 \series default
30803
30804 \begin_inset Index
30805 status collapsed
30806
30807 \begin_layout Plain Layout
30808 Comandos ! 
30809 \begin_inset ERT
30810 status collapsed
30811
30812 \begin_layout Plain Layout
30813
30814 "
30815 \end_layout
30816
30817 \end_inset
30818
30819 @
30820 \begin_inset ERT
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824
30825 "
30826 \end_layout
30827
30828 \end_inset
30829
30830  ! 
30831 \backslash
30832
30833 \begin_inset ERT
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837
30838 "
30839 \end_layout
30840
30841 \end_inset
30842
30843 @
30844 \begin_inset ERT
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848
30849 "
30850 \end_layout
30851
30852 \end_inset
30853
30854 removefromreset
30855 \end_layout
30856
30857 \end_inset
30858
30859  con el mismo esquema que 
30860 \series bold
30861
30862 \backslash
30863 @addtoreset
30864 \series default
30865 .
30866 \begin_inset VSpace bigskip
30867 \end_inset
30868
30869
30870 \end_layout
30871
30872 \begin_layout Standard
30873 A veces las ecuaciones deberían numerarse de la siguiente manera:
30874 \end_layout
30875
30876 \begin_layout Standard
30877
30878 \family typewriter
30879 (número de sección.número de ecuación)
30880 \end_layout
30881
30882 \begin_layout Standard
30883 El número de ecuación empezaría con 
30884 \begin_inset Quotes fld
30885 \end_inset
30886
30887 1
30888 \begin_inset Quotes frd
30889 \end_inset
30890
30891  en cada sección.
30892 \end_layout
30893
30894 \begin_layout Standard
30895 Para este caso hay el comando 
30896 \series bold
30897
30898 \backslash
30899 numberwithin
30900 \series default
30901
30902 \begin_inset Index
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906 Comandos ! N ! 
30907 \backslash
30908 numberwithin
30909 \end_layout
30910
30911 \end_inset
30912
30913 , que se usa con el esquema:
30914 \end_layout
30915
30916 \begin_layout Standard
30917
30918 \series bold
30919
30920 \backslash
30921 numberwithin{counter}{sectioning}
30922 \end_layout
30923
30924 \begin_layout Standard
30925 \begin_inset Quotes fld
30926 \end_inset
30927
30928 counter
30929 \begin_inset Quotes frd
30930 \end_inset
30931
30932  indica qué clase de numeración es afectada, 
30933 \begin_inset Quotes fld
30934 \end_inset
30935
30936 sectioning
30937 \begin_inset Quotes frd
30938 \end_inset
30939
30940  indica qué número va delante del punto.
30941  
30942 \end_layout
30943
30944 \begin_layout Standard
30945 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30946  en el preámbulo LaTeX:
30947 \end_layout
30948
30949 \begin_layout Standard
30950
30951 \series bold
30952
30953 \backslash
30954 numberwithin{equation}{section}
30955 \end_layout
30956
30957 \begin_layout Standard
30958 Este es el resultado::
30959 \begin_inset ERT
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963
30964
30965 \backslash
30966 numberwithin{equation}{section}
30967 \end_layout
30968
30969 \end_inset
30970
30971
30972 \begin_inset Formula \begin{equation}
30973 A+B=C\end{equation}
30974
30975 \end_inset
30976
30977
30978 \end_layout
30979
30980 \begin_layout Standard
30981 Para numerar p.
30982 \begin_inset space \thinspace{}
30983 \end_inset
30984
30985 e.
30986 \begin_inset space ~
30987 \end_inset
30988
30989 tablas de modo que 
30990 \begin_inset Quotes fld
30991 \end_inset
30992
30993 sectioning
30994 \begin_inset Quotes frd
30995 \end_inset
30996
30997  es el número de la parte se usa
30998 \begin_inset Newline newline
30999 \end_inset
31000
31001
31002 \series bold
31003
31004 \backslash
31005 numberwithin{table}{part}
31006 \end_layout
31007
31008 \begin_layout Standard
31009 Para volver a la numeración estándar o evitar esta clase numeración cuando
31010  es definida por la clase de documento, se inserta el siguiente comando
31011  en código TeX o en el preámbulo LaTeX:
31012 \end_layout
31013
31014 \begin_layout Standard
31015
31016 \series bold
31017
31018 \backslash
31019 renewcommand{
31020 \backslash
31021 theequation}{
31022 \backslash
31023 arabic{equation}}
31024 \begin_inset Index
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028 Comandos ! A ! 
31029 \backslash
31030 arabic
31031 \end_layout
31032
31033 \end_inset
31034
31035
31036 \series default
31037
31038 \begin_inset ERT
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042
31043
31044 \backslash
31045 renewcommand{
31046 \backslash
31047 theequation}{
31048 \backslash
31049 arabic{equation}}
31050 \end_layout
31051
31052 \end_inset
31053
31054
31055 \series bold
31056
31057 \begin_inset Newline newline
31058 \end_inset
31059
31060
31061 \series default
31062 o
31063 \series bold
31064
31065 \begin_inset Newline newline
31066 \end_inset
31067
31068
31069 \backslash
31070 renewcommand{
31071 \backslash
31072 thetable}{
31073 \backslash
31074 arabic{table}}
31075 \end_layout
31076
31077 \begin_layout Standard
31078
31079 \series bold
31080
31081 \backslash
31082 numberwithin
31083 \series default
31084  usa internamente el comando 
31085 \series bold
31086
31087 \backslash
31088 @addtoreset
31089 \series default
31090 , descrito arriba, que también necesita ser restaurado.
31091 \begin_inset ERT
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095
31096
31097 \backslash
31098 makeatletter
31099 \end_layout
31100
31101 \begin_layout Plain Layout
31102
31103
31104 \backslash
31105 @removefromreset{equation}{section}
31106 \end_layout
31107
31108 \begin_layout Plain Layout
31109
31110
31111 \backslash
31112 makeatother
31113 \end_layout
31114
31115 \end_inset
31116
31117
31118 \end_layout
31119
31120 \begin_layout Subsection
31121 Numeración con números romanos y letras
31122 \begin_inset Index
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126 Numeración de ecuaciones ! con números romanos
31127 \end_layout
31128
31129 \end_inset
31130
31131
31132 \begin_inset Index
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136 Numeración de ecuaciones ! con letras
31137 \end_layout
31138
31139 \end_inset
31140
31141
31142 \end_layout
31143
31144 \begin_layout Standard
31145 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31146  Por ejemplo, para numerar con romanos en minúscula,
31147 \begin_inset Foot
31148 status collapsed
31149
31150 \begin_layout Plain Layout
31151 Como en español no se usan romanos en minúscula, el estilo 
31152 \series bold
31153 spanish
31154 \series default
31155  del sistema 
31156 \series bold
31157 babel
31158 \series default
31159  redefine 
31160 \series bold
31161
31162 \backslash
31163 roman
31164 \series default
31165  para que los dé en versalitas.
31166  Véase 
31167 \begin_inset CommandInset citation
31168 LatexCommand cite
31169 key "spanish"
31170
31171 \end_inset
31172
31173  (
31174 \emph on
31175 N.
31176 \begin_inset space \thinspace{}
31177 \end_inset
31178
31179 del t
31180 \emph default
31181 ).
31182 \end_layout
31183
31184 \end_inset
31185
31186  se inserta el comando
31187 \end_layout
31188
31189 \begin_layout Standard
31190
31191 \series bold
31192
31193 \backslash
31194 renewcommand{
31195 \backslash
31196 theequation}{
31197 \backslash
31198 roman{equation}}
31199 \end_layout
31200
31201 \begin_layout Standard
31202 antes de la ecuación en modo TeX.
31203  
31204 \series bold
31205
31206 \backslash
31207 renewcommand
31208 \series default
31209
31210 \begin_inset Index
31211 status collapsed
31212
31213 \begin_layout Plain Layout
31214 Comandos ! R ! 
31215 \backslash
31216 renewcommand
31217 \end_layout
31218
31219 \end_inset
31220
31221  redefine el comando predefinido 
31222 \series bold
31223
31224 \backslash
31225 theequation
31226 \series default
31227  como 
31228 \series bold
31229
31230 \backslash
31231 roman{equation}
31232 \series default
31233 .
31234 \begin_inset Foot
31235 status collapsed
31236
31237 \begin_layout Plain Layout
31238 El comando 
31239 \series bold
31240
31241 \backslash
31242 renewcommand
31243 \series default
31244  tiene el mismo esquema que el comando 
31245 \series bold
31246
31247 \backslash
31248 newcommand
31249 \series default
31250 , descrito en 
31251 \begin_inset CommandInset ref
31252 LatexCommand ref
31253 reference "sub:El-comando-newcommand"
31254
31255 \end_inset
31256
31257 .
31258 \end_layout
31259
31260 \end_inset
31261
31262  
31263 \series bold
31264 equation
31265 \series default
31266  es el contador de ecuaciones.
31267  Si se usa el comando 
31268 \series bold
31269
31270 \backslash
31271 the
31272 \series default
31273  como prefijo de un contador, el valor del contador sale en números arábigos.
31274  Si una ecuación es numerada, LaTeX pone internamente el comando 
31275 \series bold
31276
31277 \backslash
31278 theequation
31279 \series default
31280  detrás de la ecuación.
31281  
31282 \series bold
31283
31284 \backslash
31285 roman{equation}
31286 \series default
31287
31288 \begin_inset Index
31289 status collapsed
31290
31291 \begin_layout Plain Layout
31292 Comandos ! R ! 
31293 \backslash
31294 roman
31295 \end_layout
31296
31297 \end_inset
31298
31299  pone el contador en romanos en minúscula.
31300 \end_layout
31301
31302 \begin_layout Standard
31303 Todas las ecuaciones siguientes a 
31304 \series bold
31305
31306 \backslash
31307 renew
31308 \series default
31309 c
31310 \series bold
31311 ommand
31312 \series default
31313  se numerarán en romanos.
31314  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31315  cambiando 
31316 \series bold
31317
31318 \backslash
31319 roman
31320 \series default
31321  por 
31322 \series bold
31323
31324 \backslash
31325 Roman
31326 \series default
31327  
31328 \begin_inset Index
31329 status collapsed
31330
31331 \begin_layout Plain Layout
31332 Comandos ! R ! 
31333 \backslash
31334 roman@
31335 \backslash
31336 Roman
31337 \end_layout
31338
31339 \end_inset
31340
31341 .
31342  Para 
31343 \begin_inset Quotes fld
31344 \end_inset
31345
31346 numerar
31347 \begin_inset Quotes frd
31348 \end_inset
31349
31350  con minúsculas latinas hay el comando 
31351 \series bold
31352
31353 \backslash
31354 alph
31355 \series default
31356
31357 \begin_inset Index
31358 status collapsed
31359
31360 \begin_layout Plain Layout
31361 Comandos ! A ! 
31362 \backslash
31363 alph
31364 \end_layout
31365
31366 \end_inset
31367
31368 , y para mayúsculas el comando 
31369 \series bold
31370
31371 \backslash
31372 Alph
31373 \series default
31374
31375 \begin_inset Index
31376 status collapsed
31377
31378 \begin_layout Plain Layout
31379 Comandos ! A ! 
31380 \backslash
31381 alph@
31382 \backslash
31383 Alph
31384 \end_layout
31385
31386 \end_inset
31387
31388 .
31389 \end_layout
31390
31391 \begin_layout Standard
31392 \begin_inset Note Greyedout
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396
31397 \series bold
31398 Nota:
31399 \series default
31400  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31401 \end_layout
31402
31403 \end_inset
31404
31405
31406 \begin_inset ERT
31407 status collapsed
31408
31409 \begin_layout Plain Layout
31410
31411
31412 \backslash
31413 renewcommand{
31414 \backslash
31415 theequation}{
31416 \backslash
31417 roman{equation}}
31418 \end_layout
31419
31420 \end_inset
31421
31422
31423 \begin_inset Formula \begin{equation}
31424 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31425
31426 \end_inset
31427
31428
31429 \begin_inset ERT
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433
31434
31435 \backslash
31436 renewcommand{
31437 \backslash
31438 theequation}{
31439 \backslash
31440 Roman{equation}}
31441 \end_layout
31442
31443 \end_inset
31444
31445
31446 \begin_inset Formula \begin{equation}
31447 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31448
31449 \end_inset
31450
31451
31452 \begin_inset ERT
31453 status collapsed
31454
31455 \begin_layout Plain Layout
31456
31457
31458 \backslash
31459 renewcommand{
31460 \backslash
31461 theequation}{
31462 \backslash
31463 alph{equation}}
31464 \end_layout
31465
31466 \end_inset
31467
31468
31469 \begin_inset Formula \begin{equation}
31470 C=\textrm{latinas en minúscula}\label{eq:lat}\end{equation}
31471
31472 \end_inset
31473
31474
31475 \begin_inset ERT
31476 status collapsed
31477
31478 \begin_layout Plain Layout
31479
31480
31481 \backslash
31482 renewcommand{
31483 \backslash
31484 theequation}{
31485 \backslash
31486 Alph{equation}}
31487 \end_layout
31488
31489 \end_inset
31490
31491
31492 \begin_inset Formula \begin{equation}
31493 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31494
31495 \end_inset
31496
31497
31498 \end_layout
31499
31500 \begin_layout Standard
31501 Para volver a la numeración por omisión se inserta el comando:
31502 \end_layout
31503
31504 \begin_layout Standard
31505
31506 \series bold
31507
31508 \backslash
31509 renewcommand{
31510 \backslash
31511 theequation}{
31512 \backslash
31513 arabic{equation}}
31514 \begin_inset Index
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518 Comandos ! A ! 
31519 \backslash
31520 arabic
31521 \end_layout
31522
31523 \end_inset
31524
31525
31526 \end_layout
31527
31528 \begin_layout Standard
31529 \begin_inset ERT
31530 status collapsed
31531
31532 \begin_layout Plain Layout
31533
31534
31535 \backslash
31536 renewcommand{
31537 \backslash
31538 theequation}{
31539 \backslash
31540 arabic{equation}}
31541 \end_layout
31542
31543 \end_inset
31544
31545
31546 \begin_inset Formula \begin{equation}
31547 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31548
31549 \end_inset
31550
31551
31552 \end_layout
31553
31554 \begin_layout Standard
31555 \begin_inset VSpace medskip
31556 \end_inset
31557
31558
31559 \end_layout
31560
31561 \begin_layout Standard
31562 Como ves, las ecuaciones se numeran consecutivamente independientemente
31563  del estilo de numeración.
31564  Cuando la numeración haya de empezar con 
31565 \begin_inset Quotes fld
31566 \end_inset
31567
31568 1
31569 \begin_inset Quotes frd
31570 \end_inset
31571
31572  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31573  Una descripción sobre esto se encuentra en el archivo 
31574 \begin_inset CommandInset href
31575 LatexCommand href
31576 target "Formula-numbering.lyx"
31577
31578 \end_inset
31579
31580 .
31581 \end_layout
31582
31583 \begin_layout Section
31584 Comandos definidos por el usuario
31585 \begin_inset Index
31586 status collapsed
31587
31588 \begin_layout Plain Layout
31589 Comandos de usuario
31590 \end_layout
31591
31592 \end_inset
31593
31594
31595 \end_layout
31596
31597 \begin_layout Standard
31598 \begin_inset Note Greyedout
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602
31603 \series bold
31604 Nota:
31605 \series default
31606  Los nombres de los comandos definidos por el usuario y macros solo pueden
31607  contener letras latinas.
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \begin_layout Subsection
31616 El comando 
31617 \backslash
31618 newcommand
31619 \begin_inset CommandInset label
31620 LatexCommand label
31621 name "sub:El-comando-newcommand"
31622
31623 \end_inset
31624
31625
31626 \begin_inset Index
31627 status collapsed
31628
31629 \begin_layout Plain Layout
31630 Comandos de usuario ! 
31631 \backslash
31632 newcommand
31633 \end_layout
31634
31635 \end_inset
31636
31637
31638 \begin_inset Index
31639 status collapsed
31640
31641 \begin_layout Plain Layout
31642 Comandos ! N ! 
31643 \backslash
31644 newcommand
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \begin_layout Standard
31653 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31654  Pero es posible definir nuevos comandos más cortos con el comando 
31655 \series bold
31656
31657 \backslash
31658 newcommand
31659 \series default
31660 .
31661  
31662 \end_layout
31663
31664 \begin_layout Standard
31665 El esquema del comando 
31666 \series bold
31667
31668 \backslash
31669 newcommand
31670 \series default
31671  es:
31672 \end_layout
31673
31674 \begin_layout Standard
31675
31676 \series bold
31677
31678 \backslash
31679 newcommand{nombre nuevo de comando}[número de argumentos]
31680 \begin_inset Newline newline
31681 \end_inset
31682
31683
31684 \begin_inset ERT
31685 status collapsed
31686
31687 \begin_layout Plain Layout
31688
31689
31690 \backslash
31691 phantom{
31692 \end_layout
31693
31694 \end_inset
31695
31696
31697 \backslash
31698 newcommand
31699 \begin_inset ERT
31700 status collapsed
31701
31702 \begin_layout Plain Layout
31703
31704 }
31705 \end_layout
31706
31707 \end_inset
31708
31709 [valor opcional]{definición de comando}
31710 \end_layout
31711
31712 \begin_layout Standard
31713 \begin_inset Note Greyedout
31714 status collapsed
31715
31716 \begin_layout Plain Layout
31717
31718 \series bold
31719 Nota:
31720 \series default
31721  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31722  documento o en paquetes LaTeX que uses.
31723  Si p.
31724 \begin_inset space \thinspace{}
31725 \end_inset
31726
31727 e.
31728  defines el comando 
31729 \series bold
31730
31731 \backslash
31732 le
31733 \series default
31734  para 
31735 \series bold
31736
31737 \backslash
31738 Leftarrow,
31739 \series default
31740  se producirán errores porque 
31741 \series bold
31742
31743 \backslash
31744 le
31745 \series default
31746  ya existe como comando para 
31747 \begin_inset Quotes fld
31748 \end_inset
31749
31750
31751 \begin_inset Formula $\le$
31752 \end_inset
31753
31754
31755 \begin_inset Quotes frd
31756 \end_inset
31757
31758 .
31759
31760 \series bold
31761  
31762 \end_layout
31763
31764 \end_inset
31765
31766
31767 \end_layout
31768
31769 \begin_layout Standard
31770 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
31771  argumentos debería tener el nuevo comando.
31772  Con el valor opcional se puede predefinir un valor para un argumento opcional.
31773  Cuando se hace esto, el 
31774 \emph on
31775 primer
31776 \emph default
31777  argumento del nuevo comando es automáticamente opcional.
31778 \end_layout
31779
31780 \begin_layout Standard
31781 Veamos unos ejemplos:
31782 \end_layout
31783
31784 \begin_layout Itemize
31785 Para definir el comando 
31786 \series bold
31787
31788 \backslash
31789 gr
31790 \series default
31791  para 
31792 \series bold
31793
31794 \backslash
31795 Longrightarrow
31796 \series default
31797 , la línea de preámbulo LaTeX es:
31798 \begin_inset VSpace medskip
31799 \end_inset
31800
31801
31802 \begin_inset Newline newline
31803 \end_inset
31804
31805
31806 \series bold
31807
31808 \backslash
31809 newcommand{
31810 \backslash
31811 gr}{
31812 \backslash
31813 Longrightarrow}
31814 \end_layout
31815
31816 \begin_layout Itemize
31817 Para definir el comando 
31818 \series bold
31819
31820 \backslash
31821 us
31822 \series default
31823  para 
31824 \series bold
31825
31826 \backslash
31827 underline
31828 \series default
31829 , el argumento (que sería subrayado) debe tenerse en cuenta.
31830  Para esto la línea de preámbulo es:
31831 \begin_inset VSpace medskip
31832 \end_inset
31833
31834
31835 \begin_inset Newline newline
31836 \end_inset
31837
31838
31839 \series bold
31840
31841 \backslash
31842 newcommand{
31843 \backslash
31844 us}[1]{
31845 \backslash
31846 underline{#1}}
31847 \series default
31848
31849 \begin_inset VSpace medskip
31850 \end_inset
31851
31852
31853 \begin_inset Newline newline
31854 \end_inset
31855
31856 El carácter 
31857 \series bold
31858 #
31859 \series default
31860  actúa como colocador del argumento, el 
31861 \series bold
31862 1
31863 \series default
31864  indica que es el colocador para el primer argumento.
31865 \end_layout
31866
31867 \begin_layout Itemize
31868 Para 
31869 \series bold
31870
31871 \backslash
31872 framebox
31873 \series default
31874  se puede p.
31875 \begin_inset space \thinspace{}
31876 \end_inset
31877
31878 e.
31879  definir el comando 
31880 \series bold
31881
31882 \backslash
31883 fb
31884 \series default
31885 :
31886 \begin_inset VSpace medskip
31887 \end_inset
31888
31889
31890 \begin_inset Newline newline
31891 \end_inset
31892
31893
31894 \series bold
31895
31896 \backslash
31897 newcommand{
31898 \backslash
31899 fb}[3]{
31900 \backslash
31901 framebox#1#2{$#3$}}
31902 \series default
31903
31904 \begin_inset VSpace medskip
31905 \end_inset
31906
31907
31908 \begin_inset Newline newline
31909 \end_inset
31910
31911 Los dos signos dólar generan la ecuación extra necesaria para 
31912 \series bold
31913
31914 \backslash
31915 framebox
31916 \series default
31917 , véase 
31918 \begin_inset CommandInset ref
31919 LatexCommand ref
31920 reference "sub:Cuadros-con-marco"
31921
31922 \end_inset
31923
31924 .
31925 \end_layout
31926
31927 \begin_layout Itemize
31928 Para crear un nuevo comando para 
31929 \series bold
31930
31931 \backslash
31932 fcolorbox
31933 \series default
31934  donde no es necesario especificar el color para el cuadro, el argumento
31935  para el color se define opcional:
31936 \begin_inset VSpace medskip
31937 \end_inset
31938
31939
31940 \begin_inset Newline newline
31941 \end_inset
31942
31943
31944 \series bold
31945
31946 \backslash
31947 newcommand{
31948 \backslash
31949 cb}[3][white]{
31950 \backslash
31951 fcolorbox{#2}{#1}{$#3$}}
31952 \series default
31953
31954 \begin_inset VSpace medskip
31955 \end_inset
31956
31957
31958 \begin_inset Newline newline
31959 \end_inset
31960
31961 Si el color no es especificado al usar 
31962 \series bold
31963
31964 \backslash
31965 cb
31966 \series default
31967 , se elige el color 
31968 \series bold
31969 white
31970 \series default
31971  predefinido.
31972 \end_layout
31973
31974 \begin_layout Standard
31975 Un ensayo con los nuevos comandos definidos:
31976 \end_layout
31977
31978 \begin_layout Standard
31979 \noindent
31980 \align center
31981 \begin_inset Tabular
31982 <lyxtabular version="3" rows="6" columns="2">
31983 <features>
31984 <column alignment="center" valignment="top" width="0">
31985 <column alignment="center" valignment="top" width="0">
31986 <row>
31987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31988 \begin_inset Text
31989
31990 \begin_layout Plain Layout
31991 Comando
31992 \end_layout
31993
31994 \end_inset
31995 </cell>
31996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31997 \begin_inset Text
31998
31999 \begin_layout Plain Layout
32000 Resultado
32001 \begin_inset Note Note
32002 status collapsed
32003
32004 \begin_layout Plain Layout
32005
32006 \series bold
32007
32008 \backslash
32009 raisebox
32010 \series default
32011  se usa sólo como espaciador
32012 \end_layout
32013
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \end_inset
32020 </cell>
32021 </row>
32022 <row>
32023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32024 \begin_inset Text
32025
32026 \begin_layout Plain Layout
32027 A
32028 \backslash
32029 gr
32030 \begin_inset ERT
32031 status collapsed
32032
32033 \begin_layout Plain Layout
32034
32035
32036 \backslash
32037 spce 
32038 \end_layout
32039
32040 \end_inset
32041
32042 B
32043 \end_layout
32044
32045 \end_inset
32046 </cell>
32047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32048 \begin_inset Text
32049
32050 \begin_layout Plain Layout
32051 \begin_inset Formula $A\gr B$
32052 \end_inset
32053
32054
32055 \end_layout
32056
32057 \end_inset
32058 </cell>
32059 </row>
32060 <row>
32061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32062 \begin_inset Text
32063
32064 \begin_layout Plain Layout
32065
32066 \backslash
32067 us{ABcd
32068 \end_layout
32069
32070 \end_inset
32071 </cell>
32072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32073 \begin_inset Text
32074
32075 \begin_layout Plain Layout
32076 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32077 \end_inset
32078
32079
32080 \end_layout
32081
32082 \end_inset
32083 </cell>
32084 </row>
32085 <row>
32086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32087 \begin_inset Text
32088
32089 \begin_layout Plain Layout
32090
32091 \backslash
32092 fb{[2cm]
32093 \begin_inset Formula $\to$
32094 \end_inset
32095
32096
32097 \backslash
32098 {
32099 \begin_inset Formula $\to$
32100 \end_inset
32101
32102
32103 \backslash
32104 {
32105 \backslash
32106 int
32107 \begin_inset ERT
32108 status collapsed
32109
32110 \begin_layout Plain Layout
32111
32112
32113 \backslash
32114 spce 
32115 \end_layout
32116
32117 \end_inset
32118
32119 A=B
32120 \end_layout
32121
32122 \end_inset
32123 </cell>
32124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32125 \begin_inset Text
32126
32127 \begin_layout Plain Layout
32128 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32129 \end_inset
32130
32131
32132 \end_layout
32133
32134 \end_inset
32135 </cell>
32136 </row>
32137 <row>
32138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32139 \begin_inset Text
32140
32141 \begin_layout Plain Layout
32142
32143 \backslash
32144 cb{red
32145 \begin_inset Formula $\to$
32146 \end_inset
32147
32148
32149 \backslash
32150 {
32151 \backslash
32152 int
32153 \begin_inset ERT
32154 status collapsed
32155
32156 \begin_layout Plain Layout
32157
32158
32159 \backslash
32160 spce 
32161 \end_layout
32162
32163 \end_inset
32164
32165 A=B
32166 \end_layout
32167
32168 \end_inset
32169 </cell>
32170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32171 \begin_inset Text
32172
32173 \begin_layout Plain Layout
32174 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32175 \end_inset
32176
32177
32178 \end_layout
32179
32180 \end_inset
32181 </cell>
32182 </row>
32183 <row>
32184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32185 \begin_inset Text
32186
32187 \begin_layout Plain Layout
32188
32189 \backslash
32190 cb[green]
32191 \backslash
32192 {red
32193 \begin_inset Formula $\to$
32194 \end_inset
32195
32196
32197 \backslash
32198 {
32199 \backslash
32200 int
32201 \begin_inset ERT
32202 status collapsed
32203
32204 \begin_layout Plain Layout
32205
32206
32207 \backslash
32208 spce 
32209 \end_layout
32210
32211 \end_inset
32212
32213 A=B
32214 \end_layout
32215
32216 \end_inset
32217 </cell>
32218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32219 \begin_inset Text
32220
32221 \begin_layout Plain Layout
32222 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32223 \end_inset
32224
32225
32226 \end_layout
32227
32228 \end_inset
32229 </cell>
32230 </row>
32231 </lyxtabular>
32232
32233 \end_inset
32234
32235
32236 \end_layout
32237
32238 \begin_layout Subsection
32239 Macros de ecuaciones
32240 \begin_inset Index
32241 status collapsed
32242
32243 \begin_layout Plain Layout
32244 Comandos de usuario ! Macros de ecuaciones
32245 \end_layout
32246
32247 \end_inset
32248
32249
32250 \begin_inset Index
32251 status collapsed
32252
32253 \begin_layout Plain Layout
32254 Macros
32255 \end_layout
32256
32257 \end_inset
32258
32259
32260 \end_layout
32261
32262 \begin_layout Standard
32263 Los comandos definidos por el usuario son especialmente convenientes para
32264  expresiones complejas.
32265  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
32266  el mismo tipo de solución se repite varias veces.
32267  La forma general de una ecuación de segundo grado es:
32268 \begin_inset Formula \[
32269 0=\lambda^{2}+p\lambda+q\]
32270
32271 \end_inset
32272
32273 La forma general de la solución es:
32274 \begin_inset Formula \[
32275 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
32276
32277 \end_inset
32278
32279
32280 \end_layout
32281
32282 \begin_layout Standard
32283 Para definir un comando para la ecuación de la solución, en donde solo hay
32284  que especificar los tres parámetros 
32285 \begin_inset Formula $\lambda$
32286 \end_inset
32287
32288
32289 \begin_inset Formula $p$
32290 \end_inset
32291
32292 , y 
32293 \begin_inset Formula $q$
32294 \end_inset
32295
32296 , y el índice de 
32297 \begin_inset Formula $\lambda$
32298 \end_inset
32299
32300  puede darse opcionalmente, la línea de preámbulo LaTeX es
32301 \begin_inset Newline newline
32302 \end_inset
32303
32304
32305 \series bold
32306
32307 \backslash
32308 newcommand{
32309 \backslash
32310 qG}[4][1,
32311 \backslash
32312 ,2]{#2_{#1}=-
32313 \backslash
32314 frac{#3}{2}
32315 \backslash
32316 pm
32317 \begin_inset Newline newline
32318 \end_inset
32319
32320
32321 \begin_inset ERT
32322 status collapsed
32323
32324 \begin_layout Plain Layout
32325
32326
32327 \backslash
32328 hphantom{
32329 \end_layout
32330
32331 \end_inset
32332
32333
32334 \backslash
32335 newcommand
32336 \begin_inset ERT
32337 status collapsed
32338
32339 \begin_layout Plain Layout
32340
32341 }
32342 \end_layout
32343
32344 \end_inset
32345
32346
32347 \backslash
32348 sqrt{
32349 \backslash
32350 frac{#3^{2}}{4}-#4}}
32351 \end_layout
32352
32353 \begin_layout Standard
32354 Para generar la solución se inserta el comando
32355 \begin_inset Newline newline
32356 \end_inset
32357
32358
32359 \series bold
32360
32361 \backslash
32362 qG{
32363 \backslash
32364 lambda
32365 \begin_inset Formula $\to$
32366 \end_inset
32367
32368
32369 \backslash
32370 {p
32371 \begin_inset Formula $\to$
32372 \end_inset
32373
32374
32375 \backslash
32376 {q
32377 \series default
32378  en una ecuación
32379 \series bold
32380 .
32381 \end_layout
32382
32383 \begin_layout Standard
32384 La definición del nuevo comando no es intuitiva porque hay que conocer los
32385  esquemas de todos los comandos LaTeX usados, p.
32386 \begin_inset space \thinspace{}
32387 \end_inset
32388
32389 e., que una fracción se inserta en LaTeX como
32390 \series bold
32391  
32392 \backslash
32393 frac{numerador}{denominador}
32394 \series default
32395 .
32396  Además, uno puede olvidar fácilmente una llave en la definición y no puede
32397  ver en LyX lo que el nuevo comando está haciendo.
32398  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
32399  ecuación en vez del comando
32400 \series bold
32401  
32402 \backslash
32403 newcommand
32404 \series default
32405 .
32406 \end_layout
32407
32408 \begin_layout Standard
32409 Una macro de ecuación se crea con el menú 
32410 \family sans
32411 Insertar\SpecialChar \menuseparator
32412 Ecuación\SpecialChar \menuseparator
32413 Macro
32414 \family default
32415  o con el botón 
32416 \begin_inset Graphics
32417         filename ../../images/math-macro_newmacroname_newcommand.png
32418         scale 85
32419
32420 \end_inset
32421
32422  de la barra de herramientas.
32423  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
32424  como el siguiente donde se define la macro:
32425 \begin_inset Newline newline
32426 \end_inset
32427
32428
32429 \end_layout
32430
32431 \begin_layout Standard
32432 \begin_inset space \hspace*{\fill}
32433 \end_inset
32434
32435
32436 \begin_inset Graphics
32437         filename ../clipart/macrobox.png
32438
32439 \end_inset
32440
32441
32442 \begin_inset space \hspace*{\fill}
32443 \end_inset
32444
32445
32446 \begin_inset Newline newline
32447 \end_inset
32448
32449
32450 \begin_inset FormulaMacro
32451 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32452 \end_inset
32453
32454
32455 \backslash
32456 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
32457  En el primer marco azul se inserta la ecuación buscada.
32458  Con el comando 
32459 \series bold
32460
32461 \backslash
32462 #númerodeargumento
32463 \series default
32464 , , o con el botón 
32465 \begin_inset Graphics
32466         filename ../../images/math-macro-add-param.png
32467         scale 85
32468
32469 \end_inset
32470
32471  de la barra de herramientas de macros se inserta un colocador de argumento,
32472  p.
32473 \begin_inset space \thinspace{}
32474 \end_inset
32475
32476 e
32477 \begin_inset space \space{}
32478 \end_inset
32479
32480
32481 \series bold
32482
32483 \backslash
32484 #1
32485 \series default
32486 .
32487  Los colocadores de argumento se muestran en rojo.
32488  Se pueden poner 9 argumentos como máximo.
32489  Con el botón 
32490 \begin_inset Graphics
32491         filename ../../images/math-macro-add-optional-param.png
32492         scale 85
32493
32494 \end_inset
32495
32496  se crean argumentos opcionales.
32497  El primer argumento no opcional puede transformarse en opcional con el
32498  botón 
32499 \begin_inset Graphics
32500         filename ../../images/math-macro-make-optional.png
32501         scale 85
32502
32503 \end_inset
32504
32505 .
32506  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
32507  Normalmente quieres verlo tal como está definido, así que el recuadro se
32508  deja vacío.
32509  Pero si has creado una macro que necesita mucho espacio en la pantalla,
32510  en dicho recuadro puedes insertar, por ejemplo
32511 \begin_inset Newline newline
32512 \end_inset
32513
32514
32515 \series bold
32516 qG: 
32517 \backslash
32518 #1
32519 \series default
32520  
32521 \series bold
32522 ,
32523 \series default
32524  
32525 \series bold
32526
32527 \backslash
32528 #2
32529 \series default
32530  
32531 \series bold
32532 ,
32533 \series default
32534  
32535 \series bold
32536
32537 \backslash
32538 #3, 
32539 \backslash
32540 #4
32541 \begin_inset Newline newline
32542 \end_inset
32543
32544
32545 \series default
32546 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
32547  en LyX, lo que conlleva una visualización mejor.
32548  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
32549 \begin_inset Newline newline
32550 \end_inset
32551
32552 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
32553  macros individuales situando el cursor en la macro y usando el menú 
32554 \family sans
32555 Ver\SpecialChar \menuseparator
32556 (Des)plegar macro de ecuación.
32557 \end_layout
32558
32559 \begin_layout Standard
32560 Para usar una macro, se inserta el nombre de la misma como comando en una
32561  ecuación, en nuestro caso 
32562 \series bold
32563
32564 \backslash
32565 qG
32566 \series default
32567 .
32568  Nuestra macro se muestra en LyX así:
32569 \begin_inset Newline newline
32570 \end_inset
32571
32572
32573 \begin_inset space \hspace*{\fill}
32574 \end_inset
32575
32576
32577 \begin_inset Graphics
32578         filename ../clipart/macrouse.png
32579
32580 \end_inset
32581
32582
32583 \begin_inset space \hspace*{\fill}
32584 \end_inset
32585
32586
32587 \begin_inset Newline newline
32588 \end_inset
32589
32590 Aquí tenemos nuestro ejemplo de macro con los argumentos 
32591 \begin_inset Formula $x$
32592 \end_inset
32593
32594
32595 \begin_inset Formula $\ln(x)$
32596 \end_inset
32597
32598 , y 
32599 \begin_inset Formula $B$
32600 \end_inset
32601
32602 :
32603 \end_layout
32604
32605 \begin_layout Standard
32606 \begin_inset Formula \[
32607 \qG x{\ln(x)}B\]
32608
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \begin_layout Standard
32615 Una macro de ecuación se transforma internamente en un comando 
32616 \series bold
32617
32618 \backslash
32619 newcommand
32620 \series default
32621  cuando se exporta el documento.
32622  El comando creado 
32623 \series bold
32624
32625 \backslash
32626 newcommand
32627 \series default
32628  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
32629  usar en ecuaciones que estén en recuadros de definición de macros en el
32630  documento.
32631  
32632 \end_layout
32633
32634 \begin_layout Standard
32635 Las macros de ecuación también pueden crearse directamente a partir de un
32636  comando
32637 \series bold
32638  
32639 \backslash
32640 newcommand
32641 \series default
32642 .
32643  Por ejemplo, escribiendo el comando
32644 \begin_inset Newline newline
32645 \end_inset
32646
32647
32648 \series bold
32649
32650 \backslash
32651 newcommand{
32652 \backslash
32653 larrow}[2]{
32654 \backslash
32655 xleftarrow[#2]{#1}}
32656 \begin_inset Newline newline
32657 \end_inset
32658
32659
32660 \series default
32661 como texto normal en LyX, seleccionándolo completamente y usando a continuación
32662  el atajo 
32663 \family sans
32664 Ctrl+M
32665 \family default
32666 , el comando se transformará en una macro de ecuación.
32667  Al emplear este método debes tener cuidado en escribir correctamente el
32668  comando 
32669 \series bold
32670
32671 \backslash
32672 newcommand
32673 \series default
32674 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
32675  
32676 \end_layout
32677
32678 \begin_layout Standard
32679 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
32680  en definiciones de macros se manejan incorrectamente.
32681  Por eso el ejemplo 
32682 \series bold
32683
32684 \backslash
32685 fb
32686 \series default
32687  de 
32688 \begin_inset CommandInset ref
32689 LatexCommand ref
32690 reference "sub:El-comando-newcommand"
32691
32692 \end_inset
32693
32694  no puede crearse como macro.
32695 \end_layout
32696
32697 \begin_layout Standard
32698 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
32699  la barra de herramientas de macros:
32700 \end_layout
32701
32702 \begin_layout Standard
32703 \begin_inset VSpace defskip
32704 \end_inset
32705
32706
32707 \end_layout
32708
32709 \begin_layout Standard
32710 \begin_inset Graphics
32711         filename ../clipart/MacroToolbar.png
32712
32713 \end_inset
32714
32715
32716 \begin_inset Index
32717 status collapsed
32718
32719 \begin_layout Plain Layout
32720 Macros ! Barra de herramientas
32721 \end_layout
32722
32723 \end_inset
32724
32725
32726 \end_layout
32727
32728 \begin_layout Standard
32729 \begin_inset VSpace defskip
32730 \end_inset
32731
32732
32733 \end_layout
32734
32735 \begin_layout Standard
32736 La barra de herramientas de macros contiene los siguientes botones:
32737 \end_layout
32738
32739 \begin_layout Standard
32740 \begin_inset VSpace defskip
32741 \end_inset
32742
32743
32744 \end_layout
32745
32746 \begin_layout Standard
32747 \begin_inset Tabular
32748 <lyxtabular version="3" rows="9" columns="2">
32749 <features islongtable="true">
32750 <column alignment="left" valignment="top" width="0">
32751 <column alignment="left" valignment="top" width="85col%">
32752 <row interlinespace="2.5mm">
32753 <cell alignment="center" valignment="top" usebox="none">
32754 \begin_inset Text
32755
32756 \begin_layout Plain Layout
32757 \begin_inset Graphics
32758         filename ../../images/math-macro-remove-param.png
32759         BoundingBox 0bp 5bp 20bp 25bp
32760         rotateOrigin center
32761
32762 \end_inset
32763
32764
32765 \end_layout
32766
32767 \end_inset
32768 </cell>
32769 <cell alignment="center" valignment="top" usebox="none">
32770 \begin_inset Text
32771
32772 \begin_layout Plain Layout
32773
32774 \family sans
32775 Editar\SpecialChar \menuseparator
32776 Ecuación\SpecialChar \menuseparator
32777 Definición de macro\SpecialChar \menuseparator
32778 Quitar último argumento
32779 \end_layout
32780
32781 \end_inset
32782 </cell>
32783 </row>
32784 <row interlinespace="2.5mm">
32785 <cell alignment="center" valignment="top" usebox="none">
32786 \begin_inset Text
32787
32788 \begin_layout Plain Layout
32789 \begin_inset Graphics
32790         filename ../../images/math-macro-add-param.png
32791         BoundingBox 0bp 5bp 20bp 25bp
32792         rotateOrigin center
32793
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \end_inset
32800 </cell>
32801 <cell alignment="center" valignment="top" usebox="none">
32802 \begin_inset Text
32803
32804 \begin_layout Plain Layout
32805
32806 \family sans
32807 Editar\SpecialChar \menuseparator
32808 Ecuación\SpecialChar \menuseparator
32809 Definición de macro\SpecialChar \menuseparator
32810 Añadir argumento
32811 \end_layout
32812
32813 \end_inset
32814 </cell>
32815 </row>
32816 <row interlinespace="2.5mm">
32817 <cell alignment="center" valignment="top" usebox="none">
32818 \begin_inset Text
32819
32820 \begin_layout Plain Layout
32821 \begin_inset Graphics
32822         filename ../../images/math-macro-make-optional.png
32823         BoundingBox 0bp 5bp 20bp 25bp
32824         rotateOrigin center
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \end_inset
32832 </cell>
32833 <cell alignment="center" valignment="top" usebox="none">
32834 \begin_inset Text
32835
32836 \begin_layout Plain Layout
32837
32838 \family sans
32839 Editar\SpecialChar \menuseparator
32840 Ecuación\SpecialChar \menuseparator
32841 Definición de macro\SpecialChar \menuseparator
32842 Hacer opcional el primer
32843 \begin_inset Newline newline
32844 \end_inset
32845
32846
32847 \begin_inset ERT
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851
32852
32853 \backslash
32854 hphantom{
32855 \end_layout
32856
32857 \end_inset
32858
32859 Editar\SpecialChar \menuseparator
32860 Ecuación\SpecialChar \menuseparator
32861 Definición de macro\SpecialChar \menuseparator
32862
32863 \begin_inset ERT
32864 status collapsed
32865
32866 \begin_layout Plain Layout
32867
32868 }
32869 \end_layout
32870
32871 \end_inset
32872
32873 argumento no opcional
32874 \end_layout
32875
32876 \end_inset
32877 </cell>
32878 </row>
32879 <row interlinespace="2.5mm">
32880 <cell alignment="center" valignment="top" usebox="none">
32881 \begin_inset Text
32882
32883 \begin_layout Plain Layout
32884 \begin_inset Graphics
32885         filename ../../images/math-macro-make-nonoptional.png
32886         BoundingBox 0bp 5bp 20bp 25bp
32887         rotateOrigin center
32888
32889 \end_inset
32890
32891
32892 \end_layout
32893
32894 \end_inset
32895 </cell>
32896 <cell alignment="center" valignment="top" usebox="none">
32897 \begin_inset Text
32898
32899 \begin_layout Plain Layout
32900
32901 \family sans
32902 Editar\SpecialChar \menuseparator
32903 Ecuación\SpecialChar \menuseparator
32904 Definición de macro\SpecialChar \menuseparator
32905 Hacer no opcional el primer
32906 \begin_inset Newline newline
32907 \end_inset
32908
32909
32910 \begin_inset ERT
32911 status collapsed
32912
32913 \begin_layout Plain Layout
32914
32915
32916 \backslash
32917 hphantom{
32918 \end_layout
32919
32920 \end_inset
32921
32922 Editar\SpecialChar \menuseparator
32923 Ecuación\SpecialChar \menuseparator
32924 Definición de macro\SpecialChar \menuseparator
32925
32926 \begin_inset ERT
32927 status collapsed
32928
32929 \begin_layout Plain Layout
32930
32931 }
32932 \end_layout
32933
32934 \end_inset
32935
32936 argumento opcional
32937 \end_layout
32938
32939 \end_inset
32940 </cell>
32941 </row>
32942 <row interlinespace="2.5mm">
32943 <cell alignment="center" valignment="top" usebox="none">
32944 \begin_inset Text
32945
32946 \begin_layout Plain Layout
32947 \begin_inset Graphics
32948         filename ../../images/math-macro-remove-optional-param.png
32949         BoundingBox 0bp 5bp 20bp 25bp
32950         rotateOrigin center
32951
32952 \end_inset
32953
32954
32955 \end_layout
32956
32957 \end_inset
32958 </cell>
32959 <cell alignment="center" valignment="top" usebox="none">
32960 \begin_inset Text
32961
32962 \begin_layout Plain Layout
32963
32964 \family sans
32965 Editar\SpecialChar \menuseparator
32966 Ecuación\SpecialChar \menuseparator
32967 Definición de macro\SpecialChar \menuseparator
32968 Quitar argumento opcional
32969 \end_layout
32970
32971 \end_inset
32972 </cell>
32973 </row>
32974 <row interlinespace="2.5mm">
32975 <cell alignment="center" valignment="top" usebox="none">
32976 \begin_inset Text
32977
32978 \begin_layout Plain Layout
32979 \begin_inset Graphics
32980         filename ../../images/math-macro-add-optional-param.png
32981         BoundingBox 0bp 5bp 20bp 25bp
32982         rotateOrigin center
32983
32984 \end_inset
32985
32986
32987 \end_layout
32988
32989 \end_inset
32990 </cell>
32991 <cell alignment="center" valignment="top" usebox="none">
32992 \begin_inset Text
32993
32994 \begin_layout Plain Layout
32995
32996 \family sans
32997 Editar\SpecialChar \menuseparator
32998 Ecuación\SpecialChar \menuseparator
32999 Definición de macro\SpecialChar \menuseparator
33000 Insertar argumento opcional
33001 \end_layout
33002
33003 \end_inset
33004 </cell>
33005 </row>
33006 <row interlinespace="2.5mm">
33007 <cell alignment="center" valignment="top" usebox="none">
33008 \begin_inset Text
33009
33010 \begin_layout Plain Layout
33011 \begin_inset Graphics
33012         filename ../../images/math-macro-remove-greedy-param.png
33013         BoundingBox 0bp 5bp 20bp 25bp
33014         rotateOrigin center
33015
33016 \end_inset
33017
33018
33019 \end_layout
33020
33021 \end_inset
33022 </cell>
33023 <cell alignment="center" valignment="top" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027
33028 \family sans
33029 Editar\SpecialChar \menuseparator
33030 Ecuación\SpecialChar \menuseparator
33031 Definición de macro\SpecialChar \menuseparator
33032 Quitar último argumento
33033 \begin_inset Newline newline
33034 \end_inset
33035
33036
33037 \begin_inset ERT
33038 status collapsed
33039
33040 \begin_layout Plain Layout
33041
33042
33043 \backslash
33044 hphantom{
33045 \end_layout
33046
33047 \end_inset
33048
33049 Editar\SpecialChar \menuseparator
33050 Ecuación\SpecialChar \menuseparator
33051 Definición de macro\SpecialChar \menuseparator
33052
33053 \begin_inset ERT
33054 status collapsed
33055
33056 \begin_layout Plain Layout
33057
33058 }
33059 \end_layout
33060
33061 \end_inset
33062
33063 yendo hacia la derecha
33064 \end_layout
33065
33066 \end_inset
33067 </cell>
33068 </row>
33069 <row interlinespace="2.5mm">
33070 <cell alignment="center" valignment="top" usebox="none">
33071 \begin_inset Text
33072
33073 \begin_layout Plain Layout
33074 \begin_inset Graphics
33075         filename ../../images/math-macro-append-greedy-param.png
33076         BoundingBox 0bp 5bp 20bp 25bp
33077         rotateOrigin center
33078
33079 \end_inset
33080
33081
33082 \end_layout
33083
33084 \end_inset
33085 </cell>
33086 <cell alignment="center" valignment="top" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090
33091 \family sans
33092 Editar\SpecialChar \menuseparator
33093 Ecuación\SpecialChar \menuseparator
33094 Definición de macro\SpecialChar \menuseparator
33095 Añadir argumento comiendo
33096 \begin_inset Newline newline
33097 \end_inset
33098
33099
33100 \begin_inset ERT
33101 status collapsed
33102
33103 \begin_layout Plain Layout
33104
33105
33106 \backslash
33107 hphantom{
33108 \end_layout
33109
33110 \end_inset
33111
33112 Editar\SpecialChar \menuseparator
33113 Ecuación\SpecialChar \menuseparator
33114 Definición de macro\SpecialChar \menuseparator
33115
33116 \begin_inset ERT
33117 status collapsed
33118
33119 \begin_layout Plain Layout
33120
33121 }
33122 \end_layout
33123
33124 \end_inset
33125
33126 desde la derecha
33127 \end_layout
33128
33129 \end_inset
33130 </cell>
33131 </row>
33132 <row interlinespace="2.5mm">
33133 <cell alignment="center" valignment="top" usebox="none">
33134 \begin_inset Text
33135
33136 \begin_layout Plain Layout
33137 \begin_inset Graphics
33138         filename ../../images/math-macro-add-greedy-optional-param.png
33139         BoundingBox 0bp 5bp 20bp 25bp
33140         rotateOrigin center
33141
33142 \end_inset
33143
33144
33145 \end_layout
33146
33147 \end_inset
33148 </cell>
33149 <cell alignment="center" valignment="top" usebox="none">
33150 \begin_inset Text
33151
33152 \begin_layout Plain Layout
33153
33154 \family sans
33155 Editar\SpecialChar \menuseparator
33156 Ecuación\SpecialChar \menuseparator
33157 Definición de macro\SpecialChar \menuseparator
33158 Añadir argumento opcional
33159 \begin_inset Newline newline
33160 \end_inset
33161
33162
33163 \begin_inset ERT
33164 status collapsed
33165
33166 \begin_layout Plain Layout
33167
33168
33169 \backslash
33170 hphantom{
33171 \end_layout
33172
33173 \end_inset
33174
33175 Editar\SpecialChar \menuseparator
33176 Ecuación\SpecialChar \menuseparator
33177 Definición de macro\SpecialChar \menuseparator
33178
33179 \begin_inset ERT
33180 status collapsed
33181
33182 \begin_layout Plain Layout
33183
33184 }
33185 \end_layout
33186
33187 \end_inset
33188
33189 comiendo desde la derecha
33190 \end_layout
33191
33192 \end_inset
33193 </cell>
33194 </row>
33195 </lyxtabular>
33196
33197 \end_inset
33198
33199
33200 \end_layout
33201
33202 \begin_layout Standard
33203 \noindent
33204 \align center
33205 \begin_inset Newpage newpage
33206 \end_inset
33207
33208
33209 \end_layout
33210
33211 \begin_layout Section
33212 Diagramas
33213 \end_layout
33214
33215 \begin_layout Standard
33216 Lyx soporta dos tipos de diagramas conmutativos: 
33217 \series bold
33218 amscd
33219 \series default
33220  y 
33221 \series bold
33222 xymatrix
33223 \series default
33224 , que se explican a continuación.
33225 \end_layout
33226
33227 \begin_layout Subsection
33228 Diagramas amscd
33229 \begin_inset Index
33230 status collapsed
33231
33232 \begin_layout Plain Layout
33233 Diagramas ! amscd
33234 \end_layout
33235
33236 \end_inset
33237
33238
33239 \end_layout
33240
33241 \begin_layout Standard
33242 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33243  verticales y horizontales:
33244 \begin_inset Formula \[
33245 \begin{CD}A@)))B@)))C\\
33246 @AAA@.@VVV\\
33247 F@(((E@(((D\end{CD}\]
33248
33249 \end_inset
33250
33251 Para obtener el diagrama se inserta en la ecuación el comando 
33252 \series bold
33253
33254 \backslash
33255 CD
33256 \begin_inset Index
33257 status collapsed
33258
33259 \begin_layout Plain Layout
33260 Comandos ! C ! 
33261 \backslash
33262 CD
33263 \end_layout
33264
33265 \end_inset
33266
33267
33268 \series default
33269 .
33270  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33271  continuación comandos.
33272  Con 
33273 \family sans
33274 Ctrl+Retorno
33275 \family default
33276  se inicia una nueva línea.
33277  En las líneas impares se insertan relaciones horizontales, en las pares
33278  verticales.
33279 \end_layout
33280
33281 \begin_layout Standard
33282 Para componer las relaciones hay los siguientes comandos:
33283 \begin_inset Foot
33284 status collapsed
33285
33286 \begin_layout Plain Layout
33287 \begin_inset CommandInset label
33288 LatexCommand label
33289 name "fn:sinónimos"
33290
33291 \end_inset
33292
33293 Los comandos con 
33294 \family sans
33295 '
33296 \series bold
33297 >
33298 \series default
33299 '
33300 \family default
33301  o 
33302 \family sans
33303 '
33304 \series bold
33305 <
33306 \series default
33307 '
33308 \family default
33309  pueden generar errores con el estilo 
33310 \series bold
33311 spanish
33312 \series default
33313  de 
33314 \series bold
33315 babel
33316 \series default
33317 .
33318  Para evitarlo se pueden sustituir por sus sinónimos 
33319 \family sans
33320 '
33321 \series bold
33322 )
33323 \series default
33324 '
33325 \family default
33326  y 
33327 \family sans
33328 '
33329 \series bold
33330 (
33331 \series default
33332 '
33333 \family default
33334  respectivamente.
33335  Véase 
33336 \begin_inset CommandInset citation
33337 LatexCommand cite
33338 key "spanish"
33339
33340 \end_inset
33341
33342 .
33343  (
33344 \emph on
33345 N.
33346 \begin_inset space \thinspace{}
33347 \end_inset
33348
33349 del t.
33350 \emph default
33351 )
33352 \end_layout
33353
33354 \end_inset
33355
33356
33357 \end_layout
33358
33359 \begin_layout Itemize
33360
33361 \series bold
33362 @<<<
33363 \series default
33364  genera una flecha hacia la izquierda, 
33365 \series bold
33366 @>>>
33367 \series default
33368  una hacia la derecha, y 
33369 \series bold
33370 @=
33371 \series default
33372  un signo igual largo
33373 \end_layout
33374
33375 \begin_layout Itemize
33376
33377 \series bold
33378 @AAA
33379 \series default
33380  genera una flecha hacia arriba, 
33381 \series bold
33382 @VVV
33383 \series default
33384  una hacia abajo, y 
33385 \series bold
33386 @|
33387 \series default
33388  un signo igual vertical
33389 \end_layout
33390
33391 \begin_layout Itemize
33392
33393 \series bold
33394 @.
33395
33396 \series default
33397  genera una ubicación vacía para relaciones inexistentes
33398 \end_layout
33399
33400 \begin_layout Standard
33401 Todas las flechas pueden etiquetarse como sigue:
33402 \end_layout
33403
33404 \begin_layout Itemize
33405 Si se inserta texto entre el primero y el segundo 
33406 \series bold
33407 <
33408 \series default
33409  o 
33410 \series bold
33411 >
33412 \series default
33413 , respectivamente, se muestra sobre la flecha.
33414  Si se inserta entre el segundo y el tercero, bajo la flecha.
33415 \end_layout
33416
33417 \begin_layout Itemize
33418 Para flechas verticales, si se inserta texto entre la primera y la segunda
33419  
33420 \series bold
33421 A
33422 \series default
33423  o 
33424 \series bold
33425 V
33426 \series default
33427 , respectivamente, se muestra al lado izquierdo de la flecha.
33428  Si se inserta entre la segunda y la tercera, al lado derecho.
33429  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33430 \end_layout
33431
33432 \begin_layout Standard
33433 Como ejemplo un diagrama con todas las relaciones posibles:
33434 \begin_inset Formula \[
33435 \begin{CD}A@)j))B@))k)C@=F\\
33436 @AmAA@.@VV{V}V@|\\
33437 D@((j\,(E@)k))F@=C\end{CD}\]
33438
33439 \end_inset
33440
33441 El comando para este diagrama es:
33442 \begin_inset Newline newline
33443 \end_inset
33444
33445
33446 \series bold
33447
33448 \backslash
33449 CD
33450 \begin_inset ERT
33451 status collapsed
33452
33453 \begin_layout Plain Layout
33454
33455
33456 \backslash
33457 spce 
33458 \end_layout
33459
33460 \end_inset
33461
33462 A@>j>>B@>>k>C@=F Ctrl+Retorno
33463 \begin_inset Newline newline
33464 \end_inset
33465
33466
33467 \begin_inset ERT
33468 status collapsed
33469
33470 \begin_layout Plain Layout
33471
33472
33473 \backslash
33474 hphantom{
33475 \end_layout
33476
33477 \end_inset
33478
33479
33480 \backslash
33481 CD
33482 \begin_inset ERT
33483 status collapsed
33484
33485 \begin_layout Plain Layout
33486
33487
33488 \backslash
33489 spce 
33490 \end_layout
33491
33492 \end_inset
33493
33494
33495 \begin_inset ERT
33496 status collapsed
33497
33498 \begin_layout Plain Layout
33499
33500 }
33501 \end_layout
33502
33503 \end_inset
33504
33505 @AmAA@.@VV
33506 \backslash
33507 {V
33508 \series default
33509
33510 \begin_inset Formula $\to$
33511 \end_inset
33512
33513
33514 \series bold
33515 V@| Ctrl+Retorno
33516 \begin_inset Newline newline
33517 \end_inset
33518
33519
33520 \begin_inset ERT
33521 status collapsed
33522
33523 \begin_layout Plain Layout
33524
33525
33526 \backslash
33527 hphantom{
33528 \end_layout
33529
33530 \end_inset
33531
33532
33533 \backslash
33534 CD
33535 \begin_inset ERT
33536 status collapsed
33537
33538 \begin_layout Plain Layout
33539
33540
33541 \backslash
33542 spce 
33543 \end_layout
33544
33545 \end_inset
33546
33547
33548 \begin_inset ERT
33549 status collapsed
33550
33551 \begin_layout Plain Layout
33552
33553 }
33554 \end_layout
33555
33556 \end_inset
33557
33558 D@<<j<E@>k>>F@=C
33559 \end_layout
33560
33561 \begin_layout Subsection
33562 Diagramas xymatrix
33563 \begin_inset Index
33564 status collapsed
33565
33566 \begin_layout Plain Layout
33567 Diagramas ! xymatrix
33568 \end_layout
33569
33570 \end_inset
33571
33572
33573 \end_layout
33574
33575 \begin_layout Standard
33576 Para usar matrices xy debe estar instalado el paquete LaTeX 
33577 \series bold
33578 xypic
33579 \series default
33580 .
33581  Una matriz xy se crea insertando el comando 
33582 \series bold
33583
33584 \backslash
33585 xymatrix
33586 \series default
33587  en una ecuación.
33588  Después podrás añadir nuevas columnas y filas como en matrices normales,
33589  véase
33590 \begin_inset space ~
33591 \end_inset
33592
33593
33594 \begin_inset CommandInset ref
33595 LatexCommand ref
33596 reference "sec:Matrices"
33597
33598 \end_inset
33599
33600 .
33601 \end_layout
33602
33603 \begin_layout Standard
33604 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33605  y curvadas, y mucho más.
33606  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33607  se explican en el 
33608 \emph on
33609 Manual de XY-pic
33610 \emph default
33611  que se encuentra en el menú 
33612 \family sans
33613 Ayuda\SpecialChar \menuseparator
33614 Manuales
33615 \begin_inset space ~
33616 \end_inset
33617
33618 específicos
33619 \family default
33620 .
33621 \end_layout
33622
33623 \begin_layout Section
33624 Indicaciones
33625 \begin_inset ERT
33626 status collapsed
33627
33628 \begin_layout Plain Layout
33629
33630
33631 \backslash
33632 texorpdfstring{
33633 \end_layout
33634
33635 \end_inset
33636
33637
33638 \begin_inset Foot
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642 Otras sugerencias útiles para matemáticas en 
33643 \begin_inset CommandInset citation
33644 LatexCommand cite
33645 key "Voss"
33646
33647 \end_inset
33648
33649 .
33650 \end_layout
33651
33652 \end_inset
33653
33654
33655 \begin_inset ERT
33656 status collapsed
33657
33658 \begin_layout Plain Layout
33659
33660 }{}
33661 \end_layout
33662
33663 \end_inset
33664
33665
33666 \begin_inset Note Note
33667 status collapsed
33668
33669 \begin_layout Plain Layout
33670
33671 \backslash
33672 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
33673  PDF.
33674 \end_layout
33675
33676 \begin_layout Plain Layout
33677 Más sobre 
33678 \backslash
33679 texorpdfstring hay en la sección 
33680 \begin_inset CommandInset ref
33681 LatexCommand ref
33682 reference "sub:Ecuaciones-en-encabezados"
33683
33684 \end_inset
33685
33686 .
33687 \end_layout
33688
33689 \end_inset
33690
33691
33692 \begin_inset Index
33693 status collapsed
33694
33695 \begin_layout Plain Layout
33696 Indicaciones
33697 \end_layout
33698
33699 \end_inset
33700
33701
33702 \end_layout
33703
33704 \begin_layout Subsection
33705 Símbolos y ecuaciones químicas
33706 \begin_inset CommandInset label
33707 LatexCommand label
33708 name "sub:Símbolos-y-ecuaciones-químicas"
33709
33710 \end_inset
33711
33712
33713 \begin_inset Index
33714 status collapsed
33715
33716 \begin_layout Plain Layout
33717 Química ! símbolos
33718 \end_layout
33719
33720 \end_inset
33721
33722
33723 \begin_inset Index
33724 status collapsed
33725
33726 \begin_layout Plain Layout
33727 Química ! caracteres
33728 \end_layout
33729
33730 \end_inset
33731
33732
33733 \begin_inset Index
33734 status collapsed
33735
33736 \begin_layout Plain Layout
33737 Ecuación ! química|see
33738 \begin_inset ERT
33739 status collapsed
33740
33741 \begin_layout Plain Layout
33742
33743 {
33744 \end_layout
33745
33746 \end_inset
33747
33748 Química
33749 \begin_inset ERT
33750 status collapsed
33751
33752 \begin_layout Plain Layout
33753
33754 }
33755 \end_layout
33756
33757 \end_inset
33758
33759
33760 \end_layout
33761
33762 \end_inset
33763
33764
33765 \begin_inset Index
33766 status collapsed
33767
33768 \begin_layout Plain Layout
33769 Química ! iones
33770 \end_layout
33771
33772 \end_inset
33773
33774
33775 \begin_inset Index
33776 status collapsed
33777
33778 \begin_layout Plain Layout
33779 Iones|see
33780 \begin_inset ERT
33781 status collapsed
33782
33783 \begin_layout Plain Layout
33784
33785 {
33786 \end_layout
33787
33788 \end_inset
33789
33790 Química
33791 \begin_inset ERT
33792 status collapsed
33793
33794 \begin_layout Plain Layout
33795
33796 }
33797 \end_layout
33798
33799 \end_inset
33800
33801
33802 \end_layout
33803
33804 \end_inset
33805
33806
33807 \begin_inset Index
33808 status collapsed
33809
33810 \begin_layout Plain Layout
33811 Química ! reacción
33812 \end_layout
33813
33814 \end_inset
33815
33816
33817 \end_layout
33818
33819 \begin_layout Standard
33820 Un ejemplo de texto de química:
33821 \end_layout
33822
33823 \begin_layout Quote
33824 El ión 
33825 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
33826 \end_inset
33827
33828  reacciona con dos iones 
33829 \begin_inset Formula $\mathrm{Na^{+}}$
33830 \end_inset
33831
33832  para dar sulfato de sodio 
33833 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
33834 \end_inset
33835
33836 .
33837  La ecuación química es:
33838 \begin_inset Formula \[
33839 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
33840
33841 \end_inset
33842
33843
33844 \end_layout
33845
33846 \begin_layout Standard
33847 Esta ecuación química puede componerse directamente en modo ecuación.
33848  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
33849  y con el atajo 
33850 \family sans
33851 Alt+C
33852 \begin_inset space ~
33853 \end_inset
33854
33855 R
33856 \family default
33857  se cambia en redonda.
33858 \begin_inset Foot
33859 status collapsed
33860
33861 \begin_layout Plain Layout
33862 véase estilos de fuentes en 
33863 \begin_inset CommandInset ref
33864 LatexCommand ref
33865 reference "sub:Estilos-de-fuentes"
33866
33867 \end_inset
33868
33869 .
33870 \end_layout
33871
33872 \end_inset
33873
33874
33875 \end_layout
33876
33877 \begin_layout Subsection
33878 Números negativos
33879 \begin_inset Index
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883 Numeros@Números ! negativos
33884 \end_layout
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \begin_layout Standard
33892 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33893  menos delante del número tiene la misma longitud que el operador signo
33894  menos.
33895  Si se escribe el número negativo en texto normal el signo menos aparece
33896  correctamente.
33897 \end_layout
33898
33899 \begin_layout Standard
33900 Así pues, el problema desaparece si se convierte el signo menos a texto
33901  matemático.
33902 \end_layout
33903
33904 \begin_layout Standard
33905 Un ejemplo para visualizar el problema:
33906 \end_layout
33907
33908 \begin_layout Standard
33909 \noindent
33910 \align center
33911 \begin_inset Tabular
33912 <lyxtabular version="3" rows="3" columns="2">
33913 <features>
33914 <column alignment="center" valignment="top" width="0">
33915 <column alignment="center" valignment="top" width="0">
33916 <row>
33917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33918 \begin_inset Text
33919
33920 \begin_layout Plain Layout
33921 texto normal:
33922 \end_layout
33923
33924 \end_inset
33925 </cell>
33926 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33927 \begin_inset Text
33928
33929 \begin_layout Plain Layout
33930 x = -2
33931 \end_layout
33932
33933 \end_inset
33934 </cell>
33935 </row>
33936 <row>
33937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33938 \begin_inset Text
33939
33940 \begin_layout Plain Layout
33941 ecuación:
33942 \end_layout
33943
33944 \end_inset
33945 </cell>
33946 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33947 \begin_inset Text
33948
33949 \begin_layout Plain Layout
33950 \begin_inset Formula $x=-2$
33951 \end_inset
33952
33953
33954 \end_layout
33955
33956 \end_inset
33957 </cell>
33958 </row>
33959 <row>
33960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33961 \begin_inset Text
33962
33963 \begin_layout Plain Layout
33964 solución:
33965 \end_layout
33966
33967 \end_inset
33968 </cell>
33969 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33970 \begin_inset Text
33971
33972 \begin_layout Plain Layout
33973 \begin_inset Formula $x=\mbox{-}2$
33974 \end_inset
33975
33976
33977 \end_layout
33978
33979 \end_inset
33980 </cell>
33981 </row>
33982 </lyxtabular>
33983
33984 \end_inset
33985
33986
33987 \end_layout
33988
33989 \begin_layout Subsection
33990 Coma como separador decimal
33991 \begin_inset Index
33992 status collapsed
33993
33994 \begin_layout Plain Layout
33995 Coma decimal
33996 \end_layout
33997
33998 \end_inset
33999
34000
34001 \end_layout
34002
34003 \begin_layout Standard
34004 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
34005  de grupos numéricos.
34006  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
34007 \end_layout
34008
34009 \begin_layout Standard
34010 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
34011  
34012 \family sans
34013 Ctrl+M
34014 \family default
34015 ).
34016 \end_layout
34017
34018 \begin_layout Standard
34019 Para usar las comas en todas las fórmulas del documento como separador decimal,
34020  se carga el archivo 
34021 \series bold
34022 icomma.sty
34023 \series default
34024
34025 \begin_inset Foot
34026 status collapsed
34027
34028 \begin_layout Plain Layout
34029
34030 \series bold
34031 icomma
34032 \series default
34033  forma parte del paquete LaTeX 
34034 \series bold
34035 was
34036 \series default
34037
34038 \begin_inset Index
34039 status collapsed
34040
34041 \begin_layout Plain Layout
34042 Paquetes ! was
34043 \begin_inset ERT
34044 status collapsed
34045
34046 \begin_layout Plain Layout
34047
34048
34049 \backslash
34050 vspace{4mm}
34051 \end_layout
34052
34053 \end_inset
34054
34055
34056 \end_layout
34057
34058 \end_inset
34059
34060 .
34061 \end_layout
34062
34063 \end_inset
34064
34065
34066 \begin_inset Index
34067 status collapsed
34068
34069 \begin_layout Plain Layout
34070 Paquetes ! icomma
34071 \end_layout
34072
34073 \end_inset
34074
34075  en el preámbulo LaTeX con la línea: 
34076 \end_layout
34077
34078 \begin_layout Standard
34079
34080 \series bold
34081
34082 \backslash
34083 usepackage{icomma}
34084 \end_layout
34085
34086 \begin_layout Subsection
34087 Vectores físicos
34088 \begin_inset CommandInset label
34089 LatexCommand label
34090 name "sub:Vectores-físicos"
34091
34092 \end_inset
34093
34094
34095 \begin_inset Index
34096 status collapsed
34097
34098 \begin_layout Plain Layout
34099 Vectores físicos
34100 \end_layout
34101
34102 \end_inset
34103
34104
34105 \end_layout
34106
34107 \begin_layout Standard
34108 El paquete LaTeX 
34109 \series bold
34110 braket
34111 \series default
34112
34113 \begin_inset Foot
34114 status collapsed
34115
34116 \begin_layout Plain Layout
34117
34118 \series bold
34119 braket
34120 \series default
34121  se incluye en las instalaciones estándar de LaTeX.
34122 \end_layout
34123
34124 \end_inset
34125
34126
34127 \begin_inset Index
34128 status collapsed
34129
34130 \begin_layout Plain Layout
34131 Paquetes ! braket
34132 \end_layout
34133
34134 \end_inset
34135
34136  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
34137 \end_layout
34138
34139 \begin_layout Standard
34140
34141 \series bold
34142
34143 \backslash
34144 usepackage{braket}
34145 \end_layout
34146
34147 \begin_layout Standard
34148 \begin_inset ERT
34149 status collapsed
34150
34151 \begin_layout Plain Layout
34152
34153
34154 \backslash
34155 ifbraket 
34156 \end_layout
34157
34158 \end_inset
34159
34160
34161 \begin_inset Note Note
34162 status collapsed
34163
34164 \begin_layout Plain Layout
34165 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
34166 \series bold
34167 braket
34168 \series default
34169  está instalado.
34170 \end_layout
34171
34172 \end_inset
34173
34174
34175 \end_layout
34176
34177 \begin_layout Standard
34178 Están definidos los siguientes comandos:
34179 \end_layout
34180
34181 \begin_layout Standard
34182 \noindent
34183 \align center
34184 \begin_inset Tabular
34185 <lyxtabular version="3" rows="4" columns="2">
34186 <features>
34187 <column alignment="center" valignment="top" width="0">
34188 <column alignment="center" valignment="top" width="0">
34189 <row>
34190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34191 \begin_inset Text
34192
34193 \begin_layout Plain Layout
34194 Comando
34195 \end_layout
34196
34197 \end_inset
34198 </cell>
34199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34200 \begin_inset Text
34201
34202 \begin_layout Plain Layout
34203 Resultado
34204 \end_layout
34205
34206 \end_inset
34207 </cell>
34208 </row>
34209 <row>
34210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34211 \begin_inset Text
34212
34213 \begin_layout Plain Layout
34214
34215 \backslash
34216 Bra{
34217 \backslash
34218 psi
34219 \end_layout
34220
34221 \end_inset
34222 </cell>
34223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34224 \begin_inset Text
34225
34226 \begin_layout Plain Layout
34227 \begin_inset Formula $\Bra{\psi}$
34228 \end_inset
34229
34230
34231 \end_layout
34232
34233 \end_inset
34234 </cell>
34235 </row>
34236 <row>
34237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34238 \begin_inset Text
34239
34240 \begin_layout Plain Layout
34241
34242 \backslash
34243 Ket{
34244 \backslash
34245 psi
34246 \end_layout
34247
34248 \end_inset
34249 </cell>
34250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34251 \begin_inset Text
34252
34253 \begin_layout Plain Layout
34254 \begin_inset Formula $\Ket{\psi}$
34255 \end_inset
34256
34257
34258 \end_layout
34259
34260 \end_inset
34261 </cell>
34262 </row>
34263 <row>
34264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34265 \begin_inset Text
34266
34267 \begin_layout Plain Layout
34268
34269 \backslash
34270 Braket{
34271 \backslash
34272 psi|
34273 \backslash
34274 phi
34275 \end_layout
34276
34277 \end_inset
34278 </cell>
34279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34280 \begin_inset Text
34281
34282 \begin_layout Plain Layout
34283 \begin_inset Formula $\Braket{\psi|\phi}$
34284 \end_inset
34285
34286
34287 \end_layout
34288
34289 \end_inset
34290 </cell>
34291 </row>
34292 </lyxtabular>
34293
34294 \end_inset
34295
34296
34297 \end_layout
34298
34299 \begin_layout Standard
34300 El comando 
34301 \series bold
34302
34303 \backslash
34304 Braket
34305 \series default
34306  asegura que todas las barras verticales tienen el tamaño de los delimitadores
34307  circundantes:
34308 \begin_inset Formula \[
34309 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34310
34311 \end_inset
34312
34313
34314 \begin_inset ERT
34315 status collapsed
34316
34317 \begin_layout Plain Layout
34318
34319
34320 \backslash
34321 else
34322 \end_layout
34323
34324 \end_inset
34325
34326
34327 \begin_inset Note Note
34328 status collapsed
34329
34330 \begin_layout Plain Layout
34331 Lo que sigue se verá en la salida si el paquete LaTeX 
34332 \series bold
34333 braket
34334 \series default
34335  no está instalado:
34336 \end_layout
34337
34338 \end_inset
34339
34340
34341 \end_layout
34342
34343 \begin_layout Standard
34344 Debes instalar el paquete LaTeX 
34345 \series bold
34346 braket
34347 \series default
34348  para ver en la salida el resto de esta subsección.
34349 \end_layout
34350
34351 \begin_layout Standard
34352 \begin_inset ERT
34353 status collapsed
34354
34355 \begin_layout Plain Layout
34356
34357
34358 \backslash
34359 fi
34360 \end_layout
34361
34362 \end_inset
34363
34364
34365 \end_layout
34366
34367 \begin_layout Standard
34368 El efecto de 
34369 \series bold
34370
34371 \backslash
34372 Braket
34373 \series default
34374  también se puede conseguir con el comando 
34375 \series bold
34376
34377 \backslash
34378 middle
34379 \series default
34380 , que se describe en 
34381 \begin_inset CommandInset ref
34382 LatexCommand ref
34383 reference "sub:Tamaño-automático-de"
34384
34385 \end_inset
34386
34387 .
34388 \end_layout
34389
34390 \begin_layout Subsection
34391 Fracciones definidas por el usuario
34392 \begin_inset CommandInset label
34393 LatexCommand label
34394 name "sub:Fracciones-personalizadas"
34395
34396 \end_inset
34397
34398
34399 \begin_inset Index
34400 status collapsed
34401
34402 \begin_layout Plain Layout
34403 Fracciones ! personalizadas
34404 \end_layout
34405
34406 \end_inset
34407
34408
34409 \end_layout
34410
34411 \begin_layout Standard
34412 Para definir comandos personalizados para fracciones, se usa el comando
34413  
34414 \series bold
34415
34416 \backslash
34417 genfrac
34418 \series default
34419
34420 \begin_inset Index
34421 status collapsed
34422
34423 \begin_layout Plain Layout
34424 Comandos ! G ! 
34425 \backslash
34426 genfrac
34427 \end_layout
34428
34429 \end_inset
34430
34431  con el siguiente esquema:
34432 \end_layout
34433
34434 \begin_layout Standard
34435
34436 \series bold
34437
34438 \backslash
34439 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
34440 \begin_inset Newline newline
34441 \end_inset
34442
34443
34444 \begin_inset ERT
34445 status collapsed
34446
34447 \begin_layout Plain Layout
34448
34449
34450 \backslash
34451 phantom{
34452 \end_layout
34453
34454 \end_inset
34455
34456
34457 \backslash
34458 genfrac{
34459 \begin_inset ERT
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463
34464 }
34465 \end_layout
34466
34467 \end_inset
34468
34469 fracción}{estilo}{numerador}{denominador}
34470 \end_layout
34471
34472 \begin_layout Standard
34473 El estilo es un número en el rango 0-3.
34474 \end_layout
34475
34476 \begin_layout Standard
34477 \align center
34478 \begin_inset Tabular
34479 <lyxtabular version="3" rows="5" columns="2">
34480 <features>
34481 <column alignment="center" valignment="top" width="0">
34482 <column alignment="center" valignment="top" width="0">
34483 <row>
34484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34485 \begin_inset Text
34486
34487 \begin_layout Plain Layout
34488 Número
34489 \end_layout
34490
34491 \end_inset
34492 </cell>
34493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34494 \begin_inset Text
34495
34496 \begin_layout Plain Layout
34497 Estilo (tamaño)
34498 \end_layout
34499
34500 \end_inset
34501 </cell>
34502 </row>
34503 <row>
34504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34505 \begin_inset Text
34506
34507 \begin_layout Plain Layout
34508 0
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34514 \begin_inset Text
34515
34516 \begin_layout Plain Layout
34517 ecuación presentada
34518 \end_layout
34519
34520 \end_inset
34521 </cell>
34522 </row>
34523 <row>
34524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34525 \begin_inset Text
34526
34527 \begin_layout Plain Layout
34528 1
34529 \end_layout
34530
34531 \end_inset
34532 </cell>
34533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34534 \begin_inset Text
34535
34536 \begin_layout Plain Layout
34537 ecuación en línea
34538 \end_layout
34539
34540 \end_inset
34541 </cell>
34542 </row>
34543 <row>
34544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34545 \begin_inset Text
34546
34547 \begin_layout Plain Layout
34548 2
34549 \end_layout
34550
34551 \end_inset
34552 </cell>
34553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557 pequeño
34558 \end_layout
34559
34560 \end_inset
34561 </cell>
34562 </row>
34563 <row>
34564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34565 \begin_inset Text
34566
34567 \begin_layout Plain Layout
34568 3
34569 \end_layout
34570
34571 \end_inset
34572 </cell>
34573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34574 \begin_inset Text
34575
34576 \begin_layout Plain Layout
34577 muy pequeño
34578 \end_layout
34579
34580 \end_inset
34581 </cell>
34582 </row>
34583 </lyxtabular>
34584
34585 \end_inset
34586
34587
34588 \end_layout
34589
34590 \begin_layout Standard
34591 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
34592  
34593 \series bold
34594
34595 \backslash
34596 frac
34597 \series default
34598 .
34599 \end_layout
34600
34601 \begin_layout Standard
34602 Si no se pone grosor de la raya de fracción se usará el valor predefinido
34603  de 0.4
34604 \begin_inset space \thinspace{}
34605 \end_inset
34606
34607 pt.
34608 \end_layout
34609
34610 \begin_layout Standard
34611 Por ejemplo, los comandos 
34612 \series bold
34613
34614 \backslash
34615 dfrac
34616 \series default
34617  y 
34618 \series bold
34619
34620 \backslash
34621 tbinom
34622 \series default
34623  de la 
34624 \begin_inset CommandInset ref
34625 LatexCommand ref
34626 reference "sub:Fracciones"
34627
34628 \end_inset
34629
34630  se definen con los comandos:
34631 \end_layout
34632
34633 \begin_layout Standard
34634
34635 \series bold
34636
34637 \backslash
34638 newcommand{
34639 \backslash
34640 dfrac}[2]{
34641 \backslash
34642 genfrac{}{}{}{0}{#1}{#2}}
34643 \end_layout
34644
34645 \begin_layout Standard
34646 y
34647 \end_layout
34648
34649 \begin_layout Standard
34650
34651 \series bold
34652
34653 \backslash
34654 newcommand{
34655 \backslash
34656 tbinom}[2]{
34657 \backslash
34658 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34659 \end_layout
34660
34661 \begin_layout Standard
34662 \begin_inset VSpace medskip
34663 \end_inset
34664
34665
34666 \end_layout
34667
34668 \begin_layout Standard
34669 Para definir una fracción en la que el grosor de la raya se pueda definir
34670  como argumento opcional, se inserta la siguiente línea en el preámbulo
34671  LaTeX:
34672 \end_layout
34673
34674 \begin_layout Standard
34675
34676 \series bold
34677
34678 \backslash
34679 newcommand{
34680 \backslash
34681 fracS}[3][]{
34682 \backslash
34683 genfrac{}{}{#1}{}{#2}{#3}}
34684 \end_layout
34685
34686 \begin_layout Standard
34687 Un ensayo:
34688 \begin_inset Formula \begin{align*}
34689 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34690 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34691
34692 \end_inset
34693
34694 Como se puede ver, la distancia del numerador y el denominador a la raya
34695  de fracción se redondea a unas tres veces el grosor de la raya.
34696 \end_layout
34697
34698 \begin_layout Subsection
34699 Ecuaciones canceladas
34700 \begin_inset Index
34701 status collapsed
34702
34703 \begin_layout Plain Layout
34704 Ecuación ! cancelada
34705 \end_layout
34706
34707 \end_inset
34708
34709
34710 \end_layout
34711
34712 \begin_layout Standard
34713 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
34714  
34715 \series bold
34716 cancel
34717 \series default
34718
34719 \begin_inset Foot
34720 status collapsed
34721
34722 \begin_layout Plain Layout
34723
34724 \series bold
34725 cancel
34726 \series default
34727  forma parte de las distribuciones estándar de LaTeX.
34728 \end_layout
34729
34730 \end_inset
34731
34732
34733 \begin_inset Index
34734 status collapsed
34735
34736 \begin_layout Plain Layout
34737 Paquetes ! cancel
34738 \end_layout
34739
34740 \end_inset
34741
34742  con la línea de preámbulo LaTeX
34743 \end_layout
34744
34745 \begin_layout Standard
34746
34747 \series bold
34748
34749 \backslash
34750 usepackage[samesize]{cancel}
34751 \end_layout
34752
34753 \begin_layout Standard
34754 Hay cuatro formas de cancelar ecuaciones:
34755 \end_layout
34756
34757 \begin_layout Standard
34758 \align center
34759 \begin_inset Tabular
34760 <lyxtabular version="3" rows="5" columns="2">
34761 <features>
34762 <column alignment="center" valignment="top" width="0">
34763 <column alignment="center" valignment="top" width="0">
34764 <row>
34765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34766 \begin_inset Text
34767
34768 \begin_layout Plain Layout
34769 Comando
34770 \end_layout
34771
34772 \end_inset
34773 </cell>
34774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34775 \begin_inset Text
34776
34777 \begin_layout Plain Layout
34778 Resultado
34779 \begin_inset Note Note
34780 status collapsed
34781
34782 \begin_layout Plain Layout
34783 El
34784 \series bold
34785  
34786 \series default
34787 espacio y 
34788 \series bold
34789
34790 \backslash
34791 raisebox
34792 \series default
34793  se usa sólo como espaciador
34794 \end_layout
34795
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \end_inset
34802 </cell>
34803 </row>
34804 <row>
34805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34806 \begin_inset Text
34807
34808 \begin_layout Plain Layout
34809
34810 \backslash
34811 cancel{
34812 \backslash
34813 int
34814 \begin_inset ERT
34815 status collapsed
34816
34817 \begin_layout Plain Layout
34818
34819
34820 \backslash
34821 spce 
34822 \end_layout
34823
34824 \end_inset
34825
34826 A=B
34827 \end_layout
34828
34829 \end_inset
34830 </cell>
34831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34832 \begin_inset Text
34833
34834 \begin_layout Plain Layout
34835 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34836 \end_inset
34837
34838
34839 \end_layout
34840
34841 \end_inset
34842 </cell>
34843 </row>
34844 <row>
34845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34846 \begin_inset Text
34847
34848 \begin_layout Plain Layout
34849
34850 \backslash
34851 bcancel{
34852 \backslash
34853 int
34854 \begin_inset ERT
34855 status collapsed
34856
34857 \begin_layout Plain Layout
34858
34859
34860 \backslash
34861 spce 
34862 \end_layout
34863
34864 \end_inset
34865
34866 A=B
34867 \end_layout
34868
34869 \end_inset
34870 </cell>
34871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34872 \begin_inset Text
34873
34874 \begin_layout Plain Layout
34875 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34876 \end_inset
34877
34878
34879 \end_layout
34880
34881 \end_inset
34882 </cell>
34883 </row>
34884 <row>
34885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889
34890 \backslash
34891 xcancel{
34892 \backslash
34893 int
34894 \begin_inset ERT
34895 status collapsed
34896
34897 \begin_layout Plain Layout
34898
34899
34900 \backslash
34901 spce 
34902 \end_layout
34903
34904 \end_inset
34905
34906 A=B
34907 \end_layout
34908
34909 \end_inset
34910 </cell>
34911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34912 \begin_inset Text
34913
34914 \begin_layout Plain Layout
34915 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34916 \end_inset
34917
34918
34919 \end_layout
34920
34921 \end_inset
34922 </cell>
34923 </row>
34924 <row>
34925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34926 \begin_inset Text
34927
34928 \begin_layout Plain Layout
34929
34930 \backslash
34931 cancelto{1
34932 \begin_inset Formula $\to$
34933 \end_inset
34934
34935
34936 \backslash
34937 {
34938 \backslash
34939 int
34940 \begin_inset ERT
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944
34945
34946 \backslash
34947 spce 
34948 \end_layout
34949
34950 \end_inset
34951
34952 A=B
34953 \end_layout
34954
34955 \end_inset
34956 </cell>
34957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34958 \begin_inset Text
34959
34960 \begin_layout Plain Layout
34961 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34962 \end_inset
34963
34964
34965 \end_layout
34966
34967 \end_inset
34968 </cell>
34969 </row>
34970 </lyxtabular>
34971
34972 \end_inset
34973
34974
34975 \end_layout
34976
34977 \begin_layout Standard
34978
34979 \series bold
34980
34981 \backslash
34982 cancelto
34983 \series default
34984  es especialmente apropiada para visualizar la simplificación de fracciones
34985  en una ecuación:
34986 \begin_inset Formula \[
34987 \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}}}\]
34988
34989 \end_inset
34990
34991
34992 \end_layout
34993
34994 \begin_layout Subsection
34995 Ecuaciones en encabezados de sección
34996 \begin_inset CommandInset label
34997 LatexCommand label
34998 name "sub:Ecuaciones-en-encabezados"
34999
35000 \end_inset
35001
35002
35003 \begin_inset Index
35004 status collapsed
35005
35006 \begin_layout Plain Layout
35007 Ecuación ! en encabezados de sección
35008 \end_layout
35009
35010 \end_inset
35011
35012
35013 \end_layout
35014
35015 \begin_layout Standard
35016 Si se quiere poner una ecuación en un encabezado de sección hay que tener
35017  en cuenta lo siguiente:
35018 \end_layout
35019
35020 \begin_layout Standard
35021 \begin_inset Note Greyedout
35022 status open
35023
35024 \begin_layout Plain Layout
35025 Si el soporte para 
35026 \series bold
35027 hyperref
35028 \series default
35029
35030 \begin_inset Index
35031 status collapsed
35032
35033 \begin_layout Plain Layout
35034 Paquetes ! hyperref
35035 \end_layout
35036
35037 \end_inset
35038
35039  está activado en la configuración del documento, 
35040 \family sans
35041 Propiedades
35042 \begin_inset space ~
35043 \end_inset
35044
35045
35046 \family default
35047 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
35048  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
35049  texto del marcador, porque se infringen las convenciones PDF.
35050 \end_layout
35051
35052 \end_inset
35053
35054
35055 \end_layout
35056
35057 \begin_layout Standard
35058 Estos problemas se pueden solucionar insertando al final del encabezado
35059  un título breve con el menú 
35060 \family sans
35061 Insertar\SpecialChar \menuseparator
35062 Título
35063 \begin_inset space ~
35064 \end_inset
35065
35066 breve
35067 \family default
35068 .
35069  Los títulos breves se usan como alternativa para encabezados de sección
35070  con más de una línea para mantener el buen aspecto del índice.
35071  En éste sólo aparece el título breve y por tanto también en los marcadores.
35072 \end_layout
35073
35074 \begin_layout Standard
35075 Si hay que poner ecuaciones en el índice y se usa 
35076 \series bold
35077 hyperref
35078 \series default
35079 , se puede insertar el siguiente comando en modo TeX:
35080 \end_layout
35081
35082 \begin_layout Standard
35083
35084 \series bold
35085
35086 \backslash
35087 texorpdfstring{parte}{alternativa}
35088 \begin_inset Index
35089 status collapsed
35090
35091 \begin_layout Plain Layout
35092 Comandos ! T ! 
35093 \backslash
35094 texorpdfstring
35095 \end_layout
35096
35097 \end_inset
35098
35099
35100 \end_layout
35101
35102 \begin_layout Standard
35103 parte se refiere a la parte del encabezado que no debería aparecer en el
35104  marcador PDF.
35105  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
35106  La alternativa se usa para el marcador en vez de la parte.
35107 \begin_inset Newpage newpage
35108 \end_inset
35109
35110
35111 \end_layout
35112
35113 \begin_layout Standard
35114 Aquí hay dos ejemplos de encabezados con ecuación:
35115 \end_layout
35116
35117 \begin_layout Standard
35118 \begin_inset VSpace -3mm
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \begin_layout Standard
35125 \begin_inset ERT
35126 status collapsed
35127
35128 \begin_layout Plain Layout
35129
35130
35131 \backslash
35132 boldmath 
35133 \end_layout
35134
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \begin_layout Subsubsection
35141 Encabezado sin ecuación en el índice 
35142 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35143 \end_inset
35144
35145
35146 \begin_inset OptArg
35147 status collapsed
35148
35149 \begin_layout Plain Layout
35150 Encabezado sin ecuación en el índice
35151 \end_layout
35152
35153 \end_inset
35154
35155
35156 \end_layout
35157
35158 \begin_layout Subsubsection
35159 Encabezado con ecuación en el índice
35160 \begin_inset ERT
35161 status collapsed
35162
35163 \begin_layout Plain Layout
35164
35165
35166 \backslash
35167 texorpdfstring{
35168 \end_layout
35169
35170 \end_inset
35171
35172  
35173 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35174 \end_inset
35175
35176
35177 \begin_inset ERT
35178 status collapsed
35179
35180 \begin_layout Plain Layout
35181
35182 }{}
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \begin_layout Standard
35191 \begin_inset ERT
35192 status collapsed
35193
35194 \begin_layout Plain Layout
35195
35196
35197 \backslash
35198 unboldmath 
35199 \end_layout
35200
35201 \end_inset
35202
35203 En el primer encabezado se ha puesto un título breve, en el segundo un 
35204 \series bold
35205
35206 \backslash
35207 texorpdfstring
35208 \series default
35209 .
35210 \end_layout
35211
35212 \begin_layout Standard
35213 Para obtener el mismo formato que en los demás encabezados se han puesto
35214  ambos en un entorno 
35215 \series bold
35216 boldmath
35217 \series default
35218 .
35219 \begin_inset Foot
35220 status collapsed
35221
35222 \begin_layout Plain Layout
35223 véase 
35224 \begin_inset CommandInset ref
35225 LatexCommand ref
35226 reference "sub:Ecuaciones-en-negrita"
35227
35228 \end_inset
35229
35230
35231 \end_layout
35232
35233 \end_inset
35234
35235
35236 \end_layout
35237
35238 \begin_layout Subsection
35239 Ecuaciones en texto multicolumna
35240 \begin_inset Index
35241 status collapsed
35242
35243 \begin_layout Plain Layout
35244 Ecuación ! en texto multicolumna
35245 \end_layout
35246
35247 \end_inset
35248
35249
35250 \end_layout
35251
35252 \begin_layout Standard
35253 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
35254  para ajustarse a la columna y entonces es preciso abarcar la anchura total
35255  de la página.
35256  Esto se hace usando el paquete LaTeX 
35257 \series bold
35258 multicol
35259 \series default
35260 ,
35261 \begin_inset Foot
35262 status collapsed
35263
35264 \begin_layout Plain Layout
35265
35266 \series bold
35267 multicol
35268 \series default
35269  forma parte de las distribuciones LaTeX estándar.
35270 \end_layout
35271
35272 \end_inset
35273
35274
35275 \begin_inset Index
35276 status collapsed
35277
35278 \begin_layout Plain Layout
35279 Paquetes ! multicol
35280 \end_layout
35281
35282 \end_inset
35283
35284  que se carga en el preámbulo LaTeX con la línea
35285 \end_layout
35286
35287 \begin_layout Standard
35288
35289 \series bold
35290
35291 \backslash
35292 usepackage{multicol}
35293 \end_layout
35294
35295 \begin_layout Standard
35296 \begin_inset Note Greyedout
35297 status collapsed
35298
35299 \begin_layout Plain Layout
35300 Ten en cuenta que la opción 
35301 \family sans
35302 Documento
35303 \begin_inset space ~
35304 \end_inset
35305
35306 con
35307 \begin_inset space ~
35308 \end_inset
35309
35310 dos
35311 \begin_inset space ~
35312 \end_inset
35313
35314 caras
35315 \family default
35316 , bajo 
35317 \family sans
35318 Diseño
35319 \begin_inset space ~
35320 \end_inset
35321
35322 de
35323 \begin_inset space ~
35324 \end_inset
35325
35326 página 
35327 \family default
35328 en el menú 
35329 \family sans
35330 Documento\SpecialChar \menuseparator
35331 Configuración
35332 \family default
35333  
35334 \emph on
35335 debe
35336 \emph default
35337  estar desmarcada.
35338 \end_layout
35339
35340 \end_inset
35341
35342
35343 \end_layout
35344
35345 \begin_layout Standard
35346 Antes del texto multicolumna se inserta en modo TeX el comando
35347 \end_layout
35348
35349 \begin_layout Standard
35350
35351 \series bold
35352
35353 \backslash
35354 begin{multicols}{número de columnas}
35355 \end_layout
35356
35357 \begin_layout Standard
35358 El número de columnas está en el rango 2-10.
35359  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
35360  TeX el comando
35361 \end_layout
35362
35363 \begin_layout Standard
35364
35365 \series bold
35366
35367 \backslash
35368 end{multicols}
35369 \end_layout
35370
35371 \begin_layout Standard
35372 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
35373  Para quitarlo se inserta un espacio vertical de -6
35374 \begin_inset space \thinspace{}
35375 \end_inset
35376
35377 mm antes de la ecuación.
35378  Si se usa el estilo 
35379 \series bold
35380 Sangrado
35381 \series default
35382 ,
35383 \begin_inset Foot
35384 status collapsed
35385
35386 \begin_layout Plain Layout
35387 véase estilos de ecuación en 
35388 \begin_inset CommandInset ref
35389 LatexCommand ref
35390 reference "sec:Estilos-de-ecuación"
35391
35392 \end_inset
35393
35394
35395 \end_layout
35396
35397 \end_inset
35398
35399  se inserta un espacio de -9
35400 \begin_inset space \thinspace{}
35401 \end_inset
35402
35403 mm.
35404 \end_layout
35405
35406 \begin_layout Standard
35407 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
35408 \end_layout
35409
35410 \begin_layout Standard
35411 \begin_inset ERT
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415
35416
35417 \backslash
35418 begin{multicols}{2}
35419 \end_layout
35420
35421 \end_inset
35422
35423 Das Spektrum wird fouriertransformiert.
35424  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
35425 , Lösungsmittel) zu trennen.
35426  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
35427  nun das Aussehen des Ausgangssignals.
35428  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
35429  über alle Phasen integrieren muss.
35430  Sei nun 
35431 \begin_inset Formula $S$
35432 \end_inset
35433
35434  unser normiertes Ausgangssignal and 
35435 \begin_inset Formula $P$
35436 \end_inset
35437
35438  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
35439 \begin_inset ERT
35440 status collapsed
35441
35442 \begin_layout Plain Layout
35443
35444
35445 \backslash
35446 end{multicols}
35447 \end_layout
35448
35449 \end_inset
35450
35451
35452 \begin_inset VSpace -6mm
35453 \end_inset
35454
35455
35456 \begin_inset Formula \begin{equation}
35457 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35458
35459 \end_inset
35460
35461
35462 \begin_inset ERT
35463 status collapsed
35464
35465 \begin_layout Plain Layout
35466
35467
35468 \backslash
35469 begin{multicols}{2}
35470 \end_layout
35471
35472 \end_inset
35473
35474 wobei 
35475 \begin_inset Formula $S_{0}$
35476 \end_inset
35477
35478  das Signal ohne Gradient ist and the Normierungsbedingung 
35479 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35480 \end_inset
35481
35482  gilt.
35483  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
35484  Direkt nach the 
35485 \begin_inset Formula $\nicefrac{\pi}{2}$
35486 \end_inset
35487
35488
35489 \begin_inset space \thinspace{}
35490 \end_inset
35491
35492 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
35493  das Signal zusätzlich abschwächt.
35494  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
35495  
35496 \begin_inset Formula $T_{2}$
35497 \end_inset
35498
35499 -Zeit.
35500 \end_layout
35501
35502 \begin_layout Standard
35503 \begin_inset ERT
35504 status collapsed
35505
35506 \begin_layout Plain Layout
35507
35508
35509 \backslash
35510 end{multicols}
35511 \end_layout
35512
35513 \end_inset
35514
35515  
35516 \end_layout
35517
35518 \begin_layout Subsection
35519 Ecuaciones con descripción de variables
35520 \begin_inset Index
35521 status collapsed
35522
35523 \begin_layout Plain Layout
35524 Ecuación ! con descripción de variables
35525 \end_layout
35526
35527 \end_inset
35528
35529
35530 \end_layout
35531
35532 \begin_layout Standard
35533 Para describir variables en una ecuación, como en la fórmula 
35534 \begin_inset CommandInset ref
35535 LatexCommand eqref
35536 reference "eq:within"
35537
35538 \end_inset
35539
35540 , se inserta una matriz 2×
35541 \begin_inset Formula $n$
35542 \end_inset
35543
35544  con columnas alineadas a la izquierda para las 
35545 \emph on
35546
35547 \begin_inset Formula $n$
35548 \end_inset
35549
35550
35551 \emph default
35552  variables usadas.
35553 \begin_inset Foot
35554 status collapsed
35555
35556 \begin_layout Plain Layout
35557 véase matrices en 
35558 \begin_inset CommandInset ref
35559 LatexCommand ref
35560 reference "sec:Matrices"
35561
35562 \end_inset
35563
35564
35565 \end_layout
35566
35567 \end_inset
35568
35569  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
35570  
35571 \series bold
35572
35573 \backslash
35574 footnotesize
35575 \series default
35576  antes de la matriz.
35577 \begin_inset Foot
35578 status collapsed
35579
35580 \begin_layout Plain Layout
35581 véase tamaños de fuentes en 
35582 \begin_inset CommandInset ref
35583 LatexCommand ref
35584 reference "sub:Tamaños-de-fuentes"
35585
35586 \end_inset
35587
35588 .
35589 \end_layout
35590
35591 \end_inset
35592
35593
35594 \end_layout
35595
35596 \begin_layout Standard
35597 Si se usa el estilo 
35598 \series bold
35599 Sangrado
35600 \series default
35601 ,
35602 \begin_inset Foot
35603 status collapsed
35604
35605 \begin_layout Plain Layout
35606 véase estilos de ecuación en 
35607 \begin_inset CommandInset ref
35608 LatexCommand ref
35609 reference "sec:Estilos-de-ecuación"
35610
35611 \end_inset
35612
35613
35614 \end_layout
35615
35616 \end_inset
35617
35618  se inserta un 
35619 \series bold
35620
35621 \backslash
35622 hfill
35623 \series default
35624
35625 \begin_inset Foot
35626 status collapsed
35627
35628 \begin_layout Plain Layout
35629
35630 \series bold
35631
35632 \backslash
35633 hfill
35634 \series default
35635  sólo funciona en ecuaciones en estilo 
35636 \series bold
35637 Sangrado
35638 \series default
35639 , véase 
35640 \begin_inset CommandInset ref
35641 LatexCommand ref
35642 reference "sub:Espacio-variable"
35643
35644 \end_inset
35645
35646
35647 \end_layout
35648
35649 \end_inset
35650
35651  delante y detrás de la matriz para que tenga la misma separación con la
35652  ecuación y con el margen.
35653 \end_layout
35654
35655 \begin_layout Standard
35656 Si se usa el estilo 
35657 \series bold
35658 Centrado
35659 \series default
35660  se emplea el método descrito en la 
35661 \begin_inset CommandInset ref
35662 LatexCommand ref
35663 reference "sub:Entorno-flalign"
35664
35665 \end_inset
35666
35667  para sangrar la ecuación.
35668  La ecuación 
35669 \begin_inset CommandInset ref
35670 LatexCommand eqref
35671 reference "eq:within"
35672
35673 \end_inset
35674
35675  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35676  la tercera la matriz y la última una llave TeX vacía.
35677 \begin_inset Formula \begin{flalign}
35678 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
35679 \rho & \mbox{densidad}\\
35680 V & \mbox{volumen}\\
35681 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
35682
35683 \end_inset
35684
35685
35686 \end_layout
35687
35688 \begin_layout Subsection
35689 Letras griegas minúsculas en redonda
35690 \begin_inset CommandInset label
35691 LatexCommand label
35692 name "sub:Griegas-en-redonda"
35693
35694 \end_inset
35695
35696
35697 \begin_inset Index
35698 status collapsed
35699
35700 \begin_layout Plain Layout
35701 Letras griegas ! en redonda
35702 \end_layout
35703
35704 \end_inset
35705
35706
35707 \end_layout
35708
35709 \begin_layout Standard
35710 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
35711  cursiva.
35712  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35713  falta letras griegas en redonda.
35714  El archivo 
35715 \series bold
35716 upgreek.sty
35717 \series default
35718
35719 \begin_inset Foot
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723
35724 \series bold
35725 upgreek
35726 \series default
35727  forma parte del paquete LaTeX 
35728 \series bold
35729 was
35730 \series default
35731
35732 \begin_inset Index
35733 status collapsed
35734
35735 \begin_layout Plain Layout
35736 Paquetes ! was
35737 \begin_inset ERT
35738 status collapsed
35739
35740 \begin_layout Plain Layout
35741
35742
35743 \backslash
35744 vspace{4mm}
35745 \end_layout
35746
35747 \end_inset
35748
35749
35750 \end_layout
35751
35752 \end_inset
35753
35754 .
35755 \end_layout
35756
35757 \end_inset
35758
35759
35760 \begin_inset Index
35761 status collapsed
35762
35763 \begin_layout Plain Layout
35764 Paquetes ! upgreek
35765 \end_layout
35766
35767 \end_inset
35768
35769 , que se carga en el preámbulo LaTeX con la línea
35770 \end_layout
35771
35772 \begin_layout Standard
35773
35774 \series bold
35775
35776 \backslash
35777 usepackage{upgreek}
35778 \end_layout
35779
35780 \begin_layout Standard
35781 las suministra.
35782  
35783 \begin_inset ERT
35784 status collapsed
35785
35786 \begin_layout Plain Layout
35787
35788
35789 \backslash
35790 ifupgreek 
35791 \end_layout
35792
35793 \end_inset
35794
35795
35796 \begin_inset Note Note
35797 status collapsed
35798
35799 \begin_layout Plain Layout
35800 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
35801  
35802 \series bold
35803 upgreek
35804 \series default
35805 .
35806 \end_layout
35807
35808 \end_inset
35809
35810  Se imprimen con el comando de la letra correspondiente precedido de 
35811 \series bold
35812 up
35813 \series default
35814 .
35815  Por ejemplo, el comando 
35816 \series bold
35817
35818 \backslash
35819 uptau
35820 \series default
35821  genera: 
35822 \begin_inset Formula $\uptau$
35823 \end_inset
35824
35825
35826 \end_layout
35827
35828 \begin_layout Standard
35829 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35830 \begin_inset Formula \[
35831 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
35832
35833 \end_inset
35834
35835
35836 \end_layout
35837
35838 \begin_layout Standard
35839 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35840  en cursiva.
35841  Por tanto no deberían emplearse para unidades como 
35842 \begin_inset Quotes fld
35843 \end_inset
35844
35845 µm
35846 \begin_inset Quotes frd
35847 \end_inset
35848
35849 .
35850 \end_layout
35851
35852 \begin_layout Standard
35853 \begin_inset ERT
35854 status collapsed
35855
35856 \begin_layout Plain Layout
35857
35858
35859 \backslash
35860 else 
35861 \end_layout
35862
35863 \end_inset
35864
35865
35866 \begin_inset Note Note
35867 status collapsed
35868
35869 \begin_layout Plain Layout
35870 Lo siguiente se mostrará si el paquete LaTeX 
35871 \series bold
35872 upgreek
35873 \series default
35874  no está instalado:
35875 \end_layout
35876
35877 \end_inset
35878
35879
35880 \end_layout
35881
35882 \begin_layout Standard
35883 Debes instalar el paquete LaTeX 
35884 \series bold
35885 upgreek
35886 \series default
35887  para ver en la salida el resto de esta subsección.
35888  
35889 \end_layout
35890
35891 \begin_layout Standard
35892 \begin_inset ERT
35893 status collapsed
35894
35895 \begin_layout Plain Layout
35896
35897
35898 \backslash
35899 fi
35900 \end_layout
35901
35902 \end_inset
35903
35904
35905 \end_layout
35906
35907 \begin_layout Subsection
35908 Caracteres de texto en ecuaciones
35909 \begin_inset CommandInset label
35910 LatexCommand label
35911 name "sub:Caracteres-de-texto"
35912
35913 \end_inset
35914
35915
35916 \begin_inset Index
35917 status collapsed
35918
35919 \begin_layout Plain Layout
35920 Texto ! en ecuaciones
35921 \end_layout
35922
35923 \end_inset
35924
35925
35926 \end_layout
35927
35928 \begin_layout Standard
35929 En algunos casos podrías querer insertar caracteres de texto directamente
35930  en ecuaciones.
35931  Por ejemplo, cuando se usa con frecuencia el punto centrado 
35932 \begin_inset Formula $\cdot$
35933 \end_inset
35934
35935  en expresiones como 
35936 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
35937 \end_inset
35938
35939 , habría que insertar el comando 
35940 \series bold
35941
35942 \backslash
35943 cdot
35944 \series default
35945
35946 \begin_inset Foot
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950 véase 
35951 \begin_inset CommandInset ref
35952 LatexCommand ref
35953 reference "sub:Operadores-binarios"
35954
35955 \end_inset
35956
35957
35958 \end_layout
35959
35960 \end_inset
35961
35962  continuamente, porque este carácter está definido en todas las codificaciones
35963  como carácter de texto.
35964  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
35965 \end_layout
35966
35967 \begin_layout Standard
35968
35969 \series bold
35970
35971 \backslash
35972 Declare Inputtext{183}{
35973 \backslash
35974 ifmmode
35975 \backslash
35976 cdot
35977 \backslash
35978 else
35979 \backslash
35980 textperiodcentered
35981 \backslash
35982 f\SpecialChar \textcompwordmark{}
35983 i}
35984 \end_layout
35985
35986 \begin_layout Standard
35987 La codificación de caracteres (menú 
35988 \family sans
35989 Documento\SpecialChar \menuseparator
35990 Configuración\SpecialChar \menuseparator
35991 Idioma
35992 \family default
35993 ) especifica el carácter que se muestra al pulsar una tecla.
35994  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
35995  
35996 \series bold
35997
35998 \backslash
35999 textperiodcentered
36000 \series default
36001 .
36002  Pero este comando no está disponible en ecuaciones así que obtendrías errores
36003  de LaTeX.
36004  Con la codificación cambiada se escoge automáticamente el comando correcto,
36005  dependiendo de si el carácter se ha insertado en una ecuación o no.
36006 \end_layout
36007
36008 \begin_layout Standard
36009 La codificación de diversos caracteres se guarda en archivos de definición.
36010  Por ejemplo la codificación 
36011 \series bold
36012 latin9
36013 \series default
36014  se define en el archivo 
36015 \series bold
36016 latin9.def
36017 \series default
36018  que está en el directorio de LaTeX.
36019  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
36020  archivo de definición, de lo contrario nuestros documentos no podrían ser
36021  editados en otros ordenadores.
36022 \begin_inset VSpace medskip
36023 \end_inset
36024
36025
36026 \end_layout
36027
36028 \begin_layout Standard
36029 Además del punto centrado, en este documento se ha definido el símbolo grado
36030  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
36031  directamente en una fórmula:
36032 \end_layout
36033
36034 \begin_layout Standard
36035
36036 \series bold
36037
36038 \backslash
36039 DeclareInputtext{176}{
36040 \backslash
36041 ifmmode^
36042 \backslash
36043 circ
36044 \backslash
36045 else
36046 \backslash
36047 textdegree
36048 \backslash
36049 f\SpecialChar \textcompwordmark{}
36050 i}
36051 \begin_inset Newpage newpage
36052 \end_inset
36053
36054
36055 \end_layout
36056
36057 \begin_layout Section
36058 \start_of_appendix
36059 Notas sobre tipografía
36060 \begin_inset Index
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064 Tipografía, notas
36065 \end_layout
36066
36067 \end_inset
36068
36069
36070 \end_layout
36071
36072 \begin_layout Standard
36073 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36074 \begin_inset Foot
36075 status collapsed
36076
36077 \begin_layout Plain Layout
36078 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
36079  
36080 \begin_inset Quotes fld
36081 \end_inset
36082
36083 Duden
36084 \begin_inset Quotes frd
36085 \end_inset
36086
36087  
36088 \begin_inset CommandInset citation
36089 LatexCommand cite
36090 key "Duden"
36091
36092 \end_inset
36093
36094 , que incluye algunas de las normas ISO.
36095  
36096 \begin_inset Newline newline
36097 \end_inset
36098
36099 (
36100 \emph on
36101 N.
36102 \begin_inset space \thinspace{}
36103 \end_inset
36104
36105 del t.
36106 \emph default
36107 : Para documentación en español sobre el tema, véase 
36108 \begin_inset CommandInset citation
36109 LatexCommand cite
36110 key "Bezos"
36111
36112 \end_inset
36113
36114 .)
36115 \end_layout
36116
36117 \end_inset
36118
36119
36120 \end_layout
36121
36122 \begin_layout Itemize
36123 Las unidades físicas se escriben 
36124 \emph on
36125 siempre 
36126 \emph default
36127 en redonda
36128 \begin_inset Foot
36129 status collapsed
36130
36131 \begin_layout Plain Layout
36132 véase estilos de fuentes en 
36133 \begin_inset CommandInset ref
36134 LatexCommand ref
36135 reference "sub:Estilos-de-fuentes"
36136
36137 \end_inset
36138
36139
36140 \end_layout
36141
36142 \end_inset
36143
36144 : 30
36145 \begin_inset space \thinspace{}
36146 \end_inset
36147
36148 km/h
36149 \begin_inset Newline newline
36150 \end_inset
36151
36152 Entre el valor y la unidad hay un espacio delgado, véase 
36153 \begin_inset CommandInset ref
36154 LatexCommand ref
36155 reference "sub:Espacio-predefinido"
36156
36157 \end_inset
36158
36159 .
36160 \begin_inset Newline newline
36161 \end_inset
36162
36163 Esta norma la cumple automáticamente el comando 
36164 \series bold
36165
36166 \backslash
36167 unittwo
36168 \series default
36169 .
36170  Si se introduce en una fórmula aparecen dos cuadros.
36171  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
36172  como antes, 
36173 \begin_inset Formula $\unit[30]{km/h}$
36174 \end_inset
36175
36176
36177 \begin_inset space \thinspace{}
36178 \end_inset
36179
36180 .
36181  Ten en cuenta que 
36182 \series bold
36183
36184 \backslash
36185 unittwo
36186 \series default
36187  no es un auténtico comando LaTeX, sino el comando 
36188 \series bold
36189
36190 \backslash
36191 unit[value]{unit}
36192 \series default
36193 , por tanto no lo puedes usar en código TeX.
36194 \end_layout
36195
36196 \begin_layout Itemize
36197 Los signos por ciento y por mil se escriben como las unidades físicas:
36198 \begin_inset Newline newline
36199 \end_inset
36200
36201 1,2
36202 \begin_inset space \thinspace{}
36203 \end_inset
36204
36205 ‰ de alcohol en sangre.
36206 \end_layout
36207
36208 \begin_layout Itemize
36209 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36210  otra unidad: 15
36211 \begin_inset space \thinspace{}
36212 \end_inset
36213
36214 °C
36215 \end_layout
36216
36217 \begin_layout Itemize
36218 En números con más de cuatro dígitos se inserta un espacio delgado para
36219  separarlos en grupos de tres cifras: 18
36220 \begin_inset space \thinspace{}
36221 \end_inset
36222
36223 473
36224 \begin_inset space \thinspace{}
36225 \end_inset
36226
36227 588
36228 \end_layout
36229
36230 \begin_layout Itemize
36231 Para dimensiones como 120×90×40
36232 \begin_inset space \thinspace{}
36233 \end_inset
36234
36235 cm se usa el aspa de multiplicar 
36236 \begin_inset Quotes fld
36237 \end_inset
36238
36239 ×
36240 \begin_inset Quotes frd
36241 \end_inset
36242
36243 .
36244  Está disponible en el menú 
36245 \family sans
36246 Insertar\SpecialChar \menuseparator
36247 Carácter especial
36248 \family default
36249 \SpecialChar \menuseparator
36250
36251 \family sans
36252 Símbolos
36253 \family default
36254 .
36255  Se puede insertar directamente con cierta combinación de teclas.
36256 \end_layout
36257
36258 \begin_layout Itemize
36259 Las funciones con nombres que constan de varias letras se escriben en redonda
36260  para evitar confusiones, véase 
36261 \begin_inset CommandInset ref
36262 LatexCommand ref
36263 reference "sub:Funciones-predefinidas"
36264
36265 \end_inset
36266
36267 .
36268 \end_layout
36269
36270 \begin_layout Itemize
36271 Los índices que constan de varias letras se escriben en redonda: 
36272 \begin_inset Formula $E_{\mathrm{cin}}$
36273 \end_inset
36274
36275
36276 \begin_inset Newline newline
36277 \end_inset
36278
36279 Los componentes de una matriz se escriben en cursiva: 
36280 \begin_inset Formula $\hat{H}_{kl}$
36281 \end_inset
36282
36283
36284 \end_layout
36285
36286 \begin_layout Itemize
36287 El operador de diferenciación/integración 'd', el número de Euler 'e' y
36288  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
36289 s con otras variables.
36290  
36291 \end_layout
36292
36293 \begin_layout Standard
36294 \begin_inset Newpage newpage
36295 \end_inset
36296
36297
36298 \end_layout
36299
36300 \begin_layout Section
36301 Sinónimos
36302 \begin_inset Index
36303 status collapsed
36304
36305 \begin_layout Plain Layout
36306 Sinónimos
36307 \end_layout
36308
36309 \end_inset
36310
36311
36312 \end_layout
36313
36314 \begin_layout Standard
36315 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
36316  como los que se recogen en esta lista:
36317 \begin_inset Foot
36318 status collapsed
36319
36320 \begin_layout Plain Layout
36321 véase también 
36322 \begin_inset CommandInset ref
36323 LatexCommand ref
36324 reference "fn:sinónimos"
36325
36326 \end_inset
36327
36328 .
36329 \end_layout
36330
36331 \end_inset
36332
36333
36334 \end_layout
36335
36336 \begin_layout Standard
36337
36338 \end_layout
36339
36340 \begin_layout Standard
36341 \begin_inset VSpace bigskip
36342 \end_inset
36343
36344
36345 \begin_inset space \hfill{}
36346 \end_inset
36347
36348
36349 \begin_inset Tabular
36350 <lyxtabular version="3" rows="12" columns="2">
36351 <features>
36352 <column alignment="center" valignment="top" width="0pt">
36353 <column alignment="center" valignment="top" width="0pt">
36354 <row>
36355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36356 \begin_inset Text
36357
36358 \begin_layout Plain Layout
36359 Comando
36360 \end_layout
36361
36362 \end_inset
36363 </cell>
36364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36365 \begin_inset Text
36366
36367 \begin_layout Plain Layout
36368 equivalente a
36369 \begin_inset Note Note
36370 status collapsed
36371
36372 \begin_layout Plain Layout
36373
36374 \series bold
36375
36376 \backslash
36377 raisebox
36378 \series default
36379  se usa sólo como espaciador
36380 \end_layout
36381
36382 \end_inset
36383
36384
36385 \end_layout
36386
36387 \end_inset
36388 </cell>
36389 </row>
36390 <row>
36391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36392 \begin_inset Text
36393
36394 \begin_layout Plain Layout
36395
36396 \backslash
36397 ast
36398 \end_layout
36399
36400 \end_inset
36401 </cell>
36402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36403 \begin_inset Text
36404
36405 \begin_layout Plain Layout
36406 \begin_inset ERT
36407 status collapsed
36408
36409 \begin_layout Plain Layout
36410
36411
36412 \backslash
36413 raisebox{-1.2mm}{
36414 \end_layout
36415
36416 \end_inset
36417
36418 *
36419 \begin_inset ERT
36420 status collapsed
36421
36422 \begin_layout Plain Layout
36423
36424 }
36425 \end_layout
36426
36427 \end_inset
36428
36429
36430 \end_layout
36431
36432 \end_inset
36433 </cell>
36434 </row>
36435 <row>
36436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36437 \begin_inset Text
36438
36439 \begin_layout Plain Layout
36440
36441 \backslash
36442 choose
36443 \end_layout
36444
36445 \end_inset
36446 </cell>
36447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36448 \begin_inset Text
36449
36450 \begin_layout Plain Layout
36451
36452 \backslash
36453 binom
36454 \end_layout
36455
36456 \end_inset
36457 </cell>
36458 </row>
36459 <row>
36460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36461 \begin_inset Text
36462
36463 \begin_layout Plain Layout
36464
36465 \backslash
36466 geq
36467 \end_layout
36468
36469 \end_inset
36470 </cell>
36471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36472 \begin_inset Text
36473
36474 \begin_layout Plain Layout
36475
36476 \backslash
36477 ge
36478 \end_layout
36479
36480 \end_inset
36481 </cell>
36482 </row>
36483 <row>
36484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36485 \begin_inset Text
36486
36487 \begin_layout Plain Layout
36488
36489 \backslash
36490 lbrace
36491 \end_layout
36492
36493 \end_inset
36494 </cell>
36495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36496 \begin_inset Text
36497
36498 \begin_layout Plain Layout
36499 {
36500 \end_layout
36501
36502 \end_inset
36503 </cell>
36504 </row>
36505 <row>
36506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36507 \begin_inset Text
36508
36509 \begin_layout Plain Layout
36510
36511 \backslash
36512 lbracket
36513 \end_layout
36514
36515 \end_inset
36516 </cell>
36517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36518 \begin_inset Text
36519
36520 \begin_layout Plain Layout
36521 [
36522 \end_layout
36523
36524 \end_inset
36525 </cell>
36526 </row>
36527 <row>
36528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36529 \begin_inset Text
36530
36531 \begin_layout Plain Layout
36532
36533 \backslash
36534 leftarrow
36535 \end_layout
36536
36537 \end_inset
36538 </cell>
36539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36540 \begin_inset Text
36541
36542 \begin_layout Plain Layout
36543
36544 \backslash
36545 gets
36546 \end_layout
36547
36548 \end_inset
36549 </cell>
36550 </row>
36551 <row>
36552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36553 \begin_inset Text
36554
36555 \begin_layout Plain Layout
36556
36557 \backslash
36558 leq
36559 \end_layout
36560
36561 \end_inset
36562 </cell>
36563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36564 \begin_inset Text
36565
36566 \begin_layout Plain Layout
36567
36568 \backslash
36569 le
36570 \end_layout
36571
36572 \end_inset
36573 </cell>
36574 </row>
36575 <row>
36576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36577 \begin_inset Text
36578
36579 \begin_layout Plain Layout
36580
36581 \backslash
36582 lor
36583 \end_layout
36584
36585 \end_inset
36586 </cell>
36587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36588 \begin_inset Text
36589
36590 \begin_layout Plain Layout
36591
36592 \backslash
36593 vee
36594 \end_layout
36595
36596 \end_inset
36597 </cell>
36598 </row>
36599 <row>
36600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36601 \begin_inset Text
36602
36603 \begin_layout Plain Layout
36604
36605 \backslash
36606 neq
36607 \end_layout
36608
36609 \end_inset
36610 </cell>
36611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36612 \begin_inset Text
36613
36614 \begin_layout Plain Layout
36615
36616 \backslash
36617 not=
36618 \end_layout
36619
36620 \end_inset
36621 </cell>
36622 </row>
36623 <row>
36624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36625 \begin_inset Text
36626
36627 \begin_layout Plain Layout
36628
36629 \backslash
36630 slash
36631 \end_layout
36632
36633 \end_inset
36634 </cell>
36635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36636 \begin_inset Text
36637
36638 \begin_layout Plain Layout
36639 /
36640 \end_layout
36641
36642 \end_inset
36643 </cell>
36644 </row>
36645 <row>
36646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36647 \begin_inset Text
36648
36649 \begin_layout Plain Layout
36650
36651 \backslash
36652 vert
36653 \end_layout
36654
36655 \end_inset
36656 </cell>
36657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36658 \begin_inset Text
36659
36660 \begin_layout Plain Layout
36661 |
36662 \end_layout
36663
36664 \end_inset
36665 </cell>
36666 </row>
36667 </lyxtabular>
36668
36669 \end_inset
36670
36671
36672 \begin_inset space \hfill{}
36673 \end_inset
36674
36675
36676 \begin_inset Tabular
36677 <lyxtabular version="3" rows="12" columns="2">
36678 <features>
36679 <column alignment="center" valignment="top" width="0pt">
36680 <column alignment="center" valignment="top" width="0pt">
36681 <row>
36682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36683 \begin_inset Text
36684
36685 \begin_layout Plain Layout
36686 Comando
36687 \end_layout
36688
36689 \end_inset
36690 </cell>
36691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36692 \begin_inset Text
36693
36694 \begin_layout Plain Layout
36695 equivalente a
36696 \end_layout
36697
36698 \end_inset
36699 </cell>
36700 </row>
36701 <row>
36702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36703 \begin_inset Text
36704
36705 \begin_layout Plain Layout
36706
36707 \backslash
36708 backslash
36709 \end_layout
36710
36711 \end_inset
36712 </cell>
36713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36714 \begin_inset Text
36715
36716 \begin_layout Plain Layout
36717
36718 \backslash
36719
36720 \backslash
36721
36722 \end_layout
36723
36724 \end_inset
36725 </cell>
36726 </row>
36727 <row>
36728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36729 \begin_inset Text
36730
36731 \begin_layout Plain Layout
36732
36733 \backslash
36734 dasharrow
36735 \end_layout
36736
36737 \end_inset
36738 </cell>
36739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36740 \begin_inset Text
36741
36742 \begin_layout Plain Layout
36743
36744 \backslash
36745 dashrightarrow
36746 \end_layout
36747
36748 \end_inset
36749 </cell>
36750 </row>
36751 <row>
36752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36753 \begin_inset Text
36754
36755 \begin_layout Plain Layout
36756
36757 \backslash
36758 land
36759 \end_layout
36760
36761 \end_inset
36762 </cell>
36763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36764 \begin_inset Text
36765
36766 \begin_layout Plain Layout
36767
36768 \backslash
36769 wedge
36770 \end_layout
36771
36772 \end_inset
36773 </cell>
36774 </row>
36775 <row>
36776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36777 \begin_inset Text
36778
36779 \begin_layout Plain Layout
36780
36781 \backslash
36782 rbrace
36783 \end_layout
36784
36785 \end_inset
36786 </cell>
36787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36788 \begin_inset Text
36789
36790 \begin_layout Plain Layout
36791 }
36792 \end_layout
36793
36794 \end_inset
36795 </cell>
36796 </row>
36797 <row>
36798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Plain Layout
36802
36803 \backslash
36804 rbracket
36805 \end_layout
36806
36807 \end_inset
36808 </cell>
36809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36810 \begin_inset Text
36811
36812 \begin_layout Plain Layout
36813 ]
36814 \end_layout
36815
36816 \end_inset
36817 </cell>
36818 </row>
36819 <row>
36820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36821 \begin_inset Text
36822
36823 \begin_layout Plain Layout
36824
36825 \backslash
36826 rightarrow
36827 \end_layout
36828
36829 \end_inset
36830 </cell>
36831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36832 \begin_inset Text
36833
36834 \begin_layout Plain Layout
36835
36836 \backslash
36837 to
36838 \end_layout
36839
36840 \end_inset
36841 </cell>
36842 </row>
36843 <row>
36844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36845 \begin_inset Text
36846
36847 \begin_layout Plain Layout
36848
36849 \backslash
36850 lnot
36851 \end_layout
36852
36853 \end_inset
36854 </cell>
36855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36856 \begin_inset Text
36857
36858 \begin_layout Plain Layout
36859
36860 \backslash
36861 neg
36862 \end_layout
36863
36864 \end_inset
36865 </cell>
36866 </row>
36867 <row>
36868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36869 \begin_inset Text
36870
36871 \begin_layout Plain Layout
36872
36873 \backslash
36874 ne
36875 \end_layout
36876
36877 \end_inset
36878 </cell>
36879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36880 \begin_inset Text
36881
36882 \begin_layout Plain Layout
36883
36884 \backslash
36885 not=
36886 \end_layout
36887
36888 \end_inset
36889 </cell>
36890 </row>
36891 <row>
36892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36893 \begin_inset Text
36894
36895 \begin_layout Plain Layout
36896
36897 \backslash
36898 owns
36899 \end_layout
36900
36901 \end_inset
36902 </cell>
36903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36904 \begin_inset Text
36905
36906 \begin_layout Plain Layout
36907
36908 \backslash
36909 ni
36910 \end_layout
36911
36912 \end_inset
36913 </cell>
36914 </row>
36915 <row>
36916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36917 \begin_inset Text
36918
36919 \begin_layout Plain Layout
36920
36921 \backslash
36922 square
36923 \end_layout
36924
36925 \end_inset
36926 </cell>
36927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36928 \begin_inset Text
36929
36930 \begin_layout Plain Layout
36931
36932 \backslash
36933 Box
36934 \end_layout
36935
36936 \end_inset
36937 </cell>
36938 </row>
36939 <row>
36940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36941 \begin_inset Text
36942
36943 \begin_layout Plain Layout
36944
36945 \backslash
36946 Vert
36947 \end_layout
36948
36949 \end_inset
36950 </cell>
36951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36952 \begin_inset Text
36953
36954 \begin_layout Plain Layout
36955
36956 \backslash
36957 |
36958 \end_layout
36959
36960 \end_inset
36961 </cell>
36962 </row>
36963 </lyxtabular>
36964
36965 \end_inset
36966
36967
36968 \begin_inset space \hfill{}
36969 \end_inset
36970
36971
36972 \end_layout
36973
36974 \begin_layout Standard
36975 \begin_inset Newpage newpage
36976 \end_inset
36977
36978
36979 \end_layout
36980
36981 \begin_layout Bibliography
36982 \begin_inset CommandInset bibitem
36983 LatexCommand bibitem
36984 key "TLC2"
36985
36986 \end_inset
36987
36988
36989 \shape smallcaps
36990 Mittelbach, F.
36991  ; Goossens, M.
36992 \shape default
36993
36994 \shape italic
36995 The LaTeX Companion
36996 \shape default
36997 .
36998  Addison Wesley, 2004
36999 \end_layout
37000
37001 \begin_layout Bibliography
37002 \begin_inset CommandInset bibitem
37003 LatexCommand bibitem
37004 key "Mathmode"
37005
37006 \end_inset
37007
37008
37009 \begin_inset CommandInset href
37010 LatexCommand href
37011 name "Descripción"
37012 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37013
37014 \end_inset
37015
37016  de habilidades matemáticas de LaTeX
37017 \end_layout
37018
37019 \begin_layout Bibliography
37020 \begin_inset CommandInset bibitem
37021 LatexCommand bibitem
37022 key "Voss"
37023
37024 \end_inset
37025
37026
37027 \begin_inset CommandInset href
37028 LatexCommand href
37029 name "Página web"
37030 target "http://tug.org/TeXnik/"
37031
37032 \end_inset
37033
37034  con sugerencias y consejos de LaTeX
37035 \end_layout
37036
37037 \begin_layout Bibliography
37038 \begin_inset CommandInset bibitem
37039 LatexCommand bibitem
37040 key "AMS"
37041
37042 \end_inset
37043
37044
37045 \begin_inset CommandInset href
37046 LatexCommand href
37047 name "Descripción"
37048 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37049
37050 \end_inset
37051
37052  de 
37053 \begin_inset ERT
37054 status collapsed
37055
37056 \begin_layout Plain Layout
37057
37058
37059 \backslash
37060 AmS
37061 \end_layout
37062
37063 \end_inset
37064
37065 -LaTeX
37066 \end_layout
37067
37068 \begin_layout Bibliography
37069 \begin_inset CommandInset bibitem
37070 LatexCommand bibitem
37071 key "Symbole"
37072
37073 \end_inset
37074
37075
37076 \begin_inset CommandInset href
37077 LatexCommand href
37078 name "Lista"
37079 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37080
37081 \end_inset
37082
37083  de todos los símbolos disponibles con paquetes LaTeX
37084 \end_layout
37085
37086 \begin_layout Bibliography
37087 \begin_inset CommandInset bibitem
37088 LatexCommand bibitem
37089 key "hyperref"
37090
37091 \end_inset
37092
37093
37094 \begin_inset CommandInset href
37095 LatexCommand href
37096 name "Documentación"
37097 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37098
37099 \end_inset
37100
37101  del paquete LaTeX 
37102 \series bold
37103 hyperref
37104 \series default
37105
37106 \begin_inset Index
37107 status collapsed
37108
37109 \begin_layout Plain Layout
37110 Paquetes ! hyperref
37111 \end_layout
37112
37113 \end_inset
37114
37115
37116 \end_layout
37117
37118 \begin_layout Bibliography
37119 \begin_inset CommandInset bibitem
37120 LatexCommand bibitem
37121 key "Mathclap"
37122
37123 \end_inset
37124
37125
37126 \begin_inset CommandInset href
37127 LatexCommand href
37128 name "Descripción"
37129 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37130
37131 \end_inset
37132
37133  del comando 
37134 \series bold
37135
37136 \backslash
37137 mathclap
37138 \series default
37139 , descrito en 
37140 \begin_inset CommandInset ref
37141 LatexCommand ref
37142 reference "sub:Límites-de-operadores"
37143
37144 \end_inset
37145
37146
37147 \begin_inset Index
37148 status collapsed
37149
37150 \begin_layout Plain Layout
37151 Comandos ! M ! 
37152 \backslash
37153 mathclap
37154 \end_layout
37155
37156 \end_inset
37157
37158
37159 \end_layout
37160
37161 \begin_layout Bibliography
37162 \begin_inset CommandInset bibitem
37163 LatexCommand bibitem
37164 key "Duden"
37165
37166 \end_inset
37167
37168
37169 \emph on
37170 Duden Band 1
37171 \emph default
37172 .
37173  22.
37174  Auflage, Duden 2001
37175 \end_layout
37176
37177 \begin_layout Bibliography
37178 \begin_inset CommandInset bibitem
37179 LatexCommand bibitem
37180 key "spanish"
37181
37182 \end_inset
37183
37184
37185 \begin_inset CommandInset href
37186 LatexCommand href
37187 name "Página web"
37188 target "http://www.tex-tipografia.com/spanish.html"
37189
37190 \end_inset
37191
37192  del estilo 
37193 \series bold
37194 spanish
37195 \family sans
37196 \series default
37197  
37198 \family default
37199 incluido en el paquete 
37200 \series bold
37201 babel
37202 \end_layout
37203
37204 \begin_layout Bibliography
37205 \begin_inset CommandInset bibitem
37206 LatexCommand bibitem
37207 key "Bezos"
37208
37209 \end_inset
37210
37211
37212 \begin_inset CommandInset href
37213 LatexCommand href
37214 name "Documento"
37215 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
37216
37217 \end_inset
37218
37219  sobre ortotipografía y notaciones matemáticas en español
37220 \end_layout
37221
37222 \begin_layout Standard
37223
37224 \family sans
37225 \series bold
37226 \begin_inset CommandInset index_print
37227 LatexCommand printindex
37228
37229 \end_inset
37230
37231
37232 \end_layout
37233
37234 \end_body
37235 \end_document