]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
- Customization.lyx: add new possible font types uuline, strikeout and uwave
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \AtBeginDocument{%
45 \addto\extrasspanish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50 }
51
52 % don't load packages twice
53 % see first footnote in sec. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % the pages of the TOC are numbered roman
57 % and a PDF-bookmark for the TOC is added
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % insert additional vertical space of 1.5 mm between footnotes,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % used in sec. 23.6
75 \usepackage[samesize]{cancel}
76
77 % enables calculation of values
78 \usepackage{calc}
79
80 % for multiple columns used in sec. 23.7
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % for the Fourier transformation symbol
87 \usepackage{mathrsfs}
88
89 % define a color, used in sec.9.3
90 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package eurosym
119 % used for the Euro symbol
120 \newboolean{eurosym}
121 \IfFileExists{eurosym.sty}
122  {\usepackage[gennarrow]{eurosym}
123   \setboolean{eurosym}{true}}
124  {\setboolean{eurosym}{false}}
125
126 % check for package braket
127 % used for physical vectors
128 \newboolean{braket}
129 \IfFileExists{braket.sty}
130  {\usepackage{braket}
131   \setboolean{braket}{true}}
132  {\setboolean{braket}{false}}
133
134 % check for package cancel
135 \newboolean{cancel}
136 \IfFileExists{cancel.sty}
137  {\usepackage{cancel}
138   \setboolean{cancel}{true}}
139  {\setboolean{cancel}{false}}
140
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147 \end_preamble
148 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
149 \use_default_options false
150 \maintain_unincluded_children false
151 \language spanish
152 \language_package default
153 \inputencoding auto
154 \fontencoding global
155 \font_roman default
156 \font_sans default
157 \font_typewriter default
158 \font_default_family default
159 \use_non_tex_fonts false
160 \font_sc false
161 \font_osf false
162 \font_sf_scale 100
163 \font_tt_scale 100
164
165 \graphics default
166 \default_output_format default
167 \output_sync 0
168 \bibtex_command default
169 \index_command default
170 \paperfontsize 12
171 \spacing single
172 \use_hyperref true
173 \pdf_title "Manual detallado de Matemáticas en LyX"
174 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
175 \pdf_subject "LyX-documentation about math"
176 \pdf_keywords "LyX, Mathed"
177 \pdf_bookmarks true
178 \pdf_bookmarksnumbered true
179 \pdf_bookmarksopen true
180 \pdf_bookmarksopenlevel 1
181 \pdf_breaklinks false
182 \pdf_pdfborder false
183 \pdf_colorlinks true
184 \pdf_backref false
185 \pdf_pdfusetitle false
186 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
187 \papersize a4paper
188 \use_geometry false
189 \use_amsmath 2
190 \use_esint 1
191 \use_mhchem 1
192 \use_mathdots 1
193 \cite_engine basic
194 \use_bibtopic false
195 \use_indices false
196 \paperorientation portrait
197 \suppress_date false
198 \use_refstyle 0
199 \notefontcolor #0000ff
200 \index Índice
201 \shortcut idx
202 \color #008000
203 \end_index
204 \secnumdepth 4
205 \tocdepth 3
206 \paragraph_separation skip
207 \defskip medskip
208 \quotes_language french
209 \papercolumns 1
210 \papersides 2
211 \paperpagestyle plain
212 \bullet 1 0 6 -1
213 \bullet 2 2 35 -1
214 \bullet 3 2 7 -1
215 \tracking_changes false
216 \output_changes false
217 \html_math_output 0
218 \html_css_as_file 0
219 \html_be_strict false
220 \end_header
221
222 \begin_body
223
224 \begin_layout Title
225 Manual detallado de
226 \begin_inset Newline newline
227 \end_inset
228
229 Matemáticas en LyX
230 \end_layout
231
232 \begin_layout Author
233 por el Equipo LyX
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
239  lista de correo de documentación de LyX
240 \family typewriter
241
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
246
247 \end_inset
248
249
250 \end_layout
251
252 \end_inset
253
254
255 \begin_inset Note Note
256 status collapsed
257
258 \begin_layout Plain Layout
259 autor: Uwe Stöhr, traducción: Ignacio García
260 \end_layout
261
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \begin_inset Newline newline
270 \end_inset
271
272 Versión 2.0.x
273 \end_layout
274
275 \begin_layout Standard
276 \begin_inset CommandInset toc
277 LatexCommand tableofcontents
278
279 \end_inset
280
281
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset Note Note
286 status open
287
288 \begin_layout Plain Layout
289 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
290  paquetes LaTeX 
291 \series bold
292 braket, cancel, eurosym
293 \series default
294
295 \series bold
296 mhchem
297 \series default
298  y 
299 \series bold
300 was
301 \series default
302 .
303  Si
304 \series bold
305  
306 \series default
307 no están instalados también puedes exportar el documento pero las secciones
308  en que se requieren dichos paquetes no aparecerán en la salida.
309  
310 \series bold
311 mhchem
312 \series default
313  es una excepción: si no está instalado no se puede exportar este archivo.
314 \end_layout
315
316 \begin_layout Plain Layout
317 La última versión PDF de este documento está disponible en:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \begin_inset Newpage newpage
330 \end_inset
331
332
333 \end_layout
334
335 \begin_layout Section
336 Introducción
337 \end_layout
338
339 \begin_layout Standard
340 Este documento explica las características matemáticas de LyX y además es
341  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
342  Las explicaciones están diseñadas para el uso de comandos.
343  Por consiguiente es preciso que hayas leído la sección 
344 \emph on
345 Ecuaciones matemáticas
346 \emph default
347  de la 
348 \emph on
349 Guía del usuario
350 \emph default
351 .
352 \end_layout
353
354 \begin_layout Standard
355 La mayoría de caracteres y muchas estructuras explicadas en este manual
356  también son accesibles mediante el menú 
357 \family sans
358 Insertar\SpecialChar \menuseparator
359 Ecuación
360 \family default
361  o la barra de herramientas
362 \family sans
363  Ecuaciones
364 \family default
365 .
366  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
367  mucho más rápido usar comandos que la barra de herramientas.
368  Por tanto este manual está enfocado al uso de comandos, aunque también
369  se mencionan los botones correspondientes de las barras de herramientas
370  cuando están disponibles.
371 \end_layout
372
373 \begin_layout Standard
374 Si no se especifica lo contrario los comandos sólo están disponibles dentro
375  de las fórmulas.
376  Para poder usar todos los comandos explicados en este documento, debe usarse
377  la opción 
378 \family sans
379 Usar el paquete de ecuaciones AMS
380 \family default
381  en la configuración del documento (menú 
382 \family sans
383 Documento\SpecialChar \menuseparator
384 Configuración\SpecialChar \menuseparator
385 Opciones de ecuación
386 \family default
387 )
388 \begin_inset Foot
389 status collapsed
390
391 \begin_layout Plain Layout
392 La opción 
393 \family sans
394 Usar el paquete de ecuaciones AMS automáticamente
395 \family default
396  sólo usa ecuaciones 
397 \begin_inset ERT
398 status collapsed
399
400 \begin_layout Plain Layout
401
402
403 \backslash
404 AmS 
405 \end_layout
406
407 \end_inset
408
409
410 \begin_inset space ~
411 \end_inset
412
413  si las estructuras matemáticas son soportadas por LyX.
414 \end_layout
415
416 \end_inset
417
418 .
419 \end_layout
420
421 \begin_layout Standard
422 Este documento no recoge todos los comandos de ecuaciones 
423 \begin_inset ERT
424 status collapsed
425
426 \begin_layout Plain Layout
427
428
429 \backslash
430 AmS 
431 \end_layout
432
433 \end_inset
434
435
436 \begin_inset Foot
437 status collapsed
438
439 \begin_layout Plain Layout
440 En el archivo 
441 \family sans
442
443 \begin_inset CommandInset href
444 LatexCommand href
445 name "amsguide.ps"
446 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
447
448 \end_inset
449
450
451 \family default
452 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
453  lista con todos los comandos de ecuaciones 
454 \begin_inset ERT
455 status collapsed
456
457 \begin_layout Plain Layout
458
459
460 \backslash
461 AmS 
462 \end_layout
463
464 \end_inset
465
466 .
467 \end_layout
468
469 \end_inset
470
471  por razones de claridad.
472 \end_layout
473
474 \begin_layout Section
475 Instrucciones generales
476 \end_layout
477
478 \begin_layout Standard
479 Para crear una ecuación en línea
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Ecuación ! en línea
485 \end_layout
486
487 \end_inset
488
489  insertada en una línea de texto, teclea una de las combinaciones 
490 \family sans
491 Ctrl+M, Alt+C M, Alt+M M
492 \family default
493  o pulsa el botón 
494 \begin_inset Graphics
495         filename ../../images/math-mode.png
496         scale 85
497
498 \end_inset
499
500  de la barra de herramientas.
501 \begin_inset Newline newline
502 \end_inset
503
504 Para crear una ecuación en estilo presentación
505 \begin_inset Index idx
506 status collapsed
507
508 \begin_layout Plain Layout
509 Ecuación ! presentada
510 \end_layout
511
512 \end_inset
513
514 , que se verá más grande y en su propio párrafo, teclea
515 \family sans
516  
517 \family default
518 una de estas combinaciones: 
519 \family sans
520 Ctrl+Mayúsculas+M, Alt+M D.
521 \end_layout
522
523 \begin_layout Standard
524 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
525  dentro de la ecuación y teclea
526 \family sans
527  Ctrl+M, Alt+C M, Alt+M M 
528 \family default
529 o usa el menú 
530 \family sans
531 Editar\SpecialChar \menuseparator
532 Ecuación\SpecialChar \menuseparator
533 Cambiar tipo de ecuación
534 \family default
535 .
536  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
537 \end_layout
538
539 \begin_layout Standard
540 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
541  presentada, escribe el comando 
542 \series bold
543
544 \backslash
545 displaystyle
546 \series default
547
548 \begin_inset Index idx
549 status collapsed
550
551 \begin_layout Plain Layout
552 Comandos ! D ! 
553 \backslash
554 displaystyle
555 \end_layout
556
557 \end_inset
558
559  en la ecuación y pulsa espacio.
560  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
561  de la ecuación.
562 \end_layout
563
564 \begin_layout Standard
565 En los cuadros sólo se permiten ecuaciones en línea.
566 \end_layout
567
568 \begin_layout Standard
569 Las barras 
570 \family sans
571 Ecuaciones
572 \family default
573  y 
574 \family sans
575 Paneles de ecuaciones 
576 \family default
577 se pueden visualizar mediante el menú 
578 \family sans
579 Ver\SpecialChar \menuseparator
580 Barras de herramientas
581 \family default
582 .
583  Si ahí pulsas en 
584 \begin_inset Quotes fld
585 \end_inset
586
587 Ecuaciones
588 \begin_inset Quotes frd
589 \end_inset
590
591  y/o en 
592 \begin_inset Quotes fld
593 \end_inset
594
595 Paneles de ecuaciones
596 \begin_inset Quotes frd
597 \end_inset
598
599 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
600  estado se visualiza en el menú de las barras de herramientas con una marca.
601  Si en este estado pulsas de nuevo sobre 
602 \begin_inset Quotes fld
603 \end_inset
604
605 Ecuaciones
606 \begin_inset Quotes frd
607 \end_inset
608
609  y/o 
610 \begin_inset Quotes fld
611 \end_inset
612
613 Paneles de ecuaciones
614 \begin_inset Quotes frd
615 \end_inset
616
617  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
618  de una ecuación; este estado se indica añadiendo a las entradas del menú
619  la palabra 
620 \begin_inset Quotes fld
621 \end_inset
622
623 (auto)
624 \begin_inset Quotes frd
625 \end_inset
626
627 .
628  
629 \end_layout
630
631 \begin_layout Standard
632 El modo TeX
633 \begin_inset Index idx
634 status collapsed
635
636 \begin_layout Plain Layout
637 T@TeX ! modo
638 \end_layout
639
640 \end_inset
641
642  se inicia pulsando el botón 
643 \begin_inset Graphics
644         filename ../../images/ert-insert.png
645         scale 85
646
647 \end_inset
648
649  de la barra de herramientas o con el menú 
650 \family sans
651 Insertar\SpecialChar \menuseparator
652 Código Te
653 \begin_inset ERT
654 status collapsed
655
656 \begin_layout Plain Layout
657
658 {}
659 \end_layout
660
661 \end_inset
662
663 X
664 \family default
665 , (atajo 
666 \family sans
667 Ctrl+L
668 \family default
669 ).
670 \begin_inset Note Note
671 status collapsed
672
673 \begin_layout Plain Layout
674 En LyX hay tres 
675 \begin_inset Quotes fld
676 \end_inset
677
678 nombres propios
679 \begin_inset Quotes frd
680 \end_inset
681
682  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
683  LaTeX y LyX.
684 \end_layout
685
686 \begin_layout Plain Layout
687 Para evitar que estas palabras sean reconocidas como tales nombres propios,
688  se inserta un par de llaves TeX.
689  
690 \end_layout
691
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 Para cambiar el preámbulo LaTeX
699 \begin_inset Index idx
700 status collapsed
701
702 \begin_layout Plain Layout
703 LaTeX, preámbulo
704 \end_layout
705
706 \end_inset
707
708 , usa el menú 
709 \family sans
710 Documento\SpecialChar \menuseparator
711 Configuración\SpecialChar \menuseparator
712 Preámbulo LaT
713 \begin_inset ERT
714 status collapsed
715
716 \begin_layout Plain Layout
717
718 {}
719 \end_layout
720
721 \end_inset
722
723 eX
724 \family default
725 .
726 \end_layout
727
728 \begin_layout Standard
729 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
730  multilínea, se pueden usar los menús 
731 \family sans
732 Editar\SpecialChar \menuseparator
733 Ecuación
734 \family default
735  y 
736 \family sans
737 Editar\SpecialChar \menuseparator
738 Filas y columnas
739 \family default
740  o la barra de herramientas de 
741 \family sans
742 Cuadro
743 \family default
744 .
745  Cuando las líneas y columnas se intercambian mediante el menú, la columna
746  o línea en la que está se cambia con la columna de la derecha o con la
747  línea de abajo, respectivamente.
748  Si el cursor está en la última columna o fila, el cambio se hace con la
749  columna de la izquierda o la línea de arriba.
750 \end_layout
751
752 \begin_layout Standard
753 Para escribir texto en fórmulas se usa 
754 \emph on
755 texto de ecuaciones
756 \emph default
757
758 \begin_inset Index idx
759 status collapsed
760
761 \begin_layout Plain Layout
762 Texto ! en ecuaciones
763 \end_layout
764
765 \end_inset
766
767 .
768 \begin_inset Foot
769 status collapsed
770
771 \begin_layout Plain Layout
772 Para ecuaciones multilínea se usa el comando 
773 \series bold
774
775 \backslash
776 intertext
777 \series default
778 , véase
779 \begin_inset space ~
780 \end_inset
781
782
783 \begin_inset CommandInset ref
784 LatexCommand ref
785 reference "sub:Texto-en-multilínea"
786
787 \end_inset
788
789 .
790 \end_layout
791
792 \end_inset
793
794  Este modo se inicia con el atajo 
795 \family sans
796 Alt+M
797 \begin_inset space ~
798 \end_inset
799
800 M
801 \family default
802  o
803 \family sans
804  Ctrl+M
805 \family default
806  o insertando el comando 
807 \series bold
808
809 \backslash
810 text
811 \series default
812
813 \begin_inset Index idx
814 status collapsed
815
816 \begin_layout Plain Layout
817 Comandos ! T ! 
818 \backslash
819 text
820 \end_layout
821
822 \end_inset
823
824 .
825  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
826  partes de la ecuación que se ven en azul.
827  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
828 a de otras partes de la fórmula.
829 \end_layout
830
831 \begin_layout Subsection*
832 Esquema de comandos
833 \end_layout
834
835 \begin_layout Standard
836 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
837  siguiente esquema:
838 \end_layout
839
840 \begin_layout Standard
841
842 \series bold
843
844 \backslash
845 nombre_del_comando[argumento opcional]{argumento requerido}
846 \end_layout
847
848 \begin_layout Standard
849 Un comando empieza siempre por una barra inversa, 
850 \begin_inset Quotes fld
851 \end_inset
852
853
854 \series bold
855
856 \backslash
857
858 \series default
859
860 \begin_inset Quotes frd
861 \end_inset
862
863 .
864  Para omitir argumentos opcionales, quita también los corchetes asociados.
865  En este documento, las llaves que encierran los argumentos requeridos se
866  denominan llaves TeX
867 \begin_inset Index idx
868 status collapsed
869
870 \begin_layout Plain Layout
871 T@TeX ! llaves
872 \end_layout
873
874 \end_inset
875
876 .
877  Si en una ecuación añades una llave de apertura al nombre de un comando,
878  LyX crea automáticamente una llave TeX.
879  En todos los demás casos las llaves TeX se crean en las ecuaciones con
880  el comando 
881 \series bold
882
883 \backslash
884 {
885 \series default
886 .
887  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
888  que se muestran en azul.
889  En modo TeX no hace falta comando para poner llaves TeX.
890  Las llaves TeX no aparecen en la salida.
891 \end_layout
892
893 \begin_layout Standard
894 En el caso de comandos sin argumentos, como los comandos para símbolos que
895  se introducen en modo TeX, 
896 \emph on
897 siempre
898 \emph default
899  debe teclearse un espacio tras el comando para finalizarlo.
900  Este espacio no aparece en la salida.
901  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
902  de un espacio protegido en texto normal.
903 \end_layout
904
905 \begin_layout Standard
906 Un espacio protegido se inserta con 
907 \family sans
908 Ctrl+Espacio
909 \family default
910 .
911 \end_layout
912
913 \begin_layout Subsection*
914 Explicación de la sintaxis
915 \end_layout
916
917 \begin_layout Itemize
918 El símbolo 
919 \begin_inset ERT
920 status collapsed
921
922 \begin_layout Plain Layout
923
924
925 \backslash
926 spce 
927 \end_layout
928
929 \end_inset
930
931
932 \begin_inset Foot
933 status collapsed
934
935 \begin_layout Plain Layout
936 Este carácter, espacio visible, se puede componer con el comando 
937 \series bold
938
939 \backslash
940 textvisiblespace
941 \series default
942
943 \begin_inset Index idx
944 status collapsed
945
946 \begin_layout Plain Layout
947 Comandos ! T ! 
948 \backslash
949 textvisiblespace
950 \end_layout
951
952 \end_inset
953
954  insertado en código TeX.
955 \end_layout
956
957 \end_inset
958
959  indica que hay que teclear un espacio.
960 \end_layout
961
962 \begin_layout Itemize
963 Una flecha como 
964 \begin_inset Formula $\rightarrow$
965 \end_inset
966
967  indica el uso de la correspondiente tecla de flecha.
968  
969 \end_layout
970
971 \begin_layout Subsection*
972 Unidades disponibles
973 \end_layout
974
975 \begin_layout Standard
976 \align center
977 \begin_inset Float table
978 placement H
979 wide false
980 sideways false
981 status open
982
983 \begin_layout Plain Layout
984 \align center
985 \begin_inset Caption
986
987 \begin_layout Plain Layout
988 \begin_inset CommandInset label
989 LatexCommand label
990 name "tab:Unidades-disponibles"
991
992 \end_inset
993
994 Unidades disponibles
995 \end_layout
996
997 \end_inset
998
999
1000 \end_layout
1001
1002 \begin_layout Plain Layout
1003 \align center
1004 \begin_inset Tabular
1005 <lyxtabular version="3" rows="13" columns="2">
1006 <features tabularvalignment="middle">
1007 <column alignment="center" valignment="top" width="0">
1008 <column alignment="center" valignment="top" width="0">
1009 <row>
1010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1011 \begin_inset Text
1012
1013 \begin_layout Plain Layout
1014 Unidad
1015 \end_layout
1016
1017 \end_inset
1018 </cell>
1019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1020 \begin_inset Text
1021
1022 \begin_layout Plain Layout
1023 Nombre / Descripción
1024 \end_layout
1025
1026 \end_inset
1027 </cell>
1028 </row>
1029 <row>
1030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 mm
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 Milímetro
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 </row>
1049 <row>
1050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 cm
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 Centímetro
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 in
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 Pulgada (1
1084 \begin_inset space \thinspace{}
1085 \end_inset
1086
1087 in = 2,54
1088 \begin_inset space \thinspace{}
1089 \end_inset
1090
1091 cm)
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 pt
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 Punto (72.27
1112 \begin_inset space \thinspace{}
1113 \end_inset
1114
1115 pt = 1
1116 \begin_inset space \thinspace{}
1117 \end_inset
1118
1119 in)
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 pc
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 Pica (1
1140 \begin_inset space \thinspace{}
1141 \end_inset
1142
1143 pc = 12
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 sp
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 escalado (65536
1168 \begin_inset space \thinspace{}
1169 \end_inset
1170
1171 sp = 1
1172 \begin_inset space \thinspace{}
1173 \end_inset
1174
1175 pt)
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 bp
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 Punto grande (72
1196 \begin_inset space \thinspace{}
1197 \end_inset
1198
1199 bp = 1
1200 \begin_inset space \thinspace{}
1201 \end_inset
1202
1203 in)
1204 \end_layout
1205
1206 \end_inset
1207 </cell>
1208 </row>
1209 <row>
1210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1211 \begin_inset Text
1212
1213 \begin_layout Plain Layout
1214 dd
1215 \end_layout
1216
1217 \end_inset
1218 </cell>
1219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1220 \begin_inset Text
1221
1222 \begin_layout Plain Layout
1223 Didot (1
1224 \begin_inset space \thinspace{}
1225 \end_inset
1226
1227 dd 
1228 \begin_inset Formula $\approx$
1229 \end_inset
1230
1231  0.376
1232 \begin_inset space \thinspace{}
1233 \end_inset
1234
1235 mm)
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 cc
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 Cicero (1
1256 \begin_inset space \thinspace{}
1257 \end_inset
1258
1259 cc = 12
1260 \begin_inset space \thinspace{}
1261 \end_inset
1262
1263 dd)
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 </row>
1269 <row>
1270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1271 \begin_inset Text
1272
1273 \begin_layout Plain Layout
1274 ex
1275 \end_layout
1276
1277 \end_inset
1278 </cell>
1279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1280 \begin_inset Text
1281
1282 \begin_layout Plain Layout
1283 Altura de la letra 
1284 \begin_inset Quotes fld
1285 \end_inset
1286
1287
1288 \emph on
1289 x
1290 \emph default
1291
1292 \begin_inset Quotes frd
1293 \end_inset
1294
1295  en la tipografía actual
1296 \end_layout
1297
1298 \end_inset
1299 </cell>
1300 </row>
1301 <row>
1302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 em
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 Anchura de la letra 
1316 \begin_inset Quotes fld
1317 \end_inset
1318
1319
1320 \emph on
1321 M
1322 \emph default
1323
1324 \begin_inset Quotes frd
1325 \end_inset
1326
1327  en la tipografía actual
1328 \end_layout
1329
1330 \end_inset
1331 </cell>
1332 </row>
1333 <row>
1334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1335 \begin_inset Text
1336
1337 \begin_layout Plain Layout
1338 mu
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1344 \begin_inset Text
1345
1346 \begin_layout Plain Layout
1347 Unidad matemática (1
1348 \begin_inset space \thinspace{}
1349 \end_inset
1350
1351 mu = 
1352 \begin_inset Formula $\nicefrac{1}{18}$
1353 \end_inset
1354
1355
1356 \begin_inset space \thinspace{}
1357 \end_inset
1358
1359 em)
1360 \end_layout
1361
1362 \end_inset
1363 </cell>
1364 </row>
1365 </lyxtabular>
1366
1367 \end_inset
1368
1369
1370 \end_layout
1371
1372 \end_inset
1373
1374
1375 \end_layout
1376
1377 \begin_layout Standard
1378 \align center
1379 \begin_inset Newpage newpage
1380 \end_inset
1381
1382
1383 \end_layout
1384
1385 \begin_layout Section
1386 Funciones básicas
1387 \end_layout
1388
1389 \begin_layout Subsection
1390 Exponentes
1391 \begin_inset Index idx
1392 status collapsed
1393
1394 \begin_layout Plain Layout
1395 Exponentes
1396 \end_layout
1397
1398 \end_inset
1399
1400  e índices
1401 \begin_inset Index idx
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405 Indices@Índices
1406 \end_layout
1407
1408 \end_inset
1409
1410
1411 \begin_inset Index idx
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 Superíndices|see
1416 \begin_inset ERT
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420
1421 {
1422 \end_layout
1423
1424 \end_inset
1425
1426 Exponentes
1427 \begin_inset ERT
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431
1432 }
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \end_layout
1439
1440 \end_inset
1441
1442
1443 \begin_inset Index idx
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447 Subíndices|see
1448 \begin_inset ERT
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452
1453 {
1454 \end_layout
1455
1456 \end_inset
1457
1458 Índices
1459 \begin_inset ERT
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463
1464 }
1465 \end_layout
1466
1467 \end_inset
1468
1469
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \end_layout
1476
1477 \begin_layout Standard
1478 Los subíndices se componen con un guión bajo 
1479 \begin_inset Quotes fld
1480 \end_inset
1481
1482 _
1483 \begin_inset Quotes frd
1484 \end_inset
1485
1486  o con el botón de la barra de herramientas de ecuaciones 
1487 \begin_inset Graphics
1488         filename ../../images/math-subscript.png
1489         scale 85
1490
1491 \end_inset
1492
1493 , los superíndices con un circunflejo 
1494 \begin_inset Quotes fld
1495 \end_inset
1496
1497 ^
1498 \begin_inset Quotes frd
1499 \end_inset
1500
1501  o con el botón de la barra de herramientas de ecuaciones 
1502 \begin_inset Graphics
1503         filename ../../images/math-superscript.png
1504         scale 85
1505
1506 \end_inset
1507
1508 .
1509 \end_layout
1510
1511 \begin_layout Standard
1512 \noindent
1513 \align center
1514 \begin_inset Tabular
1515 <lyxtabular version="3" rows="4" columns="2">
1516 <features tabularvalignment="middle">
1517 <column alignment="center" valignment="top" width="0">
1518 <column alignment="center" valignment="top" width="0">
1519 <row>
1520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1521 \begin_inset Text
1522
1523 \begin_layout Plain Layout
1524 Comando
1525 \end_layout
1526
1527 \end_inset
1528 </cell>
1529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 Resultado
1534 \begin_inset Note Note
1535 status open
1536
1537 \begin_layout Plain Layout
1538
1539 \series bold
1540
1541 \backslash
1542 raisebox
1543 \series default
1544  sólo se usa como espaciador.
1545 \end_layout
1546
1547 \end_inset
1548
1549
1550 \end_layout
1551
1552 \end_inset
1553 </cell>
1554 </row>
1555 <row>
1556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1557 \begin_inset Text
1558
1559 \begin_layout Plain Layout
1560 B_V
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 \begin_inset Formula $B_{V}$
1570 \end_inset
1571
1572
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 </row>
1578 <row>
1579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583 B^V
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 </row>
1601 <row>
1602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606 B^
1607 \begin_inset ERT
1608 status collapsed
1609
1610 \begin_layout Plain Layout
1611
1612
1613 \backslash
1614 spce 
1615 \end_layout
1616
1617 \end_inset
1618
1619 A
1620 \end_layout
1621
1622 \end_inset
1623 </cell>
1624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1625 \begin_inset Text
1626
1627 \begin_layout Plain Layout
1628 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1629 \end_inset
1630
1631
1632 \end_layout
1633
1634 \end_inset
1635 </cell>
1636 </row>
1637 </lyxtabular>
1638
1639 \end_inset
1640
1641
1642 \end_layout
1643
1644 \begin_layout Standard
1645 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1646  caso acentuará las vocales y no servirá para entrar en modo exponente.
1647 \begin_inset Foot
1648 status collapsed
1649
1650 \begin_layout Plain Layout
1651 Dependiendo de la configuración del teclado esto puede suceder también con
1652  otros caracteres además de las vocales.
1653 \end_layout
1654
1655 \end_inset
1656
1657  Para conseguir exponentes en estos casos debes pulsar 
1658 \family sans
1659 Espacio
1660 \family default
1661  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1662  
1663 \end_layout
1664
1665 \begin_layout Subsection
1666 Fracciones
1667 \begin_inset CommandInset label
1668 LatexCommand label
1669 name "sub:Fracciones"
1670
1671 \end_inset
1672
1673
1674 \begin_inset Index idx
1675 status collapsed
1676
1677 \begin_layout Plain Layout
1678 Fracciones
1679 \end_layout
1680
1681 \end_inset
1682
1683
1684 \end_layout
1685
1686 \begin_layout Standard
1687 Las fracciones se generan con el comando 
1688 \series bold
1689
1690 \backslash
1691 frac
1692 \series default
1693
1694 \begin_inset Index idx
1695 status collapsed
1696
1697 \begin_layout Plain Layout
1698 Comandos ! F ! 
1699 \backslash
1700 frac
1701 \end_layout
1702
1703 \end_inset
1704
1705  o con el botón 
1706 \begin_inset Graphics
1707         filename ../../images/math/frac.png
1708         scale 50
1709
1710 \end_inset
1711
1712  de la barra de herramientas.
1713  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1714  fracción está en línea o en estilo presentación.
1715  Con el botón 
1716 \begin_inset Graphics
1717         filename ../../images/math/frac-square.png
1718         scale 85
1719
1720 \end_inset
1721
1722 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1723  de fracciones.
1724 \end_layout
1725
1726 \begin_layout Standard
1727 Con el comando 
1728 \series bold
1729
1730 \backslash
1731 dfrac
1732 \series default
1733
1734 \begin_inset Index idx
1735 status collapsed
1736
1737 \begin_layout Plain Layout
1738 Comandos ! D ! 
1739 \backslash
1740 dfrac
1741 \end_layout
1742
1743 \end_inset
1744
1745  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1746  presentación.
1747  Con 
1748 \series bold
1749
1750 \backslash
1751 tfrac
1752 \series default
1753
1754 \begin_inset Index idx
1755 status collapsed
1756
1757 \begin_layout Plain Layout
1758 Comandos ! T ! 
1759 \backslash
1760 tfrac
1761 \end_layout
1762
1763 \end_inset
1764
1765  la fracción tiene siempre el tamaño del estilo en línea.
1766  Un ejemplo:
1767 \end_layout
1768
1769 \begin_layout Standard
1770 Una línea con la fracción 
1771 \begin_inset Formula $\frac{1}{2}$
1772 \end_inset
1773
1774  creada con el comando 
1775 \series bold
1776
1777 \backslash
1778 frac
1779 \series default
1780 .
1781  
1782 \end_layout
1783
1784 \begin_layout Standard
1785 Una línea con la fracción 
1786 \begin_inset Formula $\dfrac{1}{2}$
1787 \end_inset
1788
1789  creada con el comando 
1790 \series bold
1791
1792 \backslash
1793 dfrac
1794 \series default
1795 .
1796 \end_layout
1797
1798 \begin_layout Standard
1799 \noindent
1800 \align center
1801 \begin_inset Tabular
1802 <lyxtabular version="3" rows="4" columns="2">
1803 <features tabularvalignment="middle">
1804 <column alignment="center" valignment="top" width="0">
1805 <column alignment="center" valignment="top" width="0">
1806 <row>
1807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811 Comando
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820 Resultado
1821 \begin_inset Note Note
1822 status collapsed
1823
1824 \begin_layout Plain Layout
1825
1826 \series bold
1827
1828 \backslash
1829 raisebox
1830 \series default
1831  se usa sólo como espaciador
1832 \end_layout
1833
1834 \end_inset
1835
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 </row>
1842 <row>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847
1848 \backslash
1849 frac
1850 \begin_inset ERT
1851 status collapsed
1852
1853 \begin_layout Plain Layout
1854
1855
1856 \backslash
1857 spce 
1858 \end_layout
1859
1860 \end_inset
1861
1862 A
1863 \begin_inset Formula $\downarrow$
1864 \end_inset
1865
1866 B
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Plain Layout
1875 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1876 \end_inset
1877
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 </row>
1884 <row>
1885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \backslash
1891 dfrac
1892 \begin_inset ERT
1893 status collapsed
1894
1895 \begin_layout Plain Layout
1896
1897
1898 \backslash
1899 spce 
1900 \end_layout
1901
1902 \end_inset
1903
1904 A
1905 \begin_inset Formula $\downarrow$
1906 \end_inset
1907
1908 B
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1914 \begin_inset Text
1915
1916 \begin_layout Plain Layout
1917 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1918 \end_inset
1919
1920
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 </row>
1926 <row>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931
1932 \backslash
1933 dfrac
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 e^
1947 \begin_inset ERT
1948 status collapsed
1949
1950 \begin_layout Plain Layout
1951
1952
1953 \backslash
1954 spce 
1955 \end_layout
1956
1957 \end_inset
1958
1959
1960 \backslash
1961 frac
1962 \begin_inset ERT
1963 status collapsed
1964
1965 \begin_layout Plain Layout
1966
1967
1968 \backslash
1969 spce 
1970 \end_layout
1971
1972 \end_inset
1973
1974 1
1975 \begin_inset Formula $\downarrow$
1976 \end_inset
1977
1978 2
1979 \begin_inset Formula $\downarrow$
1980 \end_inset
1981
1982 3
1983 \end_layout
1984
1985 \end_inset
1986 </cell>
1987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1988 \begin_inset Text
1989
1990 \begin_layout Plain Layout
1991 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \end_inset
1998 </cell>
1999 </row>
2000 </lyxtabular>
2001
2002 \end_inset
2003
2004
2005 \begin_inset VSpace bigskip
2006 \end_inset
2007
2008
2009 \end_layout
2010
2011 \begin_layout Standard
2012 Para fracciones anidadas se puede usar el comando 
2013 \series bold
2014
2015 \backslash
2016 cfrac
2017 \series default
2018
2019 \begin_inset Index idx
2020 status collapsed
2021
2022 \begin_layout Plain Layout
2023 Comandos ! C ! 
2024 \backslash
2025 cfrac
2026 \end_layout
2027
2028 \end_inset
2029
2030 .
2031  Un ejemplo:
2032 \begin_inset VSpace -3mm
2033 \end_inset
2034
2035
2036 \end_layout
2037
2038 \begin_layout Standard
2039 \begin_inset Formula 
2040 \begin{align*}
2041 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
2042 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2043 \end{align*}
2044
2045 \end_inset
2046
2047
2048 \end_layout
2049
2050 \begin_layout Standard
2051 El comando para el ejemplo de arriba es:
2052 \end_layout
2053
2054 \begin_layout Standard
2055
2056 \series bold
2057
2058 \backslash
2059 cfrac
2060 \begin_inset ERT
2061 status collapsed
2062
2063 \begin_layout Plain Layout
2064
2065
2066 \backslash
2067 spce 
2068 \end_layout
2069
2070 \end_inset
2071
2072 A
2073 \begin_inset Formula $\downarrow$
2074 \end_inset
2075
2076 B+
2077 \backslash
2078 cfrac
2079 \begin_inset ERT
2080 status collapsed
2081
2082 \begin_layout Plain Layout
2083
2084
2085 \backslash
2086 spce 
2087 \end_layout
2088
2089 \end_inset
2090
2091 C+
2092 \backslash
2093 cfrac
2094 \begin_inset ERT
2095 status collapsed
2096
2097 \begin_layout Plain Layout
2098
2099
2100 \backslash
2101 spce 
2102 \end_layout
2103
2104 \end_inset
2105
2106 E
2107 \begin_inset Formula $\downarrow$
2108 \end_inset
2109
2110 F
2111 \begin_inset Formula $\downarrow$
2112 \end_inset
2113
2114 D
2115 \end_layout
2116
2117 \begin_layout Standard
2118 \begin_inset VSpace medskip
2119 \end_inset
2120
2121
2122 \end_layout
2123
2124 \begin_layout Standard
2125
2126 \series bold
2127
2128 \backslash
2129 cfrac
2130 \series default
2131  compone la fracción siempre en el tamaño del estilo presentación, también
2132  cuando es parte de otra fracción.
2133 \end_layout
2134
2135 \begin_layout Standard
2136 Es posible especificar la alineación del numerador.
2137  El comando 
2138 \series bold
2139
2140 \backslash
2141 cfracleft
2142 \series default
2143  se usa para alinearlo a la izquierda, el comando 
2144 \series bold
2145
2146 \backslash
2147 cfracright
2148 \series default
2149  para alinearlo a la derecha, 
2150 \series bold
2151
2152 \backslash
2153 cfrac
2154 \series default
2155  centra el numerador.
2156 \end_layout
2157
2158 \begin_layout Standard
2159 Estas fracciones muestran las distintas alineaciones:
2160 \end_layout
2161
2162 \begin_layout Standard
2163 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2164 \end_inset
2165
2166  ; 
2167 \begin_inset Formula $\cfrac{A}{B+C}$
2168 \end_inset
2169
2170  ; 
2171 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2172 \end_inset
2173
2174
2175 \end_layout
2176
2177 \begin_layout Standard
2178 \noindent
2179 \begin_inset Note Greyedout
2180 status open
2181
2182 \begin_layout Plain Layout
2183
2184 \series bold
2185 Nota
2186 \series default
2187
2188 \series bold
2189
2190 \backslash
2191 cfracleft
2192 \series default
2193  y
2194 \series bold
2195  
2196 \backslash
2197 cfracright
2198 \series default
2199  no son comandos LaTeX reales sino sustituciones del comando 
2200 \series bold
2201
2202 \backslash
2203 cfrac[posición del numerador]{numerador}{denominador}
2204 \series default
2205  .
2206  Por tanto no puedes usarlos código TeX.
2207 \end_layout
2208
2209 \end_inset
2210
2211
2212 \begin_inset VSpace medskip
2213 \end_inset
2214
2215
2216 \end_layout
2217
2218 \begin_layout Standard
2219 Muchas veces es adecuado combinar 
2220 \series bold
2221
2222 \backslash
2223 cfrac
2224 \series default
2225  y 
2226 \series bold
2227
2228 \backslash
2229 frac
2230 \series default
2231 :
2232 \begin_inset Formula 
2233 \[
2234 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2235 \]
2236
2237 \end_inset
2238
2239
2240 \end_layout
2241
2242 \begin_layout Standard
2243 Para componer fracciones en línea con raya de fracción inclinada puedes
2244  usar el comando 
2245 \series bold
2246
2247 \backslash
2248 nicefrac
2249 \series default
2250
2251 \begin_inset Index idx
2252 status collapsed
2253
2254 \begin_layout Plain Layout
2255 Comandos ! N ! 
2256 \backslash
2257 nicefrac
2258 \end_layout
2259
2260 \end_inset
2261
2262
2263 \begin_inset Formula $\nicefrac{5}{31}$
2264 \end_inset
2265
2266  Hay además el comando 
2267 \series bold
2268
2269 \backslash
2270 unitfracthree
2271 \series default
2272  que permite escribir una fracción en combinación con un número: 
2273 \begin_inset Formula $\unitfrac[2]{1}{3}$
2274 \end_inset
2275
2276
2277 \end_layout
2278
2279 \begin_layout Standard
2280 \begin_inset Note Greyedout
2281 status open
2282
2283 \begin_layout Plain Layout
2284
2285 \series bold
2286 Nota
2287 \series default
2288
2289 \series bold
2290
2291 \backslash
2292 unitfracthree
2293 \series default
2294  no es un comando LaTeX auténtico, sino un equivalente al comando
2295 \begin_inset Newline newline
2296 \end_inset
2297
2298
2299 \series bold
2300
2301 \backslash
2302 unitfrac[número]{numerador}{denominador}
2303 \series default
2304  .
2305  Por tanto no puedes usarlo en código TeX.
2306 \end_layout
2307
2308 \end_inset
2309
2310
2311 \end_layout
2312
2313 \begin_layout Standard
2314 En la 
2315 \begin_inset CommandInset ref
2316 LatexCommand ref
2317 reference "sub:Fracciones-personalizadas"
2318
2319 \end_inset
2320
2321  se explica cómo componer fracciones personalizadas en las que la raya de
2322  fracción se puede cambiar.
2323  
2324 \end_layout
2325
2326 \begin_layout Subsection
2327 Raíces
2328 \begin_inset Index idx
2329 status collapsed
2330
2331 \begin_layout Plain Layout
2332 Raíces
2333 \end_layout
2334
2335 \end_inset
2336
2337
2338 \end_layout
2339
2340 \begin_layout Standard
2341 Las raíces cuadradas se componen con 
2342 \series bold
2343
2344 \backslash
2345 sqrt
2346 \series default
2347
2348 \begin_inset Index idx
2349 status collapsed
2350
2351 \begin_layout Plain Layout
2352 Comandos ! S ! 
2353 \backslash
2354 sqrt
2355 \end_layout
2356
2357 \end_inset
2358
2359  o con el botón 
2360 \begin_inset Graphics
2361         filename ../../images/math/sqrt.png
2362         scale 85
2363
2364 \end_inset
2365
2366  de la barra de ecuaciones; todas las demás raíces con el comando 
2367 \series bold
2368
2369 \backslash
2370 root
2371 \series default
2372
2373 \begin_inset Index idx
2374 status collapsed
2375
2376 \begin_layout Plain Layout
2377 Comandos ! R ! 
2378 \backslash
2379 root
2380 \end_layout
2381
2382 \end_inset
2383
2384  o con el botón 
2385 \begin_inset Graphics
2386         filename ../../images/math/root.png
2387         scale 85
2388
2389 \end_inset
2390
2391 .
2392 \end_layout
2393
2394 \begin_layout Standard
2395 \noindent
2396 \align center
2397 \begin_inset Tabular
2398 <lyxtabular version="3" rows="3" columns="2">
2399 <features tabularvalignment="middle">
2400 <column alignment="center" valignment="top" width="0">
2401 <column alignment="center" valignment="top" width="0">
2402 <row>
2403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Plain Layout
2407 Comando
2408 \end_layout
2409
2410 \end_inset
2411 </cell>
2412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2413 \begin_inset Text
2414
2415 \begin_layout Plain Layout
2416 Resultado
2417 \begin_inset Note Note
2418 status collapsed
2419
2420 \begin_layout Plain Layout
2421
2422 \series bold
2423
2424 \backslash
2425 raisebox
2426 \series default
2427  se usa sólo como espaciador
2428 \end_layout
2429
2430 \end_inset
2431
2432
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 </row>
2438 <row>
2439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Plain Layout
2443
2444 \backslash
2445 sqrt
2446 \begin_inset ERT
2447 status collapsed
2448
2449 \begin_layout Plain Layout
2450
2451
2452 \backslash
2453 spce 
2454 \end_layout
2455
2456 \end_inset
2457
2458 A-B
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2468 \end_inset
2469
2470
2471 \end_layout
2472
2473 \end_inset
2474 </cell>
2475 </row>
2476 <row>
2477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2478 \begin_inset Text
2479
2480 \begin_layout Plain Layout
2481
2482 \backslash
2483 root
2484 \begin_inset ERT
2485 status collapsed
2486
2487 \begin_layout Plain Layout
2488
2489
2490 \backslash
2491 spce 
2492 \end_layout
2493
2494 \end_inset
2495
2496 3
2497 \begin_inset Formula $\downarrow$
2498 \end_inset
2499
2500 A-B
2501 \end_layout
2502
2503 \end_inset
2504 </cell>
2505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2506 \begin_inset Text
2507
2508 \begin_layout Plain Layout
2509 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2510 \end_inset
2511
2512
2513 \end_layout
2514
2515 \end_inset
2516 </cell>
2517 </row>
2518 </lyxtabular>
2519
2520 \end_inset
2521
2522
2523 \end_layout
2524
2525 \begin_layout Standard
2526 Una raíz cuadrada se compone también con 
2527 \series bold
2528
2529 \backslash
2530 root
2531 \series default
2532  dejando vacío el campo del índice.
2533 \end_layout
2534
2535 \begin_layout Standard
2536 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2537  la raíz: 
2538 \begin_inset Formula $\sqrt[\beta]{B}$
2539 \end_inset
2540
2541
2542 \begin_inset Newline newline
2543 \end_inset
2544
2545 La 
2546 \begin_inset Formula $\beta$
2547 \end_inset
2548
2549  toca la raíz.
2550  Para evitar esto se usan los comandos 
2551 \series bold
2552
2553 \backslash
2554 leftroot
2555 \series default
2556
2557 \begin_inset Index idx
2558 status collapsed
2559
2560 \begin_layout Plain Layout
2561 Comandos ! L ! 
2562 \backslash
2563 leftroot
2564 \end_layout
2565
2566 \end_inset
2567
2568  y 
2569 \series bold
2570
2571 \backslash
2572 uproot
2573 \series default
2574
2575 \begin_inset Index idx
2576 status collapsed
2577
2578 \begin_layout Plain Layout
2579 Comandos ! U ! 
2580 \backslash
2581 uproot
2582 \end_layout
2583
2584 \end_inset
2585
2586  con el esquema siguiente:
2587 \end_layout
2588
2589 \begin_layout Standard
2590
2591 \series bold
2592
2593 \backslash
2594 leftroot{distancia}
2595 \series default
2596  y 
2597 \series bold
2598
2599 \backslash
2600 uproot{distancia}
2601 \end_layout
2602
2603 \begin_layout Standard
2604 Distancia es el número de Puntos Grandes (
2605 \begin_inset Quotes fld
2606 \end_inset
2607
2608 Big Points
2609 \begin_inset Quotes frd
2610 \end_inset
2611
2612 , unidad bp; 
2613 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2614 \end_inset
2615
2616 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2617  Los comandos se escriben en el índice.
2618  Así, el comando:
2619 \begin_inset Newline newline
2620 \end_inset
2621
2622
2623 \series bold
2624
2625 \backslash
2626 root
2627 \backslash
2628 leftroot{-1
2629 \begin_inset Formula $\to$
2630 \end_inset
2631
2632
2633 \backslash
2634 uproot{2
2635 \begin_inset Formula $\to$
2636 \end_inset
2637
2638
2639 \backslash
2640 beta
2641 \begin_inset ERT
2642 status collapsed
2643
2644 \begin_layout Plain Layout
2645
2646
2647 \backslash
2648 spce 
2649 \end_layout
2650
2651 \end_inset
2652
2653
2654 \begin_inset Formula $\to$
2655 \end_inset
2656
2657 B
2658 \begin_inset Newline newline
2659 \end_inset
2660
2661
2662 \series default
2663 genera una fórmula correctamente tipografiada: 
2664 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2665 \end_inset
2666
2667
2668 \end_layout
2669
2670 \begin_layout Subsection
2671 Coeficientes de un binomio
2672 \begin_inset Index idx
2673 status collapsed
2674
2675 \begin_layout Plain Layout
2676 Binomios
2677 \end_layout
2678
2679 \end_inset
2680
2681
2682 \end_layout
2683
2684 \begin_layout Standard
2685 Los coeficientes de un binomio se insertan con el comando 
2686 \series bold
2687
2688 \backslash
2689 binom
2690 \series default
2691
2692 \begin_inset Index idx
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 Comandos ! B ! 
2697 \backslash
2698 binom
2699 \end_layout
2700
2701 \end_inset
2702
2703  o con el submenú del botón 
2704 \begin_inset Graphics
2705         filename ../../images/math/frac-square.png
2706         scale 85
2707
2708 \end_inset
2709
2710 de la barra de herramientas de ecuaciones.
2711  Como en las fracciones, además de 
2712 \series bold
2713
2714 \backslash
2715 binom
2716 \series default
2717  hay los comandos 
2718 \series bold
2719
2720 \backslash
2721 dbinom
2722 \series default
2723
2724 \begin_inset Index idx
2725 status collapsed
2726
2727 \begin_layout Plain Layout
2728 Comandos ! D ! 
2729 \backslash
2730 dbinom
2731 \end_layout
2732
2733 \end_inset
2734
2735  y 
2736 \series bold
2737
2738 \backslash
2739 tbinom
2740 \series default
2741
2742 \begin_inset Index idx
2743 status collapsed
2744
2745 \begin_layout Plain Layout
2746 Comandos ! T ! 
2747 \backslash
2748 tbinom
2749 \end_layout
2750
2751 \end_inset
2752
2753 .
2754  Para otros delimitadores de coeficientes de un binomio hay los comandos
2755  
2756 \series bold
2757
2758 \backslash
2759 brace
2760 \series default
2761
2762 \begin_inset Index idx
2763 status collapsed
2764
2765 \begin_layout Plain Layout
2766 Comandos ! B ! 
2767 \backslash
2768 brace
2769 \end_layout
2770
2771 \end_inset
2772
2773  y 
2774 \series bold
2775
2776 \backslash
2777 brack
2778 \series default
2779
2780 \begin_inset Index idx
2781 status collapsed
2782
2783 \begin_layout Plain Layout
2784 Comandos ! B ! 
2785 \backslash
2786 brack
2787 \end_layout
2788
2789 \end_inset
2790
2791 .
2792 \end_layout
2793
2794 \begin_layout Standard
2795 \noindent
2796 \align center
2797 \begin_inset Tabular
2798 <lyxtabular version="3" rows="6" columns="2">
2799 <features tabularvalignment="middle">
2800 <column alignment="center" valignment="top" width="0">
2801 <column alignment="center" valignment="top" width="0">
2802 <row>
2803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807 Comando
2808 \end_layout
2809
2810 \end_inset
2811 </cell>
2812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Plain Layout
2816 Resultado
2817 \begin_inset Note Note
2818 status collapsed
2819
2820 \begin_layout Plain Layout
2821
2822 \series bold
2823
2824 \backslash
2825 raisebox
2826 \series default
2827  se usa sólo como espaciador
2828 \end_layout
2829
2830 \end_inset
2831
2832
2833 \end_layout
2834
2835 \end_inset
2836 </cell>
2837 </row>
2838 <row>
2839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843
2844 \backslash
2845 binom
2846 \begin_inset ERT
2847 status collapsed
2848
2849 \begin_layout Plain Layout
2850
2851
2852 \backslash
2853 spce 
2854 \end_layout
2855
2856 \end_inset
2857
2858 A
2859 \begin_inset Formula $\downarrow$
2860 \end_inset
2861
2862 B
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Plain Layout
2871 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2872 \end_inset
2873
2874
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 </row>
2880 <row>
2881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885
2886 \backslash
2887 dbinom
2888 \begin_inset ERT
2889 status collapsed
2890
2891 \begin_layout Plain Layout
2892
2893
2894 \backslash
2895 spce 
2896 \end_layout
2897
2898 \end_inset
2899
2900 A
2901 \begin_inset Formula $\downarrow$
2902 \end_inset
2903
2904 B
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2910 \begin_inset Text
2911
2912 \begin_layout Plain Layout
2913 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2914 \end_inset
2915
2916
2917 \end_layout
2918
2919 \end_inset
2920 </cell>
2921 </row>
2922 <row>
2923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2924 \begin_inset Text
2925
2926 \begin_layout Plain Layout
2927
2928 \backslash
2929 tbinom
2930 \begin_inset ERT
2931 status collapsed
2932
2933 \begin_layout Plain Layout
2934
2935
2936 \backslash
2937 spce 
2938 \end_layout
2939
2940 \end_inset
2941
2942 A
2943 \begin_inset Formula $\downarrow$
2944 \end_inset
2945
2946 B
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 </row>
2964 <row>
2965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969
2970 \backslash
2971 brack
2972 \begin_inset ERT
2973 status collapsed
2974
2975 \begin_layout Plain Layout
2976
2977
2978 \backslash
2979 spce 
2980 \end_layout
2981
2982 \end_inset
2983
2984 A
2985 \begin_inset Formula $\downarrow$
2986 \end_inset
2987
2988 B
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2998 \end_inset
2999
3000
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 </row>
3006 <row>
3007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011
3012 \backslash
3013 brace
3014 \begin_inset ERT
3015 status collapsed
3016
3017 \begin_layout Plain Layout
3018
3019
3020 \backslash
3021 spce 
3022 \end_layout
3023
3024 \end_inset
3025
3026 A
3027 \begin_inset Formula $\downarrow$
3028 \end_inset
3029
3030 B
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 </row>
3048 </lyxtabular>
3049
3050 \end_inset
3051
3052
3053 \begin_inset Newpage newpage
3054 \end_inset
3055
3056
3057 \end_layout
3058
3059 \begin_layout Subsection
3060 Diferenciaciones de casos
3061 \begin_inset Index idx
3062 status collapsed
3063
3064 \begin_layout Plain Layout
3065 Casos
3066 \end_layout
3067
3068 \end_inset
3069
3070
3071 \end_layout
3072
3073 \begin_layout Standard
3074 \noindent
3075 \align center
3076 \begin_inset Tabular
3077 <lyxtabular version="3" rows="3" columns="2">
3078 <features tabularvalignment="middle">
3079 <column alignment="center" valignment="top" width="0">
3080 <column alignment="center" valignment="top" width="0">
3081 <row>
3082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3083 \begin_inset Text
3084
3085 \begin_layout Plain Layout
3086 Comando
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095 Resultado
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 </row>
3101 <row>
3102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Plain Layout
3106
3107 \backslash
3108 cases
3109 \begin_inset ERT
3110 status collapsed
3111
3112 \begin_layout Plain Layout
3113
3114
3115 \backslash
3116 spce 
3117 \end_layout
3118
3119 \end_inset
3120
3121 A
3122 \begin_inset Formula $\to$
3123 \end_inset
3124
3125 B>0
3126 \begin_inset Index idx
3127 status collapsed
3128
3129 \begin_layout Plain Layout
3130 Comandos ! C ! 
3131 \backslash
3132 cases
3133 \end_layout
3134
3135 \end_inset
3136
3137
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146 \begin_inset Formula $\begin{cases}
3147 A & B>0\end{cases}$
3148 \end_inset
3149
3150
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 </row>
3156 <row>
3157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161
3162 \backslash
3163 cases
3164 \begin_inset ERT
3165 status collapsed
3166
3167 \begin_layout Plain Layout
3168
3169
3170 \backslash
3171 spce 
3172 \end_layout
3173
3174 \end_inset
3175
3176
3177 \family sans
3178 Ctrl+Entrar
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187 \begin_inset Formula $\begin{cases}
3188 A & \textrm{para }x>0\\
3189 B & \textrm{para }x=0
3190 \end{cases}$
3191 \end_inset
3192
3193
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 </row>
3199 </lyxtabular>
3200
3201 \end_inset
3202
3203
3204 \end_layout
3205
3206 \begin_layout Standard
3207 Después de insertar 
3208 \series bold
3209
3210 \backslash
3211 cases
3212 \series default
3213  o usar el botón 
3214 \begin_inset Graphics
3215         filename ../../images/math/cases.png
3216         scale 85
3217
3218 \end_inset
3219
3220  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3221 \family sans
3222 Ctrl+Entrar
3223 \family default
3224  o con el botón
3225 \family sans
3226  
3227 \family default
3228
3229 \begin_inset Graphics
3230         filename ../../images/tabular-feature_append-row.png
3231         scale 85
3232
3233 \end_inset
3234
3235  de la barra de cuadros.
3236 \end_layout
3237
3238 \begin_layout Standard
3239 El comando 
3240 \series bold
3241
3242 \backslash
3243 cases
3244 \series default
3245  también está disponible en el menú 
3246 \family sans
3247 Insertar\SpecialChar \menuseparator
3248 Ecuación\SpecialChar \menuseparator
3249 Entorno casos
3250 \family default
3251 .
3252 \end_layout
3253
3254 \begin_layout Subsection
3255 Negaciones
3256 \begin_inset Index idx
3257 status collapsed
3258
3259 \begin_layout Plain Layout
3260 Negaciones
3261 \end_layout
3262
3263 \end_inset
3264
3265
3266 \end_layout
3267
3268 \begin_layout Standard
3269 Con el comando 
3270 \series bold
3271
3272 \backslash
3273 not
3274 \series default
3275
3276 \begin_inset Index idx
3277 status collapsed
3278
3279 \begin_layout Plain Layout
3280 Comandos ! N ! 
3281 \backslash
3282 not
3283 \end_layout
3284
3285 \end_inset
3286
3287  todo carácter se puede mostrar cancelado.
3288  Los caracteres son casi tachados con una barra inclinada.
3289 \end_layout
3290
3291 \begin_layout Standard
3292 \noindent
3293 \align center
3294 \begin_inset Tabular
3295 <lyxtabular version="3" rows="4" columns="2">
3296 <features tabularvalignment="middle">
3297 <column alignment="center" valignment="top" width="0">
3298 <column alignment="center" valignment="top" width="0">
3299 <row>
3300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 Comando
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313 Resultado
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 </row>
3319 <row>
3320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324
3325 \backslash
3326 not=
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 \begin_inset Formula $\not=$
3336 \end_inset
3337
3338
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 </row>
3344 <row>
3345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \backslash
3351 not 
3352 \backslash
3353 le
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 \begin_inset Formula $\not\le$
3363 \end_inset
3364
3365
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 </row>
3371 <row>
3372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376
3377 \backslash
3378 not 
3379 \backslash
3380 parallel
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 \begin_inset Formula $\not\parallel$
3390 \end_inset
3391
3392
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 </lyxtabular>
3399
3400 \end_inset
3401
3402
3403 \end_layout
3404
3405 \begin_layout Standard
3406 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3407  Por tanto para algunas negaciones hay comandos especiales (véase 
3408 \begin_inset CommandInset ref
3409 LatexCommand ref
3410 reference "sub:Símbolos-matemáticos"
3411
3412 \end_inset
3413
3414  y 
3415 \begin_inset CommandInset ref
3416 LatexCommand ref
3417 reference "sec:Relaciones"
3418
3419 \end_inset
3420
3421 ).
3422 \end_layout
3423
3424 \begin_layout Subsection
3425 Espacios reservados 
3426 \begin_inset CommandInset label
3427 LatexCommand label
3428 name "sub:Espacios-reservados"
3429
3430 \end_inset
3431
3432
3433 \begin_inset Index idx
3434 status collapsed
3435
3436 \begin_layout Plain Layout
3437 Espacios reservados
3438 \end_layout
3439
3440 \end_inset
3441
3442
3443 \begin_inset Index idx
3444 status collapsed
3445
3446 \begin_layout Plain Layout
3447 Química ! isótopos
3448 \end_layout
3449
3450 \end_inset
3451
3452
3453 \begin_inset Index idx
3454 status collapsed
3455
3456 \begin_layout Plain Layout
3457 Isótopos|see
3458 \begin_inset ERT
3459 status collapsed
3460
3461 \begin_layout Plain Layout
3462
3463 {
3464 \end_layout
3465
3466 \end_inset
3467
3468 Química
3469 \begin_inset ERT
3470 status collapsed
3471
3472 \begin_layout Plain Layout
3473
3474 }
3475 \end_layout
3476
3477 \end_inset
3478
3479
3480 \end_layout
3481
3482 \end_inset
3483
3484
3485 \end_layout
3486
3487 \begin_layout Standard
3488 En la presentación de, p.
3489 \begin_inset space \thinspace{}
3490 \end_inset
3491
3492 e., isótopos,
3493 \begin_inset Foot
3494 status collapsed
3495
3496 \begin_layout Plain Layout
3497 Más sobre símbolos químicos en 
3498 \begin_inset CommandInset ref
3499 LatexCommand ref
3500 reference "sub:Símbolos-y-ecuaciones-químicas"
3501
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \end_inset
3508
3509  surge el problema siguiente:
3510 \end_layout
3511
3512 \begin_layout Standard
3513 \noindent
3514 \align center
3515 \begin_inset Tabular
3516 <lyxtabular version="3" rows="2" columns="2">
3517 <features tabularvalignment="middle">
3518 <column alignment="center" valignment="top" width="0">
3519 <column alignment="center" valignment="top" width="0">
3520 <row>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 Índices generados con sub- y superíndices:
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 $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3535 \end_inset
3536
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row>
3544 <cell alignment="center" valignment="top" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 Índices correctos:
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3558 \end_inset
3559
3560
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 </row>
3566 </lyxtabular>
3567
3568 \end_inset
3569
3570
3571 \begin_inset Note Note
3572 status collapsed
3573
3574 \begin_layout Plain Layout
3575
3576 \series bold
3577
3578 \backslash
3579 raisebox
3580 \series default
3581  se usa sólo como espaciador
3582 \end_layout
3583
3584 \end_inset
3585
3586
3587 \end_layout
3588
3589 \begin_layout Standard
3590 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3591  del índice más largo.
3592  Para evitarlo está el comando 
3593 \series bold
3594
3595 \backslash
3596 phantom
3597 \series default
3598
3599 \begin_inset Index idx
3600 status collapsed
3601
3602 \begin_layout Plain Layout
3603 Comandos ! P ! 
3604 \backslash
3605 phantom
3606 \end_layout
3607
3608 \end_inset
3609
3610  o el botón 
3611 \begin_inset space ~
3612 \end_inset
3613
3614
3615 \begin_inset Graphics
3616         filename ../../images/math/phantom.png
3617         scale 85
3618
3619 \end_inset
3620
3621  del submenú de espaciado de ecuaciones
3622 \begin_inset Foot
3623 status collapsed
3624
3625 \begin_layout Plain Layout
3626 Botón 
3627 \begin_inset Graphics
3628         filename ../../images/math/space.png
3629         scale 85
3630
3631 \end_inset
3632
3633  de la barra de ecuaciones
3634 \end_layout
3635
3636 \end_inset
3637
3638 , que genera uno o más espacios reservados.
3639  Al insertar 
3640 \series bold
3641
3642 \backslash
3643 phantom
3644 \series default
3645  aparece un pequeño marco azul con dos flechas rojas superpuestas
3646 \begin_inset Formula $\phantom{}$
3647 \end_inset
3648
3649 .
3650  Las flechas indican que se reservará un espacio equivalente a la anchura
3651  y altura totales del contenido del marco.
3652  Los espacios reservados son correspondientes al tamaño de los caracteres.
3653 \end_layout
3654
3655 \begin_layout Standard
3656 \noindent
3657 \align center
3658 \begin_inset Tabular
3659 <lyxtabular version="3" rows="4" columns="2">
3660 <features tabularvalignment="middle">
3661 <column alignment="center" valignment="top" width="0">
3662 <column alignment="center" valignment="top" width="0">
3663 <row>
3664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 Comando
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 Resultado
3678 \begin_inset Note Note
3679 status collapsed
3680
3681 \begin_layout Plain Layout
3682
3683 \series bold
3684
3685 \backslash
3686 raisebox
3687 \series default
3688  se usa sólo como espaciador
3689 \end_layout
3690
3691 \end_inset
3692
3693
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 </row>
3699 <row>
3700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 ^19
3705 \begin_inset ERT
3706 status collapsed
3707
3708 \begin_layout Plain Layout
3709
3710
3711 \backslash
3712 spce 
3713 \end_layout
3714
3715 \end_inset
3716
3717 _
3718 \backslash
3719 phantom
3720 \begin_inset ERT
3721 status collapsed
3722
3723 \begin_layout Plain Layout
3724
3725
3726 \backslash
3727 spce 
3728 \end_layout
3729
3730 \end_inset
3731
3732 1
3733 \begin_inset Formula $\rightarrow$
3734 \end_inset
3735
3736 9
3737 \begin_inset ERT
3738 status collapsed
3739
3740 \begin_layout Plain Layout
3741
3742
3743 \backslash
3744 spce 
3745 \end_layout
3746
3747 \end_inset
3748
3749 F
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3759 \end_inset
3760
3761
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 </row>
3767 <row>
3768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 ^235
3773 \begin_inset ERT
3774 status collapsed
3775
3776 \begin_layout Plain Layout
3777
3778
3779 \backslash
3780 spce 
3781 \end_layout
3782
3783 \end_inset
3784
3785 _
3786 \backslash
3787 phantom
3788 \begin_inset ERT
3789 status collapsed
3790
3791 \begin_layout Plain Layout
3792
3793
3794 \backslash
3795 spce 
3796 \end_layout
3797
3798 \end_inset
3799
3800 23
3801 \begin_inset Formula $\rightarrow$
3802 \end_inset
3803
3804 9
3805 \begin_inset ERT
3806 status collapsed
3807
3808 \begin_layout Plain Layout
3809
3810
3811 \backslash
3812 spce 
3813 \end_layout
3814
3815 \end_inset
3816
3817 F
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3827 \end_inset
3828
3829
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 </row>
3835 <row>
3836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840
3841 \backslash
3842 Lambda^
3843 \begin_inset ERT
3844 status collapsed
3845
3846 \begin_layout Plain Layout
3847
3848
3849 \backslash
3850 spce 
3851 \end_layout
3852
3853 \end_inset
3854
3855
3856 \backslash
3857 phantom
3858 \begin_inset ERT
3859 status collapsed
3860
3861 \begin_layout Plain Layout
3862
3863
3864 \backslash
3865 spce 
3866 \end_layout
3867
3868 \end_inset
3869
3870 ii
3871 \begin_inset Formula $\rightarrow$
3872 \end_inset
3873
3874 t
3875 \begin_inset ERT
3876 status collapsed
3877
3878 \begin_layout Plain Layout
3879
3880
3881 \backslash
3882 spce 
3883 \end_layout
3884
3885 \end_inset
3886
3887 _MMt
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3897 \end_inset
3898
3899
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 </lyxtabular>
3906
3907 \end_inset
3908
3909
3910 \end_layout
3911
3912 \begin_layout Standard
3913 Además hay los comandos 
3914 \series bold
3915
3916 \backslash
3917 vphantom
3918 \series default
3919
3920 \begin_inset Index idx
3921 status collapsed
3922
3923 \begin_layout Plain Layout
3924 Comandos ! V ! 
3925 \backslash
3926 vphantom
3927 \end_layout
3928
3929 \end_inset
3930
3931  (botón 
3932 \begin_inset space ~
3933 \end_inset
3934
3935
3936 \begin_inset Graphics
3937         filename ../../images/math/vphantom.png
3938         scale 85
3939
3940 \end_inset
3941
3942 ) y 
3943 \series bold
3944
3945 \backslash
3946 hphantom
3947 \series default
3948
3949 \begin_inset Index idx
3950 status collapsed
3951
3952 \begin_layout Plain Layout
3953 Comandos ! H ! 
3954 \backslash
3955 hphantom
3956 \end_layout
3957
3958 \end_inset
3959
3960  (botón 
3961 \begin_inset space ~
3962 \end_inset
3963
3964
3965 \begin_inset Graphics
3966         filename ../../images/math/hphantom.png
3967         scale 85
3968
3969 \end_inset
3970
3971 ).
3972  
3973 \series bold
3974
3975 \backslash
3976 hphantom
3977 \series default
3978  genera espacio en el marco sólo para la altura máxima de los caracteres,
3979  no para su anchura.
3980  
3981 \series bold
3982
3983 \backslash
3984 vphantom
3985 \series default
3986  genera espacio sólo para la anchura del contenido del marco.
3987  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3988 \end_layout
3989
3990 \begin_layout Standard
3991 Por ejemplo, 
3992 \series bold
3993
3994 \backslash
3995 vphantom
3996 \series default
3997
3998 \begin_inset ERT
3999 status collapsed
4000
4001 \begin_layout Plain Layout
4002
4003
4004 \backslash
4005 spce 
4006 \end_layout
4007
4008 \end_inset
4009
4010
4011 \series bold
4012 a
4013 \backslash
4014 int
4015 \series default
4016  genera espacio de la altura del signo de la integral,
4017 \begin_inset Foot
4018 status collapsed
4019
4020 \begin_layout Plain Layout
4021 El comando 
4022 \series bold
4023
4024 \backslash
4025 int
4026 \series default
4027  genera un signo de integral, véase 
4028 \begin_inset CommandInset ref
4029 LatexCommand ref
4030 reference "sub:Operadores-grandes"
4031
4032 \end_inset
4033
4034
4035 \end_layout
4036
4037 \end_inset
4038
4039  porque este es el carácter más largo.
4040  En la 
4041 \begin_inset CommandInset ref
4042 LatexCommand ref
4043 reference "sub:Delimitadores-multilínea"
4044
4045 \end_inset
4046
4047  hay un ejemplo de aplicación.
4048 \end_layout
4049
4050 \begin_layout Standard
4051 Los espacios reservados también se pueden usar para un texto cuando se insertan
4052  mediante el menú 
4053 \family sans
4054 Insertar\SpecialChar \menuseparator
4055 Formato\SpecialChar \menuseparator
4056 Fantasma
4057 \family default
4058 :
4059 \end_layout
4060
4061 \begin_layout Standard
4062 Esto es una frase.
4063 \begin_inset Newline newline
4064 \end_inset
4065
4066
4067 \begin_inset Phantom Phantom
4068 status open
4069
4070 \begin_layout Plain Layout
4071 Esto
4072 \end_layout
4073
4074 \end_inset
4075
4076  es una frase.
4077 \end_layout
4078
4079 \begin_layout Subsection
4080 Líneas
4081 \begin_inset Index idx
4082 status collapsed
4083
4084 \begin_layout Plain Layout
4085 Lineas@Líneas
4086 \end_layout
4087
4088 \end_inset
4089
4090
4091 \begin_inset Index idx
4092 status collapsed
4093
4094 \begin_layout Plain Layout
4095 Ecuación ! sub- o superrayada
4096 \end_layout
4097
4098 \end_inset
4099
4100
4101 \end_layout
4102
4103 \begin_layout Standard
4104 \noindent
4105 \align center
4106 \begin_inset Tabular
4107 <lyxtabular version="3" rows="4" columns="2">
4108 <features tabularvalignment="middle">
4109 <column alignment="center" valignment="top" width="0">
4110 <column alignment="center" valignment="top" width="0">
4111 <row>
4112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 Comando
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Resultado
4126 \begin_inset Note Note
4127 status collapsed
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132
4133 \backslash
4134 raisebox
4135 \series default
4136  se usa sólo como espaciador
4137 \end_layout
4138
4139 \end_inset
4140
4141
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 </row>
4147 <row>
4148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152
4153 \backslash
4154 overline
4155 \begin_inset ERT
4156 status collapsed
4157
4158 \begin_layout Plain Layout
4159
4160
4161 \backslash
4162 spce 
4163 \end_layout
4164
4165 \end_inset
4166
4167 A+B
4168 \begin_inset Index idx
4169 status collapsed
4170
4171 \begin_layout Plain Layout
4172 Comandos ! O ! 
4173 \backslash
4174 overline
4175 \end_layout
4176
4177 \end_inset
4178
4179
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4189 \end_inset
4190
4191
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 </row>
4197 <row>
4198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202
4203 \backslash
4204 underline
4205 \begin_inset ERT
4206 status collapsed
4207
4208 \begin_layout Plain Layout
4209
4210
4211 \backslash
4212 spce 
4213 \end_layout
4214
4215 \end_inset
4216
4217 A+B
4218 \begin_inset Index idx
4219 status collapsed
4220
4221 \begin_layout Plain Layout
4222 Comandos ! U ! 
4223 \backslash
4224 underline
4225 \end_layout
4226
4227 \end_inset
4228
4229
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4239 \end_inset
4240
4241
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \backslash
4254 overline
4255 \begin_inset ERT
4256 status collapsed
4257
4258 \begin_layout Plain Layout
4259
4260
4261 \backslash
4262 spce 
4263 \end_layout
4264
4265 \end_inset
4266
4267
4268 \backslash
4269 underline
4270 \begin_inset ERT
4271 status collapsed
4272
4273 \begin_layout Plain Layout
4274
4275
4276 \backslash
4277 spce 
4278 \end_layout
4279
4280 \end_inset
4281
4282 A+B
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4292 \end_inset
4293
4294
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 </lyxtabular>
4301
4302 \end_inset
4303
4304
4305 \end_layout
4306
4307 \begin_layout Standard
4308 En el último ejemplo es indiferente poner primero 
4309 \series bold
4310
4311 \backslash
4312 overline
4313 \series default
4314  o 
4315 \series bold
4316
4317 \backslash
4318 underline
4319 \series default
4320 .
4321 \end_layout
4322
4323 \begin_layout Standard
4324 Para poner doble subrayado, p.
4325 \begin_inset space \thinspace{}
4326 \end_inset
4327
4328 e.
4329  en resultados, se usa 
4330 \series bold
4331
4332 \backslash
4333 underline
4334 \series default
4335  dos veces.
4336 \end_layout
4337
4338 \begin_layout Standard
4339 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4340 \begin_inset VSpace bigskip
4341 \end_inset
4342
4343 Se pueden crear líneas personalizadas con el comando 
4344 \series bold
4345
4346 \backslash
4347 rule
4348 \series default
4349
4350 \begin_inset Index idx
4351 status collapsed
4352
4353 \begin_layout Plain Layout
4354 Comandos ! R ! 
4355 \backslash
4356 rule
4357 \end_layout
4358
4359 \end_inset
4360
4361  con el esquema siguiente:
4362 \end_layout
4363
4364 \begin_layout Standard
4365
4366 \series bold
4367
4368 \backslash
4369 rule[hueco vertical]{longitud}{grosor}
4370 \end_layout
4371
4372 \begin_layout Standard
4373 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4374  si el valor es negativo).
4375  Las unidades disponibles para los valores están listadas en
4376 \begin_inset space ~
4377 \end_inset
4378
4379
4380 \begin_inset CommandInset ref
4381 LatexCommand ref
4382 reference "tab:Unidades-disponibles"
4383
4384 \end_inset
4385
4386 .
4387  A continuación hay dos ejemplos de líneas creadas con los comandos
4388 \series bold
4389
4390 \begin_inset Newline newline
4391 \end_inset
4392
4393
4394 \backslash
4395 rule[-2ex]{3cm}{2pt}
4396 \series default
4397  y 
4398 \series bold
4399
4400 \backslash
4401 rule{2cm}{1pt}
4402 \series default
4403 :
4404 \end_layout
4405
4406 \begin_layout Standard
4407 Esto es una frase 
4408 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4409 \end_inset
4410
4411  con dos líneas.
4412 \end_layout
4413
4414 \begin_layout Standard
4415
4416 \series bold
4417
4418 \backslash
4419 rule
4420 \series default
4421  también se puede usar para texto insertando una línea mediante el menú
4422  
4423 \family sans
4424 Insertar\SpecialChar \menuseparator
4425 Formato\SpecialChar \menuseparator
4426 Línea horizontal
4427 \family default
4428 :
4429 \end_layout
4430
4431 \begin_layout Standard
4432 Esto es una frase 
4433 \begin_inset CommandInset line
4434 LatexCommand rule
4435 offset "0.5ex"
4436 width "3cm"
4437 height "1pt"
4438
4439 \end_inset
4440
4441  con una línea insertada.
4442 \end_layout
4443
4444 \begin_layout Subsection
4445 Puntos
4446 \begin_inset CommandInset label
4447 LatexCommand label
4448 name "sub:Puntos"
4449
4450 \end_inset
4451
4452
4453 \begin_inset Index idx
4454 status collapsed
4455
4456 \begin_layout Plain Layout
4457 Puntos
4458 \end_layout
4459
4460 \end_inset
4461
4462
4463 \end_layout
4464
4465 \begin_layout Standard
4466 Hay distintos tipos de puntos disponibles.
4467 \begin_inset Foot
4468 status open
4469
4470 \begin_layout Plain Layout
4471 En la barra de herramientas de ecuaciones, en el panel del botón 
4472 \begin_inset Graphics
4473         filename ../../images/math/ldots.png
4474         scale 85
4475
4476 \end_inset
4477
4478 .
4479 \end_layout
4480
4481 \end_inset
4482
4483  Para continuación en enumeraciones se usan puntos bajos, (
4484 \series bold
4485
4486 \backslash
4487 ldots
4488 \series default
4489
4490 \begin_inset Index idx
4491 status collapsed
4492
4493 \begin_layout Plain Layout
4494 Comandos ! L ! 
4495 \backslash
4496 ldots
4497 \end_layout
4498
4499 \end_inset
4500
4501 ), mientras que para operaciones se usan puntos centrados a la misma altura
4502  que los operadores, (
4503 \series bold
4504
4505 \backslash
4506 cdots
4507 \series default
4508
4509 \begin_inset Index idx
4510 status collapsed
4511
4512 \begin_layout Plain Layout
4513 Comandos ! C ! 
4514 \backslash
4515 cdots
4516 \end_layout
4517
4518 \end_inset
4519
4520 ).
4521  Si se usa el comando 
4522 \series bold
4523
4524 \backslash
4525 dots
4526 \series default
4527
4528 \begin_inset Index idx
4529 status collapsed
4530
4531 \begin_layout Plain Layout
4532 Comandos ! D ! 
4533 \backslash
4534 dots
4535 \end_layout
4536
4537 \end_inset
4538
4539 , LaTeX decide el tipo a usar en función del carácter siguiente.
4540 \end_layout
4541
4542 \begin_layout Standard
4543 \align center
4544 \begin_inset Tabular
4545 <lyxtabular version="3" rows="9" columns="2">
4546 <features tabularvalignment="middle">
4547 <column alignment="center" valignment="top" width="0pt">
4548 <column alignment="center" valignment="top" width="0pt">
4549 <row>
4550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 Comando
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563 Resultado
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 </row>
4569 <row>
4570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 A_1
4575 \begin_inset ERT
4576 status collapsed
4577
4578 \begin_layout Plain Layout
4579
4580
4581 \backslash
4582 spce 
4583 \end_layout
4584
4585 \end_inset
4586
4587 ,
4588 \backslash
4589 dots
4590 \begin_inset ERT
4591 status collapsed
4592
4593 \begin_layout Plain Layout
4594
4595
4596 \backslash
4597 spce 
4598 \end_layout
4599
4600 \end_inset
4601
4602 ,A_n
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 \begin_inset Formula $A_{1},\dots,A_{n}$
4612 \end_inset
4613
4614
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 A_1
4626 \begin_inset ERT
4627 status collapsed
4628
4629 \begin_layout Plain Layout
4630
4631
4632 \backslash
4633 spce 
4634 \end_layout
4635
4636 \end_inset
4637
4638 +
4639 \backslash
4640 dots
4641 \begin_inset ERT
4642 status collapsed
4643
4644 \begin_layout Plain Layout
4645
4646
4647 \backslash
4648 spce 
4649 \end_layout
4650
4651 \end_inset
4652
4653 +A_n
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 \begin_inset Formula $A_{1}+\dots+A_{n}$
4663 \end_inset
4664
4665
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 </row>
4671 <row>
4672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 A_1
4677 \begin_inset ERT
4678 status collapsed
4679
4680 \begin_layout Plain Layout
4681
4682
4683 \backslash
4684 spce 
4685 \end_layout
4686
4687 \end_inset
4688
4689 ,
4690 \backslash
4691 ldots
4692 \begin_inset ERT
4693 status collapsed
4694
4695 \begin_layout Plain Layout
4696
4697
4698 \backslash
4699 spce 
4700 \end_layout
4701
4702 \end_inset
4703
4704 ,A_n
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 \begin_inset Formula $A_{1},\ldots,A_{n}$
4714 \end_inset
4715
4716
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 </row>
4722 <row>
4723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 A_1
4728 \begin_inset ERT
4729 status collapsed
4730
4731 \begin_layout Plain Layout
4732
4733
4734 \backslash
4735 spce 
4736 \end_layout
4737
4738 \end_inset
4739
4740 +
4741 \backslash
4742 cdots
4743 \begin_inset ERT
4744 status collapsed
4745
4746 \begin_layout Plain Layout
4747
4748
4749 \backslash
4750 spce 
4751 \end_layout
4752
4753 \end_inset
4754
4755 +A_n
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4765 \end_inset
4766
4767
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 </row>
4773 <row>
4774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778
4779 \backslash
4780 vdots
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789 \begin_inset Formula $\vdots$
4790 \end_inset
4791
4792
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 </row>
4798 <row>
4799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803
4804 \backslash
4805 ddots
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 \begin_inset Formula $\ddots$
4815 \end_inset
4816
4817
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 </row>
4823 <row>
4824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828
4829 \backslash
4830 iddots
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 \begin_inset Formula $\iddots$
4840 \end_inset
4841
4842
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 </row>
4848 <row>
4849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Matriz
4854 \begin_inset space \thinspace{}
4855 \end_inset
4856
4857 3×3 con los distintos puntos
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 \begin_inset Formula $\begin{array}{ccc}
4867 A_{11} & \cdots & A_{1m}\\
4868 \vdots & \ddots & \vdots\\
4869 A_{n1} & \cdots & A_{nm}
4870 \end{array}$
4871 \end_inset
4872
4873
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 </row>
4879 </lyxtabular>
4880
4881 \end_inset
4882
4883
4884 \end_layout
4885
4886 \begin_layout Standard
4887 Los puntos suspensivos disponibles en el menú 
4888 \family sans
4889 Insertar\SpecialChar \menuseparator
4890 Carácter especial
4891 \family default
4892  son 
4893 \series bold
4894
4895 \backslash
4896 ldots
4897 \series default
4898 .
4899 \end_layout
4900
4901 \begin_layout Standard
4902 \begin_inset VSpace medskip
4903 \end_inset
4904
4905
4906 \end_layout
4907
4908 \begin_layout Standard
4909 Para usar 
4910 \series bold
4911
4912 \backslash
4913 iddots
4914 \series default
4915 , hay que marcar una de las opciones 
4916 \family sans
4917 Usar paquete mathdots (automáticamente)
4918 \family default
4919  en las 
4920 \family sans
4921 Opciones de ecuación
4922 \family default
4923  de la configuración del documento.
4924 \begin_inset Newline newline
4925 \end_inset
4926
4927 La opción 
4928 \family sans
4929 Usar paquete mathdots
4930 \family default
4931  mejorará el aspecto de todos los puntos en los documentos si su estilo
4932  o tamaño de tipografía no son los predeterminados.
4933 \end_layout
4934
4935 \begin_layout Standard
4936 \begin_inset VSpace medskip
4937 \end_inset
4938
4939 Hay puntos específicos para matrices que se extienden por varias columnas.
4940  Se generan con el comando 
4941 \series bold
4942
4943 \backslash
4944 hdotsfor
4945 \series default
4946
4947 \begin_inset Index idx
4948 status collapsed
4949
4950 \begin_layout Plain Layout
4951 Comandos ! H ! 
4952 \backslash
4953 hdotsfor
4954 \end_layout
4955
4956 \end_inset
4957
4958 , que tiene el siguiente esquema:
4959 \end_layout
4960
4961 \begin_layout Standard
4962
4963 \series bold
4964
4965 \backslash
4966 hdotsfor[distancia]{número de columnas}
4967 \end_layout
4968
4969 \begin_layout Standard
4970 Número de columnas especifica cuántas columnas deben abarcarse.
4971  Distancia es un factor para la separación entre los puntos.
4972 \end_layout
4973
4974 \begin_layout Standard
4975 En la siguiente matriz se ha insertado el comando 
4976 \series bold
4977
4978 \backslash
4979 hdotsfor[2]{4}
4980 \series default
4981  en el primer recuadro de la segunda línea para obtener puntos separados
4982  una distancia equivalente a dos veces la del comando 
4983 \series bold
4984
4985 \backslash
4986 dots
4987 \series default
4988 .
4989 \begin_inset Formula 
4990 \[
4991 \left(\begin{array}{cccc}
4992 A & B & C & D\\
4993 \hdotsfor[2]{4}\\
4994 q & w & e & r
4995 \end{array}\right)
4996 \]
4997
4998 \end_inset
4999
5000
5001 \end_layout
5002
5003 \begin_layout Standard
5004 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
5005  de lo contrario se producen errores de LaTeX.
5006 \end_layout
5007
5008 \begin_layout Standard
5009 \begin_inset VSpace bigskip
5010 \end_inset
5011
5012
5013 \end_layout
5014
5015 \begin_layout Standard
5016 Además, con el comando 
5017 \series bold
5018
5019 \backslash
5020 dotfill
5021 \series default
5022
5023 \begin_inset Index idx
5024 status collapsed
5025
5026 \begin_layout Plain Layout
5027 Comandos ! D ! 
5028 \backslash
5029 dotfill
5030 \end_layout
5031
5032 \end_inset
5033
5034  puedes completar con puntos una línea.
5035  El efecto de este tipo de comandos es como el de 
5036 \series bold
5037
5038 \backslash
5039 hfill
5040 \series default
5041 , véase 
5042 \begin_inset CommandInset ref
5043 LatexCommand ref
5044 reference "sub:Espacio-variable"
5045
5046 \end_inset
5047
5048 .
5049 \end_layout
5050
5051 \begin_layout Standard
5052 Por ejemplo el comando 
5053 \series bold
5054 A
5055 \backslash
5056 dotfill
5057 \series default
5058
5059 \begin_inset ERT
5060 status collapsed
5061
5062 \begin_layout Plain Layout
5063
5064
5065 \backslash
5066 spce 
5067 \end_layout
5068
5069 \end_inset
5070
5071
5072 \series bold
5073 B
5074 \series default
5075  genera
5076 \end_layout
5077
5078 \begin_layout Standard
5079 \begin_inset Formula $A\dotfill B$
5080 \end_inset
5081
5082
5083 \end_layout
5084
5085 \begin_layout Standard
5086 Un comando análogo a 
5087 \series bold
5088
5089 \backslash
5090 dotfill
5091 \series default
5092  para rellenar con una línea es 
5093 \series bold
5094
5095 \backslash
5096 hrulefill
5097 \series default
5098
5099 \begin_inset Index idx
5100 status collapsed
5101
5102 \begin_layout Plain Layout
5103 Comandos ! H ! 
5104 \backslash
5105 hrulefill
5106 \end_layout
5107
5108 \end_inset
5109
5110 :
5111 \end_layout
5112
5113 \begin_layout Standard
5114 \begin_inset Formula $A\hrulefill B$
5115 \end_inset
5116
5117
5118 \end_layout
5119
5120 \begin_layout Standard
5121 Para usar estos comandos en el texto, deben insertarse en modo TeX.
5122 \end_layout
5123
5124 \begin_layout Section
5125 Matrices
5126 \begin_inset CommandInset label
5127 LatexCommand label
5128 name "sec:Matrices"
5129
5130 \end_inset
5131
5132
5133 \begin_inset Index idx
5134 status collapsed
5135
5136 \begin_layout Plain Layout
5137 Matrices
5138 \end_layout
5139
5140 \end_inset
5141
5142
5143 \end_layout
5144
5145 \begin_layout Standard
5146 Se pueden insertar con el botón 
5147 \begin_inset Graphics
5148         filename ../../images/dialog-show_mathmatrix.png
5149         scale 85
5150
5151 \end_inset
5152
5153  de la barra de ecuaciones o con el menú 
5154 \family sans
5155 Insertar\SpecialChar \menuseparator
5156 Ecuación\SpecialChar \menuseparator
5157 Matriz
5158 \family default
5159 .
5160  Aparece una ventana en la que se pide el número de filas y columnas, la
5161  alineación y la decoración.
5162  La alineación vertical sólo es relevante para matrices en línea:
5163 \end_layout
5164
5165 \begin_layout Standard
5166 Esta primera matriz tiene alineación superior 
5167 \begin_inset Formula $\begin{array}[t]{cccc}
5168 A & D & G & J\\
5169 B & E & H & K\\
5170 D & F & I & L
5171 \end{array}$
5172 \end_inset
5173
5174  , la segunda alineación central 
5175 \begin_inset Formula $\begin{array}{cccc}
5176 A & D & G & J\\
5177 B & E & H & K\\
5178 D & F & I & L
5179 \end{array}$
5180 \end_inset
5181
5182  , y la tercera alineación inferior 
5183 \begin_inset Formula $\begin{array}[b]{cccc}
5184 A & D & G & J\\
5185 B & E & H & K\\
5186 D & F & I & L
5187 \end{array}$
5188 \end_inset
5189
5190 .
5191 \end_layout
5192
5193 \begin_layout Standard
5194 La alineación horizontal especifica cómo deben alinearse las entradas de
5195  la columna.
5196  Se determina mediante una letra para cada columna.
5197  
5198 \emph on
5199 l
5200 \emph default
5201  indica alineación a la izquierda, 
5202 \emph on
5203 c
5204 \emph default
5205  alineación centrada y 
5206 \emph on
5207 r
5208 \emph default
5209  alineación a la derecha.
5210  Por ejemplo, para componer una matriz
5211 \begin_inset space ~
5212 \end_inset
5213
5214 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5215  centradas y la última a la derecha, se anota 
5216 \series bold
5217 lccr
5218 \series default
5219  en la alineación horizontal.
5220  Normalmente todas las columnas de una matriz están centradas, por tanto
5221  el valor por omisión es 
5222 \series bold
5223 c
5224 \series default
5225  para todas ellas.
5226 \end_layout
5227
5228 \begin_layout Standard
5229 Alineación horizontal:
5230 \end_layout
5231
5232 \begin_layout Standard
5233
5234 \series bold
5235 lll
5236 \series default
5237  : 
5238 \begin_inset Formula $\begin{array}{lll}
5239 10000 & D & G\\
5240 B & 10000 & H\\
5241 C & F & 10000
5242 \end{array}$
5243 \end_inset
5244
5245  , 
5246 \series bold
5247 ccc 
5248 \series default
5249
5250 \begin_inset Formula $\begin{array}{ccc}
5251 10000 & D & G\\
5252 B & 10000 & H\\
5253 C & F & 10000
5254 \end{array}$
5255 \end_inset
5256
5257  
5258 \series bold
5259 ,
5260 \series default
5261  
5262 \series bold
5263 rrr 
5264 \series default
5265
5266 \begin_inset Formula $\begin{array}{rrr}
5267 10000 & D & G\\
5268 B & 10000 & H\\
5269 C & F & 10000
5270 \end{array}$
5271 \end_inset
5272
5273
5274 \end_layout
5275
5276 \begin_layout Standard
5277 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5278  botones 
5279 \begin_inset Graphics
5280         filename ../../images/tabular-feature_append-row.png
5281         scale 85
5282
5283 \end_inset
5284
5285
5286 \begin_inset Graphics
5287         filename ../../images/tabular-feature_delete-row.png
5288         scale 85
5289
5290 \end_inset
5291
5292 , etc.
5293  de la barra de ecuaciones o el menú 
5294 \family sans
5295 Editar\SpecialChar \menuseparator
5296 Filas y columnas
5297 \family default
5298 .
5299  También se pueden añadir filas nuevas con 
5300 \family sans
5301 Ctrl+Entrar
5302 \family default
5303 .
5304 \end_layout
5305
5306 \begin_layout Standard
5307 \begin_inset VSpace bigskip
5308 \end_inset
5309
5310
5311 \end_layout
5312
5313 \begin_layout Standard
5314 La 
5315 \family sans
5316 Decoración
5317 \family default
5318  añade paréntesis en el estilo seleccionado alrededor de la matriz.
5319  Alternativamente, se pueden generar paréntesis con los comandos 
5320 \series bold
5321
5322 \backslash
5323 left
5324 \series default
5325
5326 \begin_inset Index idx
5327 status collapsed
5328
5329 \begin_layout Plain Layout
5330 Comandos ! L ! 
5331 \backslash
5332 left
5333 \end_layout
5334
5335 \end_inset
5336
5337  y 
5338 \series bold
5339
5340 \backslash
5341 right
5342 \series default
5343
5344 \begin_inset Index idx
5345 status collapsed
5346
5347 \begin_layout Plain Layout
5348 Comandos ! R ! 
5349 \backslash
5350 right
5351 \end_layout
5352
5353 \end_inset
5354
5355  (atajo 
5356 \family sans
5357 Alt+M
5358 \begin_inset space ~
5359 \end_inset
5360
5361 Paréntesis
5362 \family default
5363 ), véase 
5364 \begin_inset CommandInset ref
5365 LatexCommand ref
5366 reference "sub:Tamaño-automático-de"
5367
5368 \end_inset
5369
5370 , o usando los comandos siguientes:
5371 \end_layout
5372
5373 \begin_layout Standard
5374 \begin_inset VSpace medskip
5375 \end_inset
5376
5377
5378 \end_layout
5379
5380 \begin_layout Standard
5381 \begin_inset space \hfill{}
5382 \end_inset
5383
5384
5385 \begin_inset Tabular
5386 <lyxtabular version="3" rows="4" columns="2">
5387 <features tabularvalignment="middle">
5388 <column alignment="center" valignment="top" width="0">
5389 <column alignment="center" valignment="top" width="0">
5390 <row>
5391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 Comando
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 Resultado
5405 \begin_inset Note Note
5406 status collapsed
5407
5408 \begin_layout Plain Layout
5409
5410 \series bold
5411
5412 \backslash
5413 raisebox
5414 \series default
5415  se usa sólo como espaciador
5416 \end_layout
5417
5418 \end_inset
5419
5420
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 </row>
5426 <row>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431
5432 \backslash
5433 bmatrix
5434 \begin_inset ERT
5435 status collapsed
5436
5437 \begin_layout Plain Layout
5438
5439
5440 \backslash
5441 spce 
5442 \end_layout
5443
5444 \end_inset
5445
5446 2
5447 \series bold
5448 ×
5449 \series default
5450 2
5451 \begin_inset space \thinspace{}
5452 \end_inset
5453
5454 matriz
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5464 0 & \textrm{-}\mathrm{i}\\
5465 \mathrm{i} & 0
5466 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5467 \end_inset
5468
5469
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 </row>
5475 <row>
5476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480
5481 \backslash
5482 Bmatrix
5483 \begin_inset ERT
5484 status collapsed
5485
5486 \begin_layout Plain Layout
5487
5488
5489 \backslash
5490 spce 
5491 \end_layout
5492
5493 \end_inset
5494
5495 2×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{Bmatrix}\begin{array}{cc}
5509 0 & \textrm{-}\mathrm{i}\\
5510 \mathrm{i} & 0
5511 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5512 \end_inset
5513
5514
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 </row>
5520 <row>
5521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525
5526 \backslash
5527 pmatrix
5528 \begin_inset ERT
5529 status collapsed
5530
5531 \begin_layout Plain Layout
5532
5533
5534 \backslash
5535 spce 
5536 \end_layout
5537
5538 \end_inset
5539
5540 2
5541 \series bold
5542 ×
5543 \series default
5544 2
5545 \begin_inset space \thinspace{}
5546 \end_inset
5547
5548 matriz
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5558 0 & \textrm{-}\mathrm{i}\\
5559 \mathrm{i} & 0
5560 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5561 \end_inset
5562
5563
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 </row>
5569 </lyxtabular>
5570
5571 \end_inset
5572
5573
5574 \begin_inset space \hfill{}
5575 \end_inset
5576
5577
5578 \begin_inset Tabular
5579 <lyxtabular version="3" rows="4" columns="2">
5580 <features tabularvalignment="middle">
5581 <column alignment="center" valignment="top" width="0">
5582 <column alignment="center" valignment="top" width="0">
5583 <row>
5584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 Comando
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 Resultado
5598 \begin_inset Note Note
5599 status collapsed
5600
5601 \begin_layout Plain Layout
5602
5603 \series bold
5604
5605 \backslash
5606 raisebox
5607 \series default
5608  se usa sólo como espaciador
5609 \end_layout
5610
5611 \end_inset
5612
5613
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 </row>
5619 <row>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624
5625 \backslash
5626 vmatrix
5627 \begin_inset ERT
5628 status collapsed
5629
5630 \begin_layout Plain Layout
5631
5632
5633 \backslash
5634 spce 
5635 \end_layout
5636
5637 \end_inset
5638
5639 2
5640 \series bold
5641 ×
5642 \series default
5643 2
5644 \begin_inset space \thinspace{}
5645 \end_inset
5646
5647 matriz
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5657 0 & \textrm{-}\mathrm{i}\\
5658 \mathrm{i} & 0
5659 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5660 \end_inset
5661
5662
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 </row>
5668 <row>
5669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673
5674 \backslash
5675 Vmatrix
5676 \begin_inset ERT
5677 status collapsed
5678
5679 \begin_layout Plain Layout
5680
5681
5682 \backslash
5683 spce 
5684 \end_layout
5685
5686 \end_inset
5687
5688 2
5689 \series bold
5690 ×
5691 \series default
5692 2
5693 \begin_inset space \thinspace{}
5694 \end_inset
5695
5696 matriz
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5706 0 & \textrm{-}\mathrm{i}\\
5707 \mathrm{i} & 0
5708 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5709 \end_inset
5710
5711
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 </row>
5717 <row>
5718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722
5723 \backslash
5724 matrix
5725 \begin_inset ERT
5726 status collapsed
5727
5728 \begin_layout Plain Layout
5729
5730
5731 \backslash
5732 spce 
5733 \end_layout
5734
5735 \end_inset
5736
5737 2
5738 \series bold
5739 ×
5740 \series default
5741 2
5742 \begin_inset space \thinspace{}
5743 \end_inset
5744
5745 matriz
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5755 0 & \textrm{-}\mathrm{i}\\
5756 \mathrm{i} & 0
5757 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5758 \end_inset
5759
5760
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 </lyxtabular>
5767
5768 \end_inset
5769
5770
5771 \begin_inset space \hfill{}
5772 \end_inset
5773
5774
5775 \end_layout
5776
5777 \begin_layout Standard
5778 \begin_inset VSpace medskip
5779 \end_inset
5780
5781
5782 \end_layout
5783
5784 \begin_layout Standard
5785 Cuando se inserta p.
5786 \begin_inset space \thinspace{}
5787 \end_inset
5788
5789 e.
5790 \begin_inset space ~
5791 \end_inset
5792
5793
5794 \series bold
5795
5796 \backslash
5797 vmatrix
5798 \series default
5799 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5800  la matriz.
5801 \begin_inset Newline newline
5802 \end_inset
5803
5804 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5805  vertical.
5806 \end_layout
5807
5808 \begin_layout Standard
5809 \begin_inset Note Greyedout
5810 status open
5811
5812 \begin_layout Plain Layout
5813
5814 \series bold
5815 Nota:
5816 \series default
5817  LaTeX limita el número de columnas de matrices con decoraciones a 10.
5818  Si necesitas más de 10
5819 \begin_inset space ~
5820 \end_inset
5821
5822 columnas, debes añadir la siguiente línea en el preámbulo del documento:
5823 \end_layout
5824
5825 \begin_layout Plain Layout
5826
5827 \series bold
5828
5829 \backslash
5830 setcounter{MaxMatrixCols}{número}
5831 \end_layout
5832
5833 \begin_layout Plain Layout
5834 donde 
5835 \emph on
5836 número
5837 \emph default
5838  es el número de columnas entre 11 y 99.
5839 \end_layout
5840
5841 \end_inset
5842
5843
5844 \end_layout
5845
5846 \begin_layout Standard
5847 \begin_inset VSpace bigskip
5848 \end_inset
5849
5850
5851 \end_layout
5852
5853 \begin_layout Standard
5854 Como todas las ecuaciones multilínea son matrices, la longitud 
5855 \series bold
5856
5857 \backslash
5858 arraycolsep
5859 \series default
5860
5861 \begin_inset Index idx
5862 status collapsed
5863
5864 \begin_layout Plain Layout
5865 Comandos ! A ! 
5866 \backslash
5867 arraycolsep
5868 \end_layout
5869
5870 \end_inset
5871
5872 , que se describe en 
5873 \begin_inset CommandInset ref
5874 LatexCommand ref
5875 reference "sub:Separación-de-columnas"
5876
5877 \end_inset
5878
5879 , también se puede usar para cambiar la separación de las columnas en una
5880  matriz.
5881  Para cambiar la separación de las filas, se usa el comando 
5882 \series bold
5883
5884 \backslash
5885 arraystretch
5886 \series default
5887
5888 \begin_inset Index idx
5889 status collapsed
5890
5891 \begin_layout Plain Layout
5892 Comandos ! A ! 
5893 \backslash
5894 arraystretch
5895 \end_layout
5896
5897 \end_inset
5898
5899  de la siguiente manera:
5900 \end_layout
5901
5902 \begin_layout Standard
5903
5904 \series bold
5905
5906 \backslash
5907 renewcommand{
5908 \backslash
5909 arraystretch}{factor de separación}
5910 \begin_inset Index idx
5911 status collapsed
5912
5913 \begin_layout Plain Layout
5914 Comandos ! R ! 
5915 \backslash
5916 renewcommand
5917 \end_layout
5918
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \begin_layout Standard
5925 El comando 
5926 \series bold
5927
5928 \backslash
5929 renewcommand
5930 \series default
5931  asigna el factor de separación al comando predefinido 
5932 \series bold
5933
5934 \backslash
5935 arraystretch
5936 \series default
5937 .
5938  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5939  Además, éste se usa para todas las matrices siguientes.
5940  Para volver a la separación original, asigna factor 1 a 
5941 \series bold
5942
5943 \backslash
5944 arraystretch
5945 \series default
5946 .
5947 \end_layout
5948
5949 \begin_layout Standard
5950 Para poner matrices en línea se usa el comando 
5951 \series bold
5952
5953 \backslash
5954 smallmatrix
5955 \series default
5956
5957 \begin_inset Index idx
5958 status collapsed
5959
5960 \begin_layout Plain Layout
5961 Comandos ! S ! 
5962 \backslash
5963 smallmatrix
5964 \end_layout
5965
5966 \end_inset
5967
5968 .
5969  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5970  se inserta la matriz.
5971  
5972 \end_layout
5973
5974 \begin_layout Standard
5975 Esto es una matriz 
5976 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5977 C & D
5978 \end{smallmatrix}\right)$
5979 \end_inset
5980
5981  en línea.
5982 \end_layout
5983
5984 \begin_layout Section
5985 Delimitadores
5986 \begin_inset Index idx
5987 status collapsed
5988
5989 \begin_layout Plain Layout
5990 Delimitadores
5991 \end_layout
5992
5993 \end_inset
5994
5995
5996 \end_layout
5997
5998 \begin_layout Subsection
5999 Delimitadores verticales
6000 \begin_inset Index idx
6001 status collapsed
6002
6003 \begin_layout Plain Layout
6004 Delimitadores ! verticales
6005 \end_layout
6006
6007 \end_inset
6008
6009
6010 \end_layout
6011
6012 \begin_layout Standard
6013 \begin_inset space \hfill{}
6014 \end_inset
6015
6016
6017 \begin_inset Tabular
6018 <lyxtabular version="3" rows="9" columns="2">
6019 <features tabularvalignment="middle">
6020 <column alignment="center" valignment="top" width="0pt">
6021 <column alignment="center" valignment="top" width="0pt">
6022 <row>
6023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 Comando
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 Resultado
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 </row>
6042 <row>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 (
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 \begin_inset Formula $($
6057 \end_inset
6058
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 {
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 \begin_inset Formula $\{$
6080 \end_inset
6081
6082
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 </row>
6088 <row>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 [
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102 \begin_inset Formula $[$
6103 \end_inset
6104
6105
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 </row>
6111 <row>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116
6117 \backslash
6118 langle
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 \begin_inset Formula $\langle$
6128 \end_inset
6129
6130
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 </row>
6136 <row>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141
6142 \backslash
6143 lceil
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 \begin_inset Formula $\lceil$
6153 \end_inset
6154
6155
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 </row>
6161 <row>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166
6167 \backslash
6168 lfloor
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 \begin_inset Formula $\lfloor$
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 </row>
6186 <row>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 /
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 \begin_inset Formula $/$
6201 \end_inset
6202
6203
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 </row>
6209 <row>
6210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 |
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 \begin_inset Formula $|$
6224 \end_inset
6225
6226
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 </row>
6232 </lyxtabular>
6233
6234 \end_inset
6235
6236
6237 \begin_inset space \hfill{}
6238 \end_inset
6239
6240
6241 \begin_inset Tabular
6242 <lyxtabular version="3" rows="9" columns="2">
6243 <features tabularvalignment="middle">
6244 <column alignment="center" valignment="top" width="0pt">
6245 <column alignment="center" valignment="top" width="0pt">
6246 <row>
6247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 Comando
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 Resultado
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 </row>
6266 <row>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 )
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 \begin_inset Formula $)$
6281 \end_inset
6282
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 <row>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 }
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 \begin_inset Formula $\}$
6304 \end_inset
6305
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 <row>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 ]
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 \begin_inset Formula $]$
6327 \end_inset
6328
6329
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 </row>
6335 <row>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340
6341 \backslash
6342 rangle
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 \begin_inset Formula $\rangle$
6352 \end_inset
6353
6354
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 </row>
6360 <row>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365
6366 \backslash
6367 rceil
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 \begin_inset Formula $\rceil$
6377 \end_inset
6378
6379
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 </row>
6385 <row>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390
6391 \backslash
6392 rfloor
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 \begin_inset Formula $\rfloor$
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 </row>
6410 <row>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415
6416 \backslash
6417
6418 \backslash
6419
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 \begin_inset Formula $\backslash$
6429 \end_inset
6430
6431
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 </row>
6437 <row>
6438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442
6443 \backslash
6444 |
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 \begin_inset Formula $\|$
6454 \end_inset
6455
6456
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 </row>
6462 </lyxtabular>
6463
6464 \end_inset
6465
6466
6467 \begin_inset space \hfill{}
6468 \end_inset
6469
6470
6471 \end_layout
6472
6473 \begin_layout Standard
6474 \begin_inset Note Greyedout
6475 status open
6476
6477 \begin_layout Plain Layout
6478
6479 \series bold
6480 Nota
6481 \series default
6482 : En modo TeX hay que usar el comando 
6483 \series bold
6484
6485 \backslash
6486 textbackslash
6487 \series default
6488
6489 \begin_inset Index idx
6490 status collapsed
6491
6492 \begin_layout Plain Layout
6493 Comandos ! T ! 
6494 \backslash
6495 textbackslash
6496 \end_layout
6497
6498 \end_inset
6499
6500  para la barra invertida, porque si no el comando 
6501 \series bold
6502
6503 \backslash
6504
6505 \backslash
6506
6507 \series default
6508  genera un salto de línea.
6509 \end_layout
6510
6511 \end_inset
6512
6513
6514 \end_layout
6515
6516 \begin_layout Standard
6517 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6518  descritos en las dos subsecciones siguientes.
6519  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6520  < y > en vez de los comandos 
6521 \series bold
6522
6523 \backslash
6524 langle
6525 \series default
6526  y 
6527 \series bold
6528
6529 \backslash
6530 rangle
6531 \series default
6532 .
6533  
6534 \end_layout
6535
6536 \begin_layout Subsubsection
6537 Tamaño manual de los delimitadores
6538 \begin_inset CommandInset label
6539 LatexCommand label
6540 name "sub:Tamaño-manual-de"
6541
6542 \end_inset
6543
6544
6545 \begin_inset Index idx
6546 status collapsed
6547
6548 \begin_layout Plain Layout
6549 Delimitadores ! tamaño manual
6550 \end_layout
6551
6552 \end_inset
6553
6554
6555 \end_layout
6556
6557 \begin_layout Standard
6558 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6559  LaTeX 
6560 \series bold
6561
6562 \backslash
6563 big
6564 \series default
6565
6566 \begin_inset Index idx
6567 status collapsed
6568
6569 \begin_layout Plain Layout
6570 Comandos ! B ! 
6571 \backslash
6572 big
6573 \end_layout
6574
6575 \end_inset
6576
6577
6578 \series bold
6579
6580 \backslash
6581 Big
6582 \series default
6583
6584 \series bold
6585
6586 \backslash
6587 bigg
6588 \series default
6589 , y 
6590 \series bold
6591
6592 \backslash
6593 Bigg
6594 \series default
6595 .
6596  
6597 \series bold
6598
6599 \backslash
6600 big
6601 \series default
6602  indica el tamaño menor y 
6603 \series bold
6604
6605 \backslash
6606 Bigg
6607 \series default
6608  el mayor.
6609 \end_layout
6610
6611 \begin_layout Standard
6612 Estos comandos se usan para resaltar niveles de delimitación:
6613 \end_layout
6614
6615 \begin_layout Standard
6616 \noindent
6617 \align center
6618 \begin_inset Tabular
6619 <lyxtabular version="3" rows="2" columns="2">
6620 <features tabularvalignment="middle">
6621 <column alignment="center" valignment="top" width="0">
6622 <column alignment="center" valignment="top" width="0">
6623 <row>
6624 <cell alignment="center" valignment="top" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 todos los delimitadores de igual tamaño:
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6638 \end_inset
6639
6640
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 </row>
6646 <row>
6647 <cell alignment="center" valignment="top" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 así tiene mejor aspecto:
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6661 \end_inset
6662
6663
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 </row>
6669 </lyxtabular>
6670
6671 \end_inset
6672
6673
6674 \begin_inset Note Note
6675 status collapsed
6676
6677 \begin_layout Plain Layout
6678
6679 \series bold
6680
6681 \backslash
6682 raisebox
6683 \series default
6684  se usa sólo como espaciador
6685 \end_layout
6686
6687 \end_inset
6688
6689
6690 \end_layout
6691
6692 \begin_layout Standard
6693 Para la segunda expresión se ha empleado el comando 
6694 \series bold
6695
6696 \backslash
6697 Big((A+B)(A-B)
6698 \backslash
6699 Big)^
6700 \series default
6701
6702 \begin_inset ERT
6703 status collapsed
6704
6705 \begin_layout Plain Layout
6706
6707
6708 \backslash
6709 spce 
6710 \end_layout
6711
6712 \end_inset
6713
6714
6715 \series bold
6716 C
6717 \series default
6718 .
6719 \end_layout
6720
6721 \begin_layout Standard
6722 He aquí una visión conjunta de todos los tamaños y delimitadores:
6723 \end_layout
6724
6725 \begin_layout Standard
6726 \noindent
6727 \align center
6728
6729 \backslash
6730 Bigg(
6731 \backslash
6732 exp
6733 \backslash
6734 bigg<
6735 \backslash
6736 Big[
6737 \backslash
6738 big{
6739 \backslash
6740 ln(3x)
6741 \backslash
6742 big}^2
6743 \begin_inset ERT
6744 status collapsed
6745
6746 \begin_layout Plain Layout
6747
6748
6749 \backslash
6750 spce 
6751 \end_layout
6752
6753 \end_inset
6754
6755
6756 \backslash
6757 sen(x)
6758 \backslash
6759 Big]^
6760 \begin_inset ERT
6761 status collapsed
6762
6763 \begin_layout Plain Layout
6764
6765
6766 \backslash
6767 spce 
6768 \end_layout
6769
6770 \end_inset
6771
6772 A
6773 \begin_inset ERT
6774 status collapsed
6775
6776 \begin_layout Plain Layout
6777
6778
6779 \backslash
6780 spce 
6781 \end_layout
6782
6783 \end_inset
6784
6785
6786 \backslash
6787 bigg>
6788 \backslash
6789 Bigg)^0,5
6790 \begin_inset Formula 
6791 \[
6792 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6793 \]
6794
6795 \end_inset
6796
6797
6798 \end_layout
6799
6800 \begin_layout Standard
6801 Además de los comandos 
6802 \series bold
6803
6804 \backslash
6805 big
6806 \series default
6807  hay la variante 
6808 \series bold
6809
6810 \backslash
6811 bigm
6812 \series default
6813
6814 \begin_inset Index idx
6815 status collapsed
6816
6817 \begin_layout Plain Layout
6818 Comandos ! B ! 
6819 \backslash
6820 bigm
6821 \end_layout
6822
6823 \end_inset
6824
6825 , que añade un poco más de espacio entre el delimitador y su contenido,
6826  y la variante 
6827 \series bold
6828
6829 \backslash
6830 bigl
6831 \series default
6832 -
6833 \series bold
6834
6835 \backslash
6836 bigr
6837 \series default
6838
6839 \begin_inset Index idx
6840 status collapsed
6841
6842 \begin_layout Plain Layout
6843 Comandos ! B ! 
6844 \backslash
6845 bigl - 
6846 \backslash
6847 bigr
6848 \end_layout
6849
6850 \end_inset
6851
6852 , que no añade espacio adicional.
6853  La 
6854 \emph on
6855 l
6856 \emph default
6857  al final del comando 
6858 \series bold
6859
6860 \backslash
6861 bigl 
6862 \series default
6863 es para el delimitador izquierdo, la 
6864 \emph on
6865 r
6866 \emph default
6867  es para el delimitador derecho.
6868  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6869  apertura o de cierre.
6870 \end_layout
6871
6872 \begin_layout Standard
6873 En el siguiente cuadro hay una comparación de las variantes:
6874 \end_layout
6875
6876 \begin_layout Standard
6877 \noindent
6878 \align center
6879 \begin_inset Tabular
6880 <lyxtabular version="3" rows="5" columns="2">
6881 <features tabularvalignment="middle">
6882 <column alignment="center" valignment="top" width="0">
6883 <column alignment="center" valignment="top" width="0">
6884 <row>
6885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 Comando
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 Resultado
6899 \begin_inset Note Note
6900 status collapsed
6901
6902 \begin_layout Plain Layout
6903
6904 \series bold
6905
6906 \backslash
6907 raisebox
6908 \series default
6909  se usa sólo como espaciador
6910 \end_layout
6911
6912 \end_inset
6913
6914
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 </row>
6920 <row>
6921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925
6926 \backslash
6927 Bigm(
6928 \backslash
6929 bigm(
6930 \backslash
6931 ln(3x)
6932 \backslash
6933 bigm)^2
6934 \series bold
6935
6936 \begin_inset ERT
6937 status collapsed
6938
6939 \begin_layout Plain Layout
6940
6941
6942 \backslash
6943 spce 
6944 \end_layout
6945
6946 \end_inset
6947
6948
6949 \series default
6950
6951 \backslash
6952 Bigm)
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6962 \end_inset
6963
6964
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 </row>
6970 <row>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975
6976 \backslash
6977 Big(
6978 \backslash
6979 big(
6980 \backslash
6981 ln(3x)
6982 \backslash
6983 big)^2
6984 \series bold
6985
6986 \begin_inset ERT
6987 status collapsed
6988
6989 \begin_layout Plain Layout
6990
6991
6992 \backslash
6993 spce 
6994 \end_layout
6995
6996 \end_inset
6997
6998
6999 \series default
7000
7001 \backslash
7002 Big)
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7012 \end_inset
7013
7014
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 </row>
7020 <row>
7021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Plain Layout
7025
7026 \backslash
7027 Bigl(
7028 \backslash
7029 bigl(
7030 \backslash
7031 ln(3x)
7032 \backslash
7033 bigr)^2
7034 \series bold
7035
7036 \begin_inset ERT
7037 status collapsed
7038
7039 \begin_layout Plain Layout
7040
7041
7042 \backslash
7043 spce 
7044 \end_layout
7045
7046 \end_inset
7047
7048
7049 \series default
7050
7051 \backslash
7052 Bigr)
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
7062 \end_inset
7063
7064
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 </row>
7070 <row>
7071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075
7076 \backslash
7077 bigl)
7078 \backslash
7079 ln(3x)
7080 \backslash
7081 bigr(
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7091 \end_inset
7092
7093
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 </row>
7099 </lyxtabular>
7100
7101 \end_inset
7102
7103
7104 \end_layout
7105
7106 \begin_layout Subsubsection
7107 Tamaño automático de los delimitadores
7108 \begin_inset CommandInset label
7109 LatexCommand label
7110 name "sub:Tamaño-automático-de"
7111
7112 \end_inset
7113
7114
7115 \begin_inset Index idx
7116 status collapsed
7117
7118 \begin_layout Plain Layout
7119 Delimitadores ! tamaño automático
7120 \end_layout
7121
7122 \end_inset
7123
7124
7125 \end_layout
7126
7127 \begin_layout Standard
7128 Se pueden insertar delimitadores de tamaño variable con los comandos 
7129 \series bold
7130
7131 \backslash
7132 left
7133 \series default
7134
7135 \begin_inset Index idx
7136 status collapsed
7137
7138 \begin_layout Plain Layout
7139 Comandos ! L ! 
7140 \backslash
7141 left
7142 \end_layout
7143
7144 \end_inset
7145
7146  y 
7147 \series bold
7148
7149 \backslash
7150 right
7151 \series default
7152
7153 \begin_inset Index idx
7154 status collapsed
7155
7156 \begin_layout Plain Layout
7157 Comandos ! R ! 
7158 \backslash
7159 right
7160 \end_layout
7161
7162 \end_inset
7163
7164  o con el botón de la barra de ecuaciones 
7165 \begin_inset Graphics
7166         filename ../../images/dialog-show_mathdelimiter.png
7167         scale 85
7168
7169 \end_inset
7170
7171 .
7172  El delimitador deseado se debe insertar directamente detrás de 
7173 \series bold
7174
7175 \backslash
7176 left
7177 \series default
7178  y 
7179 \series bold
7180
7181 \backslash
7182 right
7183 \series default
7184 .
7185  El tamaño se calculará automáticamente después para la salida.
7186  
7187 \end_layout
7188
7189 \begin_layout Standard
7190 \noindent
7191 \align center
7192 delimitador normal: El comando 
7193 \series bold
7194
7195 \backslash
7196 ln(
7197 \backslash
7198 frac
7199 \series default
7200
7201 \begin_inset ERT
7202 status collapsed
7203
7204 \begin_layout Plain Layout
7205
7206
7207 \backslash
7208 spce 
7209 \end_layout
7210
7211 \end_inset
7212
7213
7214 \series bold
7215 A
7216 \begin_inset Formula $\downarrow$
7217 \end_inset
7218
7219 C
7220 \series default
7221
7222 \begin_inset ERT
7223 status collapsed
7224
7225 \begin_layout Plain Layout
7226
7227
7228 \backslash
7229 spce
7230 \end_layout
7231
7232 \end_inset
7233
7234
7235 \series bold
7236 )
7237 \series default
7238  genera
7239 \begin_inset Formula 
7240 \[
7241 \ln(\frac{A}{C})
7242 \]
7243
7244 \end_inset
7245
7246
7247 \end_layout
7248
7249 \begin_layout Standard
7250 \noindent
7251 \align center
7252 delimitador multilínea: El comando 
7253 \series bold
7254
7255 \backslash
7256 ln
7257 \backslash
7258 left(
7259 \backslash
7260 frac
7261 \series default
7262
7263 \begin_inset ERT
7264 status collapsed
7265
7266 \begin_layout Plain Layout
7267
7268
7269 \backslash
7270 spce 
7271 \end_layout
7272
7273 \end_inset
7274
7275
7276 \series bold
7277 A
7278 \begin_inset Formula $\downarrow$
7279 \end_inset
7280
7281 C
7282 \series default
7283
7284 \begin_inset ERT
7285 status collapsed
7286
7287 \begin_layout Plain Layout
7288
7289
7290 \backslash
7291 spce 
7292 \end_layout
7293
7294 \end_inset
7295
7296
7297 \series bold
7298
7299 \backslash
7300 right)
7301 \series default
7302  genera
7303 \begin_inset Formula 
7304 \[
7305 \ln\left(\frac{A}{C}\right)
7306 \]
7307
7308 \end_inset
7309
7310
7311 \end_layout
7312
7313 \begin_layout Standard
7314 En lugar de 
7315 \series bold
7316
7317 \backslash
7318 left
7319 \series default
7320  y 
7321 \series bold
7322
7323 \backslash
7324 right
7325 \series default
7326  se puede usar el atajo 
7327 \family sans
7328 Alt+M
7329 \begin_inset space ~
7330 \end_inset
7331
7332 Corchete
7333 \family default
7334 .
7335  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7336  real del delimitador y además se genera el correspondiente delimitador
7337  de cierre.
7338 \begin_inset Newline newline
7339 \end_inset
7340
7341 El comando para el último ejemplo sería 
7342 \series bold
7343
7344 \backslash
7345 ln Alt+M
7346 \series default
7347  
7348 \series bold
7349 (
7350 \backslash
7351 frac
7352 \begin_inset ERT
7353 status collapsed
7354
7355 \begin_layout Plain Layout
7356
7357
7358 \backslash
7359 spce 
7360 \end_layout
7361
7362 \end_inset
7363
7364 A
7365 \begin_inset Formula $\downarrow$
7366 \end_inset
7367
7368
7369 \end_layout
7370
7371 \begin_layout Standard
7372 Para omitir uno de los dos delimitadores se inserta un punto.
7373  Por ejemplo, el comando 
7374 \series bold
7375
7376 \backslash
7377 left.
7378 \backslash
7379 frac
7380 \series default
7381
7382 \begin_inset ERT
7383 status collapsed
7384
7385 \begin_layout Plain Layout
7386
7387
7388 \backslash
7389 spce 
7390 \end_layout
7391
7392 \end_inset
7393
7394
7395 \series bold
7396 A
7397 \begin_inset Formula $\downarrow$
7398 \end_inset
7399
7400 B
7401 \series default
7402
7403 \begin_inset ERT
7404 status collapsed
7405
7406 \begin_layout Plain Layout
7407
7408
7409 \backslash
7410 spce 
7411 \end_layout
7412
7413 \end_inset
7414
7415
7416 \series bold
7417
7418 \backslash
7419 right}
7420 \series default
7421  da lugar a:
7422 \begin_inset Formula 
7423 \[
7424 \left.\frac{A}{B}\right\} 
7425 \]
7426
7427 \end_inset
7428
7429
7430 \end_layout
7431
7432 \begin_layout Standard
7433 LyX convertirá los comandos 
7434 \series bold
7435
7436 \backslash
7437 left
7438 \series default
7439  y 
7440 \series bold
7441
7442 \backslash
7443 right
7444 \series default
7445  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7446  omitido aparecerá como línea de trazos.
7447  
7448 \begin_inset VSpace bigskip
7449 \end_inset
7450
7451
7452 \end_layout
7453
7454 \begin_layout Standard
7455 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7456  de LaTeX, el comando 
7457 \series bold
7458
7459 \backslash
7460 middle
7461 \series default
7462
7463 \begin_inset Index idx
7464 status collapsed
7465
7466 \begin_layout Plain Layout
7467 Comandos ! M ! 
7468 \backslash
7469 middle
7470 \end_layout
7471
7472 \end_inset
7473
7474  está también disponible para todos los delimitadores y límites.
7475  Con este comando la altura del siguiente carácter se adapta a la de los
7476  delimitadores circundantes, lo que es necesario, p.
7477 \begin_inset space \thinspace{}
7478 \end_inset
7479
7480 e., para vectores cuánticos: 
7481 \begin_inset Formula 
7482 \[
7483 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7484 \]
7485
7486 \end_inset
7487
7488
7489 \end_layout
7490
7491 \begin_layout Standard
7492 Para este tipo de vectores hay un paquete LaTeX específico que se describe
7493  en
7494 \begin_inset space ~
7495 \end_inset
7496
7497
7498 \begin_inset CommandInset ref
7499 LatexCommand ref
7500 reference "sub:Vectores-cuánticos"
7501
7502 \end_inset
7503
7504 .
7505 \end_layout
7506
7507 \begin_layout Subsection
7508 Delimitadores horizontales
7509 \begin_inset Index idx
7510 status collapsed
7511
7512 \begin_layout Plain Layout
7513 Delimitadores ! horizontales
7514 \end_layout
7515
7516 \end_inset
7517
7518
7519 \end_layout
7520
7521 \begin_layout Standard
7522 \noindent
7523 \align center
7524 \begin_inset Tabular
7525 <lyxtabular version="3" rows="4" columns="2">
7526 <features tabularvalignment="middle">
7527 <column alignment="center" valignment="top" width="0">
7528 <column alignment="center" valignment="top" width="0">
7529 <row>
7530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 Comando
7535 \begin_inset Note Note
7536 status collapsed
7537
7538 \begin_layout Plain Layout
7539
7540 \series bold
7541
7542 \backslash
7543 raisebox
7544 \series default
7545  se usa sólo como espaciador
7546 \end_layout
7547
7548 \end_inset
7549
7550
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559 Resultado
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 </row>
7565 <row>
7566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 \begin_inset ERT
7571 status collapsed
7572
7573 \begin_layout Plain Layout
7574
7575
7576 \backslash
7577 raisebox{2.3mm}{
7578 \end_layout
7579
7580 \end_inset
7581
7582
7583 \backslash
7584 overbrace
7585 \begin_inset ERT
7586 status collapsed
7587
7588 \begin_layout Plain Layout
7589
7590
7591 \backslash
7592 spce 
7593 \end_layout
7594
7595 \end_inset
7596
7597 A+B
7598 \begin_inset ERT
7599 status collapsed
7600
7601 \begin_layout Plain Layout
7602
7603
7604 \backslash
7605 spce 
7606 \end_layout
7607
7608 \end_inset
7609
7610 ^
7611 \begin_inset ERT
7612 status collapsed
7613
7614 \begin_layout Plain Layout
7615
7616
7617 \backslash
7618 spce 
7619 \end_layout
7620
7621 \end_inset
7622
7623 3
7624 \begin_inset ERT
7625 status collapsed
7626
7627 \begin_layout Plain Layout
7628
7629 }
7630 \end_layout
7631
7632 \end_inset
7633
7634
7635 \begin_inset Index idx
7636 status collapsed
7637
7638 \begin_layout Plain Layout
7639 Comandos ! O ! 
7640 \backslash
7641 overbrace
7642 \end_layout
7643
7644 \end_inset
7645
7646
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 \begin_inset Formula $\overbrace{A+B}^{3}$
7656 \end_inset
7657
7658
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 <row>
7665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669 \begin_inset ERT
7670 status collapsed
7671
7672 \begin_layout Plain Layout
7673
7674
7675 \backslash
7676 raisebox{-2.2mm}{
7677 \end_layout
7678
7679 \end_inset
7680
7681
7682 \backslash
7683 underbrace
7684 \begin_inset ERT
7685 status collapsed
7686
7687 \begin_layout Plain Layout
7688
7689
7690 \backslash
7691 spce 
7692 \end_layout
7693
7694 \end_inset
7695
7696 A+B
7697 \begin_inset ERT
7698 status collapsed
7699
7700 \begin_layout Plain Layout
7701
7702
7703 \backslash
7704 spce 
7705 \end_layout
7706
7707 \end_inset
7708
7709 _5
7710 \begin_inset ERT
7711 status collapsed
7712
7713 \begin_layout Plain Layout
7714
7715 }
7716 \end_layout
7717
7718 \end_inset
7719
7720
7721 \begin_inset Index idx
7722 status collapsed
7723
7724 \begin_layout Plain Layout
7725 Comandos ! U ! 
7726 \backslash
7727 underbrace
7728 \end_layout
7729
7730 \end_inset
7731
7732
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741 \begin_inset Formula $\underbrace{A+B}_{5}$
7742 \end_inset
7743
7744
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 </row>
7750 <row>
7751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755
7756 \backslash
7757 overbrace
7758 \begin_inset ERT
7759 status collapsed
7760
7761 \begin_layout Plain Layout
7762
7763
7764 \backslash
7765 spce 
7766 \end_layout
7767
7768 \end_inset
7769
7770
7771 \backslash
7772 underbrace
7773 \begin_inset ERT
7774 status collapsed
7775
7776 \begin_layout Plain Layout
7777
7778
7779 \backslash
7780 spce 
7781 \end_layout
7782
7783 \end_inset
7784
7785 A+B_w
7786 \begin_inset ERT
7787 status collapsed
7788
7789 \begin_layout Plain Layout
7790
7791
7792 \backslash
7793 spce 
7794 \end_layout
7795
7796 \end_inset
7797
7798
7799 \begin_inset ERT
7800 status collapsed
7801
7802 \begin_layout Plain Layout
7803
7804
7805 \backslash
7806 spce 
7807 \end_layout
7808
7809 \end_inset
7810
7811 _7
7812 \begin_inset ERT
7813 status collapsed
7814
7815 \begin_layout Plain Layout
7816
7817
7818 \backslash
7819 spce 
7820 \end_layout
7821
7822 \end_inset
7823
7824
7825 \begin_inset ERT
7826 status collapsed
7827
7828 \begin_layout Plain Layout
7829
7830
7831 \backslash
7832 spce 
7833 \end_layout
7834
7835 \end_inset
7836
7837 ^
7838 \begin_inset ERT
7839 status collapsed
7840
7841 \begin_layout Plain Layout
7842
7843
7844 \backslash
7845 spce 
7846 \end_layout
7847
7848 \end_inset
7849
7850 C
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7860 \end_inset
7861
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 </lyxtabular>
7869
7870 \end_inset
7871
7872
7873 \end_layout
7874
7875 \begin_layout Standard
7876 En el último ejemplo no importa en qué orden se introducen los comandos
7877  
7878 \series bold
7879
7880 \backslash
7881 overbrace
7882 \series default
7883  y 
7884 \series bold
7885
7886 \backslash
7887 underbrace
7888 \series default
7889 .
7890 \begin_inset VSpace bigskip
7891 \end_inset
7892
7893
7894 \end_layout
7895
7896 \begin_layout Standard
7897 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7898  multilínea, como se describe en
7899 \begin_inset space ~
7900 \end_inset
7901
7902
7903 \begin_inset CommandInset ref
7904 LatexCommand ref
7905 reference "sec:Ecuaciones-multilínea"
7906
7907 \end_inset
7908
7909 :
7910 \begin_inset Formula 
7911 \begin{eqnarray*}
7912 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7913  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7914 \end{eqnarray*}
7915
7916 \end_inset
7917
7918 En la primera fila se insertan la ecuación y la primera llave.
7919  Aquí es importante insertar el comando de espacio
7920 \begin_inset Foot
7921 status collapsed
7922
7923 \begin_layout Plain Layout
7924 Los comandos para espacios se explican en 
7925 \begin_inset CommandInset ref
7926 LatexCommand ref
7927 reference "sub:Espacio-predefinido"
7928
7929 \end_inset
7930
7931
7932 \end_layout
7933
7934 \end_inset
7935
7936  
7937 \series bold
7938
7939 \backslash
7940 :
7941 \series default
7942  antes de la primera
7943 \series bold
7944  
7945 \series default
7946
7947 \begin_inset Formula $d$
7948 \end_inset
7949
7950 , porque la llave que termina detrás de 
7951 \begin_inset Formula $q$
7952 \end_inset
7953
7954  impide que el siguiente 
7955 \begin_inset Quotes fld
7956 \end_inset
7957
7958 +
7959 \begin_inset Quotes frd
7960 \end_inset
7961
7962  esté rodeado de espacio.
7963 \begin_inset Foot
7964 status collapsed
7965
7966 \begin_layout Plain Layout
7967 Debido a que la llave no es considerada como carácter, véase 
7968 \begin_inset CommandInset ref
7969 LatexCommand ref
7970 reference "sub:Operadores-binarios"
7971
7972 \end_inset
7973
7974
7975 \end_layout
7976
7977 \end_inset
7978
7979  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7980  de 
7981 \begin_inset Formula $b$
7982 \end_inset
7983
7984  se inserta antes el comando 
7985 \series bold
7986
7987 \backslash
7988 hphantom{gggg+
7989 \backslash
7990 :}
7991 \series default
7992 .
7993 \begin_inset Foot
7994 status collapsed
7995
7996 \begin_layout Plain Layout
7997 Más sobre 
7998 \series bold
7999
8000 \backslash
8001 hphantom
8002 \series default
8003  en 
8004 \begin_inset CommandInset ref
8005 LatexCommand ref
8006 reference "sub:Espacios-reservados"
8007
8008 \end_inset
8009
8010
8011 \end_layout
8012
8013 \end_inset
8014
8015  Ese espacio es necesario porque el signo 
8016 \begin_inset Quotes fld
8017 \end_inset
8018
8019 +
8020 \begin_inset Quotes frd
8021 \end_inset
8022
8023  va seguido de un espacio en la ecuación.
8024  La llave se coloca bajo el comando 
8025 \series bold
8026
8027 \backslash
8028 hphantom{bbqq+dddd}
8029 \series default
8030 .
8031  
8032 \end_layout
8033
8034 \begin_layout Standard
8035 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
8036  ejemplo:
8037 \begin_inset ERT
8038 status collapsed
8039
8040 \begin_layout Plain Layout
8041
8042
8043 \backslash
8044 setlength{
8045 \backslash
8046 jot}{-6pt}
8047 \end_layout
8048
8049 \end_inset
8050
8051
8052 \begin_inset Formula 
8053 \begin{eqnarray*}
8054  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8055 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8056 \end{eqnarray*}
8057
8058 \end_inset
8059
8060
8061 \begin_inset ERT
8062 status collapsed
8063
8064 \begin_layout Plain Layout
8065
8066
8067 \backslash
8068 setlength{
8069 \backslash
8070 jot}{3pt}
8071 \end_layout
8072
8073 \end_inset
8074
8075 La primera fila de la ecuación es igual que la segunda fila del ejemplo
8076  anterior, con la diferencia de que la llave está encima.
8077  La segunda fila contiene la ecuación junto con la segunda llave.
8078  Para evitar que haya demasiado espacio entre la llave superior en la primera
8079  fila y la ecuación hay que reducirlo.
8080  Esto no es fácil de hacer debido a un fallo de LyX.
8081 \begin_inset Foot
8082 status collapsed
8083
8084 \begin_layout Plain Layout
8085 \begin_inset CommandInset href
8086 LatexCommand href
8087 name "LyX-bug #1505"
8088 target "http://www.lyx.org/trac/ticket/1505"
8089
8090 \end_inset
8091
8092
8093 \end_layout
8094
8095 \end_inset
8096
8097  Una solución es cambiar la separación global de filas en la ecuación, 
8098 \series bold
8099
8100 \backslash
8101 jot
8102 \series default
8103
8104 \begin_inset Index idx
8105 status collapsed
8106
8107 \begin_layout Plain Layout
8108 Comandos ! J ! 
8109 \backslash
8110 jot
8111 \end_layout
8112
8113 \end_inset
8114
8115 , en -6
8116 \begin_inset space \thinspace{}
8117 \end_inset
8118
8119 pt insertando antes de la ecuación el comando 
8120 \series bold
8121
8122 \backslash
8123 setlength{
8124 \backslash
8125 jot}{-6pt}
8126 \series default
8127  en modo TeX.
8128  Después de la ecuación se vuelve al valor normal 3
8129 \begin_inset space \thinspace{}
8130 \end_inset
8131
8132 pt de 
8133 \series bold
8134
8135 \backslash
8136 jot
8137 \series default
8138  usando el mismo comando.
8139  Más información sobre separación de filas en ecuaciones en
8140 \begin_inset space ~
8141 \end_inset
8142
8143
8144 \begin_inset CommandInset ref
8145 LatexCommand ref
8146 reference "sub:Separación-de-líneas"
8147
8148 \end_inset
8149
8150 .
8151 \end_layout
8152
8153 \begin_layout Section
8154 Flechas
8155 \begin_inset Index idx
8156 status collapsed
8157
8158 \begin_layout Plain Layout
8159 Flechas
8160 \end_layout
8161
8162 \end_inset
8163
8164
8165 \end_layout
8166
8167 \begin_layout Standard
8168 Las flechas se pueden insertar con el botón 
8169 \begin_inset Graphics
8170         filename ../../images/math/leftarrow.png
8171         scale 85
8172
8173 \end_inset
8174
8175  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
8176  siguientes.
8177 \end_layout
8178
8179 \begin_layout Subsection
8180 Flechas horizontales
8181 \begin_inset Index idx
8182 status collapsed
8183
8184 \begin_layout Plain Layout
8185 Flechas ! horizontales
8186 \end_layout
8187
8188 \end_inset
8189
8190
8191 \end_layout
8192
8193 \begin_layout Standard
8194 \begin_inset space \hfill{}
8195 \end_inset
8196
8197
8198 \begin_inset Tabular
8199 <lyxtabular version="3" rows="8" columns="2">
8200 <features tabularvalignment="middle">
8201 <column alignment="center" valignment="top" width="0pt">
8202 <column alignment="center" valignment="top" width="0pt">
8203 <row>
8204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 Comando
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 Resultado
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228
8229 \backslash
8230 gets
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 \begin_inset Formula $\gets$
8240 \end_inset
8241
8242
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \backslash
8255 Leftarrow
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 \begin_inset Formula $\Leftarrow$
8265 \end_inset
8266
8267
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 </row>
8273 <row>
8274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278
8279 \backslash
8280 longleftarrow
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 \begin_inset Formula $\longleftarrow$
8290 \end_inset
8291
8292
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \backslash
8305 Longleftarrow
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 \begin_inset Formula $\Longleftarrow$
8315 \end_inset
8316
8317
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \backslash
8330 leftharpoonup
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 \begin_inset Formula $\leftharpoonup$
8340 \end_inset
8341
8342
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353
8354 \backslash
8355 leftharpoondown
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 \begin_inset Formula $\leftharpoondown$
8365 \end_inset
8366
8367
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \backslash
8380 hookleftarrow
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 \begin_inset Formula $\hookleftarrow$
8390 \end_inset
8391
8392
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 </lyxtabular>
8399
8400 \end_inset
8401
8402
8403 \begin_inset space \hfill{}
8404 \end_inset
8405
8406
8407 \begin_inset Tabular
8408 <lyxtabular version="3" rows="8" columns="2">
8409 <features tabularvalignment="middle">
8410 <column alignment="center" valignment="top" width="0pt">
8411 <column alignment="center" valignment="top" width="0pt">
8412 <row>
8413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 Comando
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 Resultado
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \backslash
8439 to
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 \begin_inset Formula $\to$
8449 \end_inset
8450
8451
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \backslash
8464 Rightarrow
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 \begin_inset Formula $\Rightarrow$
8474 \end_inset
8475
8476
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487
8488 \backslash
8489 longrightarrow
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 \begin_inset Formula $\longrightarrow$
8499 \end_inset
8500
8501
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \backslash
8514 Longrightarrow
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 \begin_inset Formula $\Longrightarrow$
8524 \end_inset
8525
8526
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \backslash
8539 rightharpoonup
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 \begin_inset Formula $\rightharpoonup$
8549 \end_inset
8550
8551
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \backslash
8564 rightharpoondown
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 \begin_inset Formula $\rightharpoondown$
8574 \end_inset
8575
8576
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \backslash
8589 hookrightarrow
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 \begin_inset Formula $\hookrightarrow$
8599 \end_inset
8600
8601
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 </lyxtabular>
8608
8609 \end_inset
8610
8611
8612 \begin_inset space \hfill{}
8613 \end_inset
8614
8615
8616 \end_layout
8617
8618 \begin_layout Standard
8619 \begin_inset space \hfill{}
8620 \end_inset
8621
8622
8623 \begin_inset Tabular
8624 <lyxtabular version="3" rows="6" columns="2">
8625 <features tabularvalignment="middle">
8626 <column alignment="center" valignment="top" width="0pt">
8627 <column alignment="center" valignment="top" width="0pt">
8628 <row>
8629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 Comando
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 Resultado
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 leftrightarrow
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 $\leftrightarrow$
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" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \backslash
8680 Leftrightarrow
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 \begin_inset Formula $\Leftrightarrow$
8690 \end_inset
8691
8692
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 <row>
8699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703
8704 \backslash
8705 longleftrightarrow
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 \begin_inset Formula $\longleftrightarrow$
8715 \end_inset
8716
8717
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 <row>
8724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728
8729 \backslash
8730 Longleftrightarrow
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 \begin_inset Formula $\Longleftrightarrow$
8740 \end_inset
8741
8742
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row>
8749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753
8754 \backslash
8755 rightleftharpoons
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 \begin_inset Formula $\rightleftharpoons$
8765 \end_inset
8766
8767
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 </row>
8773 </lyxtabular>
8774
8775 \end_inset
8776
8777
8778 \begin_inset space \hspace{}
8779 \length 25pt
8780 \end_inset
8781
8782
8783 \begin_inset space \hfill{}
8784 \end_inset
8785
8786
8787 \begin_inset Tabular
8788 <lyxtabular version="3" rows="5" columns="2">
8789 <features tabularvalignment="middle">
8790 <column alignment="center" valignment="top" width="0pt">
8791 <column alignment="center" valignment="top" width="0pt">
8792 <row>
8793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 Comando
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 Resultado
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 </row>
8812 <row>
8813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \backslash
8819 mapsto
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 \begin_inset Formula $\mapsto$
8829 \end_inset
8830
8831
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 </row>
8837 <row>
8838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842
8843 \backslash
8844 longmapsto
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 \begin_inset Formula $\longmapsto$
8854 \end_inset
8855
8856
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 </row>
8862 <row>
8863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867
8868 \backslash
8869 leadsto
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 \begin_inset Formula $\leadsto$
8879 \end_inset
8880
8881
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 <row>
8888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892
8893 \backslash
8894 dasharrow
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 \begin_inset Formula $\dasharrow$
8904 \end_inset
8905
8906
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 </lyxtabular>
8913
8914 \end_inset
8915
8916
8917 \begin_inset space \hfill{}
8918 \end_inset
8919
8920
8921 \begin_inset VSpace medskip
8922 \end_inset
8923
8924
8925 \end_layout
8926
8927 \begin_layout Standard
8928 Las flechas que se utilizan como acentos, p.
8929 \begin_inset space \thinspace{}
8930 \end_inset
8931
8932 e.
8933  en vectores, se describen en 
8934 \begin_inset CommandInset ref
8935 LatexCommand ref
8936 reference "sec:Acentos"
8937
8938 \end_inset
8939
8940 .
8941  
8942 \begin_inset VSpace bigskip
8943 \end_inset
8944
8945
8946 \end_layout
8947
8948 \begin_layout Standard
8949 Además hay las flechas etiquetadas
8950 \begin_inset Index idx
8951 status collapsed
8952
8953 \begin_layout Plain Layout
8954 Flechas ! etiquetadas
8955 \end_layout
8956
8957 \end_inset
8958
8959  
8960 \series bold
8961
8962 \backslash
8963 xleftarrow
8964 \series default
8965
8966 \begin_inset Index idx
8967 status collapsed
8968
8969 \begin_layout Plain Layout
8970 Comandos ! X ! 
8971 \backslash
8972 xleftarrow
8973 \end_layout
8974
8975 \end_inset
8976
8977  y 
8978 \series bold
8979
8980 \backslash
8981 xrightarrow
8982 \series default
8983
8984 \begin_inset Index idx
8985 status collapsed
8986
8987 \begin_layout Plain Layout
8988 Comandos ! X ! 
8989 \backslash
8990 xrightarrow
8991 \begin_inset ERT
8992 status collapsed
8993
8994 \begin_layout Plain Layout
8995
8996
8997 \backslash
8998 vspace{4mm}
8999 \end_layout
9000
9001 \end_inset
9002
9003
9004 \end_layout
9005
9006 \end_inset
9007
9008 .
9009  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
9010  con dos marcos azules donde se puede insertar la etiqueta.
9011  La longitud de la flecha se adapta a la anchura de la etiqueta.
9012 \end_layout
9013
9014 \begin_layout Standard
9015 \noindent
9016 \align center
9017 \begin_inset Tabular
9018 <lyxtabular version="3" rows="3" columns="2">
9019 <features tabularvalignment="middle">
9020 <column alignment="center" valignment="top" width="0">
9021 <column alignment="center" valignment="top" width="0">
9022 <row>
9023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 Comando
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 Resultado
9037 \begin_inset Note Note
9038 status collapsed
9039
9040 \begin_layout Plain Layout
9041
9042 \series bold
9043
9044 \backslash
9045 raisebox
9046 \series default
9047  se usa sólo como espaciador
9048 \end_layout
9049
9050 \end_inset
9051
9052
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 F(a)
9064 \backslash
9065 xleftarrow
9066 \begin_inset ERT
9067 status collapsed
9068
9069 \begin_layout Plain Layout
9070
9071
9072 \backslash
9073 spce 
9074 \end_layout
9075
9076 \end_inset
9077
9078 x=a
9079 \begin_inset Formula $\downarrow$
9080 \end_inset
9081
9082 x>0
9083 \begin_inset Formula $\to$
9084 \end_inset
9085
9086 F(x)
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9096 \end_inset
9097
9098
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 F(x)
9110 \backslash
9111 xrightarrow
9112 \begin_inset ERT
9113 status collapsed
9114
9115 \begin_layout Plain Layout
9116
9117
9118 \backslash
9119 spce 
9120 \end_layout
9121
9122 \end_inset
9123
9124 x=a
9125 \begin_inset Formula $\downarrow$
9126 \end_inset
9127
9128 x>0
9129 \begin_inset Formula $\to$
9130 \end_inset
9131
9132 F(a)
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9142 \end_inset
9143
9144
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 </lyxtabular>
9151
9152 \end_inset
9153
9154
9155 \end_layout
9156
9157 \begin_layout Subsection
9158 Flechas verticales y diagonales
9159 \begin_inset Index idx
9160 status collapsed
9161
9162 \begin_layout Plain Layout
9163 Flechas ! diagonales
9164 \end_layout
9165
9166 \end_inset
9167
9168
9169 \begin_inset Index idx
9170 status collapsed
9171
9172 \begin_layout Plain Layout
9173 Flechas ! verticales
9174 \end_layout
9175
9176 \end_inset
9177
9178
9179 \end_layout
9180
9181 \begin_layout Standard
9182 \begin_inset space \hfill{}
9183 \end_inset
9184
9185
9186 \begin_inset Tabular
9187 <lyxtabular version="3" rows="7" columns="2">
9188 <features tabularvalignment="middle">
9189 <column alignment="center" valignment="top" width="0pt">
9190 <column alignment="center" valignment="top" width="0pt">
9191 <row>
9192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 Comando
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 Resultado
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \backslash
9218 uparrow
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 \begin_inset Formula $\uparrow$
9228 \end_inset
9229
9230
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 <row>
9237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241
9242 \backslash
9243 Uparrow
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 \begin_inset Formula $\Uparrow$
9253 \end_inset
9254
9255
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 <row>
9262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266
9267 \backslash
9268 updownarrow
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 \begin_inset Formula $\updownarrow$
9278 \end_inset
9279
9280
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 </row>
9286 <row>
9287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291
9292 \backslash
9293 Updownarrow
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 \begin_inset Formula $\Updownarrow$
9303 \end_inset
9304
9305
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 <row>
9312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316
9317 \backslash
9318 Downarrow
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 \begin_inset Formula $\Downarrow$
9328 \end_inset
9329
9330
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 <row>
9337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341
9342 \backslash
9343 downarrow
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 \begin_inset Formula $\downarrow$
9353 \end_inset
9354
9355
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 </row>
9361 </lyxtabular>
9362
9363 \end_inset
9364
9365
9366 \begin_inset space \hfill{}
9367 \end_inset
9368
9369
9370 \begin_inset Tabular
9371 <lyxtabular version="3" rows="5" columns="2">
9372 <features tabularvalignment="middle">
9373 <column alignment="center" valignment="top" width="0pt">
9374 <column alignment="center" valignment="top" width="0pt">
9375 <row>
9376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 Comando
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 Resultado
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 </row>
9395 <row>
9396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400
9401 \backslash
9402 nearrow
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 \begin_inset Formula $\nearrow$
9412 \end_inset
9413
9414
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 <row>
9421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \backslash
9427 searrow
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 \begin_inset Formula $\searrow$
9437 \end_inset
9438
9439
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row>
9446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \backslash
9452 swarrow
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 \begin_inset Formula $\swarrow$
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 </row>
9470 <row>
9471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475
9476 \backslash
9477 nwarrow
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486 \begin_inset Formula $\nwarrow$
9487 \end_inset
9488
9489
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 </lyxtabular>
9496
9497 \end_inset
9498
9499
9500 \begin_inset space \hfill{}
9501 \end_inset
9502
9503
9504 \end_layout
9505
9506 \begin_layout Standard
9507 \begin_inset VSpace medskip
9508 \end_inset
9509
9510
9511 \end_layout
9512
9513 \begin_layout Standard
9514 Las flechas verticales también se pueden usar como delimitadores junto con
9515  los comandos descritos en
9516 \begin_inset space ~
9517 \end_inset
9518
9519
9520 \begin_inset CommandInset ref
9521 LatexCommand ref
9522 reference "sub:Tamaño-manual-de"
9523
9524 \end_inset
9525
9526  y 
9527 \begin_inset CommandInset ref
9528 LatexCommand ref
9529 reference "sub:Tamaño-automático-de"
9530
9531 \end_inset
9532
9533 .
9534 \end_layout
9535
9536 \begin_layout Standard
9537 \noindent
9538 \align center
9539 \begin_inset Newpage newpage
9540 \end_inset
9541
9542
9543 \end_layout
9544
9545 \begin_layout Section
9546 Acentos
9547 \begin_inset CommandInset label
9548 LatexCommand label
9549 name "sec:Acentos"
9550
9551 \end_inset
9552
9553
9554 \begin_inset Index idx
9555 status collapsed
9556
9557 \begin_layout Plain Layout
9558 Acentos
9559 \end_layout
9560
9561 \end_inset
9562
9563
9564 \end_layout
9565
9566 \begin_layout Standard
9567 Los acentos se pueden insertar con el botón 
9568 \begin_inset Graphics
9569         filename ../../images/math/hat.png
9570         scale 85
9571
9572 \end_inset
9573
9574  o mediante los comandos listados en las siguientes subsecciones.
9575 \end_layout
9576
9577 \begin_layout Subsection
9578 Acentos para un carácter
9579 \begin_inset ERT
9580 status collapsed
9581
9582 \begin_layout Plain Layout
9583
9584
9585 \backslash
9586 texorpdfstring{
9587 \end_layout
9588
9589 \end_inset
9590
9591
9592 \begin_inset Foot
9593 status collapsed
9594
9595 \begin_layout Plain Layout
9596 Para acentos en texto, véase 
9597 \begin_inset CommandInset ref
9598 LatexCommand ref
9599 reference "sub:Acentos-en-texto"
9600
9601 \end_inset
9602
9603
9604 \end_layout
9605
9606 \end_inset
9607
9608
9609 \begin_inset ERT
9610 status collapsed
9611
9612 \begin_layout Plain Layout
9613
9614 }{}
9615 \end_layout
9616
9617 \end_inset
9618
9619
9620 \begin_inset Note Note
9621 status collapsed
9622
9623 \begin_layout Plain Layout
9624
9625 \series bold
9626
9627 \backslash
9628 texorpdfstring
9629 \series default
9630  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
9631 \end_layout
9632
9633 \begin_layout Plain Layout
9634 Más sobre 
9635 \series bold
9636
9637 \backslash
9638 texorpdfstring
9639 \series default
9640  en la sección 
9641 \begin_inset CommandInset ref
9642 LatexCommand ref
9643 reference "sub:Ecuaciones-en-encabezados"
9644
9645 \end_inset
9646
9647 .
9648 \end_layout
9649
9650 \end_inset
9651
9652
9653 \begin_inset CommandInset label
9654 LatexCommand label
9655 name "sub:Acentos-para-un"
9656
9657 \end_inset
9658
9659
9660 \begin_inset Index idx
9661 status collapsed
9662
9663 \begin_layout Plain Layout
9664 Acentos ! para un carácter
9665 \end_layout
9666
9667 \end_inset
9668
9669
9670 \end_layout
9671
9672 \begin_layout Standard
9673 \begin_inset space \hfill{}
9674 \end_inset
9675
9676
9677 \begin_inset Tabular
9678 <lyxtabular version="3" rows="8" columns="2">
9679 <features tabularvalignment="middle">
9680 <column alignment="center" valignment="top" width="0pt">
9681 <column alignment="center" valignment="top" width="0pt">
9682 <row>
9683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687 Comando
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696 Resultado
9697 \begin_inset Note Note
9698 status collapsed
9699
9700 \begin_layout Plain Layout
9701
9702 \series bold
9703
9704 \backslash
9705 raisebox
9706 \series default
9707  se usa sólo como espaciador
9708 \end_layout
9709
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 </row>
9718 <row>
9719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723
9724 \backslash
9725 dot
9726 \begin_inset ERT
9727 status collapsed
9728
9729 \begin_layout Plain Layout
9730
9731
9732 \backslash
9733 spce 
9734 \end_layout
9735
9736 \end_inset
9737
9738 A
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9748 \end_inset
9749
9750
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row>
9757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \backslash
9763 ddot
9764 \begin_inset ERT
9765 status collapsed
9766
9767 \begin_layout Plain Layout
9768
9769
9770 \backslash
9771 spce 
9772 \end_layout
9773
9774 \end_inset
9775
9776 A
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9786 \end_inset
9787
9788
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 </row>
9794 <row>
9795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799
9800 \backslash
9801 dddot
9802 \begin_inset ERT
9803 status collapsed
9804
9805 \begin_layout Plain Layout
9806
9807
9808 \backslash
9809 spce 
9810 \end_layout
9811
9812 \end_inset
9813
9814 A
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9824 \end_inset
9825
9826
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row>
9833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \backslash
9839 ddddot
9840 \begin_inset ERT
9841 status collapsed
9842
9843 \begin_layout Plain Layout
9844
9845
9846 \backslash
9847 spce 
9848 \end_layout
9849
9850 \end_inset
9851
9852 A
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9862 \end_inset
9863
9864
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 <row>
9871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \backslash
9877 vec
9878 \begin_inset ERT
9879 status collapsed
9880
9881 \begin_layout Plain Layout
9882
9883
9884 \backslash
9885 spce 
9886 \end_layout
9887
9888 \end_inset
9889
9890 A
9891 \begin_inset Index idx
9892 status collapsed
9893
9894 \begin_layout Plain Layout
9895 Vectores
9896 \end_layout
9897
9898 \end_inset
9899
9900
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9910 \end_inset
9911
9912
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 </row>
9918 <row>
9919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923
9924 \backslash
9925 bar
9926 \begin_inset ERT
9927 status collapsed
9928
9929 \begin_layout Plain Layout
9930
9931
9932 \backslash
9933 spce 
9934 \end_layout
9935
9936 \end_inset
9937
9938 A
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9948 \end_inset
9949
9950
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 </row>
9956 <row>
9957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \backslash
9963 mathring
9964 \begin_inset ERT
9965 status collapsed
9966
9967 \begin_layout Plain Layout
9968
9969
9970 \backslash
9971 spce 
9972 \end_layout
9973
9974 \end_inset
9975
9976 A
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9986 \end_inset
9987
9988
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 </row>
9994 </lyxtabular>
9995
9996 \end_inset
9997
9998
9999 \begin_inset space \hfill{}
10000 \end_inset
10001
10002
10003 \begin_inset Tabular
10004 <lyxtabular version="3" rows="7" columns="2">
10005 <features tabularvalignment="middle">
10006 <column alignment="center" valignment="top" width="0pt">
10007 <column alignment="center" valignment="top" width="0pt">
10008 <row>
10009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013 Comando
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 Resultado
10023 \begin_inset Note Note
10024 status collapsed
10025
10026 \begin_layout Plain Layout
10027
10028 \series bold
10029
10030 \backslash
10031 raisebox
10032 \series default
10033  se usa sólo como espaciador
10034 \end_layout
10035
10036 \end_inset
10037
10038
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 </row>
10044 <row>
10045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \backslash
10051 tilde
10052 \begin_inset ERT
10053 status collapsed
10054
10055 \begin_layout Plain Layout
10056
10057
10058 \backslash
10059 spce 
10060 \end_layout
10061
10062 \end_inset
10063
10064 A
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10074 \end_inset
10075
10076
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row>
10083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \backslash
10089 hat
10090 \begin_inset ERT
10091 status collapsed
10092
10093 \begin_layout Plain Layout
10094
10095
10096 \backslash
10097 spce 
10098 \end_layout
10099
10100 \end_inset
10101
10102 A
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10112 \end_inset
10113
10114
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 </row>
10120 <row>
10121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125
10126 \backslash
10127 check
10128 \begin_inset ERT
10129 status collapsed
10130
10131 \begin_layout Plain Layout
10132
10133
10134 \backslash
10135 spce 
10136 \end_layout
10137
10138 \end_inset
10139
10140 A
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10150 \end_inset
10151
10152
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 </row>
10158 <row>
10159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163
10164 \backslash
10165 acute
10166 \begin_inset ERT
10167 status collapsed
10168
10169 \begin_layout Plain Layout
10170
10171
10172 \backslash
10173 spce 
10174 \end_layout
10175
10176 \end_inset
10177
10178 A
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10188 \end_inset
10189
10190
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 </row>
10196 <row>
10197 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201
10202 \backslash
10203 grave
10204 \begin_inset ERT
10205 status collapsed
10206
10207 \begin_layout Plain Layout
10208
10209
10210 \backslash
10211 spce 
10212 \end_layout
10213
10214 \end_inset
10215
10216 A
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10226 \end_inset
10227
10228
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 </row>
10234 <row>
10235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239
10240 \backslash
10241 breve
10242 \begin_inset ERT
10243 status collapsed
10244
10245 \begin_layout Plain Layout
10246
10247
10248 \backslash
10249 spce 
10250 \end_layout
10251
10252 \end_inset
10253
10254 A
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10264 \end_inset
10265
10266
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 </row>
10272 </lyxtabular>
10273
10274 \end_inset
10275
10276
10277 \begin_inset space \hfill{}
10278 \end_inset
10279
10280
10281 \end_layout
10282
10283 \begin_layout Standard
10284 \begin_inset VSpace bigskip
10285 \end_inset
10286
10287
10288 \end_layout
10289
10290 \begin_layout Standard
10291 En ecuaciones se pueden insertar acentos como 
10292 \begin_inset Quotes fld
10293 \end_inset
10294
10295 é
10296 \begin_inset Quotes frd
10297 \end_inset
10298
10299  directamente.
10300  LyX los transformará al comando de acento correspondiente.
10301  Para poner diéresis
10302 \begin_inset Index idx
10303 status collapsed
10304
10305 \begin_layout Plain Layout
10306 Dieresis@Diéresis
10307 \end_layout
10308
10309 \end_inset
10310
10311  es mejor insertar comillas antes de la vocal.
10312  Estos dos caracteres son considerados por LaTeX como 
10313 \emph on
10314 un solo
10315 \emph default
10316  carácter si la parte de la ecuación con la diéresis se marca en idioma
10317  alemán.
10318 \begin_inset Foot
10319 status collapsed
10320
10321 \begin_layout Plain Layout
10322 O algún otro idioma que use acentos, p.
10323 \begin_inset space \thinspace{}
10324 \end_inset
10325
10326 e.
10327  catalán.
10328  Aunque esto no funciona en español por algún conflicto con el estilo 
10329 \series bold
10330 spanish
10331 \series default
10332  de 
10333 \series bold
10334 babel
10335 \series default
10336 , no es necesario: se puede escribir 
10337 \begin_inset Formula $ï$
10338 \end_inset
10339
10340  en una ecuación igual que se hace en texto normal, ï.
10341  (
10342 \emph on
10343 N.
10344 \begin_inset space \thinspace{}
10345 \end_inset
10346
10347 del t.
10348 \emph default
10349 )
10350 \end_layout
10351
10352 \end_inset
10353
10354  A diferencia de 
10355 \series bold
10356
10357 \backslash
10358 ddot
10359 \series default
10360 , con este método se generan diéresis 
10361 \begin_inset Quotes fld
10362 \end_inset
10363
10364 reales
10365 \begin_inset Quotes frd
10366 \end_inset
10367
10368 , como se demuestra en el siguiente ejemplo:
10369 \begin_inset VSpace -2mm
10370 \end_inset
10371
10372
10373 \end_layout
10374
10375 \begin_layout Standard
10376 \noindent
10377 \align center
10378 \begin_inset Tabular
10379 <lyxtabular version="3" rows="3" columns="2">
10380 <features tabularvalignment="middle">
10381 <column alignment="center" valignment="top" width="0">
10382 <column alignment="center" valignment="top" width="0">
10383 <row>
10384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Comando
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 Resultado
10398 \begin_inset Note Note
10399 status collapsed
10400
10401 \begin_layout Plain Layout
10402
10403 \series bold
10404
10405 \backslash
10406 raisebox
10407 \series default
10408  se usa sólo como espaciador.
10409 \end_layout
10410
10411 \end_inset
10412
10413
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 </row>
10419 <row>
10420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 ï
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 \begin_inset Formula $ï$
10434 \end_inset
10435
10436
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 <row>
10443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447
10448 \backslash
10449 ddot
10450 \begin_inset ERT
10451 status collapsed
10452
10453 \begin_layout Plain Layout
10454
10455
10456 \backslash
10457 spce 
10458 \end_layout
10459
10460 \end_inset
10461
10462 i
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10472 \end_inset
10473
10474
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 </row>
10480 </lyxtabular>
10481
10482 \end_inset
10483
10484
10485 \end_layout
10486
10487 \begin_layout Standard
10488 Otra ventaja frente a 
10489 \series bold
10490
10491 \backslash
10492 ddot
10493 \series default
10494  es que la diéresis puede convertirse directamente a texto matemático, porque
10495  los anteriores comandos para acentos 
10496 \emph on
10497 no están permitidos en texto matemático
10498 \emph default
10499 .
10500  Para convertir un carácter acentuado a texto matemático, se debe convertir
10501  sólo el carácter bajo el acento.
10502  Esto también se aplica para otras conversiones, p.
10503 \begin_inset space \thinspace{}
10504 \end_inset
10505
10506 e.
10507 \begin_inset space ~
10508 \end_inset
10509
10510 cursiva o negrita.
10511 \end_layout
10512
10513 \begin_layout Standard
10514 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10515 \end_layout
10516
10517 \begin_layout Subsection
10518 Acentos para operadores
10519 \begin_inset Index idx
10520 status collapsed
10521
10522 \begin_layout Plain Layout
10523 Acentos ! en operadores
10524 \end_layout
10525
10526 \end_inset
10527
10528
10529 \end_layout
10530
10531 \begin_layout Standard
10532 Con los comandos 
10533 \series bold
10534
10535 \backslash
10536 overset
10537 \series default
10538
10539 \begin_inset Index idx
10540 status collapsed
10541
10542 \begin_layout Plain Layout
10543 Comandos ! O ! 
10544 \backslash
10545 overset
10546 \end_layout
10547
10548 \end_inset
10549
10550  y 
10551 \series bold
10552
10553 \backslash
10554 underset
10555 \series default
10556
10557 \begin_inset Index idx
10558 status collapsed
10559
10560 \begin_layout Plain Layout
10561 Comandos ! U ! 
10562 \backslash
10563 underset
10564 \end_layout
10565
10566 \end_inset
10567
10568  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10569  Con el comando 
10570 \series bold
10571
10572 \backslash
10573 sideset
10574 \series default
10575
10576 \begin_inset Index idx
10577 status collapsed
10578
10579 \begin_layout Plain Layout
10580 Comandos ! S ! 
10581 \backslash
10582 sideset
10583 \end_layout
10584
10585 \end_inset
10586
10587  se pueden poner caracteres delante y detrás de un operador.
10588  El esquema del comando es:
10589 \end_layout
10590
10591 \begin_layout Standard
10592
10593 \series bold
10594
10595 \backslash
10596 sideset{carácter
10597 \series default
10598  
10599 \series bold
10600 anterior}{carácter posterior}
10601 \end_layout
10602
10603 \begin_layout Standard
10604
10605 \series bold
10606
10607 \backslash
10608 sideset
10609 \series default
10610  siempre debe estar delante del operador que debe acentuarse.
10611  Se puede acentuar con varios caracteres e incluso con otros operadores
10612  y símbolos.
10613  Para colocar con
10614 \series bold
10615  
10616 \backslash
10617 sideset
10618 \series default
10619  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10620  el primer par de llaves, pero sin quitarlas.
10621  
10622 \end_layout
10623
10624 \begin_layout Standard
10625 Por ejemplo, el comando 
10626 \series bold
10627
10628 \backslash
10629 sideset{
10630 \begin_inset Formula $\to$
10631 \end_inset
10632
10633
10634 \backslash
10635 {
10636 \series default
10637 '
10638 \series bold
10639
10640 \begin_inset Formula $\to$
10641 \end_inset
10642
10643
10644 \backslash
10645 sum_k=1
10646 \begin_inset ERT
10647 status collapsed
10648
10649 \begin_layout Plain Layout
10650
10651
10652 \backslash
10653 spce 
10654 \end_layout
10655
10656 \end_inset
10657
10658
10659 \series default
10660 ^
10661 \series bold
10662
10663 \begin_inset ERT
10664 status collapsed
10665
10666 \begin_layout Plain Layout
10667
10668
10669 \backslash
10670 spce 
10671 \end_layout
10672
10673 \end_inset
10674
10675 n
10676 \series default
10677  genera:
10678 \begin_inset Formula 
10679 \[
10680 \sideset{}{'}\sum_{k=1}^{n}
10681 \]
10682
10683 \end_inset
10684
10685
10686 \end_layout
10687
10688 \begin_layout Standard
10689 El comando 
10690 \series bold
10691
10692 \backslash
10693 overset
10694 \begin_inset ERT
10695 status collapsed
10696
10697 \begin_layout Plain Layout
10698
10699
10700 \backslash
10701 spce 
10702 \end_layout
10703
10704 \end_inset
10705
10706
10707 \backslash
10708 maltese
10709 \begin_inset ERT
10710 status collapsed
10711
10712 \begin_layout Plain Layout
10713
10714
10715 \backslash
10716 spce 
10717 \end_layout
10718
10719 \end_inset
10720
10721
10722 \series default
10723
10724 \begin_inset Formula $\uparrow$
10725 \end_inset
10726
10727
10728 \series bold
10729 a
10730 \series default
10731  genera:
10732 \begin_inset Formula 
10733 \[
10734 \overset{a}{\maltese}
10735 \]
10736
10737 \end_inset
10738
10739
10740 \end_layout
10741
10742 \begin_layout Standard
10743 Como se ve en el último ejemplo, con 
10744 \series bold
10745
10746 \backslash
10747 overset
10748 \series default
10749  y 
10750 \series bold
10751
10752 \backslash
10753 underset
10754 \series default
10755  también se pueden acentuar símbolos y caracteres; con 
10756 \series bold
10757
10758 \backslash
10759 sideset
10760 \series default
10761  esto no es posible.
10762 \end_layout
10763
10764 \begin_layout Subsection
10765 Acentos para varios caracteres
10766 \begin_inset Index idx
10767 status collapsed
10768
10769 \begin_layout Plain Layout
10770 Acentos ! en varios caracteres
10771 \end_layout
10772
10773 \end_inset
10774
10775
10776 \end_layout
10777
10778 \begin_layout Standard
10779 \begin_inset space \hfill{}
10780 \end_inset
10781
10782
10783 \begin_inset Tabular
10784 <lyxtabular version="3" rows="5" columns="2">
10785 <features tabularvalignment="middle">
10786 <column alignment="center" valignment="top" width="0pt">
10787 <column alignment="center" valignment="top" width="0pt">
10788 <row>
10789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 Comando
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 Resultado
10803 \begin_inset Note Note
10804 status collapsed
10805
10806 \begin_layout Plain Layout
10807
10808 \series bold
10809
10810 \backslash
10811 raisebox
10812 \series default
10813  se usa sólo como espaciador
10814 \end_layout
10815
10816 \end_inset
10817
10818
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 </row>
10824 <row>
10825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829
10830 \backslash
10831 overleftarrow
10832 \begin_inset ERT
10833 status collapsed
10834
10835 \begin_layout Plain Layout
10836
10837
10838 \backslash
10839 spce 
10840 \end_layout
10841
10842 \end_inset
10843
10844 A=B
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10854 \end_inset
10855
10856
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 </row>
10862 <row>
10863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867
10868 \backslash
10869 underleftarrow
10870 \begin_inset ERT
10871 status collapsed
10872
10873 \begin_layout Plain Layout
10874
10875
10876 \backslash
10877 spce 
10878 \end_layout
10879
10880 \end_inset
10881
10882 A=B
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10892 \end_inset
10893
10894
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 </row>
10900 <row>
10901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905
10906 \backslash
10907 overleftrightarrow
10908 \begin_inset ERT
10909 status collapsed
10910
10911 \begin_layout Plain Layout
10912
10913
10914 \backslash
10915 spce 
10916 \end_layout
10917
10918 \end_inset
10919
10920 A=B
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10930 \end_inset
10931
10932
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 </row>
10938 <row>
10939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943
10944 \backslash
10945 underleftrightarrow
10946 \begin_inset ERT
10947 status collapsed
10948
10949 \begin_layout Plain Layout
10950
10951
10952 \backslash
10953 spce 
10954 \end_layout
10955
10956 \end_inset
10957
10958 A=B
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10968 \end_inset
10969
10970
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 </row>
10976 </lyxtabular>
10977
10978 \end_inset
10979
10980
10981 \begin_inset space \hfill{}
10982 \end_inset
10983
10984
10985 \begin_inset Tabular
10986 <lyxtabular version="3" rows="5" columns="2">
10987 <features tabularvalignment="middle">
10988 <column alignment="center" valignment="top" width="0pt">
10989 <column alignment="center" valignment="top" width="0pt">
10990 <row>
10991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 Comando
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 Resultado
11005 \begin_inset Note Note
11006 status collapsed
11007
11008 \begin_layout Plain Layout
11009
11010 \series bold
11011
11012 \backslash
11013 raisebox
11014 \series default
11015  se usa sólo como espaciador
11016 \end_layout
11017
11018 \end_inset
11019
11020
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 <row>
11027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031
11032 \backslash
11033 overrightarrow
11034 \begin_inset ERT
11035 status collapsed
11036
11037 \begin_layout Plain Layout
11038
11039
11040 \backslash
11041 spce 
11042 \end_layout
11043
11044 \end_inset
11045
11046 A=B
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11056 \end_inset
11057
11058
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 </row>
11064 <row>
11065 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069
11070 \backslash
11071 underrightarrow
11072 \begin_inset ERT
11073 status collapsed
11074
11075 \begin_layout Plain Layout
11076
11077
11078 \backslash
11079 spce 
11080 \end_layout
11081
11082 \end_inset
11083
11084 A=B
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11094 \end_inset
11095
11096
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 </row>
11102 <row>
11103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107
11108 \backslash
11109 widetilde
11110 \begin_inset ERT
11111 status collapsed
11112
11113 \begin_layout Plain Layout
11114
11115
11116 \backslash
11117 spce 
11118 \end_layout
11119
11120 \end_inset
11121
11122 A=B
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11132 \end_inset
11133
11134
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 </row>
11140 <row>
11141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145
11146 \backslash
11147 widehat
11148 \begin_inset ERT
11149 status collapsed
11150
11151 \begin_layout Plain Layout
11152
11153
11154 \backslash
11155 spce 
11156 \end_layout
11157
11158 \end_inset
11159
11160 A=B
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11170 \end_inset
11171
11172
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 </row>
11178 </lyxtabular>
11179
11180 \end_inset
11181
11182
11183 \begin_inset space \hfill{}
11184 \end_inset
11185
11186
11187 \end_layout
11188
11189 \begin_layout Standard
11190 \begin_inset VSpace medskip
11191 \end_inset
11192
11193
11194 \end_layout
11195
11196 \begin_layout Standard
11197 Con estos comandos se pueden acentuar tantos caracteres como quieras.
11198  Pero los acentos 
11199 \series bold
11200
11201 \backslash
11202 widetilde
11203 \series default
11204  y 
11205 \series bold
11206
11207 \backslash
11208 widehat
11209 \series default
11210  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
11211  ejemplo:
11212 \begin_inset Formula 
11213 \[
11214 \widetilde{A+B=C-D}
11215 \]
11216
11217 \end_inset
11218
11219
11220 \end_layout
11221
11222 \begin_layout Standard
11223 Con los comandos 
11224 \series bold
11225
11226 \backslash
11227 overset
11228 \series default
11229
11230 \begin_inset Index idx
11231 status collapsed
11232
11233 \begin_layout Plain Layout
11234 Comandos ! O ! 
11235 \backslash
11236 overset
11237 \end_layout
11238
11239 \end_inset
11240
11241  y 
11242 \series bold
11243
11244 \backslash
11245 underset
11246 \series default
11247
11248 \begin_inset Index idx
11249 status collapsed
11250
11251 \begin_layout Plain Layout
11252 Comandos ! U ! 
11253 \backslash
11254 underset
11255 \end_layout
11256
11257 \end_inset
11258
11259 , descritos en la subsección anterior, también se pueden acentuar varios
11260  caracteres.
11261  El comando 
11262 \series bold
11263
11264 \backslash
11265 underset
11266 \begin_inset ERT
11267 status collapsed
11268
11269 \begin_layout Plain Layout
11270
11271
11272 \backslash
11273 spce 
11274 \end_layout
11275
11276 \end_inset
11277
11278 A=B
11279 \begin_inset Formula $\downarrow$
11280 \end_inset
11281
11282 ***
11283 \series default
11284  da:
11285 \begin_inset Formula 
11286 \[
11287 \underset{***}{A=B}
11288 \]
11289
11290 \end_inset
11291
11292
11293 \end_layout
11294
11295 \begin_layout Section
11296 Espacios
11297 \begin_inset CommandInset label
11298 LatexCommand label
11299 name "sec:Espacio"
11300
11301 \end_inset
11302
11303
11304 \begin_inset Index idx
11305 status collapsed
11306
11307 \begin_layout Plain Layout
11308 Espacio ! horizontal
11309 \end_layout
11310
11311 \end_inset
11312
11313
11314 \end_layout
11315
11316 \begin_layout Subsection
11317 Espacio predefinido
11318 \begin_inset CommandInset label
11319 LatexCommand label
11320 name "sub:Espacio-predefinido"
11321
11322 \end_inset
11323
11324
11325 \begin_inset Index idx
11326 status collapsed
11327
11328 \begin_layout Plain Layout
11329 Espacio ! horizontal ! predefinido
11330 \end_layout
11331
11332 \end_inset
11333
11334
11335 \end_layout
11336
11337 \begin_layout Standard
11338 A veces es necesario insertar espacio horizontal en una ecuación.
11339  Esto se hace insertando un espacio protegido (atajo 
11340 \family sans
11341 Ctrl+Espacio
11342 \family default
11343 ).
11344  Aparece un 
11345 \begin_inset Quotes fld
11346 \end_inset
11347
11348
11349 \color black
11350
11351 \begin_inset ERT
11352 status collapsed
11353
11354 \begin_layout Plain Layout
11355
11356
11357 \backslash
11358 spce 
11359 \end_layout
11360
11361 \end_inset
11362
11363
11364 \color inherit
11365
11366 \begin_inset Quotes frd
11367 \end_inset
11368
11369 , y pulsando 
11370 \family sans
11371 Espacio
11372 \family default
11373  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11374  espacio.
11375  También se pueden insertar espacios mediante el botón 
11376 \begin_inset Graphics
11377         filename ../../images/math/space.png
11378         scale 85
11379
11380 \end_inset
11381
11382  de la barra de ecuaciones o con comandos especiales.
11383  Independientemente del comando insertado, se puede seleccionar un nuevo
11384  tamaño pulsando acto seguido 
11385 \family sans
11386 Espacio.
11387  
11388 \end_layout
11389
11390 \begin_layout Standard
11391 \noindent
11392 \align center
11393 \begin_inset VSpace -5mm
11394 \end_inset
11395
11396
11397 \begin_inset Tabular
11398 <lyxtabular version="3" rows="3" columns="7">
11399 <features tabularvalignment="middle">
11400 <column alignment="center" valignment="middle" width="6.8cm">
11401 <column alignment="center" valignment="top" width="0">
11402 <column alignment="center" valignment="top" width="0">
11403 <column alignment="center" valignment="top" width="0">
11404 <column alignment="center" valignment="top" width="0">
11405 <column alignment="center" valignment="top" width="0">
11406 <column alignment="center" valignment="top" width="0">
11407 <row>
11408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 Comando
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421
11422 \backslash
11423 ,
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432
11433 \backslash
11434 :
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443
11444 \backslash
11445 ;
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454
11455 \backslash
11456 quad
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465
11466 \backslash
11467 qquad
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476
11477 \backslash
11478 !
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 </row>
11484 <row>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 Número de pulsaciones de 
11490 \family sans
11491 Espacio
11492 \family default
11493  tras insertar el espacio protegido
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 0
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 1
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 2
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 3
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 4
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 5
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 </row>
11553 <row>
11554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 Resultado
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 \begin_inset Formula $A\, B$
11568 \end_inset
11569
11570
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 \begin_inset Formula $A\: B$
11580 \end_inset
11581
11582
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 \begin_inset Formula $A\; B$
11592 \end_inset
11593
11594
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 \begin_inset Formula $A\quad B$
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 \begin_inset Formula $A\qquad B$
11616 \end_inset
11617
11618
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 \begin_inset Formula $A\! B$
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 </lyxtabular>
11637
11638 \end_inset
11639
11640
11641 \end_layout
11642
11643 \begin_layout Standard
11644 El último tamaño parece no generar espacio.
11645  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11646  negativo.
11647  Hay otros dos espacios negativos:
11648 \end_layout
11649
11650 \begin_layout Standard
11651 \align center
11652 \begin_inset Tabular
11653 <lyxtabular version="3" rows="3" columns="3">
11654 <features tabularvalignment="middle">
11655 <column alignment="center" valignment="middle" width="6.8cm">
11656 <column alignment="center" valignment="top" width="0pt">
11657 <column alignment="center" valignment="top" width="0pt">
11658 <row>
11659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 Comando
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672
11673 \backslash
11674 negmedspace
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683
11684 \backslash
11685 negthickspace
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 </row>
11691 <row>
11692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 Número de pulsaciones de 
11697 \family sans
11698 Espacio
11699 \family default
11700  tras insertar el espacio protegido
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 6
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 7
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 </row>
11724 <row>
11725 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 Resultado
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 \begin_inset Formula $A\negmedspace B$
11739 \end_inset
11740
11741
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 \begin_inset Formula $A\negthickspace B$
11751 \end_inset
11752
11753
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 </row>
11759 </lyxtabular>
11760
11761 \end_inset
11762
11763
11764 \end_layout
11765
11766 \begin_layout Standard
11767 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11768  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
11769  para operadores suma: 
11770 \end_layout
11771
11772 \begin_layout Standard
11773 \noindent
11774 \align center
11775 \begin_inset Tabular
11776 <lyxtabular version="3" rows="3" columns="2">
11777 <features tabularvalignment="middle">
11778 <column alignment="center" valignment="top" width="0">
11779 <column alignment="center" valignment="top" width="0">
11780 <row>
11781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 Comando
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 Resultado
11795 \begin_inset Note Note
11796 status collapsed
11797
11798 \begin_layout Plain Layout
11799
11800 \series bold
11801
11802 \backslash
11803 raisebox
11804 \series default
11805  se usa sólo como espaciador
11806 \end_layout
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 </row>
11816 <row>
11817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821
11822 \backslash
11823 sum
11824 \backslash
11825 sum
11826 \begin_inset ERT
11827 status collapsed
11828
11829 \begin_layout Plain Layout
11830
11831
11832 \backslash
11833 spce 
11834 \end_layout
11835
11836 \end_inset
11837
11838 f_kl
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11844 \begin_inset Text
11845
11846 \begin_layout Plain Layout
11847 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11848 \end_inset
11849
11850
11851 \end_layout
11852
11853 \end_inset
11854 </cell>
11855 </row>
11856 <row>
11857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861
11862 \backslash
11863 sum
11864 \backslash
11865 negmedspace
11866 \backslash
11867 sum
11868 \begin_inset ERT
11869 status collapsed
11870
11871 \begin_layout Plain Layout
11872
11873
11874 \backslash
11875 spce 
11876 \end_layout
11877
11878 \end_inset
11879
11880 f_kl
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11890 \end_inset
11891
11892
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 </row>
11898 </lyxtabular>
11899
11900 \end_inset
11901
11902
11903 \end_layout
11904
11905 \begin_layout Standard
11906 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11907  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11908  El siguiente ejemplo lo ilustra:
11909 \end_layout
11910
11911 \begin_layout Standard
11912 \noindent
11913 \align center
11914 \begin_inset Tabular
11915 <lyxtabular version="3" rows="2" columns="2">
11916 <features tabularvalignment="middle">
11917 <column alignment="center" valignment="top" width="0">
11918 <column alignment="center" valignment="top" width="0">
11919 <row>
11920 <cell alignment="center" valignment="top" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 ecuación normal
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 <cell alignment="center" valignment="top" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 \begin_inset Formula $A=B$
11934 \end_inset
11935
11936
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 </row>
11942 <row>
11943 <cell alignment="center" valignment="top" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 \begin_inset Note Note
11948 status collapsed
11949
11950 \begin_layout Plain Layout
11951
11952 \series bold
11953
11954 \backslash
11955 raisebox
11956 \series default
11957  se usa sólo como espaciador
11958 \end_layout
11959
11960 \end_inset
11961
11962
11963 \begin_inset Formula $\raisebox{5mm}{}$
11964 \end_inset
11965
11966 ecuación sin espacio
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 <cell alignment="center" valignment="top" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 \begin_inset Formula $A{=}B$
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 </row>
11984 </lyxtabular>
11985
11986 \end_inset
11987
11988
11989 \end_layout
11990
11991 \begin_layout Standard
11992 El comando para la segunda ecuación es: 
11993 \series bold
11994 A
11995 \backslash
11996 {=
11997 \begin_inset Formula $\rightarrow$
11998 \end_inset
11999
12000 B
12001 \series default
12002  
12003 \begin_inset VSpace bigskip
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \begin_layout Standard
12010 Para las unidades físicas hacen falta espacios, porque entre el valor y
12011  su unidad se pone un espacio más pequeño que el normal.
12012  Para unidades en el texto se inserta con el menú 
12013 \family sans
12014 Insertar\SpecialChar \menuseparator
12015 Formato\SpecialChar \menuseparator
12016 Espacio
12017 \begin_inset space ~
12018 \end_inset
12019
12020 delgado
12021 \family default
12022  (atajo 
12023 \family sans
12024 Ctrl+Mayúscula+Espacio
12025 \family default
12026 ).
12027 \end_layout
12028
12029 \begin_layout Standard
12030 Un ejemplo para visualizar la diferencia:
12031 \end_layout
12032
12033 \begin_layout Standard
12034 \begin_inset Tabular
12035 <lyxtabular version="3" rows="2" columns="2">
12036 <features tabularvalignment="middle">
12037 <column alignment="center" valignment="top" width="0">
12038 <column alignment="left" valignment="top" width="0">
12039 <row>
12040 <cell alignment="center" valignment="top" usebox="none">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044 24 kW
12045 \begin_inset Formula $\cdot$
12046 \end_inset
12047
12048 h
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 <cell alignment="center" valignment="top" usebox="none">
12054 \begin_inset Text
12055
12056 \begin_layout Plain Layout
12057 espacio entre valor y unidad 
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 </row>
12063 <row>
12064 <cell alignment="center" valignment="top" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 24
12069 \begin_inset space \thinspace{}
12070 \end_inset
12071
12072 kW
12073 \begin_inset Formula $\cdot$
12074 \end_inset
12075
12076 h
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 <cell alignment="center" valignment="top" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 espacio delgado entre valor y unidad
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 </row>
12091 </lyxtabular>
12092
12093 \end_inset
12094
12095
12096 \end_layout
12097
12098 \begin_layout Subsection
12099 Espacio variable
12100 \begin_inset ERT
12101 status collapsed
12102
12103 \begin_layout Plain Layout
12104
12105
12106 \backslash
12107 texorpdfstring{
12108 \end_layout
12109
12110 \end_inset
12111
12112
12113 \begin_inset Foot
12114 status collapsed
12115
12116 \begin_layout Plain Layout
12117 Para espacio vertical en ecuaciones véase 
12118 \begin_inset CommandInset ref
12119 LatexCommand ref
12120 reference "sub:Separación-de-líneas"
12121
12122 \end_inset
12123
12124
12125 \end_layout
12126
12127 \end_inset
12128
12129
12130 \begin_inset ERT
12131 status collapsed
12132
12133 \begin_layout Plain Layout
12134
12135 }{}
12136 \end_layout
12137
12138 \end_inset
12139
12140
12141 \begin_inset Note Note
12142 status collapsed
12143
12144 \begin_layout Plain Layout
12145
12146 \backslash
12147 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
12148  PDF.
12149 \end_layout
12150
12151 \begin_layout Plain Layout
12152 Más sobre 
12153 \backslash
12154 texorpdfstring en la sección 
12155 \begin_inset CommandInset ref
12156 LatexCommand ref
12157 reference "sub:Ecuaciones-en-encabezados"
12158
12159 \end_inset
12160
12161 .
12162 \end_layout
12163
12164 \end_inset
12165
12166
12167 \begin_inset CommandInset label
12168 LatexCommand label
12169 name "sub:Espacio-variable"
12170
12171 \end_inset
12172
12173
12174 \begin_inset Index idx
12175 status collapsed
12176
12177 \begin_layout Plain Layout
12178 Espacio ! horizontal ! variable
12179 \end_layout
12180
12181 \end_inset
12182
12183
12184 \end_layout
12185
12186 \begin_layout Standard
12187 En LyX se puede insertar espacio con una longitud definida con el comando
12188  
12189 \series bold
12190
12191 \backslash
12192 hspace
12193 \series default
12194
12195 \begin_inset Index idx
12196 status collapsed
12197
12198 \begin_layout Plain Layout
12199 Comandos ! H ! 
12200 \backslash
12201 hspace
12202 \end_layout
12203
12204 \end_inset
12205
12206 .
12207  Aparece un 
12208 \begin_inset Quotes fld
12209 \end_inset
12210
12211
12212 \color black
12213
12214 \begin_inset ERT
12215 status collapsed
12216
12217 \begin_layout Plain Layout
12218
12219
12220 \backslash
12221 spce 
12222 \end_layout
12223
12224 \end_inset
12225
12226
12227 \color inherit
12228
12229 \begin_inset Quotes frd
12230 \end_inset
12231
12232  largo.
12233  La longitud se puede ajustar haciendo clic izquierdo sobre el 
12234 \begin_inset Quotes fld
12235 \end_inset
12236
12237
12238 \color black
12239
12240 \begin_inset ERT
12241 status collapsed
12242
12243 \begin_layout Plain Layout
12244
12245
12246 \backslash
12247 spce 
12248 \end_layout
12249
12250 \end_inset
12251
12252
12253 \color inherit
12254
12255 \begin_inset Quotes frd
12256 \end_inset
12257
12258 .
12259  La longitud también puede ser negativa.
12260  Para insertar en una ecuación tanto espacio como esté disponible se usa
12261  el comando 
12262 \series bold
12263
12264 \backslash
12265 hfill
12266 \series default
12267
12268 \begin_inset Index idx
12269 status collapsed
12270
12271 \begin_layout Plain Layout
12272 Comandos ! H ! 
12273 \backslash
12274 hfill
12275 \end_layout
12276
12277 \end_inset
12278
12279 .
12280 \begin_inset VSpace -1mm
12281 \end_inset
12282
12283
12284 \end_layout
12285
12286 \begin_layout Standard
12287 \noindent
12288 \align center
12289 \begin_inset Tabular
12290 <lyxtabular version="3" rows="4" columns="2">
12291 <features tabularvalignment="middle">
12292 <column alignment="center" valignment="top" width="0">
12293 <column alignment="center" valignment="top" width="0">
12294 <row>
12295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299 Comando (
12300 \backslash
12301 hspace longitud)
12302 \end_layout
12303
12304 \end_inset
12305 </cell>
12306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Plain Layout
12310 Resultado
12311 \end_layout
12312
12313 \end_inset
12314 </cell>
12315 </row>
12316 <row>
12317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12318 \begin_inset Text
12319
12320 \begin_layout Plain Layout
12321 A=B
12322 \backslash
12323 hspace
12324 \begin_inset ERT
12325 status collapsed
12326
12327 \begin_layout Plain Layout
12328
12329
12330 \backslash
12331 spce 
12332 \end_layout
12333
12334 \end_inset
12335
12336
12337 \begin_inset Formula $\to$
12338 \end_inset
12339
12340 A
12341 \backslash
12342 not=C (3
12343 \begin_inset space \thinspace{}
12344 \end_inset
12345
12346 cm)
12347 \end_layout
12348
12349 \end_inset
12350 </cell>
12351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12352 \begin_inset Text
12353
12354 \begin_layout Plain Layout
12355 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12356 \end_inset
12357
12358
12359 \end_layout
12360
12361 \end_inset
12362 </cell>
12363 </row>
12364 <row>
12365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12366 \begin_inset Text
12367
12368 \begin_layout Plain Layout
12369 A
12370 \backslash
12371 hspace
12372 \begin_inset ERT
12373 status collapsed
12374
12375 \begin_layout Plain Layout
12376
12377
12378 \backslash
12379 spce 
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \begin_inset Formula $\to$
12386 \end_inset
12387
12388 A
12389 \backslash
12390 not=A (-1
12391 \begin_inset space \thinspace{}
12392 \end_inset
12393
12394 mm)
12395 \end_layout
12396
12397 \end_inset
12398 </cell>
12399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12400 \begin_inset Text
12401
12402 \begin_layout Plain Layout
12403 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12404 \end_inset
12405
12406
12407 \end_layout
12408
12409 \end_inset
12410 </cell>
12411 </row>
12412 <row>
12413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12414 \begin_inset Text
12415
12416 \begin_layout Plain Layout
12417 A=A
12418 \backslash
12419 hfill
12420 \begin_inset ERT
12421 status collapsed
12422
12423 \begin_layout Plain Layout
12424
12425
12426 \backslash
12427 spce 
12428 \end_layout
12429
12430 \end_inset
12431
12432 B=B
12433 \end_layout
12434
12435 \end_inset
12436 </cell>
12437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12438 \begin_inset Text
12439
12440 \begin_layout Plain Layout
12441 \begin_inset Formula $A=A\hfill B=B$
12442 \end_inset
12443
12444
12445 \end_layout
12446
12447 \end_inset
12448 </cell>
12449 </row>
12450 </lyxtabular>
12451
12452 \end_inset
12453
12454
12455 \end_layout
12456
12457 \begin_layout Standard
12458 En el último ejemplo el espacio disponible viene dado por la entrada más
12459  larga de columna en el cuadro.
12460  En una ecuación en línea el espacio depende de la longitud de la línea
12461  en la que se inserta 
12462 \series bold
12463
12464 \backslash
12465 hfill
12466 \series default
12467 .
12468  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12469  
12470 \series bold
12471
12472 \backslash
12473 hfill
12474 \series default
12475  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12476 \series bold
12477 Sangrado
12478 \series default
12479 .
12480  (Los estilos de ecuaciones se explican en
12481 \begin_inset space ~
12482 \end_inset
12483
12484
12485 \begin_inset CommandInset ref
12486 LatexCommand ref
12487 reference "sec:Estilos-de-ecuación"
12488
12489 \end_inset
12490
12491 ).
12492 \end_layout
12493
12494 \begin_layout Standard
12495 Además de 
12496 \series bold
12497
12498 \backslash
12499 hfill
12500 \series default
12501  hay los comandos 
12502 \series bold
12503
12504 \backslash
12505 dotfill
12506 \series default
12507  y 
12508 \series bold
12509
12510 \backslash
12511 hrulefill
12512 \series default
12513  que llenan el espacio con un patrón, véase un ejemplo en
12514 \begin_inset space ~
12515 \end_inset
12516
12517
12518 \begin_inset CommandInset ref
12519 LatexCommand ref
12520 reference "sub:Puntos"
12521
12522 \end_inset
12523
12524 .
12525 \end_layout
12526
12527 \begin_layout Standard
12528 Para texto se puede insertar espacio variable con el menú 
12529 \family sans
12530 Insertar\SpecialChar \menuseparator
12531 Formato\SpecialChar \menuseparator
12532 Espacio
12533 \begin_inset space ~
12534 \end_inset
12535
12536 horizontal
12537 \family default
12538 :
12539 \end_layout
12540
12541 \begin_layout Standard
12542 En esta línea hay un espacio
12543 \begin_inset space \hspace{}
12544 \length 2cm
12545 \end_inset
12546
12547 de 2
12548 \begin_inset space \thinspace{}
12549 \end_inset
12550
12551 cm.
12552 \end_layout
12553
12554 \begin_layout Standard
12555 En esta línea hay un
12556 \begin_inset space \hfill{}
12557 \end_inset
12558
12559 espacio máximo.
12560 \end_layout
12561
12562 \begin_layout Subsection
12563 Espacio adicional en ecuaciones en línea
12564 \begin_inset Index idx
12565 status collapsed
12566
12567 \begin_layout Plain Layout
12568 Espacio ! adicional en línea
12569 \end_layout
12570
12571 \end_inset
12572
12573
12574 \end_layout
12575
12576 \begin_layout Standard
12577 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12578  
12579 \series bold
12580
12581 \backslash
12582 mathsurround
12583 \series default
12584
12585 \begin_inset Index idx
12586 status collapsed
12587
12588 \begin_layout Plain Layout
12589 Comandos ! M ! 
12590 \backslash
12591 mathsurround
12592 \end_layout
12593
12594 \end_inset
12595
12596 .
12597  El valor de una longitud se establece con el comando 
12598 \series bold
12599
12600 \backslash
12601 setlength
12602 \series default
12603
12604 \begin_inset Index idx
12605 status collapsed
12606
12607 \begin_layout Plain Layout
12608 Comandos ! S ! 
12609 \backslash
12610 setlength
12611 \end_layout
12612
12613 \end_inset
12614
12615  según el siguiente esquema:
12616 \end_layout
12617
12618 \begin_layout Standard
12619
12620 \series bold
12621
12622 \backslash
12623 setlength{nombre de la longitud}{valor}
12624 \end_layout
12625
12626 \begin_layout Standard
12627 Para poner a 
12628 \series bold
12629
12630 \backslash
12631 mathsurround
12632 \series default
12633  un valor de 5
12634 \begin_inset space \thinspace{}
12635 \end_inset
12636
12637 mm, se inserta el comando
12638 \end_layout
12639
12640 \begin_layout Standard
12641
12642 \series bold
12643
12644 \backslash
12645 setlength{
12646 \backslash
12647 mathsurround}{5mm}
12648 \end_layout
12649
12650 \begin_layout Standard
12651 en modo TeX.
12652  Se establecerá un espacio de 5
12653 \begin_inset space \thinspace{}
12654 \end_inset
12655
12656 mm alrededor de todas las ecuaciones en línea:
12657 \begin_inset ERT
12658 status collapsed
12659
12660 \begin_layout Plain Layout
12661
12662
12663 \backslash
12664 setlength{
12665 \backslash
12666 mathsurround}{5mm}
12667 \end_layout
12668
12669 \end_inset
12670
12671
12672 \end_layout
12673
12674 \begin_layout Standard
12675 En esta línea hay una ecuación 
12676 \begin_inset Formula $A=B$
12677 \end_inset
12678
12679  rodeada por espacios de 5
12680 \begin_inset space \thinspace{}
12681 \end_inset
12682
12683 mm.
12684 \begin_inset ERT
12685 status collapsed
12686
12687 \begin_layout Plain Layout
12688
12689
12690 \backslash
12691 setlength{
12692 \backslash
12693 mathsurround}{0mm}
12694 \end_layout
12695
12696 \end_inset
12697
12698
12699 \end_layout
12700
12701 \begin_layout Standard
12702 Para volver al espacio predeterminado, 
12703 \series bold
12704
12705 \backslash
12706 mathsurround
12707 \series default
12708  se restablece al valor 0
12709 \begin_inset space \thinspace{}
12710 \end_inset
12711
12712 pt.
12713 \end_layout
12714
12715 \begin_layout Section
12716 Marcos y bordes
12717 \begin_inset Index idx
12718 status collapsed
12719
12720 \begin_layout Plain Layout
12721 Marcos
12722 \end_layout
12723
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \begin_layout Standard
12730 Los marcos para texto se describen en el capítulo 
12731 \emph on
12732 Marcos
12733 \emph default
12734  del manual 
12735 \emph on
12736 Objetos insertados
12737 \emph default
12738 .
12739 \end_layout
12740
12741 \begin_layout Subsection
12742 Marcos con bordes
12743 \begin_inset CommandInset label
12744 LatexCommand label
12745 name "sub:Marcos-con-bordes"
12746
12747 \end_inset
12748
12749
12750 \begin_inset Index idx
12751 status collapsed
12752
12753 \begin_layout Plain Layout
12754 Marcos ! con bordes
12755 \end_layout
12756
12757 \end_inset
12758
12759
12760 \end_layout
12761
12762 \begin_layout Standard
12763 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12764 \series bold
12765
12766 \backslash
12767 fbox
12768 \series default
12769
12770 \begin_inset Index idx
12771 status collapsed
12772
12773 \begin_layout Plain Layout
12774 Comandos ! F ! 
12775 \backslash
12776 fbox
12777 \end_layout
12778
12779 \end_inset
12780
12781  y 
12782 \series bold
12783
12784 \backslash
12785 boxed
12786 \series default
12787
12788 \begin_inset Index idx
12789 status collapsed
12790
12791 \begin_layout Plain Layout
12792 Comandos ! B ! 
12793 \backslash
12794 boxed
12795 \end_layout
12796
12797 \end_inset
12798
12799 .
12800 \end_layout
12801
12802 \begin_layout Standard
12803 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12804  azul en un marco donde se introducen partes de una ecuación.
12805  Para 
12806 \series bold
12807
12808 \backslash
12809 fbox
12810 \series default
12811  hay que generar una ecuación adicional con 
12812 \family sans
12813 Ctrl+M
12814 \family default
12815  dentro del recuadro, porque si no el contenido del mismo sería considerado
12816  texto matemático.
12817  Si se usa 
12818 \series bold
12819
12820 \backslash
12821 boxed
12822 \series default
12823  la nueva ecuación se genera automáticamente dentro del marco.
12824 \end_layout
12825
12826 \begin_layout Standard
12827 El comando 
12828 \series bold
12829
12830 \backslash
12831 fbox
12832 \series default
12833  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12834  ecuación tendría siempre el tamaño del texto.
12835  Por otra parte, 
12836 \series bold
12837
12838 \backslash
12839 fboxed
12840 \series default
12841  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12842  siempre el tamaño de una ecuación presentada.
12843 \end_layout
12844
12845 \begin_layout Standard
12846 El comando 
12847 \series bold
12848
12849 \backslash
12850 framebox
12851 \series default
12852
12853 \begin_inset Index idx
12854 status collapsed
12855
12856 \begin_layout Plain Layout
12857 Comandos ! F ! 
12858 \backslash
12859 framebox
12860 \end_layout
12861
12862 \end_inset
12863
12864  es una extensión de 
12865 \series bold
12866
12867 \backslash
12868 fbox
12869 \series default
12870 , que permite especificar además la anchura del marco y la alineación.
12871  
12872 \series bold
12873
12874 \backslash
12875 framebox
12876 \series default
12877  se usa con el siguiente esquema: 
12878 \end_layout
12879
12880 \begin_layout Standard
12881
12882 \series bold
12883
12884 \backslash
12885 framebox[anchura del marco][posición]{contenido del cuadro}
12886 \end_layout
12887
12888 \begin_layout Standard
12889 La posición puede ser 
12890 \emph on
12891 l
12892 \emph default
12893  o 
12894 \emph on
12895 r
12896 \emph default
12897
12898 \emph on
12899 l
12900 \emph default
12901  alinea la ecuación a la izquierda del marcro, 
12902 \emph on
12903 r
12904 \emph default
12905  la alinea a la derecha.
12906  Si no se da posición la ecuación será centrada.
12907 \begin_inset Newline newline
12908 \end_inset
12909
12910 Si no se pone anchura tampoco puede darse posición.
12911  En este caso la anchura del borde se ajusta al contenido del cuadro, como
12912  con 
12913 \series bold
12914
12915 \backslash
12916 fbox
12917 \series default
12918 .
12919  
12920 \end_layout
12921
12922 \begin_layout Standard
12923 Cuando se inserta el comando 
12924 \series bold
12925
12926 \backslash
12927 framebox
12928 \series default
12929  aparece un recuadro con tres marcos azules.
12930  Los dos primeros marcos están encerrados entre corchetes e indican los
12931  dos argumentos opcionales.
12932  El tercer marco es para partes de la ecuación, como para 
12933 \series bold
12934
12935 \backslash
12936 fbox
12937 \series default
12938 .
12939 \end_layout
12940
12941 \begin_layout Standard
12942 \noindent
12943 \align center
12944 \begin_inset Newpage newpage
12945 \end_inset
12946
12947
12948 \end_layout
12949
12950 \begin_layout Standard
12951 \noindent
12952 \align center
12953 \begin_inset Tabular
12954 <lyxtabular version="3" rows="5" columns="2">
12955 <features tabularvalignment="middle">
12956 <column alignment="center" valignment="top" width="0">
12957 <column alignment="center" valignment="top" width="0">
12958 <row>
12959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 Comando
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972 Resultado
12973 \begin_inset Note Note
12974 status collapsed
12975
12976 \begin_layout Plain Layout
12977
12978 \series bold
12979
12980 \backslash
12981 raisebox
12982 \series default
12983  se usa sólo como espaciador
12984 \end_layout
12985
12986 \end_inset
12987
12988
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 </row>
12994 <row>
12995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999
13000 \backslash
13001 fbox
13002 \begin_inset ERT
13003 status collapsed
13004
13005 \begin_layout Plain Layout
13006
13007
13008 \backslash
13009 spce 
13010 \end_layout
13011
13012 \end_inset
13013
13014
13015 \family sans
13016 Ctrl+M
13017 \family default
13018  
13019 \backslash
13020 int
13021 \begin_inset ERT
13022 status collapsed
13023
13024 \begin_layout Plain Layout
13025
13026
13027 \backslash
13028 spce 
13029 \end_layout
13030
13031 \end_inset
13032
13033 A=B
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13043 \end_inset
13044
13045
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 </row>
13051 <row>
13052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056
13057 \backslash
13058 boxed
13059 \begin_inset ERT
13060 status collapsed
13061
13062 \begin_layout Plain Layout
13063
13064
13065 \backslash
13066 spce 
13067 \end_layout
13068
13069 \end_inset
13070
13071
13072 \backslash
13073 int
13074 \begin_inset ERT
13075 status collapsed
13076
13077 \begin_layout Plain Layout
13078
13079
13080 \backslash
13081 spce 
13082 \end_layout
13083
13084 \end_inset
13085
13086 A=B
13087 \end_layout
13088
13089 \end_inset
13090 </cell>
13091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Plain Layout
13095 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 </row>
13104 <row>
13105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 A+
13110 \backslash
13111 fbox
13112 \begin_inset ERT
13113 status collapsed
13114
13115 \begin_layout Plain Layout
13116
13117
13118 \backslash
13119 spce 
13120 \end_layout
13121
13122 \end_inset
13123
13124 B
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13134 \end_inset
13135
13136
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 </row>
13142 <row>
13143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147
13148 \backslash
13149 framebox
13150 \begin_inset ERT
13151 status collapsed
13152
13153 \begin_layout Plain Layout
13154
13155
13156 \backslash
13157 spce 
13158 \end_layout
13159
13160 \end_inset
13161
13162 20mm
13163 \begin_inset Formula $\to$
13164 \end_inset
13165
13166
13167 \begin_inset Formula $\to$
13168 \end_inset
13169
13170
13171 \family sans
13172 Ctrl+M
13173 \family default
13174  
13175 \backslash
13176 frac
13177 \begin_inset ERT
13178 status collapsed
13179
13180 \begin_layout Plain Layout
13181
13182
13183 \backslash
13184 spce 
13185 \end_layout
13186
13187 \end_inset
13188
13189 A
13190 \begin_inset Formula $\downarrow$
13191 \end_inset
13192
13193 B
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 \begin_inset Formula $\raisebox{6mm}{}$
13203 \end_inset
13204
13205
13206 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13207 \end_inset
13208
13209
13210 \begin_inset Formula $\raisebox{-4mm}{}$
13211 \end_inset
13212
13213
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 </row>
13219 </lyxtabular>
13220
13221 \end_inset
13222
13223
13224 \end_layout
13225
13226 \begin_layout Standard
13227 El grosor del borde también se puede ajustar.
13228  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13229  la fórmula:
13230 \end_layout
13231
13232 \begin_layout Standard
13233
13234 \series bold
13235
13236 \backslash
13237 fboxrule
13238 \series default
13239  
13240 \series bold
13241
13242 \begin_inset Quotes fld
13243 \end_inset
13244
13245 grosor
13246 \begin_inset Quotes frd
13247 \end_inset
13248
13249
13250 \series default
13251  
13252 \series bold
13253
13254 \backslash
13255 fboxsep
13256 \series default
13257  
13258 \series bold
13259
13260 \begin_inset Quotes fld
13261 \end_inset
13262
13263 distancia
13264 \begin_inset Quotes frd
13265 \end_inset
13266
13267
13268 \end_layout
13269
13270 \begin_layout Standard
13271 \begin_inset Quotes fld
13272 \end_inset
13273
13274 distancia
13275 \begin_inset Quotes frd
13276 \end_inset
13277
13278  especifica la distancia mínima entre el borde y el primer carácter en el
13279  cuadro.
13280  Un ejemplo de esto es la siguiente ecuación enmarcada:
13281 \begin_inset ERT
13282 status collapsed
13283
13284 \begin_layout Plain Layout
13285
13286
13287 \backslash
13288 fboxrule 2mm 
13289 \backslash
13290 fboxsep 3mm
13291 \end_layout
13292
13293 \end_inset
13294
13295
13296 \begin_inset Formula 
13297 \[
13298 \boxed{A+B=C}
13299 \]
13300
13301 \end_inset
13302
13303
13304 \end_layout
13305
13306 \begin_layout Standard
13307 Delante de esta ecuación se han insertado los comandos
13308 \end_layout
13309
13310 \begin_layout Standard
13311
13312 \series bold
13313
13314 \backslash
13315 fboxrule
13316 \series default
13317  
13318 \series bold
13319 2mm
13320 \series default
13321  
13322 \series bold
13323
13324 \backslash
13325 fboxsep
13326 \series default
13327  
13328 \series bold
13329 3mm
13330 \end_layout
13331
13332 \begin_layout Standard
13333 en modo TeX.
13334  Los valores dados se usan para todos los marcos siguientes.
13335 \end_layout
13336
13337 \begin_layout Standard
13338 Para volver al tamaño estándar del marco se inserta el comando
13339 \end_layout
13340
13341 \begin_layout Standard
13342
13343 \series bold
13344
13345 \backslash
13346 fboxrule
13347 \series default
13348  
13349 \series bold
13350 0.4pt
13351 \series default
13352  
13353 \series bold
13354
13355 \backslash
13356 fboxsep
13357 \series default
13358  
13359 \series bold
13360 3pt
13361 \series default
13362
13363 \begin_inset ERT
13364 status collapsed
13365
13366 \begin_layout Plain Layout
13367
13368
13369 \backslash
13370 fboxrule 0.4pt 
13371 \backslash
13372 fboxsep 3pt
13373 \end_layout
13374
13375 \end_inset
13376
13377
13378 \end_layout
13379
13380 \begin_layout Standard
13381 en modo TeX antes de la ecuación siguiente.
13382 \end_layout
13383
13384 \begin_layout Subsection
13385 Marcos sin bordes
13386 \begin_inset CommandInset label
13387 LatexCommand label
13388 name "sub:Marcos-sin-bordes"
13389
13390 \end_inset
13391
13392
13393 \begin_inset Index idx
13394 status open
13395
13396 \begin_layout Plain Layout
13397 Marcos ! sin borde
13398 \end_layout
13399
13400 \end_inset
13401
13402
13403 \end_layout
13404
13405 \begin_layout Standard
13406 Para marcos sin borde hay los comandos: 
13407 \series bold
13408
13409 \backslash
13410 mbox
13411 \series default
13412
13413 \begin_inset Index idx
13414 status collapsed
13415
13416 \begin_layout Plain Layout
13417 Comandos ! M ! 
13418 \backslash
13419 mbox
13420 \end_layout
13421
13422 \end_inset
13423
13424
13425 \series bold
13426
13427 \backslash
13428 makebox
13429 \series default
13430
13431 \begin_inset Index idx
13432 status collapsed
13433
13434 \begin_layout Plain Layout
13435 Comandos ! M ! 
13436 \backslash
13437 makebox
13438 \end_layout
13439
13440 \end_inset
13441
13442  y 
13443 \series bold
13444
13445 \backslash
13446 raisebox
13447 \series default
13448
13449 \begin_inset Index idx
13450 status collapsed
13451
13452 \begin_layout Plain Layout
13453 Comandos ! R ! 
13454 \backslash
13455 raisebox
13456 \end_layout
13457
13458 \end_inset
13459
13460 .
13461 \end_layout
13462
13463 \begin_layout Standard
13464 Con 
13465 \series bold
13466
13467 \backslash
13468 raisebox
13469 \series default
13470  se puede poner un marco subíndice o superíndice, pero a diferencia de los
13471  normales, los caracteres en el marco mantienen su tamaño de tipografía.
13472  
13473 \series bold
13474
13475 \backslash
13476 raisebox
13477 \series default
13478  se usa con el siguiente esquema: 
13479 \end_layout
13480
13481 \begin_layout Standard
13482
13483 \series bold
13484
13485 \backslash
13486 raisebox{altura}{contenido del marco}
13487 \end_layout
13488
13489 \begin_layout Standard
13490 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
13491  extra, como con 
13492 \series bold
13493
13494 \backslash
13495 fbox
13496 \series default
13497 .
13498  
13499 \begin_inset Note Greyedout
13500 status open
13501
13502 \begin_layout Plain Layout
13503
13504 \series bold
13505 Nota
13506 \series default
13507 : Para
13508 \series bold
13509
13510 \backslash
13511 raisebox
13512 \series default
13513  se ha creado esta ecuación extra tecleando 
13514 \family sans
13515 Ctrl+M
13516 \family default
13517  dos veces en vez de una porque LyX aún no soporta 
13518 \series bold
13519
13520 \backslash
13521 raisebox
13522 \series default
13523  directamente.
13524 \end_layout
13525
13526 \end_inset
13527
13528
13529 \end_layout
13530
13531 \begin_layout Standard
13532 \align center
13533 \begin_inset Tabular
13534 <lyxtabular version="3" rows="4" columns="2">
13535 <features tabularvalignment="middle">
13536 <column alignment="center" valignment="top" width="0">
13537 <column alignment="center" valignment="top" width="0">
13538 <row>
13539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 Comando
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552 Resultado
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 </row>
13558 <row>
13559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563 H
13564 \backslash
13565 raisebox{2mm
13566 \begin_inset Formula $\to$
13567 \end_inset
13568
13569
13570 \backslash
13571 {al
13572 \begin_inset Formula $\to$
13573 \end_inset
13574
13575  lo
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13585 \end_inset
13586
13587
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 </row>
13593 <row>
13594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598 H
13599 \backslash
13600 raisebox{-2mm
13601 \begin_inset Formula $\to$
13602 \end_inset
13603
13604
13605 \backslash
13606 {al
13607 \begin_inset Formula $\to$
13608 \end_inset
13609
13610 lo
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13620 \end_inset
13621
13622
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 </row>
13628 <row>
13629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 A=
13634 \backslash
13635 raisebox{-2mm
13636 \begin_inset Formula $\to$
13637 \end_inset
13638
13639
13640 \backslash
13641 {
13642 \family sans
13643 Ctrl+M Ctrl+M
13644 \family default
13645  
13646 \backslash
13647 sqrt
13648 \begin_inset ERT
13649 status collapsed
13650
13651 \begin_layout Plain Layout
13652
13653
13654 \backslash
13655 spce 
13656 \end_layout
13657
13658 \end_inset
13659
13660
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13670 \end_inset
13671
13672
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 </row>
13678 </lyxtabular>
13679
13680 \end_inset
13681
13682
13683 \end_layout
13684
13685 \begin_layout Standard
13686 El comando 
13687 \series bold
13688
13689 \backslash
13690 mbox
13691 \series default
13692  es equivalente a 
13693 \series bold
13694
13695 \backslash
13696 fbox
13697 \series default
13698  y 
13699 \series bold
13700
13701 \backslash
13702 makebox
13703 \series default
13704  es equivalente a 
13705 \series bold
13706
13707 \backslash
13708 framebox
13709 \series default
13710 , con la diferencia de que no hay marco.
13711 \end_layout
13712
13713 \begin_layout Subsection
13714 Marcos coloreados
13715 \begin_inset CommandInset label
13716 LatexCommand label
13717 name "sub:Marcos-coloreados"
13718
13719 \end_inset
13720
13721
13722 \begin_inset Index idx
13723 status open
13724
13725 \begin_layout Plain Layout
13726 Marcos ! coloreados
13727 \end_layout
13728
13729 \end_inset
13730
13731
13732 \end_layout
13733
13734 \begin_layout Standard
13735 Para poder usar todos los comandos explicados en esta sección hay que cargar
13736  en el preámbulo LaTeX el paquete LaTeX 
13737 \series bold
13738 color
13739 \series default
13740
13741 \begin_inset Foot
13742 status collapsed
13743
13744 \begin_layout Plain Layout
13745 El paquete LaTeX 
13746 \series bold
13747 color
13748 \series default
13749  forma parte de toda distribución LaTeX estándar.
13750 \end_layout
13751
13752 \end_inset
13753
13754
13755 \begin_inset Index idx
13756 status collapsed
13757
13758 \begin_layout Plain Layout
13759 Paquetes ! color
13760 \end_layout
13761
13762 \end_inset
13763
13764 , con la línea
13765 \begin_inset Foot
13766 status collapsed
13767
13768 \begin_layout Plain Layout
13769 Cuando hay texto coloreado con un color predefinido en alguna parte del
13770  documento, LyX carga automáticamente el paquete LaTeX 
13771 \series bold
13772 color
13773 \series default
13774 .
13775  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13776  origina problemas.
13777 \end_layout
13778
13779 \end_inset
13780
13781
13782 \begin_inset Note Note
13783 status collapsed
13784
13785 \begin_layout Plain Layout
13786 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13787  en el preámbulo LaTeX.
13788 \end_layout
13789
13790 \end_inset
13791
13792
13793 \end_layout
13794
13795 \begin_layout Standard
13796
13797 \series bold
13798
13799 \backslash
13800 usepackage{color}
13801 \begin_inset VSpace medskip
13802 \end_inset
13803
13804
13805 \end_layout
13806
13807 \begin_layout Standard
13808 Para colorear marcos se usa el comando 
13809 \series bold
13810
13811 \backslash
13812 colorbox
13813 \series default
13814
13815 \begin_inset Index idx
13816 status collapsed
13817
13818 \begin_layout Plain Layout
13819 Comandos ! C ! 
13820 \backslash
13821 colorbox
13822 \end_layout
13823
13824 \end_inset
13825
13826  con el siguiente esquema:
13827 \end_layout
13828
13829 \begin_layout Standard
13830
13831 \series bold
13832
13833 \backslash
13834 colorbox{color}{contenido del marco}
13835 \end_layout
13836
13837 \begin_layout Standard
13838 El contenido del marco puede ser otro marco, y también un 
13839 \backslash
13840
13841 \series bold
13842 colorbox
13843 \series default
13844  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
13845  Si el marco debe contener una ecuación debe crearse una ecuación extra,
13846  como con 
13847 \series bold
13848
13849 \backslash
13850 raisebox
13851 \series default
13852 .
13853 \begin_inset Foot
13854 status collapsed
13855
13856 \begin_layout Plain Layout
13857 Esto también se aplica para el comando 
13858 \series bold
13859
13860 \backslash
13861 fcolorbox
13862 \series default
13863 .
13864 \end_layout
13865
13866 \end_inset
13867
13868  
13869 \end_layout
13870
13871 \begin_layout Standard
13872 Se puede elegir uno de los siguientes colores predefinidos:
13873 \end_layout
13874
13875 \begin_layout Standard
13876
13877 \series bold
13878 black
13879 \series default
13880
13881 \series bold
13882 blue
13883 \series default
13884
13885 \series bold
13886 cyan
13887 \series default
13888
13889 \series bold
13890 green
13891 \series default
13892
13893 \series bold
13894 magenta
13895 \series default
13896
13897 \series bold
13898 red
13899 \series default
13900
13901 \series bold
13902 white
13903 \series default
13904
13905 \series bold
13906 yellow
13907 \end_layout
13908
13909 \begin_layout Standard
13910 \align center
13911 \begin_inset Tabular
13912 <lyxtabular version="3" rows="4" columns="2">
13913 <features tabularvalignment="middle">
13914 <column alignment="center" valignment="top" width="0">
13915 <column alignment="center" valignment="top" width="0">
13916 <row>
13917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 Comando
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 Resultado
13931 \begin_inset Note Note
13932 status collapsed
13933
13934 \begin_layout Plain Layout
13935
13936 \series bold
13937
13938 \backslash
13939 raisebox
13940 \series default
13941  se usa sólo como espaciador
13942 \end_layout
13943
13944 \end_inset
13945
13946
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 <row>
13953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Plain Layout
13957
13958 \backslash
13959 colorbox{yellow
13960 \begin_inset Formula $\to$
13961 \end_inset
13962
13963
13964 \backslash
13965 {A=B
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Plain Layout
13974 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13975 \end_inset
13976
13977
13978 \end_layout
13979
13980 \end_inset
13981 </cell>
13982 </row>
13983 <row>
13984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Plain Layout
13988
13989 \backslash
13990 colorbox{green
13991 \begin_inset Formula $\to$
13992 \end_inset
13993
13994
13995 \backslash
13996 {
13997 \backslash
13998 fbox
13999 \begin_inset ERT
14000 status collapsed
14001
14002 \begin_layout Plain Layout
14003
14004
14005 \backslash
14006 spce 
14007 \end_layout
14008
14009 \end_inset
14010
14011 A=B
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
14021 \end_inset
14022
14023
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 </row>
14029 <row>
14030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034
14035 \backslash
14036 fbox
14037 \begin_inset ERT
14038 status collapsed
14039
14040 \begin_layout Plain Layout
14041
14042
14043 \backslash
14044 spce 
14045 \end_layout
14046
14047 \end_inset
14048
14049
14050 \backslash
14051 colorbox{green
14052 \begin_inset Formula $\to$
14053 \end_inset
14054
14055
14056 \backslash
14057 {
14058 \family sans
14059 Ctrl+M Ctrl+M
14060 \family default
14061  
14062 \backslash
14063 int
14064 \begin_inset ERT
14065 status collapsed
14066
14067 \begin_layout Plain Layout
14068
14069
14070 \backslash
14071 spce 
14072 \end_layout
14073
14074 \end_inset
14075
14076 C=D
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Plain Layout
14085 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14086 \end_inset
14087
14088
14089 \end_layout
14090
14091 \end_inset
14092 </cell>
14093 </row>
14094 </lyxtabular>
14095
14096 \end_inset
14097
14098
14099 \end_layout
14100
14101 \begin_layout Standard
14102
14103 \series bold
14104
14105 \backslash
14106 colorbox
14107 \series default
14108  sólo colorea el marco pero no los caracteres.
14109  Para colorear todos los caracteres se selecciona toda la ecuación y se
14110  elige un color en el diálogo 
14111 \family sans
14112 Estilo
14113 \begin_inset space ~
14114 \end_inset
14115
14116 del
14117 \begin_inset space ~
14118 \end_inset
14119
14120 texto
14121 \family default
14122 .
14123  El diálogo puede abrirse con el botón 
14124 \begin_inset Graphics
14125         filename ../../images/dialog-show_character.png
14126         scale 85
14127
14128 \end_inset
14129
14130  de la barra de herramientas o con el menú 
14131 \family sans
14132 Editar\SpecialChar \menuseparator
14133 Estilo
14134 \begin_inset space ~
14135 \end_inset
14136
14137 del
14138 \begin_inset space ~
14139 \end_inset
14140
14141 texto\SpecialChar \menuseparator
14142 Personalizado
14143 \family default
14144 .
14145  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
14146  Si el número de la ecuación debe tener otro color que el de los caracteres
14147  de la ecuación, el color debe cambiarse dentro de la ecuación.
14148 \end_layout
14149
14150 \begin_layout Standard
14151 Un ejemplo:
14152 \color red
14153
14154 \begin_inset Formula 
14155 \begin{equation}
14156 {\color{red}\int A=B}\label{eq:rojo}
14157 \end{equation}
14158
14159 \end_inset
14160
14161
14162 \color green
14163
14164 \begin_inset Formula 
14165 \begin{equation}
14166 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
14167 \end{equation}
14168
14169 \end_inset
14170
14171
14172 \end_layout
14173
14174 \begin_layout Standard
14175 La ecuación 
14176 \begin_inset CommandInset ref
14177 LatexCommand eqref
14178 reference "eq:rojo"
14179
14180 \end_inset
14181
14182  está toda coloreada en rojo.
14183 \begin_inset Newline newline
14184 \end_inset
14185
14186 La ecuación 
14187 \begin_inset CommandInset ref
14188 LatexCommand eqref
14189 reference "eq:rojoverde"
14190
14191 \end_inset
14192
14193  se ha coloreado en primer lugar toda en verde para colorear el número de
14194  la ecuación.
14195  Posteriormente se han coloreado en rojo los caracteres.
14196 \family sans
14197
14198 \begin_inset VSpace bigskip
14199 \end_inset
14200
14201
14202 \end_layout
14203
14204 \begin_layout Standard
14205 Para colorear diferente el borde y el marcose usa el comando 
14206 \series bold
14207
14208 \backslash
14209 fcolorbox
14210 \series default
14211
14212 \begin_inset Index idx
14213 status collapsed
14214
14215 \begin_layout Plain Layout
14216 Comandos ! F ! 
14217 \backslash
14218 fcolorbox
14219 \end_layout
14220
14221 \end_inset
14222
14223  con el siguiente esquema:
14224 \end_layout
14225
14226 \begin_layout Standard
14227
14228 \series bold
14229
14230 \backslash
14231 fcolorbox{color del borde}{color}{contenido del marco}
14232 \end_layout
14233
14234 \begin_layout Standard
14235 Así pues 
14236 \series bold
14237
14238 \backslash
14239 fcolorbox
14240 \series default
14241  es una extensión del comando 
14242 \series bold
14243
14244 \backslash
14245 colorbox
14246 \series default
14247 .
14248  La anchura del borde se establece, como para 
14249 \series bold
14250
14251 \backslash
14252 framebox
14253 \series default
14254 , con 
14255 \series bold
14256
14257 \backslash
14258 fboxrule
14259 \series default
14260  y 
14261 \series bold
14262
14263 \backslash
14264 fboxsep
14265 \series default
14266 .
14267  Un ejemplo:
14268 \begin_inset ERT
14269 status collapsed
14270
14271 \begin_layout Plain Layout
14272
14273
14274 \backslash
14275 fboxrule 1mm 
14276 \backslash
14277 fboxsep 1mm
14278 \end_layout
14279
14280 \end_inset
14281
14282
14283 \begin_inset Formula 
14284 \[
14285 \fcolorbox{cyan}{magenta}{A=B}
14286 \]
14287
14288 \end_inset
14289
14290
14291 \end_layout
14292
14293 \begin_layout Standard
14294 \begin_inset ERT
14295 status collapsed
14296
14297 \begin_layout Plain Layout
14298
14299
14300 \backslash
14301 fboxrule 0.4pt 
14302 \backslash
14303 fboxsep 3pt
14304 \end_layout
14305
14306 \end_inset
14307
14308
14309 \end_layout
14310
14311 \begin_layout Standard
14312 Esta ecuación se ha compuesto con el comando
14313 \begin_inset Newline newline
14314 \end_inset
14315
14316
14317 \series bold
14318
14319 \backslash
14320 fcolorbox{cyan
14321 \begin_inset Formula $\to$
14322 \end_inset
14323
14324
14325 \backslash
14326 {magenta
14327 \begin_inset Formula $\to$
14328 \end_inset
14329
14330
14331 \backslash
14332 {A=B
14333 \end_layout
14334
14335 \begin_layout Standard
14336 \begin_inset VSpace bigskip
14337 \end_inset
14338
14339
14340 \end_layout
14341
14342 \begin_layout Standard
14343 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14344 \end_layout
14345
14346 \begin_layout Standard
14347 Por ejemplo, se puede definir el color 
14348 \begin_inset Quotes fld
14349 \end_inset
14350
14351
14352 \series bold
14353 verdeoscuro
14354 \series default
14355
14356 \begin_inset Quotes frd
14357 \end_inset
14358
14359  con la línea de preámbulo LaTeX:
14360 \end_layout
14361
14362 \begin_layout Standard
14363
14364 \series bold
14365
14366 \backslash
14367 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14368 \series default
14369
14370 \begin_inset Index idx
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374 Comandos ! D ! 
14375 \backslash
14376 definecolor
14377 \end_layout
14378
14379 \end_inset
14380
14381
14382 \end_layout
14383
14384 \begin_layout Standard
14385
14386 \series bold
14387 cmyk
14388 \series default
14389  es el espacio de color referido a los colores 
14390 \series bold
14391 cyan
14392 \series default
14393
14394 \series bold
14395 magenta
14396 \series default
14397
14398 \series bold
14399 yellow
14400 \series default
14401  y 
14402 \series bold
14403 black
14404 \series default
14405 .
14406  Los cuatro números separados por coma son el factor de cuota para los colores
14407  correspondientes del espacio de color.
14408  Los factores pueden estar en el rango 0-1.
14409  En vez de 
14410 \series bold
14411 cmyk
14412 \series default
14413  se puede usar el espacio de color 
14414 \series bold
14415 rgb
14416 \series default
14417 , que se refiere a 
14418 \series bold
14419 red
14420 \series default
14421
14422 \series bold
14423 green
14424 \series default
14425  y 
14426 \series bold
14427 blue
14428 \series default
14429 , así pues en este caso hay tres factores de cuota para los correspondientes
14430  colores.
14431  Además hay el espacio de color 
14432 \series bold
14433 gray
14434 \series default
14435  con un factor de cuota para el valor gris.
14436 \end_layout
14437
14438 \begin_layout Standard
14439 Como ejemplo he aquí un marco con el nuevo color definido 
14440 \series bold
14441 verdeoscuro
14442 \series default
14443  y los caracteres en color amarillo:
14444 \color black
14445
14446 \begin_inset Formula 
14447 \begin{equation}
14448 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
14449 \end{equation}
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \begin_layout Standard
14457 Los colores personalizados también se pueden usar para texto con la ayuda
14458  del comando 
14459 \series bold
14460
14461 \backslash
14462 textcolor
14463 \series default
14464
14465 \begin_inset Index idx
14466 status collapsed
14467
14468 \begin_layout Plain Layout
14469 Texto ! coloreado
14470 \end_layout
14471
14472 \end_inset
14473
14474
14475 \end_layout
14476
14477 \begin_layout Standard
14478 \begin_inset ERT
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482
14483
14484 \backslash
14485 textcolor{verdeoscuro}{
14486 \end_layout
14487
14488 \end_inset
14489
14490 Esta frase en 
14491 \begin_inset Quotes fld
14492 \end_inset
14493
14494 verdeoscuro
14495 \begin_inset Quotes frd
14496 \end_inset
14497
14498 .
14499 \begin_inset ERT
14500 status collapsed
14501
14502 \begin_layout Plain Layout
14503
14504 }
14505 \end_layout
14506
14507 \end_inset
14508
14509
14510 \end_layout
14511
14512 \begin_layout Standard
14513
14514 \series bold
14515
14516 \backslash
14517 textcolor
14518 \series default
14519
14520 \begin_inset Index idx
14521 status collapsed
14522
14523 \begin_layout Plain Layout
14524 Comandos ! T ! 
14525 \backslash
14526 textcolor
14527 \end_layout
14528
14529 \end_inset
14530
14531  se usa con el esquema 
14532 \series bold
14533
14534 \backslash
14535 textcolor{color}{caracteres a colorear}
14536 \series default
14537 .
14538 \end_layout
14539
14540 \begin_layout Subsection
14541 Marcos de párrafo
14542 \begin_inset CommandInset label
14543 LatexCommand label
14544 name "sub:Marcos-de-párrafo"
14545
14546 \end_inset
14547
14548
14549 \begin_inset Index idx
14550 status collapsed
14551
14552 \begin_layout Plain Layout
14553 Marcos ! para párrafos
14554 \end_layout
14555
14556 \end_inset
14557
14558
14559 \end_layout
14560
14561 \begin_layout Standard
14562 Un marco que puede contener varias líneas y párrafos, denominado marco de
14563  párrafo (parbox), se puede generar con el menú 
14564 \family sans
14565 Insertar\SpecialChar \menuseparator
14566 Marco
14567 \family default
14568  o con el botón 
14569 \begin_inset Graphics
14570         filename ../../images/box-insert.png
14571         scale 85
14572
14573 \end_inset
14574
14575  de la barra de herramientas.
14576 \end_layout
14577
14578 \begin_layout Standard
14579 El siguiente ejemplo muestra un marco de párrafo en línea:
14580 \begin_inset VSpace medskip
14581 \end_inset
14582
14583 Esta línea contiene 
14584 \begin_inset Box Boxed
14585 position "c"
14586 hor_pos "c"
14587 has_inner_box 1
14588 inner_pos "c"
14589 use_parbox 1
14590 use_makebox 0
14591 width "5cm"
14592 special "none"
14593 height "1in"
14594 height_special "totalheight"
14595 status collapsed
14596
14597 \begin_layout Plain Layout
14598 Esto es un marco de párrafo.
14599  Tiene exactamente 5
14600 \begin_inset space \thinspace{}
14601 \end_inset
14602
14603 cm de largo y además puede contener ecuaciones: 
14604 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14605 \end_inset
14606
14607
14608 \end_layout
14609
14610 \end_inset
14611
14612
14613 \begin_inset space ~
14614 \end_inset
14615
14616  un marco de párrafo.
14617 \begin_inset VSpace medskip
14618 \end_inset
14619
14620 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
14621  Surge un diálogo con las propiedades del marco.
14622  En este caso: 
14623 \emph on
14624 Decoración
14625 \emph default
14626 : Marco rectangular, 
14627 \emph on
14628 marco interior
14629 \emph default
14630 : Párrafo, 
14631 \emph on
14632 Ancho
14633 \emph default
14634 : 5
14635 \begin_inset space \thinspace{}
14636 \end_inset
14637
14638 cm, 
14639 \emph on
14640 Alineación Vertical
14641 \emph default
14642  
14643 \emph on
14644 marco
14645 \emph default
14646 : Medio.
14647 \end_layout
14648
14649 \begin_layout Standard
14650 \begin_inset VSpace medskip
14651 \end_inset
14652
14653 En LaTeX, un marco de párrafo se inserta con el comando 
14654 \series bold
14655
14656 \backslash
14657 parbox
14658 \series default
14659
14660 \begin_inset Index idx
14661 status collapsed
14662
14663 \begin_layout Plain Layout
14664 Comandos ! P ! 
14665 \backslash
14666 parbox
14667 \end_layout
14668
14669 \end_inset
14670
14671  con el esquema siguiente:
14672 \end_layout
14673
14674 \begin_layout Standard
14675
14676 \series bold
14677
14678 \backslash
14679 parbox[posición]{anchura}{contenido}
14680 \end_layout
14681
14682 \begin_layout Standard
14683 Son posibles las posiciones 
14684 \emph on
14685 b
14686 \emph default
14687  y 
14688 \emph on
14689 t
14690 \emph default
14691
14692 \emph on
14693 b
14694 \emph default
14695  por 
14696 \begin_inset Quotes fld
14697 \end_inset
14698
14699 bottom
14700 \begin_inset Quotes frd
14701 \end_inset
14702
14703  (abajo), que alinea la última línea del marco con el texto de alrededor.
14704  Con 
14705 \emph on
14706 t
14707 \emph default
14708 , por 
14709 \begin_inset Quotes fld
14710 \end_inset
14711
14712 top
14713 \begin_inset Quotes frd
14714 \end_inset
14715
14716  (arriba), la alineación se hace con la primera línea.
14717  Si no se da posición, el marco se centrará verticalmente, véase la sección
14718  
14719 \emph on
14720 Marcos
14721 \emph default
14722  del manual 
14723 \emph on
14724 Objetos insertados
14725 \emph default
14726  para ejemplos.
14727 \end_layout
14728
14729 \begin_layout Standard
14730 \begin_inset VSpace bigskip
14731 \end_inset
14732
14733 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14734  ponerse en un marco de párrafo.
14735  Para ello se inserta el comando
14736 \begin_inset Newline newline
14737 \end_inset
14738
14739
14740 \series bold
14741
14742 \backslash
14743 fbox{
14744 \backslash
14745 parbox{
14746 \backslash
14747 linewidth-2
14748 \backslash
14749 fboxsep-2
14750 \backslash
14751 fboxrule}{
14752 \begin_inset Newline newline
14753 \end_inset
14754
14755
14756 \series default
14757 en modo TeX delante de la ecuación.
14758  Aquí 
14759 \series bold
14760
14761 \backslash
14762 linewidth
14763 \series default
14764
14765 \begin_inset Index idx
14766 status collapsed
14767
14768 \begin_layout Plain Layout
14769 Comandos ! L ! 
14770 \backslash
14771 linewidth
14772 \end_layout
14773
14774 \end_inset
14775
14776  es la anchura de línea establecida para el documento.
14777  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
14778  anchura dos veces la separación del marco y el grosor.
14779  Como LyX no lo hace automáticamente debido a un fallo,
14780 \begin_inset Foot
14781 status collapsed
14782
14783 \begin_layout Plain Layout
14784 \begin_inset CommandInset href
14785 LatexCommand href
14786 name "LyX-bug #4483"
14787 target "http://www.lyx.org/trac/ticket/4483"
14788
14789 \end_inset
14790
14791
14792 \end_layout
14793
14794 \end_inset
14795
14796  hay que usar modo TeX.
14797  Para poder multiplicar y restar en los argumentos hay que cargar en el
14798  preámbulo LaTeX el paquete LaTeX 
14799 \series bold
14800 calc
14801 \series default
14802 ,
14803 \begin_inset Foot
14804 status collapsed
14805
14806 \begin_layout Plain Layout
14807
14808 \series bold
14809 calc
14810 \series default
14811  es parte de toda instalación LaTeX estándar.
14812 \end_layout
14813
14814 \end_inset
14815
14816
14817 \begin_inset Index idx
14818 status collapsed
14819
14820 \begin_layout Plain Layout
14821 Paquetes ! calc
14822 \end_layout
14823
14824 \end_inset
14825
14826  con la línea
14827 \end_layout
14828
14829 \begin_layout Standard
14830
14831 \series bold
14832
14833 \backslash
14834 usepackage{calc}
14835 \end_layout
14836
14837 \begin_layout Standard
14838 Detrás de la ecuación se cierran ambos marcos con 
14839 \series bold
14840 }}
14841 \series default
14842  en modo TeX.
14843  Aquí hay un ejemplo:
14844 \begin_inset ERT
14845 status collapsed
14846
14847 \begin_layout Plain Layout
14848
14849
14850 \backslash
14851 fboxsep 5mm 
14852 \backslash
14853 fboxrule 5mm
14854 \end_layout
14855
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \begin_layout Standard
14862 \begin_inset ERT
14863 status collapsed
14864
14865 \begin_layout Plain Layout
14866
14867
14868 \backslash
14869 fbox{
14870 \backslash
14871 parbox{
14872 \backslash
14873 linewidth-2
14874 \backslash
14875 fboxsep-2
14876 \backslash
14877 fboxrule}{
14878 \end_layout
14879
14880 \end_inset
14881
14882
14883 \begin_inset Formula 
14884 \begin{equation}
14885 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14886 \end{equation}
14887
14888 \end_inset
14889
14890
14891 \end_layout
14892
14893 \begin_layout Standard
14894 \begin_inset ERT
14895 status collapsed
14896
14897 \begin_layout Plain Layout
14898
14899 }}
14900 \end_layout
14901
14902 \end_inset
14903
14904
14905 \begin_inset ERT
14906 status collapsed
14907
14908 \begin_layout Plain Layout
14909
14910
14911 \backslash
14912 fboxrule 0.4pt 
14913 \backslash
14914 fboxsep 3pt
14915 \end_layout
14916
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \begin_layout Standard
14923 \begin_inset VSpace medskip
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \begin_layout Standard
14930 Como se ha usado el marco de párrafo como argumento de 
14931 \series bold
14932
14933 \backslash
14934 fbox
14935 \series default
14936 , en este caso no hay diferencia entre 
14937 \series bold
14938
14939 \backslash
14940 fbox
14941 \series default
14942  y 
14943 \series bold
14944
14945 \backslash
14946 boxed
14947 \series default
14948 .
14949  
14950 \end_layout
14951
14952 \begin_layout Standard
14953 \begin_inset VSpace bigskip
14954 \end_inset
14955
14956
14957 \end_layout
14958
14959 \begin_layout Standard
14960 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
14961  Para hacerlo, se usa 
14962 \series bold
14963
14964 \backslash
14965 parbox
14966 \series default
14967  en combinación con el comando 
14968 \series bold
14969
14970 \backslash
14971 tag
14972 \series default
14973 .
14974  (Véase más sobre 
14975 \series bold
14976
14977 \backslash
14978 tag
14979 \series default
14980  en 
14981 \begin_inset CommandInset ref
14982 LatexCommand ref
14983 reference "sub:Numeración-personalizada"
14984
14985 \end_inset
14986
14987 ).
14988 \end_layout
14989
14990 \begin_layout Standard
14991 Un ejemplo de ecuación comentada con 
14992 \series bold
14993
14994 \backslash
14995 parbox
14996 \series default
14997 :
14998 \end_layout
14999
15000 \begin_layout Standard
15001 \begin_inset ERT
15002 status collapsed
15003
15004 \begin_layout Plain Layout
15005
15006
15007 \backslash
15008 [5x-7b=3b
15009 \backslash
15010 tag*{
15011 \backslash
15012 parbox{5cm}{
15013 \end_layout
15014
15015 \end_inset
15016
15017 Esto es una descripción.
15018  Está claramente separada de la ecuación y es multilínea.
15019 \begin_inset ERT
15020 status collapsed
15021
15022 \begin_layout Plain Layout
15023
15024 }}
15025 \backslash
15026 ]
15027 \end_layout
15028
15029 \end_inset
15030
15031
15032 \end_layout
15033
15034 \begin_layout Standard
15035 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
15036  no soporta el comando 
15037 \series bold
15038
15039 \backslash
15040 parbox
15041 \series default
15042  en ecuaciones.
15043  La ecuación se compone con la siguiente secuencia de comandos:
15044 \end_layout
15045
15046 \begin_layout Standard
15047 El comando 
15048 \series bold
15049
15050 \backslash
15051 [5x-7b=3b
15052 \backslash
15053 tag*
15054 \backslash
15055 {
15056 \backslash
15057 parbox{5cm}{
15058 \series default
15059  se inserta en modo TeX.
15060 \begin_inset Foot
15061 status collapsed
15062
15063 \begin_layout Plain Layout
15064 Si se usa el estilo de ecuación 
15065 \series bold
15066 Sangrado
15067 \series default
15068
15069 \series bold
15070
15071 \backslash
15072 tag*
15073 \backslash
15074
15075 \series default
15076  se puede reemplazar por 
15077 \series bold
15078
15079 \backslash
15080 hfill
15081 \series default
15082 .
15083  (Véanse los estilos de ecuación en 
15084 \begin_inset CommandInset ref
15085 LatexCommand ref
15086 reference "sec:Estilos-de-ecuación"
15087
15088 \end_inset
15089
15090 ).
15091 \end_layout
15092
15093 \end_inset
15094
15095  Después sigue la descripción en texto normal, y por último 
15096 \series bold
15097 }}
15098 \backslash
15099 ]
15100 \series default
15101  en modo TeX.
15102  Aquí los comandos 
15103 \series bold
15104
15105 \backslash
15106 [
15107 \series default
15108  y 
15109 \series bold
15110
15111 \backslash
15112 ]
15113 \series default
15114  crean una ecuación presentada.
15115 \end_layout
15116
15117 \begin_layout Standard
15118 Las ventajas de 
15119 \series bold
15120
15121 \backslash
15122 parbox
15123 \series default
15124  pueden verse en este ejemplo que se ha 
15125 \begin_inset Quotes fld
15126 \end_inset
15127
15128 comentado
15129 \begin_inset Quotes frd
15130 \end_inset
15131
15132  usando el modo texto matemático:
15133 \begin_inset Formula 
15134 \[
15135 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
15136 \]
15137
15138 \end_inset
15139
15140
15141 \end_layout
15142
15143 \begin_layout Section
15144 Operadores
15145 \begin_inset Index idx
15146 status collapsed
15147
15148 \begin_layout Plain Layout
15149 Operadores
15150 \end_layout
15151
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \begin_layout Subsection
15158 Operadores grandes
15159 \begin_inset CommandInset label
15160 LatexCommand label
15161 name "sub:Operadores-grandes"
15162
15163 \end_inset
15164
15165
15166 \begin_inset Index idx
15167 status collapsed
15168
15169 \begin_layout Plain Layout
15170 Operadores ! grandes
15171 \end_layout
15172
15173 \end_inset
15174
15175
15176 \begin_inset Index idx
15177 status collapsed
15178
15179 \begin_layout Plain Layout
15180 Sumatorios
15181 \end_layout
15182
15183 \end_inset
15184
15185
15186 \begin_inset Index idx
15187 status collapsed
15188
15189 \begin_layout Plain Layout
15190 Integrales
15191 \end_layout
15192
15193 \end_inset
15194
15195
15196 \end_layout
15197
15198 \begin_layout Standard
15199 Para poder usar todos los comandos de integrales listados aquí, debe estar
15200  marcada la opción 
15201 \family sans
15202 Usar paquete esint automáticamente
15203 \family default
15204  en el apartado 
15205 \family sans
15206 Opciones de ecuación
15207 \family default
15208  de la configuración del documento.
15209  
15210 \end_layout
15211
15212 \begin_layout Standard
15213 \begin_inset space \hfill{}
15214 \end_inset
15215
15216
15217 \begin_inset Tabular
15218 <lyxtabular version="3" rows="11" columns="2">
15219 <features tabularvalignment="middle">
15220 <column alignment="center" valignment="top" width="0pt">
15221 <column alignment="center" valignment="top" width="0pt">
15222 <row>
15223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227 Comando
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236 Resultado
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 </row>
15242 <row>
15243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247
15248 \backslash
15249 int
15250 \begin_inset Index idx
15251 status collapsed
15252
15253 \begin_layout Plain Layout
15254 Comandos ! I ! 
15255 \backslash
15256 int
15257 \end_layout
15258
15259 \end_inset
15260
15261
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Plain Layout
15270 \begin_inset Formula $\int$
15271 \end_inset
15272
15273
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 </row>
15279 <row>
15280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284
15285 \backslash
15286 oint
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295 \begin_inset Formula $\oint$
15296 \end_inset
15297
15298
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 </row>
15304 <row>
15305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309
15310 \backslash
15311 ointctrclockwise
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320 \begin_inset Formula $\ointctrclockwise$
15321 \end_inset
15322
15323
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 </row>
15329 <row>
15330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334
15335 \backslash
15336 ointclockwise
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Plain Layout
15345 \begin_inset Formula $\ointclockwise$
15346 \end_inset
15347
15348
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 </row>
15354 <row>
15355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359
15360 \backslash
15361 sqint
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370 \begin_inset Formula $\sqint$
15371 \end_inset
15372
15373
15374 \end_layout
15375
15376 \end_inset
15377 </cell>
15378 </row>
15379 <row>
15380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384
15385 \backslash
15386 fint
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395  
15396 \begin_inset Formula $\fint$
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 landupint
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421  
15422 \begin_inset Formula $\landupint$
15423 \end_inset
15424
15425
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 </row>
15431 <row>
15432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Plain Layout
15436
15437 \backslash
15438 landdownint
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447  
15448 \begin_inset Formula $\landdownint$
15449 \end_inset
15450
15451
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 </row>
15457 <row>
15458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462
15463 \backslash
15464 bigcap
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473 \begin_inset Formula $\bigcap$
15474 \end_inset
15475
15476
15477 \end_layout
15478
15479 \end_inset
15480 </cell>
15481 </row>
15482 <row>
15483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487
15488 \backslash
15489 bigcup
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498 \begin_inset Formula $\bigcup$
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \end_inset
15505 </cell>
15506 </row>
15507 </lyxtabular>
15508
15509 \end_inset
15510
15511
15512 \begin_inset space \hfill{}
15513 \end_inset
15514
15515
15516 \begin_inset Tabular
15517 <lyxtabular version="3" rows="11" columns="2">
15518 <features tabularvalignment="middle">
15519 <column alignment="center" valignment="top" width="0pt">
15520 <column alignment="center" valignment="top" width="0pt">
15521 <row>
15522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526 Comando
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535 Resultado
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 </row>
15541 <row>
15542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546
15547 \backslash
15548 sum
15549 \begin_inset Index idx
15550 status collapsed
15551
15552 \begin_layout Plain Layout
15553 Comandos ! S ! 
15554 \backslash
15555 sum
15556 \end_layout
15557
15558 \end_inset
15559
15560
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569 \begin_inset Formula $\sum$
15570 \end_inset
15571
15572
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 </row>
15578 <row>
15579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583
15584 \backslash
15585 prod
15586 \begin_inset Index idx
15587 status collapsed
15588
15589 \begin_layout Plain Layout
15590 Comandos ! P ! 
15591 \backslash
15592 prod
15593 \end_layout
15594
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606 \begin_inset Formula $\prod$
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 </row>
15615 <row>
15616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620
15621 \backslash
15622 coprod
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631 \begin_inset Formula $\coprod$
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 </row>
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \backslash
15647 bigodot
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 \begin_inset Formula $\bigodot$
15657 \end_inset
15658
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 </row>
15665 <row>
15666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \backslash
15672 bigotimes
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681 \begin_inset Formula $\bigotimes$
15682 \end_inset
15683
15684
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 </row>
15690 <row>
15691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695
15696 \backslash
15697 bigoplus
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706 \begin_inset Formula $\bigoplus$
15707 \end_inset
15708
15709
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 </row>
15715 <row>
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720
15721 \backslash
15722 bigwedge
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731 \begin_inset Formula $\bigwedge$
15732 \end_inset
15733
15734
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 </row>
15740 <row>
15741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745
15746 \backslash
15747 bigvee
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 \begin_inset Formula $\bigvee$
15757 \end_inset
15758
15759
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 </row>
15765 <row>
15766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770
15771 \backslash
15772 bigsqcup
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781 \begin_inset Formula $\bigsqcup$
15782 \end_inset
15783
15784
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 </row>
15790 <row>
15791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795
15796 \backslash
15797 biguplus
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806 \begin_inset Formula $\biguplus$
15807 \end_inset
15808
15809
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 </row>
15815 </lyxtabular>
15816
15817 \end_inset
15818
15819
15820 \begin_inset space \hfill{}
15821 \end_inset
15822
15823
15824 \end_layout
15825
15826 \begin_layout Standard
15827 Todos los operadores grandes se pueden insertar con el botón 
15828 \begin_inset Graphics
15829         filename ../../images/math/intop.png
15830         scale 85
15831
15832 \end_inset
15833
15834  de la barra de ecuaciones.
15835 \end_layout
15836
15837 \begin_layout Standard
15838 Estos operadores son llamados grandes porque son mayores que los operadores
15839  binarios de aspecto semejante.
15840  Todos los operadores grandes pueden tener límites, como se describe en
15841  la subsección siguiente.
15842 \end_layout
15843
15844 \begin_layout Standard
15845 Para todos los operadores de integral hay una segunda versión disponible,
15846  terminando en 
15847 \series bold
15848 op
15849 \series default
15850
15851 \series bold
15852
15853 \backslash
15854 intop
15855 \series default
15856
15857 \series bold
15858
15859 \backslash
15860 ointop
15861 \series default
15862  etc.
15863  Estos operadores difieren de 
15864 \series bold
15865
15866 \backslash
15867 int
15868 \series default
15869 , etc., en el estilo en que se presentan los límites, véase
15870 \series bold
15871  
15872 \series default
15873
15874 \begin_inset CommandInset ref
15875 LatexCommand ref
15876 reference "sub:Límites-de-operadores"
15877
15878 \end_inset
15879
15880 .
15881 \end_layout
15882
15883 \begin_layout Subsubsection*
15884 Sugerencias para las integrales
15885 \end_layout
15886
15887 \begin_layout Standard
15888 La letra 
15889 \emph on
15890 d
15891 \emph default
15892  en una integral es un operador, por consiguiente debe escribirse en redonda.
15893  Esto se hace resaltando la 
15894 \emph on
15895 d
15896 \emph default
15897  y usando el atajo de teclado 
15898 \family sans
15899 Alt+C
15900 \begin_inset space ~
15901 \end_inset
15902
15903 R
15904 \family default
15905 .
15906 \begin_inset Foot
15907 status collapsed
15908
15909 \begin_layout Plain Layout
15910 véase estilos de letras en 
15911 \begin_inset CommandInset ref
15912 LatexCommand ref
15913 reference "sub:Estilos-de-tipografías"
15914
15915 \end_inset
15916
15917  
15918 \end_layout
15919
15920 \end_inset
15921
15922  Delante de la 
15923 \emph on
15924 d
15925 \emph default
15926  se inserta un espacio delgado, como es habitual en los operadores.
15927  Un ejemplo:
15928 \end_layout
15929
15930 \begin_layout Standard
15931 incorrecto: 
15932 \begin_inset Formula $\int A(x)dx$
15933 \end_inset
15934
15935
15936 \begin_inset Newline newline
15937 \end_inset
15938
15939
15940 \begin_inset Phantom HPhantom
15941 status open
15942
15943 \begin_layout Plain Layout
15944 in
15945 \end_layout
15946
15947 \end_inset
15948
15949 correcto: 
15950 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15951 \end_inset
15952
15953
15954 \end_layout
15955
15956 \begin_layout Standard
15957 \begin_inset Newpage pagebreak
15958 \end_inset
15959
15960
15961 \end_layout
15962
15963 \begin_layout Standard
15964 Para integrales múltiples hay los siguientes comandos:
15965 \begin_inset VSpace medskip
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \begin_layout Standard
15972 \begin_inset space \hfill{}
15973 \end_inset
15974
15975
15976 \begin_inset Tabular
15977 <lyxtabular version="3" rows="4" columns="2">
15978 <features tabularvalignment="middle">
15979 <column alignment="center" valignment="top" width="0">
15980 <column alignment="center" valignment="top" width="0">
15981 <row>
15982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986 Comando
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995 Resultado
15996 \begin_inset Note Note
15997 status collapsed
15998
15999 \begin_layout Plain Layout
16000
16001 \series bold
16002
16003 \backslash
16004 raisebox
16005 \series default
16006  se usa sólo como espaciador
16007 \end_layout
16008
16009 \end_inset
16010
16011
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 </row>
16017 <row>
16018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022
16023 \backslash
16024 iint
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16034 \end_inset
16035
16036
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 </row>
16042 <row>
16043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047
16048 \backslash
16049 oiint
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16059 \end_inset
16060
16061
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 </row>
16067 <row>
16068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072
16073 \backslash
16074 sqiint
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16084 \end_inset
16085
16086
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 </row>
16092 </lyxtabular>
16093
16094 \end_inset
16095
16096
16097 \begin_inset space \hfill{}
16098 \end_inset
16099
16100
16101 \begin_inset Tabular
16102 <lyxtabular version="3" rows="4" columns="2">
16103 <features tabularvalignment="middle">
16104 <column alignment="center" valignment="top" width="0">
16105 <column alignment="center" valignment="top" width="0">
16106 <row>
16107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111 Comando
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120 Resultado
16121 \begin_inset Note Note
16122 status collapsed
16123
16124 \begin_layout Plain Layout
16125
16126 \series bold
16127
16128 \backslash
16129 raisebox
16130 \series default
16131  se usa sólo como espaciador
16132 \end_layout
16133
16134 \end_inset
16135
16136
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 <row>
16143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147
16148 \backslash
16149 iiint
16150 \end_layout
16151
16152 \end_inset
16153 </cell>
16154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16155 \begin_inset Text
16156
16157 \begin_layout Plain Layout
16158 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16159 \end_inset
16160
16161
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 </row>
16167 <row>
16168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172
16173 \backslash
16174 iiiint
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 </row>
16192 <row>
16193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197
16198 \backslash
16199 dotsint
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16209 \end_inset
16210
16211
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 </row>
16217 </lyxtabular>
16218
16219 \end_inset
16220
16221
16222 \begin_inset space \hfill{}
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \begin_layout Subsection
16229 Límites de operadores
16230 \begin_inset CommandInset label
16231 LatexCommand label
16232 name "sub:Límites-de-operadores"
16233
16234 \end_inset
16235
16236
16237 \begin_inset Index idx
16238 status collapsed
16239
16240 \begin_layout Plain Layout
16241 Operadores ! límites de
16242 \end_layout
16243
16244 \end_inset
16245
16246
16247 \end_layout
16248
16249 \begin_layout Standard
16250 Los límites se crean mediante superíndices y subíndices:
16251 \end_layout
16252
16253 \begin_layout Standard
16254 \noindent
16255 \align center
16256 \begin_inset Tabular
16257 <lyxtabular version="3" rows="2" columns="2">
16258 <features tabularvalignment="middle">
16259 <column alignment="center" valignment="top" width="0">
16260 <column alignment="center" valignment="top" width="0">
16261 <row>
16262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266 Comando
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16272 \begin_inset Text
16273
16274 \begin_layout Plain Layout
16275 Resultado
16276 \begin_inset Note Note
16277 status collapsed
16278
16279 \begin_layout Plain Layout
16280
16281 \series bold
16282
16283 \backslash
16284 raisebox
16285 \series default
16286  se usa sólo como espaciador
16287 \end_layout
16288
16289 \end_inset
16290
16291
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 </row>
16297 <row>
16298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16299 \begin_inset Text
16300
16301 \begin_layout Plain Layout
16302
16303 \backslash
16304 prod^
16305 \backslash
16306 infty
16307 \begin_inset ERT
16308 status collapsed
16309
16310 \begin_layout Plain Layout
16311
16312
16313 \backslash
16314 spce 
16315 \end_layout
16316
16317 \end_inset
16318
16319
16320 \begin_inset Formula $\to$
16321 \end_inset
16322
16323 _0
16324 \begin_inset Formula $\to$
16325 \end_inset
16326
16327 A(x)
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16337 \end_inset
16338
16339
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 </row>
16345 </lyxtabular>
16346
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \begin_layout Standard
16353 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16354  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16355 \end_layout
16356
16357 \begin_layout Standard
16358 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16359  directamente detrás del operador y se elige 
16360 \series bold
16361 Alineado
16362 \series default
16363  en el menú 
16364 \family sans
16365 Editar\SpecialChar \menuseparator
16366 Ecuación\SpecialChar \menuseparator
16367 Cambiar tipo de límites
16368 \family default
16369  (atajo 
16370 \family sans
16371 Alt+M
16372 \begin_inset space ~
16373 \end_inset
16374
16375 L
16376 \family default
16377 ).
16378  Un ejemplo:
16379 \end_layout
16380
16381 \begin_layout Standard
16382 El tipo de límites por omisión es:
16383 \begin_inset Formula 
16384 \[
16385 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16386 \]
16387
16388 \end_inset
16389
16390
16391 \end_layout
16392
16393 \begin_layout Standard
16394 Así se ven si se cambia el tipo de límites a 
16395 \series bold
16396 Alineado
16397 \series default
16398 :
16399 \begin_inset Formula 
16400 \[
16401 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16402 \]
16403
16404 \end_inset
16405
16406
16407 \end_layout
16408
16409 \begin_layout Standard
16410 En integrales, excepto las que terminan en 
16411 \series bold
16412 op
16413 \series default
16414  como 
16415 \series bold
16416
16417 \backslash
16418 intop
16419 \series default
16420
16421 \series bold
16422
16423 \backslash
16424 ointop
16425 \series default
16426 , etc., los límites se colocan por omisión junto al operador.
16427  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16428  operador.
16429  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16430 \series bold
16431 Presentado
16432 \series default
16433  para poner el límite debajo:
16434 \begin_inset Formula 
16435 \begin{equation}
16436 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
16437 \end{equation}
16438
16439 \end_inset
16440
16441
16442 \begin_inset VSpace medskip
16443 \end_inset
16444
16445 Para especificar condiciones en los límites se usan los comandos 
16446 \series bold
16447
16448 \backslash
16449 subarray
16450 \series default
16451
16452 \begin_inset Index idx
16453 status collapsed
16454
16455 \begin_layout Plain Layout
16456 Comandos ! S ! 
16457 \backslash
16458 subarray
16459 \end_layout
16460
16461 \end_inset
16462
16463  y 
16464 \series bold
16465
16466 \backslash
16467 substack
16468 \series default
16469
16470 \begin_inset Index idx
16471 status collapsed
16472
16473 \begin_layout Plain Layout
16474 Comandos ! S ! 
16475 \backslash
16476 substack
16477 \end_layout
16478
16479 \end_inset
16480
16481 .
16482  Por ejemplo, para componer la expresión
16483 \begin_inset Formula 
16484 \begin{equation}
16485 \sum_{\begin{subarray}{c}
16486 0<k<1000\\
16487 \\
16488 k\,\in\,\mathbb{N}
16489 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16490 \end{equation}
16491
16492 \end_inset
16493
16494 se ha hecho lo siguiente: primero se escribe el comando 
16495 \series bold
16496
16497 \backslash
16498 sum^n
16499 \series default
16500
16501 \begin_inset ERT
16502 status collapsed
16503
16504 \begin_layout Plain Layout
16505
16506
16507 \backslash
16508 spce 
16509 \end_layout
16510
16511 \end_inset
16512
16513
16514 \series bold
16515 _
16516 \series default
16517 .
16518  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
16519  se inserta el comando 
16520 \series bold
16521
16522 \backslash
16523 subarray
16524 \series default
16525
16526 \begin_inset ERT
16527 status collapsed
16528
16529 \begin_layout Plain Layout
16530
16531
16532 \backslash
16533 spce 
16534 \end_layout
16535
16536 \end_inset
16537
16538 .
16539  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
16540  distintas.
16541  Cada línea nueva se crea con un salto de línea (
16542 \family sans
16543 Ctrl+Entrar
16544 \family default
16545 ).
16546  Si ahora se teclea en ella
16547 \begin_inset Newline newline
16548 \end_inset
16549
16550
16551 \series bold
16552 0<k<1000 Ctrl+Entrar
16553 \begin_inset Newline newline
16554 \end_inset
16555
16556
16557 \series default
16558 aparece debajo un nuevo marco para la línea nueva.
16559 \end_layout
16560
16561 \begin_layout Standard
16562 La alineación de las líneas puede cambiarse a la izquierda con la 
16563 \family sans
16564 barra de herramientas de cuadros
16565 \family default
16566  o con el menú 
16567 \family sans
16568 Editar\SpecialChar \menuseparator
16569 Filas y columnas
16570 \family default
16571 .
16572  Para obtener alineación derecha se inserta 
16573 \series bold
16574
16575 \backslash
16576 hfill
16577 \series default
16578
16579 \begin_inset ERT
16580 status collapsed
16581
16582 \begin_layout Plain Layout
16583
16584
16585 \backslash
16586 spce 
16587 \end_layout
16588
16589 \end_inset
16590
16591  al principio de la línea.
16592 \end_layout
16593
16594 \begin_layout Standard
16595 El comando 
16596 \series bold
16597
16598 \backslash
16599 substack
16600 \series default
16601  es equivalente a 
16602 \series bold
16603
16604 \backslash
16605 subarray
16606 \series default
16607  con la diferencia de que las líneas están siempre centradas.
16608 \begin_inset VSpace bigskip
16609 \end_inset
16610
16611
16612 \end_layout
16613
16614 \begin_layout Standard
16615 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16616  siguientes, como en la ecuación 
16617 \begin_inset CommandInset ref
16618 LatexCommand eqref
16619 reference "eq:substack"
16620
16621 \end_inset
16622
16623 , porque éstos se colocan junto a los límites.
16624 \end_layout
16625
16626 \begin_layout Standard
16627 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16628 \end_layout
16629
16630 \begin_layout Standard
16631
16632 \series bold
16633
16634 \backslash
16635 def
16636 \backslash
16637 clap#1{
16638 \backslash
16639 hbox to 0pt{
16640 \backslash
16641 hss #1
16642 \backslash
16643 hss}}
16644 \begin_inset Newline newline
16645 \end_inset
16646
16647
16648 \backslash
16649 def
16650 \backslash
16651 mathclap {
16652 \backslash
16653 mathpalette 
16654 \backslash
16655 mathclapinternal}
16656 \begin_inset Newline newline
16657 \end_inset
16658
16659
16660 \backslash
16661 def
16662 \backslash
16663 mathclapinternal #1#2{
16664 \backslash
16665 clap{$
16666 \backslash
16667 mathsurround =0pt #1{#2}$}}
16668 \end_layout
16669
16670 \begin_layout Standard
16671 En ella se define el comando 
16672 \series bold
16673
16674 \backslash
16675 mathclap
16676 \series default
16677
16678 \begin_inset Index idx
16679 status collapsed
16680
16681 \begin_layout Plain Layout
16682 Comandos ! M ! 
16683 \backslash
16684 mathclap
16685 \end_layout
16686
16687 \end_inset
16688
16689  que establece la anchura del límite en 0
16690 \begin_inset space \thinspace{}
16691 \end_inset
16692
16693 pt.
16694  El esquema del comando es:
16695 \end_layout
16696
16697 \begin_layout Standard
16698
16699 \series bold
16700
16701 \backslash
16702 mathclap{límite}
16703 \end_layout
16704
16705 \begin_layout Standard
16706 donde el límite puede consistir en varias condiciones.
16707 \end_layout
16708
16709 \begin_layout Standard
16710 Aplicado en la ecuación 
16711 \begin_inset CommandInset ref
16712 LatexCommand eqref
16713 reference "eq:substack"
16714
16715 \end_inset
16716
16717  se usa el comando
16718 \end_layout
16719
16720 \begin_layout Standard
16721
16722 \series bold
16723
16724 \backslash
16725 sum_
16726 \backslash
16727 mathclap{
16728 \backslash
16729 substack
16730 \begin_inset ERT
16731 status collapsed
16732
16733 \begin_layout Plain Layout
16734
16735
16736 \backslash
16737 spce 
16738 \end_layout
16739
16740 \end_inset
16741
16742 0<k<1000 Ctrl+Entrar
16743 \end_layout
16744
16745 \begin_layout Standard
16746 para componer el límite inferior.
16747  Ahora el sumando está junto al sumatorio:
16748 \begin_inset Formula 
16749 \[
16750 \sum_{\mathclap{\substack{0<k<1000\\
16751 \\
16752 k\,\in\,\mathbb{N}
16753 }
16754 }}^{n}k^{-2}
16755 \]
16756
16757 \end_inset
16758
16759
16760 \begin_inset VSpace bigskip
16761 \end_inset
16762
16763 Cómo utilizar un límite para varios operadores se describe en la 
16764 \begin_inset CommandInset ref
16765 LatexCommand ref
16766 reference "sub:Operadores-de-usuario"
16767
16768 \end_inset
16769
16770 .
16771 \end_layout
16772
16773 \begin_layout Standard
16774 \begin_inset Newpage newpage
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \begin_layout Subsection
16781 Operadores binarios
16782 \begin_inset CommandInset label
16783 LatexCommand label
16784 name "sub:Operadores-binarios"
16785
16786 \end_inset
16787
16788
16789 \begin_inset Index idx
16790 status collapsed
16791
16792 \begin_layout Plain Layout
16793 Operadores ! binarios
16794 \end_layout
16795
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \begin_layout Standard
16802 Los operadores binarios se rodean por espacios si llevan un carácter delante
16803  o detrás.
16804 \begin_inset VSpace medskip
16805 \end_inset
16806
16807
16808 \end_layout
16809
16810 \begin_layout Standard
16811 \begin_inset space \hfill{}
16812 \end_inset
16813
16814
16815 \begin_inset Tabular
16816 <lyxtabular version="3" rows="13" columns="2">
16817 <features tabularvalignment="middle">
16818 <column alignment="center" valignment="top" width="0pt">
16819 <column alignment="center" valignment="top" width="0pt">
16820 <row>
16821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825 Comando
16826 \begin_inset Note Note
16827 status collapsed
16828
16829 \begin_layout Plain Layout
16830
16831 \series bold
16832
16833 \backslash
16834 raisebox
16835 \series default
16836  se usa sólo como espaciador
16837 \end_layout
16838
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850 Operador
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 <row>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 +
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 \begin_inset Formula $+$
16871 \end_inset
16872
16873
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 </row>
16879 <row>
16880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884 -
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893 \begin_inset Formula $-$
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 </row>
16902 <row>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \backslash
16909 pm
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 \begin_inset Formula $\pm$
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 </row>
16927 <row>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932
16933 \backslash
16934 mp
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943 \begin_inset Formula $\mp$
16944 \end_inset
16945
16946
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 </row>
16952 <row>
16953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957
16958 \backslash
16959 cdot
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 \begin_inset Formula $\cdot$
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982
16983 \backslash
16984 times
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 \begin_inset Formula $\times$
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 </row>
17002 <row>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007
17008 \backslash
17009 div
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 \begin_inset Formula $\div$
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 <row>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 \begin_inset ERT
17033 status collapsed
17034
17035 \begin_layout Plain Layout
17036
17037
17038 \backslash
17039 raisebox{-1.2mm}{
17040 \end_layout
17041
17042 \end_inset
17043
17044 *
17045 \begin_inset ERT
17046 status collapsed
17047
17048 \begin_layout Plain Layout
17049
17050 }
17051 \end_layout
17052
17053 \end_inset
17054
17055
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064 \begin_inset Formula $*$
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 </row>
17073 <row>
17074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078
17079 \backslash
17080 star
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089 \begin_inset Formula $\star$
17090 \end_inset
17091
17092
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 </row>
17098 <row>
17099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103
17104 \backslash
17105 circ
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114 \begin_inset Formula $\circ$
17115 \end_inset
17116
17117
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 </row>
17123 <row>
17124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128
17129 \backslash
17130 diamond
17131 \end_layout
17132
17133 \end_inset
17134 </cell>
17135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Plain Layout
17139 \begin_inset Formula $\diamond$
17140 \end_inset
17141
17142
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 </row>
17148 <row>
17149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153
17154 \backslash
17155 bullet
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164 \begin_inset Formula $\bullet$
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \end_inset
17171 </cell>
17172 </row>
17173 </lyxtabular>
17174
17175 \end_inset
17176
17177
17178 \begin_inset space \hfill{}
17179 \end_inset
17180
17181
17182 \begin_inset Tabular
17183 <lyxtabular version="3" rows="13" columns="2">
17184 <features tabularvalignment="middle">
17185 <column alignment="center" valignment="top" width="0pt">
17186 <column alignment="center" valignment="top" width="0pt">
17187 <row>
17188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 Comando
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201 Operador
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 </row>
17207 <row>
17208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17209 \begin_inset Text
17210
17211 \begin_layout Plain Layout
17212
17213 \backslash
17214 nabla
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223 \begin_inset Formula $\nabla$
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 </row>
17232 <row>
17233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \backslash
17239 bigtriangledown
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248 \begin_inset Formula $\bigtriangledown$
17249 \end_inset
17250
17251
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 </row>
17257 <row>
17258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262
17263 \backslash
17264 bigtriangleup
17265 \end_layout
17266
17267 \end_inset
17268 </cell>
17269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273 \begin_inset Formula $\bigtriangleup$
17274 \end_inset
17275
17276
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 </row>
17282 <row>
17283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287
17288 \backslash
17289 Box
17290 \end_layout
17291
17292 \end_inset
17293 </cell>
17294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298 \begin_inset Formula $\Box$
17299 \end_inset
17300
17301
17302 \end_layout
17303
17304 \end_inset
17305 </cell>
17306 </row>
17307 <row>
17308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312
17313 \backslash
17314 cap 
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323 \begin_inset Formula $\cap$
17324 \end_inset
17325
17326
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 </row>
17332 <row>
17333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337
17338 \backslash
17339 cup
17340 \end_layout
17341
17342 \end_inset
17343 </cell>
17344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Plain Layout
17348 \begin_inset Formula $\cup$
17349 \end_inset
17350
17351
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 </row>
17357 <row>
17358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362
17363 \backslash
17364 dagger
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373 \begin_inset Formula $\dagger$
17374 \end_inset
17375
17376
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 </row>
17382 <row>
17383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387
17388 \backslash
17389 ddagger
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398 \begin_inset Formula $\ddagger$
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 </row>
17407 <row>
17408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412
17413 \backslash
17414 wr
17415 \end_layout
17416
17417 \end_inset
17418 </cell>
17419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 \begin_inset Formula $\wr$
17424 \end_inset
17425
17426
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 </row>
17432 <row>
17433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17434 \begin_inset Text
17435
17436 \begin_layout Plain Layout
17437
17438 \backslash
17439 bigcirc
17440 \end_layout
17441
17442 \end_inset
17443 </cell>
17444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448 \begin_inset Formula $\bigcirc$
17449 \end_inset
17450
17451
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 </row>
17457 <row>
17458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462
17463 \backslash
17464 wedge
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473 \begin_inset Formula $\wedge$
17474 \end_inset
17475
17476
17477 \end_layout
17478
17479 \end_inset
17480 </cell>
17481 </row>
17482 <row>
17483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487
17488 \backslash
17489 vee
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498 \begin_inset Formula $\vee$
17499 \end_inset
17500
17501
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 </row>
17507 </lyxtabular>
17508
17509 \end_inset
17510
17511
17512 \begin_inset space \hfill{}
17513 \end_inset
17514
17515
17516 \begin_inset Tabular
17517 <lyxtabular version="3" rows="13" columns="2">
17518 <features tabularvalignment="middle">
17519 <column alignment="center" valignment="top" width="0pt">
17520 <column alignment="center" valignment="top" width="0pt">
17521 <row>
17522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526 Comando
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535 Operador
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 </row>
17541 <row>
17542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546
17547 \backslash
17548 oplus
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557 \begin_inset Formula $\oplus$
17558 \end_inset
17559
17560
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 </row>
17566 <row>
17567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571
17572 \backslash
17573 ominus
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582 \begin_inset Formula $\ominus$
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 </row>
17591 <row>
17592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Plain Layout
17596
17597 \backslash
17598 otimes
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 \begin_inset Formula $\otimes$
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \end_inset
17614 </cell>
17615 </row>
17616 <row>
17617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621
17622 \backslash
17623 oslash
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 \begin_inset Formula $\oslash$
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 </row>
17641 <row>
17642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17643 \begin_inset Text
17644
17645 \begin_layout Plain Layout
17646
17647 \backslash
17648 odot
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657 \begin_inset Formula $\odot$
17658 \end_inset
17659
17660
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 </row>
17666 <row>
17667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671
17672 \backslash
17673 amalg
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682 \begin_inset Formula $\amalg$
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 </row>
17691 <row>
17692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17693 \begin_inset Text
17694
17695 \begin_layout Plain Layout
17696
17697 \backslash
17698 uplus
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707 \begin_inset Formula $\uplus$
17708 \end_inset
17709
17710
17711 \end_layout
17712
17713 \end_inset
17714 </cell>
17715 </row>
17716 <row>
17717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17718 \begin_inset Text
17719
17720 \begin_layout Plain Layout
17721
17722 \backslash
17723 setminus
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 \begin_inset Formula $\setminus$
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 </row>
17741 <row>
17742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746
17747 \backslash
17748 sqcap
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757 \begin_inset Formula $\sqcap$
17758 \end_inset
17759
17760
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 </row>
17766 <row>
17767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17768 \begin_inset Text
17769
17770 \begin_layout Plain Layout
17771
17772 \backslash
17773 sqcup
17774 \end_layout
17775
17776 \end_inset
17777 </cell>
17778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17779 \begin_inset Text
17780
17781 \begin_layout Plain Layout
17782 \begin_inset Formula $\sqcup$
17783 \end_inset
17784
17785
17786 \end_layout
17787
17788 \end_inset
17789 </cell>
17790 </row>
17791 <row>
17792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17793 \begin_inset Text
17794
17795 \begin_layout Plain Layout
17796
17797 \backslash
17798 triangleleft
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807 \begin_inset Formula $\triangleleft$
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 </row>
17816 <row>
17817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821
17822 \backslash
17823 triangleright
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832 \begin_inset Formula $\triangleright$
17833 \end_inset
17834
17835
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 </row>
17841 </lyxtabular>
17842
17843 \end_inset
17844
17845
17846 \begin_inset space \hfill{}
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \begin_layout Standard
17853 Todos los operadores binarios se pueden insertar también con el botón 
17854 \begin_inset Graphics
17855         filename ../../images/math/pm.png
17856         scale 85
17857
17858 \end_inset
17859
17860  de la barra de ecuaciones.
17861 \end_layout
17862
17863 \begin_layout Standard
17864 Para imprimir el operador Laplace se pueden usar 
17865 \series bold
17866
17867 \backslash
17868 Delta
17869 \series default
17870  o 
17871 \series bold
17872
17873 \backslash
17874 nabla
17875 \series default
17876 ^
17877 \series bold
17878 2
17879 \series default
17880  (
17881 \begin_inset Formula $\nabla^{2}$
17882 \end_inset
17883
17884 ) en vez de 
17885 \series bold
17886
17887 \backslash
17888 bigtriangleup
17889 \series default
17890 .
17891 \end_layout
17892
17893 \begin_layout Standard
17894 El carácter 
17895 \family sans
17896 Separador de menú
17897 \family default
17898  del menú 
17899 \family sans
17900 Insertar\SpecialChar \menuseparator
17901 Carácter especial
17902 \family default
17903  es el operador 
17904 \series bold
17905
17906 \backslash
17907 triangleright
17908 \series default
17909 .
17910 \end_layout
17911
17912 \begin_layout Subsection
17913 Operadores definidos por el usuario
17914 \begin_inset CommandInset label
17915 LatexCommand label
17916 name "sub:Operadores-de-usuario"
17917
17918 \end_inset
17919
17920
17921 \begin_inset Index idx
17922 status collapsed
17923
17924 \begin_layout Plain Layout
17925 Operadores ! personalizados
17926 \end_layout
17927
17928 \end_inset
17929
17930
17931 \end_layout
17932
17933 \begin_layout Standard
17934 Con ayuda del comando 
17935 \series bold
17936
17937 \backslash
17938 DeclareMathOperator
17939 \series default
17940
17941 \begin_inset Index idx
17942 status collapsed
17943
17944 \begin_layout Plain Layout
17945 Comandos ! D ! 
17946 \backslash
17947 dbinom@
17948 \backslash
17949 DeclareMathOperator
17950 \end_layout
17951
17952 \end_inset
17953
17954  se pueden definir operadores personalizados en el preámbulo LaTeX.
17955  Su esquema es:
17956 \end_layout
17957
17958 \begin_layout Standard
17959
17960 \series bold
17961
17962 \backslash
17963 DeclareMathOperator{comando nuevo}{presentación}
17964 \end_layout
17965
17966 \begin_layout Standard
17967 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17968  en la salida.
17969  Para definir un operador grande hay que añadirle un * detrás.
17970  Todos los operadores grandes personalizados pueden tener límites como se
17971  describe en 
17972 \begin_inset CommandInset ref
17973 LatexCommand ref
17974 reference "sub:Límites-de-operadores"
17975
17976 \end_inset
17977
17978 .
17979 \end_layout
17980
17981 \begin_layout Standard
17982 Por ejemplo, la línea en el preámbulo LaTeX
17983 \end_layout
17984
17985 \begin_layout Standard
17986
17987 \series bold
17988
17989 \backslash
17990 DeclareMathOperator*{
17991 \backslash
17992 Lozenge}{
17993 \backslash
17994 blacklozenge}
17995 \end_layout
17996
17997 \begin_layout Standard
17998 define el comando 
17999 \series bold
18000
18001 \backslash
18002 Lozenge
18003 \series default
18004 , que inserta un operador grande que es el símbolo blacklozenge de la 
18005 \begin_inset CommandInset ref
18006 LatexCommand ref
18007 reference "sub:Símbolos-misceláneos"
18008
18009 \end_inset
18010
18011 .
18012 \begin_inset Formula 
18013 \[
18014 \Lozenge_{n=1}^{\infty}
18015 \]
18016
18017 \end_inset
18018
18019 El comando para esta expresión es: 
18020 \series bold
18021
18022 \backslash
18023 Lozenge^
18024 \backslash
18025 infty
18026 \begin_inset Formula $\rightarrow$
18027 \end_inset
18028
18029 _n=1
18030 \begin_inset VSpace bigskip
18031 \end_inset
18032
18033
18034 \end_layout
18035
18036 \begin_layout Standard
18037 Si los operadores personalizados no se van a usar varias veces en el documento,
18038  se pueden también definir con los comandos 
18039 \series bold
18040
18041 \backslash
18042 mathop
18043 \series default
18044
18045 \begin_inset Index idx
18046 status collapsed
18047
18048 \begin_layout Plain Layout
18049 Comandos ! M ! 
18050 \backslash
18051 mathop
18052 \end_layout
18053
18054 \end_inset
18055
18056  y 
18057 \series bold
18058
18059 \backslash
18060 mathbin
18061 \series default
18062
18063 \begin_inset Index idx
18064 status collapsed
18065
18066 \begin_layout Plain Layout
18067 Comandos ! M ! 
18068 \backslash
18069 mathbin
18070 \end_layout
18071
18072 \end_inset
18073
18074 , con el siguiente esquema:
18075 \end_layout
18076
18077 \begin_layout Standard
18078
18079 \series bold
18080
18081 \backslash
18082 mathop{presentación}
18083 \series default
18084  y 
18085 \series bold
18086
18087 \backslash
18088 mathbin{presentación}
18089 \end_layout
18090
18091 \begin_layout Standard
18092
18093 \series bold
18094
18095 \backslash
18096 mathop
18097 \series default
18098  define operadores grandes, 
18099 \series bold
18100
18101 \backslash
18102 mathbin
18103 \series default
18104  operadores binarios.
18105 \end_layout
18106
18107 \begin_layout Standard
18108
18109 \series bold
18110
18111 \backslash
18112 mathop
18113 \series default
18114  se puede usar, p.e., para poner un límite a varios operadores:
18115 \begin_inset Formula 
18116 \[
18117 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18118 \]
18119
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \begin_layout Standard
18126 El comando para la expresión anterior es:
18127 \begin_inset Newline newline
18128 \end_inset
18129
18130
18131 \series bold
18132
18133 \backslash
18134 mathop{
18135 \backslash
18136 sum
18137 \backslash
18138 negmedspace
18139 \backslash
18140 sum
18141 \series default
18142
18143 \begin_inset ERT
18144 status collapsed
18145
18146 \begin_layout Plain Layout
18147
18148
18149 \backslash
18150 spce 
18151 \end_layout
18152
18153 \end_inset
18154
18155
18156 \series bold
18157
18158 \begin_inset Formula $\to$
18159 \end_inset
18160
18161 ^N
18162 \series default
18163
18164 \begin_inset ERT
18165 status collapsed
18166
18167 \begin_layout Plain Layout
18168
18169
18170 \backslash
18171 spce 
18172 \end_layout
18173
18174 \end_inset
18175
18176
18177 \series bold
18178 _i,j=1
18179 \end_layout
18180
18181 \begin_layout Section
18182 Tipografías
18183 \begin_inset Index idx
18184 status collapsed
18185
18186 \begin_layout Plain Layout
18187 Tipografías
18188 \end_layout
18189
18190 \end_inset
18191
18192
18193 \end_layout
18194
18195 \begin_layout Subsection
18196 Estilos de tipografías
18197 \begin_inset CommandInset label
18198 LatexCommand label
18199 name "sub:Estilos-de-tipografías"
18200
18201 \end_inset
18202
18203
18204 \begin_inset Index idx
18205 status collapsed
18206
18207 \begin_layout Plain Layout
18208 Tipografías ! estilos de
18209 \end_layout
18210
18211 \end_inset
18212
18213
18214 \end_layout
18215
18216 \begin_layout Standard
18217 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18218  estilos:
18219 \end_layout
18220
18221 \begin_layout Standard
18222 \begin_inset VSpace -2mm
18223 \end_inset
18224
18225
18226 \end_layout
18227
18228 \begin_layout Standard
18229 \align center
18230 \begin_inset Tabular
18231 <lyxtabular version="3" rows="7" columns="3">
18232 <features tabularvalignment="middle">
18233 <column alignment="center" valignment="top" width="0">
18234 <column alignment="center" valignment="top" width="0">
18235 <column alignment="center" valignment="top" width="0">
18236 <row>
18237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 Comando
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 Resultado
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 atajo
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 </row>
18265 <row>
18266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270
18271 \backslash
18272 mathbb
18273 \series bold
18274
18275 \begin_inset ERT
18276 status collapsed
18277
18278 \begin_layout Plain Layout
18279
18280
18281 \backslash
18282 spce 
18283 \end_layout
18284
18285 \end_inset
18286
18287
18288 \series default
18289 ABC
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 \begin_inset Formula $\mathbb{ABC}$
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310
18311 \family sans
18312 Alt+C C
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 </row>
18318 <row>
18319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323
18324 \backslash
18325 mathbf
18326 \series bold
18327
18328 \begin_inset ERT
18329 status collapsed
18330
18331 \begin_layout Plain Layout
18332
18333
18334 \backslash
18335 spce 
18336 \end_layout
18337
18338 \end_inset
18339
18340
18341 \series default
18342 AbC
18343 \end_layout
18344
18345 \end_inset
18346 </cell>
18347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351 \begin_inset Formula $\mathbf{AbC}$
18352 \end_inset
18353
18354
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363
18364 \family sans
18365 Ctrl+B
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 </row>
18371 <row>
18372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376
18377 \backslash
18378 boldsymbol
18379 \series bold
18380
18381 \begin_inset ERT
18382 status collapsed
18383
18384 \begin_layout Plain Layout
18385
18386
18387 \backslash
18388 spce 
18389 \end_layout
18390
18391 \end_inset
18392
18393
18394 \series default
18395 AbC
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404 \begin_inset Formula $\boldsymbol{AbC}$
18405 \end_inset
18406
18407
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416
18417 \family sans
18418 Ctrl+Alt+B , Alt+C B
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 </row>
18424 <row>
18425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429
18430 \backslash
18431 mathcal
18432 \series bold
18433
18434 \begin_inset ERT
18435 status collapsed
18436
18437 \begin_layout Plain Layout
18438
18439
18440 \backslash
18441 spce 
18442 \end_layout
18443
18444 \end_inset
18445
18446
18447 \series default
18448 ABC
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457 \begin_inset Formula $\mathcal{ABC}$
18458 \end_inset
18459
18460
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18466 \begin_inset Text
18467
18468 \begin_layout Plain Layout
18469
18470 \family sans
18471 Ctrl+E , Alt+C E
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 </row>
18477 <row>
18478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482
18483 \backslash
18484 mathfrak
18485 \series bold
18486
18487 \begin_inset ERT
18488 status collapsed
18489
18490 \begin_layout Plain Layout
18491
18492
18493 \backslash
18494 spce 
18495 \end_layout
18496
18497 \end_inset
18498
18499
18500 \series default
18501 AbC
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Plain Layout
18510 \begin_inset Formula $\mathfrak{AbC}$
18511 \end_inset
18512
18513
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522 -
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 </row>
18528 <row>
18529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533
18534 \backslash
18535 mathscr
18536 \series bold
18537
18538 \begin_inset ERT
18539 status collapsed
18540
18541 \begin_layout Plain Layout
18542
18543
18544 \backslash
18545 spce 
18546 \end_layout
18547
18548 \end_inset
18549
18550
18551 \series default
18552 AbC
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 \begin_inset Formula $\mathscr{AbC}$
18562 \end_inset
18563
18564
18565 \end_layout
18566
18567 \end_inset
18568 </cell>
18569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573 -
18574 \end_layout
18575
18576 \end_inset
18577 </cell>
18578 </row>
18579 </lyxtabular>
18580
18581 \end_inset
18582
18583
18584 \end_layout
18585
18586 \begin_layout Standard
18587 \align center
18588 \begin_inset Tabular
18589 <lyxtabular version="3" rows="5" columns="3">
18590 <features tabularvalignment="middle">
18591 <column alignment="center" valignment="top" width="0">
18592 <column alignment="center" valignment="top" width="0">
18593 <column alignment="center" valignment="top" width="0">
18594 <row>
18595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599 Comando
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608 Resultado
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617 atajo
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 </row>
18623 <row>
18624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628
18629 \backslash
18630 mathit
18631 \series bold
18632
18633 \begin_inset ERT
18634 status collapsed
18635
18636 \begin_layout Plain Layout
18637
18638
18639 \backslash
18640 spce 
18641 \end_layout
18642
18643 \end_inset
18644
18645
18646 \series default
18647 AbC
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 \begin_inset Formula $\mathit{AbC}$
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668 -
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 </row>
18674 <row>
18675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679
18680 \backslash
18681 mathrm
18682 \series bold
18683
18684 \begin_inset ERT
18685 status collapsed
18686
18687 \begin_layout Plain Layout
18688
18689
18690 \backslash
18691 spce 
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \series default
18698 AbC
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707 \begin_inset Formula $\mathrm{AbC}$
18708 \end_inset
18709
18710
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719
18720 \family sans
18721 Alt+C R
18722 \end_layout
18723
18724 \end_inset
18725 </cell>
18726 </row>
18727 <row>
18728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732
18733 \backslash
18734 mathsf
18735 \series bold
18736
18737 \begin_inset ERT
18738 status collapsed
18739
18740 \begin_layout Plain Layout
18741
18742
18743 \backslash
18744 spce 
18745 \end_layout
18746
18747 \end_inset
18748
18749
18750 \series default
18751 AbC
18752 \end_layout
18753
18754 \end_inset
18755 </cell>
18756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760 \begin_inset Formula $\mathsf{AbC}$
18761 \end_inset
18762
18763
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772
18773 \family sans
18774 Alt+C S
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 </row>
18780 <row>
18781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18782 \begin_inset Text
18783
18784 \begin_layout Plain Layout
18785
18786 \backslash
18787 mathtt
18788 \series bold
18789
18790 \begin_inset ERT
18791 status collapsed
18792
18793 \begin_layout Plain Layout
18794
18795
18796 \backslash
18797 spce 
18798 \end_layout
18799
18800 \end_inset
18801
18802
18803 \series default
18804 AbC
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18810 \begin_inset Text
18811
18812 \begin_layout Plain Layout
18813 \begin_inset Formula $\mathtt{AbC}$
18814 \end_inset
18815
18816
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18822 \begin_inset Text
18823
18824 \begin_layout Plain Layout
18825
18826 \family sans
18827 Ctrl+Mayúsculas+P
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 </row>
18833 </lyxtabular>
18834
18835 \end_inset
18836
18837
18838 \end_layout
18839
18840 \begin_layout Standard
18841 \begin_inset Note Greyedout
18842 status open
18843
18844 \begin_layout Plain Layout
18845
18846 \series bold
18847 Nota
18848 \series default
18849 : Los estilos 
18850 \series bold
18851
18852 \backslash
18853 mathbb
18854 \series default
18855  y 
18856 \series bold
18857
18858 \backslash
18859 mathcal
18860 \series default
18861  sólo se aplican a letras mayúsculas.
18862 \end_layout
18863
18864 \end_inset
18865
18866
18867 \end_layout
18868
18869 \begin_layout Standard
18870 El estilo predeterminado es 
18871 \series bold
18872
18873 \backslash
18874 mathnormal
18875 \series default
18876 .
18877 \end_layout
18878
18879 \begin_layout Standard
18880 Los comandos de estilo funcionan también en estructuras matemáticas:
18881 \begin_inset Formula 
18882 \[
18883 \mathfrak{A=\frac{b}{C}}
18884 \]
18885
18886 \end_inset
18887
18888
18889 \end_layout
18890
18891 \begin_layout Standard
18892 Los caracteres en texto matemático no aparecen en un estilo tipográfico
18893  de ecuaciones sino en el estilo tipográfico de texto 
18894 \series bold
18895
18896 \backslash
18897 textrm
18898 \series default
18899 .
18900  Este estilo no se puede poner correctamente con el diálogo de estilo de
18901  texto por un fallo de LyX.
18902 \begin_inset Foot
18903 status open
18904
18905 \begin_layout Plain Layout
18906 \begin_inset CommandInset href
18907 LatexCommand href
18908 name "LyX-bug #4629"
18909 target "http://www.lyx.org/trac/ticket/4629"
18910
18911 \end_inset
18912
18913
18914 \end_layout
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \begin_layout Standard
18922 En vez de comandos se puede usar el menú 
18923 \family sans
18924 Editar\SpecialChar \menuseparator
18925 Ecuación\SpecialChar \menuseparator
18926 Estilo del texto
18927 \family default
18928  o el botón 
18929 \begin_inset Graphics
18930         filename ../../images/math/font.png
18931         scale 85
18932
18933 \end_inset
18934
18935 .
18936 \end_layout
18937
18938 \begin_layout Subsection
18939 Ecuaciones en negrita
18940 \begin_inset CommandInset label
18941 LatexCommand label
18942 name "sub:Ecuaciones-en-negrita"
18943
18944 \end_inset
18945
18946
18947 \begin_inset Index idx
18948 status collapsed
18949
18950 \begin_layout Plain Layout
18951 Ecuación ! en negrita
18952 \end_layout
18953
18954 \end_inset
18955
18956
18957 \end_layout
18958
18959 \begin_layout Standard
18960 Para poner en negrita una ecuación completa no se puede usar el comando
18961  
18962 \series bold
18963
18964 \backslash
18965 mathbf
18966 \series default
18967 , porque no funciona con minúsculas griegas.
18968  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18969 \begin_inset Formula 
18970 \[
18971 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18972 \]
18973
18974 \end_inset
18975
18976
18977 \end_layout
18978
18979 \begin_layout Standard
18980 Para presentar la ecuación correctamente se usa el comando 
18981 \series bold
18982 boldsymbol
18983 \series default
18984 :
18985 \begin_inset Formula 
18986 \[
18987 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18988 \]
18989
18990 \end_inset
18991
18992
18993 \end_layout
18994
18995 \begin_layout Standard
18996 También es posible poner la fórmula en un 
18997 \series bold
18998 entorno boldmath
18999 \series default
19000 , que se inserta con el comando 
19001 \series bold
19002
19003 \backslash
19004 boldmath
19005 \series default
19006
19007 \begin_inset Index idx
19008 status collapsed
19009
19010 \begin_layout Plain Layout
19011 Comandos ! B ! 
19012 \backslash
19013 boldmath
19014 \end_layout
19015
19016 \end_inset
19017
19018  en modo TeX.
19019  Para finalizar el entorno se usa el comando 
19020 \series bold
19021
19022 \backslash
19023 unboldmath
19024 \series default
19025
19026 \begin_inset Index idx
19027 status collapsed
19028
19029 \begin_layout Plain Layout
19030 Comandos ! U ! 
19031 \backslash
19032 unboldmath
19033 \end_layout
19034
19035 \end_inset
19036
19037  en modo TeX.
19038 \begin_inset ERT
19039 status collapsed
19040
19041 \begin_layout Plain Layout
19042
19043
19044 \backslash
19045 boldmath
19046 \end_layout
19047
19048 \end_inset
19049
19050
19051 \begin_inset Formula 
19052 \[
19053 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
19054 \]
19055
19056 \end_inset
19057
19058
19059 \end_layout
19060
19061 \begin_layout Standard
19062 \begin_inset ERT
19063 status collapsed
19064
19065 \begin_layout Plain Layout
19066
19067
19068 \backslash
19069 unboldmath
19070 \end_layout
19071
19072 \end_inset
19073
19074
19075 \end_layout
19076
19077 \begin_layout Subsection
19078 Ecuaciones coloreadas
19079 \begin_inset Index idx
19080 status collapsed
19081
19082 \begin_layout Plain Layout
19083 Ecuación ! coloreada
19084 \end_layout
19085
19086 \end_inset
19087
19088
19089 \end_layout
19090
19091 \begin_layout Standard
19092 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
19093  o una parte de una ecuación y usa el diálogo 
19094 \family sans
19095 Estilo del texto
19096 \family default
19097 .
19098  Aquí hay una ecuación en magenta:
19099 \begin_inset Formula 
19100 \[
19101 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19102 \]
19103
19104 \end_inset
19105
19106 También puedes definir tus propios colores como se describe en
19107 \begin_inset space ~
19108 \end_inset
19109
19110
19111 \begin_inset CommandInset ref
19112 LatexCommand ref
19113 reference "sub:Marcos-coloreados"
19114
19115 \end_inset
19116
19117 .
19118  Pueden usarse con el comando en código TeX 
19119 \series bold
19120
19121 \backslash
19122 textcolor
19123 \series default
19124
19125 \begin_inset Index idx
19126 status collapsed
19127
19128 \begin_layout Plain Layout
19129 Comandos ! T ! 
19130 \backslash
19131 textcolor
19132 \end_layout
19133
19134 \end_inset
19135
19136  según el esquema
19137 \end_layout
19138
19139 \begin_layout Standard
19140
19141 \series bold
19142
19143 \backslash
19144 textcolor{color}{caracteres o ecuación}
19145 \end_layout
19146
19147 \begin_layout Standard
19148 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
19149 e en rojo:
19150 \end_layout
19151
19152 \begin_layout Standard
19153 \begin_inset ERT
19154 status collapsed
19155
19156 \begin_layout Plain Layout
19157
19158
19159 \backslash
19160 textcolor{verdeoscuro}{
19161 \end_layout
19162
19163 \end_inset
19164
19165
19166 \begin_inset Formula 
19167 \[
19168 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19169 \]
19170
19171 \end_inset
19172
19173
19174 \begin_inset ERT
19175 status collapsed
19176
19177 \begin_layout Plain Layout
19178
19179 }
19180 \end_layout
19181
19182 \end_inset
19183
19184
19185 \end_layout
19186
19187 \begin_layout Standard
19188 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
19189  a ecuaciones completas.
19190 \begin_inset Foot
19191 status collapsed
19192
19193 \begin_layout Plain Layout
19194 \begin_inset CommandInset href
19195 LatexCommand href
19196 name "LyX-bug #5269"
19197 target "http://www.lyx.org/trac/ticket/5269"
19198
19199 \end_inset
19200
19201
19202 \end_layout
19203
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \begin_layout Subsection
19210 Tamaños de tipografías
19211 \begin_inset CommandInset label
19212 LatexCommand label
19213 name "sub:Tamaños-de-tipografías"
19214
19215 \end_inset
19216
19217
19218 \begin_inset Index idx
19219 status open
19220
19221 \begin_layout Plain Layout
19222 Tipografías ! tamaño
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \begin_layout Standard
19231 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
19232  siguientes comandos de tamaño:
19233 \end_layout
19234
19235 \begin_layout Standard
19236
19237 \series bold
19238
19239 \backslash
19240 Huge
19241 \series default
19242
19243 \series bold
19244
19245 \backslash
19246 huge
19247 \series default
19248
19249 \series bold
19250
19251 \backslash
19252 LARGE
19253 \series default
19254
19255 \series bold
19256
19257 \backslash
19258 Large
19259 \series default
19260
19261 \series bold
19262
19263 \backslash
19264 large
19265 \series default
19266
19267 \series bold
19268
19269 \backslash
19270 normalsize
19271 \series default
19272
19273 \series bold
19274
19275 \backslash
19276 small
19277 \series default
19278 ,
19279 \begin_inset Newline newline
19280 \end_inset
19281
19282
19283 \series bold
19284
19285 \backslash
19286 footnotesize
19287 \series default
19288
19289 \series bold
19290
19291 \backslash
19292 scriptsize
19293 \series default
19294 , y 
19295 \series bold
19296
19297 \backslash
19298 tiny
19299 \end_layout
19300
19301 \begin_layout Standard
19302 El tamaño dado por los comandos depende del tamaño base de la tipografía
19303  en el documento, dado por el comando 
19304 \series bold
19305
19306 \backslash
19307 normalsize
19308 \series default
19309 .
19310  Los demás comandos producen tamaños menores o mayores que 
19311 \series bold
19312
19313 \backslash
19314 normalsize
19315 \series default
19316 .
19317  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
19318  Si, por ejemplo, la tipografía del documento es de 12
19319 \begin_inset space \thinspace{}
19320 \end_inset
19321
19322 pt, el comando 
19323 \series bold
19324
19325 \backslash
19326 Huge
19327 \series default
19328  da el mismo tamaño que 
19329 \series bold
19330
19331 \backslash
19332 huge
19333 \series default
19334 .
19335 \end_layout
19336
19337 \begin_layout Standard
19338 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19339  a todas las ecuaciones y texto siguientes.
19340  Para volver al tamaño anterior hay que insertar el comando 
19341 \series bold
19342
19343 \backslash
19344 normalsize
19345 \series default
19346  en modo TeX detrás de la ecuación.
19347 \end_layout
19348
19349 \begin_layout Standard
19350 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19351  comandos de tamaño:
19352 \end_layout
19353
19354 \begin_layout Standard
19355 \noindent
19356 \align center
19357 \begin_inset Tabular
19358 <lyxtabular version="3" rows="5" columns="2">
19359 <features tabularvalignment="middle">
19360 <column alignment="center" valignment="top" width="0">
19361 <column alignment="center" valignment="top" width="0">
19362 <row>
19363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367 Comando
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376 Resultado
19377 \begin_inset Note Note
19378 status collapsed
19379
19380 \begin_layout Plain Layout
19381
19382 \series bold
19383
19384 \backslash
19385 raisebox
19386 \series default
19387  se usa sólo como espaciador
19388 \end_layout
19389
19390 \end_inset
19391
19392
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 </row>
19398 <row>
19399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403
19404 \backslash
19405 displaystyle
19406 \begin_inset Index idx
19407 status collapsed
19408
19409 \begin_layout Plain Layout
19410 Comandos ! D ! 
19411 \backslash
19412 displaystyle
19413 \end_layout
19414
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19427 \end_inset
19428
19429
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 </row>
19435 <row>
19436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19437 \begin_inset Text
19438
19439 \begin_layout Plain Layout
19440
19441 \backslash
19442 textstyle
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19452 \end_inset
19453
19454
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 </row>
19460 <row>
19461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465
19466 \backslash
19467 scriptstyle
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19477 \end_inset
19478
19479
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 </row>
19485 <row>
19486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490
19491 \backslash
19492 scriptscriptstyle
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 </row>
19510 </lyxtabular>
19511
19512 \end_inset
19513
19514
19515 \end_layout
19516
19517 \begin_layout Standard
19518 Después de introducir estos comandos, aparece un marco azul en el que se
19519  insertan las partes de la fórmula.
19520 \end_layout
19521
19522 \begin_layout Standard
19523 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
19524  para símbolos o letras en texto matemático.
19525  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19526  de texto anteriores.
19527  Todos los caracteres siguientes, hasta el final del texto matemático o
19528  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19529  Dos ejemplos:
19530 \begin_inset VSpace -2mm
19531 \end_inset
19532
19533
19534 \end_layout
19535
19536 \begin_layout Standard
19537 \begin_inset ERT
19538 status collapsed
19539
19540 \begin_layout Plain Layout
19541
19542
19543 \backslash
19544 huge
19545 \end_layout
19546
19547 \end_inset
19548
19549
19550 \begin_inset Formula 
19551 \[
19552 A=\frac{B}{c}\cdot\maltese
19553 \]
19554
19555 \end_inset
19556
19557
19558 \begin_inset Formula 
19559 \[
19560 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19561 \]
19562
19563 \end_inset
19564
19565
19566 \end_layout
19567
19568 \begin_layout Standard
19569 \begin_inset ERT
19570 status collapsed
19571
19572 \begin_layout Plain Layout
19573
19574
19575 \backslash
19576 normalsize
19577 \end_layout
19578
19579 \end_inset
19580
19581
19582 \begin_inset VSpace medskip
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \begin_layout Standard
19589 Antes de las ecuaciones se ha insertado el comando 
19590 \series bold
19591
19592 \backslash
19593 huge
19594 \series default
19595 .
19596  Para la segunda ecuación el comando es:
19597 \begin_inset Newline newline
19598 \end_inset
19599
19600
19601 \series bold
19602
19603 \backslash
19604 maltese
19605 \begin_inset ERT
19606 status collapsed
19607
19608 \begin_layout Plain Layout
19609
19610
19611 \backslash
19612 spce 
19613 \end_layout
19614
19615 \end_inset
19616
19617 A Alt+M M 
19618 \backslash
19619 Large
19620 \begin_inset ERT
19621 status collapsed
19622
19623 \begin_layout Plain Layout
19624
19625
19626 \backslash
19627 spce 
19628 \end_layout
19629
19630 \end_inset
19631
19632
19633 \backslash
19634 maltese
19635 \begin_inset ERT
19636 status collapsed
19637
19638 \begin_layout Plain Layout
19639
19640
19641 \backslash
19642 spce 
19643 \end_layout
19644
19645 \end_inset
19646
19647
19648 \backslash
19649 textit
19650 \begin_inset ERT
19651 status collapsed
19652
19653 \begin_layout Plain Layout
19654
19655
19656 \backslash
19657 spce 
19658 \end_layout
19659
19660 \end_inset
19661
19662 A
19663 \begin_inset Formula $\to$
19664 \end_inset
19665
19666
19667 \begin_inset Formula $\to$
19668 \end_inset
19669
19670
19671 \begin_inset Newline newline
19672 \end_inset
19673
19674
19675 \begin_inset space \hspace*{}
19676 \length 1cm
19677 \end_inset
19678
19679 Alt+M M 
19680 \backslash
19681 tiny
19682 \begin_inset ERT
19683 status collapsed
19684
19685 \begin_layout Plain Layout
19686
19687
19688 \backslash
19689 spce 
19690 \end_layout
19691
19692 \end_inset
19693
19694
19695 \backslash
19696 maltese
19697 \begin_inset ERT
19698 status collapsed
19699
19700 \begin_layout Plain Layout
19701
19702
19703 \backslash
19704 spce 
19705 \end_layout
19706
19707 \end_inset
19708
19709
19710 \backslash
19711 textit
19712 \begin_inset ERT
19713 status collapsed
19714
19715 \begin_layout Plain Layout
19716
19717
19718 \backslash
19719 spce 
19720 \end_layout
19721
19722 \end_inset
19723
19724 A
19725 \end_layout
19726
19727 \begin_layout Standard
19728 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19729  el tamaño por omisión.
19730 \end_layout
19731
19732 \begin_layout Section
19733 Letras griegas
19734 \begin_inset Index idx
19735 status collapsed
19736
19737 \begin_layout Plain Layout
19738 Letras griegas
19739 \end_layout
19740
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \begin_layout Standard
19747 Las letras griegas se pueden insertar además mediante el botón 
19748 \begin_inset Graphics
19749         filename ../../images/math/alpha.png
19750         scale 85
19751
19752 \end_inset
19753
19754  de la barra de ecuaciones.
19755  Las normas internacionales de tipografía proponen que las letras griegas
19756  en ecuaciones deben escribirse en cursiva/inclinada.
19757  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
19758  en redonda.
19759  Para las normas en español, véase
19760 \begin_inset space ~
19761 \end_inset
19762
19763
19764 \begin_inset CommandInset citation
19765 LatexCommand cite
19766 key "Bezos"
19767
19768 \end_inset
19769
19770 .
19771 \end_layout
19772
19773 \begin_layout Subsection
19774 Minúsculas
19775 \begin_inset Index idx
19776 status collapsed
19777
19778 \begin_layout Plain Layout
19779 Letras griegas ! minúsculas
19780 \end_layout
19781
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \begin_layout Standard
19788 \begin_inset space \hfill{}
19789 \end_inset
19790
19791
19792 \begin_inset Tabular
19793 <lyxtabular version="3" rows="11" columns="2">
19794 <features tabularvalignment="middle">
19795 <column alignment="center" valignment="top" width="0pt">
19796 <column alignment="center" valignment="top" width="0pt">
19797 <row>
19798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 Comando
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811 Símbolo
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 </row>
19817 <row>
19818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822
19823 \backslash
19824 alpha
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833 \begin_inset Formula $\alpha$
19834 \end_inset
19835
19836
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 </row>
19842 <row>
19843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847
19848 \backslash
19849 beta
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858 \begin_inset Formula $\beta$
19859 \end_inset
19860
19861
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 </row>
19867 <row>
19868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19869 \begin_inset Text
19870
19871 \begin_layout Plain Layout
19872
19873 \backslash
19874 gamma
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883 \begin_inset Formula $\gamma$
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 </row>
19892 <row>
19893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897
19898 \backslash
19899 delta
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908 \begin_inset Formula $\delta$
19909 \end_inset
19910
19911
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 </row>
19917 <row>
19918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922
19923 \backslash
19924 epsilon
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 \begin_inset Formula $\epsilon$
19934 \end_inset
19935
19936
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 </row>
19942 <row>
19943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947
19948 \backslash
19949 varepsilon
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958 \begin_inset Formula $\varepsilon$
19959 \end_inset
19960
19961
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 </row>
19967 <row>
19968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19969 \begin_inset Text
19970
19971 \begin_layout Plain Layout
19972
19973 \backslash
19974 zeta
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983 \begin_inset Formula $\zeta$
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 </row>
19992 <row>
19993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19994 \begin_inset Text
19995
19996 \begin_layout Plain Layout
19997
19998 \backslash
19999 eta
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 \begin_inset Formula $\eta$
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 </row>
20017 <row>
20018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022
20023 \backslash
20024 theta
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033 \begin_inset Formula $\theta$
20034 \end_inset
20035
20036
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 </row>
20042 <row>
20043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047
20048 \backslash
20049 vartheta
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058 \begin_inset Formula $\vartheta$
20059 \end_inset
20060
20061
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 </row>
20067 </lyxtabular>
20068
20069 \end_inset
20070
20071
20072 \begin_inset space \hfill{}
20073 \end_inset
20074
20075
20076 \begin_inset Tabular
20077 <lyxtabular version="3" rows="12" columns="2">
20078 <features tabularvalignment="middle">
20079 <column alignment="center" valignment="top" width="0pt">
20080 <column alignment="center" valignment="top" width="0pt">
20081 <row>
20082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086 Comando
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20092 \begin_inset Text
20093
20094 \begin_layout Plain Layout
20095 Símbolo
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 </row>
20101 <row>
20102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20103 \begin_inset Text
20104
20105 \begin_layout Plain Layout
20106
20107 \backslash
20108 iota
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117 \begin_inset Formula $\iota$
20118 \end_inset
20119
20120
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 </row>
20126 <row>
20127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20128 \begin_inset Text
20129
20130 \begin_layout Plain Layout
20131
20132 \backslash
20133 kappa
20134 \end_layout
20135
20136 \end_inset
20137 </cell>
20138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20139 \begin_inset Text
20140
20141 \begin_layout Plain Layout
20142 \begin_inset Formula $\kappa$
20143 \end_inset
20144
20145
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 </row>
20151 <row>
20152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20153 \begin_inset Text
20154
20155 \begin_layout Plain Layout
20156
20157 \backslash
20158 varkappa
20159 \end_layout
20160
20161 \end_inset
20162 </cell>
20163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20164 \begin_inset Text
20165
20166 \begin_layout Plain Layout
20167 \begin_inset Formula $\varkappa$
20168 \end_inset
20169
20170
20171 \end_layout
20172
20173 \end_inset
20174 </cell>
20175 </row>
20176 <row>
20177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181
20182 \backslash
20183 lambda
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Plain Layout
20192 \begin_inset Formula $\lambda$
20193 \end_inset
20194
20195
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 </row>
20201 <row>
20202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206
20207 \backslash
20208 mu
20209 \end_layout
20210
20211 \end_inset
20212 </cell>
20213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20214 \begin_inset Text
20215
20216 \begin_layout Plain Layout
20217 \begin_inset Formula $\mu$
20218 \end_inset
20219
20220
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 </row>
20226 <row>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231
20232 \backslash
20233 nu
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242 \begin_inset Formula $\nu$
20243 \end_inset
20244
20245
20246 \end_layout
20247
20248 \end_inset
20249 </cell>
20250 </row>
20251 <row>
20252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256
20257 \backslash
20258 xi
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267 \begin_inset Formula $\xi$
20268 \end_inset
20269
20270
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 </row>
20276 <row>
20277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 o
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 \begin_inset Formula $o$
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 </row>
20299 <row>
20300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304
20305 \backslash
20306 pi
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315 \begin_inset Formula $\pi$
20316 \end_inset
20317
20318
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 </row>
20324 <row>
20325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329
20330 \backslash
20331 varpi
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340 \begin_inset Formula $\varpi$
20341 \end_inset
20342
20343
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 </row>
20349 <row>
20350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354
20355 \backslash
20356 rho
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365 \begin_inset Formula $\rho$
20366 \end_inset
20367
20368
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 </lyxtabular>
20375
20376 \end_inset
20377
20378
20379 \begin_inset space \hfill{}
20380 \end_inset
20381
20382
20383 \begin_inset Tabular
20384 <lyxtabular version="3" rows="11" columns="2">
20385 <features tabularvalignment="middle">
20386 <column alignment="center" valignment="top" width="0pt">
20387 <column alignment="center" valignment="top" width="0pt">
20388 <row>
20389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20390 \begin_inset Text
20391
20392 \begin_layout Plain Layout
20393 Comando
20394 \end_layout
20395
20396 \end_inset
20397 </cell>
20398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402 Símbolo
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 </row>
20408 <row>
20409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413
20414 \backslash
20415 varrho
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 \begin_inset Formula $\varrho$
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 </row>
20433 <row>
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438
20439 \backslash
20440 sigma
20441 \end_layout
20442
20443 \end_inset
20444 </cell>
20445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449 \begin_inset Formula $\sigma$
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 </row>
20458 <row>
20459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20460 \begin_inset Text
20461
20462 \begin_layout Plain Layout
20463
20464 \backslash
20465 varsigma
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474 \begin_inset Formula $\varsigma$
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 </row>
20483 <row>
20484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488
20489 \backslash
20490 tau
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499 \begin_inset Formula $\tau$
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 </row>
20508 <row>
20509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513
20514 \backslash
20515 upsilon
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524 \begin_inset Formula $\upsilon$
20525 \end_inset
20526
20527
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 </row>
20533 <row>
20534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538
20539 \backslash
20540 phi
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549 \begin_inset Formula $\phi$
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 </row>
20558 <row>
20559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563
20564 \backslash
20565 varphi
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574 \begin_inset Formula $\varphi$
20575 \end_inset
20576
20577
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 </row>
20583 <row>
20584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588
20589 \backslash
20590 chi
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20596 \begin_inset Text
20597
20598 \begin_layout Plain Layout
20599 \begin_inset Formula $\chi$
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 </row>
20608 <row>
20609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613
20614 \backslash
20615 psi
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624 \begin_inset Formula $\psi$
20625 \end_inset
20626
20627
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 </row>
20633 <row>
20634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638
20639 \backslash
20640 omega
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649 \begin_inset Formula $\omega$
20650 \end_inset
20651
20652
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 </row>
20658 </lyxtabular>
20659
20660 \end_inset
20661
20662
20663 \begin_inset space \hfill{}
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \begin_layout Standard
20670 \begin_inset VSpace medskip
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \begin_layout Standard
20677 Cómo escribir letras griegas especiales en redonda se explica en 
20678 \begin_inset CommandInset ref
20679 LatexCommand ref
20680 reference "sub:Griegas-en-redonda"
20681
20682 \end_inset
20683
20684 .
20685 \end_layout
20686
20687 \begin_layout Subsection
20688 Mayúsculas
20689 \begin_inset Index idx
20690 status collapsed
20691
20692 \begin_layout Plain Layout
20693 Letras griegas ! mayúsculas
20694 \end_layout
20695
20696 \end_inset
20697
20698
20699 \end_layout
20700
20701 \begin_layout Standard
20702 \begin_inset space \hfill{}
20703 \end_inset
20704
20705
20706 \begin_inset Tabular
20707 <lyxtabular version="3" rows="7" columns="2">
20708 <features tabularvalignment="middle">
20709 <column alignment="center" valignment="top" width="0pt">
20710 <column alignment="center" valignment="top" width="0pt">
20711 <row>
20712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 Comando
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20722 \begin_inset Text
20723
20724 \begin_layout Plain Layout
20725 Símbolo
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 </row>
20731 <row>
20732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736
20737 \backslash
20738 Gamma
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747 \begin_inset Formula $\Gamma$
20748 \end_inset
20749
20750
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 </row>
20756 <row>
20757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20758 \begin_inset Text
20759
20760 \begin_layout Plain Layout
20761
20762 \backslash
20763 Delta
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772 \begin_inset Formula $\Delta$
20773 \end_inset
20774
20775
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 </row>
20781 <row>
20782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786
20787 \backslash
20788 Theta
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797 \begin_inset Formula $\Theta$
20798 \end_inset
20799
20800
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 </row>
20806 <row>
20807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20808 \begin_inset Text
20809
20810 \begin_layout Plain Layout
20811
20812 \backslash
20813 Lambda
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20819 \begin_inset Text
20820
20821 \begin_layout Plain Layout
20822 \begin_inset Formula $\Lambda$
20823 \end_inset
20824
20825
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 </row>
20831 <row>
20832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20833 \begin_inset Text
20834
20835 \begin_layout Plain Layout
20836
20837 \backslash
20838 Xi
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20844 \begin_inset Text
20845
20846 \begin_layout Plain Layout
20847 \begin_inset Formula $\Xi$
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 </row>
20856 <row>
20857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20858 \begin_inset Text
20859
20860 \begin_layout Plain Layout
20861
20862 \backslash
20863 Pi
20864 \end_layout
20865
20866 \end_inset
20867 </cell>
20868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20869 \begin_inset Text
20870
20871 \begin_layout Plain Layout
20872 \begin_inset Formula $\Pi$
20873 \end_inset
20874
20875
20876 \end_layout
20877
20878 \end_inset
20879 </cell>
20880 </row>
20881 </lyxtabular>
20882
20883 \end_inset
20884
20885
20886 \begin_inset space \hfill{}
20887 \end_inset
20888
20889
20890 \begin_inset Tabular
20891 <lyxtabular version="3" rows="6" columns="2">
20892 <features tabularvalignment="middle">
20893 <column alignment="center" valignment="top" width="0pt">
20894 <column alignment="center" valignment="top" width="0pt">
20895 <row>
20896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900 Comando
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909 Símbolo
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 </row>
20915 <row>
20916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920
20921 \backslash
20922 Sigma
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931 \begin_inset Formula $\Sigma$
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 </row>
20940 <row>
20941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945
20946 \backslash
20947 Upsilon
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956 \begin_inset Formula $\Upsilon$
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 </row>
20965 <row>
20966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970
20971 \backslash
20972 Phi
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 \begin_inset Formula $\Phi$
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 </row>
20990 <row>
20991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995
20996 \backslash
20997 Psi
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006 \begin_inset Formula $\Psi$
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 </row>
21015 <row>
21016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020
21021 \backslash
21022 Omega
21023 \end_layout
21024
21025 \end_inset
21026 </cell>
21027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031 \begin_inset Formula $\Omega$
21032 \end_inset
21033
21034
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 </row>
21040 </lyxtabular>
21041
21042 \end_inset
21043
21044
21045 \begin_inset space \hfill{}
21046 \end_inset
21047
21048
21049 \end_layout
21050
21051 \begin_layout Standard
21052 \begin_inset VSpace medskip
21053 \end_inset
21054
21055
21056 \end_layout
21057
21058 \begin_layout Standard
21059 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
21060  cuando se desarrolló TeX.
21061  Para obtener mayúsculas en cursiva, inicia cada comando con 
21062 \series bold
21063 var
21064 \series default
21065 .
21066  Por ejemplo, el comando 
21067 \series bold
21068
21069 \backslash
21070 varGamma
21071 \series default
21072  genera 
21073 \begin_inset Formula $\varGamma$
21074 \end_inset
21075
21076 .
21077  Otra forma es cargar el paquete 
21078 \series bold
21079 fixmath
21080 \series default
21081
21082 \begin_inset Foot
21083 status collapsed
21084
21085 \begin_layout Plain Layout
21086
21087 \series bold
21088 fixmath
21089 \series default
21090  forma parte del paquete LaTeX 
21091 \series bold
21092 was
21093 \series default
21094
21095 \begin_inset Index idx
21096 status collapsed
21097
21098 \begin_layout Plain Layout
21099 Paquetes ! was
21100 \begin_inset ERT
21101 status collapsed
21102
21103 \begin_layout Plain Layout
21104
21105
21106 \backslash
21107 vspace{4mm}
21108 \end_layout
21109
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \end_inset
21116
21117 .
21118 \end_layout
21119
21120 \end_inset
21121
21122
21123 \begin_inset Index idx
21124 status collapsed
21125
21126 \begin_layout Plain Layout
21127 Paquetes ! fixmath
21128 \end_layout
21129
21130 \end_inset
21131
21132  con la línea siguiente en el preámbulo LaTeX
21133 \end_layout
21134
21135 \begin_layout Standard
21136
21137 \series bold
21138
21139 \backslash
21140 usepackage{fixmath}
21141 \end_layout
21142
21143 \begin_layout Standard
21144 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
21145 ente en cursiva.
21146 \end_layout
21147
21148 \begin_layout Subsection
21149 Letras en negrita
21150 \begin_inset Index idx
21151 status collapsed
21152
21153 \begin_layout Plain Layout
21154 Letras griegas ! en negrita
21155 \end_layout
21156
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \begin_layout Standard
21163 Las letras griegas no admiten diferentes estilos de letra como las latinas.
21164  Sólo se pueden poner en negrita con el comando 
21165 \series bold
21166
21167 \backslash
21168 boldsymbol
21169 \series default
21170
21171 \begin_inset Index idx
21172 status collapsed
21173
21174 \begin_layout Plain Layout
21175 Comandos ! B ! 
21176 \backslash
21177 boldsymbol
21178 \end_layout
21179
21180 \end_inset
21181
21182 .
21183 \end_layout
21184
21185 \begin_layout Standard
21186 \align center
21187 \begin_inset Tabular
21188 <lyxtabular version="3" rows="3" columns="2">
21189 <features tabularvalignment="middle">
21190 <column alignment="center" valignment="top" width="0">
21191 <column alignment="center" valignment="top" width="0">
21192 <row>
21193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 Comando
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206 Símbolo
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 </row>
21212 <row>
21213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217
21218 \backslash
21219 Upsilon
21220 \backslash
21221 boldsymbol
21222 \backslash
21223 Upsilon
21224 \end_layout
21225
21226 \end_inset
21227 </cell>
21228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21233 \end_inset
21234
21235
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 </row>
21241 <row>
21242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246
21247 \backslash
21248 theta
21249 \backslash
21250 boldsymbol
21251 \backslash
21252 theta
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261 \begin_inset Formula $\theta\boldsymbol{\theta}$
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 </row>
21270 </lyxtabular>
21271
21272 \end_inset
21273
21274
21275 \end_layout
21276
21277 \begin_layout Standard
21278 \noindent
21279 \align center
21280 \begin_inset Newpage newpage
21281 \end_inset
21282
21283
21284 \end_layout
21285
21286 \begin_layout Section
21287 Símbolos
21288 \begin_inset ERT
21289 status collapsed
21290
21291 \begin_layout Plain Layout
21292
21293
21294 \backslash
21295 texorpdfstring{
21296 \end_layout
21297
21298 \end_inset
21299
21300
21301 \begin_inset Foot
21302 status collapsed
21303
21304 \begin_layout Plain Layout
21305 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
21306  LaTeX en 
21307 \begin_inset CommandInset citation
21308 LatexCommand cite
21309 key "Symbols"
21310
21311 \end_inset
21312
21313 .
21314 \end_layout
21315
21316 \end_inset
21317
21318
21319 \begin_inset ERT
21320 status collapsed
21321
21322 \begin_layout Plain Layout
21323
21324 }{}
21325 \end_layout
21326
21327 \end_inset
21328
21329
21330 \begin_inset Note Note
21331 status collapsed
21332
21333 \begin_layout Plain Layout
21334
21335 \backslash
21336 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
21337  PDF.
21338 \end_layout
21339
21340 \begin_layout Plain Layout
21341 Más sobre 
21342 \backslash
21343 texorpdfstring en la sección 
21344 \begin_inset CommandInset ref
21345 LatexCommand ref
21346 reference "sub:Ecuaciones-en-encabezados"
21347
21348 \end_inset
21349
21350 .
21351 \end_layout
21352
21353 \end_inset
21354
21355
21356 \begin_inset Index idx
21357 status collapsed
21358
21359 \begin_layout Plain Layout
21360 Símbolos
21361 \end_layout
21362
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \begin_layout Standard
21369 Muchos de los símbolos listados en esta sección se pueden insertar además
21370  mediante los botones 
21371 \begin_inset Graphics
21372         filename ../../images/math/nabla.png
21373         scale 85
21374
21375 \end_inset
21376
21377  y 
21378 \begin_inset Graphics
21379         filename ../../images/math/digamma.png
21380         scale 85
21381
21382 \end_inset
21383
21384  de la barra de ecuaciones.
21385 \end_layout
21386
21387 \begin_layout Subsection
21388 Símbolos matemáticos
21389 \begin_inset CommandInset label
21390 LatexCommand label
21391 name "sub:Símbolos-matemáticos"
21392
21393 \end_inset
21394
21395
21396 \begin_inset Index idx
21397 status collapsed
21398
21399 \begin_layout Plain Layout
21400 Símbolos ! matemáticos
21401 \end_layout
21402
21403 \end_inset
21404
21405
21406 \end_layout
21407
21408 \begin_layout Standard
21409 \begin_inset space \hfill{}
21410 \end_inset
21411
21412
21413 \begin_inset Tabular
21414 <lyxtabular version="3" rows="10" columns="2">
21415 <features tabularvalignment="middle">
21416 <column alignment="center" valignment="top" width="0pt">
21417 <column alignment="center" valignment="top" width="0pt">
21418 <row>
21419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423 Comando
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 Símbolo
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 </row>
21438 <row>
21439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443
21444 \backslash
21445 neg
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454 \begin_inset Formula $\neg$
21455 \end_inset
21456
21457
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 </row>
21463 <row>
21464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468
21469 \backslash
21470 Im
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 $\Im$
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 Re
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 $\Re$
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 aleph
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 $\aleph$
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 partial
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 $\partial$
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 infty
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 $\infty$
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" bottomline="true" leftline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593
21594 \backslash
21595 wp
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21601 \begin_inset Text
21602
21603 \begin_layout Plain Layout
21604 \begin_inset Formula $\wp$
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 </row>
21613 <row>
21614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618
21619 \backslash
21620 imath
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629 \begin_inset Formula $\imath$
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 jmath
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 $\jmath$
21655 \end_inset
21656
21657
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 </row>
21663 </lyxtabular>
21664
21665 \end_inset
21666
21667
21668 \begin_inset space \hfill{}
21669 \end_inset
21670
21671
21672 \begin_inset Tabular
21673 <lyxtabular version="3" rows="10" columns="2">
21674 <features tabularvalignment="middle">
21675 <column alignment="center" valignment="top" width="0pt">
21676 <column alignment="center" valignment="top" width="0pt">
21677 <row>
21678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 Comando
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691 Símbolo
21692 \begin_inset Note Note
21693 status collapsed
21694
21695 \begin_layout Plain Layout
21696
21697 \series bold
21698
21699 \backslash
21700 raisebox
21701 \series default
21702  se usa sólo como espaciador
21703 \end_layout
21704
21705 \end_inset
21706
21707
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 </row>
21713 <row>
21714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718
21719 \backslash
21720 forall
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 \begin_inset Formula $\forall$
21730 \end_inset
21731
21732
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 </row>
21738 <row>
21739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743
21744 \backslash
21745 exists
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754 \begin_inset Formula $\exists$
21755 \end_inset
21756
21757
21758 \end_layout
21759
21760 \end_inset
21761 </cell>
21762 </row>
21763 <row>
21764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768
21769 \backslash
21770 nexists
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779 \begin_inset Formula $\nexists$
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 </row>
21788 <row>
21789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793
21794 \backslash
21795 emptyset
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 \begin_inset Formula $\emptyset$
21805 \end_inset
21806
21807
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 </row>
21813 <row>
21814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818
21819 \backslash
21820 varnothing
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829 \begin_inset Formula $\varnothing$
21830 \end_inset
21831
21832
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 </row>
21838 <row>
21839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843
21844 \backslash
21845 dag
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854 \begin_inset Formula $\dag$
21855 \end_inset
21856
21857
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 </row>
21863 <row>
21864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868
21869 \backslash
21870 ddag
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879 \begin_inset Formula $\ddag$
21880 \end_inset
21881
21882
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 </row>
21888 <row>
21889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893
21894 \backslash
21895 complement
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904 \begin_inset ERT
21905 status collapsed
21906
21907 \begin_layout Plain Layout
21908
21909
21910 \backslash
21911 raisebox{-0.8mm}{
21912 \end_layout
21913
21914 \end_inset
21915
21916
21917 \begin_inset Formula $\complement$
21918 \end_inset
21919
21920
21921 \begin_inset ERT
21922 status collapsed
21923
21924 \begin_layout Plain Layout
21925
21926 }
21927 \end_layout
21928
21929 \end_inset
21930
21931
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 </row>
21937 <row>
21938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942
21943 \backslash
21944 Bbbk
21945 \end_layout
21946
21947 \end_inset
21948 </cell>
21949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21950 \begin_inset Text
21951
21952 \begin_layout Plain Layout
21953 \begin_inset Formula $\Bbbk$
21954 \end_inset
21955
21956
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 </row>
21962 </lyxtabular>
21963
21964 \end_inset
21965
21966
21967 \begin_inset space \hfill{}
21968 \end_inset
21969
21970
21971 \begin_inset Tabular
21972 <lyxtabular version="3" rows="10" columns="2">
21973 <features tabularvalignment="middle">
21974 <column alignment="center" valignment="top" width="0pt">
21975 <column alignment="center" valignment="top" width="0pt">
21976 <row>
21977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 Comando
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990 Símbolo
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 </row>
21996 <row>
21997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001
22002 \backslash
22003 prime
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012 \begin_inset Formula $\prime$
22013 \end_inset
22014
22015
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 </row>
22021 <row>
22022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22023 \begin_inset Text
22024
22025 \begin_layout Plain Layout
22026
22027 \backslash
22028 backprime
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037 \begin_inset Formula $\backprime$
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 </row>
22046 <row>
22047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051
22052 \backslash
22053 mho
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 \begin_inset Formula $\mho$
22063 \end_inset
22064
22065
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 </row>
22071 <row>
22072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076
22077 \backslash
22078 triangle
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087 \begin_inset Formula $\triangle$
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 </row>
22096 <row>
22097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101
22102 \backslash
22103 angle
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112 \begin_inset Formula $\angle$
22113 \end_inset
22114
22115
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 </row>
22121 <row>
22122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126
22127 \backslash
22128 measuredangle
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137 \begin_inset Formula $\measuredangle$
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 </row>
22146 <row>
22147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151
22152 \backslash
22153 sphericalangle
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162 \begin_inset Formula $\sphericalangle$
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 </row>
22171 <row>
22172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176
22177 \backslash
22178 top
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187 \begin_inset Formula $\top$
22188 \end_inset
22189
22190
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 </row>
22196 <row>
22197 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201
22202 \backslash
22203 bot
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 \begin_inset Formula $\bot$
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 </lyxtabular>
22222
22223 \end_inset
22224
22225
22226 \begin_inset space \hfill{}
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \begin_layout Subsection
22233 Símbolos misceláneos
22234 \begin_inset CommandInset label
22235 LatexCommand label
22236 name "sub:Símbolos-misceláneos"
22237
22238 \end_inset
22239
22240
22241 \begin_inset Index idx
22242 status collapsed
22243
22244 \begin_layout Plain Layout
22245 Símbolos ! misceláneos
22246 \end_layout
22247
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \begin_layout Standard
22254 \noindent
22255 \align center
22256 \begin_inset Tabular
22257 <lyxtabular version="3" rows="10" columns="2">
22258 <features tabularvalignment="middle">
22259 <column alignment="center" valignment="top" width="0pt">
22260 <column alignment="center" valignment="top" width="0pt">
22261 <row>
22262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 Comando
22267 \end_layout
22268
22269 \end_inset
22270 </cell>
22271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 Símbolo
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 </row>
22281 <row>
22282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286
22287 \backslash
22288 flat
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297 \begin_inset Formula $\flat$
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 </row>
22306 <row>
22307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311
22312 \backslash
22313 natural
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 \begin_inset Formula $\natural$
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 </row>
22331 <row>
22332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336
22337 \backslash
22338 sharp
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 \begin_inset Formula $\sharp$
22348 \end_inset
22349
22350
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 <row>
22357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361
22362 \backslash
22363 surd
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 \begin_inset Formula $\surd$
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 </row>
22381 <row>
22382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386
22387 \backslash
22388 checkmark
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Formula $\checkmark$
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 </row>
22406 <row>
22407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \backslash
22413 yen
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Formula $\yen$
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \backslash
22438 pounds
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 \begin_inset Formula $\pounds$
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 </row>
22456 <row>
22457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461 $
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 $\$$
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 </row>
22479 <row>
22480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484 §
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493 \begin_inset Formula $§$
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \end_inset
22500 </cell>
22501 </row>
22502 </lyxtabular>
22503
22504 \end_inset
22505
22506
22507 \begin_inset Tabular
22508 <lyxtabular version="3" rows="10" columns="2">
22509 <features tabularvalignment="middle">
22510 <column alignment="center" valignment="top" width="0">
22511 <column alignment="center" valignment="top" width="0">
22512 <row>
22513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 Comando
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 Símbolo
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 </row>
22532 <row>
22533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537
22538 \backslash
22539 hbar
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 \begin_inset Formula $\hbar$
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 </row>
22557 <row>
22558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562
22563 \backslash
22564 hslash
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 \begin_inset Formula $\hslash$
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 </row>
22582 <row>
22583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587
22588 \backslash
22589 clubsuit
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 \begin_inset Formula $\clubsuit$
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 </row>
22607 <row>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612
22613 \backslash
22614 spadesuit
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 \begin_inset Formula $\spadesuit$
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \backslash
22639 bigstar
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 \begin_inset Formula $\bigstar$
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \backslash
22664 blacklozenge
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 \begin_inset Formula $\blacklozenge$
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 </row>
22682 <row>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \backslash
22689 blacktriangle
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Formula $\blacktriangle$
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 <row>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \backslash
22714 blacktiangledown
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset Formula $\blacktriangledown$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 <row>
22733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \backslash
22739 bullet
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Formula $\bullet$
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 </row>
22757 </lyxtabular>
22758
22759 \end_inset
22760
22761
22762 \begin_inset Tabular
22763 <lyxtabular version="3" rows="10" columns="2">
22764 <features tabularvalignment="middle">
22765 <column alignment="center" valignment="top" width="0pt">
22766 <column alignment="center" valignment="top" width="0pt">
22767 <row>
22768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772 Comando
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781 Símbolo
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 </row>
22787 <row>
22788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792
22793 \backslash
22794 diamondsuit
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 \begin_inset Formula $\diamondsuit$
22804 \end_inset
22805
22806
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 </row>
22812 <row>
22813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817
22818 \backslash
22819 Diamond
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828 \begin_inset Formula $\Diamond$
22829 \end_inset
22830
22831
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 </row>
22837 <row>
22838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842
22843 \backslash
22844 heartsuit
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853 \begin_inset Formula $\heartsuit$
22854 \end_inset
22855
22856
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 </row>
22862 <row>
22863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867
22868 \backslash
22869 P
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878 \begin_inset Formula $\P$
22879 \end_inset
22880
22881
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 </row>
22887 <row>
22888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892
22893 \backslash
22894 copyright
22895 \end_layout
22896
22897 \end_inset
22898 </cell>
22899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903 \begin_inset Formula $\copyright$
22904 \end_inset
22905
22906
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 </row>
22912 <row>
22913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917
22918 \backslash
22919 circledR
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928 \begin_inset Formula $\circledR$
22929 \end_inset
22930
22931
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 </row>
22937 <row>
22938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22939 \begin_inset Text
22940
22941 \begin_layout Plain Layout
22942
22943 \backslash
22944 maltese
22945 \end_layout
22946
22947 \end_inset
22948 </cell>
22949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953 \begin_inset Formula $\maltese$
22954 \end_inset
22955
22956
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 </row>
22962 <row>
22963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967
22968 \backslash
22969 diagup
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978 \begin_inset Formula $\diagup$
22979 \end_inset
22980
22981
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 </row>
22987 <row>
22988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992
22993 \backslash
22994 diagdown
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003 \begin_inset Formula $\diagdown$
23004 \end_inset
23005
23006
23007 \end_layout
23008
23009 \end_inset
23010 </cell>
23011 </row>
23012 </lyxtabular>
23013
23014 \end_inset
23015
23016
23017 \end_layout
23018
23019 \begin_layout Standard
23020 \begin_inset VSpace medskip
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \begin_layout Standard
23027 Hay más símbolos en 
23028 \begin_inset CommandInset ref
23029 LatexCommand ref
23030 reference "sub:Caracteres-especiales-misceláneos"
23031
23032 \end_inset
23033
23034 .
23035 \end_layout
23036
23037 \begin_layout Standard
23038 Algunos símbolos pueden presentarse en distintos tamaños, véase 
23039 \begin_inset CommandInset ref
23040 LatexCommand ref
23041 reference "sub:Tamaños-de-tipografías"
23042
23043 \end_inset
23044
23045
23046 \end_layout
23047
23048 \begin_layout Subsection
23049 El símbolo del euro, €
23050 \begin_inset Index idx
23051 status collapsed
23052
23053 \begin_layout Plain Layout
23054 Símbolos ! euro
23055 \end_layout
23056
23057 \end_inset
23058
23059
23060 \begin_inset Index idx
23061 status collapsed
23062
23063 \begin_layout Plain Layout
23064
23065 \backslash
23066 @
23067 \begin_inset ERT
23068 status collapsed
23069
23070 \begin_layout Plain Layout
23071
23072
23073 \backslash
23074 officialeuro
23075 \end_layout
23076
23077 \end_inset
23078
23079
23080 \end_layout
23081
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \begin_layout Standard
23088 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
23089  LaTeX 
23090 \series bold
23091 eurosym
23092 \series default
23093
23094 \begin_inset Index idx
23095 status collapsed
23096
23097 \begin_layout Plain Layout
23098 Paquetes ! eurosym
23099 \end_layout
23100
23101 \end_inset
23102
23103 , y cargado en el preámbulo LaTeX con la línea
23104 \end_layout
23105
23106 \begin_layout Standard
23107
23108 \series bold
23109
23110 \backslash
23111 usepackage[gennarrow]{eurosym}
23112 \end_layout
23113
23114 \begin_layout Standard
23115 Actualmente también se puede insertar con el comando 
23116 \series bold
23117
23118 \backslash
23119 euro
23120 \series default
23121
23122 \begin_inset Index idx
23123 status collapsed
23124
23125 \begin_layout Plain Layout
23126 Comandos ! E ! 
23127 \backslash
23128 euro
23129 \end_layout
23130
23131 \end_inset
23132
23133 .
23134 \end_layout
23135
23136 \begin_layout Standard
23137 El símbolo del euro puede insertarse directamente con la tecla € en texto
23138  matemático sin tener 
23139 \series bold
23140 eurosym
23141 \series default
23142  instalado.
23143  Si 
23144 \series bold
23145 eurosym
23146 \series default
23147  está instalado, se puede insertar 
23148 \series bold
23149
23150 \backslash
23151 euro
23152 \series default
23153  en modo TeX.
23154  El símbolo oficial de la moneda se puede insertar con el comando 
23155 \series bold
23156
23157 \backslash
23158 officialeuro
23159 \series default
23160
23161 \begin_inset Index idx
23162 status collapsed
23163
23164 \begin_layout Plain Layout
23165 Comandos ! O ! 
23166 \backslash
23167 officialeuro
23168 \end_layout
23169
23170 \end_inset
23171
23172 , que sólo está disponible en modo TeX.
23173 \end_layout
23174
23175 \begin_layout Standard
23176 \begin_inset ERT
23177 status collapsed
23178
23179 \begin_layout Plain Layout
23180
23181
23182 \backslash
23183 ifeurosym
23184 \end_layout
23185
23186 \end_inset
23187
23188
23189 \begin_inset Note Note
23190 status collapsed
23191
23192 \begin_layout Plain Layout
23193 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
23194  
23195 \series bold
23196 eurosym
23197 \series default
23198 .
23199 \end_layout
23200
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \begin_layout Standard
23207 Un vistazo a los diferentes símbolos del euro.
23208 \end_layout
23209
23210 \begin_layout Standard
23211 \noindent
23212 \align center
23213 \begin_inset Tabular
23214 <lyxtabular version="3" rows="4" columns="3">
23215 <features tabularvalignment="middle">
23216 <column alignment="center" valignment="top" width="0">
23217 <column alignment="center" valignment="top" width="0">
23218 <column alignment="center" valignment="top" width="0">
23219 <row>
23220 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233 Comando
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242 Símbolo
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 </row>
23248 <row>
23249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23250 \begin_inset Text
23251
23252 \begin_layout Plain Layout
23253 ecuación
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262
23263 \backslash
23264 euro
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273 \begin_inset Formula $\euro$
23274 \end_inset
23275
23276
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 </row>
23282 <row>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 texto matemático
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 \begin_inset Formula $\mbox{€}$
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 </row>
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319 modo TeX
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328
23329 \backslash
23330 officialeuro
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339 \begin_inset ERT
23340 status collapsed
23341
23342 \begin_layout Plain Layout
23343
23344
23345 \backslash
23346 officialeuro
23347 \end_layout
23348
23349 \end_inset
23350
23351
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 </row>
23357 </lyxtabular>
23358
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \begin_layout Standard
23365 \begin_inset ERT
23366 status collapsed
23367
23368 \begin_layout Plain Layout
23369
23370
23371 \backslash
23372 else
23373 \end_layout
23374
23375 \end_inset
23376
23377
23378 \begin_inset Note Note
23379 status collapsed
23380
23381 \begin_layout Plain Layout
23382 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
23383 \series bold
23384 eurosym
23385 \series default
23386 :
23387 \end_layout
23388
23389 \end_inset
23390
23391
23392 \end_layout
23393
23394 \begin_layout Standard
23395 Para ver la salida completa de esta subsección debe estar instalado el paquete
23396  LaTeX 
23397 \series bold
23398 eurosym
23399 \series default
23400 .
23401 \end_layout
23402
23403 \begin_layout Standard
23404 \begin_inset ERT
23405 status collapsed
23406
23407 \begin_layout Plain Layout
23408
23409
23410 \backslash
23411 fi
23412 \end_layout
23413
23414 \end_inset
23415
23416
23417 \end_layout
23418
23419 \begin_layout Section
23420 Relaciones
23421 \begin_inset CommandInset label
23422 LatexCommand label
23423 name "sec:Relaciones"
23424
23425 \end_inset
23426
23427
23428 \begin_inset Index idx
23429 status collapsed
23430
23431 \begin_layout Plain Layout
23432 Relaciones
23433 \end_layout
23434
23435 \end_inset
23436
23437
23438 \begin_inset Index idx
23439 status collapsed
23440
23441 \begin_layout Plain Layout
23442 Comparaciones|see
23443 \begin_inset ERT
23444 status collapsed
23445
23446 \begin_layout Plain Layout
23447
23448 {
23449 \end_layout
23450
23451 \end_inset
23452
23453 Relaciones
23454 \begin_inset ERT
23455 status collapsed
23456
23457 \begin_layout Plain Layout
23458
23459 }
23460 \end_layout
23461
23462 \end_inset
23463
23464
23465 \end_layout
23466
23467 \end_inset
23468
23469
23470 \end_layout
23471
23472 \begin_layout Standard
23473 Todas las relaciones se pueden insertar también con el botón 
23474 \begin_inset Graphics
23475         filename ../../images/math/leq.png
23476         scale 85
23477
23478 \end_inset
23479
23480  de la barra de ecuaciones.
23481 \end_layout
23482
23483 \begin_layout Standard
23484 \begin_inset space \hfill{}
23485 \end_inset
23486
23487
23488 \begin_inset Tabular
23489 <lyxtabular version="3" rows="17" columns="2">
23490 <features tabularvalignment="middle">
23491 <column alignment="center" valignment="top" width="0pt">
23492 <column alignment="center" valignment="top" width="0pt">
23493 <row>
23494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498 Comando
23499 \end_layout
23500
23501 \end_inset
23502 </cell>
23503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507 Relación
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 </row>
23513 <row>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 <
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 \begin_inset Formula $<$
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 </row>
23536 <row>
23537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541
23542 \backslash
23543 le
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 \begin_inset Formula $\le$
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 </row>
23561 <row>
23562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566
23567 \backslash
23568 ll
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 \begin_inset Formula $\ll$
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 </row>
23586 <row>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591
23592 \backslash
23593 prec
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602 \begin_inset Formula $\prec$
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 </row>
23611 <row>
23612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616
23617 \backslash
23618 preceq
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 \begin_inset Formula $\preceq$
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 </row>
23636 <row>
23637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641
23642 \backslash
23643 subset
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23649 \begin_inset Text
23650
23651 \begin_layout Plain Layout
23652 \begin_inset Formula $\subset$
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 </row>
23661 <row>
23662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666
23667 \backslash
23668 subseteq
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677 \begin_inset Formula $\subseteq$
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 </row>
23686 <row>
23687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691
23692 \backslash
23693 sqsubseteq
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23699 \begin_inset Text
23700
23701 \begin_layout Plain Layout
23702 \begin_inset Formula $\sqsubseteq$
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 </row>
23711 <row>
23712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716
23717 \backslash
23718 in
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727 \begin_inset Formula $\in$
23728 \end_inset
23729
23730
23731 \end_layout
23732
23733 \end_inset
23734 </cell>
23735 </row>
23736 <row>
23737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741
23742 \backslash
23743 vdash
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752 \begin_inset Formula $\vdash$
23753 \end_inset
23754
23755
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 </row>
23761 <row>
23762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766
23767 \backslash
23768 smile
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777 \begin_inset Formula $\smile$
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 </row>
23786 <row>
23787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791
23792 \backslash
23793 lhd
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802 \begin_inset Formula $\lhd$
23803 \end_inset
23804
23805
23806 \end_layout
23807
23808 \end_inset
23809 </cell>
23810 </row>
23811 <row>
23812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816
23817 \backslash
23818 unlhd
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827 \begin_inset Formula $\unlhd$
23828 \end_inset
23829
23830
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 </row>
23836 <row>
23837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841
23842 \backslash
23843 gtrless
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23849 \begin_inset Text
23850
23851 \begin_layout Plain Layout
23852 \begin_inset Formula $\gtrless$
23853 \end_inset
23854
23855
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 </row>
23861 <row>
23862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866
23867 \backslash
23868 mid
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877 \begin_inset Formula $\mid$
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 </row>
23886 <row>
23887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891
23892 \backslash
23893 nmid
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 \begin_inset Formula $\nmid$
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 </row>
23911 </lyxtabular>
23912
23913 \end_inset
23914
23915
23916 \begin_inset space \hfill{}
23917 \end_inset
23918
23919
23920 \begin_inset Tabular
23921 <lyxtabular version="3" rows="17" columns="2">
23922 <features tabularvalignment="middle">
23923 <column alignment="center" valignment="top" width="0pt">
23924 <column alignment="center" valignment="top" width="0pt">
23925 <row>
23926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 Comando
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939 Relación
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 </row>
23945 <row>
23946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950 =
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959 \begin_inset Formula $=$
23960 \end_inset
23961
23962
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 </row>
23968 <row>
23969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973
23974 \backslash
23975 not=
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984 \begin_inset Formula $\not=$
23985 \end_inset
23986
23987
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 </row>
23993 <row>
23994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998
23999 \backslash
24000 equiv
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009 \begin_inset Formula $\equiv$
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 </row>
24018 <row>
24019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023
24024 \backslash
24025 sim
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034 \begin_inset Formula $\sim$
24035 \end_inset
24036
24037
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 </row>
24043 <row>
24044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048
24049 \backslash
24050 simeq
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059 \begin_inset Formula $\simeq$
24060 \end_inset
24061
24062
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 </row>
24068 <row>
24069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073
24074 \backslash
24075 approx
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084 \begin_inset Formula $\approx$
24085 \end_inset
24086
24087
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 </row>
24093 <row>
24094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098
24099 \backslash
24100 cong
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109 \begin_inset Formula $\cong$
24110 \end_inset
24111
24112
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 </row>
24118 <row>
24119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123
24124 \backslash
24125 bowtie
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134 \begin_inset Formula $\bowtie$
24135 \end_inset
24136
24137
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 </row>
24143 <row>
24144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Plain Layout
24148
24149 \backslash
24150 notin
24151 \end_layout
24152
24153 \end_inset
24154 </cell>
24155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24156 \begin_inset Text
24157
24158 \begin_layout Plain Layout
24159 \begin_inset Formula $\notin$
24160 \end_inset
24161
24162
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 </row>
24168 <row>
24169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24170 \begin_inset Text
24171
24172 \begin_layout Plain Layout
24173
24174 \backslash
24175 perp
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184 \begin_inset Formula $\perp$
24185 \end_inset
24186
24187
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 </row>
24193 <row>
24194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198
24199 \backslash
24200 propto
24201 \end_layout
24202
24203 \end_inset
24204 </cell>
24205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Plain Layout
24209 \begin_inset Formula $\propto$
24210 \end_inset
24211
24212
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 </row>
24218 <row>
24219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223
24224 \backslash
24225 asymp
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234 \begin_inset Formula $\asymp$
24235 \end_inset
24236
24237
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 </row>
24243 <row>
24244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248
24249 \backslash
24250 doteq
24251 \end_layout
24252
24253 \end_inset
24254 </cell>
24255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259 \begin_inset Formula $\doteq$
24260 \end_inset
24261
24262
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 </row>
24268 <row>
24269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273
24274 \backslash
24275 circeq
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284 \begin_inset Formula $\circeq$
24285 \end_inset
24286
24287
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 </row>
24293 <row>
24294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298
24299 \backslash
24300 models
24301 \end_layout
24302
24303 \end_inset
24304 </cell>
24305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309 \begin_inset Formula $\models$
24310 \end_inset
24311
24312
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 </row>
24318 <row>
24319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323
24324 \backslash
24325 widehat=
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 \begin_inset Formula $\widehat{=}$
24335 \end_inset
24336
24337
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 </row>
24343 </lyxtabular>
24344
24345 \end_inset
24346
24347
24348 \begin_inset space \hfill{}
24349 \end_inset
24350
24351
24352 \begin_inset Tabular
24353 <lyxtabular version="3" rows="17" columns="2">
24354 <features tabularvalignment="middle">
24355 <column alignment="center" valignment="top" width="0pt">
24356 <column alignment="center" valignment="top" width="0pt">
24357 <row>
24358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362 Comando
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371 Relación
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 </row>
24377 <row>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 >
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 \begin_inset Formula $>$
24392 \end_inset
24393
24394
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 </row>
24400 <row>
24401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405
24406 \backslash
24407 ge
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24413 \begin_inset Text
24414
24415 \begin_layout Plain Layout
24416 \begin_inset Formula $\ge$
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 </row>
24425 <row>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \backslash
24432 gg
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441 \begin_inset Formula $\gg$
24442 \end_inset
24443
24444
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 </row>
24450 <row>
24451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455
24456 \backslash
24457 succ
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24463 \begin_inset Text
24464
24465 \begin_layout Plain Layout
24466 \begin_inset Formula $\succ$
24467 \end_inset
24468
24469
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 </row>
24475 <row>
24476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480
24481 \backslash
24482 succeq
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491 \begin_inset Formula $\succeq$
24492 \end_inset
24493
24494
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 </row>
24500 <row>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \backslash
24507 supset
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516 \begin_inset Formula $\supset$
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 </row>
24525 <row>
24526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530
24531 \backslash
24532 supseteq
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541 \begin_inset Formula $\supseteq$
24542 \end_inset
24543
24544
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 </row>
24550 <row>
24551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24552 \begin_inset Text
24553
24554 \begin_layout Plain Layout
24555
24556 \backslash
24557 sqsupseteq
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566 \begin_inset Formula $\sqsupseteq$
24567 \end_inset
24568
24569
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 </row>
24575 <row>
24576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580
24581 \backslash
24582 ni
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591 \begin_inset Formula $\ni$
24592 \end_inset
24593
24594
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 </row>
24600 <row>
24601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24602 \begin_inset Text
24603
24604 \begin_layout Plain Layout
24605
24606 \backslash
24607 dashv
24608 \end_layout
24609
24610 \end_inset
24611 </cell>
24612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24613 \begin_inset Text
24614
24615 \begin_layout Plain Layout
24616 \begin_inset Formula $\dashv$
24617 \end_inset
24618
24619
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 </row>
24625 <row>
24626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24627 \begin_inset Text
24628
24629 \begin_layout Plain Layout
24630
24631 \backslash
24632 frown
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641 \begin_inset Formula $\frown$
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 </row>
24650 <row>
24651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655
24656 \backslash
24657 rhd
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24663 \begin_inset Text
24664
24665 \begin_layout Plain Layout
24666 \begin_inset Formula $\rhd$
24667 \end_inset
24668
24669
24670 \end_layout
24671
24672 \end_inset
24673 </cell>
24674 </row>
24675 <row>
24676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680
24681 \backslash
24682 unrhd
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24688 \begin_inset Text
24689
24690 \begin_layout Plain Layout
24691 \begin_inset Formula $\unrhd$
24692 \end_inset
24693
24694
24695 \end_layout
24696
24697 \end_inset
24698 </cell>
24699 </row>
24700 <row>
24701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24702 \begin_inset Text
24703
24704 \begin_layout Plain Layout
24705
24706 \backslash
24707 lessgtr
24708 \end_layout
24709
24710 \end_inset
24711 </cell>
24712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24713 \begin_inset Text
24714
24715 \begin_layout Plain Layout
24716 \begin_inset Formula $\lessgtr$
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \end_inset
24723 </cell>
24724 </row>
24725 <row>
24726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24727 \begin_inset Text
24728
24729 \begin_layout Plain Layout
24730
24731 \backslash
24732 parallel
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24738 \begin_inset Text
24739
24740 \begin_layout Plain Layout
24741 \begin_inset Formula $\parallel$
24742 \end_inset
24743
24744
24745 \end_layout
24746
24747 \end_inset
24748 </cell>
24749 </row>
24750 <row>
24751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755
24756 \backslash
24757 nparallel
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Plain Layout
24766 \begin_inset Formula $\nparallel$
24767 \end_inset
24768
24769
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 </row>
24775 </lyxtabular>
24776
24777 \end_inset
24778
24779
24780 \begin_inset space \hfill{}
24781 \end_inset
24782
24783
24784 \end_layout
24785
24786 \begin_layout Standard
24787 \begin_inset VSpace medskip
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \begin_layout Standard
24794 Los caracteres 
24795 \series bold
24796
24797 \backslash
24798 lhd
24799 \series default
24800  y 
24801 \series bold
24802
24803 \backslash
24804 rhd
24805 \series default
24806  son mayores que los operadores de aspecto similar 
24807 \series bold
24808
24809 \backslash
24810 triangleleft
24811 \series default
24812  y 
24813 \series bold
24814
24815 \backslash
24816 triangleright
24817 \series default
24818 , respectivamente.
24819 \end_layout
24820
24821 \begin_layout Standard
24822 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24823 \end_layout
24824
24825 \begin_layout Standard
24826 Se pueden componer relaciones con etiquetas con el comando 
24827 \series bold
24828
24829 \backslash
24830 stackrel
24831 \series default
24832
24833 \begin_inset Index idx
24834 status collapsed
24835
24836 \begin_layout Plain Layout
24837 Comandos ! S ! 
24838 \backslash
24839 stackrel
24840 \end_layout
24841
24842 \end_inset
24843
24844 :
24845 \end_layout
24846
24847 \begin_layout Standard
24848 \align center
24849 \begin_inset Tabular
24850 <lyxtabular version="3" rows="2" columns="2">
24851 <features tabularvalignment="middle">
24852 <column alignment="center" valignment="top" width="0">
24853 <column alignment="center" valignment="top" width="0">
24854 <row>
24855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859 Comando
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868 Resultado
24869 \begin_inset Note Note
24870 status collapsed
24871
24872 \begin_layout Plain Layout
24873
24874 \series bold
24875
24876 \backslash
24877 raisebox
24878 \series default
24879  se usa sólo como espaciador
24880 \end_layout
24881
24882 \end_inset
24883
24884
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 </row>
24890 <row>
24891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895 A(r)
24896 \backslash
24897 stackrel
24898 \begin_inset ERT
24899 status collapsed
24900
24901 \begin_layout Plain Layout
24902
24903
24904 \backslash
24905 spce 
24906 \end_layout
24907
24908 \end_inset
24909
24910 r
24911 \backslash
24912 to
24913 \backslash
24914 infty
24915 \begin_inset ERT
24916 status collapsed
24917
24918 \begin_layout Plain Layout
24919
24920
24921 \backslash
24922 spce 
24923 \end_layout
24924
24925 \end_inset
24926
24927
24928 \begin_inset Formula $\downarrow$
24929 \end_inset
24930
24931
24932 \backslash
24933 approx
24934 \begin_inset ERT
24935 status collapsed
24936
24937 \begin_layout Plain Layout
24938
24939
24940 \backslash
24941 spce 
24942 \end_layout
24943
24944 \end_inset
24945
24946
24947 \begin_inset ERT
24948 status collapsed
24949
24950 \begin_layout Plain Layout
24951
24952
24953 \backslash
24954 spce 
24955 \end_layout
24956
24957 \end_inset
24958
24959 B
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24969 \end_inset
24970
24971
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 </row>
24977 </lyxtabular>
24978
24979 \end_inset
24980
24981
24982 \end_layout
24983
24984 \begin_layout Section
24985 Funciones
24986 \end_layout
24987
24988 \begin_layout Subsection
24989 Funciones predefinidas
24990 \begin_inset CommandInset label
24991 LatexCommand label
24992 name "sub:Funciones-predefinidas"
24993
24994 \end_inset
24995
24996
24997 \begin_inset Index idx
24998 status collapsed
24999
25000 \begin_layout Plain Layout
25001 Funciones ! predefinidas
25002 \end_layout
25003
25004 \end_inset
25005
25006
25007 \begin_inset Index idx
25008 status collapsed
25009
25010 \begin_layout Plain Layout
25011 Funciones ! en español
25012 \end_layout
25013
25014 \end_inset
25015
25016
25017 \end_layout
25018
25019 \begin_layout Standard
25020 En general las variables se escriben en 
25021 \emph on
25022 cursiva
25023 \emph default
25024  en expresiones matemáticas, pero no los nombres de las funciones, porque
25025  
25026 \begin_inset Formula $sen$
25027 \end_inset
25028
25029  podría confundirse con 
25030 \begin_inset Formula $s\cdot e\cdot n$
25031 \end_inset
25032
25033 .
25034  Por eso hay funciones predefinidas, que además se separan un poco del factor
25035  precedente.
25036  Se insertan como comandos con una barra inversa delante de su nombre.
25037 \end_layout
25038
25039 \begin_layout Standard
25040 \align center
25041 \begin_inset Tabular
25042 <lyxtabular version="3" rows="2" columns="4">
25043 <features tabularvalignment="middle">
25044 <column alignment="center" valignment="top" width="0pt">
25045 <column alignment="center" valignment="top" width="0pt">
25046 <column alignment="center" valignment="top" width="0pt">
25047 <column alignment="center" valignment="top" width="0pt">
25048 <row>
25049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053 Comando
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 Resultado
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071 Comando
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080 Resultado
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 </row>
25086 <row>
25087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25088 \begin_inset Text
25089
25090 \begin_layout Plain Layout
25091 Asen(x)+B
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25097 \begin_inset Text
25098
25099 \begin_layout Plain Layout
25100 \begin_inset Formula $Asen(x)+B$
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112 A
25113 \backslash
25114 sen(x)+B
25115 \end_layout
25116
25117 \end_inset
25118 </cell>
25119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123 \begin_inset Formula $A\sen(x)+B$
25124 \end_inset
25125
25126
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 </row>
25132 </lyxtabular>
25133
25134 \end_inset
25135
25136
25137 \end_layout
25138
25139 \begin_layout Standard
25140 Las funciones siguientes están predefinidas:
25141 \begin_inset Foot
25142 status collapsed
25143
25144 \begin_layout Plain Layout
25145 Se han añadido los comandos equivalentes proporcionados por el estilo 
25146 \series bold
25147 spanish
25148 \series default
25149  de 
25150 \series bold
25151 babel
25152 \series default
25153 .
25154  (Estos no están disponibles en el panel de funciones).
25155  Además, en su caso, las funciones serán acentuadas automáticamente en la
25156  salida, p.
25157 \begin_inset space \thinspace{}
25158 \end_inset
25159
25160 e.
25161  
25162 \begin_inset Quotes fld
25163 \end_inset
25164
25165 lím
25166 \begin_inset Quotes frd
25167 \end_inset
25168
25169  o 
25170 \begin_inset Quotes fld
25171 \end_inset
25172
25173 máx
25174 \begin_inset Quotes frd
25175 \end_inset
25176
25177 .
25178  Más información en 
25179 \begin_inset CommandInset citation
25180 LatexCommand cite
25181 key "spanish"
25182
25183 \end_inset
25184
25185 .
25186  (
25187 \emph on
25188 N.
25189 \begin_inset space \thinspace{}
25190 \end_inset
25191
25192 del t.
25193 \emph default
25194 )
25195 \end_layout
25196
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \begin_layout Standard
25203 \begin_inset VSpace -2mm
25204 \end_inset
25205
25206
25207 \end_layout
25208
25209 \begin_layout Standard
25210 \align center
25211 \begin_inset Tabular
25212 <lyxtabular version="3" rows="9" columns="7">
25213 <features tabularvalignment="middle">
25214 <column alignment="center" valignment="top" width="0pt">
25215 <column alignment="center" valignment="top" width="0pt">
25216 <column alignment="center" valignment="top" width="0pt">
25217 <column alignment="center" valignment="top" width="0pt">
25218 <column alignment="center" valignment="top" width="0pt">
25219 <column alignment="center" valignment="top" width="0pt">
25220 <column alignment="center" valignment="top" width="0pt">
25221 <row>
25222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226 Comando
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Plain Layout
25235 español
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244 Comando
25245 \end_layout
25246
25247 \end_inset
25248 </cell>
25249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25250 \begin_inset Text
25251
25252 \begin_layout Plain Layout
25253 español
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262 Comando
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271 español
25272 \end_layout
25273
25274 \end_inset
25275 </cell>
25276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Plain Layout
25280 Comando
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 </row>
25286 <row>
25287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291
25292 \backslash
25293 sin
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302
25303 \backslash
25304 sen
25305 \end_layout
25306
25307 \end_inset
25308 </cell>
25309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25310 \begin_inset Text
25311
25312 \begin_layout Plain Layout
25313
25314 \backslash
25315 sinh
25316 \end_layout
25317
25318 \end_inset
25319 </cell>
25320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Plain Layout
25324
25325 \backslash
25326 senh
25327 \end_layout
25328
25329 \end_inset
25330 </cell>
25331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335
25336 \backslash
25337 arcsin
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346
25347 \backslash
25348 arcsen
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Plain Layout
25357
25358 \backslash
25359 sup
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 </row>
25365 <row>
25366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25367 \begin_inset Text
25368
25369 \begin_layout Plain Layout
25370
25371 \backslash
25372 cos
25373 \end_layout
25374
25375 \end_inset
25376 </cell>
25377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Plain Layout
25381
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25387 \begin_inset Text
25388
25389 \begin_layout Plain Layout
25390
25391 \backslash
25392 cosh
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25398 \begin_inset Text
25399
25400 \begin_layout Plain Layout
25401
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25407 \begin_inset Text
25408
25409 \begin_layout Plain Layout
25410
25411 \backslash
25412 arccos
25413 \end_layout
25414
25415 \end_inset
25416 </cell>
25417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25418 \begin_inset Text
25419
25420 \begin_layout Plain Layout
25421
25422 \end_layout
25423
25424 \end_inset
25425 </cell>
25426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Plain Layout
25430
25431 \backslash
25432 inf
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 </row>
25438 <row>
25439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Plain Layout
25443
25444 \backslash
25445 tan
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454
25455 \backslash
25456 tg
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Plain Layout
25465
25466 \backslash
25467 tanh
25468 \end_layout
25469
25470 \end_inset
25471 </cell>
25472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25473 \begin_inset Text
25474
25475 \begin_layout Plain Layout
25476
25477 \backslash
25478 tgh
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487
25488 \backslash
25489 arctan
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Plain Layout
25498
25499 \backslash
25500 arctg
25501 \end_layout
25502
25503 \end_inset
25504 </cell>
25505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25506 \begin_inset Text
25507
25508 \begin_layout Plain Layout
25509
25510 \backslash
25511 lim
25512 \end_layout
25513
25514 \end_inset
25515 </cell>
25516 </row>
25517 <row>
25518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522
25523 \backslash
25524 cot
25525 \end_layout
25526
25527 \end_inset
25528 </cell>
25529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533
25534 \backslash
25535 cotg
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544
25545 \backslash
25546 coth
25547 \end_layout
25548
25549 \end_inset
25550 </cell>
25551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25552 \begin_inset Text
25553
25554 \begin_layout Plain Layout
25555
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564
25565 \backslash
25566 arg
25567 \end_layout
25568
25569 \end_inset
25570 </cell>
25571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25572 \begin_inset Text
25573
25574 \begin_layout Plain Layout
25575
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Plain Layout
25584
25585 \backslash
25586 liminf
25587 \end_layout
25588
25589 \end_inset
25590 </cell>
25591 </row>
25592 <row>
25593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25594 \begin_inset Text
25595
25596 \begin_layout Plain Layout
25597
25598 \backslash
25599 sec
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25614 \begin_inset Text
25615
25616 \begin_layout Plain Layout
25617
25618 \backslash
25619 min
25620 \end_layout
25621
25622 \end_inset
25623 </cell>
25624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25625 \begin_inset Text
25626
25627 \begin_layout Plain Layout
25628
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637
25638 \backslash
25639 deg
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25645 \begin_inset Text
25646
25647 \begin_layout Plain Layout
25648
25649 \end_layout
25650
25651 \end_inset
25652 </cell>
25653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25654 \begin_inset Text
25655
25656 \begin_layout Plain Layout
25657
25658 \backslash
25659 limsup
25660 \end_layout
25661
25662 \end_inset
25663 </cell>
25664 </row>
25665 <row>
25666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670
25671 \backslash
25672 csc
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25678 \begin_inset Text
25679
25680 \begin_layout Plain Layout
25681
25682 \backslash
25683 cosec
25684 \end_layout
25685
25686 \end_inset
25687 </cell>
25688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25689 \begin_inset Text
25690
25691 \begin_layout Plain Layout
25692
25693 \backslash
25694 max
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25700 \begin_inset Text
25701
25702 \begin_layout Plain Layout
25703
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Plain Layout
25712
25713 \backslash
25714 det
25715 \end_layout
25716
25717 \end_inset
25718 </cell>
25719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25720 \begin_inset Text
25721
25722 \begin_layout Plain Layout
25723
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Plain Layout
25732
25733 \backslash
25734 Pr
25735 \end_layout
25736
25737 \end_inset
25738 </cell>
25739 </row>
25740 <row>
25741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25742 \begin_inset Text
25743
25744 \begin_layout Plain Layout
25745
25746 \backslash
25747 ln
25748 \end_layout
25749
25750 \end_inset
25751 </cell>
25752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25753 \begin_inset Text
25754
25755 \begin_layout Plain Layout
25756
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25762 \begin_inset Text
25763
25764 \begin_layout Plain Layout
25765
25766 \backslash
25767 exp
25768 \end_layout
25769
25770 \end_inset
25771 </cell>
25772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25773 \begin_inset Text
25774
25775 \begin_layout Plain Layout
25776
25777 \end_layout
25778
25779 \end_inset
25780 </cell>
25781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25782 \begin_inset Text
25783
25784 \begin_layout Plain Layout
25785
25786 \backslash
25787 dim
25788 \end_layout
25789
25790 \end_inset
25791 </cell>
25792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25793 \begin_inset Text
25794
25795 \begin_layout Plain Layout
25796
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25802 \begin_inset Text
25803
25804 \begin_layout Plain Layout
25805
25806 \backslash
25807 hom
25808 \end_layout
25809
25810 \end_inset
25811 </cell>
25812 </row>
25813 <row>
25814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25815 \begin_inset Text
25816
25817 \begin_layout Plain Layout
25818
25819 \backslash
25820 lg
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829
25830 \end_layout
25831
25832 \end_inset
25833 </cell>
25834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Plain Layout
25838
25839 \backslash
25840 log
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25846 \begin_inset Text
25847
25848 \begin_layout Plain Layout
25849
25850 \end_layout
25851
25852 \end_inset
25853 </cell>
25854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858
25859 \backslash
25860 ker
25861 \end_layout
25862
25863 \end_inset
25864 </cell>
25865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Plain Layout
25869
25870 \end_layout
25871
25872 \end_inset
25873 </cell>
25874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25875 \begin_inset Text
25876
25877 \begin_layout Plain Layout
25878
25879 \backslash
25880 gcd
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 </row>
25886 </lyxtabular>
25887
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \begin_layout Standard
25894 También se pueden insertar con el botón 
25895 \begin_inset Graphics
25896         filename ../../images/math/functions.png
25897         scale 85
25898
25899 \end_inset
25900
25901  de la barra de ecuaciones.
25902 \end_layout
25903
25904 \begin_layout Subsection
25905 Funciones definidas por el usuario
25906 \begin_inset Index idx
25907 status collapsed
25908
25909 \begin_layout Plain Layout
25910 Funciones ! personalizadas
25911 \end_layout
25912
25913 \end_inset
25914
25915
25916 \end_layout
25917
25918 \begin_layout Standard
25919 Para usar una función no predefinida, como por ejemplo la función signo,
25920  sgn(x), hay dos posibilidades:
25921 \end_layout
25922
25923 \begin_layout Itemize
25924 Define la función añadiendo al preámbulo LaTeX la línea
25925 \begin_inset Foot
25926 status collapsed
25927
25928 \begin_layout Plain Layout
25929 Más sobre 
25930 \series bold
25931
25932 \backslash
25933 DeclareMathOperator
25934 \series default
25935  en 
25936 \begin_inset CommandInset ref
25937 LatexCommand ref
25938 reference "sub:Operadores-de-usuario"
25939
25940 \end_inset
25941
25942
25943 \end_layout
25944
25945 \end_inset
25946
25947
25948 \begin_inset Newline newline
25949 \end_inset
25950
25951
25952 \begin_inset VSpace -3mm
25953 \end_inset
25954
25955
25956 \begin_inset Newline newline
25957 \end_inset
25958
25959
25960 \series bold
25961
25962 \backslash
25963 DeclareMathOperator{
25964 \backslash
25965 sgn}{sgn}
25966 \series default
25967
25968 \begin_inset Index idx
25969 status collapsed
25970
25971 \begin_layout Plain Layout
25972 Comandos ! D ! 
25973 \backslash
25974 dbinom@
25975 \backslash
25976 DeclareMathOperator
25977 \end_layout
25978
25979 \end_inset
25980
25981
25982 \begin_inset Newline newline
25983 \end_inset
25984
25985
25986 \begin_inset VSpace -2mm
25987 \end_inset
25988
25989
25990 \begin_inset Newline newline
25991 \end_inset
25992
25993 Ahora la función recién definida se puede obtener con el comando 
25994 \series bold
25995
25996 \backslash
25997 sgn
25998 \series default
25999 .
26000 \end_layout
26001
26002 \begin_layout Itemize
26003 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
26004  en nuestro ejemplo las letras 
26005 \emph on
26006 sgn
26007 \emph default
26008 , y cámbialo a texto matemático.
26009  Entre el factor precedente y la función se inserta un espacio.
26010 \end_layout
26011
26012 \begin_layout Standard
26013 El resultado con ambos métodos es el mismo que con una función predefinida:
26014 \begin_inset Foot
26015 status collapsed
26016
26017 \begin_layout Plain Layout
26018 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
26019  negro.
26020 \end_layout
26021
26022 \end_inset
26023
26024
26025 \end_layout
26026
26027 \begin_layout Standard
26028 \align center
26029 \begin_inset Tabular
26030 <lyxtabular version="3" rows="3" columns="2">
26031 <features tabularvalignment="middle">
26032 <column alignment="center" valignment="top" width="0pt">
26033 <column alignment="center" valignment="top" width="0pt">
26034 <row>
26035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26036 \begin_inset Text
26037
26038 \begin_layout Plain Layout
26039 Comando
26040 \end_layout
26041
26042 \end_inset
26043 </cell>
26044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26045 \begin_inset Text
26046
26047 \begin_layout Plain Layout
26048 Resultado
26049 \end_layout
26050
26051 \end_inset
26052 </cell>
26053 </row>
26054 <row>
26055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26056 \begin_inset Text
26057
26058 \begin_layout Plain Layout
26059 A
26060 \backslash
26061 sgn(x)+B
26062 \end_layout
26063
26064 \end_inset
26065 </cell>
26066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26067 \begin_inset Text
26068
26069 \begin_layout Plain Layout
26070 \begin_inset Formula $A\sgn(x)+B$
26071 \end_inset
26072
26073
26074 \end_layout
26075
26076 \end_inset
26077 </cell>
26078 </row>
26079 <row>
26080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26081 \begin_inset Text
26082
26083 \begin_layout Plain Layout
26084 A
26085 \backslash
26086 ,
26087 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
26088 \end_inset
26089
26090 (x)+B
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \end_inset
26106 </cell>
26107 </row>
26108 </lyxtabular>
26109
26110 \end_inset
26111
26112
26113 \end_layout
26114
26115 \begin_layout Standard
26116 El primer método es preferible si la función se va a usar varias veces.
26117 \end_layout
26118
26119 \begin_layout Subsection
26120 Límites
26121 \begin_inset Index idx
26122 status collapsed
26123
26124 \begin_layout Plain Layout
26125 Limites@Límites
26126 \end_layout
26127
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \begin_layout Standard
26134 Para límites, además de 
26135 \series bold
26136
26137 \backslash
26138 lim
26139 \series default
26140
26141 \begin_inset Index idx
26142 status collapsed
26143
26144 \begin_layout Plain Layout
26145 Comandos ! L ! 
26146 \backslash
26147 lim
26148 \end_layout
26149
26150 \end_inset
26151
26152
26153 \series bold
26154
26155 \backslash
26156 liminf
26157 \series default
26158  y 
26159 \series bold
26160
26161 \backslash
26162 limsup
26163 \series default
26164  están definidas las siguientes funciones:
26165 \series bold
26166  
26167 \end_layout
26168
26169 \begin_layout Standard
26170 \noindent
26171 \align center
26172 \begin_inset Tabular
26173 <lyxtabular version="3" rows="5" columns="2">
26174 <features tabularvalignment="middle">
26175 <column alignment="center" valignment="top" width="0">
26176 <column alignment="center" valignment="top" width="0">
26177 <row>
26178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182 Comando
26183 \end_layout
26184
26185 \end_inset
26186 </cell>
26187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26188 \begin_inset Text
26189
26190 \begin_layout Plain Layout
26191 Resultado
26192 \begin_inset Note Note
26193 status collapsed
26194
26195 \begin_layout Plain Layout
26196
26197 \series bold
26198
26199 \backslash
26200 raisebox
26201 \series default
26202  se usa sólo como espaciador
26203 \end_layout
26204
26205 \end_inset
26206
26207
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 </row>
26213 <row>
26214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26215 \begin_inset Text
26216
26217 \begin_layout Plain Layout
26218
26219 \backslash
26220 varliminf
26221 \end_layout
26222
26223 \end_inset
26224 </cell>
26225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229 \begin_inset Formula $\varliminf$
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 </row>
26238 <row>
26239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243
26244 \backslash
26245 varlimsup
26246 \end_layout
26247
26248 \end_inset
26249 </cell>
26250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Plain Layout
26254 \begin_inset Formula $\varlimsup$
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \end_inset
26261 </cell>
26262 </row>
26263 <row>
26264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268
26269 \backslash
26270 varprojlim
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26276 \begin_inset Text
26277
26278 \begin_layout Plain Layout
26279 \begin_inset Formula $\varprojlim$
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \end_inset
26286 </cell>
26287 </row>
26288 <row>
26289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26290 \begin_inset Text
26291
26292 \begin_layout Plain Layout
26293
26294 \backslash
26295 varinjlim
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304 \begin_inset Formula $\varinjlim$
26305 \end_inset
26306
26307
26308 \begin_inset Formula $\raisebox{-2.5mm}{}$
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 </row>
26317 </lyxtabular>
26318
26319 \end_inset
26320
26321
26322 \end_layout
26323
26324 \begin_layout Standard
26325 \begin_inset VSpace medskip
26326 \end_inset
26327
26328
26329 \end_layout
26330
26331 \begin_layout Standard
26332 El límite se crea insertando un subíndice.
26333  Se imprime a la derecha junto a la función en una fórmula en línea:
26334 \end_layout
26335
26336 \begin_layout Standard
26337 \noindent
26338 \align center
26339 \begin_inset Tabular
26340 <lyxtabular version="3" rows="2" columns="2">
26341 <features tabularvalignment="middle">
26342 <column alignment="center" valignment="top" width="0pt">
26343 <column alignment="center" valignment="top" width="0pt">
26344 <row>
26345 <cell alignment="center" valignment="top" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349 Comando
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 <cell alignment="center" valignment="top" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358 \begin_inset space \hspace{}
26359 \length 1cm
26360 \end_inset
26361
26362 Resultado
26363 \begin_inset Note Note
26364 status collapsed
26365
26366 \begin_layout Plain Layout
26367
26368 \series bold
26369
26370 \backslash
26371 raisebox
26372 \series default
26373  se usa sólo como espaciador
26374 \end_layout
26375
26376 \end_inset
26377
26378
26379 \end_layout
26380
26381 \end_inset
26382 </cell>
26383 </row>
26384 <row>
26385 <cell alignment="center" valignment="top" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389
26390 \backslash
26391 lim_x
26392 \backslash
26393 to
26394 \begin_inset ERT
26395 status collapsed
26396
26397 \begin_layout Plain Layout
26398
26399
26400 \backslash
26401 spce 
26402 \end_layout
26403
26404 \end_inset
26405
26406 A
26407 \begin_inset ERT
26408 status collapsed
26409
26410 \begin_layout Plain Layout
26411
26412
26413 \backslash
26414 spce 
26415 \end_layout
26416
26417 \end_inset
26418
26419 x=B
26420 \end_layout
26421
26422 \end_inset
26423 </cell>
26424 <cell alignment="center" valignment="top" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26429 \end_inset
26430
26431
26432 \end_layout
26433
26434 \end_inset
26435 </cell>
26436 </row>
26437 </lyxtabular>
26438
26439 \end_inset
26440
26441
26442 \end_layout
26443
26444 \begin_layout Standard
26445 En una ecuación presentada el límite se imprime debajo, como es habitual:
26446 \begin_inset Formula 
26447 \[
26448 \lim\limits _{x\rightarrow A}=B
26449 \]
26450
26451 \end_inset
26452
26453
26454 \end_layout
26455
26456 \begin_layout Subsection
26457 Función módulo
26458 \begin_inset Index idx
26459 status collapsed
26460
26461 \begin_layout Plain Layout
26462 Funciones ! módulo
26463 \end_layout
26464
26465 \end_inset
26466
26467
26468 \end_layout
26469
26470 \begin_layout Standard
26471 La función módulo es especial, porque existe en cuatro variantes.
26472 \end_layout
26473
26474 \begin_layout Standard
26475 En una ecuación presentada:
26476 \begin_inset Formula 
26477 \begin{align*}
26478 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26479 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26480 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26481 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26482 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26483 \end{align*}
26484
26485 \end_inset
26486
26487 En una ecuación en línea se pone menos espacio delante del nombre de la
26488  función para todas las variantes.
26489 \end_layout
26490
26491 \begin_layout Section
26492 Caracteres especiales
26493 \begin_inset Index idx
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497 Caracteres especiales
26498 \end_layout
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \begin_layout Subsection
26506 Caracteres especiales en texto matemático
26507 \end_layout
26508
26509 \begin_layout Standard
26510 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26511  TeX:
26512 \end_layout
26513
26514 \begin_layout Standard
26515 \begin_inset space \hfill{}
26516 \end_inset
26517
26518
26519 \begin_inset Tabular
26520 <lyxtabular version="3" rows="8" columns="2">
26521 <features tabularvalignment="middle">
26522 <column alignment="block" valignment="top" width="0">
26523 <column alignment="block" valignment="top" width="0">
26524 <row>
26525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26526 \begin_inset Text
26527
26528 \begin_layout Plain Layout
26529 Comando
26530 \end_layout
26531
26532 \end_inset
26533 </cell>
26534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26535 \begin_inset Text
26536
26537 \begin_layout Plain Layout
26538 Resultado
26539 \end_layout
26540
26541 \end_inset
26542 </cell>
26543 </row>
26544 <row>
26545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26546 \begin_inset Text
26547
26548 \begin_layout Plain Layout
26549
26550 \backslash
26551 oe
26552 \end_layout
26553
26554 \end_inset
26555 </cell>
26556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26557 \begin_inset Text
26558
26559 \begin_layout Plain Layout
26560 \begin_inset Formula $\textrm{œ}$
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \end_inset
26567 </cell>
26568 </row>
26569 <row>
26570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26571 \begin_inset Text
26572
26573 \begin_layout Plain Layout
26574
26575 \backslash
26576 OE
26577 \end_layout
26578
26579 \end_inset
26580 </cell>
26581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26582 \begin_inset Text
26583
26584 \begin_layout Plain Layout
26585 \begin_inset Formula $\textrm{Œ}$
26586 \end_inset
26587
26588
26589 \end_layout
26590
26591 \end_inset
26592 </cell>
26593 </row>
26594 <row>
26595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26596 \begin_inset Text
26597
26598 \begin_layout Plain Layout
26599
26600 \backslash
26601 ae
26602 \end_layout
26603
26604 \end_inset
26605 </cell>
26606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26607 \begin_inset Text
26608
26609 \begin_layout Plain Layout
26610 \begin_inset Formula $\textrm{æ}$
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \end_inset
26617 </cell>
26618 </row>
26619 <row>
26620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624
26625 \backslash
26626 AE
26627 \end_layout
26628
26629 \end_inset
26630 </cell>
26631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Plain Layout
26635 \begin_inset Formula $\textrm{Æ}$
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \end_inset
26642 </cell>
26643 </row>
26644 <row>
26645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649
26650 \backslash
26651 aa
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26657 \begin_inset Text
26658
26659 \begin_layout Plain Layout
26660 \begin_inset Formula $\textrm{\aa}$
26661 \end_inset
26662
26663
26664 \end_layout
26665
26666 \end_inset
26667 </cell>
26668 </row>
26669 <row>
26670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Plain Layout
26674
26675 \backslash
26676 AA
26677 \begin_inset Index idx
26678 status collapsed
26679
26680 \begin_layout Plain Layout
26681
26682 \backslash
26683 @
26684 \begin_inset ERT
26685 status collapsed
26686
26687 \begin_layout Plain Layout
26688
26689
26690 \backslash
26691 textrm{
26692 \backslash
26693 AA}
26694 \end_layout
26695
26696 \end_inset
26697
26698
26699 \end_layout
26700
26701 \end_inset
26702
26703
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Plain Layout
26712 \begin_inset Formula $\textrm{Å}$
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \end_inset
26719 </cell>
26720 </row>
26721 <row>
26722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Plain Layout
26726
26727 \backslash
26728 i
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Plain Layout
26737 \begin_inset Formula $\textrm{ı}$
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 </row>
26746 </lyxtabular>
26747
26748 \end_inset
26749
26750
26751 \begin_inset space \hfill{}
26752 \end_inset
26753
26754
26755 \begin_inset Tabular
26756 <lyxtabular version="3" rows="8" columns="2">
26757 <features tabularvalignment="middle">
26758 <column alignment="block" valignment="top" width="0">
26759 <column alignment="center" valignment="top" width="0">
26760 <row>
26761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26762 \begin_inset Text
26763
26764 \begin_layout Plain Layout
26765 Comando
26766 \begin_inset Note Note
26767 status collapsed
26768
26769 \begin_layout Plain Layout
26770
26771 \series bold
26772
26773 \backslash
26774 raisebox
26775 \series default
26776  se usa sólo como espaciador
26777 \end_layout
26778
26779 \end_inset
26780
26781
26782 \end_layout
26783
26784 \end_inset
26785 </cell>
26786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26787 \begin_inset Text
26788
26789 \begin_layout Plain Layout
26790 Resultado
26791 \end_layout
26792
26793 \end_inset
26794 </cell>
26795 </row>
26796 <row>
26797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26798 \begin_inset Text
26799
26800 \begin_layout Plain Layout
26801
26802 \backslash
26803 o
26804 \end_layout
26805
26806 \end_inset
26807 </cell>
26808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26809 \begin_inset Text
26810
26811 \begin_layout Plain Layout
26812 \begin_inset Formula $\textrm{ø}$
26813 \end_inset
26814
26815
26816 \end_layout
26817
26818 \end_inset
26819 </cell>
26820 </row>
26821 <row>
26822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26823 \begin_inset Text
26824
26825 \begin_layout Plain Layout
26826
26827 \backslash
26828 O
26829 \end_layout
26830
26831 \end_inset
26832 </cell>
26833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26834 \begin_inset Text
26835
26836 \begin_layout Plain Layout
26837 \begin_inset Formula $\textrm{Ø}$
26838 \end_inset
26839
26840
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 </row>
26846 <row>
26847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Plain Layout
26851
26852 \backslash
26853 l
26854 \end_layout
26855
26856 \end_inset
26857 </cell>
26858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26859 \begin_inset Text
26860
26861 \begin_layout Plain Layout
26862 \begin_inset Formula $\textrm{ł}$
26863 \end_inset
26864
26865
26866 \end_layout
26867
26868 \end_inset
26869 </cell>
26870 </row>
26871 <row>
26872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26873 \begin_inset Text
26874
26875 \begin_layout Plain Layout
26876
26877 \backslash
26878 L
26879 \end_layout
26880
26881 \end_inset
26882 </cell>
26883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26884 \begin_inset Text
26885
26886 \begin_layout Plain Layout
26887 \begin_inset Formula $\textrm{Ł}$
26888 \end_inset
26889
26890
26891 \end_layout
26892
26893 \end_inset
26894 </cell>
26895 </row>
26896 <row>
26897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26898 \begin_inset Text
26899
26900 \begin_layout Plain Layout
26901 !
26902 \begin_inset space \hspace{}
26903 \length 0mm
26904 \end_inset
26905
26906 `
26907 \begin_inset ERT
26908 status collapsed
26909
26910 \begin_layout Plain Layout
26911
26912
26913 \backslash
26914 spce 
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \end_layout
26921
26922 \end_inset
26923 </cell>
26924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Plain Layout
26928 \begin_inset Formula $\textrm{!`}$
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \end_inset
26935 </cell>
26936 </row>
26937 <row>
26938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26939 \begin_inset Text
26940
26941 \begin_layout Plain Layout
26942 ?
26943 \begin_inset space \hspace{}
26944 \length 0mm
26945 \end_inset
26946
26947 `
26948 \begin_inset ERT
26949 status collapsed
26950
26951 \begin_layout Plain Layout
26952
26953
26954 \backslash
26955 spce 
26956 \end_layout
26957
26958 \end_inset
26959
26960
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26966 \begin_inset Text
26967
26968 \begin_layout Plain Layout
26969 \begin_inset Formula $\textrm{?`}$
26970 \end_inset
26971
26972
26973 \end_layout
26974
26975 \end_inset
26976 </cell>
26977 </row>
26978 <row>
26979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26980 \begin_inset Text
26981
26982 \begin_layout Plain Layout
26983
26984 \backslash
26985 j
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26991 \begin_inset Text
26992
26993 \begin_layout Plain Layout
26994 \begin_inset Formula $\textrm{ȷ}$
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \end_inset
27001 </cell>
27002 </row>
27003 </lyxtabular>
27004
27005 \end_inset
27006
27007
27008 \begin_inset space \hfill{}
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \begin_layout Standard
27015 Los caracteres 
27016 \begin_inset Formula $\textrm{\textrm{Å}}$
27017 \end_inset
27018
27019  y 
27020 \begin_inset Formula $\textrm{\textrm{Ø}}$
27021 \end_inset
27022
27023  también se pueden insertar mediante el botón 
27024 \begin_inset Graphics
27025         filename ../../images/math/digamma.png
27026         scale 85
27027
27028 \end_inset
27029
27030  de la barra de ecuaciones.
27031 \end_layout
27032
27033 \begin_layout Standard
27034 Los comandos 
27035 \series bold
27036 !
27037 \begin_inset space \hspace{}
27038 \length 0mm
27039 \end_inset
27040
27041 `
27042 \series default
27043  y 
27044 \series bold
27045 ?
27046 \begin_inset space \hspace{}
27047 \length 0mm
27048 \end_inset
27049
27050 `
27051 \series default
27052  son una excepción porque se pueden insertar directamente a texto en LyX.
27053  
27054 \end_layout
27055
27056 \begin_layout Subsection
27057 Acentos en texto
27058 \begin_inset CommandInset label
27059 LatexCommand label
27060 name "sub:Acentos-en-texto"
27061
27062 \end_inset
27063
27064
27065 \begin_inset Index idx
27066 status collapsed
27067
27068 \begin_layout Plain Layout
27069 Acentos ! en texto
27070 \end_layout
27071
27072 \end_inset
27073
27074
27075 \end_layout
27076
27077 \begin_layout Standard
27078 Con los siguientes comandos se pueden acentuar todas las letras.
27079  Los comandos deben ponerse en modo TeX.
27080 \end_layout
27081
27082 \begin_layout Standard
27083 \begin_inset space \hfill{}
27084 \end_inset
27085
27086
27087 \begin_inset Tabular
27088 <lyxtabular version="3" rows="8" columns="2">
27089 <features tabularvalignment="middle">
27090 <column alignment="block" valignment="top" width="0">
27091 <column alignment="block" valignment="top" width="0">
27092 <row>
27093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27094 \begin_inset Text
27095
27096 \begin_layout Plain Layout
27097 Comando
27098 \end_layout
27099
27100 \end_inset
27101 </cell>
27102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27103 \begin_inset Text
27104
27105 \begin_layout Plain Layout
27106 Resultado
27107 \end_layout
27108
27109 \end_inset
27110 </cell>
27111 </row>
27112 <row>
27113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27114 \begin_inset Text
27115
27116 \begin_layout Plain Layout
27117
27118 \backslash
27119
27120 \begin_inset Quotes grd
27121 \end_inset
27122
27123 e
27124 \end_layout
27125
27126 \end_inset
27127 </cell>
27128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27129 \begin_inset Text
27130
27131 \begin_layout Plain Layout
27132 \begin_inset ERT
27133 status collapsed
27134
27135 \begin_layout Plain Layout
27136
27137
27138 \backslash
27139 "e
27140 \end_layout
27141
27142 \end_inset
27143
27144
27145 \end_layout
27146
27147 \end_inset
27148 </cell>
27149 </row>
27150 <row>
27151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27152 \begin_inset Text
27153
27154 \begin_layout Plain Layout
27155
27156 \backslash
27157 `e
27158 \end_layout
27159
27160 \end_inset
27161 </cell>
27162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27163 \begin_inset Text
27164
27165 \begin_layout Plain Layout
27166 \begin_inset ERT
27167 status collapsed
27168
27169 \begin_layout Plain Layout
27170
27171
27172 \backslash
27173 `e
27174 \end_layout
27175
27176 \end_inset
27177
27178
27179 \end_layout
27180
27181 \end_inset
27182 </cell>
27183 </row>
27184 <row>
27185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27186 \begin_inset Text
27187
27188 \begin_layout Plain Layout
27189
27190 \backslash
27191 ^
27192 \begin_inset ERT
27193 status collapsed
27194
27195 \begin_layout Plain Layout
27196
27197
27198 \backslash
27199 spce 
27200 \end_layout
27201
27202 \end_inset
27203
27204 e
27205 \end_layout
27206
27207 \end_inset
27208 </cell>
27209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27210 \begin_inset Text
27211
27212 \begin_layout Plain Layout
27213 \begin_inset ERT
27214 status collapsed
27215
27216 \begin_layout Plain Layout
27217
27218
27219 \backslash
27220 ^e
27221 \end_layout
27222
27223 \end_inset
27224
27225
27226 \end_layout
27227
27228 \end_inset
27229 </cell>
27230 </row>
27231 <row>
27232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27233 \begin_inset Text
27234
27235 \begin_layout Plain Layout
27236
27237 \backslash
27238 =e
27239 \end_layout
27240
27241 \end_inset
27242 </cell>
27243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27244 \begin_inset Text
27245
27246 \begin_layout Plain Layout
27247 \begin_inset ERT
27248 status collapsed
27249
27250 \begin_layout Plain Layout
27251
27252
27253 \backslash
27254 =e
27255 \end_layout
27256
27257 \end_inset
27258
27259
27260 \end_layout
27261
27262 \end_inset
27263 </cell>
27264 </row>
27265 <row>
27266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27267 \begin_inset Text
27268
27269 \begin_layout Plain Layout
27270
27271 \backslash
27272 u
27273 \begin_inset ERT
27274 status collapsed
27275
27276 \begin_layout Plain Layout
27277
27278
27279 \backslash
27280 spce 
27281 \end_layout
27282
27283 \end_inset
27284
27285 e
27286 \end_layout
27287
27288 \end_inset
27289 </cell>
27290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27291 \begin_inset Text
27292
27293 \begin_layout Plain Layout
27294 \begin_inset ERT
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298
27299
27300 \backslash
27301 u e
27302 \end_layout
27303
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \end_inset
27310 </cell>
27311 </row>
27312 <row>
27313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27314 \begin_inset Text
27315
27316 \begin_layout Plain Layout
27317
27318 \backslash
27319 b
27320 \begin_inset ERT
27321 status collapsed
27322
27323 \begin_layout Plain Layout
27324
27325
27326 \backslash
27327 spce 
27328 \end_layout
27329
27330 \end_inset
27331
27332 e
27333 \end_layout
27334
27335 \end_inset
27336 </cell>
27337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27338 \begin_inset Text
27339
27340 \begin_layout Plain Layout
27341 \begin_inset ERT
27342 status collapsed
27343
27344 \begin_layout Plain Layout
27345
27346
27347 \backslash
27348 b e
27349 \end_layout
27350
27351 \end_inset
27352
27353
27354 \end_layout
27355
27356 \end_inset
27357 </cell>
27358 </row>
27359 <row>
27360 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27361 \begin_inset Text
27362
27363 \begin_layout Plain Layout
27364
27365 \backslash
27366 t
27367 \begin_inset ERT
27368 status collapsed
27369
27370 \begin_layout Plain Layout
27371
27372
27373 \backslash
27374 spce 
27375 \end_layout
27376
27377 \end_inset
27378
27379 ee
27380 \end_layout
27381
27382 \end_inset
27383 </cell>
27384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27385 \begin_inset Text
27386
27387 \begin_layout Plain Layout
27388 \begin_inset ERT
27389 status collapsed
27390
27391 \begin_layout Plain Layout
27392
27393
27394 \backslash
27395 t ee
27396 \end_layout
27397
27398 \end_inset
27399
27400
27401 \end_layout
27402
27403 \end_inset
27404 </cell>
27405 </row>
27406 </lyxtabular>
27407
27408 \end_inset
27409
27410
27411 \begin_inset space \hfill{}
27412 \end_inset
27413
27414
27415 \begin_inset Tabular
27416 <lyxtabular version="3" rows="8" columns="2">
27417 <features tabularvalignment="middle">
27418 <column alignment="block" valignment="top" width="0">
27419 <column alignment="center" valignment="top" width="0">
27420 <row>
27421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27422 \begin_inset Text
27423
27424 \begin_layout Plain Layout
27425 Comando
27426 \end_layout
27427
27428 \end_inset
27429 </cell>
27430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27431 \begin_inset Text
27432
27433 \begin_layout Plain Layout
27434 Resultado
27435 \end_layout
27436
27437 \end_inset
27438 </cell>
27439 </row>
27440 <row>
27441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27442 \begin_inset Text
27443
27444 \begin_layout Plain Layout
27445
27446 \backslash
27447 H
27448 \begin_inset ERT
27449 status collapsed
27450
27451 \begin_layout Plain Layout
27452
27453
27454 \backslash
27455 spce 
27456 \end_layout
27457
27458 \end_inset
27459
27460 e
27461 \end_layout
27462
27463 \end_inset
27464 </cell>
27465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27466 \begin_inset Text
27467
27468 \begin_layout Plain Layout
27469 \begin_inset ERT
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473
27474
27475 \backslash
27476 H e
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \end_inset
27485 </cell>
27486 </row>
27487 <row>
27488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27489 \begin_inset Text
27490
27491 \begin_layout Plain Layout
27492
27493 \backslash
27494 'e
27495 \end_layout
27496
27497 \end_inset
27498 </cell>
27499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27500 \begin_inset Text
27501
27502 \begin_layout Plain Layout
27503 \begin_inset ERT
27504 status collapsed
27505
27506 \begin_layout Plain Layout
27507
27508
27509 \backslash
27510 'e
27511 \end_layout
27512
27513 \end_inset
27514
27515
27516 \end_layout
27517
27518 \end_inset
27519 </cell>
27520 </row>
27521 <row>
27522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27523 \begin_inset Text
27524
27525 \begin_layout Plain Layout
27526
27527 \backslash
27528 ~e
27529 \begin_inset Index idx
27530 status collapsed
27531
27532 \begin_layout Plain Layout
27533 Tilde
27534 \end_layout
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \end_inset
27542 </cell>
27543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27544 \begin_inset Text
27545
27546 \begin_layout Plain Layout
27547 \begin_inset ERT
27548 status collapsed
27549
27550 \begin_layout Plain Layout
27551
27552
27553 \backslash
27554 ~e
27555 \end_layout
27556
27557 \end_inset
27558
27559
27560 \end_layout
27561
27562 \end_inset
27563 </cell>
27564 </row>
27565 <row>
27566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27567 \begin_inset Text
27568
27569 \begin_layout Plain Layout
27570
27571 \backslash
27572 .e
27573 \end_layout
27574
27575 \end_inset
27576 </cell>
27577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27578 \begin_inset Text
27579
27580 \begin_layout Plain Layout
27581 \begin_inset ERT
27582 status collapsed
27583
27584 \begin_layout Plain Layout
27585
27586
27587 \backslash
27588 .e
27589 \end_layout
27590
27591 \end_inset
27592
27593
27594 \end_layout
27595
27596 \end_inset
27597 </cell>
27598 </row>
27599 <row>
27600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27601 \begin_inset Text
27602
27603 \begin_layout Plain Layout
27604
27605 \backslash
27606 v
27607 \begin_inset ERT
27608 status collapsed
27609
27610 \begin_layout Plain Layout
27611
27612
27613 \backslash
27614 spce 
27615 \end_layout
27616
27617 \end_inset
27618
27619 e
27620 \end_layout
27621
27622 \end_inset
27623 </cell>
27624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27625 \begin_inset Text
27626
27627 \begin_layout Plain Layout
27628 \begin_inset ERT
27629 status collapsed
27630
27631 \begin_layout Plain Layout
27632
27633
27634 \backslash
27635 v e
27636 \end_layout
27637
27638 \end_inset
27639
27640
27641 \end_layout
27642
27643 \end_inset
27644 </cell>
27645 </row>
27646 <row>
27647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27648 \begin_inset Text
27649
27650 \begin_layout Plain Layout
27651
27652 \backslash
27653 d
27654 \begin_inset ERT
27655 status collapsed
27656
27657 \begin_layout Plain Layout
27658
27659
27660 \backslash
27661 spce 
27662 \end_layout
27663
27664 \end_inset
27665
27666 e
27667 \end_layout
27668
27669 \end_inset
27670 </cell>
27671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27672 \begin_inset Text
27673
27674 \begin_layout Plain Layout
27675 \begin_inset ERT
27676 status collapsed
27677
27678 \begin_layout Plain Layout
27679
27680
27681 \backslash
27682 d e
27683 \end_layout
27684
27685 \end_inset
27686
27687
27688 \end_layout
27689
27690 \end_inset
27691 </cell>
27692 </row>
27693 <row>
27694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27695 \begin_inset Text
27696
27697 \begin_layout Plain Layout
27698
27699 \backslash
27700 c
27701 \begin_inset ERT
27702 status collapsed
27703
27704 \begin_layout Plain Layout
27705
27706
27707 \backslash
27708 spce 
27709 \end_layout
27710
27711 \end_inset
27712
27713 e
27714 \end_layout
27715
27716 \end_inset
27717 </cell>
27718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27719 \begin_inset Text
27720
27721 \begin_layout Plain Layout
27722 \begin_inset ERT
27723 status collapsed
27724
27725 \begin_layout Plain Layout
27726
27727
27728 \backslash
27729 c e
27730 \end_layout
27731
27732 \end_inset
27733
27734
27735 \end_layout
27736
27737 \end_inset
27738 </cell>
27739 </row>
27740 </lyxtabular>
27741
27742 \end_inset
27743
27744
27745 \begin_inset space \hfill{}
27746 \end_inset
27747
27748
27749 \end_layout
27750
27751 \begin_layout Standard
27752 \begin_inset VSpace medskip
27753 \end_inset
27754
27755
27756 \end_layout
27757
27758 \begin_layout Standard
27759 Con el comando 
27760 \series bold
27761
27762 \backslash
27763 t
27764 \series default
27765  también se pueden acentuar dos caracteres distintos.
27766  El comando 
27767 \series bold
27768
27769 \backslash
27770 t
27771 \begin_inset ERT
27772 status collapsed
27773
27774 \begin_layout Plain Layout
27775
27776
27777 \backslash
27778 spce 
27779 \end_layout
27780
27781 \end_inset
27782
27783 sz
27784 \series default
27785  genera 
27786 \begin_inset ERT
27787 status collapsed
27788
27789 \begin_layout Plain Layout
27790
27791
27792 \backslash
27793 t sz
27794 \end_layout
27795
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \begin_layout Standard
27802 Los acentos 
27803 \series bold
27804 `
27805 \series default
27806  , 
27807 \series bold
27808 '
27809 \series default
27810  y 
27811 \series bold
27812 ^
27813 \series default
27814  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27815  TeX.
27816  Lo mismo se aplica a la tilde
27817 \begin_inset Foot
27818 status collapsed
27819
27820 \begin_layout Plain Layout
27821 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27822 \end_layout
27823
27824 \end_inset
27825
27826  con 
27827 \emph on
27828 a
27829 \emph default
27830
27831 \emph on
27832 o
27833 \emph default
27834  y 
27835 \emph on
27836 n.
27837 \end_layout
27838
27839 \begin_layout Standard
27840 Los comandos 
27841 \series bold
27842
27843 \backslash
27844 b
27845 \series default
27846  , 
27847 \series bold
27848
27849 \backslash
27850 c
27851 \series default
27852  , 
27853 \series bold
27854
27855 \backslash
27856 d
27857 \series default
27858  , 
27859 \series bold
27860
27861 \backslash
27862 H
27863 \series default
27864  , 
27865 \series bold
27866
27867 \backslash
27868 t
27869 \series default
27870  , 
27871 \series bold
27872
27873 \backslash
27874 u
27875 \series default
27876  , 
27877 \series bold
27878
27879 \backslash
27880 v
27881 \series default
27882 , y acentos insertados directamente con el teclado también están disponibles
27883  en texto matemático.
27884  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27885  
27886 \begin_inset CommandInset ref
27887 LatexCommand ref
27888 reference "sub:Acentos-para-un"
27889
27890 \end_inset
27891
27892 .
27893 \end_layout
27894
27895 \begin_layout Standard
27896 \begin_inset VSpace bigskip
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \begin_layout Standard
27903 Además, con el comando 
27904 \series bold
27905
27906 \backslash
27907 textcircled
27908 \series default
27909
27910 \begin_inset Index idx
27911 status collapsed
27912
27913 \begin_layout Plain Layout
27914 Comandos ! T ! 
27915 \backslash
27916 textcircled
27917 \end_layout
27918
27919 \end_inset
27920
27921  se pueden insertar en un círculo todos los números y letras, de forma parecida
27922  al símbolo copyright.
27923 \end_layout
27924
27925 \begin_layout Standard
27926 \noindent
27927 \align center
27928 \begin_inset Tabular
27929 <lyxtabular version="3" rows="3" columns="2">
27930 <features tabularvalignment="middle">
27931 <column alignment="center" valignment="top" width="0">
27932 <column alignment="center" valignment="top" width="0">
27933 <row>
27934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27935 \begin_inset Text
27936
27937 \begin_layout Plain Layout
27938 Comando
27939 \end_layout
27940
27941 \end_inset
27942 </cell>
27943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27944 \begin_inset Text
27945
27946 \begin_layout Plain Layout
27947 Resultado
27948 \begin_inset Note Note
27949 status collapsed
27950
27951 \begin_layout Plain Layout
27952
27953 \series bold
27954
27955 \backslash
27956 raisebox
27957 \series default
27958  se usa sólo como espaciador
27959 \end_layout
27960
27961 \end_inset
27962
27963
27964 \end_layout
27965
27966 \end_inset
27967 </cell>
27968 </row>
27969 <row>
27970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27971 \begin_inset Text
27972
27973 \begin_layout Plain Layout
27974
27975 \backslash
27976 textcircled{w}
27977 \end_layout
27978
27979 \end_inset
27980 </cell>
27981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27982 \begin_inset Text
27983
27984 \begin_layout Plain Layout
27985 \begin_inset ERT
27986 status collapsed
27987
27988 \begin_layout Plain Layout
27989
27990
27991 \backslash
27992 textcircled{w}
27993 \end_layout
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \end_inset
28001 </cell>
28002 </row>
28003 <row>
28004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28005 \begin_inset Text
28006
28007 \begin_layout Plain Layout
28008
28009 \backslash
28010 Large 
28011 \backslash
28012 textcircled{
28013 \backslash
28014 normalsize
28015 \backslash
28016 protect
28017 \backslash
28018 raisebox{-1.5pt}{W}}
28019 \end_layout
28020
28021 \end_inset
28022 </cell>
28023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28024 \begin_inset Text
28025
28026 \begin_layout Plain Layout
28027 \begin_inset Formula $\raisebox{4.5mm}{}$
28028 \end_inset
28029
28030
28031 \begin_inset ERT
28032 status collapsed
28033
28034 \begin_layout Plain Layout
28035
28036
28037 \backslash
28038 Large 
28039 \backslash
28040 textcircled{
28041 \backslash
28042 normalsize
28043 \backslash
28044 protect
28045 \backslash
28046 raisebox{-1.5pt}W}
28047 \end_layout
28048
28049 \end_inset
28050
28051
28052 \begin_inset Formula $\raisebox{-2mm}{}$
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \end_inset
28059 </cell>
28060 </row>
28061 </lyxtabular>
28062
28063 \end_inset
28064
28065
28066 \end_layout
28067
28068 \begin_layout Standard
28069 Hay que tener cuidado que el carácter se ajuste al círculo.
28070  Por eso 
28071 \series bold
28072
28073 \backslash
28074 Large
28075 \begin_inset Foot
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079 véase 
28080 \begin_inset CommandInset ref
28081 LatexCommand ref
28082 reference "sub:Tamaños-de-tipografías"
28083
28084 \end_inset
28085
28086
28087 \end_layout
28088
28089 \end_inset
28090
28091
28092 \series default
28093  especifica el tamaño del círculo.
28094  Con ayuda de 
28095 \series bold
28096
28097 \backslash
28098 raisebox
28099 \begin_inset Foot
28100 status collapsed
28101
28102 \begin_layout Plain Layout
28103 véase 
28104 \begin_inset CommandInset ref
28105 LatexCommand ref
28106 reference "sub:Marcos-sin-bordes"
28107
28108 \end_inset
28109
28110
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \series default
28117  se puede centrar el carácter.
28118 \end_layout
28119
28120 \begin_layout Subsection
28121 Números en estilo antiguo
28122 \begin_inset Index idx
28123 status collapsed
28124
28125 \begin_layout Plain Layout
28126 Numeros@Números ! en estilo antiguo
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Standard
28135 Los números en estilo antiguo o elzevirianos se componen con el comando
28136  
28137 \series bold
28138
28139 \backslash
28140 oldstylenums
28141 \series default
28142
28143 \begin_inset Index idx
28144 status collapsed
28145
28146 \begin_layout Plain Layout
28147 Comandos ! O ! 
28148 \backslash
28149 oldstylenums
28150 \end_layout
28151
28152 \end_inset
28153
28154 .
28155  El comando se puede usar en ecuaciones y en modo TeX.
28156  Su esquema es:
28157 \end_layout
28158
28159 \begin_layout Standard
28160
28161 \series bold
28162
28163 \backslash
28164 oldstylenums{número}
28165 \end_layout
28166
28167 \begin_layout Standard
28168 El comando 
28169 \series bold
28170
28171 \backslash
28172 oldstylenums{0123456789}
28173 \series default
28174  genera: 
28175 \begin_inset Formula $\oldstylenums{0123456789}$
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \begin_layout Subsection
28182 Caracteres especiales misceláneos
28183 \begin_inset CommandInset label
28184 LatexCommand label
28185 name "sub:Caracteres-especiales-misceláneos"
28186
28187 \end_inset
28188
28189
28190 \begin_inset Index idx
28191 status collapsed
28192
28193 \begin_layout Plain Layout
28194 Caracteres especiales ! misceláneos
28195 \end_layout
28196
28197 \end_inset
28198
28199
28200 \end_layout
28201
28202 \begin_layout Standard
28203 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
28204  comandos:
28205 \end_layout
28206
28207 \begin_layout Standard
28208 \noindent
28209 \align center
28210 \begin_inset Tabular
28211 <lyxtabular version="3" rows="4" columns="2">
28212 <features tabularvalignment="middle">
28213 <column alignment="center" valignment="top" width="0">
28214 <column alignment="center" valignment="top" width="0">
28215 <row>
28216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28217 \begin_inset Text
28218
28219 \begin_layout Plain Layout
28220 Comando
28221 \end_layout
28222
28223 \end_inset
28224 </cell>
28225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28226 \begin_inset Text
28227
28228 \begin_layout Plain Layout
28229 Resultado
28230 \end_layout
28231
28232 \end_inset
28233 </cell>
28234 </row>
28235 <row>
28236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28237 \begin_inset Text
28238
28239 \begin_layout Plain Layout
28240
28241 \backslash
28242 ^
28243 \begin_inset ERT
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247
28248
28249 \backslash
28250 spce 
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \end_layout
28257
28258 \end_inset
28259 </cell>
28260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28261 \begin_inset Text
28262
28263 \begin_layout Plain Layout
28264 \begin_inset Formula $\mathcircumflex$
28265 \end_inset
28266
28267
28268 \end_layout
28269
28270 \end_inset
28271 </cell>
28272 </row>
28273 <row>
28274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28275 \begin_inset Text
28276
28277 \begin_layout Plain Layout
28278
28279 \backslash
28280 _
28281 \end_layout
28282
28283 \end_inset
28284 </cell>
28285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28286 \begin_inset Text
28287
28288 \begin_layout Plain Layout
28289 \begin_inset Formula $\_$
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \end_inset
28296 </cell>
28297 </row>
28298 <row>
28299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28300 \begin_inset Text
28301
28302 \begin_layout Plain Layout
28303 ^
28304 \begin_inset ERT
28305 status collapsed
28306
28307 \begin_layout Plain Layout
28308
28309
28310 \backslash
28311 spce 
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \backslash
28318 circ
28319 \begin_inset Index idx
28320 status collapsed
28321
28322 \begin_layout Plain Layout
28323
28324 \backslash
28325
28326 \end_layout
28327
28328 \end_inset
28329
28330
28331 \end_layout
28332
28333 \end_inset
28334 </cell>
28335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28336 \begin_inset Text
28337
28338 \begin_layout Plain Layout
28339 \begin_inset Formula $^{\circ}$
28340 \end_inset
28341
28342
28343 \end_layout
28344
28345 \end_inset
28346 </cell>
28347 </row>
28348 </lyxtabular>
28349
28350 \end_inset
28351
28352
28353 \end_layout
28354
28355 \begin_layout Standard
28356 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
28357  LaTeX contiene la línea:
28358 \begin_inset Foot
28359 status open
28360
28361 \begin_layout Plain Layout
28362 Más sobre este asunto en 
28363 \begin_inset CommandInset ref
28364 LatexCommand ref
28365 reference "sub:Caracteres-de-texto"
28366
28367 \end_inset
28368
28369
28370 \end_layout
28371
28372 \end_inset
28373
28374  
28375 \end_layout
28376
28377 \begin_layout Standard
28378
28379 \series bold
28380
28381 \backslash
28382 DeclareInputtext{176}{
28383 \backslash
28384 ifmmode^
28385 \backslash
28386 circ
28387 \backslash
28388 else
28389 \backslash
28390 textdegree
28391 \backslash
28392 fi}
28393 \end_layout
28394
28395 \begin_layout Section
28396 Estilos de ecuación
28397 \begin_inset CommandInset label
28398 LatexCommand label
28399 name "sec:Estilos-de-ecuación"
28400
28401 \end_inset
28402
28403
28404 \begin_inset Index idx
28405 status collapsed
28406
28407 \begin_layout Plain Layout
28408 Ecuación ! estilos de
28409 \end_layout
28410
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \begin_layout Itemize
28417 Hay dos estilos diferentes de alineación:
28418 \end_layout
28419
28420 \begin_deeper
28421 \begin_layout Description
28422 Centrado es el estándar predefinido
28423 \end_layout
28424
28425 \begin_layout Description
28426 Sangrado para este estilo debe insertarse la opción de clase 
28427 \series bold
28428 fleqn
28429 \series default
28430  en el menú 
28431 \family sans
28432 Documento\SpecialChar \menuseparator
28433 Configuración
28434 \family default
28435  bajo 
28436 \family sans
28437 Clase de documento
28438 \end_layout
28439
28440 \begin_layout Standard
28441 Cuando se usa 
28442 \series bold
28443 Sangrado
28444 \series default
28445 , éste se puede ajustar con la longitud 
28446 \series bold
28447
28448 \backslash
28449 mathindent
28450 \series default
28451
28452 \begin_inset Index idx
28453 status collapsed
28454
28455 \begin_layout Plain Layout
28456 Comandos ! M ! 
28457 \backslash
28458 mathindent
28459 \end_layout
28460
28461 \end_inset
28462
28463 .
28464  Para 15
28465 \begin_inset space \thinspace{}
28466 \end_inset
28467
28468 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
28469 \end_layout
28470
28471 \begin_layout Standard
28472
28473 \series bold
28474
28475 \backslash
28476 setlength{
28477 \backslash
28478 mathindent}{15mm}
28479 \end_layout
28480
28481 \begin_layout Standard
28482 Si no se especifica longitud se usa el valor predeterminado de 30
28483 \begin_inset space \thinspace{}
28484 \end_inset
28485
28486 pt.
28487 \end_layout
28488
28489 \end_deeper
28490 \begin_layout Itemize
28491 Y dos estilos diferentes de numeración:
28492 \end_layout
28493
28494 \begin_deeper
28495 \begin_layout Description
28496 Derecha es el estándar predefinido
28497 \end_layout
28498
28499 \begin_layout Description
28500 Izquierda para este estilo debe insertarse la opción de clase 
28501 \series bold
28502 leqno
28503 \series default
28504  en el menú 
28505 \family sans
28506 Documento\SpecialChar \menuseparator
28507 Configuración
28508 \family default
28509  bajo 
28510 \family sans
28511 Clase de documento
28512 \end_layout
28513
28514 \end_deeper
28515 \begin_layout Standard
28516
28517 \series bold
28518 fleqn
28519 \series default
28520  y 
28521 \series bold
28522 leqno
28523 \series default
28524  también se pueden usar juntos.
28525  En ese caso se insertan ambas opciones, separadas por una coma.
28526 \end_layout
28527
28528 \begin_layout Standard
28529 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
28530  documento.
28531  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28532  estilo 
28533 \series bold
28534 Centrado
28535 \series default
28536  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28537 \begin_inset CommandInset ref
28538 LatexCommand ref
28539 reference "sub:Entorno-flalign"
28540
28541 \end_inset
28542
28543 .
28544 \end_layout
28545
28546 \begin_layout Section
28547 Ecuaciones multilínea
28548 \begin_inset CommandInset label
28549 LatexCommand label
28550 name "sec:Ecuaciones-multilínea"
28551
28552 \end_inset
28553
28554
28555 \begin_inset Index idx
28556 status collapsed
28557
28558 \begin_layout Plain Layout
28559 Ecuación ! multilínea
28560 \end_layout
28561
28562 \end_inset
28563
28564
28565 \end_layout
28566
28567 \begin_layout Subsection
28568 General
28569 \end_layout
28570
28571 \begin_layout Standard
28572 En LyX se generan nuevas líneas en una ecuación con 
28573 \family sans
28574 \series bold
28575 Ctrl+Entrar
28576 \family default
28577 \series default
28578 .
28579  Esto crea un 
28580 \series bold
28581 entorno eqnarray
28582 \series default
28583 , que se describe en
28584 \begin_inset space ~
28585 \end_inset
28586
28587
28588 \begin_inset CommandInset ref
28589 LatexCommand ref
28590 reference "sub:Entorno-eqnarray"
28591
28592 \end_inset
28593
28594  o, si se ha marcado la opción 
28595 \family sans
28596 Usar
28597 \begin_inset space ~
28598 \end_inset
28599
28600 el
28601 \begin_inset space ~
28602 \end_inset
28603
28604 paquete
28605 \begin_inset space ~
28606 \end_inset
28607
28608 de
28609 \begin_inset space ~
28610 \end_inset
28611
28612 ecuaciones
28613 \begin_inset space ~
28614 \end_inset
28615
28616 AMS
28617 \family default
28618  en la configuración del documento
28619 \family sans
28620 , un 
28621 \series bold
28622 entorno
28623 \family default
28624 \series default
28625  
28626 \series bold
28627 align
28628 \series default
28629 , que se describe en
28630 \begin_inset space ~
28631 \end_inset
28632
28633
28634 \begin_inset CommandInset ref
28635 LatexCommand ref
28636 reference "sub:Entorno-align-estándar"
28637
28638 \end_inset
28639
28640 .
28641 \end_layout
28642
28643 \begin_layout Standard
28644 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28645  el menú 
28646 \family sans
28647 Insertar\SpecialChar \menuseparator
28648 Ecuación
28649 \family default
28650 .
28651  En las siguientes secciones se describen estos entornos.
28652 \end_layout
28653
28654 \begin_layout Standard
28655 En todos los entornos de ecuación multilínea la combinación 
28656 \family sans
28657 Ctrl+Entrar
28658 \family default
28659  genera una línea nueva.
28660  Para añadir o quitar líneas se pueden usar los botones 
28661 \begin_inset Graphics
28662         filename ../../images/tabular-feature_append-row.png
28663         scale 85
28664
28665 \end_inset
28666
28667  o 
28668 \begin_inset Graphics
28669         filename ../../images/tabular-feature_delete-row.png
28670         scale 85
28671
28672 \end_inset
28673
28674 de la barra de herramientas, respectivamente, o el menú 
28675 \family sans
28676 Editar\SpecialChar \menuseparator
28677 Filas y columnas
28678 \family default
28679 .
28680 \end_layout
28681
28682 \begin_layout Subsubsection
28683 Separación de líneas
28684 \begin_inset CommandInset label
28685 LatexCommand label
28686 name "sub:Separación-de-líneas"
28687
28688 \end_inset
28689
28690
28691 \begin_inset Index idx
28692 status collapsed
28693
28694 \begin_layout Plain Layout
28695 Ecuación ! multilínea ! separación de filas
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \begin_layout Standard
28704 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28705 \begin_inset Formula 
28706 \begin{eqnarray*}
28707 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}\\
28708 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
28709 \end{eqnarray*}
28710
28711 \end_inset
28712
28713 En LaTeX un espacio adicional para una línea se especifica como argumento
28714  opcional del comando de nueva línea.
28715  Esto aún no es posible en LYX,
28716 \begin_inset Foot
28717 status collapsed
28718
28719 \begin_layout Plain Layout
28720 véase 
28721 \begin_inset CommandInset href
28722 LatexCommand href
28723 name "LyX-bug #1505"
28724 target "http://www.lyx.org/trac/ticket/1505"
28725
28726 \end_inset
28727
28728
28729 \end_layout
28730
28731 \end_inset
28732
28733  por lo que toda la ecuación debe insertarse en modo TeX.
28734  Para añadir espacio en nuestro ejemplo se inserta el comando 
28735 \series bold
28736
28737 \backslash
28738
28739 \backslash
28740 [3mm]
28741 \series default
28742  al final de la primera línea.
28743  Así: 
28744 \begin_inset ERT
28745 status collapsed
28746
28747 \begin_layout Plain Layout
28748
28749
28750 \backslash
28751 begin{eqnarray*}
28752 \end_layout
28753
28754 \begin_layout Plain Layout
28755
28756 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28757  = & 
28758 \backslash
28759 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28760 \backslash
28761
28762 \backslash
28763 [3mm]
28764 \end_layout
28765
28766 \begin_layout Plain Layout
28767
28768 4x^{2}
28769 \backslash
28770 left(B^{2}+x_{0}^{2}
28771 \backslash
28772 right)+4x_{0}x
28773 \backslash
28774 left(D-B^{2}
28775 \backslash
28776 right)+B^{2}
28777 \backslash
28778 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28779 \backslash
28780 right) & = & 0
28781 \end_layout
28782
28783 \begin_layout Plain Layout
28784
28785
28786 \backslash
28787 end{eqnarray*}
28788 \end_layout
28789
28790 \end_inset
28791
28792
28793 \begin_inset VSpace bigskip
28794 \end_inset
28795
28796
28797 \end_layout
28798
28799 \begin_layout Standard
28800 Para obtener separación en todas las líneas hay que cambiar la longitud
28801  
28802 \series bold
28803
28804 \backslash
28805 jot
28806 \series default
28807
28808 \begin_inset Index idx
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812 Comandos ! J ! 
28813 \backslash
28814 jot
28815 \end_layout
28816
28817 \end_inset
28818
28819 .
28820  La definición es: 
28821 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28822 \end_inset
28823
28824 .
28825  El valor predeterminado para 
28826 \series bold
28827
28828 \backslash
28829 jot
28830 \series default
28831  es 3
28832 \begin_inset space \thinspace{}
28833 \end_inset
28834
28835 pt.
28836  Para establecer una separación adicional de 3
28837 \begin_inset space \thinspace{}
28838 \end_inset
28839
28840 mm como en el ejemplo anterior, se inserta el comando
28841 \end_layout
28842
28843 \begin_layout Standard
28844
28845 \series bold
28846
28847 \backslash
28848 setlength{
28849 \backslash
28850 jot}{3mm+3pt}
28851 \end_layout
28852
28853 \begin_layout Standard
28854 en modo TeX antes de la ecuación.
28855  Es necesario cargar el paquete 
28856 \series bold
28857 calc
28858 \series default
28859
28860 \begin_inset Foot
28861 status collapsed
28862
28863 \begin_layout Plain Layout
28864
28865 \series bold
28866 calc
28867 \series default
28868  forma parte de toda instalación LaTeX estándar.
28869 \end_layout
28870
28871 \end_inset
28872
28873
28874 \begin_inset Index idx
28875 status collapsed
28876
28877 \begin_layout Plain Layout
28878 Paquetes ! calc
28879 \end_layout
28880
28881 \end_inset
28882
28883  en el preámbulo con la línea
28884 \end_layout
28885
28886 \begin_layout Standard
28887
28888 \series bold
28889
28890 \backslash
28891 usepackage{calc}
28892 \end_layout
28893
28894 \begin_layout Standard
28895 Se obtiene:
28896 \begin_inset ERT
28897 status collapsed
28898
28899 \begin_layout Plain Layout
28900
28901
28902 \backslash
28903 setlength{
28904 \backslash
28905 jot}{3mm+3pt}
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \begin_inset Formula 
28912 \begin{eqnarray*}
28913 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}\\
28914 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
28915 \end{eqnarray*}
28916
28917 \end_inset
28918
28919
28920 \begin_inset ERT
28921 status collapsed
28922
28923 \begin_layout Plain Layout
28924
28925
28926 \backslash
28927 setlength{
28928 \backslash
28929 jot}{3pt}
28930 \end_layout
28931
28932 \end_inset
28933
28934  Para volver a la distancia predeterminada, 
28935 \series bold
28936
28937 \backslash
28938 jot
28939 \series default
28940  se establece en 3
28941 \begin_inset space \thinspace{}
28942 \end_inset
28943
28944 pt.
28945 \end_layout
28946
28947 \begin_layout Subsubsection
28948 Separación de columnas
28949 \begin_inset CommandInset label
28950 LatexCommand label
28951 name "sub:Separación-de-columnas"
28952
28953 \end_inset
28954
28955
28956 \begin_inset Index idx
28957 status collapsed
28958
28959 \begin_layout Plain Layout
28960 Ecuación ! multilínea !separación de columnas
28961 \end_layout
28962
28963 \end_inset
28964
28965
28966 \end_layout
28967
28968 \begin_layout Standard
28969 Una ecuación multilínea forma una matriz.
28970  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28971  columnas.
28972  Cambiando la separación de columnas en este entorno se puede cambiar el
28973  espacio junto al signo de relación.
28974 \end_layout
28975
28976 \begin_layout Standard
28977 La separación de columnas se especifica con la longitud
28978 \series bold
28979  
28980 \backslash
28981 arraycolsep
28982 \series default
28983
28984 \begin_inset Index idx
28985 status collapsed
28986
28987 \begin_layout Plain Layout
28988 Comandos ! A ! 
28989 \backslash
28990 arraycolsep
28991 \end_layout
28992
28993 \end_inset
28994
28995  según:
28996 \begin_inset Newline newline
28997 \end_inset
28998
28999 separación de columnas = 2
29000 \begin_inset space \thinspace{}
29001 \end_inset
29002
29003
29004 \series bold
29005
29006 \backslash
29007 arraycolsep
29008 \series default
29009
29010 \begin_inset Newline newline
29011 \end_inset
29012
29013 Así, el comando en modo TeX
29014 \end_layout
29015
29016 \begin_layout Standard
29017
29018 \series bold
29019
29020 \backslash
29021 setlength{
29022 \backslash
29023 arraycolsep}{1cm}
29024 \end_layout
29025
29026 \begin_layout Standard
29027 establece para todas las ecuaciones siguientes una separación de columnas
29028  de 2
29029 \begin_inset space \thinspace{}
29030 \end_inset
29031
29032 cm.
29033  Para volver al valor predefinido, 
29034 \series bold
29035
29036 \backslash
29037 arraycolsep
29038 \series default
29039  se pone en 5
29040 \begin_inset space \thinspace{}
29041 \end_inset
29042
29043 pt.
29044 \end_layout
29045
29046 \begin_layout Standard
29047 Una ecuación con separación de 2
29048 \begin_inset space \thinspace{}
29049 \end_inset
29050
29051 cm entre columnas:
29052 \begin_inset ERT
29053 status collapsed
29054
29055 \begin_layout Plain Layout
29056
29057
29058 \backslash
29059 setlength{
29060 \backslash
29061 arraycolsep}{1cm}
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \begin_inset Formula 
29068 \begin{eqnarray*}
29069 A & = & B\\
29070 C & \ne & A
29071 \end{eqnarray*}
29072
29073 \end_inset
29074
29075 Una ecuación con la separación predefinida para matrices, 10
29076 \begin_inset space \thinspace{}
29077 \end_inset
29078
29079 pt:
29080 \begin_inset ERT
29081 status collapsed
29082
29083 \begin_layout Plain Layout
29084
29085
29086 \backslash
29087 setlength{
29088 \backslash
29089 arraycolsep}{5pt}
29090 \end_layout
29091
29092 \end_inset
29093
29094
29095 \begin_inset Formula 
29096 \begin{eqnarray*}
29097 A & = & B\\
29098 C & \ne & A
29099 \end{eqnarray*}
29100
29101 \end_inset
29102
29103
29104 \end_layout
29105
29106 \begin_layout Subsubsection
29107 Ecuaciones largas
29108 \begin_inset Index idx
29109 status collapsed
29110
29111 \begin_layout Plain Layout
29112 Ecuación ! larga
29113 \end_layout
29114
29115 \end_inset
29116
29117
29118 \end_layout
29119
29120 \begin_layout Standard
29121 Se pueden componer ecuaciones largas mediante estos métodos:
29122 \end_layout
29123
29124 \begin_layout Itemize
29125 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
29126  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
29127 \begin_inset Formula 
29128 \begin{eqnarray}
29129 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 \\
29130  &  & -\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}
29131 \end{eqnarray}
29132
29133 \end_inset
29134
29135 El signo menos al principio de la segunda línea normalmente no aparece como
29136  operador porque es el primer carácter de la línea.
29137  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
29138  Para evitarlo se ha insertado 3
29139 \begin_inset space \thinspace{}
29140 \end_inset
29141
29142 pt de espacio detrás del menos con el comando 
29143 \series bold
29144
29145 \backslash
29146 hspace
29147 \series default
29148 .
29149 \begin_inset Foot
29150 status collapsed
29151
29152 \begin_layout Plain Layout
29153 véase más sobre 
29154 \series bold
29155
29156 \backslash
29157 hspace
29158 \series default
29159  en 
29160 \begin_inset CommandInset ref
29161 LatexCommand ref
29162 reference "sub:Espacio-variable"
29163
29164 \end_inset
29165
29166
29167 \end_layout
29168
29169 \end_inset
29170
29171
29172 \begin_inset Index idx
29173 status collapsed
29174
29175 \begin_layout Plain Layout
29176 Comandos ! H ! 
29177 \backslash
29178 hspace
29179 \end_layout
29180
29181 \end_inset
29182
29183
29184 \end_layout
29185
29186 \begin_layout Itemize
29187 Si ambos lados de la ecuación son demasiado largos se usa el comando 
29188 \series bold
29189
29190 \backslash
29191 lefteqn
29192 \series default
29193
29194 \begin_inset Index idx
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198 Comandos ! L ! 
29199 \backslash
29200 lefteqn
29201 \end_layout
29202
29203 \end_inset
29204
29205 .
29206  Se inserta en la primer columna de la primera línea y hace que todas las
29207  inserciones posteriores sobreescriban las columnas siguientes:
29208 \begin_inset Formula 
29209 \begin{eqnarray}
29210 \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 \\
29211  &  & -\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 \\
29212  &  & =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}
29213 \end{eqnarray}
29214
29215 \end_inset
29216
29217 Tras la inserción de 
29218 \series bold
29219
29220 \backslash
29221 lefteqn
29222 \series default
29223  el cursor está en un marco púrpura un poco a la izquierda del azul.
29224  La ecuación se inserta en éste.
29225 \begin_inset Newline newline
29226 \end_inset
29227
29228 El contenido de las restantes líneas se inserta en la segunda columna o
29229  en otra.
29230  A mayor número de columna donde se inserte, mayor sangrado.
29231 \begin_inset VSpace medskip
29232 \end_inset
29233
29234
29235 \begin_inset Newline newline
29236 \end_inset
29237
29238
29239 \begin_inset Note Greyedout
29240 status collapsed
29241
29242 \begin_layout Plain Layout
29243 Ten en cuenta lo siguiente si usas 
29244 \series bold
29245
29246 \backslash
29247 lefteqn
29248 \series default
29249 :
29250 \end_layout
29251
29252 \begin_layout Itemize
29253 La ecuación no usa la anchura total de la página.
29254  Cuando se añade, p.
29255 \begin_inset space \thinspace{}
29256 \end_inset
29257
29258 e., el término 
29259 \begin_inset Formula $-B^{2}$
29260 \end_inset
29261
29262  en la primera línea del ejemplo, debería estar fuera del margen.
29263  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
29264  principio de la primera línea.
29265 \end_layout
29266
29267 \begin_layout Itemize
29268 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
29269  primera línea.
29270 \begin_inset Foot
29271 status collapsed
29272
29273 \begin_layout Plain Layout
29274 \begin_inset CommandInset href
29275 LatexCommand href
29276 name "LyX-bug #1429"
29277 target "http://www.lyx.org/trac/ticket/1429"
29278
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \end_inset
29285
29286  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29287  teclas de flecha.
29288 \end_layout
29289
29290 \end_inset
29291
29292  
29293 \end_layout
29294
29295 \begin_layout Itemize
29296 Se describen otros métodos para escribir fórmulas largas en 
29297 \begin_inset CommandInset ref
29298 LatexCommand ref
29299 reference "sub:Entorno-multilínea"
29300
29301 \end_inset
29302
29303  y 
29304 \begin_inset CommandInset ref
29305 LatexCommand ref
29306 reference "sub:Partes-multilínea"
29307
29308 \end_inset
29309
29310 .
29311 \end_layout
29312
29313 \begin_layout Subsubsection
29314 Delimitadores multilínea
29315 \begin_inset CommandInset label
29316 LatexCommand label
29317 name "sub:Delimitadores-multilínea"
29318
29319 \end_inset
29320
29321
29322 \begin_inset Index idx
29323 status collapsed
29324
29325 \begin_layout Plain Layout
29326 Delimitadores ! para varias líneas
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \end_layout
29333
29334 \begin_layout Standard
29335 Para poner delimitadores que cubran varias líneas hay un problema:
29336 \begin_inset Formula 
29337 \begin{eqnarray*}
29338 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29339  &  & \left.\cdots+B-D\right]
29340 \end{eqnarray*}
29341
29342 \end_inset
29343
29344 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29345 res con tamaño variable no abarcan líneas múltiples.
29346 \end_layout
29347
29348 \begin_layout Standard
29349 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29350  primera línea se finaliza con 
29351 \series bold
29352
29353 \backslash
29354 right.
29355 \series default
29356
29357 \begin_inset Index idx
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361 Comandos ! R ! 
29362 \backslash
29363 right
29364 \end_layout
29365
29366 \end_inset
29367
29368  y la segunda con 
29369 \series bold
29370
29371 \backslash
29372 left.
29373 \series default
29374 .
29375 \begin_inset Foot
29376 status collapsed
29377
29378 \begin_layout Plain Layout
29379 Más sobre 
29380 \series bold
29381
29382 \backslash
29383 left.
29384
29385 \series default
29386  y 
29387 \series bold
29388
29389 \backslash
29390 right.
29391
29392 \series default
29393  en 
29394 \begin_inset CommandInset ref
29395 LatexCommand ref
29396 reference "sub:Tamaño-automático-de"
29397
29398 \end_inset
29399
29400
29401 \end_layout
29402
29403 \end_inset
29404
29405
29406 \begin_inset Index idx
29407 status collapsed
29408
29409 \begin_layout Plain Layout
29410 Comandos ! L ! 
29411 \backslash
29412 left
29413 \end_layout
29414
29415 \end_inset
29416
29417  Después de 
29418 \series bold
29419
29420 \backslash
29421 left.
29422
29423 \series default
29424  se inserta el comando 
29425 \series bold
29426
29427 \backslash
29428 vphantom
29429 \series default
29430
29431 \begin_inset ERT
29432 status collapsed
29433
29434 \begin_layout Plain Layout
29435
29436
29437 \backslash
29438 spce 
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \series bold
29445
29446 \backslash
29447 prod
29448 \series default
29449 ^
29450 \begin_inset ERT
29451 status collapsed
29452
29453 \begin_layout Plain Layout
29454
29455
29456 \backslash
29457 spce 
29458 \end_layout
29459
29460 \end_inset
29461
29462
29463 \series bold
29464
29465 \backslash
29466 infty
29467 \series default
29468
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 spce 
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \series bold
29483
29484 \begin_inset Formula $\downarrow$
29485 \end_inset
29486
29487 _R=1}
29488 \series default
29489
29490 \begin_inset Index idx
29491 status collapsed
29492
29493 \begin_layout Plain Layout
29494 Comandos ! V ! 
29495 \backslash
29496 vphantom
29497 \end_layout
29498
29499 \end_inset
29500
29501 , porque el operador de multiplicación con sus límites es el símbolo mayor
29502  en la primera línea y ese debería ser el tamaño para el delimitador en
29503  la segunda línea.
29504 \end_layout
29505
29506 \begin_layout Standard
29507 El resultado es: 
29508 \begin_inset Formula 
29509 \begin{eqnarray*}
29510 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29511  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29512 \end{eqnarray*}
29513
29514 \end_inset
29515
29516
29517 \end_layout
29518
29519 \begin_layout Subsection
29520 Entornos align
29521 \end_layout
29522
29523 \begin_layout Standard
29524 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29525  Son especialmente apropiados para poner ecuaciones adosadas.
29526 \end_layout
29527
29528 \begin_layout Standard
29529 Los entornos align constan de columnas.
29530  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29531  En un entorno align se puede numerar cada línea.
29532 \end_layout
29533
29534 \begin_layout Standard
29535 Los entornos align se crean con el menú 
29536 \family sans
29537 Insertar\SpecialChar \menuseparator
29538 Ecuación
29539 \family default
29540 .
29541  Una ecuación existente se puede convertir a align con el menú 
29542 \family sans
29543 Editar\SpecialChar \menuseparator
29544 Ecuación\SpecialChar \menuseparator
29545 Cambiar tipo de ecuación
29546 \family default
29547 .
29548 \end_layout
29549
29550 \begin_layout Standard
29551 Para añadir o quitar columnas se pueden usar los botones 
29552 \begin_inset Graphics
29553         filename ../../images/tabular-feature_append-row.png
29554         scale 85
29555
29556 \end_inset
29557
29558  o 
29559 \begin_inset Graphics
29560         filename ../../images/tabular-feature_delete-row.png
29561         scale 85
29562
29563 \end_inset
29564
29565  de la barra de ecuaciones o el menú 
29566 \family sans
29567 Editar\SpecialChar \menuseparator
29568 Filas y columnas
29569 \family default
29570 .
29571 \end_layout
29572
29573 \begin_layout Subsubsection
29574 Entorno align estándar
29575 \begin_inset CommandInset label
29576 LatexCommand label
29577 name "sub:Entorno-align-estándar"
29578
29579 \end_inset
29580
29581
29582 \begin_inset Index idx
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586 Ecuación ! multilínea ! entorno align
29587 \end_layout
29588
29589 \end_inset
29590
29591
29592 \end_layout
29593
29594 \begin_layout Standard
29595 Este entorno align se crea pulsando 
29596 \family sans
29597 Ctrl+Entrar
29598 \family default
29599  en una ecuación o con el menú 
29600 \family sans
29601 Insertar\SpecialChar \menuseparator
29602 Ecuación\SpecialChar \menuseparator
29603 Entorno AMS align
29604 \family default
29605 .
29606 \end_layout
29607
29608 \begin_layout Standard
29609 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29610  align de cuatro columnas:
29611 \begin_inset Formula 
29612 \begin{align*}
29613 A & =\sen(B) & C & =D\\
29614 C & \neq A & B & \neq D
29615 \end{align*}
29616
29617 \end_inset
29618
29619 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29620  un 
29621 \series bold
29622
29623 \backslash
29624 hfill
29625 \series default
29626
29627 \begin_inset Foot
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631 Más sobre 
29632 \series bold
29633
29634 \backslash
29635 hfill
29636 \series default
29637  en 
29638 \begin_inset CommandInset ref
29639 LatexCommand ref
29640 reference "sub:Espacio-variable"
29641
29642 \end_inset
29643
29644
29645 \end_layout
29646
29647 \end_inset
29648
29649  antes de la primera y detrás de cada columna par.
29650  Si se pone en estilo 
29651 \series bold
29652 Sangrado
29653 \series default
29654 ,
29655 \begin_inset Foot
29656 status collapsed
29657
29658 \begin_layout Plain Layout
29659 véase estilos de ecuación en 
29660 \begin_inset CommandInset ref
29661 LatexCommand ref
29662 reference "sec:Estilos-de-ecuación"
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \end_inset
29670
29671  la ecuación queda sin el 
29672 \series bold
29673
29674 \backslash
29675 hfill
29676 \series default
29677  ante la primera columna.
29678 \end_layout
29679
29680 \begin_layout Subsubsection
29681 Entorno alignat
29682 \begin_inset Index idx
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686 Ecuación ! multilínea ! entorno alignat
29687 \end_layout
29688
29689 \end_inset
29690
29691
29692 \end_layout
29693
29694 \begin_layout Standard
29695 El entorno alignat no tiene separación predefinida de columnas.
29696  Se puede insertar manualmente con los espacios descritos en 
29697 \begin_inset CommandInset ref
29698 LatexCommand ref
29699 reference "sec:Espacio"
29700
29701 \end_inset
29702
29703 .
29704 \end_layout
29705
29706 \begin_layout Standard
29707 El ejemplo anterior en el entorno alignat, con un espacio de 1
29708 \begin_inset space \thinspace{}
29709 \end_inset
29710
29711 cm al comienzo da la segunda ecuación:
29712 \begin_inset Formula 
29713 \begin{alignat*}{2}
29714 A & =\sen(B)\hspace{1cm} & C & =D\\
29715 C & \neq A & B & \neq D
29716 \end{alignat*}
29717
29718 \end_inset
29719
29720 Como cada columna puede tener un espacio diferente, este entorno es especialment
29721 e apropiado para poner tres o más ecuaciones adosadas.
29722 \end_layout
29723
29724 \begin_layout Subsubsection
29725 Entorno flalign
29726 \begin_inset CommandInset label
29727 LatexCommand label
29728 name "sub:Entorno-flalign"
29729
29730 \end_inset
29731
29732
29733 \begin_inset Index idx
29734 status collapsed
29735
29736 \begin_layout Plain Layout
29737 Ecuación ! multilínea ! entorno flalign
29738 \end_layout
29739
29740 \end_inset
29741
29742
29743 \end_layout
29744
29745 \begin_layout Standard
29746 En este entorno las dos primeras columnas están siempre tan a la izquierda
29747  como sea posible y las dos últimas a la derecha.
29748  Ejemplo:
29749 \begin_inset Formula 
29750 \begin{flalign*}
29751 A & =1 & B & =2 & C & =3\\
29752 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29753 \end{flalign*}
29754
29755 \end_inset
29756
29757 En un entorno flalign con un número impar de columnas, en la última de las
29758  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29759  alineadas a la izquierda, aunque se use el estilo 
29760 \series bold
29761 Centrado
29762 \series default
29763 .
29764  Un ejemplo de fórmula sangrada 
29765 \begin_inset CommandInset ref
29766 LatexCommand eqref
29767 reference "eq:IntVol"
29768
29769 \end_inset
29770
29771 :
29772 \begin_inset Formula 
29773 \begin{flalign}
29774 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
29775 \end{flalign}
29776
29777 \end_inset
29778
29779 Las dos primeras columnas contienen la fórmula.
29780  Para sangrarla como con el estilo 
29781 \series bold
29782 Sangrado
29783 \series default
29784 , se añade un espacio de 30
29785 \begin_inset space \thinspace{}
29786 \end_inset
29787
29788 pt al comienzo de la primera columna.
29789  
29790 \end_layout
29791
29792 \begin_layout Subsection
29793 Entorno eqnarray
29794 \begin_inset CommandInset label
29795 LatexCommand label
29796 name "sub:Entorno-eqnarray"
29797
29798 \end_inset
29799
29800
29801 \begin_inset Index idx
29802 status collapsed
29803
29804 \begin_layout Plain Layout
29805 Ecuación ! multilínea ! entorno eqnarray
29806 \end_layout
29807
29808 \end_inset
29809
29810
29811 \begin_inset Index idx
29812 status collapsed
29813
29814 \begin_layout Plain Layout
29815 Ecuación ! multilínea ! entorno eqnarray
29816 \end_layout
29817
29818 \end_inset
29819
29820
29821 \end_layout
29822
29823 \begin_layout Standard
29824 Al introducir este entorno aparecen tres marcos azules.
29825  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29826  El contenido del marco central está centrado y algo más pequeño, porque
29827  está diseñado para insertar sólo caracteres de relación.
29828 \begin_inset Formula 
29829 \begin{eqnarray*}
29830 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29831 AB & AB & AB\\
29832 A & = & A
29833 \end{eqnarray*}
29834
29835 \end_inset
29836
29837
29838 \end_layout
29839
29840 \begin_layout Subsection
29841 Entorno gather
29842 \begin_inset Index idx
29843 status collapsed
29844
29845 \begin_layout Plain Layout
29846 Ecuación ! multilínea ! entorno gather
29847 \end_layout
29848
29849 \end_inset
29850
29851
29852 \end_layout
29853
29854 \begin_layout Standard
29855 Este entorno consta de una sola columna centrada.
29856  Se puede numerar cada línea.
29857 \begin_inset Formula 
29858 \begin{gather}
29859 A=1\\
29860 X=\mbox{-}1
29861 \end{gather}
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Subsection
29869 Entorno multilínea
29870 \begin_inset CommandInset label
29871 LatexCommand label
29872 name "sub:Entorno-multilínea"
29873
29874 \end_inset
29875
29876
29877 \begin_inset Index idx
29878 status collapsed
29879
29880 \begin_layout Plain Layout
29881 Ecuación ! multilínea ! entorno multilínea
29882 \end_layout
29883
29884 \end_inset
29885
29886
29887 \end_layout
29888
29889 \begin_layout Standard
29890 El entorno multilínea, como gather, consta de una sola columna.
29891  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29892  Las demás están centradas.
29893  Por tanto este entorno es apropiado para ecuaciones largas.
29894  Como ejemplo, la ecuación
29895 \begin_inset space ~
29896 \end_inset
29897
29898
29899 \begin_inset CommandInset ref
29900 LatexCommand eqref
29901 reference "eq:lefteqn"
29902
29903 \end_inset
29904
29905  en entorno multilínea:
29906 \begin_inset Formula 
29907 \begin{multline}
29908 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}\\
29909 -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}\\
29910 =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}}
29911 \end{multline}
29912
29913 \end_inset
29914
29915 En la salida sólo aparece numerada la última (primera) línea si la numeración
29916  del documento es a la derecha (izquierda).
29917 \begin_inset Foot
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921 véanse los estilos de numeración en 
29922 \begin_inset CommandInset ref
29923 LatexCommand ref
29924 reference "sec:Estilos-de-ecuación"
29925
29926 \end_inset
29927
29928
29929 \end_layout
29930
29931 \end_inset
29932
29933
29934 \end_layout
29935
29936 \begin_layout Standard
29937 Con los comandos 
29938 \series bold
29939
29940 \backslash
29941 shoveright
29942 \series default
29943
29944 \begin_inset Index idx
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948 Comandos ! S ! 
29949 \backslash
29950 shoveright
29951 \end_layout
29952
29953 \end_inset
29954
29955  y 
29956 \series bold
29957
29958 \backslash
29959 shoveleft
29960 \series default
29961
29962 \begin_inset Index idx
29963 status collapsed
29964
29965 \begin_layout Plain Layout
29966 Comandos ! S ! 
29967 \backslash
29968 shoveleft
29969 \end_layout
29970
29971 \end_inset
29972
29973 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29974 ente.
29975  Los comandos se usan como sigue:
29976 \end_layout
29977
29978 \begin_layout Standard
29979
29980 \series bold
29981
29982 \backslash
29983 shoveright{contenido de la línea}
29984 \series default
29985  y 
29986 \series bold
29987
29988 \backslash
29989 shoveleft{contenido de la línea}
29990 \end_layout
29991
29992 \begin_layout Standard
29993 \begin_inset VSpace medskip
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \begin_layout Standard
30000 La longitud 
30001 \series bold
30002
30003 \backslash
30004 multlinegap
30005 \series default
30006
30007 \begin_inset Index idx
30008 status collapsed
30009
30010 \begin_layout Plain Layout
30011 Comandos ! M ! 
30012 \backslash
30013 multlinegap
30014 \end_layout
30015
30016 \end_inset
30017
30018  especifica la distancia de la primera línea desde el margen izquierdo de
30019  la página.
30020  Esta longitud es 0
30021 \begin_inset space \thinspace{}
30022 \end_inset
30023
30024 pt por omisión.
30025 \end_layout
30026
30027 \begin_layout Standard
30028 Como ejemplo la ecuación anterior con el comando
30029 \end_layout
30030
30031 \begin_layout Standard
30032
30033 \series bold
30034
30035 \backslash
30036 setlength{
30037 \backslash
30038 multlinegap}{2cm}
30039 \end_layout
30040
30041 \begin_layout Standard
30042 insertado previamente en modo TeX:
30043 \begin_inset ERT
30044 status collapsed
30045
30046 \begin_layout Plain Layout
30047
30048
30049 \backslash
30050 setlength{
30051 \backslash
30052 multlinegap}{2cm}
30053 \end_layout
30054
30055 \end_inset
30056
30057
30058 \begin_inset Formula 
30059 \begin{multline}
30060 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}\\
30061 \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}}\\
30062 =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}}
30063 \end{multline}
30064
30065 \end_inset
30066
30067
30068 \begin_inset ERT
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072
30073
30074 \backslash
30075 setlength{
30076 \backslash
30077 multlinegap}{0pt}
30078 \end_layout
30079
30080 \end_inset
30081
30082 La segunda línea se ha alineado a la izquierda con 
30083 \series bold
30084
30085 \backslash
30086 shoveleft
30087 \series default
30088 .
30089 \end_layout
30090
30091 \begin_layout Subsection
30092 Ecuación con partes multilínea
30093 \begin_inset CommandInset label
30094 LatexCommand label
30095 name "sub:Partes-multilínea"
30096
30097 \end_inset
30098
30099
30100 \begin_inset Index idx
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104 Ecuación ! multilínea ! solo parte
30105 \end_layout
30106
30107 \end_inset
30108
30109
30110 \end_layout
30111
30112 \begin_layout Standard
30113 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
30114  siguientes entornos: 
30115 \series bold
30116 aligned
30117 \series default
30118
30119 \series bold
30120 alignedat
30121 \series default
30122
30123 \series bold
30124 gathered
30125 \series default
30126  o 
30127 \series bold
30128 split
30129 \series default
30130 .
30131  Se pueden elegir en el menú 
30132 \family sans
30133 Insertar\SpecialChar \menuseparator
30134 Ecuación
30135 \family default
30136  o usando los comandos aquí descritos.
30137 \end_layout
30138
30139 \begin_layout Standard
30140 Los tres primeros tienen las mismas propiedades que los correspondientes
30141  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
30142  Un ejemplo:
30143 \begin_inset Formula 
30144 \[
30145 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
30146 \Delta E\Delta t & \ge\frac{\hbar}{2}
30147 \end{aligned}
30148 \right\} \mbox{Relaciones de incertidumbre}
30149 \]
30150
30151 \end_inset
30152
30153 Para componer esta expresión se inserta una ecuación presentada y en ella
30154  se introduce el comando 
30155 \series bold
30156
30157 \backslash
30158 aligned
30159 \series default
30160
30161 \begin_inset Index idx
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165 Comandos ! A ! 
30166 \backslash
30167 aligned
30168 \end_layout
30169
30170 \end_inset
30171
30172 .
30173  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
30174  añadir filas y columnas.
30175  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
30176  como la llave.
30177 \end_layout
30178
30179 \begin_layout Standard
30180 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
30181  se alinean horizontalmente.
30182  Usar aligned en una ecuación presentada tiene la ventaja de que el número
30183  de ecuación se centra verticalmente con las líneas.
30184  Como ejemplo, la ecuación 
30185 \begin_inset CommandInset ref
30186 LatexCommand eqref
30187 reference "eq:cortolargo"
30188
30189 \end_inset
30190
30191  en entorno aligned: 
30192 \begin_inset Formula 
30193 \begin{equation}
30194 \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}|}\\
30195  & -\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}|}
30196 \end{aligned}
30197 \end{equation}
30198
30199 \end_inset
30200
30201 Para usar los entornos 
30202 \series bold
30203 alignedat
30204 \series default
30205
30206 \series bold
30207 gathered
30208 \series default
30209 , o 
30210 \series bold
30211 split
30212 \series default
30213 , se insertan respectivamente los comandos
30214 \series bold
30215  
30216 \backslash
30217 alignedat
30218 \series default
30219 ,
30220 \begin_inset Index idx
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224 Comandos ! A ! 
30225 \backslash
30226 alignedat
30227 \end_layout
30228
30229 \end_inset
30230
30231  
30232 \series bold
30233
30234 \backslash
30235 gathered
30236 \series default
30237
30238 \begin_inset Index idx
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242 Comandos ! G ! 
30243 \backslash
30244 gathered
30245 \end_layout
30246
30247 \end_inset
30248
30249 , o 
30250 \series bold
30251
30252 \backslash
30253 split
30254 \series default
30255
30256 \begin_inset Index idx
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260 Comandos ! S ! 
30261 \backslash
30262 split
30263 \end_layout
30264
30265 \end_inset
30266
30267 .
30268  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30269  tener dos columnas.
30270 \end_layout
30271
30272 \begin_layout Subsection
30273 Texto en ecuaciones multilínea
30274 \begin_inset CommandInset label
30275 LatexCommand label
30276 name "sub:Texto-en-multilínea"
30277
30278 \end_inset
30279
30280
30281 \begin_inset Index idx
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285 Texto ! en ecuaciones
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \begin_inset Index idx
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295 Ecuación ! multilínea ! texto en
30296 \end_layout
30297
30298 \end_inset
30299
30300
30301 \end_layout
30302
30303 \begin_layout Standard
30304 En los entornos align, multilínea y gather, se puede insertar texto que
30305  se mostrará en una línea separada y que no afecta la alineación de columna.
30306  Para esto se usa el comando 
30307 \series bold
30308
30309 \backslash
30310 intertext
30311 \series default
30312
30313 \begin_inset Index idx
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317 Comandos ! I ! 
30318 \backslash
30319 intertext
30320 \end_layout
30321
30322 \end_inset
30323
30324  con el siguiente esquema:
30325 \end_layout
30326
30327 \begin_layout Standard
30328
30329 \series bold
30330
30331 \backslash
30332 intertext{texto}
30333 \end_layout
30334
30335 \begin_layout Standard
30336 El texto no debería ocupar más de una línea porque no se puede partir con
30337  guión.
30338  Como LyX aún no soporta 
30339 \series bold
30340
30341 \backslash
30342 intertext
30343 \series default
30344  directamente, el texto se escribe como texto matemático.
30345  
30346 \series bold
30347
30348 \backslash
30349 intertext
30350 \series default
30351  debe por tanto estar al comienzo de una línea y en la salida se presenta
30352  sobre esta línea.
30353  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30354 \begin_inset Formula 
30355 \begin{align}
30356 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30357 \intertext{\text{el integrando es simétrico para \ensuremath{\phi=\pi}, por tanto}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30358 \end{align}
30359
30360 \end_inset
30361
30362
30363 \end_layout
30364
30365 \begin_layout Section
30366 Numeración de ecuaciones
30367 \begin_inset Index idx
30368 status collapsed
30369
30370 \begin_layout Plain Layout
30371 Ecuación ! numeración|see
30372 \begin_inset ERT
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376
30377 {
30378 \end_layout
30379
30380 \end_inset
30381
30382 Numeración de ecuaciones
30383 \begin_inset ERT
30384 status collapsed
30385
30386 \begin_layout Plain Layout
30387
30388 }
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \end_layout
30395
30396 \end_inset
30397
30398
30399 \begin_inset Index idx
30400 status collapsed
30401
30402 \begin_layout Plain Layout
30403 Numeración de ecuaciones
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Subsection
30412 General
30413 \end_layout
30414
30415 \begin_layout Standard
30416 Las ecuaciones numeradas se insertan con el menú 
30417 \family sans
30418 Insertar\SpecialChar \menuseparator
30419 Ecuación
30420 \family default
30421  
30422 \family sans
30423 \SpecialChar \menuseparator
30424 Numerada
30425 \family default
30426  (atajo 
30427 \family sans
30428 Ctrl+Alt
30429 \begin_inset space ~
30430 \end_inset
30431
30432 N
30433 \family default
30434 ).
30435  Ecuaciones existentes se pueden numerar con el menú 
30436 \family sans
30437 Editar\SpecialChar \menuseparator
30438 Ecuación\SpecialChar \menuseparator
30439 Numerar la ecuación
30440 \family default
30441  (atajo
30442 \family sans
30443  Alt+M
30444 \begin_inset space ~
30445 \end_inset
30446
30447 N
30448 \family default
30449 ).
30450  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30451  En la salida se muestra el número real.
30452 \end_layout
30453
30454 \begin_layout Standard
30455 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30456  líneas.
30457  No obstante, la numeración se puede controlar en cada línea con el menú
30458  
30459 \family sans
30460 Editar\SpecialChar \menuseparator
30461 Ecuación\SpecialChar \menuseparator
30462 Numerar la línea
30463 \family default
30464  (atajo
30465 \family sans
30466  Alt+M
30467 \begin_inset space ~
30468 \end_inset
30469
30470 Mayúsculas+N
30471 \family default
30472 ).
30473 \end_layout
30474
30475 \begin_layout Standard
30476 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30477  distintos, véase 
30478 \begin_inset CommandInset ref
30479 LatexCommand ref
30480 reference "sec:Estilos-de-ecuación"
30481
30482 \end_inset
30483
30484 .
30485 \end_layout
30486
30487 \begin_layout Subsection
30488 Referencias cruzadas
30489 \begin_inset Index idx
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493 Ecuación ! referencias cruzadas a
30494 \end_layout
30495
30496 \end_inset
30497
30498
30499 \end_layout
30500
30501 \begin_layout Standard
30502 Todas las ecuaciones con etiqueta se pueden referir.
30503  La etiqueta se añade con el menú 
30504 \family sans
30505 Insertar\SpecialChar \menuseparator
30506 Etiqueta
30507 \family default
30508  o con el botón 
30509 \begin_inset Graphics
30510         filename ../../images/label-insert.png
30511         scale 85
30512
30513 \end_inset
30514
30515  de la barra de herramientas.
30516  El cursor debe estar dentro de una ecuación en modo presentación.
30517  Surge un diálogo con el prefijo 
30518 \series bold
30519 eq:
30520 \series default
30521 , detrás del cual se escribe el texto de la etiqueta.
30522  El prefijo significa 
30523 \begin_inset Quotes fld
30524 \end_inset
30525
30526 equation
30527 \begin_inset Quotes frd
30528 \end_inset
30529
30530  y hace más fácil encontrar etiquetas en documentos extensos porque así
30531  se distingue p.
30532 \begin_inset space \thinspace{}
30533 \end_inset
30534
30535 e.
30536 \begin_inset space ~
30537 \end_inset
30538
30539 de las etiquetas de sección.
30540  Para cambiar una etiqueta se usa de nuevo el menú 
30541 \family sans
30542 Insertar\SpecialChar \menuseparator
30543 Etiqueta
30544 \family default
30545 .
30546 \end_layout
30547
30548 \begin_layout Standard
30549 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30550  ecuación.
30551  Una ecuación con etiqueta se numera siempre.
30552 \end_layout
30553
30554 \begin_layout Standard
30555 Las referencias cruzadas se insertan mediante el menú 
30556 \family sans
30557 Insertar\SpecialChar \menuseparator
30558 Referencia cruzada
30559 \family default
30560  o con el botón 
30561 \begin_inset Graphics
30562         filename ../../images/dialog-show-new-inset_ref.png
30563         scale 85
30564
30565 \end_inset
30566
30567 .
30568  Una referencia a una ecuación aparece en la salida con su número.
30569  Si en el diálogo de referencia cruzada se elige el formato 
30570 \series bold
30571 (<referencia>)
30572 \series default
30573 , la referencia se muestra en la salida entre paréntesis.
30574  
30575 \begin_inset Newline newline
30576 \end_inset
30577
30578 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30579  a la ecuación de referencia.
30580 \end_layout
30581
30582 \begin_layout Standard
30583 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30584  siguientes:
30585 \begin_inset Note Note
30586 status collapsed
30587
30588 \begin_layout Plain Layout
30589 Observa los distintos tipos de referencias cruzadas.
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \end_layout
30596
30597 \begin_layout Standard
30598 Las ecuaciones 
30599 \begin_inset CommandInset ref
30600 LatexCommand eqref
30601 reference "eq:tag"
30602
30603 \end_inset
30604
30605  y 
30606 \begin_inset CommandInset ref
30607 LatexCommand eqref
30608 reference "eq:c"
30609
30610 \end_inset
30611
30612  son equivalentes.
30613  En (
30614 \begin_inset CommandInset ref
30615 LatexCommand ref
30616 reference "eq:Lat"
30617
30618 \end_inset
30619
30620 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30621 \begin_inset CommandInset ref
30622 LatexCommand ref
30623 reference "eq:Rom"
30624
30625 \end_inset
30626
30627 ).
30628 \begin_inset VSpace medskip
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \begin_layout Standard
30635 Si el argumento de 
30636 \series bold
30637
30638 \backslash
30639 tag
30640 \begin_inset Foot
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645 \series bold
30646
30647 \backslash
30648 tag
30649 \series default
30650  se describe en 
30651 \begin_inset CommandInset ref
30652 LatexCommand ref
30653 reference "sub:Numeración-personalizada"
30654
30655 \end_inset
30656
30657
30658 \end_layout
30659
30660 \end_inset
30661
30662
30663 \series default
30664  contiene un marco, como se describe en la 
30665 \begin_inset CommandInset ref
30666 LatexCommand ref
30667 reference "sub:Marcos-de-párrafo"
30668
30669 \end_inset
30670
30671 , no se puede referir la ecuación.
30672 \end_layout
30673
30674 \begin_layout Subsection
30675 Subnumeración
30676 \begin_inset Index idx
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680 Numeración de ecuaciones ! subnumeración
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \end_layout
30687
30688 \begin_layout Standard
30689 Con ayuda de los comandos 
30690 \series bold
30691
30692 \backslash
30693 begin{subequations}
30694 \series default
30695  y 
30696 \series bold
30697
30698 \backslash
30699 end{subequations}
30700 \series default
30701  en modo TeX se pueden subnumerar ecuaciones.
30702 \end_layout
30703
30704 \begin_layout Standard
30705 Ejemplo:
30706 \begin_inset Formula 
30707 \begin{equation}
30708 A=C-B\label{eq:a}
30709 \end{equation}
30710
30711 \end_inset
30712
30713
30714 \begin_inset ERT
30715 status collapsed
30716
30717 \begin_layout Plain Layout
30718
30719
30720 \backslash
30721 addtocounter{equation}{-1}
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \begin_inset ERT
30728 status collapsed
30729
30730 \begin_layout Plain Layout
30731
30732
30733 \backslash
30734 begin{subequations}
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \begin_inset VSpace -5mm
30741 \end_inset
30742
30743
30744 \begin_inset Formula 
30745 \begin{equation}
30746 B=C-A\label{eq:b}
30747 \end{equation}
30748
30749 \end_inset
30750
30751
30752 \begin_inset Formula 
30753 \begin{equation}
30754 C=A+B\label{eq:c}
30755 \end{equation}
30756
30757 \end_inset
30758
30759
30760 \end_layout
30761
30762 \begin_layout Standard
30763 \begin_inset ERT
30764 status collapsed
30765
30766 \begin_layout Plain Layout
30767
30768
30769 \backslash
30770 end{subequations}
30771 \end_layout
30772
30773 \end_inset
30774
30775
30776 \end_layout
30777
30778 \begin_layout Standard
30779 Para este ejemplo se ha hecho lo siguiente:
30780 \end_layout
30781
30782 \begin_layout Enumerate
30783 se inserta la primera ecuación
30784 \end_layout
30785
30786 \begin_layout Enumerate
30787 después de ella se inserta
30788 \series bold
30789
30790 \begin_inset Newline newline
30791 \end_inset
30792
30793
30794 \backslash
30795 addtocounter{equation}{-1} 
30796 \backslash
30797 begin{subequations}
30798 \begin_inset Index idx
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802 Comandos ! A ! 
30803 \backslash
30804 addtocounter
30805 \end_layout
30806
30807 \end_inset
30808
30809
30810 \end_layout
30811
30812 \begin_layout Enumerate
30813 se inserta la segunda ecuación
30814 \end_layout
30815
30816 \begin_layout Enumerate
30817 se inserta la tercera ecuación
30818 \end_layout
30819
30820 \begin_layout Enumerate
30821 se inserta 
30822 \series bold
30823
30824 \backslash
30825 end{subequations}
30826 \series default
30827  tras la tercera ecuación
30828 \end_layout
30829
30830 \begin_layout Standard
30831 Toda ecuación entre los comandos 
30832 \series bold
30833
30834 \backslash
30835 begin
30836 \series default
30837  y 
30838 \series bold
30839
30840 \backslash
30841 end
30842 \series default
30843  se subnumera con a, b, c\SpecialChar \ldots{}
30844  En ecuaciones multilínea se subnumerará cada línea.
30845  Todas las ecuaciones subnumeradas son tratadas como 
30846 \emph on
30847 una
30848 \emph default
30849  ecuación numerada.
30850  Pero como cada ecuación numerada aumenta el contador 
30851 \series bold
30852 equation
30853 \series default
30854  en uno, hay que disminuir el comando 
30855 \series bold
30856
30857 \backslash
30858 addtocounter
30859 \series default
30860 .
30861  De lo contrario, las ecuaciones 
30862 \begin_inset CommandInset ref
30863 LatexCommand eqref
30864 reference "eq:a"
30865
30866 \end_inset
30867
30868
30869 \begin_inset CommandInset ref
30870 LatexCommand eqref
30871 reference "eq:b"
30872
30873 \end_inset
30874
30875
30876 \begin_inset CommandInset ref
30877 LatexCommand eqref
30878 reference "eq:c"
30879
30880 \end_inset
30881
30882  se numerarían 
30883 \begin_inset CommandInset ref
30884 LatexCommand eqref
30885 reference "eq:a"
30886
30887 \end_inset
30888
30889
30890 \begin_inset CommandInset ref
30891 LatexCommand eqref
30892 reference "eq:d"
30893
30894 \end_inset
30895
30896
30897 \begin_inset CommandInset ref
30898 LatexCommand eqref
30899 reference "eq:f"
30900
30901 \end_inset
30902
30903 .
30904 \end_layout
30905
30906 \begin_layout Standard
30907 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30908  ecuaciones.
30909  Para evitarlo se inserta ese espacio vertical de -5
30910 \begin_inset space \thinspace{}
30911 \end_inset
30912
30913 mm detrás del comando 
30914 \series bold
30915
30916 \backslash
30917 begin{subequations}
30918 \series default
30919 .
30920
30921 \series bold
30922  
30923 \series default
30924 Si se usa el estilo 
30925 \series bold
30926 Sangrado
30927 \series default
30928
30929 \begin_inset Foot
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933 véase estilos de ecuación en 
30934 \begin_inset CommandInset ref
30935 LatexCommand ref
30936 reference "sec:Estilos-de-ecuación"
30937
30938 \end_inset
30939
30940
30941 \end_layout
30942
30943 \end_inset
30944
30945 , entonces se inserta -7
30946 \begin_inset space \thinspace{}
30947 \end_inset
30948
30949 mm.
30950 \end_layout
30951
30952 \begin_layout Standard
30953 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30954  de la segunda línea:
30955 \begin_inset ERT
30956 status collapsed
30957
30958 \begin_layout Plain Layout
30959
30960
30961 \backslash
30962 begin{subequations}
30963 \end_layout
30964
30965 \end_inset
30966
30967
30968 \begin_inset Formula 
30969 \begin{eqnarray}
30970 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30971  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30972  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30973 \end{eqnarray}
30974
30975 \end_inset
30976
30977
30978 \begin_inset ERT
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982
30983
30984 \backslash
30985 end{subequations}
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \begin_layout Subsection
30994 Numeración definida por el usuario
30995 \begin_inset CommandInset label
30996 LatexCommand label
30997 name "sub:Numeración-personalizada"
30998
30999 \end_inset
31000
31001
31002 \begin_inset Index idx
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006 Numeración de ecuaciones ! personalizada
31007 \end_layout
31008
31009 \end_inset
31010
31011
31012 \end_layout
31013
31014 \begin_layout Standard
31015 Con la numeración estándar el número se coloca entre paréntesis.
31016  Para reemplazar los paréntesis con barras verticales, p.
31017 \begin_inset space \thinspace{}
31018 \end_inset
31019
31020 e., se añade al preámbulo LaTeX la línea: 
31021 \end_layout
31022
31023 \begin_layout Standard
31024
31025 \series bold
31026
31027 \backslash
31028 def
31029 \backslash
31030 tagform@#1{
31031 \backslash
31032 maketag@@@{|#1|}}
31033 \series default
31034
31035 \begin_inset Note Note
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
31040  Para activarlo, quita el % del principio.
31041 \end_layout
31042
31043 \end_inset
31044
31045
31046 \end_layout
31047
31048 \begin_layout Standard
31049 Para usar otros caracteres, se reemplazan las barras al lado de 
31050 \series bold
31051 #1
31052 \series default
31053  por ellos.
31054  Para obtener sólo el número de ecuación se omiten las barras verticales.
31055 \begin_inset VSpace bigskip
31056 \end_inset
31057
31058
31059 \end_layout
31060
31061 \begin_layout Standard
31062 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
31063  consecutivo, se usa el comando 
31064 \series bold
31065
31066 \backslash
31067 tag
31068 \begin_inset Index idx
31069 status collapsed
31070
31071 \begin_layout Plain Layout
31072 Comandos ! T ! 
31073 \backslash
31074 tag
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \series default
31081 :
31082 \begin_inset Formula 
31083 \begin{equation}
31084 A+B=C\tag{algo}\label{eq:tag}
31085 \end{equation}
31086
31087 \end_inset
31088
31089 En este ejemplo se ha insertado el comando
31090 \series bold
31091  
31092 \backslash
31093 tag
31094 \begin_inset ERT
31095 status collapsed
31096
31097 \begin_layout Plain Layout
31098
31099
31100 \backslash
31101 spce 
31102 \end_layout
31103
31104 \end_inset
31105
31106 algo
31107 \series default
31108  en la ecuación.
31109 \end_layout
31110
31111 \begin_layout Standard
31112 Si se usa en su lugar el comando con asterisco 
31113 \series bold
31114
31115 \backslash
31116 tag*
31117 \begin_inset ERT
31118 status collapsed
31119
31120 \begin_layout Plain Layout
31121
31122
31123 \backslash
31124 spce 
31125 \end_layout
31126
31127 \end_inset
31128
31129 algo
31130 \series default
31131  no se imprimen los paréntesis:
31132 \begin_inset Formula 
31133 \[
31134 A+B=C\tag*{algo}
31135 \]
31136
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \begin_layout Standard
31143 \begin_inset VSpace bigskip
31144 \end_inset
31145
31146
31147 \end_layout
31148
31149 \begin_layout Standard
31150 Para reiniciar la numeración en nuevas partes o secciones del documento
31151  se usan los siguientes comandos:
31152 \end_layout
31153
31154 \begin_layout Standard
31155
31156 \series bold
31157
31158 \backslash
31159 @addtoreset{equation}{part}
31160 \series default
31161
31162 \begin_inset Index idx
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166 Comandos ! 
31167 \begin_inset ERT
31168 status collapsed
31169
31170 \begin_layout Plain Layout
31171
31172 "
31173 \end_layout
31174
31175 \end_inset
31176
31177 @
31178 \begin_inset ERT
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182
31183 "
31184 \end_layout
31185
31186 \end_inset
31187
31188  ! 
31189 \backslash
31190
31191 \begin_inset ERT
31192 status collapsed
31193
31194 \begin_layout Plain Layout
31195
31196 "
31197 \end_layout
31198
31199 \end_inset
31200
31201 @
31202 \begin_inset ERT
31203 status collapsed
31204
31205 \begin_layout Plain Layout
31206
31207 "
31208 \end_layout
31209
31210 \end_inset
31211
31212 addtoreset
31213 \end_layout
31214
31215 \end_inset
31216
31217
31218 \begin_inset Newline newline
31219 \end_inset
31220
31221
31222 \series bold
31223
31224 \backslash
31225 @addtoreset{equation}{section}
31226 \end_layout
31227
31228 \begin_layout Standard
31229 Pata poder usar estos comandos en modo TeX, el carácter 
31230 \begin_inset Quotes fld
31231 \end_inset
31232
31233 @
31234 \begin_inset Quotes frd
31235 \end_inset
31236
31237  debe 
31238 \begin_inset Quotes fld
31239 \end_inset
31240
31241 activarse
31242 \begin_inset Quotes frd
31243 \end_inset
31244
31245  para LaTeX con el comando 
31246 \series bold
31247
31248 \backslash
31249 makeatletter
31250 \series default
31251 .
31252  El comando 
31253 \series bold
31254
31255 \backslash
31256 makeatother
31257 \series default
31258  deshace esto.
31259  Así pues, la secuencia de comandos en modo TeX es:
31260 \end_layout
31261
31262 \begin_layout Standard
31263
31264 \series bold
31265
31266 \backslash
31267 makeatletter
31268 \begin_inset Newline newline
31269 \end_inset
31270
31271
31272 \backslash
31273 @addtoreset{equation}{section}
31274 \begin_inset Newline newline
31275 \end_inset
31276
31277
31278 \backslash
31279 makeatother
31280 \end_layout
31281
31282 \begin_layout Standard
31283 En el preámbulo LaTeX se pueden omitir 
31284 \series bold
31285
31286 \backslash
31287 makeatletter
31288 \series default
31289  y 
31290 \series bold
31291
31292 \backslash
31293 makeatother
31294 \series default
31295  pues son automáticamente insertados por LyX.
31296 \end_layout
31297
31298 \begin_layout Standard
31299 Para el comando 
31300 \series bold
31301
31302 \backslash
31303 @addtoreset
31304 \series default
31305 ,
31306 \series bold
31307  
31308 \series default
31309 hay que cargar en el preámbulo LaTeX el archivo 
31310 \series bold
31311 remreset.sty
31312 \series default
31313
31314 \begin_inset Foot
31315 status collapsed
31316
31317 \begin_layout Plain Layout
31318
31319 \series bold
31320 remreset
31321 \series default
31322  es parte del paquete LaTeX 
31323 \series bold
31324 carlisle
31325 \series default
31326
31327 \begin_inset Index idx
31328 status collapsed
31329
31330 \begin_layout Plain Layout
31331 Paquetes ! carlisle
31332 \end_layout
31333
31334 \end_inset
31335
31336 , incluido en las instalaciones estándar de LaTeX.
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \begin_inset Index idx
31343 status collapsed
31344
31345 \begin_layout Plain Layout
31346 Paquetes ! remreset
31347 \end_layout
31348
31349 \end_inset
31350
31351  con la línea
31352 \end_layout
31353
31354 \begin_layout Standard
31355
31356 \series bold
31357
31358 \backslash
31359 usepackage{remreset}
31360 \end_layout
31361
31362 \begin_layout Standard
31363 Entonces se puede usar el comando 
31364 \series bold
31365
31366 \backslash
31367 @removefromreset
31368 \series default
31369
31370 \begin_inset Index idx
31371 status collapsed
31372
31373 \begin_layout Plain Layout
31374 Comandos ! 
31375 \begin_inset ERT
31376 status collapsed
31377
31378 \begin_layout Plain Layout
31379
31380 "
31381 \end_layout
31382
31383 \end_inset
31384
31385 @
31386 \begin_inset ERT
31387 status collapsed
31388
31389 \begin_layout Plain Layout
31390
31391 "
31392 \end_layout
31393
31394 \end_inset
31395
31396  ! 
31397 \backslash
31398
31399 \begin_inset ERT
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403
31404 "
31405 \end_layout
31406
31407 \end_inset
31408
31409 @
31410 \begin_inset ERT
31411 status collapsed
31412
31413 \begin_layout Plain Layout
31414
31415 "
31416 \end_layout
31417
31418 \end_inset
31419
31420 removefromreset
31421 \end_layout
31422
31423 \end_inset
31424
31425  con el mismo esquema que 
31426 \series bold
31427
31428 \backslash
31429 @addtoreset
31430 \series default
31431 .
31432 \begin_inset VSpace bigskip
31433 \end_inset
31434
31435
31436 \end_layout
31437
31438 \begin_layout Standard
31439 A veces las ecuaciones deberían numerarse de la siguiente manera:
31440 \end_layout
31441
31442 \begin_layout Standard
31443
31444 \family typewriter
31445 (número de sección.número de ecuación)
31446 \end_layout
31447
31448 \begin_layout Standard
31449 El número de ecuación empezaría con 
31450 \begin_inset Quotes fld
31451 \end_inset
31452
31453 1
31454 \begin_inset Quotes frd
31455 \end_inset
31456
31457  en cada sección.
31458 \end_layout
31459
31460 \begin_layout Standard
31461 Para este caso hay el comando 
31462 \series bold
31463
31464 \backslash
31465 numberwithin
31466 \series default
31467
31468 \begin_inset Index idx
31469 status collapsed
31470
31471 \begin_layout Plain Layout
31472 Comandos ! N ! 
31473 \backslash
31474 numberwithin
31475 \end_layout
31476
31477 \end_inset
31478
31479 , que se usa con el esquema:
31480 \end_layout
31481
31482 \begin_layout Standard
31483
31484 \series bold
31485
31486 \backslash
31487 numberwithin{counter}{sectioning}
31488 \end_layout
31489
31490 \begin_layout Standard
31491 \begin_inset Quotes fld
31492 \end_inset
31493
31494 counter
31495 \begin_inset Quotes frd
31496 \end_inset
31497
31498  indica qué clase de numeración es afectada, 
31499 \begin_inset Quotes fld
31500 \end_inset
31501
31502 sectioning
31503 \begin_inset Quotes frd
31504 \end_inset
31505
31506  indica qué número va delante del punto.
31507  
31508 \end_layout
31509
31510 \begin_layout Standard
31511 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
31512  en el preámbulo LaTeX:
31513 \end_layout
31514
31515 \begin_layout Standard
31516
31517 \series bold
31518
31519 \backslash
31520 numberwithin{equation}{section}
31521 \end_layout
31522
31523 \begin_layout Standard
31524 Este es el resultado::
31525 \begin_inset ERT
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529
31530
31531 \backslash
31532 numberwithin{equation}{section}
31533 \end_layout
31534
31535 \end_inset
31536
31537
31538 \begin_inset Formula 
31539 \begin{equation}
31540 A+B=C
31541 \end{equation}
31542
31543 \end_inset
31544
31545
31546 \end_layout
31547
31548 \begin_layout Standard
31549 Para numerar cuadros de modo que, p.
31550 \begin_inset space \thinspace{}
31551 \end_inset
31552
31553 ej., 
31554 \begin_inset Quotes fld
31555 \end_inset
31556
31557 sectioning
31558 \begin_inset Quotes frd
31559 \end_inset
31560
31561  sea el número de la parte se usa
31562 \begin_inset Newline newline
31563 \end_inset
31564
31565
31566 \series bold
31567
31568 \backslash
31569 numberwithin{table}{part}
31570 \end_layout
31571
31572 \begin_layout Standard
31573 Para volver a la numeración estándar o evitar esta clase numeración cuando
31574  es definida por la clase de documento, se inserta el siguiente comando
31575  en código TeX o en el preámbulo LaTeX:
31576 \end_layout
31577
31578 \begin_layout Standard
31579
31580 \series bold
31581
31582 \backslash
31583 renewcommand{
31584 \backslash
31585 theequation}{
31586 \backslash
31587 arabic{equation}}
31588 \begin_inset Index idx
31589 status collapsed
31590
31591 \begin_layout Plain Layout
31592 Comandos ! A ! 
31593 \backslash
31594 arabic
31595 \end_layout
31596
31597 \end_inset
31598
31599
31600 \series default
31601
31602 \begin_inset ERT
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606
31607
31608 \backslash
31609 renewcommand{
31610 \backslash
31611 theequation}{
31612 \backslash
31613 arabic{equation}}
31614 \end_layout
31615
31616 \end_inset
31617
31618
31619 \series bold
31620
31621 \begin_inset Newline newline
31622 \end_inset
31623
31624
31625 \series default
31626 o
31627 \series bold
31628
31629 \begin_inset Newline newline
31630 \end_inset
31631
31632
31633 \backslash
31634 renewcommand{
31635 \backslash
31636 thetable}{
31637 \backslash
31638 arabic{table}}
31639 \end_layout
31640
31641 \begin_layout Standard
31642
31643 \series bold
31644
31645 \backslash
31646 numberwithin
31647 \series default
31648  usa internamente el comando 
31649 \series bold
31650
31651 \backslash
31652 @addtoreset
31653 \series default
31654 , descrito arriba, que también debe ser restaurado.
31655 \begin_inset ERT
31656 status collapsed
31657
31658 \begin_layout Plain Layout
31659
31660
31661 \backslash
31662 makeatletter
31663 \end_layout
31664
31665 \begin_layout Plain Layout
31666
31667
31668 \backslash
31669 @removefromreset{equation}{section}
31670 \end_layout
31671
31672 \begin_layout Plain Layout
31673
31674
31675 \backslash
31676 makeatother
31677 \end_layout
31678
31679 \end_inset
31680
31681
31682 \end_layout
31683
31684 \begin_layout Subsection
31685 Numeración con números romanos y letras
31686 \begin_inset Index idx
31687 status collapsed
31688
31689 \begin_layout Plain Layout
31690 Numeración de ecuaciones ! con números romanos
31691 \end_layout
31692
31693 \end_inset
31694
31695
31696 \begin_inset Index idx
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700 Numeración de ecuaciones ! con letras
31701 \end_layout
31702
31703 \end_inset
31704
31705
31706 \end_layout
31707
31708 \begin_layout Standard
31709 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31710  Por ejemplo, para numerar con romanos en minúscula,
31711 \begin_inset Foot
31712 status collapsed
31713
31714 \begin_layout Plain Layout
31715 Como en español no se usan romanos en minúscula, el estilo 
31716 \series bold
31717 spanish
31718 \series default
31719  del sistema 
31720 \series bold
31721 babel
31722 \series default
31723  redefine 
31724 \series bold
31725
31726 \backslash
31727 roman
31728 \series default
31729  para que los dé en versalitas.
31730  Véase 
31731 \begin_inset CommandInset citation
31732 LatexCommand cite
31733 key "spanish"
31734
31735 \end_inset
31736
31737  (
31738 \emph on
31739 N.
31740 \begin_inset space \thinspace{}
31741 \end_inset
31742
31743 del t
31744 \emph default
31745 ).
31746 \end_layout
31747
31748 \end_inset
31749
31750  se inserta el comando
31751 \end_layout
31752
31753 \begin_layout Standard
31754
31755 \series bold
31756
31757 \backslash
31758 renewcommand{
31759 \backslash
31760 theequation}{
31761 \backslash
31762 roman{equation}}
31763 \end_layout
31764
31765 \begin_layout Standard
31766 antes de la ecuación en modo TeX.
31767  
31768 \series bold
31769
31770 \backslash
31771 renewcommand
31772 \series default
31773
31774 \begin_inset Index idx
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778 Comandos ! R ! 
31779 \backslash
31780 renewcommand
31781 \end_layout
31782
31783 \end_inset
31784
31785  redefine el comando predefinido 
31786 \series bold
31787
31788 \backslash
31789 theequation
31790 \series default
31791  como 
31792 \series bold
31793
31794 \backslash
31795 roman{equation}
31796 \series default
31797 .
31798 \begin_inset Foot
31799 status collapsed
31800
31801 \begin_layout Plain Layout
31802 El comando 
31803 \series bold
31804
31805 \backslash
31806 renewcommand
31807 \series default
31808  tiene el mismo esquema que el comando 
31809 \series bold
31810
31811 \backslash
31812 newcommand
31813 \series default
31814 , descrito en 
31815 \begin_inset CommandInset ref
31816 LatexCommand ref
31817 reference "sub:El-comando-newcommand"
31818
31819 \end_inset
31820
31821 .
31822 \end_layout
31823
31824 \end_inset
31825
31826  
31827 \series bold
31828 equation
31829 \series default
31830  es el contador de ecuaciones.
31831  Si se usa el comando 
31832 \series bold
31833
31834 \backslash
31835 the
31836 \series default
31837  como prefijo de un contador, el valor del contador sale en números arábigos.
31838  Si una ecuación es numerada, LaTeX pone internamente el comando 
31839 \series bold
31840
31841 \backslash
31842 theequation
31843 \series default
31844  detrás de la ecuación.
31845  
31846 \series bold
31847
31848 \backslash
31849 roman{equation}
31850 \series default
31851
31852 \begin_inset Index idx
31853 status collapsed
31854
31855 \begin_layout Plain Layout
31856 Comandos ! R ! 
31857 \backslash
31858 roman
31859 \end_layout
31860
31861 \end_inset
31862
31863  pone el contador en romanos en minúscula.
31864 \end_layout
31865
31866 \begin_layout Standard
31867 Todas las ecuaciones siguientes a 
31868 \series bold
31869
31870 \backslash
31871 renew
31872 \series default
31873 c
31874 \series bold
31875 ommand
31876 \series default
31877  se numerarán en romanos.
31878  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31879  cambiando 
31880 \series bold
31881
31882 \backslash
31883 roman
31884 \series default
31885  por 
31886 \series bold
31887
31888 \backslash
31889 Roman
31890 \series default
31891
31892 \begin_inset Index idx
31893 status collapsed
31894
31895 \begin_layout Plain Layout
31896 Comandos ! R ! 
31897 \backslash
31898 roman@
31899 \backslash
31900 Roman
31901 \end_layout
31902
31903 \end_inset
31904
31905 .
31906  Para 
31907 \begin_inset Quotes fld
31908 \end_inset
31909
31910 numerar
31911 \begin_inset Quotes frd
31912 \end_inset
31913
31914  con minúsculas latinas hay el comando 
31915 \series bold
31916
31917 \backslash
31918 alph
31919 \series default
31920
31921 \begin_inset Index idx
31922 status collapsed
31923
31924 \begin_layout Plain Layout
31925 Comandos ! A ! 
31926 \backslash
31927 alph
31928 \end_layout
31929
31930 \end_inset
31931
31932 , y para mayúsculas el comando 
31933 \series bold
31934
31935 \backslash
31936 Alph
31937 \series default
31938
31939 \begin_inset Index idx
31940 status collapsed
31941
31942 \begin_layout Plain Layout
31943 Comandos ! A ! 
31944 \backslash
31945 alph@
31946 \backslash
31947 Alph
31948 \end_layout
31949
31950 \end_inset
31951
31952 .
31953 \end_layout
31954
31955 \begin_layout Standard
31956 \begin_inset Note Greyedout
31957 status open
31958
31959 \begin_layout Plain Layout
31960
31961 \series bold
31962 Nota:
31963 \series default
31964  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31965 \end_layout
31966
31967 \end_inset
31968
31969
31970 \end_layout
31971
31972 \begin_layout Standard
31973 \begin_inset ERT
31974 status collapsed
31975
31976 \begin_layout Plain Layout
31977
31978
31979 \backslash
31980 renewcommand{
31981 \backslash
31982 theequation}{
31983 \backslash
31984 roman{equation}}
31985 \end_layout
31986
31987 \end_inset
31988
31989
31990 \begin_inset Formula 
31991 \begin{equation}
31992 A=\textrm{romanos en minúscula}
31993 \end{equation}
31994
31995 \end_inset
31996
31997
31998 \begin_inset ERT
31999 status collapsed
32000
32001 \begin_layout Plain Layout
32002
32003
32004 \backslash
32005 renewcommand{
32006 \backslash
32007 theequation}{
32008 \backslash
32009 Roman{equation}}
32010 \end_layout
32011
32012 \end_inset
32013
32014
32015 \begin_inset Formula 
32016 \begin{equation}
32017 B=\textrm{romanos en mayúscula}\label{eq:Rom}
32018 \end{equation}
32019
32020 \end_inset
32021
32022
32023 \begin_inset ERT
32024 status collapsed
32025
32026 \begin_layout Plain Layout
32027
32028
32029 \backslash
32030 renewcommand{
32031 \backslash
32032 theequation}{
32033 \backslash
32034 alph{equation}}
32035 \end_layout
32036
32037 \end_inset
32038
32039
32040 \begin_inset Formula 
32041 \begin{equation}
32042 C=\textrm{latinas en minúscula}
32043 \end{equation}
32044
32045 \end_inset
32046
32047
32048 \begin_inset ERT
32049 status collapsed
32050
32051 \begin_layout Plain Layout
32052
32053
32054 \backslash
32055 renewcommand{
32056 \backslash
32057 theequation}{
32058 \backslash
32059 Alph{equation}}
32060 \end_layout
32061
32062 \end_inset
32063
32064
32065 \begin_inset Formula 
32066 \begin{equation}
32067 D=\textrm{latinas en mayúscula}\label{eq:Lat}
32068 \end{equation}
32069
32070 \end_inset
32071
32072
32073 \end_layout
32074
32075 \begin_layout Standard
32076 Para volver a la numeración por omisión se inserta el comando:
32077 \end_layout
32078
32079 \begin_layout Standard
32080
32081 \series bold
32082
32083 \backslash
32084 renewcommand{
32085 \backslash
32086 theequation}{
32087 \backslash
32088 arabic{equation}}
32089 \begin_inset Index idx
32090 status collapsed
32091
32092 \begin_layout Plain Layout
32093 Comandos ! A ! 
32094 \backslash
32095 arabic
32096 \end_layout
32097
32098 \end_inset
32099
32100
32101 \end_layout
32102
32103 \begin_layout Standard
32104 \begin_inset ERT
32105 status collapsed
32106
32107 \begin_layout Plain Layout
32108
32109
32110 \backslash
32111 renewcommand{
32112 \backslash
32113 theequation}{
32114 \backslash
32115 arabic{equation}}
32116 \end_layout
32117
32118 \end_inset
32119
32120
32121 \begin_inset Formula 
32122 \begin{equation}
32123 E=\mbox{arábigos}
32124 \end{equation}
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Standard
32132 \begin_inset VSpace medskip
32133 \end_inset
32134
32135
32136 \end_layout
32137
32138 \begin_layout Standard
32139 Como ves, las ecuaciones se numeran consecutivamente independientemente
32140  del estilo de numeración.
32141  Cuando la numeración haya de empezar con 
32142 \begin_inset Quotes fld
32143 \end_inset
32144
32145 1
32146 \begin_inset Quotes frd
32147 \end_inset
32148
32149  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
32150  Una descripción sobre esto se encuentra en el archivo 
32151 \begin_inset CommandInset href
32152 LatexCommand href
32153 name "Formula-numbering.lyx"
32154 target "run:Formula-numbering.lyx"
32155
32156 \end_inset
32157
32158 .
32159 \end_layout
32160
32161 \begin_layout Section
32162 Símbolos y ecuaciones químicas
32163 \begin_inset CommandInset label
32164 LatexCommand label
32165 name "sub:Símbolos-y-ecuaciones-químicas"
32166
32167 \end_inset
32168
32169
32170 \begin_inset Index idx
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174 Química ! símbolos
32175 \end_layout
32176
32177 \end_inset
32178
32179
32180 \begin_inset Index idx
32181 status collapsed
32182
32183 \begin_layout Plain Layout
32184 Química ! caracteres
32185 \end_layout
32186
32187 \end_inset
32188
32189
32190 \begin_inset Index idx
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194 Ecuación ! química|see
32195 \begin_inset ERT
32196 status collapsed
32197
32198 \begin_layout Plain Layout
32199
32200 {
32201 \end_layout
32202
32203 \end_inset
32204
32205 Química
32206 \begin_inset ERT
32207 status collapsed
32208
32209 \begin_layout Plain Layout
32210
32211 }
32212 \end_layout
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \end_inset
32220
32221
32222 \begin_inset Index idx
32223 status collapsed
32224
32225 \begin_layout Plain Layout
32226 Química ! iones
32227 \end_layout
32228
32229 \end_inset
32230
32231
32232 \begin_inset Index idx
32233 status collapsed
32234
32235 \begin_layout Plain Layout
32236 Iones|see
32237 \begin_inset ERT
32238 status collapsed
32239
32240 \begin_layout Plain Layout
32241
32242 {
32243 \end_layout
32244
32245 \end_inset
32246
32247 Química
32248 \begin_inset ERT
32249 status collapsed
32250
32251 \begin_layout Plain Layout
32252
32253 }
32254 \end_layout
32255
32256 \end_inset
32257
32258
32259 \end_layout
32260
32261 \end_inset
32262
32263
32264 \begin_inset Index idx
32265 status collapsed
32266
32267 \begin_layout Plain Layout
32268 Química ! reacción
32269 \end_layout
32270
32271 \end_inset
32272
32273
32274 \end_layout
32275
32276 \begin_layout Standard
32277 Un ejemplo de texto de química:
32278 \end_layout
32279
32280 \begin_layout Quote
32281 El ion 
32282 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32283 \end_inset
32284
32285  reacciona con dos iones 
32286 \begin_inset Formula $\mathrm{Na^{+}}$
32287 \end_inset
32288
32289  para dar sulfato de sodio 
32290 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32291 \end_inset
32292
32293 .
32294  La ecuación química es:
32295 \begin_inset Formula 
32296 \begin{equation}
32297 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
32298 \end{equation}
32299
32300 \end_inset
32301
32302
32303 \end_layout
32304
32305 \begin_layout Standard
32306 Esta ecuación química puede componerse directamente en modo ecuación.
32307  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32308  y con el atajo 
32309 \family sans
32310 Alt+C
32311 \begin_inset space ~
32312 \end_inset
32313
32314 R
32315 \family default
32316  se cambia en redonda.
32317 \begin_inset Foot
32318 status collapsed
32319
32320 \begin_layout Plain Layout
32321 véase estilos de tipografías en 
32322 \begin_inset CommandInset ref
32323 LatexCommand ref
32324 reference "sub:Estilos-de-tipografías"
32325
32326 \end_inset
32327
32328 .
32329 \end_layout
32330
32331 \end_inset
32332
32333
32334 \end_layout
32335
32336 \begin_layout Standard
32337 Para escribir ecuaciones químicas es más conveniente usar el comando 
32338 \series bold
32339
32340 \backslash
32341 ce
32342 \series default
32343
32344 \begin_inset Index idx
32345 status collapsed
32346
32347 \begin_layout Plain Layout
32348 Comandos ! C ! 
32349 \backslash
32350 ce
32351 \end_layout
32352
32353 \end_inset
32354
32355 , que está disponible si está instalado el paquete LaTeX 
32356 \series bold
32357 mhchem
32358 \series default
32359
32360 \begin_inset Index idx
32361 status collapsed
32362
32363 \begin_layout Plain Layout
32364 Paquetes ! mhchem
32365 \end_layout
32366
32367 \end_inset
32368
32369 .
32370  Al insertar 
32371 \series bold
32372
32373 \backslash
32374 ce
32375 \series default
32376  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
32377  ecuaciones químicas de una forma intuitiva.
32378 \end_layout
32379
32380 \begin_layout Standard
32381 \align center
32382 \begin_inset Tabular
32383 <lyxtabular version="3" rows="9" columns="2">
32384 <features tabularvalignment="middle">
32385 <column alignment="center" valignment="top" width="0">
32386 <column alignment="center" valignment="top" width="0">
32387 <row>
32388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32389 \begin_inset Text
32390
32391 \begin_layout Plain Layout
32392 Comando
32393 \end_layout
32394
32395 \end_inset
32396 </cell>
32397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32398 \begin_inset Text
32399
32400 \begin_layout Plain Layout
32401 Resultado
32402 \begin_inset Note Note
32403 status collapsed
32404
32405 \begin_layout Plain Layout
32406
32407 \series bold
32408
32409 \backslash
32410 raisebox
32411 \series default
32412  se usa sólo como espaciador
32413 \end_layout
32414
32415 \end_inset
32416
32417
32418 \end_layout
32419
32420 \end_inset
32421 </cell>
32422 </row>
32423 <row>
32424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32425 \begin_inset Text
32426
32427 \begin_layout Plain Layout
32428
32429 \backslash
32430 ce
32431 \begin_inset ERT
32432 status collapsed
32433
32434 \begin_layout Plain Layout
32435
32436
32437 \backslash
32438 spce 
32439 \end_layout
32440
32441 \end_inset
32442
32443 H2CO3
32444 \end_layout
32445
32446 \end_inset
32447 </cell>
32448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32449 \begin_inset Text
32450
32451 \begin_layout Plain Layout
32452 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32453 \end_inset
32454
32455
32456 \end_layout
32457
32458 \end_inset
32459 </cell>
32460 </row>
32461 <row>
32462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32463 \begin_inset Text
32464
32465 \begin_layout Plain Layout
32466
32467 \backslash
32468 ce
32469 \begin_inset ERT
32470 status collapsed
32471
32472 \begin_layout Plain Layout
32473
32474
32475 \backslash
32476 spce 
32477 \end_layout
32478
32479 \end_inset
32480
32481 SO4^2-
32482 \end_layout
32483
32484 \end_inset
32485 </cell>
32486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32487 \begin_inset Text
32488
32489 \begin_layout Plain Layout
32490 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32491 \end_inset
32492
32493
32494 \end_layout
32495
32496 \end_inset
32497 </cell>
32498 </row>
32499 <row>
32500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32501 \begin_inset Text
32502
32503 \begin_layout Plain Layout
32504
32505 \backslash
32506 ce
32507 \begin_inset ERT
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511
32512
32513 \backslash
32514 spce 
32515 \end_layout
32516
32517 \end_inset
32518
32519 (NH4)2S
32520 \end_layout
32521
32522 \end_inset
32523 </cell>
32524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32525 \begin_inset Text
32526
32527 \begin_layout Plain Layout
32528 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32529 \end_inset
32530
32531
32532 \end_layout
32533
32534 \end_inset
32535 </cell>
32536 </row>
32537 <row>
32538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32539 \begin_inset Text
32540
32541 \begin_layout Plain Layout
32542
32543 \backslash
32544 ce
32545 \begin_inset ERT
32546 status collapsed
32547
32548 \begin_layout Plain Layout
32549
32550
32551 \backslash
32552 spce 
32553 \end_layout
32554
32555 \end_inset
32556
32557 KCr(SO4)2.12H2O
32558 \end_layout
32559
32560 \end_inset
32561 </cell>
32562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32563 \begin_inset Text
32564
32565 \begin_layout Plain Layout
32566 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \end_inset
32573 </cell>
32574 </row>
32575 <row>
32576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32577 \begin_inset Text
32578
32579 \begin_layout Plain Layout
32580
32581 \backslash
32582 ce
32583 \begin_inset ERT
32584 status collapsed
32585
32586 \begin_layout Plain Layout
32587
32588
32589 \backslash
32590 spce 
32591 \end_layout
32592
32593 \end_inset
32594
32595 A-B
32596 \backslash
32597 dbond
32598 \begin_inset ERT
32599 status collapsed
32600
32601 \begin_layout Plain Layout
32602
32603
32604 \backslash
32605 spce 
32606 \end_layout
32607
32608 \end_inset
32609
32610 C
32611 \backslash
32612 tbond
32613 \begin_inset ERT
32614 status collapsed
32615
32616 \begin_layout Plain Layout
32617
32618
32619 \backslash
32620 spce 
32621 \end_layout
32622
32623 \end_inset
32624
32625 D
32626 \end_layout
32627
32628 \end_inset
32629 </cell>
32630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32631 \begin_inset Text
32632
32633 \begin_layout Plain Layout
32634 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32635 \end_inset
32636
32637
32638 \end_layout
32639
32640 \end_inset
32641 </cell>
32642 </row>
32643 <row>
32644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32645 \begin_inset Text
32646
32647 \begin_layout Plain Layout
32648
32649 \backslash
32650 ce
32651 \begin_inset ERT
32652 status collapsed
32653
32654 \begin_layout Plain Layout
32655
32656
32657 \backslash
32658 spce 
32659 \end_layout
32660
32661 \end_inset
32662
32663 ^227
32664 \begin_inset Formula $\downarrow$
32665 \end_inset
32666
32667 _90
32668 \begin_inset Formula $\to$
32669 \end_inset
32670
32671 Th+
32672 \end_layout
32673
32674 \end_inset
32675 </cell>
32676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32677 \begin_inset Text
32678
32679 \begin_layout Plain Layout
32680 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32681 \end_inset
32682
32683
32684 \end_layout
32685
32686 \end_inset
32687 </cell>
32688 </row>
32689 <row>
32690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32691 \begin_inset Text
32692
32693 \begin_layout Plain Layout
32694
32695 \backslash
32696 ce
32697 \begin_inset ERT
32698 status collapsed
32699
32700 \begin_layout Plain Layout
32701
32702
32703 \backslash
32704 spce 
32705 \end_layout
32706
32707 \end_inset
32708
32709 CO2
32710 \begin_inset ERT
32711 status collapsed
32712
32713 \begin_layout Plain Layout
32714
32715
32716 \backslash
32717 spce 
32718 \end_layout
32719
32720 \end_inset
32721
32722 +
32723 \begin_inset ERT
32724 status collapsed
32725
32726 \begin_layout Plain Layout
32727
32728
32729 \backslash
32730 spce 
32731 \end_layout
32732
32733 \end_inset
32734
32735 C
32736 \begin_inset ERT
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740
32741
32742 \backslash
32743 spce 
32744 \end_layout
32745
32746 \end_inset
32747
32748 <=>
32749 \begin_inset ERT
32750 status collapsed
32751
32752 \begin_layout Plain Layout
32753
32754
32755 \backslash
32756 spce 
32757 \end_layout
32758
32759 \end_inset
32760
32761 2CO
32762 \end_layout
32763
32764 \end_inset
32765 </cell>
32766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32767 \begin_inset Text
32768
32769 \begin_layout Plain Layout
32770 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32771 \end_inset
32772
32773
32774 \end_layout
32775
32776 \end_inset
32777 </cell>
32778 </row>
32779 <row>
32780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32781 \begin_inset Text
32782
32783 \begin_layout Plain Layout
32784
32785 \backslash
32786 ce
32787 \begin_inset ERT
32788 status collapsed
32789
32790 \begin_layout Plain Layout
32791
32792
32793 \backslash
32794 spce 
32795 \end_layout
32796
32797 \end_inset
32798
32799 CO2
32800 \begin_inset ERT
32801 status collapsed
32802
32803 \begin_layout Plain Layout
32804
32805
32806 \backslash
32807 spce 
32808 \end_layout
32809
32810 \end_inset
32811
32812 +
32813 \begin_inset ERT
32814 status collapsed
32815
32816 \begin_layout Plain Layout
32817
32818
32819 \backslash
32820 spce 
32821 \end_layout
32822
32823 \end_inset
32824
32825 C
32826 \begin_inset ERT
32827 status collapsed
32828
32829 \begin_layout Plain Layout
32830
32831
32832 \backslash
32833 spce 
32834 \end_layout
32835
32836 \end_inset
32837
32838 ->[
32839 \backslash
32840 alpha][
32841 \backslash
32842 beta]
32843 \begin_inset ERT
32844 status collapsed
32845
32846 \begin_layout Plain Layout
32847
32848
32849 \backslash
32850 spce 
32851 \end_layout
32852
32853 \end_inset
32854
32855 2CO}
32856 \end_layout
32857
32858 \end_inset
32859 </cell>
32860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32861 \begin_inset Text
32862
32863 \begin_layout Plain Layout
32864 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32865 \end_inset
32866
32867
32868 \end_layout
32869
32870 \end_inset
32871 </cell>
32872 </row>
32873 </lyxtabular>
32874
32875 \end_inset
32876
32877
32878 \end_layout
32879
32880 \begin_layout Standard
32881 \begin_inset Note Greyedout
32882 status open
32883
32884 \begin_layout Plain Layout
32885
32886 \series bold
32887 Nota:
32888 \series default
32889  Insertar modo matemático en un marco 
32890 \series bold
32891
32892 \backslash
32893 ce
32894 \series default
32895  provocará errores de LaTeX.
32896  En estos casos hay que usar código TeX, como en 
32897 \series bold
32898
32899 \backslash
32900 ce{$
32901 \backslash
32902 mu
32903 \backslash
32904 hyphen$Cl}
32905 \series default
32906
32907 \begin_inset ERT
32908 status collapsed
32909
32910 \begin_layout Plain Layout
32911
32912
32913 \backslash
32914 ce{$
32915 \backslash
32916 mu
32917 \backslash
32918 hyphen$Cl}
32919 \end_layout
32920
32921 \end_inset
32922
32923  
32924 \end_layout
32925
32926 \end_inset
32927
32928
32929 \end_layout
32930
32931 \begin_layout Standard
32932 El comando 
32933 \series bold
32934
32935 \backslash
32936 ce
32937 \series default
32938  para la 
32939 \begin_inset CommandInset ref
32940 LatexCommand ref
32941 reference "eq:reaccion-quimica"
32942
32943 \end_inset
32944
32945  es
32946 \begin_inset Newline newline
32947 \end_inset
32948
32949
32950 \series bold
32951  
32952 \backslash
32953 ce
32954 \begin_inset ERT
32955 status collapsed
32956
32957 \begin_layout Plain Layout
32958
32959
32960 \backslash
32961 spce 
32962 \end_layout
32963
32964 \end_inset
32965
32966 2Na+
32967 \begin_inset ERT
32968 status collapsed
32969
32970 \begin_layout Plain Layout
32971
32972
32973 \backslash
32974 spce 
32975 \end_layout
32976
32977 \end_inset
32978
32979 +
32980 \begin_inset ERT
32981 status collapsed
32982
32983 \begin_layout Plain Layout
32984
32985
32986 \backslash
32987 spce 
32988 \end_layout
32989
32990 \end_inset
32991
32992 SO4^2-
32993 \begin_inset ERT
32994 status collapsed
32995
32996 \begin_layout Plain Layout
32997
32998
32999 \backslash
33000 spce 
33001 \end_layout
33002
33003 \end_inset
33004
33005
33006 \begin_inset ERT
33007 status collapsed
33008
33009 \begin_layout Plain Layout
33010
33011
33012 \backslash
33013 spce 
33014 \end_layout
33015
33016 \end_inset
33017
33018 ->
33019 \begin_inset ERT
33020 status collapsed
33021
33022 \begin_layout Plain Layout
33023
33024
33025 \backslash
33026 spce 
33027 \end_layout
33028
33029 \end_inset
33030
33031 Na2SO4
33032 \end_layout
33033
33034 \begin_layout Standard
33035 Para componer ecuaciones químicas multilínea primero se crea una ecuación
33036  multilínea, tal como se describe en la 
33037 \begin_inset CommandInset ref
33038 LatexCommand ref
33039 reference "sec:Ecuaciones-multilínea"
33040
33041 \end_inset
33042
33043 .
33044  Después se utiliza el comando 
33045 \series bold
33046
33047 \backslash
33048 ce
33049 \series default
33050  en cada cuadrito azul de la ecuación.
33051  La 
33052 \begin_inset CommandInset ref
33053 LatexCommand ref
33054 reference "eq:TEOS-reac-1"
33055
33056 \end_inset
33057
33058  y la 
33059 \begin_inset CommandInset ref
33060 LatexCommand ref
33061 reference "eq:TEOS-reac-2"
33062
33063 \end_inset
33064
33065  son ejemplos de una reacción química en dos fases en la que cada ecuación
33066  tiene su propio número.
33067 \begin_inset Formula 
33068 \begin{eqnarray}
33069 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
33070 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
33071 \end{eqnarray}
33072
33073 \end_inset
33074
33075
33076 \end_layout
33077
33078 \begin_layout Standard
33079 Además de 
33080 \series bold
33081
33082 \backslash
33083 ce
33084 \series default
33085  el paquete 
33086 \series bold
33087 mhchem
33088 \series default
33089  suministra el comando 
33090 \series bold
33091
33092 \backslash
33093 cf
33094 \series default
33095
33096 \begin_inset Index idx
33097 status collapsed
33098
33099 \begin_layout Plain Layout
33100 Comandos ! C ! 
33101 \backslash
33102 cf
33103 \end_layout
33104
33105 \end_inset
33106
33107  que ha de utilizarse en casos especiales.
33108  Para más información sobre 
33109 \series bold
33110
33111 \backslash
33112 cf
33113 \series default
33114  y más ejemplos echa un vistazo a la documentación de 
33115 \series bold
33116 mhchem
33117 \series default
33118
33119 \begin_inset CommandInset citation
33120 LatexCommand cite
33121 key "mhchem"
33122
33123 \end_inset
33124
33125 .
33126 \end_layout
33127
33128 \begin_layout Section
33129 Diagramas
33130 \end_layout
33131
33132 \begin_layout Standard
33133 Lyx soporta dos tipos de diagramas conmutativos: 
33134 \series bold
33135 amscd
33136 \series default
33137  y 
33138 \series bold
33139 xymatrix
33140 \series default
33141 , que se explican a continuación.
33142 \end_layout
33143
33144 \begin_layout Subsection
33145 Diagramas amscd
33146 \begin_inset Index idx
33147 status collapsed
33148
33149 \begin_layout Plain Layout
33150 Diagramas ! amscd
33151 \end_layout
33152
33153 \end_inset
33154
33155
33156 \end_layout
33157
33158 \begin_layout Standard
33159 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33160  verticales y horizontales:
33161 \begin_inset Formula 
33162 \[
33163 \begin{CD}A@)))B@)))C\\
33164 @AAA@.@VVV\\
33165 F@(((E@(((D
33166 \end{CD}
33167 \]
33168
33169 \end_inset
33170
33171 Para obtener el diagrama se inserta en la ecuación el comando 
33172 \series bold
33173
33174 \backslash
33175 CD
33176 \begin_inset Index idx
33177 status collapsed
33178
33179 \begin_layout Plain Layout
33180 Comandos ! C ! 
33181 \backslash
33182 CD
33183 \end_layout
33184
33185 \end_inset
33186
33187
33188 \series default
33189 .
33190  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33191  continuación comandos.
33192  Con 
33193 \family sans
33194 Ctrl+Entrar
33195 \family default
33196  se inicia una nueva línea.
33197  En las líneas impares se insertan relaciones horizontales, en las pares
33198  verticales.
33199 \end_layout
33200
33201 \begin_layout Standard
33202 Para componer las relaciones hay los siguientes comandos:
33203 \begin_inset Foot
33204 status collapsed
33205
33206 \begin_layout Plain Layout
33207 \begin_inset CommandInset label
33208 LatexCommand label
33209 name "fn:sinónimos"
33210
33211 \end_inset
33212
33213 Los comandos con 
33214 \family sans
33215 '
33216 \series bold
33217 >
33218 \series default
33219 '
33220 \family default
33221  o 
33222 \family sans
33223 '
33224 \series bold
33225 <
33226 \series default
33227 '
33228 \family default
33229  pueden generar errores con el estilo 
33230 \series bold
33231 spanish
33232 \series default
33233  de 
33234 \series bold
33235 babel
33236 \series default
33237 .
33238  Para evitarlo se pueden sustituir por sus sinónimos 
33239 \family sans
33240 '
33241 \series bold
33242 )
33243 \series default
33244 '
33245 \family default
33246  y 
33247 \family sans
33248 '
33249 \series bold
33250 (
33251 \series default
33252 '
33253 \family default
33254  respectivamente.
33255  Véase 
33256 \begin_inset CommandInset citation
33257 LatexCommand cite
33258 key "spanish"
33259
33260 \end_inset
33261
33262 .
33263  (
33264 \emph on
33265 N.
33266 \begin_inset space \thinspace{}
33267 \end_inset
33268
33269 del t.
33270 \emph default
33271 )
33272 \end_layout
33273
33274 \end_inset
33275
33276
33277 \end_layout
33278
33279 \begin_layout Itemize
33280
33281 \series bold
33282 @<<<
33283 \series default
33284  genera una flecha hacia la izquierda, 
33285 \series bold
33286 @>>>
33287 \series default
33288  una hacia la derecha, y 
33289 \series bold
33290 @=
33291 \series default
33292  un signo igual largo
33293 \end_layout
33294
33295 \begin_layout Itemize
33296
33297 \series bold
33298 @AAA
33299 \series default
33300  genera una flecha hacia arriba, 
33301 \series bold
33302 @VVV
33303 \series default
33304  una hacia abajo, y 
33305 \series bold
33306 @|
33307 \series default
33308  un signo igual vertical
33309 \end_layout
33310
33311 \begin_layout Itemize
33312
33313 \series bold
33314 @.
33315
33316 \series default
33317  genera una ubicación vacía para relaciones inexistentes
33318 \end_layout
33319
33320 \begin_layout Standard
33321 Todas las flechas pueden etiquetarse como sigue:
33322 \end_layout
33323
33324 \begin_layout Itemize
33325 Si se inserta texto entre el primero y el segundo 
33326 \series bold
33327 <
33328 \series default
33329  o 
33330 \series bold
33331 >
33332 \series default
33333 , respectivamente, se muestra sobre la flecha.
33334  Si se inserta entre el segundo y el tercero, bajo la flecha.
33335 \end_layout
33336
33337 \begin_layout Itemize
33338 Para flechas verticales, si se inserta texto entre la primera y la segunda
33339  
33340 \series bold
33341 A
33342 \series default
33343  o 
33344 \series bold
33345 V
33346 \series default
33347 , respectivamente, se muestra al lado izquierdo de la flecha.
33348  Si se inserta entre la segunda y la tercera, al lado derecho.
33349  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33350 \end_layout
33351
33352 \begin_layout Standard
33353 Como ejemplo un diagrama con todas las relaciones posibles:
33354 \begin_inset Formula 
33355 \[
33356 \begin{CD}A@)j))B@))k)C@=F\\
33357 @AmAA@.@VV{V}V@|\\
33358 D@((j\,(E@)k))F@=C
33359 \end{CD}
33360 \]
33361
33362 \end_inset
33363
33364 El comando para este diagrama es:
33365 \begin_inset Newline newline
33366 \end_inset
33367
33368
33369 \series bold
33370
33371 \backslash
33372 CD
33373 \begin_inset ERT
33374 status collapsed
33375
33376 \begin_layout Plain Layout
33377
33378
33379 \backslash
33380 spce 
33381 \end_layout
33382
33383 \end_inset
33384
33385 A@>j>>B@>>k>C@=F Ctrl+Entrar
33386 \begin_inset Newline newline
33387 \end_inset
33388
33389
33390 \begin_inset Phantom HPhantom
33391 status open
33392
33393 \begin_layout Plain Layout
33394
33395 \series bold
33396
33397 \backslash
33398 CD
33399 \begin_inset ERT
33400 status collapsed
33401
33402 \begin_layout Plain Layout
33403
33404
33405 \backslash
33406 spce 
33407 \end_layout
33408
33409 \end_inset
33410
33411
33412 \end_layout
33413
33414 \end_inset
33415
33416 @AmAA@.@VV
33417 \backslash
33418 {V
33419 \series default
33420
33421 \begin_inset Formula $\to$
33422 \end_inset
33423
33424
33425 \series bold
33426 V@| Ctrl+Entrar
33427 \begin_inset Newline newline
33428 \end_inset
33429
33430
33431 \begin_inset Phantom HPhantom
33432 status open
33433
33434 \begin_layout Plain Layout
33435
33436 \series bold
33437
33438 \backslash
33439 CD
33440 \begin_inset ERT
33441 status collapsed
33442
33443 \begin_layout Plain Layout
33444
33445
33446 \backslash
33447 spce 
33448 \end_layout
33449
33450 \end_inset
33451
33452
33453 \end_layout
33454
33455 \end_inset
33456
33457 D@<<j<E@>k>>F@=C
33458 \end_layout
33459
33460 \begin_layout Subsection
33461 Diagramas xymatrix
33462 \begin_inset Index idx
33463 status collapsed
33464
33465 \begin_layout Plain Layout
33466 Diagramas ! xymatrix
33467 \end_layout
33468
33469 \end_inset
33470
33471
33472 \end_layout
33473
33474 \begin_layout Standard
33475 Para usar matrices xy debe estar instalado el paquete LaTeX 
33476 \series bold
33477 xypic
33478 \series default
33479 .
33480  Una matriz xy se crea insertando el comando 
33481 \series bold
33482
33483 \backslash
33484 xymatrix
33485 \series default
33486  en una ecuación.
33487  Después podrás añadir nuevas columnas y filas como en matrices normales,
33488  véase
33489 \begin_inset space ~
33490 \end_inset
33491
33492
33493 \begin_inset CommandInset ref
33494 LatexCommand ref
33495 reference "sec:Matrices"
33496
33497 \end_inset
33498
33499 .
33500 \end_layout
33501
33502 \begin_layout Standard
33503 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33504  y curvadas, y mucho más.
33505  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33506  se explican en el 
33507 \emph on
33508 Manual de XY-pic
33509 \emph default
33510  que se encuentra en el menú 
33511 \family sans
33512 Ayuda\SpecialChar \menuseparator
33513 Manuales
33514 \begin_inset space ~
33515 \end_inset
33516
33517 específicos
33518 \family default
33519 .
33520 \end_layout
33521
33522 \begin_layout Subsection
33523 Diagramas 
33524 \noun on
33525 Feynman
33526 \noun default
33527
33528 \begin_inset Index idx
33529 status collapsed
33530
33531 \begin_layout Plain Layout
33532 Diagramas ! Feynman
33533 \end_layout
33534
33535 \end_inset
33536
33537
33538 \end_layout
33539
33540 \begin_layout Standard
33541 Para usar diagramas 
33542 \noun on
33543 Feynman
33544 \noun default
33545  debe estar instalado el paquete LaTeX 
33546 \series bold
33547 feyn
33548 \series default
33549 .
33550  Un diagrama 
33551 \noun on
33552 Feynman
33553 \noun default
33554  se crea insertando el comando 
33555 \series bold
33556
33557 \backslash
33558 Diagram
33559 \series default
33560  en una ecuación.
33561  Después podrás añadir nuevas columnas y filas como en matrices normales,
33562  véase
33563 \begin_inset space ~
33564 \end_inset
33565
33566
33567 \begin_inset CommandInset ref
33568 LatexCommand ref
33569 reference "sec:Matrices"
33570
33571 \end_inset
33572
33573 .
33574 \end_layout
33575
33576 \begin_layout Standard
33577 En el 
33578 \emph on
33579 Manual de diagramas Feynman
33580 \emph default
33581 , disponible en 
33582 \family sans
33583 Ayuda\SpecialChar \menuseparator
33584 Manuales
33585 \begin_inset space ~
33586 \end_inset
33587
33588 específicos
33589 \family default
33590 , hay ejemplos de diagramas de este tipo.
33591 \end_layout
33592
33593 \begin_layout Section
33594 Comandos definidos por el usuario
33595 \begin_inset Index idx
33596 status collapsed
33597
33598 \begin_layout Plain Layout
33599 Comandos de usuario
33600 \end_layout
33601
33602 \end_inset
33603
33604
33605 \end_layout
33606
33607 \begin_layout Standard
33608 \begin_inset Note Greyedout
33609 status open
33610
33611 \begin_layout Plain Layout
33612
33613 \series bold
33614 Nota:
33615 \series default
33616  Los nombres de los comandos definidos por el usuario y macros solo pueden
33617  contener letras latinas.
33618 \end_layout
33619
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \begin_layout Subsection
33626 El comando 
33627 \backslash
33628 newcommand
33629 \begin_inset CommandInset label
33630 LatexCommand label
33631 name "sub:El-comando-newcommand"
33632
33633 \end_inset
33634
33635
33636 \begin_inset Index idx
33637 status collapsed
33638
33639 \begin_layout Plain Layout
33640 Comandos de usuario ! 
33641 \backslash
33642 newcommand
33643 \end_layout
33644
33645 \end_inset
33646
33647
33648 \begin_inset Index idx
33649 status collapsed
33650
33651 \begin_layout Plain Layout
33652 Comandos ! N ! 
33653 \backslash
33654 newcommand
33655 \end_layout
33656
33657 \end_inset
33658
33659
33660 \end_layout
33661
33662 \begin_layout Standard
33663 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33664  Pero es posible definir nuevos comandos más cortos con el comando 
33665 \series bold
33666
33667 \backslash
33668 newcommand
33669 \series default
33670 .
33671  
33672 \end_layout
33673
33674 \begin_layout Standard
33675 El esquema del comando 
33676 \series bold
33677
33678 \backslash
33679 newcommand
33680 \series default
33681  es:
33682 \end_layout
33683
33684 \begin_layout Standard
33685
33686 \series bold
33687
33688 \backslash
33689 newcommand{nombre nuevo de comando}[número de argumentos]
33690 \begin_inset Newline newline
33691 \end_inset
33692
33693
33694 \begin_inset Phantom HPhantom
33695 status open
33696
33697 \begin_layout Plain Layout
33698
33699 \series bold
33700
33701 \backslash
33702 newcommand
33703 \end_layout
33704
33705 \end_inset
33706
33707 [valor opcional]{definición de comando}
33708 \end_layout
33709
33710 \begin_layout Standard
33711 \begin_inset Note Greyedout
33712 status open
33713
33714 \begin_layout Plain Layout
33715
33716 \series bold
33717 Nota:
33718 \series default
33719  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33720  documento o en paquetes LaTeX que uses.
33721  Por ejemplo, si defines el comando 
33722 \series bold
33723
33724 \backslash
33725 le
33726 \series default
33727  para 
33728 \series bold
33729
33730 \backslash
33731 Leftarrow,
33732 \series default
33733  se producirán errores porque 
33734 \series bold
33735
33736 \backslash
33737 le
33738 \series default
33739  ya existe para 
33740 \begin_inset Quotes fld
33741 \end_inset
33742
33743
33744 \begin_inset Formula $\le$
33745 \end_inset
33746
33747
33748 \begin_inset Quotes frd
33749 \end_inset
33750
33751 .
33752
33753 \series bold
33754  
33755 \end_layout
33756
33757 \end_inset
33758
33759
33760 \end_layout
33761
33762 \begin_layout Standard
33763 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33764  argumentos debería tener el nuevo comando.
33765  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33766  Cuando se hace esto, el 
33767 \emph on
33768 primer
33769 \emph default
33770  argumento del nuevo comando es automáticamente opcional.
33771 \end_layout
33772
33773 \begin_layout Standard
33774 Veamos unos ejemplos:
33775 \end_layout
33776
33777 \begin_layout Itemize
33778 Para definir el comando 
33779 \series bold
33780
33781 \backslash
33782 gr
33783 \series default
33784  para 
33785 \series bold
33786
33787 \backslash
33788 Longrightarrow
33789 \series default
33790 , la línea de preámbulo LaTeX es:
33791 \begin_inset VSpace medskip
33792 \end_inset
33793
33794
33795 \begin_inset Newline newline
33796 \end_inset
33797
33798
33799 \series bold
33800
33801 \backslash
33802 newcommand{
33803 \backslash
33804 gr}{
33805 \backslash
33806 Longrightarrow}
33807 \end_layout
33808
33809 \begin_layout Itemize
33810 Para definir el comando 
33811 \series bold
33812
33813 \backslash
33814 us
33815 \series default
33816  para 
33817 \series bold
33818
33819 \backslash
33820 underline
33821 \series default
33822 , el argumento (que sería subrayado) debe tenerse en cuenta.
33823  Para esto la línea de preámbulo es:
33824 \begin_inset VSpace medskip
33825 \end_inset
33826
33827
33828 \begin_inset Newline newline
33829 \end_inset
33830
33831
33832 \series bold
33833
33834 \backslash
33835 newcommand{
33836 \backslash
33837 us}[1]{
33838 \backslash
33839 underline{#1}}
33840 \series default
33841
33842 \begin_inset VSpace medskip
33843 \end_inset
33844
33845
33846 \begin_inset Newline newline
33847 \end_inset
33848
33849 El carácter 
33850 \series bold
33851 #
33852 \series default
33853  actúa como colocador del argumento, el 
33854 \series bold
33855 1
33856 \series default
33857  indica que es el colocador para el primer argumento.
33858 \end_layout
33859
33860 \begin_layout Itemize
33861 Para 
33862 \series bold
33863
33864 \backslash
33865 framebox
33866 \series default
33867  se puede definir, por ejemplo, el comando 
33868 \series bold
33869
33870 \backslash
33871 fb
33872 \series default
33873 :
33874 \begin_inset VSpace medskip
33875 \end_inset
33876
33877
33878 \begin_inset Newline newline
33879 \end_inset
33880
33881
33882 \series bold
33883
33884 \backslash
33885 newcommand{
33886 \backslash
33887 fb}[3]{
33888 \backslash
33889 framebox#1#2{$#3$}}
33890 \series default
33891
33892 \begin_inset VSpace medskip
33893 \end_inset
33894
33895
33896 \begin_inset Newline newline
33897 \end_inset
33898
33899 Los dos signos dólar generan la ecuación extra necesaria para 
33900 \series bold
33901
33902 \backslash
33903 framebox
33904 \series default
33905 , véase 
33906 \begin_inset CommandInset ref
33907 LatexCommand ref
33908 reference "sub:Marcos-con-bordes"
33909
33910 \end_inset
33911
33912 .
33913 \end_layout
33914
33915 \begin_layout Itemize
33916 Para crear un nuevo comando para 
33917 \series bold
33918
33919 \backslash
33920 fcolorbox
33921 \series default
33922  donde no es necesario especificar el color para el marco, el argumento
33923  para el color se define opcional:
33924 \begin_inset VSpace medskip
33925 \end_inset
33926
33927
33928 \begin_inset Newline newline
33929 \end_inset
33930
33931
33932 \series bold
33933
33934 \backslash
33935 newcommand{
33936 \backslash
33937 cb}[3][white]{
33938 \backslash
33939 fcolorbox{#2}{#1}{$#3$}}
33940 \series default
33941
33942 \begin_inset VSpace medskip
33943 \end_inset
33944
33945
33946 \begin_inset Newline newline
33947 \end_inset
33948
33949 Si el color no es especificado al usar 
33950 \series bold
33951
33952 \backslash
33953 cb
33954 \series default
33955 , se elige el color 
33956 \series bold
33957 white
33958 \series default
33959  predefinido.
33960 \end_layout
33961
33962 \begin_layout Standard
33963 Un ensayo con los nuevos comandos definidos:
33964 \end_layout
33965
33966 \begin_layout Standard
33967 \noindent
33968 \align center
33969 \begin_inset Tabular
33970 <lyxtabular version="3" rows="6" columns="2">
33971 <features tabularvalignment="middle">
33972 <column alignment="center" valignment="top" width="0">
33973 <column alignment="center" valignment="top" width="0">
33974 <row>
33975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33976 \begin_inset Text
33977
33978 \begin_layout Plain Layout
33979 Comando
33980 \end_layout
33981
33982 \end_inset
33983 </cell>
33984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33985 \begin_inset Text
33986
33987 \begin_layout Plain Layout
33988 Resultado
33989 \begin_inset Note Note
33990 status collapsed
33991
33992 \begin_layout Plain Layout
33993
33994 \series bold
33995
33996 \backslash
33997 raisebox
33998 \series default
33999  se usa sólo como espaciador
34000 \end_layout
34001
34002 \end_inset
34003
34004
34005 \end_layout
34006
34007 \end_inset
34008 </cell>
34009 </row>
34010 <row>
34011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34012 \begin_inset Text
34013
34014 \begin_layout Plain Layout
34015 A
34016 \backslash
34017 gr
34018 \begin_inset ERT
34019 status collapsed
34020
34021 \begin_layout Plain Layout
34022
34023
34024 \backslash
34025 spce 
34026 \end_layout
34027
34028 \end_inset
34029
34030 B
34031 \end_layout
34032
34033 \end_inset
34034 </cell>
34035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34036 \begin_inset Text
34037
34038 \begin_layout Plain Layout
34039 \begin_inset Formula $A\gr B$
34040 \end_inset
34041
34042
34043 \end_layout
34044
34045 \end_inset
34046 </cell>
34047 </row>
34048 <row>
34049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34050 \begin_inset Text
34051
34052 \begin_layout Plain Layout
34053
34054 \backslash
34055 us{ABcd
34056 \end_layout
34057
34058 \end_inset
34059 </cell>
34060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34061 \begin_inset Text
34062
34063 \begin_layout Plain Layout
34064 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
34065 \end_inset
34066
34067
34068 \end_layout
34069
34070 \end_inset
34071 </cell>
34072 </row>
34073 <row>
34074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34075 \begin_inset Text
34076
34077 \begin_layout Plain Layout
34078
34079 \backslash
34080 fb{[2cm]
34081 \begin_inset Formula $\to$
34082 \end_inset
34083
34084
34085 \backslash
34086 {
34087 \begin_inset Formula $\to$
34088 \end_inset
34089
34090
34091 \backslash
34092 {
34093 \backslash
34094 int
34095 \begin_inset ERT
34096 status collapsed
34097
34098 \begin_layout Plain Layout
34099
34100
34101 \backslash
34102 spce 
34103 \end_layout
34104
34105 \end_inset
34106
34107 A=B
34108 \end_layout
34109
34110 \end_inset
34111 </cell>
34112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34113 \begin_inset Text
34114
34115 \begin_layout Plain Layout
34116 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
34117 \end_inset
34118
34119
34120 \end_layout
34121
34122 \end_inset
34123 </cell>
34124 </row>
34125 <row>
34126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34127 \begin_inset Text
34128
34129 \begin_layout Plain Layout
34130
34131 \backslash
34132 cb{red
34133 \begin_inset Formula $\to$
34134 \end_inset
34135
34136
34137 \backslash
34138 {
34139 \backslash
34140 int
34141 \begin_inset ERT
34142 status collapsed
34143
34144 \begin_layout Plain Layout
34145
34146
34147 \backslash
34148 spce 
34149 \end_layout
34150
34151 \end_inset
34152
34153 A=B
34154 \end_layout
34155
34156 \end_inset
34157 </cell>
34158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34159 \begin_inset Text
34160
34161 \begin_layout Plain Layout
34162 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
34163 \end_inset
34164
34165
34166 \end_layout
34167
34168 \end_inset
34169 </cell>
34170 </row>
34171 <row>
34172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34173 \begin_inset Text
34174
34175 \begin_layout Plain Layout
34176
34177 \backslash
34178 cb[green]
34179 \backslash
34180 {red
34181 \begin_inset Formula $\to$
34182 \end_inset
34183
34184
34185 \backslash
34186 {
34187 \backslash
34188 int
34189 \begin_inset ERT
34190 status collapsed
34191
34192 \begin_layout Plain Layout
34193
34194
34195 \backslash
34196 spce 
34197 \end_layout
34198
34199 \end_inset
34200
34201 A=B
34202 \end_layout
34203
34204 \end_inset
34205 </cell>
34206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34207 \begin_inset Text
34208
34209 \begin_layout Plain Layout
34210 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
34211 \end_inset
34212
34213
34214 \end_layout
34215
34216 \end_inset
34217 </cell>
34218 </row>
34219 </lyxtabular>
34220
34221 \end_inset
34222
34223
34224 \end_layout
34225
34226 \begin_layout Subsection
34227 Macros de ecuaciones
34228 \begin_inset Index idx
34229 status collapsed
34230
34231 \begin_layout Plain Layout
34232 Comandos de usuario ! Macros de ecuaciones
34233 \end_layout
34234
34235 \end_inset
34236
34237
34238 \begin_inset Index idx
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242 Macros
34243 \end_layout
34244
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \begin_layout Standard
34251 Los comandos definidos por el usuario son especialmente convenientes para
34252  expresiones complejas.
34253  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
34254  el mismo tipo de solución se repite varias veces.
34255  La forma general de una ecuación de segundo grado es:
34256 \begin_inset Formula 
34257 \[
34258 0=\lambda^{2}+p\lambda+q
34259 \]
34260
34261 \end_inset
34262
34263 La forma general de la solución es:
34264 \begin_inset Formula 
34265 \[
34266 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
34267 \]
34268
34269 \end_inset
34270
34271
34272 \end_layout
34273
34274 \begin_layout Standard
34275 Para definir un comando para la ecuación de la solución, en donde solo hay
34276  que especificar los tres parámetros 
34277 \begin_inset Formula $\lambda$
34278 \end_inset
34279
34280
34281 \begin_inset Formula $p$
34282 \end_inset
34283
34284 , y 
34285 \begin_inset Formula $q$
34286 \end_inset
34287
34288 , y el índice de 
34289 \begin_inset Formula $\lambda$
34290 \end_inset
34291
34292  puede darse opcionalmente, la línea de preámbulo LaTeX es
34293 \begin_inset Newline newline
34294 \end_inset
34295
34296
34297 \series bold
34298
34299 \backslash
34300 newcommand{
34301 \backslash
34302 qG}[4][1,
34303 \backslash
34304 ,2]{#2_{#1}=-
34305 \backslash
34306 frac{#3}{2}
34307 \backslash
34308 pm
34309 \begin_inset Newline newline
34310 \end_inset
34311
34312
34313 \begin_inset Phantom HPhantom
34314 status open
34315
34316 \begin_layout Plain Layout
34317
34318 \series bold
34319
34320 \backslash
34321 newcommand
34322 \end_layout
34323
34324 \end_inset
34325
34326
34327 \backslash
34328 sqrt{
34329 \backslash
34330 frac{#3^{2}}{4}-#4}}
34331 \end_layout
34332
34333 \begin_layout Standard
34334 Para generar la solución se inserta el comando
34335 \begin_inset Newline newline
34336 \end_inset
34337
34338
34339 \series bold
34340
34341 \backslash
34342 qG{
34343 \backslash
34344 lambda
34345 \begin_inset Formula $\to$
34346 \end_inset
34347
34348
34349 \backslash
34350 {p
34351 \begin_inset Formula $\to$
34352 \end_inset
34353
34354
34355 \backslash
34356 {q
34357 \series default
34358  en una ecuación
34359 \series bold
34360 .
34361 \end_layout
34362
34363 \begin_layout Standard
34364 La definición del nuevo comando no es intuitiva porque hay que conocer los
34365  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
34366  se inserta en LaTeX como
34367 \series bold
34368  
34369 \backslash
34370 frac{numerador}{denominador}
34371 \series default
34372 .
34373  Además, uno puede olvidar fácilmente una llave en la definición y no puede
34374  ver en LyX lo que el nuevo comando está haciendo.
34375  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
34376  ecuación en vez del comando
34377 \series bold
34378  
34379 \backslash
34380 newcommand
34381 \series default
34382 .
34383 \end_layout
34384
34385 \begin_layout Standard
34386 Una macro de ecuación se crea con el menú 
34387 \family sans
34388 Insertar\SpecialChar \menuseparator
34389 Ecuación\SpecialChar \menuseparator
34390 Macro
34391 \family default
34392  o con el botón 
34393 \begin_inset Graphics
34394         filename ../../images/math-macro_newmacroname_newcommand.png
34395         scale 85
34396
34397 \end_inset
34398
34399  de la barra de herramientas.
34400  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
34401  como el siguiente donde se define la macro:
34402 \begin_inset Newline newline
34403 \end_inset
34404
34405
34406 \end_layout
34407
34408 \begin_layout Standard
34409 \begin_inset space \hspace*{\fill}
34410 \end_inset
34411
34412
34413 \begin_inset Graphics
34414         filename ../clipart/macrobox.png
34415
34416 \end_inset
34417
34418
34419 \begin_inset space \hspace*{\fill}
34420 \end_inset
34421
34422
34423 \begin_inset Newline newline
34424 \end_inset
34425
34426
34427 \begin_inset FormulaMacro
34428 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34429 \end_inset
34430
34431
34432 \backslash
34433 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
34434  En el primer marco azul se inserta la ecuación buscada.
34435  Con el comando 
34436 \series bold
34437
34438 \backslash
34439 #númerodeargumento
34440 \series default
34441 , , o con el botón 
34442 \begin_inset Graphics
34443         filename ../../images/math-macro-add-param.png
34444         scale 85
34445
34446 \end_inset
34447
34448  de la barra de herramientas de macros se inserta un colocador de argumento,
34449  p.
34450 \begin_inset space \thinspace{}
34451 \end_inset
34452
34453 e
34454 \begin_inset space \space{}
34455 \end_inset
34456
34457
34458 \series bold
34459
34460 \backslash
34461 #1
34462 \series default
34463 .
34464  Los colocadores de argumento se muestran en rojo.
34465  Se pueden poner 9 argumentos como máximo.
34466  Con el botón 
34467 \begin_inset Graphics
34468         filename ../../images/math-macro-add-optional-param.png
34469         scale 85
34470
34471 \end_inset
34472
34473  se crean argumentos opcionales.
34474  El primer argumento no opcional puede transformarse en opcional con el
34475  botón 
34476 \begin_inset Graphics
34477         filename ../../images/math-macro-make-optional.png
34478         scale 85
34479
34480 \end_inset
34481
34482 .
34483  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
34484  Normalmente quieres verlo tal como está definido, así que el recuadro se
34485  deja vacío.
34486  Pero si has creado una macro que necesita mucho espacio en la pantalla,
34487  en dicho recuadro puedes insertar, por ejemplo
34488 \begin_inset Newline newline
34489 \end_inset
34490
34491
34492 \series bold
34493 qG: 
34494 \backslash
34495 #1
34496 \series default
34497  
34498 \series bold
34499 ,
34500 \series default
34501  
34502 \series bold
34503
34504 \backslash
34505 #2
34506 \series default
34507  
34508 \series bold
34509 ,
34510 \series default
34511  
34512 \series bold
34513
34514 \backslash
34515 #3, 
34516 \backslash
34517 #4
34518 \begin_inset Newline newline
34519 \end_inset
34520
34521
34522 \series default
34523 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
34524  en LyX, lo que conlleva una visualización mejor.
34525  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
34526 \begin_inset Newline newline
34527 \end_inset
34528
34529 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
34530  macros individuales situando el cursor en la macro y usando el menú 
34531 \family sans
34532 Ver\SpecialChar \menuseparator
34533 (Des)plegar macro de ecuación.
34534 \end_layout
34535
34536 \begin_layout Standard
34537 Para usar una macro, se inserta el nombre de la misma como comando en una
34538  ecuación, en nuestro caso 
34539 \series bold
34540
34541 \backslash
34542 qG
34543 \series default
34544 .
34545  Nuestra macro se muestra en LyX así:
34546 \begin_inset Newline newline
34547 \end_inset
34548
34549
34550 \begin_inset space \hspace*{\fill}
34551 \end_inset
34552
34553
34554 \begin_inset Graphics
34555         filename ../clipart/macrouse.png
34556
34557 \end_inset
34558
34559
34560 \begin_inset space \hspace*{\fill}
34561 \end_inset
34562
34563
34564 \begin_inset Newline newline
34565 \end_inset
34566
34567 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34568 \begin_inset Formula $x$
34569 \end_inset
34570
34571
34572 \begin_inset Formula $\ln(x)$
34573 \end_inset
34574
34575 , y 
34576 \begin_inset Formula $B$
34577 \end_inset
34578
34579 :
34580 \end_layout
34581
34582 \begin_layout Standard
34583 \begin_inset Formula 
34584 \[
34585 \qG x{\ln(x)}B
34586 \]
34587
34588 \end_inset
34589
34590
34591 \end_layout
34592
34593 \begin_layout Standard
34594 LyX ofrece en el menú 
34595 \family sans
34596 Herramientas
34597 \family default
34598 \SpecialChar \menuseparator
34599
34600 \family sans
34601 Preferencias\SpecialChar \menuseparator
34602 Edición\SpecialChar \menuseparator
34603 Control
34604 \family default
34605  diferentes estilos para editar macros.
34606  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34607  cursor en una macro para ver la diferencia.
34608 \end_layout
34609
34610 \begin_layout Standard
34611 Una macro de ecuación se transforma internamente en un comando 
34612 \series bold
34613
34614 \backslash
34615 newcommand
34616 \series default
34617  cuando se exporta el documento.
34618  El comando creado 
34619 \series bold
34620
34621 \backslash
34622 newcommand
34623 \series default
34624  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
34625  usar en ecuaciones que estén en recuadros de definición de macros en el
34626  documento.
34627  
34628 \end_layout
34629
34630 \begin_layout Standard
34631 Las macros de ecuación también pueden crearse directamente a partir de un
34632  comando
34633 \series bold
34634  
34635 \backslash
34636 newcommand
34637 \series default
34638 .
34639  Por ejemplo, escribiendo el comando
34640 \begin_inset Newline newline
34641 \end_inset
34642
34643
34644 \series bold
34645
34646 \backslash
34647 newcommand{
34648 \backslash
34649 larrow}[2]{
34650 \backslash
34651 xleftarrow[#2]{#1}}
34652 \begin_inset Newline newline
34653 \end_inset
34654
34655
34656 \series default
34657 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34658  el atajo 
34659 \family sans
34660 Ctrl+M
34661 \family default
34662 , el comando se transformará en una macro de ecuación.
34663  Al emplear este método debes tener cuidado en escribir correctamente el
34664  comando 
34665 \series bold
34666
34667 \backslash
34668 newcommand
34669 \series default
34670 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34671  
34672 \end_layout
34673
34674 \begin_layout Standard
34675 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34676  en definiciones de macros se manejan incorrectamente.
34677  Por eso el ejemplo 
34678 \series bold
34679
34680 \backslash
34681 fb
34682 \series default
34683  de 
34684 \begin_inset CommandInset ref
34685 LatexCommand ref
34686 reference "sub:El-comando-newcommand"
34687
34688 \end_inset
34689
34690  no puede crearse como macro.
34691 \end_layout
34692
34693 \begin_layout Standard
34694 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34695  la barra de herramientas de macros:
34696 \end_layout
34697
34698 \begin_layout Standard
34699 \begin_inset VSpace defskip
34700 \end_inset
34701
34702
34703 \end_layout
34704
34705 \begin_layout Standard
34706 \begin_inset Graphics
34707         filename ../clipart/MacroToolbar.png
34708
34709 \end_inset
34710
34711
34712 \begin_inset Index idx
34713 status collapsed
34714
34715 \begin_layout Plain Layout
34716 Macros ! Barra de herramientas
34717 \end_layout
34718
34719 \end_inset
34720
34721
34722 \end_layout
34723
34724 \begin_layout Standard
34725 \begin_inset VSpace defskip
34726 \end_inset
34727
34728
34729 \end_layout
34730
34731 \begin_layout Standard
34732 La barra de herramientas de macros contiene los siguientes botones:
34733 \end_layout
34734
34735 \begin_layout Standard
34736 \begin_inset VSpace defskip
34737 \end_inset
34738
34739
34740 \end_layout
34741
34742 \begin_layout Standard
34743 \begin_inset Tabular
34744 <lyxtabular version="3" rows="9" columns="2">
34745 <features islongtable="true" longtabularalignment="center">
34746 <column alignment="left" valignment="top" width="0">
34747 <column alignment="left" valignment="top" width="85col%">
34748 <row interlinespace="2.5mm">
34749 <cell alignment="center" valignment="top" usebox="none">
34750 \begin_inset Text
34751
34752 \begin_layout Plain Layout
34753 \begin_inset Graphics
34754         filename ../../images/math-macro-remove-param.png
34755         rotateOrigin center
34756
34757 \end_inset
34758
34759
34760 \end_layout
34761
34762 \end_inset
34763 </cell>
34764 <cell alignment="center" valignment="top" usebox="none">
34765 \begin_inset Text
34766
34767 \begin_layout Plain Layout
34768
34769 \family sans
34770 Editar\SpecialChar \menuseparator
34771 Ecuación\SpecialChar \menuseparator
34772 Definición de macro\SpecialChar \menuseparator
34773 Quitar último argumento
34774 \end_layout
34775
34776 \end_inset
34777 </cell>
34778 </row>
34779 <row interlinespace="2.5mm">
34780 <cell alignment="center" valignment="top" usebox="none">
34781 \begin_inset Text
34782
34783 \begin_layout Plain Layout
34784 \begin_inset Graphics
34785         filename ../../images/math-macro-add-param.png
34786         rotateOrigin center
34787
34788 \end_inset
34789
34790
34791 \end_layout
34792
34793 \end_inset
34794 </cell>
34795 <cell alignment="center" valignment="top" usebox="none">
34796 \begin_inset Text
34797
34798 \begin_layout Plain Layout
34799
34800 \family sans
34801 Editar\SpecialChar \menuseparator
34802 Ecuación\SpecialChar \menuseparator
34803 Definición de macro\SpecialChar \menuseparator
34804 Añadir argumento
34805 \end_layout
34806
34807 \end_inset
34808 </cell>
34809 </row>
34810 <row interlinespace="2.5mm">
34811 <cell alignment="center" valignment="top" usebox="none">
34812 \begin_inset Text
34813
34814 \begin_layout Plain Layout
34815 \begin_inset Graphics
34816         filename ../../images/math-macro-make-optional.png
34817         rotateOrigin center
34818
34819 \end_inset
34820
34821
34822 \end_layout
34823
34824 \end_inset
34825 </cell>
34826 <cell alignment="center" valignment="top" usebox="none">
34827 \begin_inset Text
34828
34829 \begin_layout Plain Layout
34830
34831 \family sans
34832 Editar\SpecialChar \menuseparator
34833 Ecuación\SpecialChar \menuseparator
34834 Definición de macro\SpecialChar \menuseparator
34835 Hacer opcional el primer
34836 \begin_inset Newline newline
34837 \end_inset
34838
34839
34840 \begin_inset Phantom HPhantom
34841 status open
34842
34843 \begin_layout Plain Layout
34844
34845 \family sans
34846 Editar\SpecialChar \menuseparator
34847 Ecuación\SpecialChar \menuseparator
34848 Definición de macro\SpecialChar \menuseparator
34849
34850 \end_layout
34851
34852 \end_inset
34853
34854 argumento no opcional
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 </row>
34860 <row interlinespace="2.5mm">
34861 <cell alignment="center" valignment="top" usebox="none">
34862 \begin_inset Text
34863
34864 \begin_layout Plain Layout
34865 \begin_inset Graphics
34866         filename ../../images/math-macro-make-nonoptional.png
34867         rotateOrigin center
34868
34869 \end_inset
34870
34871
34872 \end_layout
34873
34874 \end_inset
34875 </cell>
34876 <cell alignment="center" valignment="top" usebox="none">
34877 \begin_inset Text
34878
34879 \begin_layout Plain Layout
34880
34881 \family sans
34882 Editar\SpecialChar \menuseparator
34883 Ecuación\SpecialChar \menuseparator
34884 Definición de macro\SpecialChar \menuseparator
34885 Hacer no opcional el primer
34886 \begin_inset Newline newline
34887 \end_inset
34888
34889
34890 \begin_inset Phantom HPhantom
34891 status open
34892
34893 \begin_layout Plain Layout
34894
34895 \family sans
34896 Editar\SpecialChar \menuseparator
34897 Ecuación\SpecialChar \menuseparator
34898 Definición de macro\SpecialChar \menuseparator
34899
34900 \end_layout
34901
34902 \end_inset
34903
34904 argumento opcional
34905 \end_layout
34906
34907 \end_inset
34908 </cell>
34909 </row>
34910 <row interlinespace="2.5mm">
34911 <cell alignment="center" valignment="top" usebox="none">
34912 \begin_inset Text
34913
34914 \begin_layout Plain Layout
34915 \begin_inset Graphics
34916         filename ../../images/math-macro-remove-optional-param.png
34917         rotateOrigin center
34918
34919 \end_inset
34920
34921
34922 \end_layout
34923
34924 \end_inset
34925 </cell>
34926 <cell alignment="center" valignment="top" usebox="none">
34927 \begin_inset Text
34928
34929 \begin_layout Plain Layout
34930
34931 \family sans
34932 Editar\SpecialChar \menuseparator
34933 Ecuación\SpecialChar \menuseparator
34934 Definición de macro\SpecialChar \menuseparator
34935 Quitar argumento opcional
34936 \end_layout
34937
34938 \end_inset
34939 </cell>
34940 </row>
34941 <row interlinespace="2.5mm">
34942 <cell alignment="center" valignment="top" usebox="none">
34943 \begin_inset Text
34944
34945 \begin_layout Plain Layout
34946 \begin_inset Graphics
34947         filename ../../images/math-macro-add-optional-param.png
34948         rotateOrigin center
34949
34950 \end_inset
34951
34952
34953 \end_layout
34954
34955 \end_inset
34956 </cell>
34957 <cell alignment="center" valignment="top" usebox="none">
34958 \begin_inset Text
34959
34960 \begin_layout Plain Layout
34961
34962 \family sans
34963 Editar\SpecialChar \menuseparator
34964 Ecuación\SpecialChar \menuseparator
34965 Definición de macro\SpecialChar \menuseparator
34966 Insertar argumento opcional
34967 \end_layout
34968
34969 \end_inset
34970 </cell>
34971 </row>
34972 <row interlinespace="2.5mm">
34973 <cell alignment="center" valignment="top" usebox="none">
34974 \begin_inset Text
34975
34976 \begin_layout Plain Layout
34977 \begin_inset Graphics
34978         filename ../../images/math-macro-remove-greedy-param.png
34979         rotateOrigin center
34980
34981 \end_inset
34982
34983
34984 \end_layout
34985
34986 \end_inset
34987 </cell>
34988 <cell alignment="center" valignment="top" usebox="none">
34989 \begin_inset Text
34990
34991 \begin_layout Plain Layout
34992
34993 \family sans
34994 Editar\SpecialChar \menuseparator
34995 Ecuación\SpecialChar \menuseparator
34996 Definición de macro\SpecialChar \menuseparator
34997 Quitar último argumento
34998 \begin_inset Newline newline
34999 \end_inset
35000
35001
35002 \begin_inset Phantom HPhantom
35003 status open
35004
35005 \begin_layout Plain Layout
35006
35007 \family sans
35008 Editar\SpecialChar \menuseparator
35009 Ecuación\SpecialChar \menuseparator
35010 Definición de macro\SpecialChar \menuseparator
35011
35012 \end_layout
35013
35014 \end_inset
35015
35016 yendo hacia la derecha
35017 \end_layout
35018
35019 \end_inset
35020 </cell>
35021 </row>
35022 <row interlinespace="2.5mm">
35023 <cell alignment="center" valignment="top" usebox="none">
35024 \begin_inset Text
35025
35026 \begin_layout Plain Layout
35027 \begin_inset Graphics
35028         filename ../../images/math-macro-append-greedy-param.png
35029         rotateOrigin center
35030
35031 \end_inset
35032
35033
35034 \end_layout
35035
35036 \end_inset
35037 </cell>
35038 <cell alignment="center" valignment="top" usebox="none">
35039 \begin_inset Text
35040
35041 \begin_layout Plain Layout
35042
35043 \family sans
35044 Editar\SpecialChar \menuseparator
35045 Ecuación\SpecialChar \menuseparator
35046 Definición de macro\SpecialChar \menuseparator
35047 Añadir argumento comiendo
35048 \begin_inset Newline newline
35049 \end_inset
35050
35051
35052 \begin_inset Phantom HPhantom
35053 status open
35054
35055 \begin_layout Plain Layout
35056
35057 \family sans
35058 Editar\SpecialChar \menuseparator
35059 Ecuación\SpecialChar \menuseparator
35060 Definición de macro\SpecialChar \menuseparator
35061
35062 \end_layout
35063
35064 \end_inset
35065
35066 desde la derecha
35067 \end_layout
35068
35069 \end_inset
35070 </cell>
35071 </row>
35072 <row interlinespace="2.5mm">
35073 <cell alignment="center" valignment="top" usebox="none">
35074 \begin_inset Text
35075
35076 \begin_layout Plain Layout
35077 \begin_inset Graphics
35078         filename ../../images/math-macro-add-greedy-optional-param.png
35079         rotateOrigin center
35080
35081 \end_inset
35082
35083
35084 \end_layout
35085
35086 \end_inset
35087 </cell>
35088 <cell alignment="center" valignment="top" usebox="none">
35089 \begin_inset Text
35090
35091 \begin_layout Plain Layout
35092
35093 \family sans
35094 Editar\SpecialChar \menuseparator
35095 Ecuación\SpecialChar \menuseparator
35096 Definición de macro\SpecialChar \menuseparator
35097 Añadir argumento opcional
35098 \begin_inset Newline newline
35099 \end_inset
35100
35101
35102 \begin_inset Phantom HPhantom
35103 status open
35104
35105 \begin_layout Plain Layout
35106
35107 \family sans
35108 Editar\SpecialChar \menuseparator
35109 Ecuación\SpecialChar \menuseparator
35110 Definición de macro\SpecialChar \menuseparator
35111
35112 \end_layout
35113
35114 \end_inset
35115
35116 comiendo desde la derecha
35117 \end_layout
35118
35119 \end_inset
35120 </cell>
35121 </row>
35122 </lyxtabular>
35123
35124 \end_inset
35125
35126
35127 \end_layout
35128
35129 \begin_layout Section
35130 Sistema algebraico computacional
35131 \end_layout
35132
35133 \begin_layout Standard
35134 LyX permite el intercambio entre expresiones matemáticas escritas con su
35135  editor de ecuaciones y aplicaciones externas o guiones definidos por el
35136  usuario.
35137  Las aplicaciones soportadas actualmente son 
35138 \family sans
35139 Maple
35140 \family default
35141
35142 \family sans
35143 Mathematica
35144 \family default
35145
35146 \family sans
35147 Maxima
35148 \family default
35149  y 
35150 \family sans
35151 Octave
35152 \family default
35153 .
35154  Hay que advertir que el conjunto de estructuras matemáticas soportadas
35155  se limita a casos muy simples.
35156 \end_layout
35157
35158 \begin_layout Subsection
35159 Utilización
35160 \end_layout
35161
35162 \begin_layout Standard
35163 Escribe alguna expresión en una ecuación, despliega el menú 
35164 \family sans
35165 Editar\SpecialChar \menuseparator
35166 Ecuación\SpecialChar \menuseparator
35167 Usar programa de álgebra
35168 \family default
35169  y elige la aplicación que esté instalada en tu ordenador.
35170  Después de eso el resultado de la computación debería mostrarse a la derecha
35171  de la expresión junto con el operador "=".
35172 \end_layout
35173
35174 \begin_layout Standard
35175 A continuación hay unos ejemplos sencillos (con resultados de 
35176 \family sans
35177 Maxima
35178 \family default
35179 ) que muestran qué tipos de computación se pueden realizar:
35180 \end_layout
35181
35182 \begin_layout Itemize
35183 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
35184 \end_inset
35185
35186
35187 \end_layout
35188
35189 \begin_layout Itemize
35190 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
35191 \end_inset
35192
35193
35194 \end_layout
35195
35196 \begin_layout Itemize
35197 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
35198 \end_inset
35199
35200
35201 \end_layout
35202
35203 \begin_layout Itemize
35204 \begin_inset Formula $\det\left[\begin{array}{ccc}
35205 1 & 6 & 7\\
35206 2 & 5 & 8\\
35207 3 & 4 & 17
35208 \end{array}\right]=-56$
35209 \end_inset
35210
35211
35212 \end_layout
35213
35214 \begin_layout Itemize
35215 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
35216 \end_inset
35217
35218
35219 \end_layout
35220
35221 \begin_layout Subsection
35222 Atajos de teclado
35223 \end_layout
35224
35225 \begin_layout Standard
35226 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
35227  Se puede vincular fácilmente una combinación de teclas a la función 
35228 \family sans
35229 math-extern
35230 \family default
35231  de Lyx (véase el manual 
35232 \emph on
35233 Funciones de LyX
35234 \emph default
35235 ).
35236  Por ejemplo, para vincular la tecla 
35237 \family sans
35238 Entrar
35239 \family default
35240  en el editor de ecuaciones a 
35241 \family sans
35242 Maxima
35243 \family default
35244  se podría usar este comando para definir el atajo de teclado:
35245 \end_layout
35246
35247 \begin_layout Standard
35248
35249 \series bold
35250 command-alternatives break-paragraph;math-extern maxima
35251 \end_layout
35252
35253 \begin_layout Section
35254 Consejos prácticos
35255 \begin_inset Index idx
35256 status collapsed
35257
35258 \begin_layout Plain Layout
35259 Consejos prácticos
35260 \end_layout
35261
35262 \end_inset
35263
35264
35265 \end_layout
35266
35267 \begin_layout Subsection
35268 Números negativos
35269 \begin_inset Index idx
35270 status collapsed
35271
35272 \begin_layout Plain Layout
35273 Numeros@Números ! negativos
35274 \end_layout
35275
35276 \end_inset
35277
35278
35279 \end_layout
35280
35281 \begin_layout Standard
35282 Los números negativos a veces se ven feos en las ecuaciones porque el signo
35283  menos delante del número tiene la misma longitud que el operador signo
35284  menos.
35285  Si se escribe el número negativo en texto normal el signo menos aparece
35286  correctamente.
35287 \end_layout
35288
35289 \begin_layout Standard
35290 Así pues, el problema desaparece si se convierte el signo menos a texto
35291  matemático.
35292 \end_layout
35293
35294 \begin_layout Standard
35295 Un ejemplo para visualizar el problema:
35296 \end_layout
35297
35298 \begin_layout Standard
35299 \noindent
35300 \align center
35301 \begin_inset Tabular
35302 <lyxtabular version="3" rows="3" columns="2">
35303 <features tabularvalignment="middle">
35304 <column alignment="center" valignment="top" width="0">
35305 <column alignment="center" valignment="top" width="0">
35306 <row>
35307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35308 \begin_inset Text
35309
35310 \begin_layout Plain Layout
35311 texto normal:
35312 \end_layout
35313
35314 \end_inset
35315 </cell>
35316 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35317 \begin_inset Text
35318
35319 \begin_layout Plain Layout
35320 x = -2
35321 \end_layout
35322
35323 \end_inset
35324 </cell>
35325 </row>
35326 <row>
35327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35328 \begin_inset Text
35329
35330 \begin_layout Plain Layout
35331 ecuación:
35332 \end_layout
35333
35334 \end_inset
35335 </cell>
35336 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35337 \begin_inset Text
35338
35339 \begin_layout Plain Layout
35340 \begin_inset Formula $x=-2$
35341 \end_inset
35342
35343
35344 \end_layout
35345
35346 \end_inset
35347 </cell>
35348 </row>
35349 <row>
35350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35351 \begin_inset Text
35352
35353 \begin_layout Plain Layout
35354 solución:
35355 \end_layout
35356
35357 \end_inset
35358 </cell>
35359 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35360 \begin_inset Text
35361
35362 \begin_layout Plain Layout
35363 \begin_inset Formula $x=\mbox{-}2$
35364 \end_inset
35365
35366
35367 \end_layout
35368
35369 \end_inset
35370 </cell>
35371 </row>
35372 </lyxtabular>
35373
35374 \end_inset
35375
35376
35377 \end_layout
35378
35379 \begin_layout Subsection
35380 Coma como separador decimal
35381 \begin_inset Index idx
35382 status collapsed
35383
35384 \begin_layout Plain Layout
35385 Coma decimal
35386 \end_layout
35387
35388 \end_inset
35389
35390
35391 \end_layout
35392
35393 \begin_layout Standard
35394 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
35395  de grupos numéricos.
35396  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
35397 \end_layout
35398
35399 \begin_layout Standard
35400 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
35401  
35402 \family sans
35403 Ctrl+M
35404 \family default
35405 ).
35406 \end_layout
35407
35408 \begin_layout Standard
35409 Para usar las comas en todas las fórmulas del documento como separador decimal,
35410  se carga el archivo 
35411 \series bold
35412 icomma.sty
35413 \series default
35414
35415 \begin_inset Foot
35416 status collapsed
35417
35418 \begin_layout Plain Layout
35419
35420 \series bold
35421 icomma
35422 \series default
35423  forma parte del paquete LaTeX 
35424 \series bold
35425 was
35426 \series default
35427
35428 \begin_inset Index idx
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432 Paquetes ! was
35433 \begin_inset ERT
35434 status collapsed
35435
35436 \begin_layout Plain Layout
35437
35438
35439 \backslash
35440 vspace{4mm}
35441 \end_layout
35442
35443 \end_inset
35444
35445
35446 \end_layout
35447
35448 \end_inset
35449
35450 .
35451 \end_layout
35452
35453 \end_inset
35454
35455
35456 \begin_inset Index idx
35457 status collapsed
35458
35459 \begin_layout Plain Layout
35460 Paquetes ! icomma
35461 \end_layout
35462
35463 \end_inset
35464
35465  en el preámbulo LaTeX con la línea: 
35466 \end_layout
35467
35468 \begin_layout Standard
35469
35470 \series bold
35471
35472 \backslash
35473 usepackage{icomma}
35474 \end_layout
35475
35476 \begin_layout Subsection
35477 Vectores cuánticos y notación bra-ket
35478 \begin_inset CommandInset label
35479 LatexCommand label
35480 name "sub:Vectores-cuánticos"
35481
35482 \end_inset
35483
35484
35485 \begin_inset Index idx
35486 status open
35487
35488 \begin_layout Plain Layout
35489 Vectores cuánticos
35490 \end_layout
35491
35492 \end_inset
35493
35494
35495 \begin_inset Index idx
35496 status open
35497
35498 \begin_layout Plain Layout
35499 Notación bra-ket
35500 \end_layout
35501
35502 \end_inset
35503
35504
35505 \end_layout
35506
35507 \begin_layout Standard
35508 El paquete LaTeX 
35509 \series bold
35510 braket
35511 \series default
35512
35513 \begin_inset Index idx
35514 status collapsed
35515
35516 \begin_layout Plain Layout
35517 Paquetes ! braket
35518 \end_layout
35519
35520 \end_inset
35521
35522  suministra comandos para escribir paréntesis angulares que se usan en mecánica
35523  cuántica: la notación 
35524 \begin_inset Quotes fld
35525 \end_inset
35526
35527 bra-ket
35528 \begin_inset Quotes frd
35529 \end_inset
35530
35531 ; se carga con la línea de preámbulo LaTeX:
35532 \end_layout
35533
35534 \begin_layout Standard
35535
35536 \series bold
35537
35538 \backslash
35539 usepackage{braket}
35540 \end_layout
35541
35542 \begin_layout Standard
35543 \begin_inset ERT
35544 status collapsed
35545
35546 \begin_layout Plain Layout
35547
35548
35549 \backslash
35550 ifbraket 
35551 \end_layout
35552
35553 \end_inset
35554
35555
35556 \begin_inset Note Note
35557 status open
35558
35559 \begin_layout Plain Layout
35560 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
35561 \series bold
35562 braket
35563 \series default
35564  está instalado.
35565 \end_layout
35566
35567 \end_inset
35568
35569
35570 \end_layout
35571
35572 \begin_layout Standard
35573 Están definidos los siguientes comandos:
35574 \end_layout
35575
35576 \begin_layout Standard
35577 \noindent
35578 \align center
35579 \begin_inset Tabular
35580 <lyxtabular version="3" rows="4" columns="2">
35581 <features tabularvalignment="middle">
35582 <column alignment="center" valignment="top" width="0">
35583 <column alignment="center" valignment="top" width="0">
35584 <row>
35585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35586 \begin_inset Text
35587
35588 \begin_layout Plain Layout
35589 Comando
35590 \end_layout
35591
35592 \end_inset
35593 </cell>
35594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35595 \begin_inset Text
35596
35597 \begin_layout Plain Layout
35598 Resultado
35599 \end_layout
35600
35601 \end_inset
35602 </cell>
35603 </row>
35604 <row>
35605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35606 \begin_inset Text
35607
35608 \begin_layout Plain Layout
35609
35610 \backslash
35611 Bra{
35612 \backslash
35613 psi
35614 \end_layout
35615
35616 \end_inset
35617 </cell>
35618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35619 \begin_inset Text
35620
35621 \begin_layout Plain Layout
35622 \begin_inset Formula $\Bra{\psi}$
35623 \end_inset
35624
35625
35626 \end_layout
35627
35628 \end_inset
35629 </cell>
35630 </row>
35631 <row>
35632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35633 \begin_inset Text
35634
35635 \begin_layout Plain Layout
35636
35637 \backslash
35638 Ket{
35639 \backslash
35640 psi
35641 \end_layout
35642
35643 \end_inset
35644 </cell>
35645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35646 \begin_inset Text
35647
35648 \begin_layout Plain Layout
35649 \begin_inset Formula $\Ket{\psi}$
35650 \end_inset
35651
35652
35653 \end_layout
35654
35655 \end_inset
35656 </cell>
35657 </row>
35658 <row>
35659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35660 \begin_inset Text
35661
35662 \begin_layout Plain Layout
35663
35664 \backslash
35665 Braket{
35666 \backslash
35667 psi|
35668 \backslash
35669 phi
35670 \end_layout
35671
35672 \end_inset
35673 </cell>
35674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35675 \begin_inset Text
35676
35677 \begin_layout Plain Layout
35678 \begin_inset Formula $\Braket{\psi|\phi}$
35679 \end_inset
35680
35681
35682 \end_layout
35683
35684 \end_inset
35685 </cell>
35686 </row>
35687 </lyxtabular>
35688
35689 \end_inset
35690
35691
35692 \end_layout
35693
35694 \begin_layout Standard
35695 El comando 
35696 \series bold
35697
35698 \backslash
35699 Braket
35700 \series default
35701  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35702  circundantes:
35703 \begin_inset Formula 
35704 \[
35705 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35706 \]
35707
35708 \end_inset
35709
35710
35711 \begin_inset ERT
35712 status collapsed
35713
35714 \begin_layout Plain Layout
35715
35716
35717 \backslash
35718 else
35719 \end_layout
35720
35721 \end_inset
35722
35723
35724 \begin_inset Note Note
35725 status open
35726
35727 \begin_layout Plain Layout
35728 Lo que sigue se verá en la salida si el paquete LaTeX 
35729 \series bold
35730 braket
35731 \series default
35732  no está instalado:
35733 \end_layout
35734
35735 \end_inset
35736
35737
35738 \end_layout
35739
35740 \begin_layout Standard
35741 Debes instalar el paquete LaTeX 
35742 \series bold
35743 braket
35744 \series default
35745  para ver en la salida el resto de esta subsección.
35746 \end_layout
35747
35748 \begin_layout Standard
35749 \begin_inset ERT
35750 status collapsed
35751
35752 \begin_layout Plain Layout
35753
35754
35755 \backslash
35756 fi
35757 \end_layout
35758
35759 \end_inset
35760
35761
35762 \end_layout
35763
35764 \begin_layout Standard
35765 El efecto de 
35766 \series bold
35767
35768 \backslash
35769 Braket
35770 \series default
35771  también se puede conseguir con el comando 
35772 \series bold
35773
35774 \backslash
35775 middle
35776 \series default
35777 , que se describe en 
35778 \begin_inset CommandInset ref
35779 LatexCommand ref
35780 reference "sub:Tamaño-automático-de"
35781
35782 \end_inset
35783
35784 .
35785 \end_layout
35786
35787 \begin_layout Subsection
35788 Fracciones definidas por el usuario
35789 \begin_inset CommandInset label
35790 LatexCommand label
35791 name "sub:Fracciones-personalizadas"
35792
35793 \end_inset
35794
35795
35796 \begin_inset Index idx
35797 status collapsed
35798
35799 \begin_layout Plain Layout
35800 Fracciones ! personalizadas
35801 \end_layout
35802
35803 \end_inset
35804
35805
35806 \end_layout
35807
35808 \begin_layout Standard
35809 Para definir comandos personalizados para fracciones, se usa el comando
35810  
35811 \series bold
35812
35813 \backslash
35814 genfrac
35815 \series default
35816
35817 \begin_inset Index idx
35818 status collapsed
35819
35820 \begin_layout Plain Layout
35821 Comandos ! G ! 
35822 \backslash
35823 genfrac
35824 \end_layout
35825
35826 \end_inset
35827
35828  con el siguiente esquema:
35829 \end_layout
35830
35831 \begin_layout Standard
35832
35833 \series bold
35834
35835 \backslash
35836 genfrac{delimitador izquierdo}{delimitador derecho}
35837 \begin_inset Newline newline
35838 \end_inset
35839
35840
35841 \begin_inset Phantom HPhantom
35842 status open
35843
35844 \begin_layout Plain Layout
35845
35846 \series bold
35847
35848 \backslash
35849 genfrac
35850 \end_layout
35851
35852 \end_inset
35853
35854 {grosor raya de fracción}{estilo}{numerador}{denominador}
35855 \end_layout
35856
35857 \begin_layout Standard
35858 El estilo es un número en el rango 0
35859 \begin_inset space \thinspace{}
35860 \end_inset
35861
35862 -
35863 \begin_inset space \thinspace{}
35864 \end_inset
35865
35866 3.
35867 \end_layout
35868
35869 \begin_layout Standard
35870 \align center
35871 \begin_inset Tabular
35872 <lyxtabular version="3" rows="5" columns="2">
35873 <features tabularvalignment="middle">
35874 <column alignment="center" valignment="top" width="0">
35875 <column alignment="center" valignment="top" width="0">
35876 <row>
35877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35878 \begin_inset Text
35879
35880 \begin_layout Plain Layout
35881 Número
35882 \end_layout
35883
35884 \end_inset
35885 </cell>
35886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35887 \begin_inset Text
35888
35889 \begin_layout Plain Layout
35890 Estilo (tamaño)
35891 \end_layout
35892
35893 \end_inset
35894 </cell>
35895 </row>
35896 <row>
35897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35898 \begin_inset Text
35899
35900 \begin_layout Plain Layout
35901 0
35902 \end_layout
35903
35904 \end_inset
35905 </cell>
35906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35907 \begin_inset Text
35908
35909 \begin_layout Plain Layout
35910 ecuación presentada
35911 \end_layout
35912
35913 \end_inset
35914 </cell>
35915 </row>
35916 <row>
35917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35918 \begin_inset Text
35919
35920 \begin_layout Plain Layout
35921 1
35922 \end_layout
35923
35924 \end_inset
35925 </cell>
35926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35927 \begin_inset Text
35928
35929 \begin_layout Plain Layout
35930 ecuación en línea
35931 \end_layout
35932
35933 \end_inset
35934 </cell>
35935 </row>
35936 <row>
35937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35938 \begin_inset Text
35939
35940 \begin_layout Plain Layout
35941 2
35942 \end_layout
35943
35944 \end_inset
35945 </cell>
35946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35947 \begin_inset Text
35948
35949 \begin_layout Plain Layout
35950 pequeño
35951 \end_layout
35952
35953 \end_inset
35954 </cell>
35955 </row>
35956 <row>
35957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35958 \begin_inset Text
35959
35960 \begin_layout Plain Layout
35961 3
35962 \end_layout
35963
35964 \end_inset
35965 </cell>
35966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35967 \begin_inset Text
35968
35969 \begin_layout Plain Layout
35970 muy pequeño
35971 \end_layout
35972
35973 \end_inset
35974 </cell>
35975 </row>
35976 </lyxtabular>
35977
35978 \end_inset
35979
35980
35981 \end_layout
35982
35983 \begin_layout Standard
35984 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35985  
35986 \series bold
35987
35988 \backslash
35989 frac
35990 \series default
35991 .
35992 \end_layout
35993
35994 \begin_layout Standard
35995 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35996  de 0.4
35997 \begin_inset space \thinspace{}
35998 \end_inset
35999
36000 pt.
36001 \end_layout
36002
36003 \begin_layout Standard
36004 Por ejemplo, los comandos 
36005 \series bold
36006
36007 \backslash
36008 dfrac
36009 \series default
36010  y 
36011 \series bold
36012
36013 \backslash
36014 tbinom
36015 \series default
36016  de la 
36017 \begin_inset CommandInset ref
36018 LatexCommand ref
36019 reference "sub:Fracciones"
36020
36021 \end_inset
36022
36023  se definen con los comandos:
36024 \end_layout
36025
36026 \begin_layout Standard
36027
36028 \series bold
36029
36030 \backslash
36031 newcommand{
36032 \backslash
36033 dfrac}[2]{
36034 \backslash
36035 genfrac{}{}{}{0}{#1}{#2}}
36036 \end_layout
36037
36038 \begin_layout Standard
36039 y
36040 \end_layout
36041
36042 \begin_layout Standard
36043
36044 \series bold
36045
36046 \backslash
36047 newcommand{
36048 \backslash
36049 tbinom}[2]{
36050 \backslash
36051 genfrac{(}{)}{0pt}{1}{#1}{#2}}
36052 \end_layout
36053
36054 \begin_layout Standard
36055 \begin_inset VSpace medskip
36056 \end_inset
36057
36058
36059 \end_layout
36060
36061 \begin_layout Standard
36062 Para definir una fracción en la que el grosor de la raya se pueda definir
36063  como argumento opcional, se inserta la siguiente línea en el preámbulo
36064  LaTeX:
36065 \end_layout
36066
36067 \begin_layout Standard
36068
36069 \series bold
36070
36071 \backslash
36072 newcommand{
36073 \backslash
36074 fracS}[3][]{
36075 \backslash
36076 genfrac{}{}{#1}{}{#2}{#3}}
36077 \end_layout
36078
36079 \begin_layout Standard
36080 Un ensayo:
36081 \begin_inset Formula 
36082 \begin{align*}
36083 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
36084 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
36085 \end{align*}
36086
36087 \end_inset
36088
36089 Como se puede ver, la distancia del numerador y el denominador a la raya
36090  de fracción se redondea a unas tres veces el grosor de la raya.
36091 \end_layout
36092
36093 \begin_layout Subsection
36094 Ecuaciones canceladas
36095 \begin_inset Index idx
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099 Ecuación ! cancelada
36100 \end_layout
36101
36102 \end_inset
36103
36104
36105 \end_layout
36106
36107 \begin_layout Standard
36108 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
36109  
36110 \series bold
36111 cancel
36112 \series default
36113
36114 \begin_inset Index idx
36115 status collapsed
36116
36117 \begin_layout Plain Layout
36118 Paquetes ! cancel
36119 \end_layout
36120
36121 \end_inset
36122
36123  con la línea de preámbulo LaTeX
36124 \end_layout
36125
36126 \begin_layout Standard
36127
36128 \series bold
36129
36130 \backslash
36131 usepackage[samesize]{cancel}
36132 \end_layout
36133
36134 \begin_layout Standard
36135 \begin_inset ERT
36136 status collapsed
36137
36138 \begin_layout Plain Layout
36139
36140
36141 \backslash
36142 ifcancel 
36143 \end_layout
36144
36145 \end_inset
36146
36147
36148 \begin_inset Note Note
36149 status open
36150
36151 \begin_layout Plain Layout
36152 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
36153 \series bold
36154 cancel
36155 \series default
36156  está instalado.
36157 \end_layout
36158
36159 \end_inset
36160
36161
36162 \end_layout
36163
36164 \begin_layout Standard
36165 Hay cuatro formas de cancelar ecuaciones:
36166 \end_layout
36167
36168 \begin_layout Standard
36169 \align center
36170 \begin_inset Tabular
36171 <lyxtabular version="3" rows="5" columns="2">
36172 <features tabularvalignment="middle">
36173 <column alignment="center" valignment="top" width="0">
36174 <column alignment="center" valignment="top" width="0">
36175 <row>
36176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36177 \begin_inset Text
36178
36179 \begin_layout Plain Layout
36180 Comando
36181 \end_layout
36182
36183 \end_inset
36184 </cell>
36185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36186 \begin_inset Text
36187
36188 \begin_layout Plain Layout
36189 Resultado
36190 \begin_inset Note Note
36191 status collapsed
36192
36193 \begin_layout Plain Layout
36194 El
36195 \series bold
36196  
36197 \series default
36198 espacio y 
36199 \series bold
36200
36201 \backslash
36202 raisebox
36203 \series default
36204  se usa sólo como espaciador
36205 \end_layout
36206
36207 \end_inset
36208
36209
36210 \end_layout
36211
36212 \end_inset
36213 </cell>
36214 </row>
36215 <row>
36216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36217 \begin_inset Text
36218
36219 \begin_layout Plain Layout
36220
36221 \backslash
36222 cancel{
36223 \backslash
36224 int
36225 \begin_inset ERT
36226 status collapsed
36227
36228 \begin_layout Plain Layout
36229
36230
36231 \backslash
36232 spce 
36233 \end_layout
36234
36235 \end_inset
36236
36237 A=B
36238 \end_layout
36239
36240 \end_inset
36241 </cell>
36242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36243 \begin_inset Text
36244
36245 \begin_layout Plain Layout
36246 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
36247 \end_inset
36248
36249
36250 \end_layout
36251
36252 \end_inset
36253 </cell>
36254 </row>
36255 <row>
36256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36257 \begin_inset Text
36258
36259 \begin_layout Plain Layout
36260
36261 \backslash
36262 bcancel{
36263 \backslash
36264 int
36265 \begin_inset ERT
36266 status collapsed
36267
36268 \begin_layout Plain Layout
36269
36270
36271 \backslash
36272 spce 
36273 \end_layout
36274
36275 \end_inset
36276
36277 A=B
36278 \end_layout
36279
36280 \end_inset
36281 </cell>
36282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36283 \begin_inset Text
36284
36285 \begin_layout Plain Layout
36286 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
36287 \end_inset
36288
36289
36290 \end_layout
36291
36292 \end_inset
36293 </cell>
36294 </row>
36295 <row>
36296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36297 \begin_inset Text
36298
36299 \begin_layout Plain Layout
36300
36301 \backslash
36302 xcancel{
36303 \backslash
36304 int
36305 \begin_inset ERT
36306 status collapsed
36307
36308 \begin_layout Plain Layout
36309
36310
36311 \backslash
36312 spce 
36313 \end_layout
36314
36315 \end_inset
36316
36317 A=B
36318 \end_layout
36319
36320 \end_inset
36321 </cell>
36322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36323 \begin_inset Text
36324
36325 \begin_layout Plain Layout
36326 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
36327 \end_inset
36328
36329
36330 \end_layout
36331
36332 \end_inset
36333 </cell>
36334 </row>
36335 <row>
36336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36337 \begin_inset Text
36338
36339 \begin_layout Plain Layout
36340
36341 \backslash
36342 cancelto{1
36343 \begin_inset Formula $\to$
36344 \end_inset
36345
36346
36347 \backslash
36348 {
36349 \backslash
36350 int
36351 \begin_inset ERT
36352 status collapsed
36353
36354 \begin_layout Plain Layout
36355
36356
36357 \backslash
36358 spce 
36359 \end_layout
36360
36361 \end_inset
36362
36363 A=B
36364 \end_layout
36365
36366 \end_inset
36367 </cell>
36368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36369 \begin_inset Text
36370
36371 \begin_layout Plain Layout
36372 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36373 \end_inset
36374
36375
36376 \end_layout
36377
36378 \end_inset
36379 </cell>
36380 </row>
36381 </lyxtabular>
36382
36383 \end_inset
36384
36385
36386 \end_layout
36387
36388 \begin_layout Standard
36389
36390 \series bold
36391
36392 \backslash
36393 cancelto
36394 \series default
36395  es especialmente apropiada para visualizar la simplificación de fracciones
36396  en una ecuación:
36397 \begin_inset Formula 
36398 \[
36399 \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}}}
36400 \]
36401
36402 \end_inset
36403
36404
36405 \end_layout
36406
36407 \begin_layout Standard
36408 \begin_inset ERT
36409 status collapsed
36410
36411 \begin_layout Plain Layout
36412
36413
36414 \backslash
36415 else
36416 \end_layout
36417
36418 \end_inset
36419
36420
36421 \begin_inset Note Note
36422 status open
36423
36424 \begin_layout Plain Layout
36425 Lo que sigue se verá en la salida si el paquete LaTeX 
36426 \series bold
36427 cancel
36428 \series default
36429  no está instalado:
36430 \end_layout
36431
36432 \end_inset
36433
36434
36435 \end_layout
36436
36437 \begin_layout Standard
36438 Debes instalar el paquete LaTeX 
36439 \series bold
36440 cancel
36441 \series default
36442  para ver en la salida el resto de esta subsección.
36443 \end_layout
36444
36445 \begin_layout Standard
36446 \begin_inset ERT
36447 status collapsed
36448
36449 \begin_layout Plain Layout
36450
36451
36452 \backslash
36453 fi
36454 \end_layout
36455
36456 \end_inset
36457
36458
36459 \end_layout
36460
36461 \begin_layout Subsection
36462 Ecuaciones en encabezados de sección
36463 \begin_inset CommandInset label
36464 LatexCommand label
36465 name "sub:Ecuaciones-en-encabezados"
36466
36467 \end_inset
36468
36469
36470 \begin_inset Index idx
36471 status collapsed
36472
36473 \begin_layout Plain Layout
36474 Ecuación ! en encabezados de sección
36475 \end_layout
36476
36477 \end_inset
36478
36479
36480 \end_layout
36481
36482 \begin_layout Standard
36483 Si se quiere poner una ecuación en un encabezado de sección hay que tener
36484  en cuenta lo siguiente:
36485 \end_layout
36486
36487 \begin_layout Standard
36488 \begin_inset Note Greyedout
36489 status open
36490
36491 \begin_layout Plain Layout
36492 Si el soporte para 
36493 \series bold
36494 hyperref
36495 \series default
36496
36497 \begin_inset Index idx
36498 status collapsed
36499
36500 \begin_layout Plain Layout
36501 Paquetes ! hyperref
36502 \end_layout
36503
36504 \end_inset
36505
36506  está activado en la configuración del documento, 
36507 \family sans
36508 Propiedades
36509 \begin_inset space ~
36510 \end_inset
36511
36512
36513 \family default
36514 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
36515  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
36516  texto del marcador, porque se infringen las convenciones PDF.
36517 \end_layout
36518
36519 \end_inset
36520
36521
36522 \end_layout
36523
36524 \begin_layout Standard
36525 Estos problemas se pueden solucionar insertando al final del encabezado
36526  un título breve con el menú 
36527 \family sans
36528 Insertar\SpecialChar \menuseparator
36529 Título
36530 \begin_inset space ~
36531 \end_inset
36532
36533 breve
36534 \family default
36535 .
36536  Los títulos breves se usan como alternativa para encabezados de sección
36537  con más de una línea para mantener el buen aspecto del índice.
36538  En éste sólo aparece el título breve y por tanto también en los marcadores.
36539 \end_layout
36540
36541 \begin_layout Standard
36542 Si hay que poner ecuaciones en el índice y se usa 
36543 \series bold
36544 hyperref
36545 \series default
36546 , se puede insertar el siguiente comando en modo TeX:
36547 \end_layout
36548
36549 \begin_layout Standard
36550
36551 \series bold
36552
36553 \backslash
36554 texorpdfstring{parte}{alternativa}
36555 \begin_inset Index idx
36556 status collapsed
36557
36558 \begin_layout Plain Layout
36559 Comandos ! T ! 
36560 \backslash
36561 texorpdfstring
36562 \end_layout
36563
36564 \end_inset
36565
36566
36567 \end_layout
36568
36569 \begin_layout Standard
36570 parte se refiere a la parte del encabezado que no debería aparecer en el
36571  marcador PDF.
36572  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
36573  La alternativa se usa para el marcador en vez de la parte.
36574 \end_layout
36575
36576 \begin_layout Standard
36577 Aquí hay dos ejemplos de encabezados con ecuación:
36578 \end_layout
36579
36580 \begin_layout Standard
36581 \begin_inset VSpace -3mm
36582 \end_inset
36583
36584
36585 \end_layout
36586
36587 \begin_layout Standard
36588 \begin_inset ERT
36589 status collapsed
36590
36591 \begin_layout Plain Layout
36592
36593
36594 \backslash
36595 boldmath 
36596 \end_layout
36597
36598 \end_inset
36599
36600
36601 \end_layout
36602
36603 \begin_layout Subsubsection
36604 Encabezado sin ecuación en el índice 
36605 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36606 \end_inset
36607
36608
36609 \begin_inset Argument
36610 status collapsed
36611
36612 \begin_layout Plain Layout
36613 Encabezado sin ecuación en el índice
36614 \end_layout
36615
36616 \end_inset
36617
36618
36619 \end_layout
36620
36621 \begin_layout Subsubsection
36622 Encabezado con ecuación en el índice
36623 \begin_inset ERT
36624 status collapsed
36625
36626 \begin_layout Plain Layout
36627
36628
36629 \backslash
36630 texorpdfstring{
36631 \end_layout
36632
36633 \end_inset
36634
36635  
36636 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36637 \end_inset
36638
36639
36640 \begin_inset ERT
36641 status collapsed
36642
36643 \begin_layout Plain Layout
36644
36645 }{}
36646 \end_layout
36647
36648 \end_inset
36649
36650
36651 \end_layout
36652
36653 \begin_layout Standard
36654 \begin_inset ERT
36655 status collapsed
36656
36657 \begin_layout Plain Layout
36658
36659
36660 \backslash
36661 unboldmath 
36662 \end_layout
36663
36664 \end_inset
36665
36666 En el primer encabezado se ha puesto un título breve, en el segundo un 
36667 \series bold
36668
36669 \backslash
36670 texorpdfstring
36671 \series default
36672 .
36673 \end_layout
36674
36675 \begin_layout Standard
36676 Para obtener el mismo formato que en los demás encabezados se han puesto
36677  ambos en un entorno 
36678 \series bold
36679 boldmath
36680 \series default
36681 .
36682 \begin_inset Foot
36683 status collapsed
36684
36685 \begin_layout Plain Layout
36686 véase 
36687 \begin_inset CommandInset ref
36688 LatexCommand ref
36689 reference "sub:Ecuaciones-en-negrita"
36690
36691 \end_inset
36692
36693
36694 \end_layout
36695
36696 \end_inset
36697
36698
36699 \end_layout
36700
36701 \begin_layout Subsection
36702 Ecuaciones en texto multicolumna
36703 \begin_inset Index idx
36704 status collapsed
36705
36706 \begin_layout Plain Layout
36707 Ecuación ! en texto multicolumna
36708 \end_layout
36709
36710 \end_inset
36711
36712
36713 \end_layout
36714
36715 \begin_layout Standard
36716 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36717  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36718  de la página.
36719  Esto se hace usando el paquete LaTeX 
36720 \series bold
36721 multicol
36722 \series default
36723 ,
36724 \begin_inset Foot
36725 status collapsed
36726
36727 \begin_layout Plain Layout
36728
36729 \series bold
36730 multicol
36731 \series default
36732  forma parte de las distribuciones LaTeX estándar.
36733 \end_layout
36734
36735 \end_inset
36736
36737
36738 \begin_inset Index idx
36739 status collapsed
36740
36741 \begin_layout Plain Layout
36742 Paquetes ! multicol
36743 \end_layout
36744
36745 \end_inset
36746
36747  que se carga en el preámbulo LaTeX con la línea
36748 \end_layout
36749
36750 \begin_layout Standard
36751
36752 \series bold
36753
36754 \backslash
36755 usepackage{multicol}
36756 \end_layout
36757
36758 \begin_layout Standard
36759 \begin_inset Note Greyedout
36760 status open
36761
36762 \begin_layout Plain Layout
36763 Ten en cuenta que la opción 
36764 \family sans
36765 Documento
36766 \begin_inset space ~
36767 \end_inset
36768
36769 con
36770 \begin_inset space ~
36771 \end_inset
36772
36773 dos
36774 \begin_inset space ~
36775 \end_inset
36776
36777 caras
36778 \family default
36779 , bajo 
36780 \family sans
36781 Diseño
36782 \begin_inset space ~
36783 \end_inset
36784
36785 de
36786 \begin_inset space ~
36787 \end_inset
36788
36789 página 
36790 \family default
36791 en el menú 
36792 \family sans
36793 Documento\SpecialChar \menuseparator
36794 Configuración
36795 \family default
36796  
36797 \emph on
36798 debe
36799 \emph default
36800  estar desmarcada.
36801 \end_layout
36802
36803 \end_inset
36804
36805
36806 \end_layout
36807
36808 \begin_layout Standard
36809 Antes del texto multicolumna se inserta en modo TeX el comando
36810 \end_layout
36811
36812 \begin_layout Standard
36813
36814 \series bold
36815
36816 \backslash
36817 begin{multicols}{número de columnas}
36818 \end_layout
36819
36820 \begin_layout Standard
36821 El número de columnas está en el rango 2-10.
36822  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36823  TeX el comando
36824 \end_layout
36825
36826 \begin_layout Standard
36827
36828 \series bold
36829
36830 \backslash
36831 end{multicols}
36832 \end_layout
36833
36834 \begin_layout Standard
36835 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36836  Para quitarlo se inserta un espacio vertical de -6
36837 \begin_inset space \thinspace{}
36838 \end_inset
36839
36840 mm antes de la ecuación.
36841  Si se usa el estilo 
36842 \series bold
36843 Sangrado
36844 \series default
36845 ,
36846 \begin_inset Foot
36847 status open
36848
36849 \begin_layout Plain Layout
36850 véase estilos de ecuación en 
36851 \begin_inset CommandInset ref
36852 LatexCommand ref
36853 reference "sec:Estilos-de-ecuación"
36854
36855 \end_inset
36856
36857
36858 \end_layout
36859
36860 \end_inset
36861
36862  se inserta un espacio de -9
36863 \begin_inset space \thinspace{}
36864 \end_inset
36865
36866 mm.
36867 \end_layout
36868
36869 \begin_layout Standard
36870 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36871 \end_layout
36872
36873 \begin_layout Standard
36874
36875 \lang german
36876 \begin_inset ERT
36877 status collapsed
36878
36879 \begin_layout Plain Layout
36880
36881
36882 \backslash
36883 begin{multicols}{2}
36884 \end_layout
36885
36886 \end_inset
36887
36888 Das Spektrum wird fouriertransformiert.
36889  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36890 , Lösungsmittel) zu trennen.
36891  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36892  nun das Aussehen des Ausgangssignals.
36893  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36894  über alle Phasen integrieren muss.
36895  Sei nun 
36896 \begin_inset Formula $S$
36897 \end_inset
36898
36899  unser normiertes Ausgangssignal und 
36900 \begin_inset Formula $P$
36901 \end_inset
36902
36903  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36904 \begin_inset ERT
36905 status collapsed
36906
36907 \begin_layout Plain Layout
36908
36909
36910 \backslash
36911 end{multicols}
36912 \end_layout
36913
36914 \end_inset
36915
36916
36917 \begin_inset VSpace -6mm
36918 \end_inset
36919
36920
36921 \begin_inset Formula 
36922 \begin{equation}
36923 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36924 \end{equation}
36925
36926 \end_inset
36927
36928
36929 \begin_inset ERT
36930 status collapsed
36931
36932 \begin_layout Plain Layout
36933
36934
36935 \backslash
36936 begin{multicols}{2}
36937 \end_layout
36938
36939 \end_inset
36940
36941 wobei 
36942 \begin_inset Formula $S_{0}$
36943 \end_inset
36944
36945  das Signal ohne Gradient ist und die Normierungsbedingung 
36946 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36947 \end_inset
36948
36949  gilt.
36950  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36951  Direkt nach dem 
36952 \begin_inset Formula $\nicefrac{\pi}{2}$
36953 \end_inset
36954
36955
36956 \begin_inset space \thinspace{}
36957 \end_inset
36958
36959 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36960  das Signal zusätzlich abschwächt.
36961  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36962  
36963 \begin_inset Formula $T_{2}$
36964 \end_inset
36965
36966 -Zeit.
36967 \end_layout
36968
36969 \begin_layout Standard
36970
36971 \lang german
36972 \begin_inset ERT
36973 status collapsed
36974
36975 \begin_layout Plain Layout
36976
36977
36978 \backslash
36979 end{multicols}
36980 \end_layout
36981
36982 \end_inset
36983
36984
36985 \end_layout
36986
36987 \begin_layout Subsection
36988 Ecuaciones con descripción de variables
36989 \begin_inset Index idx
36990 status collapsed
36991
36992 \begin_layout Plain Layout
36993 Ecuación ! con descripción de variables
36994 \end_layout
36995
36996 \end_inset
36997
36998
36999 \end_layout
37000
37001 \begin_layout Standard
37002 Para describir variables en una ecuación, como en la fórmula 
37003 \begin_inset CommandInset ref
37004 LatexCommand eqref
37005 reference "eq:within"
37006
37007 \end_inset
37008
37009 , se inserta una matriz 2×
37010 \begin_inset Formula $n$
37011 \end_inset
37012
37013  con columnas alineadas a la izquierda para las 
37014 \emph on
37015
37016 \begin_inset Formula $n$
37017 \end_inset
37018
37019
37020 \emph default
37021  variables usadas.
37022 \begin_inset Foot
37023 status collapsed
37024
37025 \begin_layout Plain Layout
37026 véase matrices en 
37027 \begin_inset CommandInset ref
37028 LatexCommand ref
37029 reference "sec:Matrices"
37030
37031 \end_inset
37032
37033
37034 \end_layout
37035
37036 \end_inset
37037
37038  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
37039  el comando 
37040 \series bold
37041
37042 \backslash
37043 footnotesize
37044 \series default
37045  antes de la matriz.
37046 \begin_inset Foot
37047 status collapsed
37048
37049 \begin_layout Plain Layout
37050 véase tamaños de tipografías en 
37051 \begin_inset CommandInset ref
37052 LatexCommand ref
37053 reference "sub:Tamaños-de-tipografías"
37054
37055 \end_inset
37056
37057 .
37058 \end_layout
37059
37060 \end_inset
37061
37062
37063 \end_layout
37064
37065 \begin_layout Standard
37066 Si se usa el estilo 
37067 \series bold
37068 Sangrado
37069 \series default
37070 ,
37071 \begin_inset Foot
37072 status collapsed
37073
37074 \begin_layout Plain Layout
37075 véase estilos de ecuación en 
37076 \begin_inset CommandInset ref
37077 LatexCommand ref
37078 reference "sec:Estilos-de-ecuación"
37079
37080 \end_inset
37081
37082
37083 \end_layout
37084
37085 \end_inset
37086
37087  se inserta un 
37088 \series bold
37089
37090 \backslash
37091 hfill
37092 \series default
37093
37094 \begin_inset Foot
37095 status collapsed
37096
37097 \begin_layout Plain Layout
37098
37099 \series bold
37100
37101 \backslash
37102 hfill
37103 \series default
37104  sólo funciona en ecuaciones en estilo 
37105 \series bold
37106 Sangrado
37107 \series default
37108 , véase 
37109 \begin_inset CommandInset ref
37110 LatexCommand ref
37111 reference "sub:Espacio-variable"
37112
37113 \end_inset
37114
37115
37116 \end_layout
37117
37118 \end_inset
37119
37120  delante y detrás de la matriz para que tenga la misma separación con la
37121  ecuación y con el margen.
37122 \end_layout
37123
37124 \begin_layout Standard
37125 Si se usa el estilo 
37126 \series bold
37127 Centrado
37128 \series default
37129  se emplea el método descrito en la 
37130 \begin_inset CommandInset ref
37131 LatexCommand ref
37132 reference "sub:Entorno-flalign"
37133
37134 \end_inset
37135
37136  para sangrar la ecuación.
37137  La ecuación 
37138 \begin_inset CommandInset ref
37139 LatexCommand eqref
37140 reference "eq:within"
37141
37142 \end_inset
37143
37144  consta de cinco columnas ya que las dos primeras contienen la fórmula,
37145  la tercera la matriz y la última una llave TeX vacía.
37146 \begin_inset Formula 
37147 \begin{flalign}
37148 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
37149 \rho & \mbox{densidad}\\
37150 V & \mbox{volumen}\\
37151 g & \mbox{aceleración gravitatoria}
37152 \end{array} &  & {}\label{eq:within}
37153 \end{flalign}
37154
37155 \end_inset
37156
37157
37158 \end_layout
37159
37160 \begin_layout Subsection
37161 Letras griegas minúsculas en redonda
37162 \begin_inset CommandInset label
37163 LatexCommand label
37164 name "sub:Griegas-en-redonda"
37165
37166 \end_inset
37167
37168
37169 \begin_inset Index idx
37170 status collapsed
37171
37172 \begin_layout Plain Layout
37173 Letras griegas ! en redonda
37174 \end_layout
37175
37176 \end_inset
37177
37178
37179 \end_layout
37180
37181 \begin_layout Standard
37182 La mayoría de las tipografías sólo suministran letras griegas minúsculas
37183  en cursiva.
37184  Pero para símbolos de partículas elementales como piones y neutrinos hacen
37185  falta letras griegas en redonda.
37186  El archivo 
37187 \series bold
37188 upgreek.sty
37189 \series default
37190
37191 \begin_inset Foot
37192 status collapsed
37193
37194 \begin_layout Plain Layout
37195
37196 \series bold
37197 upgreek
37198 \series default
37199  forma parte del paquete LaTeX 
37200 \series bold
37201 was
37202 \series default
37203
37204 \begin_inset Index idx
37205 status collapsed
37206
37207 \begin_layout Plain Layout
37208 Paquetes ! was
37209 \begin_inset ERT
37210 status collapsed
37211
37212 \begin_layout Plain Layout
37213
37214
37215 \backslash
37216 vspace{4mm}
37217 \end_layout
37218
37219 \end_inset
37220
37221
37222 \end_layout
37223
37224 \end_inset
37225
37226 .
37227 \end_layout
37228
37229 \end_inset
37230
37231
37232 \begin_inset Index idx
37233 status collapsed
37234
37235 \begin_layout Plain Layout
37236 Paquetes ! upgreek
37237 \end_layout
37238
37239 \end_inset
37240
37241 , que se carga en el preámbulo LaTeX con la línea
37242 \end_layout
37243
37244 \begin_layout Standard
37245
37246 \series bold
37247
37248 \backslash
37249 usepackage{upgreek}
37250 \end_layout
37251
37252 \begin_layout Standard
37253 las suministra.
37254  
37255 \begin_inset ERT
37256 status collapsed
37257
37258 \begin_layout Plain Layout
37259
37260
37261 \backslash
37262 ifupgreek 
37263 \end_layout
37264
37265 \end_inset
37266
37267
37268 \begin_inset Note Note
37269 status open
37270
37271 \begin_layout Plain Layout
37272 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
37273 \series bold
37274 upgreek
37275 \series default
37276 :
37277 \end_layout
37278
37279 \end_inset
37280
37281  Se imprimen con el comando de la letra correspondiente precedido de 
37282 \series bold
37283 up
37284 \series default
37285 .
37286  Por ejemplo, el comando 
37287 \series bold
37288
37289 \backslash
37290 uptau
37291 \series default
37292  genera: 
37293 \begin_inset Formula $\uptau$
37294 \end_inset
37295
37296
37297 \end_layout
37298
37299 \begin_layout Standard
37300 Con estos comandos se pueden escribir reacciones entre partículas elementales:
37301 \begin_inset Formula 
37302 \[
37303 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
37304 \]
37305
37306 \end_inset
37307
37308
37309 \end_layout
37310
37311 \begin_layout Standard
37312 Las letras en redonda son más remarcadas y más grandes que las correspondientes
37313  en cursiva.
37314  Por tanto no deberían emplearse para unidades como 
37315 \begin_inset Quotes fld
37316 \end_inset
37317
37318 µm
37319 \begin_inset Quotes frd
37320 \end_inset
37321
37322 .
37323 \end_layout
37324
37325 \begin_layout Standard
37326 \begin_inset ERT
37327 status collapsed
37328
37329 \begin_layout Plain Layout
37330
37331
37332 \backslash
37333 else 
37334 \end_layout
37335
37336 \end_inset
37337
37338
37339 \begin_inset Note Note
37340 status open
37341
37342 \begin_layout Plain Layout
37343 Lo siguiente se mostrará si el paquete LaTeX 
37344 \series bold
37345 upgreek
37346 \series default
37347  no está instalado:
37348 \end_layout
37349
37350 \end_inset
37351
37352
37353 \end_layout
37354
37355 \begin_layout Standard
37356 Debes instalar el paquete LaTeX 
37357 \series bold
37358 upgreek
37359 \series default
37360  para ver en la salida el resto de esta subsección.
37361  
37362 \end_layout
37363
37364 \begin_layout Standard
37365 \begin_inset ERT
37366 status collapsed
37367
37368 \begin_layout Plain Layout
37369
37370
37371 \backslash
37372 fi
37373 \end_layout
37374
37375 \end_inset
37376
37377
37378 \end_layout
37379
37380 \begin_layout Subsection
37381 Caracteres de texto en ecuaciones
37382 \begin_inset CommandInset label
37383 LatexCommand label
37384 name "sub:Caracteres-de-texto"
37385
37386 \end_inset
37387
37388
37389 \begin_inset Index idx
37390 status collapsed
37391
37392 \begin_layout Plain Layout
37393 Texto ! en ecuaciones
37394 \end_layout
37395
37396 \end_inset
37397
37398
37399 \end_layout
37400
37401 \begin_layout Standard
37402 En algunos casos podrías querer insertar caracteres de texto directamente
37403  en ecuaciones.
37404  Por ejemplo, cuando se usa con frecuencia el punto centrado 
37405 \begin_inset Formula $\cdot$
37406 \end_inset
37407
37408  en expresiones como 
37409 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
37410 \end_inset
37411
37412 , habría que insertar el comando 
37413 \series bold
37414
37415 \backslash
37416 cdot
37417 \series default
37418
37419 \begin_inset Foot
37420 status collapsed
37421
37422 \begin_layout Plain Layout
37423 véase 
37424 \begin_inset CommandInset ref
37425 LatexCommand ref
37426 reference "sub:Operadores-binarios"
37427
37428 \end_inset
37429
37430
37431 \end_layout
37432
37433 \end_inset
37434
37435  continuamente, porque este carácter está definido en todas las codificaciones
37436  como carácter de texto.
37437  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
37438 \end_layout
37439
37440 \begin_layout Standard
37441
37442 \series bold
37443
37444 \backslash
37445 Declare Inputtext{183}{
37446 \backslash
37447 ifmmode
37448 \backslash
37449 cdot
37450 \backslash
37451 else
37452 \backslash
37453 textperiodcentered
37454 \backslash
37455 f\SpecialChar \textcompwordmark{}
37456 i}
37457 \end_layout
37458
37459 \begin_layout Standard
37460 La codificación de caracteres (menú 
37461 \family sans
37462 Documento\SpecialChar \menuseparator
37463 Configuración\SpecialChar \menuseparator
37464 Idioma
37465 \family default
37466 ) especifica el carácter que se muestra al pulsar una tecla.
37467  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
37468  
37469 \series bold
37470
37471 \backslash
37472 textperiodcentered
37473 \series default
37474 .
37475  Pero este comando no está disponible en ecuaciones así que obtendrías errores
37476  de LaTeX.
37477  Con la codificación cambiada se escoge automáticamente el comando correcto,
37478  dependiendo de si el carácter se ha insertado en una ecuación o no.
37479 \end_layout
37480
37481 \begin_layout Standard
37482 La codificación de diversos caracteres se guarda en archivos de definición.
37483  Por ejemplo la codificación 
37484 \series bold
37485 latin9
37486 \series default
37487  se define en el archivo 
37488 \series bold
37489 latin9.def
37490 \series default
37491  que está en el directorio de LaTeX.
37492  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
37493  archivo de definición, de lo contrario nuestros documentos no podrían ser
37494  editados en otros ordenadores.
37495 \begin_inset VSpace medskip
37496 \end_inset
37497
37498
37499 \end_layout
37500
37501 \begin_layout Standard
37502 Además del punto centrado, en este documento se ha definido el símbolo grado
37503  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
37504  directamente en una fórmula:
37505 \end_layout
37506
37507 \begin_layout Standard
37508
37509 \series bold
37510
37511 \backslash
37512 DeclareInputtext{176}{
37513 \backslash
37514 ifmmode^
37515 \backslash
37516 circ
37517 \backslash
37518 else
37519 \backslash
37520 textdegree
37521 \backslash
37522 f\SpecialChar \textcompwordmark{}
37523 i}
37524 \begin_inset Newpage newpage
37525 \end_inset
37526
37527
37528 \end_layout
37529
37530 \begin_layout Section
37531 \start_of_appendix
37532 Notas sobre tipografía
37533 \begin_inset Index idx
37534 status open
37535
37536 \begin_layout Plain Layout
37537 Tipografía, normas
37538 \end_layout
37539
37540 \end_inset
37541
37542
37543 \end_layout
37544
37545 \begin_layout Standard
37546 Esta sección es un resumen de las normas tipográficas ISO más importantes.
37547 \begin_inset Foot
37548 status collapsed
37549
37550 \begin_layout Plain Layout
37551 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
37552  
37553 \begin_inset Quotes fld
37554 \end_inset
37555
37556 Duden
37557 \begin_inset Quotes frd
37558 \end_inset
37559
37560  
37561 \begin_inset CommandInset citation
37562 LatexCommand cite
37563 key "Duden"
37564
37565 \end_inset
37566
37567 , que incluye algunas de las normas ISO.
37568  
37569 \begin_inset Newline newline
37570 \end_inset
37571
37572 (
37573 \emph on
37574 N.
37575 \begin_inset space \thinspace{}
37576 \end_inset
37577
37578 del t.
37579 \emph default
37580 : Para documentación en español sobre el tema, véase 
37581 \begin_inset CommandInset citation
37582 LatexCommand cite
37583 key "Bezos"
37584
37585 \end_inset
37586
37587 .)
37588 \end_layout
37589
37590 \end_inset
37591
37592
37593 \end_layout
37594
37595 \begin_layout Itemize
37596 Las unidades físicas se escriben 
37597 \emph on
37598 siempre 
37599 \emph default
37600 en redonda
37601 \begin_inset Foot
37602 status collapsed
37603
37604 \begin_layout Plain Layout
37605 véase estilos de tipografías en 
37606 \begin_inset CommandInset ref
37607 LatexCommand ref
37608 reference "sub:Estilos-de-tipografías"
37609
37610 \end_inset
37611
37612
37613 \end_layout
37614
37615 \end_inset
37616
37617 , aunque aparezcan en un texto en cursiva: 30
37618 \begin_inset space \thinspace{}
37619 \end_inset
37620
37621 km/h
37622 \begin_inset Newline newline
37623 \end_inset
37624
37625 Entre el valor y la unidad hay un espacio delgado, véase 
37626 \begin_inset CommandInset ref
37627 LatexCommand ref
37628 reference "sub:Espacio-predefinido"
37629
37630 \end_inset
37631
37632 .
37633 \begin_inset Newline newline
37634 \end_inset
37635
37636 Esta norma la cumple automáticamente el comando 
37637 \series bold
37638
37639 \backslash
37640 unittwo
37641 \series default
37642 .
37643  Si se introduce en una fórmula aparecen dos marcos.
37644  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37645  como antes, 
37646 \begin_inset Formula $\unit[30]{km/h}$
37647 \end_inset
37648
37649
37650 \begin_inset space \thinspace{}
37651 \end_inset
37652
37653 .
37654  Ten en cuenta que 
37655 \series bold
37656
37657 \backslash
37658 unittwo
37659 \series default
37660  no es un auténtico comando LaTeX, sino el comando 
37661 \series bold
37662
37663 \backslash
37664 unit[value]{unit}
37665 \series default
37666 , por tanto no lo puedes usar en código TeX.
37667 \end_layout
37668
37669 \begin_layout Itemize
37670 Los signos por ciento y por mil se escriben como las unidades físicas:
37671 \begin_inset Newline newline
37672 \end_inset
37673
37674 1,2
37675 \begin_inset space \thinspace{}
37676 \end_inset
37677
37678 ‰ de alcohol en sangre.
37679 \end_layout
37680
37681 \begin_layout Itemize
37682 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37683  otra unidad: 15
37684 \begin_inset space \thinspace{}
37685 \end_inset
37686
37687 °C
37688 \end_layout
37689
37690 \begin_layout Itemize
37691 En números con más de cuatro dígitos se inserta un espacio delgado para
37692  separarlos en grupos de tres cifras: 18
37693 \begin_inset space \thinspace{}
37694 \end_inset
37695
37696 473
37697 \begin_inset space \thinspace{}
37698 \end_inset
37699
37700 588
37701 \end_layout
37702
37703 \begin_layout Itemize
37704 Para dimensiones como 120×90×40
37705 \begin_inset space \thinspace{}
37706 \end_inset
37707
37708 cm se usa el aspa de multiplicar 
37709 \begin_inset Quotes fld
37710 \end_inset
37711
37712 ×
37713 \begin_inset Quotes frd
37714 \end_inset
37715
37716 .
37717  Está disponible en el menú 
37718 \family sans
37719 Insertar\SpecialChar \menuseparator
37720 Carácter especial
37721 \family default
37722 \SpecialChar \menuseparator
37723
37724 \family sans
37725 Símbolos
37726 \family default
37727  o bien mediante el comando 
37728 \series bold
37729
37730 \backslash
37731 times
37732 \series default
37733 .
37734  Se puede insertar directamente con cierta combinación de teclas.
37735 \end_layout
37736
37737 \begin_layout Itemize
37738 Las funciones con nombres que constan de varias letras se escriben en redonda
37739  para evitar confusiones, véase 
37740 \begin_inset CommandInset ref
37741 LatexCommand ref
37742 reference "sub:Funciones-predefinidas"
37743
37744 \end_inset
37745
37746 .
37747 \end_layout
37748
37749 \begin_layout Itemize
37750 Los índices que constan de varias letras se escriben en redonda: 
37751 \begin_inset Formula $E_{\mathrm{cin}}$
37752 \end_inset
37753
37754
37755 \begin_inset Newline newline
37756 \end_inset
37757
37758 Los componentes de una matriz se escriben en cursiva: 
37759 \begin_inset Formula $\hat{H}_{kl}$
37760 \end_inset
37761
37762
37763 \end_layout
37764
37765 \begin_layout Itemize
37766 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37767  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37768 s con otras variables.
37769 \end_layout
37770
37771 \begin_layout Itemize
37772 El carácter que indica una transformación 
37773 \noun on
37774 Fourier
37775 \noun default
37776  se inserta con el comando 
37777 \series bold
37778
37779 \backslash
37780 mathscr
37781 \begin_inset ERT
37782 status collapsed
37783
37784 \begin_layout Plain Layout
37785
37786
37787 \backslash
37788 spce 
37789 \end_layout
37790
37791 \end_inset
37792
37793 F
37794 \series default
37795  o mediante el menú
37796 \family sans
37797  Insertar\SpecialChar \menuseparator
37798 Carácter especial
37799 \family default
37800 \SpecialChar \menuseparator
37801
37802 \family sans
37803 Símbolos\SpecialChar \menuseparator
37804 Símbolos de letra
37805 \family default
37806
37807 \begin_inset Formula $\mathscr{F}$
37808 \end_inset
37809
37810
37811 \end_layout
37812
37813 \begin_layout Standard
37814 \begin_inset Newpage newpage
37815 \end_inset
37816
37817
37818 \end_layout
37819
37820 \begin_layout Section
37821 Sinónimos
37822 \begin_inset Index idx
37823 status collapsed
37824
37825 \begin_layout Plain Layout
37826 Sinónimos
37827 \end_layout
37828
37829 \end_inset
37830
37831
37832 \end_layout
37833
37834 \begin_layout Standard
37835 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37836  como los que se recogen en esta lista:
37837 \begin_inset Foot
37838 status open
37839
37840 \begin_layout Plain Layout
37841 véase también 
37842 \begin_inset CommandInset ref
37843 LatexCommand ref
37844 reference "fn:sinónimos"
37845
37846 \end_inset
37847
37848 .
37849 \end_layout
37850
37851 \end_inset
37852
37853
37854 \end_layout
37855
37856 \begin_layout Standard
37857 \begin_inset VSpace bigskip
37858 \end_inset
37859
37860
37861 \begin_inset space \hfill{}
37862 \end_inset
37863
37864
37865 \begin_inset Tabular
37866 <lyxtabular version="3" rows="12" columns="2">
37867 <features tabularvalignment="middle">
37868 <column alignment="center" valignment="top" width="0pt">
37869 <column alignment="center" valignment="top" width="0pt">
37870 <row>
37871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37872 \begin_inset Text
37873
37874 \begin_layout Plain Layout
37875 Comando
37876 \end_layout
37877
37878 \end_inset
37879 </cell>
37880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37881 \begin_inset Text
37882
37883 \begin_layout Plain Layout
37884 equivalente a
37885 \begin_inset Note Note
37886 status collapsed
37887
37888 \begin_layout Plain Layout
37889
37890 \series bold
37891
37892 \backslash
37893 raisebox
37894 \series default
37895  se usa sólo como espaciador
37896 \end_layout
37897
37898 \end_inset
37899
37900
37901 \end_layout
37902
37903 \end_inset
37904 </cell>
37905 </row>
37906 <row>
37907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37908 \begin_inset Text
37909
37910 \begin_layout Plain Layout
37911
37912 \backslash
37913 ast
37914 \end_layout
37915
37916 \end_inset
37917 </cell>
37918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37919 \begin_inset Text
37920
37921 \begin_layout Plain Layout
37922 \begin_inset ERT
37923 status collapsed
37924
37925 \begin_layout Plain Layout
37926
37927
37928 \backslash
37929 raisebox{-1.2mm}{
37930 \end_layout
37931
37932 \end_inset
37933
37934 *
37935 \begin_inset ERT
37936 status collapsed
37937
37938 \begin_layout Plain Layout
37939
37940 }
37941 \end_layout
37942
37943 \end_inset
37944
37945
37946 \end_layout
37947
37948 \end_inset
37949 </cell>
37950 </row>
37951 <row>
37952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37953 \begin_inset Text
37954
37955 \begin_layout Plain Layout
37956
37957 \backslash
37958 choose
37959 \end_layout
37960
37961 \end_inset
37962 </cell>
37963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37964 \begin_inset Text
37965
37966 \begin_layout Plain Layout
37967
37968 \backslash
37969 binom
37970 \end_layout
37971
37972 \end_inset
37973 </cell>
37974 </row>
37975 <row>
37976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37977 \begin_inset Text
37978
37979 \begin_layout Plain Layout
37980
37981 \backslash
37982 geq
37983 \end_layout
37984
37985 \end_inset
37986 </cell>
37987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37988 \begin_inset Text
37989
37990 \begin_layout Plain Layout
37991
37992 \backslash
37993 ge
37994 \end_layout
37995
37996 \end_inset
37997 </cell>
37998 </row>
37999 <row>
38000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38001 \begin_inset Text
38002
38003 \begin_layout Plain Layout
38004
38005 \backslash
38006 lbrace
38007 \end_layout
38008
38009 \end_inset
38010 </cell>
38011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38012 \begin_inset Text
38013
38014 \begin_layout Plain Layout
38015 {
38016 \end_layout
38017
38018 \end_inset
38019 </cell>
38020 </row>
38021 <row>
38022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38023 \begin_inset Text
38024
38025 \begin_layout Plain Layout
38026
38027 \backslash
38028 lbracket
38029 \end_layout
38030
38031 \end_inset
38032 </cell>
38033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38034 \begin_inset Text
38035
38036 \begin_layout Plain Layout
38037 [
38038 \end_layout
38039
38040 \end_inset
38041 </cell>
38042 </row>
38043 <row>
38044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38045 \begin_inset Text
38046
38047 \begin_layout Plain Layout
38048
38049 \backslash
38050 leftarrow
38051 \end_layout
38052
38053 \end_inset
38054 </cell>
38055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38056 \begin_inset Text
38057
38058 \begin_layout Plain Layout
38059
38060 \backslash
38061 gets
38062 \end_layout
38063
38064 \end_inset
38065 </cell>
38066 </row>
38067 <row>
38068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38069 \begin_inset Text
38070
38071 \begin_layout Plain Layout
38072
38073 \backslash
38074 leq
38075 \end_layout
38076
38077 \end_inset
38078 </cell>
38079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38080 \begin_inset Text
38081
38082 \begin_layout Plain Layout
38083
38084 \backslash
38085 le
38086 \end_layout
38087
38088 \end_inset
38089 </cell>
38090 </row>
38091 <row>
38092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38093 \begin_inset Text
38094
38095 \begin_layout Plain Layout
38096
38097 \backslash
38098 lor
38099 \end_layout
38100
38101 \end_inset
38102 </cell>
38103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38104 \begin_inset Text
38105
38106 \begin_layout Plain Layout
38107
38108 \backslash
38109 vee
38110 \end_layout
38111
38112 \end_inset
38113 </cell>
38114 </row>
38115 <row>
38116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38117 \begin_inset Text
38118
38119 \begin_layout Plain Layout
38120
38121 \backslash
38122 neq
38123 \end_layout
38124
38125 \end_inset
38126 </cell>
38127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38128 \begin_inset Text
38129
38130 \begin_layout Plain Layout
38131
38132 \backslash
38133 not=
38134 \end_layout
38135
38136 \end_inset
38137 </cell>
38138 </row>
38139 <row>
38140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38141 \begin_inset Text
38142
38143 \begin_layout Plain Layout
38144
38145 \backslash
38146 slash
38147 \end_layout
38148
38149 \end_inset
38150 </cell>
38151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38152 \begin_inset Text
38153
38154 \begin_layout Plain Layout
38155 /
38156 \end_layout
38157
38158 \end_inset
38159 </cell>
38160 </row>
38161 <row>
38162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38163 \begin_inset Text
38164
38165 \begin_layout Plain Layout
38166
38167 \backslash
38168 vert
38169 \end_layout
38170
38171 \end_inset
38172 </cell>
38173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38174 \begin_inset Text
38175
38176 \begin_layout Plain Layout
38177 |
38178 \end_layout
38179
38180 \end_inset
38181 </cell>
38182 </row>
38183 </lyxtabular>
38184
38185 \end_inset
38186
38187
38188 \begin_inset space \hfill{}
38189 \end_inset
38190
38191
38192 \begin_inset Tabular
38193 <lyxtabular version="3" rows="12" columns="2">
38194 <features tabularvalignment="middle">
38195 <column alignment="center" valignment="top" width="0pt">
38196 <column alignment="center" valignment="top" width="0pt">
38197 <row>
38198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38199 \begin_inset Text
38200
38201 \begin_layout Plain Layout
38202 Comando
38203 \end_layout
38204
38205 \end_inset
38206 </cell>
38207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38208 \begin_inset Text
38209
38210 \begin_layout Plain Layout
38211 equivalente a
38212 \end_layout
38213
38214 \end_inset
38215 </cell>
38216 </row>
38217 <row>
38218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38219 \begin_inset Text
38220
38221 \begin_layout Plain Layout
38222
38223 \backslash
38224 backslash
38225 \end_layout
38226
38227 \end_inset
38228 </cell>
38229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38230 \begin_inset Text
38231
38232 \begin_layout Plain Layout
38233
38234 \backslash
38235
38236 \backslash
38237
38238 \end_layout
38239
38240 \end_inset
38241 </cell>
38242 </row>
38243 <row>
38244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38245 \begin_inset Text
38246
38247 \begin_layout Plain Layout
38248
38249 \backslash
38250 dasharrow
38251 \end_layout
38252
38253 \end_inset
38254 </cell>
38255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38256 \begin_inset Text
38257
38258 \begin_layout Plain Layout
38259
38260 \backslash
38261 dashrightarrow
38262 \end_layout
38263
38264 \end_inset
38265 </cell>
38266 </row>
38267 <row>
38268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38269 \begin_inset Text
38270
38271 \begin_layout Plain Layout
38272
38273 \backslash
38274 land
38275 \end_layout
38276
38277 \end_inset
38278 </cell>
38279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38280 \begin_inset Text
38281
38282 \begin_layout Plain Layout
38283
38284 \backslash
38285 wedge
38286 \end_layout
38287
38288 \end_inset
38289 </cell>
38290 </row>
38291 <row>
38292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38293 \begin_inset Text
38294
38295 \begin_layout Plain Layout
38296
38297 \backslash
38298 rbrace
38299 \end_layout
38300
38301 \end_inset
38302 </cell>
38303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38304 \begin_inset Text
38305
38306 \begin_layout Plain Layout
38307 }
38308 \end_layout
38309
38310 \end_inset
38311 </cell>
38312 </row>
38313 <row>
38314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38315 \begin_inset Text
38316
38317 \begin_layout Plain Layout
38318
38319 \backslash
38320 rbracket
38321 \end_layout
38322
38323 \end_inset
38324 </cell>
38325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38326 \begin_inset Text
38327
38328 \begin_layout Plain Layout
38329 ]
38330 \end_layout
38331
38332 \end_inset
38333 </cell>
38334 </row>
38335 <row>
38336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38337 \begin_inset Text
38338
38339 \begin_layout Plain Layout
38340
38341 \backslash
38342 rightarrow
38343 \end_layout
38344
38345 \end_inset
38346 </cell>
38347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38348 \begin_inset Text
38349
38350 \begin_layout Plain Layout
38351
38352 \backslash
38353 to
38354 \end_layout
38355
38356 \end_inset
38357 </cell>
38358 </row>
38359 <row>
38360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38361 \begin_inset Text
38362
38363 \begin_layout Plain Layout
38364
38365 \backslash
38366 lnot
38367 \end_layout
38368
38369 \end_inset
38370 </cell>
38371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38372 \begin_inset Text
38373
38374 \begin_layout Plain Layout
38375
38376 \backslash
38377 neg
38378 \end_layout
38379
38380 \end_inset
38381 </cell>
38382 </row>
38383 <row>
38384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38385 \begin_inset Text
38386
38387 \begin_layout Plain Layout
38388
38389 \backslash
38390 ne
38391 \end_layout
38392
38393 \end_inset
38394 </cell>
38395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38396 \begin_inset Text
38397
38398 \begin_layout Plain Layout
38399
38400 \backslash
38401 not=
38402 \end_layout
38403
38404 \end_inset
38405 </cell>
38406 </row>
38407 <row>
38408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38409 \begin_inset Text
38410
38411 \begin_layout Plain Layout
38412
38413 \backslash
38414 owns
38415 \end_layout
38416
38417 \end_inset
38418 </cell>
38419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38420 \begin_inset Text
38421
38422 \begin_layout Plain Layout
38423
38424 \backslash
38425 ni
38426 \end_layout
38427
38428 \end_inset
38429 </cell>
38430 </row>
38431 <row>
38432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38433 \begin_inset Text
38434
38435 \begin_layout Plain Layout
38436
38437 \backslash
38438 square
38439 \end_layout
38440
38441 \end_inset
38442 </cell>
38443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38444 \begin_inset Text
38445
38446 \begin_layout Plain Layout
38447
38448 \backslash
38449 Box
38450 \end_layout
38451
38452 \end_inset
38453 </cell>
38454 </row>
38455 <row>
38456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38457 \begin_inset Text
38458
38459 \begin_layout Plain Layout
38460
38461 \backslash
38462 Vert
38463 \end_layout
38464
38465 \end_inset
38466 </cell>
38467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38468 \begin_inset Text
38469
38470 \begin_layout Plain Layout
38471
38472 \backslash
38473 |
38474 \end_layout
38475
38476 \end_inset
38477 </cell>
38478 </row>
38479 </lyxtabular>
38480
38481 \end_inset
38482
38483
38484 \begin_inset space \hfill{}
38485 \end_inset
38486
38487
38488 \end_layout
38489
38490 \begin_layout Standard
38491 \begin_inset Newpage newpage
38492 \end_inset
38493
38494
38495 \end_layout
38496
38497 \begin_layout Bibliography
38498 \labelwidthstring Referencias
38499 \begin_inset CommandInset bibitem
38500 LatexCommand bibitem
38501 key "TLC2"
38502
38503 \end_inset
38504
38505
38506 \shape smallcaps
38507 Mittelbach, F.
38508  ; Goossens, M.
38509 \shape default
38510
38511 \shape italic
38512 The LaTeX Companion
38513 \shape default
38514 .
38515  Addison Wesley, 2004
38516 \end_layout
38517
38518 \begin_layout Bibliography
38519 \labelwidthstring Referencias
38520 \begin_inset CommandInset bibitem
38521 LatexCommand bibitem
38522 key "Mathmode"
38523
38524 \end_inset
38525
38526
38527 \begin_inset CommandInset href
38528 LatexCommand href
38529 name "Descripción"
38530 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38531
38532 \end_inset
38533
38534  de habilidades matemáticas de LaTeX
38535 \end_layout
38536
38537 \begin_layout Bibliography
38538 \labelwidthstring Referencias
38539 \begin_inset CommandInset bibitem
38540 LatexCommand bibitem
38541 key "AMS"
38542
38543 \end_inset
38544
38545
38546 \begin_inset CommandInset href
38547 LatexCommand href
38548 name "Descripción"
38549 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38550
38551 \end_inset
38552
38553  de 
38554 \begin_inset ERT
38555 status collapsed
38556
38557 \begin_layout Plain Layout
38558
38559
38560 \backslash
38561 AmS
38562 \end_layout
38563
38564 \end_inset
38565
38566 -LaTeX
38567 \end_layout
38568
38569 \begin_layout Bibliography
38570 \labelwidthstring Referencias
38571 \begin_inset CommandInset bibitem
38572 LatexCommand bibitem
38573 key "Symbols"
38574
38575 \end_inset
38576
38577
38578 \begin_inset CommandInset href
38579 LatexCommand href
38580 name "Lista"
38581 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38582
38583 \end_inset
38584
38585  de todos los símbolos disponibles con paquetes LaTeX
38586 \end_layout
38587
38588 \begin_layout Bibliography
38589 \labelwidthstring Referencias
38590 \begin_inset CommandInset bibitem
38591 LatexCommand bibitem
38592 key "hyperref"
38593
38594 \end_inset
38595
38596
38597 \begin_inset CommandInset href
38598 LatexCommand href
38599 name "Documentación"
38600 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38601
38602 \end_inset
38603
38604  del paquete LaTeX 
38605 \series bold
38606 hyperref
38607 \series default
38608
38609 \begin_inset Index idx
38610 status collapsed
38611
38612 \begin_layout Plain Layout
38613 Paquetes ! hyperref
38614 \end_layout
38615
38616 \end_inset
38617
38618
38619 \end_layout
38620
38621 \begin_layout Bibliography
38622 \labelwidthstring Referencias
38623 \begin_inset CommandInset bibitem
38624 LatexCommand bibitem
38625 key "mhchem"
38626
38627 \end_inset
38628
38629
38630 \begin_inset CommandInset href
38631 LatexCommand href
38632 name "Documentación"
38633 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38634
38635 \end_inset
38636
38637  del paquete LaTeX 
38638 \series bold
38639 mhchem
38640 \series default
38641
38642 \begin_inset Index idx
38643 status collapsed
38644
38645 \begin_layout Plain Layout
38646 Paquetes ! mhchem
38647 \end_layout
38648
38649 \end_inset
38650
38651
38652 \end_layout
38653
38654 \begin_layout Bibliography
38655 \labelwidthstring Referencias
38656 \begin_inset CommandInset bibitem
38657 LatexCommand bibitem
38658 key "Mathclap"
38659
38660 \end_inset
38661
38662
38663 \begin_inset CommandInset href
38664 LatexCommand href
38665 name "Descripción"
38666 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38667
38668 \end_inset
38669
38670  del comando 
38671 \series bold
38672
38673 \backslash
38674 mathclap
38675 \series default
38676 , descrito en 
38677 \begin_inset CommandInset ref
38678 LatexCommand ref
38679 reference "sub:Límites-de-operadores"
38680
38681 \end_inset
38682
38683
38684 \begin_inset Index idx
38685 status collapsed
38686
38687 \begin_layout Plain Layout
38688 Comandos ! M ! 
38689 \backslash
38690 mathclap
38691 \end_layout
38692
38693 \end_inset
38694
38695
38696 \end_layout
38697
38698 \begin_layout Bibliography
38699 \labelwidthstring Referencias
38700 \begin_inset CommandInset bibitem
38701 LatexCommand bibitem
38702 key "Duden"
38703
38704 \end_inset
38705
38706
38707 \emph on
38708 Duden Band 1
38709 \emph default
38710 .
38711  22.
38712  Auflage, Duden 2001
38713 \end_layout
38714
38715 \begin_layout Bibliography
38716 \labelwidthstring Referencias
38717 \begin_inset CommandInset bibitem
38718 LatexCommand bibitem
38719 key "spanish"
38720
38721 \end_inset
38722
38723
38724 \begin_inset CommandInset href
38725 LatexCommand href
38726 name "Página web"
38727 target "http://www.tex-tipografia.com/spanish.html"
38728
38729 \end_inset
38730
38731  del estilo 
38732 \series bold
38733 spanish
38734 \family sans
38735 \series default
38736  
38737 \family default
38738 incluido en el paquete 
38739 \series bold
38740 babel
38741 \end_layout
38742
38743 \begin_layout Bibliography
38744 \labelwidthstring Referencias
38745 \begin_inset CommandInset bibitem
38746 LatexCommand bibitem
38747 key "Bezos"
38748
38749 \end_inset
38750
38751
38752 \begin_inset CommandInset href
38753 LatexCommand href
38754 name "Documento"
38755 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38756
38757 \end_inset
38758
38759  sobre ortotipografía y notaciones matemáticas en español
38760 \end_layout
38761
38762 \begin_layout Standard
38763 \begin_inset CommandInset index_print
38764 LatexCommand printindex
38765 type "idx"
38766
38767 \end_inset
38768
38769
38770 \end_layout
38771
38772 \end_body
38773 \end_document