]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
- documentation files: squash some LaTeX and KOMA-script warnings
[features.git] / lib / doc / es / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 401
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasspanish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % for the Fourier transformation symbol
86 \usepackage{mathrsfs}
87
88 % center multirows (e.g. in sec. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % define a color, used in sec.9.3
92 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
93
94 % declare operators (see sec. 10.4 and sec. 15.2)
95 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\spce}{\textvisiblespace}
99
100 % example definitions for sec. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % example macro from sec. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % macro from sec. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % redefine the greyed out note
116 \renewenvironment{lyxgreyedout}
117  {\textcolor{blue}\bgroup}{\egroup}
118
119 % ------------------------------------
120 % used to check for needed LaTeX packages
121 \usepackage{ifthen}
122
123 % check for package eurosym
124 % used for the Euro symbol
125 \newboolean{eurosym}
126 \IfFileExists{eurosym.sty}
127  {\usepackage[gennarrow]{eurosym}
128   \setboolean{eurosym}{true}}
129  {\setboolean{eurosym}{false}}
130
131 % check for package braket
132 % used for physical vectors
133 \newboolean{braket}
134 \IfFileExists{braket.sty}
135  {\usepackage{braket}
136   \setboolean{braket}{true}}
137  {\setboolean{braket}{false}}
138
139 % check for package cancel
140 \newboolean{cancel}
141 \IfFileExists{cancel.sty}
142  {\usepackage{cancel}
143   \setboolean{cancel}{true}}
144  {\setboolean{cancel}{false}}
145
146 % check for package upgreek
147 \newboolean{upgreek}
148 \IfFileExists{upgreek.sty}
149  {\usepackage{upgreek}
150   \setboolean{upgreek}{true}}
151  {\setboolean{upgreek}{false}}
152 \end_preamble
153 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
154 \use_default_options false
155 \maintain_unincluded_children false
156 \language spanish
157 \inputencoding auto
158 \fontencoding global
159 \font_roman default
160 \font_sans default
161 \font_typewriter default
162 \font_default_family default
163 \use_xetex false
164 \font_sc false
165 \font_osf false
166 \font_sf_scale 100
167 \font_tt_scale 100
168
169 \graphics default
170 \default_output_format default
171 \output_sync 0
172 \bibtex_command default
173 \index_command default
174 \paperfontsize 12
175 \spacing single
176 \use_hyperref true
177 \pdf_title "Manual detallado de Matemáticas en LyX"
178 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
179 \pdf_subject "LyX-documentation about math"
180 \pdf_keywords "LyX, Mathed"
181 \pdf_bookmarks true
182 \pdf_bookmarksnumbered true
183 \pdf_bookmarksopen true
184 \pdf_bookmarksopenlevel 1
185 \pdf_breaklinks false
186 \pdf_pdfborder false
187 \pdf_colorlinks true
188 \pdf_backref false
189 \pdf_pdfusetitle false
190 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
191 \papersize a4paper
192 \use_geometry false
193 \use_amsmath 2
194 \use_esint 1
195 \use_mhchem 1
196 \use_mathdots 1
197 \cite_engine basic
198 \use_bibtopic false
199 \use_indices false
200 \paperorientation portrait
201 \suppress_date false
202 \index Índice
203 \shortcut idx
204 \color #008000
205 \end_index
206 \secnumdepth 4
207 \tocdepth 3
208 \paragraph_separation skip
209 \defskip medskip
210 \quotes_language french
211 \papercolumns 1
212 \papersides 2
213 \paperpagestyle plain
214 \bullet 1 0 6 -1
215 \bullet 2 2 35 -1
216 \bullet 3 2 7 -1
217 \tracking_changes false
218 \output_changes false
219 \html_math_output 0
220 \html_be_strict false
221 \end_header
222
223 \begin_body
224
225 \begin_layout Title
226 Manual detallado de
227 \begin_inset Newline newline
228 \end_inset
229
230 Matemáticas en LyX
231 \end_layout
232
233 \begin_layout Author
234 por el Equipo LyX
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
240  lista de correo de documentación de LyX
241 \family typewriter
242
243 \begin_inset CommandInset href
244 LatexCommand href
245 name "lyx-docs@lists.lyx.org"
246 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 autor: Uwe Stöhr, traducción: Ignacio Garcia
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Newline newline
267 \end_inset
268
269
270 \begin_inset Newline newline
271 \end_inset
272
273 Versión 2.0.x
274 \end_layout
275
276 \begin_layout Standard
277 \begin_inset CommandInset toc
278 LatexCommand tableofcontents
279
280 \end_inset
281
282
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset Note Note
287 status open
288
289 \begin_layout Plain Layout
290 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
291  paquetes LaTeX 
292 \series bold
293 braket, cancel, eurosym
294 \series default
295
296 \series bold
297 mhchem
298 \series default
299 ,
300 \series bold
301  multirow
302 \series default
303  y 
304 \series bold
305 was
306 \series default
307 .
308  Si
309 \series bold
310  
311 \series default
312 no están instalados también puedes exportar el documento pero las secciones
313  en que se requieren dichos paquetes no aparecerán en la salida.
314  
315 \series bold
316 mhchem
317 \series default
318  es una excepción: si no está instalado no se puede exportar este archivo.
319 \end_layout
320
321 \begin_layout Plain Layout
322 La última versión PDF de este documento está disponible en:
323 \begin_inset Newline newline
324 \end_inset
325
326
327 \series bold
328 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
329 \end_layout
330
331 \end_inset
332
333
334 \begin_inset Newpage newpage
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Section
341 Introducción
342 \end_layout
343
344 \begin_layout Standard
345 Este documento explica las características matemáticas de LyX y además es
346  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
347  Las explicaciones están diseñadas para el uso de comandos.
348  Por consiguiente es preciso que hayas leído la sección 
349 \emph on
350 Ecuaciones matemáticas
351 \emph default
352  de la 
353 \emph on
354 Guía del usuario
355 \emph default
356 .
357 \end_layout
358
359 \begin_layout Standard
360 La mayoría de caracteres y muchas estructuras explicadas en este manual
361  también son accesibles mediante el menú 
362 \family sans
363 Insertar\SpecialChar \menuseparator
364 Ecuación
365 \family default
366  o la barra de herramientas
367 \family sans
368  Ecuaciones
369 \family default
370 .
371  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
372  mucho más rápido usar comandos que la barra de herramientas.
373  Por tanto este manual está enfocado al uso de comandos, aunque también
374  se mencionan los botones correspondientes de las barras de herramientas
375  cuando están disponibles.
376 \end_layout
377
378 \begin_layout Standard
379 Si no se especifica lo contrario los comandos sólo están disponibles dentro
380  de las fórmulas.
381  Para poder usar todos los comandos explicados en este documento, debe usarse
382  la opción 
383 \family sans
384 Usar el paquete de ecuaciones AMS
385 \family default
386  en la configuración del documento (menú 
387 \family sans
388 Documento\SpecialChar \menuseparator
389 Configuración\SpecialChar \menuseparator
390 Ecuaciones
391 \family default
392 )
393 \begin_inset Foot
394 status collapsed
395
396 \begin_layout Plain Layout
397 La opción 
398 \family sans
399 Usar el paquete de ecuaciones AMS automáticamente
400 \family default
401  sólo usa ecuaciones 
402 \begin_inset ERT
403 status collapsed
404
405 \begin_layout Plain Layout
406
407
408 \backslash
409 AmS 
410 \end_layout
411
412 \end_inset
413
414
415 \begin_inset space ~
416 \end_inset
417
418  si las estructuras matemáticas son soportadas por LyX.
419 \end_layout
420
421 \end_inset
422
423 .
424 \end_layout
425
426 \begin_layout Standard
427 Este documento no recoge todos los comandos de ecuaciones 
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS 
436 \end_layout
437
438 \end_inset
439
440
441 \begin_inset Foot
442 status collapsed
443
444 \begin_layout Plain Layout
445 En el archivo 
446 \family sans
447
448 \begin_inset CommandInset href
449 LatexCommand href
450 name "amsguide.ps"
451 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
452
453 \end_inset
454
455
456 \family default
457 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
458  lista con todos los comandos de ecuaciones 
459 \begin_inset ERT
460 status collapsed
461
462 \begin_layout Plain Layout
463
464
465 \backslash
466 AmS 
467 \end_layout
468
469 \end_inset
470
471 .
472 \end_layout
473
474 \end_inset
475
476  por razones de claridad.
477 \end_layout
478
479 \begin_layout Section
480 Instrucciones generales
481 \end_layout
482
483 \begin_layout Standard
484 Para crear una ecuación en línea
485 \begin_inset Index idx
486 status collapsed
487
488 \begin_layout Plain Layout
489 Ecuación ! en línea
490 \end_layout
491
492 \end_inset
493
494  insertada en una línea de texto, teclea una de las combinaciones 
495 \family sans
496 Ctrl+M, Alt+C M, Alt+M M
497 \family default
498  o pulsa el botón 
499 \begin_inset Graphics
500         filename ../../images/math-mode.png
501         scale 85
502
503 \end_inset
504
505  de la barra de herramientas.
506 \begin_inset Newline newline
507 \end_inset
508
509 Para crear una ecuación en estilo presentación
510 \begin_inset Index idx
511 status collapsed
512
513 \begin_layout Plain Layout
514 Ecuación ! presentada
515 \end_layout
516
517 \end_inset
518
519 , que se verá más grande y en su propio párrafo, teclea
520 \family sans
521  
522 \family default
523 una de estas combinaciones: 
524 \family sans
525 Ctrl+Mayúsculas+M, Alt+M D.
526 \end_layout
527
528 \begin_layout Standard
529 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
530  dentro de la ecuación y teclea
531 \family sans
532  Ctrl+M, Alt+C M, Alt+M M 
533 \family default
534 o usa el menú 
535 \family sans
536 Editar\SpecialChar \menuseparator
537 Ecuación\SpecialChar \menuseparator
538 Cambiar tipo de ecuación
539 \family default
540 .
541  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
542 \end_layout
543
544 \begin_layout Standard
545 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
546  presentada, escribe el comando 
547 \series bold
548
549 \backslash
550 displaystyle
551 \series default
552
553 \begin_inset Index idx
554 status collapsed
555
556 \begin_layout Plain Layout
557 Comandos ! D ! 
558 \backslash
559 displaystyle
560 \end_layout
561
562 \end_inset
563
564  en la ecuación y pulsa espacio.
565  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
566  de la ecuación.
567 \end_layout
568
569 \begin_layout Standard
570 En las tablas sólo se permiten ecuaciones en línea.
571 \end_layout
572
573 \begin_layout Standard
574 Las barras 
575 \family sans
576 Ecuaciones
577 \family default
578  y 
579 \family sans
580 Panel de ecuaciones 
581 \family default
582 se pueden visualizar mediante el menú 
583 \family sans
584 Ver\SpecialChar \menuseparator
585 Barras de herramientas
586 \family default
587 .
588  Si ahí pulsas en 
589 \begin_inset Quotes fld
590 \end_inset
591
592 Ecuaciones
593 \begin_inset Quotes frd
594 \end_inset
595
596  y/o en 
597 \begin_inset Quotes fld
598 \end_inset
599
600 Panel de ecuaciones
601 \begin_inset Quotes frd
602 \end_inset
603
604 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
605  estado se visualiza en el menú de las barras de herramientas con una marca.
606  Si en este estado pulsas de nuevo sobre 
607 \begin_inset Quotes fld
608 \end_inset
609
610 Ecuaciones
611 \begin_inset Quotes frd
612 \end_inset
613
614  y/o 
615 \begin_inset Quotes fld
616 \end_inset
617
618 Panel de ecuaciones
619 \begin_inset Quotes frd
620 \end_inset
621
622  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
623  de una ecuación; este estado se indica añadiendo a las entradas del menú
624  la palabra 
625 \begin_inset Quotes fld
626 \end_inset
627
628 (auto)
629 \begin_inset Quotes frd
630 \end_inset
631
632 .
633  
634 \end_layout
635
636 \begin_layout Standard
637 El modo TeX
638 \begin_inset Index idx
639 status collapsed
640
641 \begin_layout Plain Layout
642 T@TeX ! modo
643 \end_layout
644
645 \end_inset
646
647  se invoca pulsando el botón 
648 \begin_inset Graphics
649         filename ../../images/ert-insert.png
650         scale 85
651
652 \end_inset
653
654  de la barra de herramientas o con el menú 
655 \family sans
656 Insertar\SpecialChar \menuseparator
657 Código Te
658 \begin_inset ERT
659 status collapsed
660
661 \begin_layout Plain Layout
662
663 {}
664 \end_layout
665
666 \end_inset
667
668 X
669 \family default
670 , (atajo 
671 \family sans
672 Ctrl+L
673 \family default
674 ).
675 \begin_inset Note Note
676 status collapsed
677
678 \begin_layout Plain Layout
679 En LyX hay tres 
680 \begin_inset Quotes fld
681 \end_inset
682
683 nombres propios
684 \begin_inset Quotes frd
685 \end_inset
686
687  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
688  LaTeX y LyX.
689 \end_layout
690
691 \begin_layout Plain Layout
692 Para evitar que estas palabras sean reconocidas como tales nombres propios,
693  se inserta un par de llaves TeX.
694  
695 \end_layout
696
697 \end_inset
698
699
700 \end_layout
701
702 \begin_layout Standard
703 Para cambiar el preámbulo LaTeX
704 \begin_inset Index idx
705 status collapsed
706
707 \begin_layout Plain Layout
708 LaTeX, preámbulo
709 \end_layout
710
711 \end_inset
712
713 , usa el menú 
714 \family sans
715 Documento\SpecialChar \menuseparator
716 Configuración\SpecialChar \menuseparator
717 Preámbulo LaT
718 \begin_inset ERT
719 status collapsed
720
721 \begin_layout Plain Layout
722
723 {}
724 \end_layout
725
726 \end_inset
727
728 eX
729 \family default
730 .
731 \end_layout
732
733 \begin_layout Standard
734 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
735  multilínea, se pueden usar los menús 
736 \family sans
737 Editar\SpecialChar \menuseparator
738 Ecuación
739 \family default
740  y 
741 \family sans
742 Editar\SpecialChar \menuseparator
743 Filas y columnas
744 \family default
745  o la barra de herramientas de 
746 \family sans
747 Tabla
748 \family default
749 .
750  Cuando las líneas y columnas se intercambian mediante el menú, la columna
751  o línea en la que está se cambia con la columna de la derecha o con la
752  línea de abajo, respectivamente.
753  Si el cursor está en la última columna o fila, el cambio se hace con la
754  columna de la izquierda o la línea de arriba.
755 \end_layout
756
757 \begin_layout Standard
758 Para escribir texto en fórmulas se usa 
759 \emph on
760 texto de ecuaciones
761 \emph default
762
763 \begin_inset Index idx
764 status collapsed
765
766 \begin_layout Plain Layout
767 Texto ! en ecuaciones
768 \end_layout
769
770 \end_inset
771
772 .
773 \begin_inset Foot
774 status collapsed
775
776 \begin_layout Plain Layout
777 Para ecuaciones multilínea se usa el comando 
778 \series bold
779
780 \backslash
781 intertext
782 \series default
783 , véase
784 \begin_inset space ~
785 \end_inset
786
787
788 \begin_inset CommandInset ref
789 LatexCommand ref
790 reference "sub:Texto-en-multilínea"
791
792 \end_inset
793
794 .
795 \end_layout
796
797 \end_inset
798
799  Este modo se invoca con el atajo 
800 \family sans
801 Alt+M
802 \begin_inset space ~
803 \end_inset
804
805 M
806 \family default
807  o
808 \family sans
809  Ctrl+M
810 \family default
811  o insertando el comando 
812 \series bold
813
814 \backslash
815 text
816 \series default
817
818 \begin_inset Index idx
819 status collapsed
820
821 \begin_layout Plain Layout
822 Comandos ! T ! 
823 \backslash
824 text
825 \end_layout
826
827 \end_inset
828
829 .
830  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
831  partes de la ecuación que se ven en azul.
832  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
833 a de otras partes de la fórmula.
834 \end_layout
835
836 \begin_layout Subsection*
837 Esquema de comandos
838 \end_layout
839
840 \begin_layout Standard
841 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
842  siguiente esquema:
843 \end_layout
844
845 \begin_layout Standard
846
847 \series bold
848
849 \backslash
850 nombre_del_comando[argumento opcional]{argumento requerido}
851 \end_layout
852
853 \begin_layout Standard
854 Un comando empieza siempre por una barra inversa, 
855 \begin_inset Quotes fld
856 \end_inset
857
858
859 \series bold
860
861 \backslash
862
863 \series default
864
865 \begin_inset Quotes frd
866 \end_inset
867
868 .
869  Para omitir argumentos opcionales, quita también los corchetes asociados.
870  En este documento, las llaves que encierran los argumentos requeridos se
871  denominan llaves TeX
872 \begin_inset Index idx
873 status collapsed
874
875 \begin_layout Plain Layout
876 T@TeX ! llaves
877 \end_layout
878
879 \end_inset
880
881 .
882  Si en una ecuación añades una llave de apertura al nombre de un comando,
883  LyX crea automáticamente una llave TeX.
884  En todos los demás casos las llaves TeX se crean en las ecuaciones con
885  el comando 
886 \series bold
887
888 \backslash
889 {
890 \series default
891 .
892  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
893  que se muestran en azul.
894  En modo TeX no hace falta comando para poner llaves TeX.
895  Las llaves TeX no aparecen en la salida.
896 \end_layout
897
898 \begin_layout Standard
899 En el caso de comandos sin argumentos, como los comandos para símbolos que
900  se introducen en modo TeX, 
901 \emph on
902 siempre
903 \emph default
904  debe teclearse un espacio tras el comando para finalizarlo.
905  Este espacio no aparece en la salida.
906  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
907  de un espacio protegido en texto normal.
908 \end_layout
909
910 \begin_layout Standard
911 Un espacio protegido se inserta con 
912 \family sans
913 Ctrl+Espacio
914 \family default
915 .
916 \end_layout
917
918 \begin_layout Subsection*
919 Explicación de la sintaxis
920 \end_layout
921
922 \begin_layout Itemize
923 El símbolo 
924 \begin_inset ERT
925 status collapsed
926
927 \begin_layout Plain Layout
928
929
930 \backslash
931 spce 
932 \end_layout
933
934 \end_inset
935
936
937 \begin_inset Foot
938 status collapsed
939
940 \begin_layout Plain Layout
941 Este carácter, espacio visible, se puede componer con el comando 
942 \series bold
943
944 \backslash
945 textvisiblespace
946 \series default
947
948 \begin_inset Index idx
949 status collapsed
950
951 \begin_layout Plain Layout
952 Comandos ! T ! 
953 \backslash
954 textvisiblespace
955 \end_layout
956
957 \end_inset
958
959  insertado en código TeX.
960 \end_layout
961
962 \end_inset
963
964  indica que hay que teclear un espacio.
965 \end_layout
966
967 \begin_layout Itemize
968 Una flecha como 
969 \begin_inset Formula $\rightarrow$
970 \end_inset
971
972  indica el uso de la correspondiente tecla de flecha.
973  
974 \end_layout
975
976 \begin_layout Subsection*
977 Unidades disponibles
978 \end_layout
979
980 \begin_layout Standard
981 \align center
982 \begin_inset Float table
983 placement H
984 wide false
985 sideways false
986 status open
987
988 \begin_layout Plain Layout
989 \align center
990 \begin_inset Caption
991
992 \begin_layout Plain Layout
993 \begin_inset CommandInset label
994 LatexCommand label
995 name "tab:Unidades-disponibles"
996
997 \end_inset
998
999 Unidades disponibles
1000 \end_layout
1001
1002 \end_inset
1003
1004
1005 \end_layout
1006
1007 \begin_layout Plain Layout
1008 \align center
1009 \begin_inset Tabular
1010 <lyxtabular version="3" rows="13" columns="2">
1011 <features tabularvalignment="middle">
1012 <column alignment="center" valignment="top" width="0">
1013 <column alignment="center" valignment="top" width="0">
1014 <row>
1015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1016 \begin_inset Text
1017
1018 \begin_layout Plain Layout
1019 Unidad
1020 \end_layout
1021
1022 \end_inset
1023 </cell>
1024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1025 \begin_inset Text
1026
1027 \begin_layout Plain Layout
1028 Nombre / Descripción
1029 \end_layout
1030
1031 \end_inset
1032 </cell>
1033 </row>
1034 <row>
1035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1036 \begin_inset Text
1037
1038 \begin_layout Plain Layout
1039 mm
1040 \end_layout
1041
1042 \end_inset
1043 </cell>
1044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1045 \begin_inset Text
1046
1047 \begin_layout Plain Layout
1048 Milímetro
1049 \end_layout
1050
1051 \end_inset
1052 </cell>
1053 </row>
1054 <row>
1055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1056 \begin_inset Text
1057
1058 \begin_layout Plain Layout
1059 cm
1060 \end_layout
1061
1062 \end_inset
1063 </cell>
1064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1065 \begin_inset Text
1066
1067 \begin_layout Plain Layout
1068 Centímetro
1069 \end_layout
1070
1071 \end_inset
1072 </cell>
1073 </row>
1074 <row>
1075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1076 \begin_inset Text
1077
1078 \begin_layout Plain Layout
1079 in
1080 \end_layout
1081
1082 \end_inset
1083 </cell>
1084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1085 \begin_inset Text
1086
1087 \begin_layout Plain Layout
1088 Pulgada (1
1089 \begin_inset space \thinspace{}
1090 \end_inset
1091
1092 in = 2,54
1093 \begin_inset space \thinspace{}
1094 \end_inset
1095
1096 cm)
1097 \end_layout
1098
1099 \end_inset
1100 </cell>
1101 </row>
1102 <row>
1103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1104 \begin_inset Text
1105
1106 \begin_layout Plain Layout
1107 pt
1108 \end_layout
1109
1110 \end_inset
1111 </cell>
1112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1113 \begin_inset Text
1114
1115 \begin_layout Plain Layout
1116 Punto (72.27
1117 \begin_inset space \thinspace{}
1118 \end_inset
1119
1120 pt = 1
1121 \begin_inset space \thinspace{}
1122 \end_inset
1123
1124 in)
1125 \end_layout
1126
1127 \end_inset
1128 </cell>
1129 </row>
1130 <row>
1131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1132 \begin_inset Text
1133
1134 \begin_layout Plain Layout
1135 pc
1136 \end_layout
1137
1138 \end_inset
1139 </cell>
1140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1141 \begin_inset Text
1142
1143 \begin_layout Plain Layout
1144 Pica (1
1145 \begin_inset space \thinspace{}
1146 \end_inset
1147
1148 pc = 12
1149 \begin_inset space \thinspace{}
1150 \end_inset
1151
1152 pt)
1153 \end_layout
1154
1155 \end_inset
1156 </cell>
1157 </row>
1158 <row>
1159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1160 \begin_inset Text
1161
1162 \begin_layout Plain Layout
1163 sp
1164 \end_layout
1165
1166 \end_inset
1167 </cell>
1168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1169 \begin_inset Text
1170
1171 \begin_layout Plain Layout
1172 Punto escalado (65536
1173 \begin_inset space \thinspace{}
1174 \end_inset
1175
1176 sp = 1
1177 \begin_inset space \thinspace{}
1178 \end_inset
1179
1180 pt)
1181 \end_layout
1182
1183 \end_inset
1184 </cell>
1185 </row>
1186 <row>
1187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1188 \begin_inset Text
1189
1190 \begin_layout Plain Layout
1191 bp
1192 \end_layout
1193
1194 \end_inset
1195 </cell>
1196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1197 \begin_inset Text
1198
1199 \begin_layout Plain Layout
1200 Punto grande (72
1201 \begin_inset space \thinspace{}
1202 \end_inset
1203
1204 bp = 1
1205 \begin_inset space \thinspace{}
1206 \end_inset
1207
1208 in)
1209 \end_layout
1210
1211 \end_inset
1212 </cell>
1213 </row>
1214 <row>
1215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1216 \begin_inset Text
1217
1218 \begin_layout Plain Layout
1219 dd
1220 \end_layout
1221
1222 \end_inset
1223 </cell>
1224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1225 \begin_inset Text
1226
1227 \begin_layout Plain Layout
1228 Didot (1
1229 \begin_inset space \thinspace{}
1230 \end_inset
1231
1232 dd 
1233 \begin_inset Formula $\approx$
1234 \end_inset
1235
1236  0.376
1237 \begin_inset space \thinspace{}
1238 \end_inset
1239
1240 mm)
1241 \end_layout
1242
1243 \end_inset
1244 </cell>
1245 </row>
1246 <row>
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Plain Layout
1251 cc
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1257 \begin_inset Text
1258
1259 \begin_layout Plain Layout
1260 Cicero (1
1261 \begin_inset space \thinspace{}
1262 \end_inset
1263
1264 cc = 12
1265 \begin_inset space \thinspace{}
1266 \end_inset
1267
1268 dd)
1269 \end_layout
1270
1271 \end_inset
1272 </cell>
1273 </row>
1274 <row>
1275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1276 \begin_inset Text
1277
1278 \begin_layout Plain Layout
1279 ex
1280 \end_layout
1281
1282 \end_inset
1283 </cell>
1284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1285 \begin_inset Text
1286
1287 \begin_layout Plain Layout
1288 Altura de la letra 
1289 \begin_inset Quotes fld
1290 \end_inset
1291
1292
1293 \emph on
1294 x
1295 \emph default
1296
1297 \begin_inset Quotes frd
1298 \end_inset
1299
1300  en la fuente actual
1301 \end_layout
1302
1303 \end_inset
1304 </cell>
1305 </row>
1306 <row>
1307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1308 \begin_inset Text
1309
1310 \begin_layout Plain Layout
1311 em
1312 \end_layout
1313
1314 \end_inset
1315 </cell>
1316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1317 \begin_inset Text
1318
1319 \begin_layout Plain Layout
1320 Anchura de la letra 
1321 \begin_inset Quotes fld
1322 \end_inset
1323
1324
1325 \emph on
1326 M
1327 \emph default
1328
1329 \begin_inset Quotes frd
1330 \end_inset
1331
1332  en la fuente actual
1333 \end_layout
1334
1335 \end_inset
1336 </cell>
1337 </row>
1338 <row>
1339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Plain Layout
1343 mu
1344 \end_layout
1345
1346 \end_inset
1347 </cell>
1348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1349 \begin_inset Text
1350
1351 \begin_layout Plain Layout
1352 Unidad matemática (1
1353 \begin_inset space \thinspace{}
1354 \end_inset
1355
1356 mu = 
1357 \begin_inset Formula $\nicefrac{1}{18}$
1358 \end_inset
1359
1360
1361 \begin_inset space \thinspace{}
1362 \end_inset
1363
1364 em)
1365 \end_layout
1366
1367 \end_inset
1368 </cell>
1369 </row>
1370 </lyxtabular>
1371
1372 \end_inset
1373
1374
1375 \end_layout
1376
1377 \end_inset
1378
1379
1380 \end_layout
1381
1382 \begin_layout Standard
1383 \align center
1384 \begin_inset Newpage newpage
1385 \end_inset
1386
1387
1388 \end_layout
1389
1390 \begin_layout Section
1391 Funciones básicas
1392 \end_layout
1393
1394 \begin_layout Subsection
1395 Exponentes
1396 \begin_inset Index idx
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400 Exponentes
1401 \end_layout
1402
1403 \end_inset
1404
1405  e índices
1406 \begin_inset Index idx
1407 status collapsed
1408
1409 \begin_layout Plain Layout
1410 Indices@Índices
1411 \end_layout
1412
1413 \end_inset
1414
1415
1416 \begin_inset Index idx
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420 Superíndices|see
1421 \begin_inset ERT
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425
1426 {
1427 \end_layout
1428
1429 \end_inset
1430
1431 Exponentes
1432 \begin_inset ERT
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436
1437 }
1438 \end_layout
1439
1440 \end_inset
1441
1442
1443 \end_layout
1444
1445 \end_inset
1446
1447
1448 \begin_inset Index idx
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452 Subíndices|see
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 {
1459 \end_layout
1460
1461 \end_inset
1462
1463 Índices
1464 \begin_inset ERT
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 }
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \end_layout
1481
1482 \begin_layout Standard
1483 Los subíndices se componen con un guión bajo 
1484 \begin_inset Quotes fld
1485 \end_inset
1486
1487 _
1488 \begin_inset Quotes frd
1489 \end_inset
1490
1491  o con el botón de la barra de herramientas de ecuaciones 
1492 \begin_inset Graphics
1493         filename ../../images/math-subscript.png
1494         scale 85
1495
1496 \end_inset
1497
1498 , los superíndices con un circunflejo 
1499 \begin_inset Quotes fld
1500 \end_inset
1501
1502 ^
1503 \begin_inset Quotes frd
1504 \end_inset
1505
1506  o con el botón de la barra de herramientas de ecuaciones 
1507 \begin_inset Graphics
1508         filename ../../images/math-superscript.png
1509         scale 85
1510
1511 \end_inset
1512
1513 .
1514 \end_layout
1515
1516 \begin_layout Standard
1517 \noindent
1518 \align center
1519 \begin_inset Tabular
1520 <lyxtabular version="3" rows="4" columns="2">
1521 <features tabularvalignment="middle">
1522 <column alignment="center" valignment="top" width="0">
1523 <column alignment="center" valignment="top" width="0">
1524 <row>
1525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1526 \begin_inset Text
1527
1528 \begin_layout Plain Layout
1529 Comando
1530 \end_layout
1531
1532 \end_inset
1533 </cell>
1534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538 Resultado
1539 \begin_inset Note Note
1540 status collapsed
1541
1542 \begin_layout Plain Layout
1543
1544 \series bold
1545
1546 \backslash
1547 raisebox
1548 \series default
1549  sólo se usa como espaciador.
1550 \end_layout
1551
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 </row>
1560 <row>
1561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 B_V
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574 \begin_inset Formula $B_{V}$
1575 \end_inset
1576
1577
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 </row>
1583 <row>
1584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588 B^V
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1598 \end_inset
1599
1600
1601 \end_layout
1602
1603 \end_inset
1604 </cell>
1605 </row>
1606 <row>
1607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1608 \begin_inset Text
1609
1610 \begin_layout Plain Layout
1611 B^
1612 \begin_inset ERT
1613 status collapsed
1614
1615 \begin_layout Plain Layout
1616
1617
1618 \backslash
1619 spce 
1620 \end_layout
1621
1622 \end_inset
1623
1624 A
1625 \end_layout
1626
1627 \end_inset
1628 </cell>
1629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1630 \begin_inset Text
1631
1632 \begin_layout Plain Layout
1633 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1634 \end_inset
1635
1636
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 </row>
1642 </lyxtabular>
1643
1644 \end_inset
1645
1646
1647 \end_layout
1648
1649 \begin_layout Standard
1650 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1651  caso acentuará las vocales y no servirá para entrar en modo exponente.
1652 \begin_inset Foot
1653 status collapsed
1654
1655 \begin_layout Plain Layout
1656 Dependiendo de la configuración del teclado esto puede suceder también con
1657  otros caracteres además de las vocales.
1658 \end_layout
1659
1660 \end_inset
1661
1662  Para conseguir exponentes en estos casos debes pulsar 
1663 \family sans
1664 Espacio
1665 \family default
1666  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1667  
1668 \end_layout
1669
1670 \begin_layout Subsection
1671 Fracciones
1672 \begin_inset CommandInset label
1673 LatexCommand label
1674 name "sub:Fracciones"
1675
1676 \end_inset
1677
1678
1679 \begin_inset Index idx
1680 status collapsed
1681
1682 \begin_layout Plain Layout
1683 Fracciones
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \begin_layout Standard
1692 Las fracciones se generan con el comando 
1693 \series bold
1694
1695 \backslash
1696 frac
1697 \series default
1698
1699 \begin_inset Index idx
1700 status collapsed
1701
1702 \begin_layout Plain Layout
1703 Comandos ! F ! 
1704 \backslash
1705 frac
1706 \end_layout
1707
1708 \end_inset
1709
1710  o con el botón 
1711 \begin_inset Graphics
1712         filename ../../images/math/frac.png
1713         scale 50
1714
1715 \end_inset
1716
1717  de la barra de herramientas.
1718  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1719  está en línea o en estilo presentación.
1720  Con el botón 
1721 \begin_inset Graphics
1722         filename ../../images/math/frac-square.png
1723         scale 85
1724
1725 \end_inset
1726
1727 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1728  de fracciones.
1729 \end_layout
1730
1731 \begin_layout Standard
1732 Con el comando 
1733 \series bold
1734
1735 \backslash
1736 dfrac
1737 \series default
1738
1739 \begin_inset Index idx
1740 status collapsed
1741
1742 \begin_layout Plain Layout
1743 Comandos ! D ! 
1744 \backslash
1745 dfrac
1746 \end_layout
1747
1748 \end_inset
1749
1750  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1751  presentación.
1752  Con 
1753 \series bold
1754
1755 \backslash
1756 tfrac
1757 \series default
1758
1759 \begin_inset Index idx
1760 status collapsed
1761
1762 \begin_layout Plain Layout
1763 Comandos ! T ! 
1764 \backslash
1765 tfrac
1766 \end_layout
1767
1768 \end_inset
1769
1770  la fracción tiene siempre el tamaño del estilo en línea.
1771  Un ejemplo:
1772 \end_layout
1773
1774 \begin_layout Standard
1775 Una línea con la fracción 
1776 \begin_inset Formula $\frac{1}{2}$
1777 \end_inset
1778
1779  creada con el comando 
1780 \series bold
1781
1782 \backslash
1783 frac
1784 \series default
1785 .
1786  
1787 \end_layout
1788
1789 \begin_layout Standard
1790 Una línea con la fracción 
1791 \begin_inset Formula $\dfrac{1}{2}$
1792 \end_inset
1793
1794  creada con el comando 
1795 \series bold
1796
1797 \backslash
1798 dfrac
1799 \series default
1800 .
1801 \end_layout
1802
1803 \begin_layout Standard
1804 \noindent
1805 \align center
1806 \begin_inset Tabular
1807 <lyxtabular version="3" rows="4" columns="2">
1808 <features tabularvalignment="middle">
1809 <column alignment="center" valignment="top" width="0">
1810 <column alignment="center" valignment="top" width="0">
1811 <row>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 Comando
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825 Resultado
1826 \begin_inset Note Note
1827 status collapsed
1828
1829 \begin_layout Plain Layout
1830
1831 \series bold
1832
1833 \backslash
1834 raisebox
1835 \series default
1836  se usa sólo como espaciador
1837 \end_layout
1838
1839 \end_inset
1840
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 <row>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \backslash
1854 frac
1855 \begin_inset ERT
1856 status collapsed
1857
1858 \begin_layout Plain Layout
1859
1860
1861 \backslash
1862 spce 
1863 \end_layout
1864
1865 \end_inset
1866
1867 A
1868 \begin_inset Formula $\downarrow$
1869 \end_inset
1870
1871 B
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1881 \end_inset
1882
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 </row>
1889 <row>
1890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894
1895 \backslash
1896 dfrac
1897 \begin_inset ERT
1898 status collapsed
1899
1900 \begin_layout Plain Layout
1901
1902
1903 \backslash
1904 spce 
1905 \end_layout
1906
1907 \end_inset
1908
1909 A
1910 \begin_inset Formula $\downarrow$
1911 \end_inset
1912
1913 B
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1923 \end_inset
1924
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 </row>
1931 <row>
1932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \backslash
1938 dfrac
1939 \begin_inset ERT
1940 status collapsed
1941
1942 \begin_layout Plain Layout
1943
1944
1945 \backslash
1946 spce 
1947 \end_layout
1948
1949 \end_inset
1950
1951 e^
1952 \begin_inset ERT
1953 status collapsed
1954
1955 \begin_layout Plain Layout
1956
1957
1958 \backslash
1959 spce 
1960 \end_layout
1961
1962 \end_inset
1963
1964
1965 \backslash
1966 frac
1967 \begin_inset ERT
1968 status collapsed
1969
1970 \begin_layout Plain Layout
1971
1972
1973 \backslash
1974 spce 
1975 \end_layout
1976
1977 \end_inset
1978
1979 1
1980 \begin_inset Formula $\downarrow$
1981 \end_inset
1982
1983 2
1984 \begin_inset Formula $\downarrow$
1985 \end_inset
1986
1987 3
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Plain Layout
1996 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1997 \end_inset
1998
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 </row>
2005 </lyxtabular>
2006
2007 \end_inset
2008
2009
2010 \begin_inset VSpace bigskip
2011 \end_inset
2012
2013
2014 \end_layout
2015
2016 \begin_layout Standard
2017 Para fracciones anidadas se puede usar el comando 
2018 \series bold
2019
2020 \backslash
2021 cfrac
2022 \series default
2023
2024 \begin_inset Index idx
2025 status collapsed
2026
2027 \begin_layout Plain Layout
2028 Comandos ! C ! 
2029 \backslash
2030 cfrac
2031 \end_layout
2032
2033 \end_inset
2034
2035 .
2036  Un ejemplo:
2037 \begin_inset VSpace -3mm
2038 \end_inset
2039
2040
2041 \end_layout
2042
2043 \begin_layout Standard
2044 \begin_inset Formula \begin{align*}
2045 \textrm{creada con \textbf{\textbackslash frac} } &  & \textrm{creada con }\mathbf{\textbackslash\textbf{cfrac}}\\
2046 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2047 \end{align*}
2048
2049 \end_inset
2050
2051
2052 \end_layout
2053
2054 \begin_layout Standard
2055 El comando para el ejemplo de arriba es:
2056 \end_layout
2057
2058 \begin_layout Standard
2059
2060 \series bold
2061
2062 \backslash
2063 cfrac
2064 \begin_inset ERT
2065 status collapsed
2066
2067 \begin_layout Plain Layout
2068
2069
2070 \backslash
2071 spce 
2072 \end_layout
2073
2074 \end_inset
2075
2076 A
2077 \begin_inset Formula $\downarrow$
2078 \end_inset
2079
2080 B+
2081 \backslash
2082 cfrac
2083 \begin_inset ERT
2084 status collapsed
2085
2086 \begin_layout Plain Layout
2087
2088
2089 \backslash
2090 spce 
2091 \end_layout
2092
2093 \end_inset
2094
2095 C+
2096 \backslash
2097 cfrac
2098 \begin_inset ERT
2099 status collapsed
2100
2101 \begin_layout Plain Layout
2102
2103
2104 \backslash
2105 spce 
2106 \end_layout
2107
2108 \end_inset
2109
2110 E
2111 \begin_inset Formula $\downarrow$
2112 \end_inset
2113
2114 F
2115 \begin_inset Formula $\downarrow$
2116 \end_inset
2117
2118 D
2119 \end_layout
2120
2121 \begin_layout Standard
2122 \begin_inset VSpace medskip
2123 \end_inset
2124
2125
2126 \end_layout
2127
2128 \begin_layout Standard
2129
2130 \series bold
2131
2132 \backslash
2133 cfrac
2134 \series default
2135  compone la fracción siempre en el tamaño del estilo presentación, también
2136  cuando es parte de otra fracción.
2137 \end_layout
2138
2139 \begin_layout Standard
2140 Es posible especificar la alineación del numerador.
2141  El comando 
2142 \series bold
2143
2144 \backslash
2145 cfracleft
2146 \series default
2147  se usa para alinearlo a la izquierda, el comando 
2148 \series bold
2149
2150 \backslash
2151 cfracright
2152 \series default
2153  para alinearlo a la derecha, 
2154 \series bold
2155
2156 \backslash
2157 cfrac
2158 \series default
2159  centra el numerador.
2160 \end_layout
2161
2162 \begin_layout Standard
2163 Estas fracciones muestran las distintas alineaciones:
2164 \end_layout
2165
2166 \begin_layout Standard
2167 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2168 \end_inset
2169
2170  ; 
2171 \begin_inset Formula $\cfrac{A}{B+C}$
2172 \end_inset
2173
2174  ; 
2175 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2176 \end_inset
2177
2178
2179 \end_layout
2180
2181 \begin_layout Standard
2182 \noindent
2183 \begin_inset Note Greyedout
2184 status open
2185
2186 \begin_layout Plain Layout
2187
2188 \series bold
2189 Nota
2190 \series default
2191
2192 \series bold
2193
2194 \backslash
2195 cfracleft
2196 \series default
2197  y
2198 \series bold
2199  
2200 \backslash
2201 cfracright
2202 \series default
2203  no son comandos LaTeX reales sino sustituciones del comando 
2204 \series bold
2205
2206 \backslash
2207 cfrac[posición del numerador]{numerador}{denominador}
2208 \series default
2209  .
2210  Por tanto no puedes usarlos código TeX.
2211 \end_layout
2212
2213 \end_inset
2214
2215
2216 \begin_inset VSpace medskip
2217 \end_inset
2218
2219
2220 \end_layout
2221
2222 \begin_layout Standard
2223 Muchas veces es adecuado combinar 
2224 \series bold
2225
2226 \backslash
2227 cfrac
2228 \series default
2229  y 
2230 \series bold
2231
2232 \backslash
2233 frac
2234 \series default
2235 :
2236 \begin_inset Formula \[
2237 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2238
2239 \end_inset
2240
2241
2242 \end_layout
2243
2244 \begin_layout Standard
2245 Para componer fracciones en línea con raya de fracción inclinada puedes
2246  usar el comando 
2247 \series bold
2248
2249 \backslash
2250 nicefrac
2251 \series default
2252
2253 \begin_inset Index idx
2254 status collapsed
2255
2256 \begin_layout Plain Layout
2257 Comandos ! N ! 
2258 \backslash
2259 nicefrac
2260 \end_layout
2261
2262 \end_inset
2263
2264
2265 \begin_inset Formula $\nicefrac{5}{31}$
2266 \end_inset
2267
2268  Hay además el comando 
2269 \series bold
2270
2271 \backslash
2272 unitfracthree
2273 \series default
2274  que permite escribir una fracción en combinación con un número: 
2275 \begin_inset Formula $\unitfrac[2]{1}{3}$
2276 \end_inset
2277
2278
2279 \end_layout
2280
2281 \begin_layout Standard
2282 \begin_inset Note Greyedout
2283 status open
2284
2285 \begin_layout Plain Layout
2286
2287 \series bold
2288 Nota
2289 \series default
2290
2291 \series bold
2292
2293 \backslash
2294 unitfracthree
2295 \series default
2296  no es un comando LaTeX auténtico, sino un equivalente al comando
2297 \begin_inset Newline newline
2298 \end_inset
2299
2300
2301 \series bold
2302
2303 \backslash
2304 unitfrac[número]{numerador}{denominador}
2305 \series default
2306  .
2307  Por tanto no puedes usarlo en código TeX.
2308 \end_layout
2309
2310 \end_inset
2311
2312
2313 \end_layout
2314
2315 \begin_layout Standard
2316 En la 
2317 \begin_inset CommandInset ref
2318 LatexCommand ref
2319 reference "sub:Fracciones-personalizadas"
2320
2321 \end_inset
2322
2323  se explica cómo componer fracciones personalizadas en las que la raya de
2324  fracción se puede cambiar.
2325  
2326 \end_layout
2327
2328 \begin_layout Subsection
2329 Raíces
2330 \begin_inset Index idx
2331 status collapsed
2332
2333 \begin_layout Plain Layout
2334 Raíces
2335 \end_layout
2336
2337 \end_inset
2338
2339
2340 \end_layout
2341
2342 \begin_layout Standard
2343 Las raíces cuadradas se componen con 
2344 \series bold
2345
2346 \backslash
2347 sqrt
2348 \series default
2349
2350 \begin_inset Index idx
2351 status collapsed
2352
2353 \begin_layout Plain Layout
2354 Comandos ! S ! 
2355 \backslash
2356 sqrt
2357 \end_layout
2358
2359 \end_inset
2360
2361  o con el botón 
2362 \begin_inset Graphics
2363         filename ../../images/math/sqrt.png
2364         scale 85
2365
2366 \end_inset
2367
2368  de la barra de  ecuaciones; todas las demás raíces con el comando 
2369 \series bold
2370
2371 \backslash
2372 root
2373 \series default
2374
2375 \begin_inset Index idx
2376 status collapsed
2377
2378 \begin_layout Plain Layout
2379 Comandos ! R ! 
2380 \backslash
2381 root
2382 \end_layout
2383
2384 \end_inset
2385
2386  o con el botón 
2387 \begin_inset Graphics
2388         filename ../../images/math/root.png
2389         scale 85
2390
2391 \end_inset
2392
2393 .
2394 \end_layout
2395
2396 \begin_layout Standard
2397 \noindent
2398 \align center
2399 \begin_inset Tabular
2400 <lyxtabular version="3" rows="3" columns="2">
2401 <features tabularvalignment="middle">
2402 <column alignment="center" valignment="top" width="0">
2403 <column alignment="center" valignment="top" width="0">
2404 <row>
2405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2406 \begin_inset Text
2407
2408 \begin_layout Plain Layout
2409 Comando
2410 \end_layout
2411
2412 \end_inset
2413 </cell>
2414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2415 \begin_inset Text
2416
2417 \begin_layout Plain Layout
2418 Resultado
2419 \begin_inset Note Note
2420 status collapsed
2421
2422 \begin_layout Plain Layout
2423
2424 \series bold
2425
2426 \backslash
2427 raisebox
2428 \series default
2429  se usa sólo como espaciador
2430 \end_layout
2431
2432 \end_inset
2433
2434
2435 \end_layout
2436
2437 \end_inset
2438 </cell>
2439 </row>
2440 <row>
2441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2442 \begin_inset Text
2443
2444 \begin_layout Plain Layout
2445
2446 \backslash
2447 sqrt
2448 \begin_inset ERT
2449 status collapsed
2450
2451 \begin_layout Plain Layout
2452
2453
2454 \backslash
2455 spce 
2456 \end_layout
2457
2458 \end_inset
2459
2460 A-B
2461 \end_layout
2462
2463 \end_inset
2464 </cell>
2465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2466 \begin_inset Text
2467
2468 \begin_layout Plain Layout
2469 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2470 \end_inset
2471
2472
2473 \end_layout
2474
2475 \end_inset
2476 </cell>
2477 </row>
2478 <row>
2479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2480 \begin_inset Text
2481
2482 \begin_layout Plain Layout
2483
2484 \backslash
2485 root
2486 \begin_inset ERT
2487 status collapsed
2488
2489 \begin_layout Plain Layout
2490
2491
2492 \backslash
2493 spce 
2494 \end_layout
2495
2496 \end_inset
2497
2498 3
2499 \begin_inset Formula $\downarrow$
2500 \end_inset
2501
2502 A-B
2503 \end_layout
2504
2505 \end_inset
2506 </cell>
2507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2508 \begin_inset Text
2509
2510 \begin_layout Plain Layout
2511 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2512 \end_inset
2513
2514
2515 \end_layout
2516
2517 \end_inset
2518 </cell>
2519 </row>
2520 </lyxtabular>
2521
2522 \end_inset
2523
2524
2525 \end_layout
2526
2527 \begin_layout Standard
2528 Una raíz cuadrada se compone también con 
2529 \series bold
2530
2531 \backslash
2532 root
2533 \series default
2534  dejando vacío el campo del índice.
2535 \end_layout
2536
2537 \begin_layout Standard
2538 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2539  la raíz: 
2540 \begin_inset Formula $\sqrt[\beta]{B}$
2541 \end_inset
2542
2543
2544 \begin_inset Newline newline
2545 \end_inset
2546
2547 La 
2548 \begin_inset Formula $\beta$
2549 \end_inset
2550
2551  toca la raíz.
2552  Para evitar esto se usan los comandos 
2553 \series bold
2554
2555 \backslash
2556 leftroot
2557 \series default
2558
2559 \begin_inset Index idx
2560 status collapsed
2561
2562 \begin_layout Plain Layout
2563 Comandos ! L ! 
2564 \backslash
2565 leftroot
2566 \end_layout
2567
2568 \end_inset
2569
2570  y 
2571 \series bold
2572
2573 \backslash
2574 uproot
2575 \series default
2576
2577 \begin_inset Index idx
2578 status collapsed
2579
2580 \begin_layout Plain Layout
2581 Comandos ! U ! 
2582 \backslash
2583 uproot
2584 \end_layout
2585
2586 \end_inset
2587
2588  con el esquema siguiente:
2589 \end_layout
2590
2591 \begin_layout Standard
2592
2593 \series bold
2594
2595 \backslash
2596 leftroot{distancia}
2597 \series default
2598  y 
2599 \series bold
2600
2601 \backslash
2602 uproot{distancia}
2603 \end_layout
2604
2605 \begin_layout Standard
2606 Distancia es el número de Puntos Grandes (
2607 \begin_inset Quotes fld
2608 \end_inset
2609
2610 Big Points
2611 \begin_inset Quotes frd
2612 \end_inset
2613
2614 , unidad bp; 
2615 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2616 \end_inset
2617
2618 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2619  Los comandos se escriben en el índice.
2620  Así, el comando:
2621 \begin_inset Newline newline
2622 \end_inset
2623
2624
2625 \series bold
2626
2627 \backslash
2628 root
2629 \backslash
2630 leftroot{-1
2631 \begin_inset Formula $\to$
2632 \end_inset
2633
2634
2635 \backslash
2636 uproot{2
2637 \begin_inset Formula $\to$
2638 \end_inset
2639
2640
2641 \backslash
2642 beta
2643 \begin_inset ERT
2644 status collapsed
2645
2646 \begin_layout Plain Layout
2647
2648
2649 \backslash
2650 spce 
2651 \end_layout
2652
2653 \end_inset
2654
2655
2656 \begin_inset Formula $\to$
2657 \end_inset
2658
2659 B
2660 \begin_inset Newline newline
2661 \end_inset
2662
2663
2664 \series default
2665 genera una fórmula correctamente tipografiada: 
2666 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2667 \end_inset
2668
2669
2670 \end_layout
2671
2672 \begin_layout Subsection
2673 Coeficientes de un binomio
2674 \begin_inset Index idx
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678 Binomios
2679 \end_layout
2680
2681 \end_inset
2682
2683
2684 \end_layout
2685
2686 \begin_layout Standard
2687 Los coeficientes de un binomio se insertan con el comando 
2688 \series bold
2689
2690 \backslash
2691 binom
2692 \series default
2693
2694 \begin_inset Index idx
2695 status collapsed
2696
2697 \begin_layout Plain Layout
2698 Comandos ! B ! 
2699 \backslash
2700 binom
2701 \end_layout
2702
2703 \end_inset
2704
2705  o con el submenú del botón 
2706 \begin_inset Graphics
2707         filename ../../images/math/frac-square.png
2708         scale 85
2709
2710 \end_inset
2711
2712 de la barra de herramientas de ecuaciones.
2713  Como en las fracciones, además de 
2714 \series bold
2715
2716 \backslash
2717 binom
2718 \series default
2719  hay los comandos 
2720 \series bold
2721
2722 \backslash
2723 dbinom
2724 \series default
2725
2726 \begin_inset Index idx
2727 status collapsed
2728
2729 \begin_layout Plain Layout
2730 Comandos ! D ! 
2731 \backslash
2732 dbinom
2733 \end_layout
2734
2735 \end_inset
2736
2737  y 
2738 \series bold
2739
2740 \backslash
2741 tbinom
2742 \series default
2743
2744 \begin_inset Index idx
2745 status collapsed
2746
2747 \begin_layout Plain Layout
2748 Comandos ! T ! 
2749 \backslash
2750 tbinom
2751 \end_layout
2752
2753 \end_inset
2754
2755 .
2756  Para otros delimitadores de coeficientes de un binomio hay los comandos
2757  
2758 \series bold
2759
2760 \backslash
2761 brace
2762 \series default
2763
2764 \begin_inset Index idx
2765 status collapsed
2766
2767 \begin_layout Plain Layout
2768 Comandos ! B ! 
2769 \backslash
2770 brace
2771 \end_layout
2772
2773 \end_inset
2774
2775  y 
2776 \series bold
2777
2778 \backslash
2779 brack
2780 \series default
2781
2782 \begin_inset Index idx
2783 status collapsed
2784
2785 \begin_layout Plain Layout
2786 Comandos ! B ! 
2787 \backslash
2788 brack
2789 \end_layout
2790
2791 \end_inset
2792
2793 .
2794 \end_layout
2795
2796 \begin_layout Standard
2797 \noindent
2798 \align center
2799 \begin_inset Tabular
2800 <lyxtabular version="3" rows="6" columns="2">
2801 <features tabularvalignment="middle">
2802 <column alignment="center" valignment="top" width="0">
2803 <column alignment="center" valignment="top" width="0">
2804 <row>
2805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Plain Layout
2809 Comando
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Plain Layout
2818 Resultado
2819 \begin_inset Note Note
2820 status collapsed
2821
2822 \begin_layout Plain Layout
2823
2824 \series bold
2825
2826 \backslash
2827 raisebox
2828 \series default
2829  se usa sólo como espaciador
2830 \end_layout
2831
2832 \end_inset
2833
2834
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 </row>
2840 <row>
2841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Plain Layout
2845
2846 \backslash
2847 binom
2848 \begin_inset ERT
2849 status collapsed
2850
2851 \begin_layout Plain Layout
2852
2853
2854 \backslash
2855 spce 
2856 \end_layout
2857
2858 \end_inset
2859
2860 A
2861 \begin_inset Formula $\downarrow$
2862 \end_inset
2863
2864 B
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 </row>
2882 <row>
2883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887
2888 \backslash
2889 dbinom
2890 \begin_inset ERT
2891 status collapsed
2892
2893 \begin_layout Plain Layout
2894
2895
2896 \backslash
2897 spce 
2898 \end_layout
2899
2900 \end_inset
2901
2902 A
2903 \begin_inset Formula $\downarrow$
2904 \end_inset
2905
2906 B
2907 \end_layout
2908
2909 \end_inset
2910 </cell>
2911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 </row>
2924 <row>
2925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929
2930 \backslash
2931 tbinom
2932 \begin_inset ERT
2933 status collapsed
2934
2935 \begin_layout Plain Layout
2936
2937
2938 \backslash
2939 spce 
2940 \end_layout
2941
2942 \end_inset
2943
2944 A
2945 \begin_inset Formula $\downarrow$
2946 \end_inset
2947
2948 B
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2958 \end_inset
2959
2960
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 </row>
2966 <row>
2967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \backslash
2973 brack
2974 \begin_inset ERT
2975 status collapsed
2976
2977 \begin_layout Plain Layout
2978
2979
2980 \backslash
2981 spce 
2982 \end_layout
2983
2984 \end_inset
2985
2986 A
2987 \begin_inset Formula $\downarrow$
2988 \end_inset
2989
2990 B
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 </row>
3008 <row>
3009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013
3014 \backslash
3015 brace
3016 \begin_inset ERT
3017 status collapsed
3018
3019 \begin_layout Plain Layout
3020
3021
3022 \backslash
3023 spce 
3024 \end_layout
3025
3026 \end_inset
3027
3028 A
3029 \begin_inset Formula $\downarrow$
3030 \end_inset
3031
3032 B
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3042 \end_inset
3043
3044
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 </row>
3050 </lyxtabular>
3051
3052 \end_inset
3053
3054
3055 \begin_inset Newpage newpage
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \begin_layout Subsection
3062 Diferenciaciones de casos
3063 \begin_inset Index idx
3064 status collapsed
3065
3066 \begin_layout Plain Layout
3067 Casos
3068 \end_layout
3069
3070 \end_inset
3071
3072
3073 \end_layout
3074
3075 \begin_layout Standard
3076 \noindent
3077 \align center
3078 \begin_inset Tabular
3079 <lyxtabular version="3" rows="3" columns="2">
3080 <features tabularvalignment="middle">
3081 <column alignment="center" valignment="top" width="0">
3082 <column alignment="center" valignment="top" width="0">
3083 <row>
3084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Plain Layout
3088 Comando
3089 \end_layout
3090
3091 \end_inset
3092 </cell>
3093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097 Resultado
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 </row>
3103 <row>
3104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Plain Layout
3108
3109 \backslash
3110 cases
3111 \begin_inset ERT
3112 status collapsed
3113
3114 \begin_layout Plain Layout
3115
3116
3117 \backslash
3118 spce 
3119 \end_layout
3120
3121 \end_inset
3122
3123 A
3124 \begin_inset Formula $\to$
3125 \end_inset
3126
3127 B>0
3128 \begin_inset Index idx
3129 status collapsed
3130
3131 \begin_layout Plain Layout
3132 Comandos ! C ! 
3133 \backslash
3134 cases
3135 \end_layout
3136
3137 \end_inset
3138
3139
3140 \end_layout
3141
3142 \end_inset
3143 </cell>
3144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Plain Layout
3148 \begin_inset Formula $\begin{cases}
3149 A & B>0\end{cases}$
3150 \end_inset
3151
3152
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 </row>
3158 <row>
3159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Plain Layout
3163
3164 \backslash
3165 cases
3166 \begin_inset ERT
3167 status collapsed
3168
3169 \begin_layout Plain Layout
3170
3171
3172 \backslash
3173 spce 
3174 \end_layout
3175
3176 \end_inset
3177
3178
3179 \family sans
3180 Ctrl+Retorno
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189 \begin_inset Formula $\begin{cases}
3190 A & \textrm{para }x>0\\
3191 B & \textrm{para }x=0
3192 \end{cases}$
3193 \end_inset
3194
3195
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 </row>
3201 </lyxtabular>
3202
3203 \end_inset
3204
3205
3206 \end_layout
3207
3208 \begin_layout Standard
3209 Después de insertar 
3210 \series bold
3211
3212 \backslash
3213 cases
3214 \series default
3215  o usar el botón 
3216 \begin_inset Graphics
3217         filename ../../images/math/cases.png
3218         scale 85
3219
3220 \end_inset
3221
3222  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3223 \family sans
3224 Ctrl+Retorno
3225 \family default
3226  o con el botón
3227 \family sans
3228  
3229 \family default
3230
3231 \begin_inset Graphics
3232         filename ../../images/tabular-feature_append-row.png
3233         scale 85
3234
3235 \end_inset
3236
3237  de la barra de tablas.
3238 \end_layout
3239
3240 \begin_layout Standard
3241 El comando 
3242 \series bold
3243
3244 \backslash
3245 cases
3246 \series default
3247  también está disponible en el menú 
3248 \family sans
3249 Insertar\SpecialChar \menuseparator
3250 Ecuación\SpecialChar \menuseparator
3251 Entorno casos
3252 \family default
3253 .
3254 \end_layout
3255
3256 \begin_layout Subsection
3257 Negaciones
3258 \begin_inset Index idx
3259 status collapsed
3260
3261 \begin_layout Plain Layout
3262 Negaciones
3263 \end_layout
3264
3265 \end_inset
3266
3267
3268 \end_layout
3269
3270 \begin_layout Standard
3271 Con el comando 
3272 \series bold
3273
3274 \backslash
3275 not
3276 \series default
3277
3278 \begin_inset Index idx
3279 status collapsed
3280
3281 \begin_layout Plain Layout
3282 Comandos ! N ! 
3283 \backslash
3284 not
3285 \end_layout
3286
3287 \end_inset
3288
3289  todo carácter se puede mostrar cancelado.
3290  Los caracteres son casi tachados con una barra inclinada.
3291 \end_layout
3292
3293 \begin_layout Standard
3294 \noindent
3295 \align center
3296 \begin_inset Tabular
3297 <lyxtabular version="3" rows="4" columns="2">
3298 <features tabularvalignment="middle">
3299 <column alignment="center" valignment="top" width="0">
3300 <column alignment="center" valignment="top" width="0">
3301 <row>
3302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Comando
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 Resultado
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \backslash
3328 not=
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 \begin_inset Formula $\not=$
3338 \end_inset
3339
3340
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 <row>
3347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351
3352 \backslash
3353 not 
3354 \backslash
3355 le
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 \begin_inset Formula $\not\le$
3365 \end_inset
3366
3367
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 </row>
3373 <row>
3374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \backslash
3380 not 
3381 \backslash
3382 parallel
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 \begin_inset Formula $\not\parallel$
3392 \end_inset
3393
3394
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 </row>
3400 </lyxtabular>
3401
3402 \end_inset
3403
3404
3405 \end_layout
3406
3407 \begin_layout Standard
3408 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3409  Por tanto para algunas negaciones hay comandos especiales (véase 
3410 \begin_inset CommandInset ref
3411 LatexCommand ref
3412 reference "sub:Símbolos-matemáticos"
3413
3414 \end_inset
3415
3416  y 
3417 \begin_inset CommandInset ref
3418 LatexCommand ref
3419 reference "sec:Relaciones"
3420
3421 \end_inset
3422
3423 ).
3424 \end_layout
3425
3426 \begin_layout Subsection
3427 Espacios reservados 
3428 \begin_inset CommandInset label
3429 LatexCommand label
3430 name "sub:Espacios-reservados"
3431
3432 \end_inset
3433
3434
3435 \begin_inset Index idx
3436 status collapsed
3437
3438 \begin_layout Plain Layout
3439 Espacios reservados
3440 \end_layout
3441
3442 \end_inset
3443
3444
3445 \begin_inset Index idx
3446 status collapsed
3447
3448 \begin_layout Plain Layout
3449 Química ! isótopos
3450 \end_layout
3451
3452 \end_inset
3453
3454
3455 \begin_inset Index idx
3456 status collapsed
3457
3458 \begin_layout Plain Layout
3459 Isótopos|see
3460 \begin_inset ERT
3461 status collapsed
3462
3463 \begin_layout Plain Layout
3464
3465 {
3466 \end_layout
3467
3468 \end_inset
3469
3470 Química
3471 \begin_inset ERT
3472 status collapsed
3473
3474 \begin_layout Plain Layout
3475
3476 }
3477 \end_layout
3478
3479 \end_inset
3480
3481
3482 \end_layout
3483
3484 \end_inset
3485
3486
3487 \end_layout
3488
3489 \begin_layout Standard
3490 En la presentación de, p.
3491 \begin_inset space \thinspace{}
3492 \end_inset
3493
3494 e., isótopos,
3495 \begin_inset Foot
3496 status collapsed
3497
3498 \begin_layout Plain Layout
3499 Más sobre símbolos químicos en 
3500 \begin_inset CommandInset ref
3501 LatexCommand ref
3502 reference "sub:Símbolos-y-ecuaciones-químicas"
3503
3504 \end_inset
3505
3506
3507 \end_layout
3508
3509 \end_inset
3510
3511  surge el problema siguiente:
3512 \end_layout
3513
3514 \begin_layout Standard
3515 \noindent
3516 \align center
3517 \begin_inset Tabular
3518 <lyxtabular version="3" rows="2" columns="2">
3519 <features tabularvalignment="middle">
3520 <column alignment="center" valignment="top" width="0">
3521 <column alignment="center" valignment="top" width="0">
3522 <row>
3523 <cell alignment="center" valignment="top" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 Índices generados con sub- y superíndices:
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3537 \end_inset
3538
3539
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 </row>
3545 <row>
3546 <cell alignment="center" valignment="top" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 Índices correctos:
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3560 \end_inset
3561
3562
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 </row>
3568 </lyxtabular>
3569
3570 \end_inset
3571
3572
3573 \begin_inset Note Note
3574 status collapsed
3575
3576 \begin_layout Plain Layout
3577
3578 \series bold
3579
3580 \backslash
3581 raisebox
3582 \series default
3583  se usa sólo como espaciador
3584 \end_layout
3585
3586 \end_inset
3587
3588
3589 \end_layout
3590
3591 \begin_layout Standard
3592 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3593  del índice más largo.
3594  Para evitarlo está el comando 
3595 \series bold
3596
3597 \backslash
3598 phantom
3599 \series default
3600
3601 \begin_inset Index idx
3602 status collapsed
3603
3604 \begin_layout Plain Layout
3605 Comandos ! P ! 
3606 \backslash
3607 phantom
3608 \end_layout
3609
3610 \end_inset
3611
3612  o el botón 
3613 \begin_inset space ~
3614 \end_inset
3615
3616
3617 \begin_inset Graphics
3618         filename ../../images/math/phantom.png
3619         scale 85
3620
3621 \end_inset
3622
3623  del submenú de espaciado de ecuaciones
3624 \begin_inset Foot
3625 status collapsed
3626
3627 \begin_layout Plain Layout
3628 Botón 
3629 \begin_inset Graphics
3630         filename ../../images/math/space.png
3631         scale 85
3632
3633 \end_inset
3634
3635  de la barra de ecuaciones
3636 \end_layout
3637
3638 \end_inset
3639
3640 , que genera uno o más espacios reservados.
3641  Al insertar 
3642 \series bold
3643
3644 \backslash
3645 phantom
3646 \series default
3647  aparece un pequeño marco azul con dos flechas rojas superpuestas
3648 \begin_inset Formula $\phantom{}$
3649 \end_inset
3650
3651 .
3652  Las flechas indican que se reservará un espacio equivalente a la anchura
3653  y altura totales del contenido del marco.
3654  Los espacios reservados son correspondientes al tamaño de los caracteres.
3655 \end_layout
3656
3657 \begin_layout Standard
3658 \noindent
3659 \align center
3660 \begin_inset Tabular
3661 <lyxtabular version="3" rows="4" columns="2">
3662 <features tabularvalignment="middle">
3663 <column alignment="center" valignment="top" width="0">
3664 <column alignment="center" valignment="top" width="0">
3665 <row>
3666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 Comando
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 Resultado
3680 \begin_inset Note Note
3681 status collapsed
3682
3683 \begin_layout Plain Layout
3684
3685 \series bold
3686
3687 \backslash
3688 raisebox
3689 \series default
3690  se usa sólo como espaciador
3691 \end_layout
3692
3693 \end_inset
3694
3695
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 </row>
3701 <row>
3702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706 ^19
3707 \begin_inset ERT
3708 status collapsed
3709
3710 \begin_layout Plain Layout
3711
3712
3713 \backslash
3714 spce 
3715 \end_layout
3716
3717 \end_inset
3718
3719 _
3720 \backslash
3721 phantom
3722 \begin_inset ERT
3723 status collapsed
3724
3725 \begin_layout Plain Layout
3726
3727
3728 \backslash
3729 spce 
3730 \end_layout
3731
3732 \end_inset
3733
3734 1
3735 \begin_inset Formula $\rightarrow$
3736 \end_inset
3737
3738 9
3739 \begin_inset ERT
3740 status collapsed
3741
3742 \begin_layout Plain Layout
3743
3744
3745 \backslash
3746 spce 
3747 \end_layout
3748
3749 \end_inset
3750
3751 F
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3761 \end_inset
3762
3763
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 </row>
3769 <row>
3770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 ^235
3775 \begin_inset ERT
3776 status collapsed
3777
3778 \begin_layout Plain Layout
3779
3780
3781 \backslash
3782 spce 
3783 \end_layout
3784
3785 \end_inset
3786
3787 _
3788 \backslash
3789 phantom
3790 \begin_inset ERT
3791 status collapsed
3792
3793 \begin_layout Plain Layout
3794
3795
3796 \backslash
3797 spce 
3798 \end_layout
3799
3800 \end_inset
3801
3802 23
3803 \begin_inset Formula $\rightarrow$
3804 \end_inset
3805
3806 9
3807 \begin_inset ERT
3808 status collapsed
3809
3810 \begin_layout Plain Layout
3811
3812
3813 \backslash
3814 spce 
3815 \end_layout
3816
3817 \end_inset
3818
3819 F
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3829 \end_inset
3830
3831
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 </row>
3837 <row>
3838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842
3843 \backslash
3844 Lambda^
3845 \begin_inset ERT
3846 status collapsed
3847
3848 \begin_layout Plain Layout
3849
3850
3851 \backslash
3852 spce 
3853 \end_layout
3854
3855 \end_inset
3856
3857
3858 \backslash
3859 phantom
3860 \begin_inset ERT
3861 status collapsed
3862
3863 \begin_layout Plain Layout
3864
3865
3866 \backslash
3867 spce 
3868 \end_layout
3869
3870 \end_inset
3871
3872 ii
3873 \begin_inset Formula $\rightarrow$
3874 \end_inset
3875
3876 t
3877 \begin_inset ERT
3878 status collapsed
3879
3880 \begin_layout Plain Layout
3881
3882
3883 \backslash
3884 spce 
3885 \end_layout
3886
3887 \end_inset
3888
3889 _MMt
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3899 \end_inset
3900
3901
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 </row>
3907 </lyxtabular>
3908
3909 \end_inset
3910
3911
3912 \end_layout
3913
3914 \begin_layout Standard
3915 Además hay los comandos 
3916 \series bold
3917
3918 \backslash
3919 vphantom
3920 \series default
3921
3922 \begin_inset Index idx
3923 status collapsed
3924
3925 \begin_layout Plain Layout
3926 Comandos ! V ! 
3927 \backslash
3928 vphantom
3929 \end_layout
3930
3931 \end_inset
3932
3933  (botón 
3934 \begin_inset space ~
3935 \end_inset
3936
3937
3938 \begin_inset Graphics
3939         filename ../../images/math/vphantom.png
3940         scale 85
3941
3942 \end_inset
3943
3944 ) y 
3945 \series bold
3946
3947 \backslash
3948 hphantom
3949 \series default
3950
3951 \begin_inset Index idx
3952 status collapsed
3953
3954 \begin_layout Plain Layout
3955 Comandos ! H ! 
3956 \backslash
3957 hphantom
3958 \end_layout
3959
3960 \end_inset
3961
3962  (botón 
3963 \begin_inset space ~
3964 \end_inset
3965
3966
3967 \begin_inset Graphics
3968         filename ../../images/math/hphantom.png
3969         scale 85
3970
3971 \end_inset
3972
3973 ).
3974  
3975 \series bold
3976
3977 \backslash
3978 hphantom
3979 \series default
3980  genera espacio en el marco sólo para la altura máxima de los caracteres,
3981  no para su anchura.
3982  
3983 \series bold
3984
3985 \backslash
3986 vphantom
3987 \series default
3988  genera espacio sólo para la anchura del contenido del marco.
3989  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3990 \end_layout
3991
3992 \begin_layout Standard
3993 Por ejemplo, 
3994 \series bold
3995
3996 \backslash
3997 vphantom
3998 \series default
3999
4000 \begin_inset ERT
4001 status collapsed
4002
4003 \begin_layout Plain Layout
4004
4005
4006 \backslash
4007 spce 
4008 \end_layout
4009
4010 \end_inset
4011
4012
4013 \series bold
4014 a
4015 \backslash
4016 int
4017 \series default
4018  genera espacio de la altura del signo de la integral,
4019 \begin_inset Foot
4020 status collapsed
4021
4022 \begin_layout Plain Layout
4023 El comando 
4024 \series bold
4025
4026 \backslash
4027 int
4028 \series default
4029  genera un signo de integral, véase 
4030 \begin_inset CommandInset ref
4031 LatexCommand ref
4032 reference "sub:Operadores-grandes"
4033
4034 \end_inset
4035
4036
4037 \end_layout
4038
4039 \end_inset
4040
4041  porque este es el carácter más largo.
4042  En la 
4043 \begin_inset CommandInset ref
4044 LatexCommand ref
4045 reference "sub:Delimitadores-multilínea"
4046
4047 \end_inset
4048
4049  hay un ejemplo de aplicación.
4050 \end_layout
4051
4052 \begin_layout Standard
4053
4054 \lang english
4055 Placeholders can also be used for text when it is inserted via the menu
4056  
4057 \family sans
4058 Insert\SpecialChar \menuseparator
4059 Formatting\SpecialChar \menuseparator
4060 Phantom
4061 \family default
4062 :
4063 \end_layout
4064
4065 \begin_layout Standard
4066
4067 \lang english
4068 This is a sentence.
4069 \begin_inset Newline newline
4070 \end_inset
4071
4072
4073 \begin_inset Phantom Phantom
4074 status open
4075
4076 \begin_layout Plain Layout
4077
4078 \lang english
4079 This
4080 \end_layout
4081
4082 \end_inset
4083
4084  is a sentence.
4085 \end_layout
4086
4087 \begin_layout Subsection
4088 Líneas
4089 \begin_inset Index idx
4090 status collapsed
4091
4092 \begin_layout Plain Layout
4093 Lineas@Líneas
4094 \end_layout
4095
4096 \end_inset
4097
4098
4099 \begin_inset Index idx
4100 status collapsed
4101
4102 \begin_layout Plain Layout
4103 Ecuación ! sub- o superrayada
4104 \end_layout
4105
4106 \end_inset
4107
4108
4109 \end_layout
4110
4111 \begin_layout Standard
4112 \noindent
4113 \align center
4114 \begin_inset Tabular
4115 <lyxtabular version="3" rows="4" columns="2">
4116 <features tabularvalignment="middle">
4117 <column alignment="center" valignment="top" width="0">
4118 <column alignment="center" valignment="top" width="0">
4119 <row>
4120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 Comando
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 Resultado
4134 \begin_inset Note Note
4135 status collapsed
4136
4137 \begin_layout Plain Layout
4138
4139 \series bold
4140
4141 \backslash
4142 raisebox
4143 \series default
4144  se usa sólo como espaciador
4145 \end_layout
4146
4147 \end_inset
4148
4149
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160
4161 \backslash
4162 overline
4163 \begin_inset ERT
4164 status collapsed
4165
4166 \begin_layout Plain Layout
4167
4168
4169 \backslash
4170 spce 
4171 \end_layout
4172
4173 \end_inset
4174
4175 A+B
4176 \begin_inset Index idx
4177 status collapsed
4178
4179 \begin_layout Plain Layout
4180 Comandos ! O ! 
4181 \backslash
4182 overline
4183 \end_layout
4184
4185 \end_inset
4186
4187
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4197 \end_inset
4198
4199
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 </row>
4205 <row>
4206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210
4211 \backslash
4212 underline
4213 \begin_inset ERT
4214 status collapsed
4215
4216 \begin_layout Plain Layout
4217
4218
4219 \backslash
4220 spce 
4221 \end_layout
4222
4223 \end_inset
4224
4225 A+B
4226 \begin_inset Index idx
4227 status collapsed
4228
4229 \begin_layout Plain Layout
4230 Comandos ! U ! 
4231 \backslash
4232 underline
4233 \end_layout
4234
4235 \end_inset
4236
4237
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4247 \end_inset
4248
4249
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 </row>
4255 <row>
4256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260
4261 \backslash
4262 overline
4263 \begin_inset ERT
4264 status collapsed
4265
4266 \begin_layout Plain Layout
4267
4268
4269 \backslash
4270 spce 
4271 \end_layout
4272
4273 \end_inset
4274
4275
4276 \backslash
4277 underline
4278 \begin_inset ERT
4279 status collapsed
4280
4281 \begin_layout Plain Layout
4282
4283
4284 \backslash
4285 spce 
4286 \end_layout
4287
4288 \end_inset
4289
4290 A+B
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4300 \end_inset
4301
4302
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 </lyxtabular>
4309
4310 \end_inset
4311
4312
4313 \end_layout
4314
4315 \begin_layout Standard
4316 En el último ejemplo es indiferente poner primero 
4317 \series bold
4318
4319 \backslash
4320 overline
4321 \series default
4322  o 
4323 \series bold
4324
4325 \backslash
4326 underline
4327 \series default
4328 .
4329 \end_layout
4330
4331 \begin_layout Standard
4332 Para poner doble subrayado, p.
4333 \begin_inset space \thinspace{}
4334 \end_inset
4335
4336 e.
4337  en resultados, se usa 
4338 \series bold
4339
4340 \backslash
4341 underline
4342 \series default
4343  dos veces.
4344 \end_layout
4345
4346 \begin_layout Standard
4347 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4348 \begin_inset VSpace bigskip
4349 \end_inset
4350
4351 Se pueden crear líneas personalizadas con el comando 
4352 \series bold
4353
4354 \backslash
4355 rule
4356 \series default
4357
4358 \begin_inset Index idx
4359 status collapsed
4360
4361 \begin_layout Plain Layout
4362 Comandos ! R ! 
4363 \backslash
4364 rule
4365 \end_layout
4366
4367 \end_inset
4368
4369  con el esquema siguiente:
4370 \end_layout
4371
4372 \begin_layout Standard
4373
4374 \series bold
4375
4376 \backslash
4377 rule[hueco vertical]{longitud}{grosor}
4378 \end_layout
4379
4380 \begin_layout Standard
4381 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4382  si el valor es negativo).
4383  Las unidades disponibles para los valores están listadas en
4384 \begin_inset space ~
4385 \end_inset
4386
4387
4388 \begin_inset CommandInset ref
4389 LatexCommand ref
4390 reference "tab:Unidades-disponibles"
4391
4392 \end_inset
4393
4394 .
4395  A continuación hay dos ejemplos de líneas creadas con los comandos
4396 \series bold
4397
4398 \begin_inset Newline newline
4399 \end_inset
4400
4401
4402 \backslash
4403 rule[-2ex]{3cm}{2pt}
4404 \series default
4405  y 
4406 \series bold
4407
4408 \backslash
4409 rule{2cm}{1pt}
4410 \series default
4411 :
4412 \end_layout
4413
4414 \begin_layout Standard
4415 Esto es una frase 
4416 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4417 \end_inset
4418
4419  con dos líneas.
4420 \end_layout
4421
4422 \begin_layout Standard
4423
4424 \series bold
4425
4426 \backslash
4427 rule
4428 \series default
4429  también se puede usar para texto si 
4430 \lang english
4431 a line is inserted via the menu 
4432 \family sans
4433 Insert\SpecialChar \menuseparator
4434 Formatting\SpecialChar \menuseparator
4435 Horizontal
4436 \begin_inset space ~
4437 \end_inset
4438
4439 Line
4440 \family default
4441 :
4442 \end_layout
4443
4444 \begin_layout Standard
4445
4446 \lang english
4447 This is a sentence 
4448 \begin_inset CommandInset line
4449 LatexCommand rule
4450 offset "0.5ex"
4451 width "3cm"
4452 height "1pt"
4453
4454 \end_inset
4455
4456  with one line.
4457 \end_layout
4458
4459 \begin_layout Subsection
4460 Puntos
4461 \begin_inset CommandInset label
4462 LatexCommand label
4463 name "sub:Puntos"
4464
4465 \end_inset
4466
4467
4468 \begin_inset Index idx
4469 status collapsed
4470
4471 \begin_layout Plain Layout
4472 Puntos
4473 \end_layout
4474
4475 \end_inset
4476
4477
4478 \end_layout
4479
4480 \begin_layout Standard
4481 Hay distintos tipos de puntos disponibles.
4482 \begin_inset Foot
4483 status collapsed
4484
4485 \begin_layout Plain Layout
4486 En la barra de herramientas de ecuaciones, en el panel del botón 
4487 \begin_inset Graphics
4488         filename ../../images/math/ldots.png
4489         scale 85
4490
4491 \end_inset
4492
4493 .
4494 \end_layout
4495
4496 \end_inset
4497
4498  Para continuación en enumeraciones se usan puntos bajos, (
4499 \series bold
4500
4501 \backslash
4502 ldots
4503 \series default
4504
4505 \begin_inset Index idx
4506 status collapsed
4507
4508 \begin_layout Plain Layout
4509 Comandos ! L ! 
4510 \backslash
4511 ldots
4512 \end_layout
4513
4514 \end_inset
4515
4516 ), mientras que para operaciones se usan puntos centrados a la misma altura
4517  que los operadores, (
4518 \series bold
4519
4520 \backslash
4521 cdots
4522 \series default
4523
4524 \begin_inset Index idx
4525 status collapsed
4526
4527 \begin_layout Plain Layout
4528 Comandos ! C ! 
4529 \backslash
4530 cdots
4531 \end_layout
4532
4533 \end_inset
4534
4535 ).
4536  Si se usa el comando 
4537 \series bold
4538
4539 \backslash
4540 dots
4541 \series default
4542
4543 \begin_inset Index idx
4544 status collapsed
4545
4546 \begin_layout Plain Layout
4547 Comandos ! D ! 
4548 \backslash
4549 dots
4550 \end_layout
4551
4552 \end_inset
4553
4554 , LaTeX decide el tipo a usar en función del carácter siguiente.
4555 \end_layout
4556
4557 \begin_layout Standard
4558 \align center
4559 \begin_inset Tabular
4560 <lyxtabular version="3" rows="8" columns="2">
4561 <features tabularvalignment="middle">
4562 <column alignment="center" valignment="top" width="0pt">
4563 <column alignment="center" valignment="top" width="0pt">
4564 <row>
4565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 Comando
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 Resultado
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 </row>
4584 <row>
4585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 A_1
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 ,
4603 \backslash
4604 dots
4605 \begin_inset ERT
4606 status collapsed
4607
4608 \begin_layout Plain Layout
4609
4610
4611 \backslash
4612 spce 
4613 \end_layout
4614
4615 \end_inset
4616
4617 ,A_n
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 \begin_inset Formula $A_{1},\dots,A_{n}$
4627 \end_inset
4628
4629
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 </row>
4635 <row>
4636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 A_1
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 +
4654 \backslash
4655 dots
4656 \begin_inset ERT
4657 status collapsed
4658
4659 \begin_layout Plain Layout
4660
4661
4662 \backslash
4663 spce 
4664 \end_layout
4665
4666 \end_inset
4667
4668 +A_n
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 \begin_inset Formula $A_{1}+\dots+A_{n}$
4678 \end_inset
4679
4680
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 </row>
4686 <row>
4687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 A_1
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 ,
4705 \backslash
4706 ldots
4707 \begin_inset ERT
4708 status collapsed
4709
4710 \begin_layout Plain Layout
4711
4712
4713 \backslash
4714 spce 
4715 \end_layout
4716
4717 \end_inset
4718
4719 ,A_n
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 \begin_inset Formula $A_{1},\ldots,A_{n}$
4729 \end_inset
4730
4731
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 </row>
4737 <row>
4738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 A_1
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 +
4756 \backslash
4757 cdots
4758 \begin_inset ERT
4759 status collapsed
4760
4761 \begin_layout Plain Layout
4762
4763
4764 \backslash
4765 spce 
4766 \end_layout
4767
4768 \end_inset
4769
4770 +A_n
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4780 \end_inset
4781
4782
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 </row>
4788 <row>
4789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793
4794 \backslash
4795 vdots
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 \begin_inset Formula $\vdots$
4805 \end_inset
4806
4807
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 </row>
4813 <row>
4814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818
4819 \backslash
4820 ddots
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 \begin_inset Formula $\ddots$
4830 \end_inset
4831
4832
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 Matriz
4844 \begin_inset space \thinspace{}
4845 \end_inset
4846
4847 3×3 con los distintos puntos
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 \begin_inset Formula $\begin{array}{ccc}
4857 A_{11} & \cdots & A_{1m}\\
4858 \vdots & \ddots & \vdots\\
4859 A_{n1} & \cdots & A_{nm}
4860 \end{array}$
4861 \end_inset
4862
4863
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 </lyxtabular>
4870
4871 \end_inset
4872
4873
4874 \end_layout
4875
4876 \begin_layout Standard
4877 Los puntos suspensivos disponibles en el menú 
4878 \family sans
4879 Insertar\SpecialChar \menuseparator
4880 Carácter especial
4881 \family default
4882  son 
4883 \series bold
4884
4885 \backslash
4886 ldots
4887 \series default
4888 .
4889 \begin_inset VSpace medskip
4890 \end_inset
4891
4892
4893 \end_layout
4894
4895 \begin_layout Standard
4896 Hay puntos específicos para matrices que se extienden por varias columnas.
4897  Se generan con el comando 
4898 \series bold
4899
4900 \backslash
4901 hdotsfor
4902 \series default
4903
4904 \begin_inset Index idx
4905 status collapsed
4906
4907 \begin_layout Plain Layout
4908 Comandos ! H ! 
4909 \backslash
4910 hdotsfor
4911 \end_layout
4912
4913 \end_inset
4914
4915 , que tiene el siguiente esquema:
4916 \end_layout
4917
4918 \begin_layout Standard
4919
4920 \series bold
4921
4922 \backslash
4923 hdotsfor[distancia]{número de columnas}
4924 \end_layout
4925
4926 \begin_layout Standard
4927 Número de columnas especifica cuántas columnas deben abarcarse.
4928  Distancia es un factor para la separación entre los puntos.
4929 \end_layout
4930
4931 \begin_layout Standard
4932 En la siguiente matriz se ha insertado el comando 
4933 \series bold
4934
4935 \backslash
4936 hdotsfor[2]{4}
4937 \series default
4938  en el primer recuadro de la segunda línea para obtener puntos separados
4939  una distancia equivalente a dos veces la del comando 
4940 \series bold
4941
4942 \backslash
4943 dots
4944 \series default
4945 .
4946 \begin_inset Formula \[
4947 \left(\begin{array}{cccc}
4948 A & B & C & D\\
4949 \hdotsfor[2]{4}\\
4950 q & w & e & r
4951 \end{array}\right)\]
4952
4953 \end_inset
4954
4955
4956 \end_layout
4957
4958 \begin_layout Standard
4959 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4960  de lo contrario se producen errores de LaTeX.
4961 \end_layout
4962
4963 \begin_layout Standard
4964 \begin_inset VSpace bigskip
4965 \end_inset
4966
4967
4968 \end_layout
4969
4970 \begin_layout Standard
4971 Además, con el comando 
4972 \series bold
4973
4974 \backslash
4975 dotfill
4976 \series default
4977
4978 \begin_inset Index idx
4979 status collapsed
4980
4981 \begin_layout Plain Layout
4982 Comandos ! D ! 
4983 \backslash
4984 dotfill
4985 \end_layout
4986
4987 \end_inset
4988
4989  puedes completar con puntos una línea.
4990  El efecto de este tipo de comandos es como el de 
4991 \series bold
4992
4993 \backslash
4994 hfill
4995 \series default
4996 , véase 
4997 \begin_inset CommandInset ref
4998 LatexCommand ref
4999 reference "sub:Espacio-variable"
5000
5001 \end_inset
5002
5003 .
5004 \end_layout
5005
5006 \begin_layout Standard
5007 Por ejemplo el comando 
5008 \series bold
5009 A
5010 \backslash
5011 dotfill
5012 \series default
5013
5014 \begin_inset ERT
5015 status collapsed
5016
5017 \begin_layout Plain Layout
5018
5019
5020 \backslash
5021 spce 
5022 \end_layout
5023
5024 \end_inset
5025
5026
5027 \series bold
5028 B
5029 \series default
5030  genera
5031 \end_layout
5032
5033 \begin_layout Standard
5034 \begin_inset Formula $A\dotfill B$
5035 \end_inset
5036
5037
5038 \end_layout
5039
5040 \begin_layout Standard
5041 Un comando análogo a 
5042 \series bold
5043
5044 \backslash
5045 dotfill
5046 \series default
5047  para rellenar con una línea es 
5048 \series bold
5049
5050 \backslash
5051 hrulefill
5052 \series default
5053
5054 \begin_inset Index idx
5055 status collapsed
5056
5057 \begin_layout Plain Layout
5058 Comandos ! H ! 
5059 \backslash
5060 hrulefill
5061 \end_layout
5062
5063 \end_inset
5064
5065 :
5066 \end_layout
5067
5068 \begin_layout Standard
5069 \begin_inset Formula $A\hrulefill B$
5070 \end_inset
5071
5072
5073 \end_layout
5074
5075 \begin_layout Standard
5076 Para usar estos comandos en el texto, deben insertarse en modo TeX.
5077 \end_layout
5078
5079 \begin_layout Section
5080 Matrices
5081 \begin_inset CommandInset label
5082 LatexCommand label
5083 name "sec:Matrices"
5084
5085 \end_inset
5086
5087
5088 \begin_inset Index idx
5089 status collapsed
5090
5091 \begin_layout Plain Layout
5092 Matrices
5093 \end_layout
5094
5095 \end_inset
5096
5097
5098 \end_layout
5099
5100 \begin_layout Standard
5101 Se pueden insertar con el botón 
5102 \begin_inset Graphics
5103         filename ../../images/dialog-show_mathmatrix.png
5104         scale 85
5105
5106 \end_inset
5107
5108  de la barra de ecuaciones o con el menú 
5109 \family sans
5110 Insertar\SpecialChar \menuseparator
5111 Ecuación\SpecialChar \menuseparator
5112 Matriz
5113 \family default
5114 .
5115  Aparece una ventana en la que se pide el número de filas y columnas, la
5116  alineación y la decoración.
5117  La alineación vertical sólo es relevante para matrices en línea:
5118 \end_layout
5119
5120 \begin_layout Standard
5121 Esta primera matriz tiene alineación superior 
5122 \begin_inset Formula $\begin{array}[t]{cccc}
5123 A & D & G & J\\
5124 B & E & H & K\\
5125 D & F & I & L
5126 \end{array}$
5127 \end_inset
5128
5129  , la segunda alineación central 
5130 \begin_inset Formula $\begin{array}{cccc}
5131 A & D & G & J\\
5132 B & E & H & K\\
5133 D & F & I & L
5134 \end{array}$
5135 \end_inset
5136
5137  , y la tercera alineación inferior 
5138 \begin_inset Formula $\begin{array}[b]{cccc}
5139 A & D & G & J\\
5140 B & E & H & K\\
5141 D & F & I & L
5142 \end{array}$
5143 \end_inset
5144
5145 .
5146 \end_layout
5147
5148 \begin_layout Standard
5149 La alineación horizontal especifica cómo deben alinearse las entradas de
5150  la columna.
5151  Se determina mediante una letra para cada columna.
5152  
5153 \emph on
5154 l
5155 \emph default
5156  indica alineación a la izquierda, 
5157 \emph on
5158 c
5159 \emph default
5160  alineación centrada y 
5161 \emph on
5162 r
5163 \emph default
5164  alineación a la derecha.
5165  Por ejemplo, para componer una matriz
5166 \begin_inset space ~
5167 \end_inset
5168
5169 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5170  centradas y la última a la derecha, se anota 
5171 \series bold
5172 lccr
5173 \series default
5174  en la alineación horizontal.
5175  Normalmente todas las columnas de una matriz están centradas, por tanto
5176  el valor por omisión es 
5177 \series bold
5178 c
5179 \series default
5180  para todas ellas.
5181 \end_layout
5182
5183 \begin_layout Standard
5184 Alineación horizontal:
5185 \end_layout
5186
5187 \begin_layout Standard
5188
5189 \series bold
5190 lll
5191 \series default
5192  : 
5193 \begin_inset Formula $\begin{array}{lll}
5194 10000 & D & G\\
5195 B & 10000 & H\\
5196 C & F & 10000
5197 \end{array}$
5198 \end_inset
5199
5200  , 
5201 \series bold
5202 ccc 
5203 \series default
5204
5205 \begin_inset Formula $\begin{array}{ccc}
5206 10000 & D & G\\
5207 B & 10000 & H\\
5208 C & F & 10000
5209 \end{array}$
5210 \end_inset
5211
5212  
5213 \series bold
5214 ,
5215 \series default
5216  
5217 \series bold
5218 rrr 
5219 \series default
5220
5221 \begin_inset Formula $\begin{array}{rrr}
5222 10000 & D & G\\
5223 B & 10000 & H\\
5224 C & F & 10000
5225 \end{array}$
5226 \end_inset
5227
5228
5229 \end_layout
5230
5231 \begin_layout Standard
5232 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5233  botones 
5234 \begin_inset Graphics
5235         filename ../../images/tabular-feature_append-row.png
5236         scale 85
5237
5238 \end_inset
5239
5240
5241 \begin_inset Graphics
5242         filename ../../images/tabular-feature_delete-row.png
5243         scale 85
5244
5245 \end_inset
5246
5247 , etc.
5248  de la barra de ecuaciones o el menú 
5249 \family sans
5250 Editar\SpecialChar \menuseparator
5251 Filas y columnas
5252 \family default
5253 .
5254  También se pueden añadir filas nuevas con 
5255 \family sans
5256 Ctrl+Retorno
5257 \family default
5258 .
5259 \end_layout
5260
5261 \begin_layout Standard
5262 \begin_inset VSpace bigskip
5263 \end_inset
5264
5265
5266 \lang english
5267 The 
5268 \family sans
5269 Decoration
5270 \family default
5271  adds parentheses in the selected style around the matrix.
5272  Alternatively,
5273 \lang spanish
5274  se pueden generar paréntesis con los comandos 
5275 \series bold
5276
5277 \backslash
5278 left
5279 \series default
5280
5281 \begin_inset Index idx
5282 status collapsed
5283
5284 \begin_layout Plain Layout
5285 Comandos ! L ! 
5286 \backslash
5287 left
5288 \end_layout
5289
5290 \end_inset
5291
5292  y 
5293 \series bold
5294
5295 \backslash
5296 right
5297 \series default
5298
5299 \begin_inset Index idx
5300 status collapsed
5301
5302 \begin_layout Plain Layout
5303 Comandos ! R ! 
5304 \backslash
5305 right
5306 \end_layout
5307
5308 \end_inset
5309
5310  (atajo 
5311 \family sans
5312 Alt+M
5313 \begin_inset space ~
5314 \end_inset
5315
5316 Paréntesis
5317 \family default
5318 ), véase 
5319 \begin_inset CommandInset ref
5320 LatexCommand ref
5321 reference "sub:Tamaño-automático-de"
5322
5323 \end_inset
5324
5325 , o usando los comandos siguientes:
5326 \end_layout
5327
5328 \begin_layout Standard
5329 \begin_inset VSpace medskip
5330 \end_inset
5331
5332
5333 \end_layout
5334
5335 \begin_layout Standard
5336 \begin_inset space \hfill{}
5337 \end_inset
5338
5339
5340 \begin_inset Tabular
5341 <lyxtabular version="3" rows="4" columns="2">
5342 <features tabularvalignment="middle">
5343 <column alignment="center" valignment="top" width="0">
5344 <column alignment="center" valignment="top" width="0">
5345 <row>
5346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 Comando
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 Resultado
5360 \begin_inset Note Note
5361 status collapsed
5362
5363 \begin_layout Plain Layout
5364
5365 \series bold
5366
5367 \backslash
5368 raisebox
5369 \series default
5370  se usa sólo como espaciador
5371 \end_layout
5372
5373 \end_inset
5374
5375
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 </row>
5381 <row>
5382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386
5387 \backslash
5388 bmatrix
5389 \begin_inset ERT
5390 status collapsed
5391
5392 \begin_layout Plain Layout
5393
5394
5395 \backslash
5396 spce 
5397 \end_layout
5398
5399 \end_inset
5400
5401 2
5402 \series bold
5403 ×
5404 \series default
5405 2
5406 \begin_inset space \thinspace{}
5407 \end_inset
5408
5409 matriz
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5419 0 & \textrm{-}\mathrm{i}\\
5420 \mathrm{i} & 0
5421 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5422 \end_inset
5423
5424
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 </row>
5430 <row>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435
5436 \backslash
5437 Bmatrix
5438 \begin_inset ERT
5439 status collapsed
5440
5441 \begin_layout Plain Layout
5442
5443
5444 \backslash
5445 spce 
5446 \end_layout
5447
5448 \end_inset
5449
5450 2×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" bottomline="true" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480
5481 \backslash
5482 pmatrix
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
5496 \series bold
5497 ×
5498 \series default
5499 2
5500 \begin_inset space \thinspace{}
5501 \end_inset
5502
5503 matriz
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5513 0 & \textrm{-}\mathrm{i}\\
5514 \mathrm{i} & 0
5515 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5516 \end_inset
5517
5518
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 </row>
5524 </lyxtabular>
5525
5526 \end_inset
5527
5528
5529 \begin_inset space \hfill{}
5530 \end_inset
5531
5532
5533 \begin_inset Tabular
5534 <lyxtabular version="3" rows="4" columns="2">
5535 <features tabularvalignment="middle">
5536 <column alignment="center" valignment="top" width="0">
5537 <column alignment="center" valignment="top" width="0">
5538 <row>
5539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 Comando
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 Resultado
5553 \begin_inset Note Note
5554 status collapsed
5555
5556 \begin_layout Plain Layout
5557
5558 \series bold
5559
5560 \backslash
5561 raisebox
5562 \series default
5563  se usa sólo como espaciador
5564 \end_layout
5565
5566 \end_inset
5567
5568
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 </row>
5574 <row>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579
5580 \backslash
5581 vmatrix
5582 \begin_inset ERT
5583 status collapsed
5584
5585 \begin_layout Plain Layout
5586
5587
5588 \backslash
5589 spce 
5590 \end_layout
5591
5592 \end_inset
5593
5594 2
5595 \series bold
5596 ×
5597 \series default
5598 2
5599 \begin_inset space \thinspace{}
5600 \end_inset
5601
5602 matriz
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5612 0 & \textrm{-}\mathrm{i}\\
5613 \mathrm{i} & 0
5614 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5615 \end_inset
5616
5617
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 </row>
5623 <row>
5624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628
5629 \backslash
5630 Vmatrix
5631 \begin_inset ERT
5632 status collapsed
5633
5634 \begin_layout Plain Layout
5635
5636
5637 \backslash
5638 spce 
5639 \end_layout
5640
5641 \end_inset
5642
5643 2
5644 \series bold
5645 ×
5646 \series default
5647 2
5648 \begin_inset space \thinspace{}
5649 \end_inset
5650
5651 matriz
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5661 0 & \textrm{-}\mathrm{i}\\
5662 \mathrm{i} & 0
5663 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5664 \end_inset
5665
5666
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 </row>
5672 <row>
5673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677
5678 \backslash
5679 matrix
5680 \begin_inset ERT
5681 status collapsed
5682
5683 \begin_layout Plain Layout
5684
5685
5686 \backslash
5687 spce 
5688 \end_layout
5689
5690 \end_inset
5691
5692 2
5693 \series bold
5694 ×
5695 \series default
5696 2
5697 \begin_inset space \thinspace{}
5698 \end_inset
5699
5700 matriz
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5710 0 & \textrm{-}\mathrm{i}\\
5711 \mathrm{i} & 0
5712 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 </lyxtabular>
5722
5723 \end_inset
5724
5725
5726 \begin_inset space \hfill{}
5727 \end_inset
5728
5729
5730 \end_layout
5731
5732 \begin_layout Standard
5733 \begin_inset VSpace medskip
5734 \end_inset
5735
5736
5737 \end_layout
5738
5739 \begin_layout Standard
5740 Cuando se inserta p.
5741 \begin_inset space \thinspace{}
5742 \end_inset
5743
5744 e.
5745 \begin_inset space ~
5746 \end_inset
5747
5748
5749 \series bold
5750
5751 \backslash
5752 vmatrix
5753 \series default
5754 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5755  la matriz.
5756 \begin_inset Newline newline
5757 \end_inset
5758
5759
5760 \lang english
5761 Note that decorated matrices ignore the vertical alignment.
5762 \end_layout
5763
5764 \begin_layout Standard
5765 \begin_inset VSpace bigskip
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \begin_layout Standard
5772 Como todas las ecuaciones multilínea son matrices, la longitud 
5773 \series bold
5774
5775 \backslash
5776 arraycolsep
5777 \series default
5778
5779 \begin_inset Index idx
5780 status collapsed
5781
5782 \begin_layout Plain Layout
5783 Comandos ! A ! 
5784 \backslash
5785 arraycolsep
5786 \end_layout
5787
5788 \end_inset
5789
5790 , que se describe en 
5791 \begin_inset CommandInset ref
5792 LatexCommand ref
5793 reference "sub:Separación-de-columnas"
5794
5795 \end_inset
5796
5797 , también se puede usar para cambiar la separación de las columnas en una
5798  matriz.
5799  Para cambiar la separación de las filas, se usa el comando 
5800 \series bold
5801
5802 \backslash
5803 arraystretch
5804 \series default
5805
5806 \begin_inset Index idx
5807 status collapsed
5808
5809 \begin_layout Plain Layout
5810 Comandos ! A ! 
5811 \backslash
5812 arraystretch
5813 \end_layout
5814
5815 \end_inset
5816
5817  de la siguiente manera:
5818 \end_layout
5819
5820 \begin_layout Standard
5821
5822 \series bold
5823
5824 \backslash
5825 renewcommand{
5826 \backslash
5827 arraystretch}{factor de separación}
5828 \begin_inset Index idx
5829 status collapsed
5830
5831 \begin_layout Plain Layout
5832 Comandos ! R ! 
5833 \backslash
5834 renewcommand
5835 \end_layout
5836
5837 \end_inset
5838
5839
5840 \end_layout
5841
5842 \begin_layout Standard
5843 El comando 
5844 \series bold
5845
5846 \backslash
5847 renewcommand
5848 \series default
5849  asigna el factor de separación al comando predefinido 
5850 \series bold
5851
5852 \backslash
5853 arraystretch
5854 \series default
5855 .
5856  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5857  Además, éste se usa para todas las matrices siguientes.
5858  Para volver a la separación original, asigna factor 1 a 
5859 \series bold
5860
5861 \backslash
5862 arraystretch
5863 \series default
5864 .
5865 \end_layout
5866
5867 \begin_layout Standard
5868 Para poner matrices en línea se usa el comando 
5869 \series bold
5870
5871 \backslash
5872 smallmatrix
5873 \series default
5874
5875 \begin_inset Index idx
5876 status collapsed
5877
5878 \begin_layout Plain Layout
5879 Comandos ! S ! 
5880 \backslash
5881 smallmatrix
5882 \end_layout
5883
5884 \end_inset
5885
5886 .
5887  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5888  se inserta la matriz.
5889  
5890 \end_layout
5891
5892 \begin_layout Standard
5893 Esto es una matriz 
5894 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5895 C & D
5896 \end{smallmatrix}\right)$
5897 \end_inset
5898
5899  en línea.
5900 \end_layout
5901
5902 \begin_layout Section
5903 Delimitadores
5904 \begin_inset Index idx
5905 status collapsed
5906
5907 \begin_layout Plain Layout
5908 Delimitadores
5909 \end_layout
5910
5911 \end_inset
5912
5913
5914 \end_layout
5915
5916 \begin_layout Subsection
5917 Delimitadores verticales
5918 \begin_inset Index idx
5919 status collapsed
5920
5921 \begin_layout Plain Layout
5922 Delimitadores ! verticales
5923 \end_layout
5924
5925 \end_inset
5926
5927
5928 \end_layout
5929
5930 \begin_layout Standard
5931 \begin_inset space \hfill{}
5932 \end_inset
5933
5934
5935 \begin_inset Tabular
5936 <lyxtabular version="3" rows="9" columns="2">
5937 <features tabularvalignment="middle">
5938 <column alignment="center" valignment="top" width="0pt">
5939 <column alignment="center" valignment="top" width="0pt">
5940 <row>
5941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 Comando
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 Resultado
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 </row>
5960 <row>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 (
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 \begin_inset Formula $($
5975 \end_inset
5976
5977
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 </row>
5983 <row>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 {
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 \begin_inset Formula $\{$
5998 \end_inset
5999
6000
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 </row>
6006 <row>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 [
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 \begin_inset Formula $[$
6021 \end_inset
6022
6023
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 </row>
6029 <row>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034
6035 \backslash
6036 langle
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 \begin_inset Formula $\langle$
6046 \end_inset
6047
6048
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 </row>
6054 <row>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059
6060 \backslash
6061 lceil
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 \begin_inset Formula $\lceil$
6071 \end_inset
6072
6073
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 </row>
6079 <row>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084
6085 \backslash
6086 lfloor
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 \begin_inset Formula $\lfloor$
6096 \end_inset
6097
6098
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 </row>
6104 <row>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 /
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 \begin_inset Formula $/$
6119 \end_inset
6120
6121
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 </row>
6127 <row>
6128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 |
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 \begin_inset Formula $|$
6142 \end_inset
6143
6144
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 </row>
6150 </lyxtabular>
6151
6152 \end_inset
6153
6154
6155 \begin_inset space \hfill{}
6156 \end_inset
6157
6158
6159 \begin_inset Tabular
6160 <lyxtabular version="3" rows="9" columns="2">
6161 <features tabularvalignment="middle">
6162 <column alignment="center" valignment="top" width="0pt">
6163 <column alignment="center" valignment="top" width="0pt">
6164 <row>
6165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 Comando
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 Resultado
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 </row>
6184 <row>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 )
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 \begin_inset Formula $)$
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 </row>
6207 <row>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 }
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 \begin_inset Formula $\}$
6222 \end_inset
6223
6224
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 </row>
6230 <row>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 ]
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 \begin_inset Formula $]$
6245 \end_inset
6246
6247
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 </row>
6253 <row>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258
6259 \backslash
6260 rangle
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 \begin_inset Formula $\rangle$
6270 \end_inset
6271
6272
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 </row>
6278 <row>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283
6284 \backslash
6285 rceil
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 \begin_inset Formula $\rceil$
6295 \end_inset
6296
6297
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 </row>
6303 <row>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308
6309 \backslash
6310 rfloor
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 \begin_inset Formula $\rfloor$
6320 \end_inset
6321
6322
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 </row>
6328 <row>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333
6334 \backslash
6335
6336 \backslash
6337
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 \begin_inset Formula $\backslash$
6347 \end_inset
6348
6349
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 </row>
6355 <row>
6356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360
6361 \backslash
6362 |
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 \begin_inset Formula $\|$
6372 \end_inset
6373
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 </lyxtabular>
6381
6382 \end_inset
6383
6384
6385 \begin_inset space \hfill{}
6386 \end_inset
6387
6388
6389 \end_layout
6390
6391 \begin_layout Standard
6392 \begin_inset Note Greyedout
6393 status open
6394
6395 \begin_layout Plain Layout
6396
6397 \series bold
6398 Nota
6399 \series default
6400 : En modo TeX hay que usar el comando 
6401 \series bold
6402
6403 \backslash
6404 textbackslash
6405 \series default
6406
6407 \begin_inset Index idx
6408 status collapsed
6409
6410 \begin_layout Plain Layout
6411 Comandos ! T ! 
6412 \backslash
6413 textbackslash
6414 \end_layout
6415
6416 \end_inset
6417
6418  para la barra invertida, porque si no el comando 
6419 \series bold
6420
6421 \backslash
6422
6423 \backslash
6424
6425 \series default
6426  genera un salto de línea.
6427 \end_layout
6428
6429 \end_inset
6430
6431
6432 \end_layout
6433
6434 \begin_layout Standard
6435 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6436  descritos en las dos subsecciones siguientes.
6437  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6438  < y > en vez de los comandos 
6439 \series bold
6440
6441 \backslash
6442 langle
6443 \series default
6444  y 
6445 \series bold
6446
6447 \backslash
6448 rangle
6449 \series default
6450 .
6451  
6452 \end_layout
6453
6454 \begin_layout Subsubsection
6455 Tamaño manual de los delimitadores
6456 \begin_inset CommandInset label
6457 LatexCommand label
6458 name "sub:Tamaño-manual-de"
6459
6460 \end_inset
6461
6462
6463 \begin_inset Index idx
6464 status collapsed
6465
6466 \begin_layout Plain Layout
6467 Delimitadores ! tamaño manual
6468 \end_layout
6469
6470 \end_inset
6471
6472
6473 \end_layout
6474
6475 \begin_layout Standard
6476 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6477  LaTeX 
6478 \series bold
6479
6480 \backslash
6481 big
6482 \series default
6483
6484 \begin_inset Index idx
6485 status collapsed
6486
6487 \begin_layout Plain Layout
6488 Comandos ! B ! 
6489 \backslash
6490 big
6491 \end_layout
6492
6493 \end_inset
6494
6495
6496 \series bold
6497
6498 \backslash
6499 Big
6500 \series default
6501
6502 \series bold
6503
6504 \backslash
6505 bigg
6506 \series default
6507 , y 
6508 \series bold
6509
6510 \backslash
6511 Bigg
6512 \series default
6513 .
6514  
6515 \series bold
6516
6517 \backslash
6518 big
6519 \series default
6520  indica el tamaño menor y 
6521 \series bold
6522
6523 \backslash
6524 Bigg
6525 \series default
6526  el mayor.
6527 \end_layout
6528
6529 \begin_layout Standard
6530 Estos comandos se usan para resaltar niveles de delimitación:
6531 \end_layout
6532
6533 \begin_layout Standard
6534 \noindent
6535 \align center
6536 \begin_inset Tabular
6537 <lyxtabular version="3" rows="2" columns="2">
6538 <features tabularvalignment="middle">
6539 <column alignment="center" valignment="top" width="0">
6540 <column alignment="center" valignment="top" width="0">
6541 <row>
6542 <cell alignment="center" valignment="top" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 todos los delimitadores de igual tamaño:
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 </row>
6564 <row>
6565 <cell alignment="center" valignment="top" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 así tiene mejor aspecto:
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6579 \end_inset
6580
6581
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 </row>
6587 </lyxtabular>
6588
6589 \end_inset
6590
6591
6592 \begin_inset Note Note
6593 status collapsed
6594
6595 \begin_layout Plain Layout
6596
6597 \series bold
6598
6599 \backslash
6600 raisebox
6601 \series default
6602  se usa sólo como espaciador
6603 \end_layout
6604
6605 \end_inset
6606
6607
6608 \end_layout
6609
6610 \begin_layout Standard
6611 Para la segunda expresión se ha empleado el comando 
6612 \series bold
6613
6614 \backslash
6615 Big((A+B)(A-B)
6616 \backslash
6617 Big)^
6618 \series default
6619
6620 \begin_inset ERT
6621 status collapsed
6622
6623 \begin_layout Plain Layout
6624
6625
6626 \backslash
6627 spce 
6628 \end_layout
6629
6630 \end_inset
6631
6632
6633 \series bold
6634 C
6635 \series default
6636 .
6637 \end_layout
6638
6639 \begin_layout Standard
6640 He aquí una visión conjunta de todos los tamaños y delimitadores:
6641 \end_layout
6642
6643 \begin_layout Standard
6644 \noindent
6645 \align center
6646
6647 \backslash
6648 Bigg(
6649 \backslash
6650 exp
6651 \backslash
6652 bigg<
6653 \backslash
6654 Big[
6655 \backslash
6656 big{
6657 \backslash
6658 ln(3x)
6659 \backslash
6660 big}^2
6661 \begin_inset ERT
6662 status collapsed
6663
6664 \begin_layout Plain Layout
6665
6666
6667 \backslash
6668 spce 
6669 \end_layout
6670
6671 \end_inset
6672
6673
6674 \backslash
6675 sen(x)
6676 \backslash
6677 Big]^
6678 \begin_inset ERT
6679 status collapsed
6680
6681 \begin_layout Plain Layout
6682
6683
6684 \backslash
6685 spce 
6686 \end_layout
6687
6688 \end_inset
6689
6690 A
6691 \begin_inset ERT
6692 status collapsed
6693
6694 \begin_layout Plain Layout
6695
6696
6697 \backslash
6698 spce 
6699 \end_layout
6700
6701 \end_inset
6702
6703
6704 \backslash
6705 bigg>
6706 \backslash
6707 Bigg)^0,5
6708 \begin_inset Formula \[
6709 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6710
6711 \end_inset
6712
6713
6714 \end_layout
6715
6716 \begin_layout Standard
6717 Además de los comandos 
6718 \series bold
6719
6720 \backslash
6721 big
6722 \series default
6723  hay la variante 
6724 \series bold
6725
6726 \backslash
6727 bigm
6728 \series default
6729
6730 \begin_inset Index idx
6731 status collapsed
6732
6733 \begin_layout Plain Layout
6734 Comandos ! B ! 
6735 \backslash
6736 bigm
6737 \end_layout
6738
6739 \end_inset
6740
6741 , que añade un poco más de espacio entre el delimitador y su contenido,
6742  y la variante 
6743 \series bold
6744
6745 \backslash
6746 bigl
6747 \series default
6748 -
6749 \series bold
6750
6751 \backslash
6752 bigr
6753 \series default
6754
6755 \begin_inset Index idx
6756 status collapsed
6757
6758 \begin_layout Plain Layout
6759 Comandos ! B ! 
6760 \backslash
6761 bigl - 
6762 \backslash
6763 bigr
6764 \end_layout
6765
6766 \end_inset
6767
6768 , que no añade espacio adicional.
6769  La 
6770 \emph on
6771 l
6772 \emph default
6773  al final del comando 
6774 \series bold
6775
6776 \backslash
6777 bigl 
6778 \series default
6779 es para el delimitador izquierdo, la 
6780 \emph on
6781 r
6782 \emph default
6783  es para el delimitador derecho.
6784  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6785  apertura o de cierre.
6786 \end_layout
6787
6788 \begin_layout Standard
6789 En el siguiente cuadro hay una comparación de las variantes:
6790 \end_layout
6791
6792 \begin_layout Standard
6793 \noindent
6794 \align center
6795 \begin_inset Tabular
6796 <lyxtabular version="3" rows="5" columns="2">
6797 <features tabularvalignment="middle">
6798 <column alignment="center" valignment="top" width="0">
6799 <column alignment="center" valignment="top" width="0">
6800 <row>
6801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 Comando
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 Resultado
6815 \begin_inset Note Note
6816 status collapsed
6817
6818 \begin_layout Plain Layout
6819
6820 \series bold
6821
6822 \backslash
6823 raisebox
6824 \series default
6825  se usa sólo como espaciador
6826 \end_layout
6827
6828 \end_inset
6829
6830
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 </row>
6836 <row>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841
6842 \backslash
6843 Bigm(
6844 \backslash
6845 bigm(
6846 \backslash
6847 ln(3x)
6848 \backslash
6849 bigm)^2
6850 \series bold
6851
6852 \begin_inset ERT
6853 status collapsed
6854
6855 \begin_layout Plain Layout
6856
6857
6858 \backslash
6859 spce 
6860 \end_layout
6861
6862 \end_inset
6863
6864
6865 \series default
6866
6867 \backslash
6868 Bigm)
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6878 \end_inset
6879
6880
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 </row>
6886 <row>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891
6892 \backslash
6893 Big(
6894 \backslash
6895 big(
6896 \backslash
6897 ln(3x)
6898 \backslash
6899 big)^2
6900 \series bold
6901
6902 \begin_inset ERT
6903 status collapsed
6904
6905 \begin_layout Plain Layout
6906
6907
6908 \backslash
6909 spce 
6910 \end_layout
6911
6912 \end_inset
6913
6914
6915 \series default
6916
6917 \backslash
6918 Big)
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6928 \end_inset
6929
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 </row>
6936 <row>
6937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941
6942 \backslash
6943 Bigl(
6944 \backslash
6945 bigl(
6946 \backslash
6947 ln(3x)
6948 \backslash
6949 bigr)^2
6950 \series bold
6951
6952 \begin_inset ERT
6953 status collapsed
6954
6955 \begin_layout Plain Layout
6956
6957
6958 \backslash
6959 spce 
6960 \end_layout
6961
6962 \end_inset
6963
6964
6965 \series default
6966
6967 \backslash
6968 Bigr)
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6978 \end_inset
6979
6980
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 </row>
6986 <row>
6987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991
6992 \backslash
6993 bigl)
6994 \backslash
6995 ln(3x)
6996 \backslash
6997 bigr(
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7007 \end_inset
7008
7009
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 </row>
7015 </lyxtabular>
7016
7017 \end_inset
7018
7019
7020 \end_layout
7021
7022 \begin_layout Subsubsection
7023 Tamaño automático de los delimitadores
7024 \begin_inset CommandInset label
7025 LatexCommand label
7026 name "sub:Tamaño-automático-de"
7027
7028 \end_inset
7029
7030
7031 \begin_inset Index idx
7032 status collapsed
7033
7034 \begin_layout Plain Layout
7035 Delimitadores ! tamaño automático
7036 \end_layout
7037
7038 \end_inset
7039
7040
7041 \end_layout
7042
7043 \begin_layout Standard
7044 Se pueden insertar delimitadores de tamaño variable con los comandos 
7045 \series bold
7046
7047 \backslash
7048 left
7049 \series default
7050
7051 \begin_inset Index idx
7052 status collapsed
7053
7054 \begin_layout Plain Layout
7055 Comandos ! L ! 
7056 \backslash
7057 left
7058 \end_layout
7059
7060 \end_inset
7061
7062  y 
7063 \series bold
7064
7065 \backslash
7066 right
7067 \series default
7068
7069 \begin_inset Index idx
7070 status collapsed
7071
7072 \begin_layout Plain Layout
7073 Comandos ! R ! 
7074 \backslash
7075 right
7076 \end_layout
7077
7078 \end_inset
7079
7080  o con el botón de la barra de ecuaciones 
7081 \begin_inset Graphics
7082         filename ../../images/dialog-show_mathdelimiter.png
7083         scale 85
7084
7085 \end_inset
7086
7087 .
7088  El delimitador deseado se debe insertar directamente detrás de 
7089 \series bold
7090
7091 \backslash
7092 left
7093 \series default
7094  y 
7095 \series bold
7096
7097 \backslash
7098 right
7099 \series default
7100 .
7101  El tamaño se calculará automáticamente después para la salida.
7102  
7103 \end_layout
7104
7105 \begin_layout Standard
7106 \noindent
7107 \align center
7108 delimitador normal: El comando 
7109 \series bold
7110
7111 \backslash
7112 ln(
7113 \backslash
7114 frac
7115 \series default
7116
7117 \begin_inset ERT
7118 status collapsed
7119
7120 \begin_layout Plain Layout
7121
7122
7123 \backslash
7124 spce 
7125 \end_layout
7126
7127 \end_inset
7128
7129
7130 \series bold
7131 A
7132 \begin_inset Formula $\downarrow$
7133 \end_inset
7134
7135 C
7136 \series default
7137
7138 \begin_inset ERT
7139 status collapsed
7140
7141 \begin_layout Plain Layout
7142
7143
7144 \backslash
7145 spce
7146 \end_layout
7147
7148 \end_inset
7149
7150
7151 \series bold
7152 )
7153 \series default
7154  genera
7155 \begin_inset Formula \[
7156 \ln(\frac{A}{C})\]
7157
7158 \end_inset
7159
7160
7161 \end_layout
7162
7163 \begin_layout Standard
7164 \noindent
7165 \align center
7166 delimitador multilínea: El comando 
7167 \series bold
7168
7169 \backslash
7170 ln
7171 \backslash
7172 left(
7173 \backslash
7174 frac
7175 \series default
7176
7177 \begin_inset ERT
7178 status collapsed
7179
7180 \begin_layout Plain Layout
7181
7182
7183 \backslash
7184 spce 
7185 \end_layout
7186
7187 \end_inset
7188
7189
7190 \series bold
7191 A
7192 \begin_inset Formula $\downarrow$
7193 \end_inset
7194
7195 C
7196 \series default
7197
7198 \begin_inset ERT
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202
7203
7204 \backslash
7205 spce 
7206 \end_layout
7207
7208 \end_inset
7209
7210
7211 \series bold
7212
7213 \backslash
7214 right)
7215 \series default
7216  genera
7217 \begin_inset Formula \[
7218 \ln\left(\frac{A}{C}\right)\]
7219
7220 \end_inset
7221
7222
7223 \end_layout
7224
7225 \begin_layout Standard
7226 En lugar de 
7227 \series bold
7228
7229 \backslash
7230 left
7231 \series default
7232  y 
7233 \series bold
7234
7235 \backslash
7236 right
7237 \series default
7238  se puede usar el atajo 
7239 \family sans
7240 Alt+M
7241 \begin_inset space ~
7242 \end_inset
7243
7244 Corchete
7245 \family default
7246 .
7247  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7248  real del delimitador y además se genera el correspondiente delimitador
7249  de cierre.
7250 \begin_inset Newline newline
7251 \end_inset
7252
7253 El comando para el último ejemplo sería 
7254 \series bold
7255
7256 \backslash
7257 ln Alt+M
7258 \series default
7259  
7260 \series bold
7261 (
7262 \backslash
7263 frac
7264 \begin_inset ERT
7265 status collapsed
7266
7267 \begin_layout Plain Layout
7268
7269
7270 \backslash
7271 spce 
7272 \end_layout
7273
7274 \end_inset
7275
7276 A
7277 \begin_inset Formula $\downarrow$
7278 \end_inset
7279
7280
7281 \end_layout
7282
7283 \begin_layout Standard
7284 Para omitir uno de los dos delimitadores se inserta un punto.
7285  Por ejemplo, el comando 
7286 \series bold
7287
7288 \backslash
7289 left.
7290 \backslash
7291 frac
7292 \series default
7293
7294 \begin_inset ERT
7295 status collapsed
7296
7297 \begin_layout Plain Layout
7298
7299
7300 \backslash
7301 spce 
7302 \end_layout
7303
7304 \end_inset
7305
7306
7307 \series bold
7308 A
7309 \begin_inset Formula $\downarrow$
7310 \end_inset
7311
7312 B
7313 \series default
7314
7315 \begin_inset ERT
7316 status collapsed
7317
7318 \begin_layout Plain Layout
7319
7320
7321 \backslash
7322 spce 
7323 \end_layout
7324
7325 \end_inset
7326
7327
7328 \series bold
7329
7330 \backslash
7331 right}
7332 \series default
7333  da lugar a:
7334 \begin_inset Formula \[
7335 \left.\frac{A}{B}\right\} \]
7336
7337 \end_inset
7338
7339
7340 \end_layout
7341
7342 \begin_layout Standard
7343 LyX convertirá los comandos 
7344 \series bold
7345
7346 \backslash
7347 left
7348 \series default
7349  y 
7350 \series bold
7351
7352 \backslash
7353 right
7354 \series default
7355  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7356  omitido aparecerá como línea de trazos.
7357  
7358 \begin_inset VSpace bigskip
7359 \end_inset
7360
7361
7362 \end_layout
7363
7364 \begin_layout Standard
7365 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7366  de LaTeX, el comando 
7367 \series bold
7368
7369 \backslash
7370 middle
7371 \series default
7372
7373 \begin_inset Index idx
7374 status collapsed
7375
7376 \begin_layout Plain Layout
7377 Comandos ! M ! 
7378 \backslash
7379 middle
7380 \end_layout
7381
7382 \end_inset
7383
7384  está también disponible para todos los delimitadores y límites.
7385  Con este comando la altura del siguiente carácter se adapta a la de los
7386  delimitadores circundantes, lo que es necesario, p.
7387 \begin_inset space \thinspace{}
7388 \end_inset
7389
7390 e., para vectores físicos: 
7391 \begin_inset Formula \[
7392 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7393
7394 \end_inset
7395
7396
7397 \end_layout
7398
7399 \begin_layout Standard
7400 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7401 \begin_inset CommandInset ref
7402 LatexCommand ref
7403 reference "sub:Vectores-físicos"
7404
7405 \end_inset
7406
7407 .
7408 \end_layout
7409
7410 \begin_layout Subsection
7411 Delimitadores horizontales
7412 \begin_inset Index idx
7413 status collapsed
7414
7415 \begin_layout Plain Layout
7416 Delimitadores ! horizontales
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \begin_layout Standard
7425 \noindent
7426 \align center
7427 \begin_inset Tabular
7428 <lyxtabular version="3" rows="4" columns="2">
7429 <features tabularvalignment="middle">
7430 <column alignment="center" valignment="top" width="0">
7431 <column alignment="center" valignment="top" width="0">
7432 <row>
7433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437 Comando
7438 \begin_inset Note Note
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442
7443 \series bold
7444
7445 \backslash
7446 raisebox
7447 \series default
7448  se usa sólo como espaciador
7449 \end_layout
7450
7451 \end_inset
7452
7453
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462 Resultado
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 </row>
7468 <row>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 \begin_inset ERT
7474 status collapsed
7475
7476 \begin_layout Plain Layout
7477
7478
7479 \backslash
7480 raisebox{2.3mm}{
7481 \end_layout
7482
7483 \end_inset
7484
7485
7486 \backslash
7487 overbrace
7488 \begin_inset ERT
7489 status collapsed
7490
7491 \begin_layout Plain Layout
7492
7493
7494 \backslash
7495 spce 
7496 \end_layout
7497
7498 \end_inset
7499
7500 A+B
7501 \begin_inset ERT
7502 status collapsed
7503
7504 \begin_layout Plain Layout
7505
7506
7507 \backslash
7508 spce 
7509 \end_layout
7510
7511 \end_inset
7512
7513 ^
7514 \begin_inset ERT
7515 status collapsed
7516
7517 \begin_layout Plain Layout
7518
7519
7520 \backslash
7521 spce 
7522 \end_layout
7523
7524 \end_inset
7525
7526 3
7527 \begin_inset ERT
7528 status collapsed
7529
7530 \begin_layout Plain Layout
7531
7532 }
7533 \end_layout
7534
7535 \end_inset
7536
7537
7538 \begin_inset Index idx
7539 status collapsed
7540
7541 \begin_layout Plain Layout
7542 Comandos ! O ! 
7543 \backslash
7544 overbrace
7545 \end_layout
7546
7547 \end_inset
7548
7549
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 \begin_inset Formula $\overbrace{A+B}^{3}$
7559 \end_inset
7560
7561
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 </row>
7567 <row>
7568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 \begin_inset ERT
7573 status collapsed
7574
7575 \begin_layout Plain Layout
7576
7577
7578 \backslash
7579 raisebox{-2.2mm}{
7580 \end_layout
7581
7582 \end_inset
7583
7584
7585 \backslash
7586 underbrace
7587 \begin_inset ERT
7588 status collapsed
7589
7590 \begin_layout Plain Layout
7591
7592
7593 \backslash
7594 spce 
7595 \end_layout
7596
7597 \end_inset
7598
7599 A+B
7600 \begin_inset ERT
7601 status collapsed
7602
7603 \begin_layout Plain Layout
7604
7605
7606 \backslash
7607 spce 
7608 \end_layout
7609
7610 \end_inset
7611
7612 _5
7613 \begin_inset ERT
7614 status collapsed
7615
7616 \begin_layout Plain Layout
7617
7618 }
7619 \end_layout
7620
7621 \end_inset
7622
7623
7624 \begin_inset Index idx
7625 status collapsed
7626
7627 \begin_layout Plain Layout
7628 Comandos ! U ! 
7629 \backslash
7630 underbrace
7631 \end_layout
7632
7633 \end_inset
7634
7635
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644 \begin_inset Formula $\underbrace{A+B}_{5}$
7645 \end_inset
7646
7647
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 </row>
7653 <row>
7654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658
7659 \backslash
7660 overbrace
7661 \begin_inset ERT
7662 status collapsed
7663
7664 \begin_layout Plain Layout
7665
7666
7667 \backslash
7668 spce 
7669 \end_layout
7670
7671 \end_inset
7672
7673
7674 \backslash
7675 underbrace
7676 \begin_inset ERT
7677 status collapsed
7678
7679 \begin_layout Plain Layout
7680
7681
7682 \backslash
7683 spce 
7684 \end_layout
7685
7686 \end_inset
7687
7688 A+B_w
7689 \begin_inset ERT
7690 status collapsed
7691
7692 \begin_layout Plain Layout
7693
7694
7695 \backslash
7696 spce 
7697 \end_layout
7698
7699 \end_inset
7700
7701
7702 \begin_inset ERT
7703 status collapsed
7704
7705 \begin_layout Plain Layout
7706
7707
7708 \backslash
7709 spce 
7710 \end_layout
7711
7712 \end_inset
7713
7714 _7
7715 \begin_inset ERT
7716 status collapsed
7717
7718 \begin_layout Plain Layout
7719
7720
7721 \backslash
7722 spce 
7723 \end_layout
7724
7725 \end_inset
7726
7727
7728 \begin_inset ERT
7729 status collapsed
7730
7731 \begin_layout Plain Layout
7732
7733
7734 \backslash
7735 spce 
7736 \end_layout
7737
7738 \end_inset
7739
7740 ^
7741 \begin_inset ERT
7742 status collapsed
7743
7744 \begin_layout Plain Layout
7745
7746
7747 \backslash
7748 spce 
7749 \end_layout
7750
7751 \end_inset
7752
7753 C
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7763 \end_inset
7764
7765
7766 \end_layout
7767
7768 \end_inset
7769 </cell>
7770 </row>
7771 </lyxtabular>
7772
7773 \end_inset
7774
7775
7776 \end_layout
7777
7778 \begin_layout Standard
7779 En el último ejemplo no importa en qué orden se introducen los comandos
7780  
7781 \series bold
7782
7783 \backslash
7784 overbrace
7785 \series default
7786  y 
7787 \series bold
7788
7789 \backslash
7790 underbrace
7791 \series default
7792 .
7793 \begin_inset VSpace bigskip
7794 \end_inset
7795
7796
7797 \end_layout
7798
7799 \begin_layout Standard
7800 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7801  multilínea, como se describe en
7802 \begin_inset space ~
7803 \end_inset
7804
7805
7806 \begin_inset CommandInset ref
7807 LatexCommand ref
7808 reference "sec:Ecuaciones-multilínea"
7809
7810 \end_inset
7811
7812 :
7813 \begin_inset Formula \begin{eqnarray*}
7814 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7815  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7816 \end{eqnarray*}
7817
7818 \end_inset
7819
7820 En la primera fila se insertan la ecuación y la primera llave.
7821  Aquí es importante insertar el comando de espacio
7822 \begin_inset Foot
7823 status collapsed
7824
7825 \begin_layout Plain Layout
7826 Los comandos para espacios se explican en 
7827 \begin_inset CommandInset ref
7828 LatexCommand ref
7829 reference "sub:Espacio-predefinido"
7830
7831 \end_inset
7832
7833
7834 \end_layout
7835
7836 \end_inset
7837
7838  
7839 \series bold
7840
7841 \backslash
7842 :
7843 \series default
7844  antes de la primera
7845 \series bold
7846  
7847 \series default
7848
7849 \begin_inset Formula $d$
7850 \end_inset
7851
7852 , porque la llave que termina detrás de 
7853 \begin_inset Formula $q$
7854 \end_inset
7855
7856  impide que el siguiente 
7857 \begin_inset Quotes fld
7858 \end_inset
7859
7860 +
7861 \begin_inset Quotes frd
7862 \end_inset
7863
7864  esté rodeado de espacio.
7865 \begin_inset Foot
7866 status collapsed
7867
7868 \begin_layout Plain Layout
7869 Debido a que la llave no es considerada como carácter, véase 
7870 \begin_inset CommandInset ref
7871 LatexCommand ref
7872 reference "sub:Operadores-binarios"
7873
7874 \end_inset
7875
7876
7877 \end_layout
7878
7879 \end_inset
7880
7881  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7882  de 
7883 \begin_inset Formula $b$
7884 \end_inset
7885
7886  se inserta antes el comando 
7887 \series bold
7888
7889 \backslash
7890 hphantom{gggg+
7891 \backslash
7892 :}
7893 \series default
7894 .
7895 \begin_inset Foot
7896 status collapsed
7897
7898 \begin_layout Plain Layout
7899 Más sobre 
7900 \series bold
7901
7902 \backslash
7903 hphantom
7904 \series default
7905  en 
7906 \begin_inset CommandInset ref
7907 LatexCommand ref
7908 reference "sub:Espacios-reservados"
7909
7910 \end_inset
7911
7912
7913 \end_layout
7914
7915 \end_inset
7916
7917  Ese espacio es necesario porque el signo 
7918 \begin_inset Quotes fld
7919 \end_inset
7920
7921 +
7922 \begin_inset Quotes frd
7923 \end_inset
7924
7925  va seguido de un espacio en la ecuación.
7926  La llave se coloca bajo el comando 
7927 \series bold
7928
7929 \backslash
7930 hphantom{bbqq+dddd}
7931 \series default
7932 .
7933  
7934 \end_layout
7935
7936 \begin_layout Standard
7937 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7938  ejemplo:
7939 \begin_inset ERT
7940 status collapsed
7941
7942 \begin_layout Plain Layout
7943
7944
7945 \backslash
7946 setlength{
7947 \backslash
7948 jot}{-6pt}
7949 \end_layout
7950
7951 \end_inset
7952
7953
7954 \begin_inset Formula \begin{eqnarray*}
7955  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7956 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7957 \end{eqnarray*}
7958
7959 \end_inset
7960
7961
7962 \begin_inset ERT
7963 status collapsed
7964
7965 \begin_layout Plain Layout
7966
7967
7968 \backslash
7969 setlength{
7970 \backslash
7971 jot}{3pt}
7972 \end_layout
7973
7974 \end_inset
7975
7976 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7977  anterior, con la diferencia de que la llave está encima.
7978  La segunda fila contiene la ecuación junto con la segunda llave.
7979  Para evitar que haya demasiado espacio entre la llave superior en la primera
7980  fila y la ecuación hay que reducirlo.
7981  Esto no es fácil de hacer debido a un fallo de LyX.
7982 \begin_inset Foot
7983 status collapsed
7984
7985 \begin_layout Plain Layout
7986 \begin_inset CommandInset href
7987 LatexCommand href
7988 name "LyX-bug #1505"
7989 target "http://www.lyx.org/trac/ticket/1505"
7990
7991 \end_inset
7992
7993
7994 \end_layout
7995
7996 \end_inset
7997
7998  Una solución es cambiar la separación global de filas en la ecuación, 
7999 \series bold
8000
8001 \backslash
8002 jot
8003 \series default
8004
8005 \begin_inset Index idx
8006 status collapsed
8007
8008 \begin_layout Plain Layout
8009 Comandos ! J ! 
8010 \backslash
8011 jot
8012 \end_layout
8013
8014 \end_inset
8015
8016 , en -6
8017 \begin_inset space \thinspace{}
8018 \end_inset
8019
8020 pt insertando antes de la ecuación el comando 
8021 \series bold
8022
8023 \backslash
8024 setlength{
8025 \backslash
8026 jot}{-6pt}
8027 \series default
8028  en modo TeX.
8029  Después de la ecuación se vuelve al valor normal 3
8030 \begin_inset space \thinspace{}
8031 \end_inset
8032
8033 pt de 
8034 \series bold
8035
8036 \backslash
8037 jot
8038 \series default
8039  usando el mismo comando.
8040  Más información sobre separación de filas en ecuaciones en
8041 \begin_inset space ~
8042 \end_inset
8043
8044
8045 \begin_inset CommandInset ref
8046 LatexCommand ref
8047 reference "sub:Separación-de-líneas"
8048
8049 \end_inset
8050
8051 .
8052 \end_layout
8053
8054 \begin_layout Section
8055 Flechas
8056 \begin_inset Index idx
8057 status collapsed
8058
8059 \begin_layout Plain Layout
8060 Flechas
8061 \end_layout
8062
8063 \end_inset
8064
8065
8066 \end_layout
8067
8068 \begin_layout Standard
8069 Las flechas se pueden insertar con el botón 
8070 \begin_inset Graphics
8071         filename ../../images/math/leftarrow.png
8072         scale 85
8073
8074 \end_inset
8075
8076  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
8077  siguientes.
8078 \end_layout
8079
8080 \begin_layout Subsection
8081 Flechas horizontales
8082 \begin_inset Index idx
8083 status collapsed
8084
8085 \begin_layout Plain Layout
8086 Flechas ! horizontales
8087 \end_layout
8088
8089 \end_inset
8090
8091
8092 \end_layout
8093
8094 \begin_layout Standard
8095 \begin_inset space \hfill{}
8096 \end_inset
8097
8098
8099 \begin_inset Tabular
8100 <lyxtabular version="3" rows="8" columns="2">
8101 <features tabularvalignment="middle">
8102 <column alignment="center" valignment="top" width="0pt">
8103 <column alignment="center" valignment="top" width="0pt">
8104 <row>
8105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 Comando
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 Resultado
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \backslash
8131 gets
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 \begin_inset Formula $\gets$
8141 \end_inset
8142
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 </row>
8149 <row>
8150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \backslash
8156 Leftarrow
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 \begin_inset Formula $\Leftarrow$
8166 \end_inset
8167
8168
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \backslash
8181 longleftarrow
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 \begin_inset Formula $\longleftarrow$
8191 \end_inset
8192
8193
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \backslash
8206 Longleftarrow
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 \begin_inset Formula $\Longleftarrow$
8216 \end_inset
8217
8218
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \backslash
8231 leftharpoonup
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 \begin_inset Formula $\leftharpoonup$
8241 \end_inset
8242
8243
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \backslash
8256 leftharpoondown
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 \begin_inset Formula $\leftharpoondown$
8266 \end_inset
8267
8268
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \backslash
8281 hookleftarrow
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 \begin_inset Formula $\hookleftarrow$
8291 \end_inset
8292
8293
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 </lyxtabular>
8300
8301 \end_inset
8302
8303
8304 \begin_inset space \hfill{}
8305 \end_inset
8306
8307
8308 \begin_inset Tabular
8309 <lyxtabular version="3" rows="8" columns="2">
8310 <features tabularvalignment="middle">
8311 <column alignment="center" valignment="top" width="0pt">
8312 <column alignment="center" valignment="top" width="0pt">
8313 <row>
8314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 Comando
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 Resultado
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \backslash
8340 to
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 \begin_inset Formula $\to$
8350 \end_inset
8351
8352
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \backslash
8365 Rightarrow
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 \begin_inset Formula $\Rightarrow$
8375 \end_inset
8376
8377
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row>
8384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \backslash
8390 longrightarrow
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 \begin_inset Formula $\longrightarrow$
8400 \end_inset
8401
8402
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \backslash
8415 Longrightarrow
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 \begin_inset Formula $\Longrightarrow$
8425 \end_inset
8426
8427
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \backslash
8440 rightharpoonup
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 \begin_inset Formula $\rightharpoonup$
8450 \end_inset
8451
8452
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \backslash
8465 rightharpoondown
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 \begin_inset Formula $\rightharpoondown$
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \backslash
8490 hookrightarrow
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 \begin_inset Formula $\hookrightarrow$
8500 \end_inset
8501
8502
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 </lyxtabular>
8509
8510 \end_inset
8511
8512
8513 \begin_inset space \hfill{}
8514 \end_inset
8515
8516
8517 \end_layout
8518
8519 \begin_layout Standard
8520 \begin_inset space \hfill{}
8521 \end_inset
8522
8523
8524 \begin_inset Tabular
8525 <lyxtabular version="3" rows="6" columns="2">
8526 <features tabularvalignment="middle">
8527 <column alignment="center" valignment="top" width="0pt">
8528 <column alignment="center" valignment="top" width="0pt">
8529 <row>
8530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 Comando
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 Resultado
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row>
8550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \backslash
8556 leftrightarrow
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 \begin_inset Formula $\leftrightarrow$
8566 \end_inset
8567
8568
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row>
8575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \backslash
8581 Leftrightarrow
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 \begin_inset Formula $\Leftrightarrow$
8591 \end_inset
8592
8593
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 <row>
8600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604
8605 \backslash
8606 longleftrightarrow
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 \begin_inset Formula $\longleftrightarrow$
8616 \end_inset
8617
8618
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 <row>
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629
8630 \backslash
8631 Longleftrightarrow
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 \begin_inset Formula $\Longleftrightarrow$
8641 \end_inset
8642
8643
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654
8655 \backslash
8656 rightleftharpoons
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 \begin_inset Formula $\rightleftharpoons$
8666 \end_inset
8667
8668
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 </lyxtabular>
8675
8676 \end_inset
8677
8678
8679 \begin_inset space \hspace{}
8680 \length 25pt
8681 \end_inset
8682
8683
8684 \begin_inset space \hfill{}
8685 \end_inset
8686
8687
8688 \begin_inset Tabular
8689 <lyxtabular version="3" rows="5" columns="2">
8690 <features tabularvalignment="middle">
8691 <column alignment="center" valignment="top" width="0pt">
8692 <column alignment="center" valignment="top" width="0pt">
8693 <row>
8694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 Comando
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 Resultado
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 </row>
8713 <row>
8714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718
8719 \backslash
8720 mapsto
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 \begin_inset Formula $\mapsto$
8730 \end_inset
8731
8732
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 </row>
8738 <row>
8739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743
8744 \backslash
8745 longmapsto
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 \begin_inset Formula $\longmapsto$
8755 \end_inset
8756
8757
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 </row>
8763 <row>
8764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768
8769 \backslash
8770 leadsto
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 \begin_inset Formula $\leadsto$
8780 \end_inset
8781
8782
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \backslash
8795 dasharrow
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 \begin_inset Formula $\dasharrow$
8805 \end_inset
8806
8807
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 </row>
8813 </lyxtabular>
8814
8815 \end_inset
8816
8817
8818 \begin_inset space \hfill{}
8819 \end_inset
8820
8821
8822 \begin_inset VSpace medskip
8823 \end_inset
8824
8825
8826 \end_layout
8827
8828 \begin_layout Standard
8829 Las flechas que se utilizan como acentos, p.
8830 \begin_inset space \thinspace{}
8831 \end_inset
8832
8833 e.
8834  en vectores, se describen en 
8835 \begin_inset CommandInset ref
8836 LatexCommand ref
8837 reference "sec:Acentos"
8838
8839 \end_inset
8840
8841 .
8842  
8843 \begin_inset VSpace bigskip
8844 \end_inset
8845
8846
8847 \end_layout
8848
8849 \begin_layout Standard
8850 Además hay las flechas etiquetadas
8851 \begin_inset Index idx
8852 status collapsed
8853
8854 \begin_layout Plain Layout
8855 Flechas ! etiquetadas
8856 \end_layout
8857
8858 \end_inset
8859
8860  
8861 \series bold
8862
8863 \backslash
8864 xleftarrow
8865 \series default
8866
8867 \begin_inset Index idx
8868 status collapsed
8869
8870 \begin_layout Plain Layout
8871 Comandos ! X ! 
8872 \backslash
8873 xleftarrow
8874 \end_layout
8875
8876 \end_inset
8877
8878  y 
8879 \series bold
8880
8881 \backslash
8882 xrightarrow
8883 \series default
8884
8885 \begin_inset Index idx
8886 status collapsed
8887
8888 \begin_layout Plain Layout
8889 Comandos ! X ! 
8890 \backslash
8891 xrightarrow
8892 \begin_inset ERT
8893 status collapsed
8894
8895 \begin_layout Plain Layout
8896
8897
8898 \backslash
8899 vspace{4mm}
8900 \end_layout
8901
8902 \end_inset
8903
8904
8905 \end_layout
8906
8907 \end_inset
8908
8909 .
8910  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8911  con dos marcos azules donde se puede insertar la etiqueta.
8912  La longitud de la flecha se adapta a la anchura de la etiqueta.
8913 \end_layout
8914
8915 \begin_layout Standard
8916 \noindent
8917 \align center
8918 \begin_inset Tabular
8919 <lyxtabular version="3" rows="3" columns="2">
8920 <features tabularvalignment="middle">
8921 <column alignment="center" valignment="top" width="0">
8922 <column alignment="center" valignment="top" width="0">
8923 <row>
8924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 Comando
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 Resultado
8938 \begin_inset Note Note
8939 status collapsed
8940
8941 \begin_layout Plain Layout
8942
8943 \series bold
8944
8945 \backslash
8946 raisebox
8947 \series default
8948  se usa sólo como espaciador
8949 \end_layout
8950
8951 \end_inset
8952
8953
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 </row>
8959 <row>
8960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 F(a)
8965 \backslash
8966 xleftarrow
8967 \begin_inset ERT
8968 status collapsed
8969
8970 \begin_layout Plain Layout
8971
8972
8973 \backslash
8974 spce 
8975 \end_layout
8976
8977 \end_inset
8978
8979 x=a
8980 \begin_inset Formula $\downarrow$
8981 \end_inset
8982
8983 x>0
8984 \begin_inset Formula $\to$
8985 \end_inset
8986
8987 F(x)
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8997 \end_inset
8998
8999
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 F(x)
9011 \backslash
9012 xrightarrow
9013 \begin_inset ERT
9014 status collapsed
9015
9016 \begin_layout Plain Layout
9017
9018
9019 \backslash
9020 spce 
9021 \end_layout
9022
9023 \end_inset
9024
9025 x=a
9026 \begin_inset Formula $\downarrow$
9027 \end_inset
9028
9029 x>0
9030 \begin_inset Formula $\to$
9031 \end_inset
9032
9033 F(a)
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9043 \end_inset
9044
9045
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 </row>
9051 </lyxtabular>
9052
9053 \end_inset
9054
9055
9056 \end_layout
9057
9058 \begin_layout Subsection
9059 Flechas verticales y diagonales
9060 \begin_inset Index idx
9061 status collapsed
9062
9063 \begin_layout Plain Layout
9064 Flechas ! diagonales
9065 \end_layout
9066
9067 \end_inset
9068
9069
9070 \begin_inset Index idx
9071 status collapsed
9072
9073 \begin_layout Plain Layout
9074 Flechas ! verticales
9075 \end_layout
9076
9077 \end_inset
9078
9079
9080 \end_layout
9081
9082 \begin_layout Standard
9083 \begin_inset space \hfill{}
9084 \end_inset
9085
9086
9087 \begin_inset Tabular
9088 <lyxtabular version="3" rows="7" columns="2">
9089 <features tabularvalignment="middle">
9090 <column alignment="center" valignment="top" width="0pt">
9091 <column alignment="center" valignment="top" width="0pt">
9092 <row>
9093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 Comando
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 Resultado
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117
9118 \backslash
9119 uparrow
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 \begin_inset Formula $\uparrow$
9129 \end_inset
9130
9131
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142
9143 \backslash
9144 Uparrow
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 \begin_inset Formula $\Uparrow$
9154 \end_inset
9155
9156
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 </row>
9162 <row>
9163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167
9168 \backslash
9169 updownarrow
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 \begin_inset Formula $\updownarrow$
9179 \end_inset
9180
9181
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 </row>
9187 <row>
9188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192
9193 \backslash
9194 Updownarrow
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 \begin_inset Formula $\Updownarrow$
9204 \end_inset
9205
9206
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 </row>
9212 <row>
9213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217
9218 \backslash
9219 Downarrow
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 \begin_inset Formula $\Downarrow$
9229 \end_inset
9230
9231
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 </row>
9237 <row>
9238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242
9243 \backslash
9244 downarrow
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 \begin_inset Formula $\downarrow$
9254 \end_inset
9255
9256
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 </row>
9262 </lyxtabular>
9263
9264 \end_inset
9265
9266
9267 \begin_inset space \hfill{}
9268 \end_inset
9269
9270
9271 \begin_inset Tabular
9272 <lyxtabular version="3" rows="5" columns="2">
9273 <features tabularvalignment="middle">
9274 <column alignment="center" valignment="top" width="0pt">
9275 <column alignment="center" valignment="top" width="0pt">
9276 <row>
9277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 Comando
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 Resultado
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \backslash
9303 nearrow
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 \begin_inset Formula $\nearrow$
9313 \end_inset
9314
9315
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 </row>
9321 <row>
9322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326
9327 \backslash
9328 searrow
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 \begin_inset Formula $\searrow$
9338 \end_inset
9339
9340
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 </row>
9346 <row>
9347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351
9352 \backslash
9353 swarrow
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362 \begin_inset Formula $\swarrow$
9363 \end_inset
9364
9365
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 </row>
9371 <row>
9372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376
9377 \backslash
9378 nwarrow
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 \begin_inset Formula $\nwarrow$
9388 \end_inset
9389
9390
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 </row>
9396 </lyxtabular>
9397
9398 \end_inset
9399
9400
9401 \begin_inset space \hfill{}
9402 \end_inset
9403
9404
9405 \end_layout
9406
9407 \begin_layout Standard
9408 \begin_inset VSpace medskip
9409 \end_inset
9410
9411
9412 \end_layout
9413
9414 \begin_layout Standard
9415 Las flechas verticales también se pueden usar como delimitadores junto con
9416  los comandos descritos en
9417 \begin_inset space ~
9418 \end_inset
9419
9420
9421 \begin_inset CommandInset ref
9422 LatexCommand ref
9423 reference "sub:Tamaño-manual-de"
9424
9425 \end_inset
9426
9427  y 
9428 \begin_inset CommandInset ref
9429 LatexCommand ref
9430 reference "sub:Tamaño-automático-de"
9431
9432 \end_inset
9433
9434 .
9435 \end_layout
9436
9437 \begin_layout Standard
9438
9439 \end_layout
9440
9441 \begin_layout Section
9442 Acentos
9443 \begin_inset CommandInset label
9444 LatexCommand label
9445 name "sec:Acentos"
9446
9447 \end_inset
9448
9449
9450 \begin_inset Index idx
9451 status collapsed
9452
9453 \begin_layout Plain Layout
9454 Acentos
9455 \end_layout
9456
9457 \end_inset
9458
9459
9460 \end_layout
9461
9462 \begin_layout Standard
9463 Los acentos se pueden insertar con el botón 
9464 \begin_inset Graphics
9465         filename ../../images/math/hat.png
9466         scale 85
9467
9468 \end_inset
9469
9470  o mediante los comandos listados en las siguientes subsecciones.
9471 \end_layout
9472
9473 \begin_layout Subsection
9474 Acentos para un carácter
9475 \begin_inset ERT
9476 status collapsed
9477
9478 \begin_layout Plain Layout
9479
9480
9481 \backslash
9482 texorpdfstring{
9483 \end_layout
9484
9485 \end_inset
9486
9487
9488 \begin_inset Foot
9489 status collapsed
9490
9491 \begin_layout Plain Layout
9492 Para acentos en texto, véase 
9493 \begin_inset CommandInset ref
9494 LatexCommand ref
9495 reference "sub:Acentos-en-texto"
9496
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \end_inset
9503
9504
9505 \begin_inset ERT
9506 status collapsed
9507
9508 \begin_layout Plain Layout
9509
9510 }{}
9511 \end_layout
9512
9513 \end_inset
9514
9515
9516 \begin_inset Note Note
9517 status collapsed
9518
9519 \begin_layout Plain Layout
9520
9521 \backslash
9522 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9523  PDF.
9524 \end_layout
9525
9526 \begin_layout Plain Layout
9527 Más sobre 
9528 \backslash
9529 texorpdfstring en la sección 
9530 \begin_inset CommandInset ref
9531 LatexCommand ref
9532 reference "sub:Ecuaciones-en-encabezados"
9533
9534 \end_inset
9535
9536 .
9537 \end_layout
9538
9539 \end_inset
9540
9541
9542 \begin_inset CommandInset label
9543 LatexCommand label
9544 name "sub:Acentos-para-un"
9545
9546 \end_inset
9547
9548
9549 \begin_inset Index idx
9550 status collapsed
9551
9552 \begin_layout Plain Layout
9553 Acentos ! para un carácter
9554 \end_layout
9555
9556 \end_inset
9557
9558
9559 \end_layout
9560
9561 \begin_layout Standard
9562 \begin_inset space \hfill{}
9563 \end_inset
9564
9565
9566 \begin_inset Tabular
9567 <lyxtabular version="3" rows="8" columns="2">
9568 <features tabularvalignment="middle">
9569 <column alignment="center" valignment="top" width="0pt">
9570 <column alignment="center" valignment="top" width="0pt">
9571 <row>
9572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576 Comando
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585 Resultado
9586 \begin_inset Note Note
9587 status collapsed
9588
9589 \begin_layout Plain Layout
9590
9591 \series bold
9592
9593 \backslash
9594 raisebox
9595 \series default
9596  se usa sólo como espaciador
9597 \end_layout
9598
9599 \end_inset
9600
9601
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 </row>
9607 <row>
9608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612
9613 \backslash
9614 dot
9615 \begin_inset ERT
9616 status collapsed
9617
9618 \begin_layout Plain Layout
9619
9620
9621 \backslash
9622 spce 
9623 \end_layout
9624
9625 \end_inset
9626
9627 A
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 </row>
9645 <row>
9646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650
9651 \backslash
9652 ddot
9653 \begin_inset ERT
9654 status collapsed
9655
9656 \begin_layout Plain Layout
9657
9658
9659 \backslash
9660 spce 
9661 \end_layout
9662
9663 \end_inset
9664
9665 A
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9675 \end_inset
9676
9677
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row>
9684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \backslash
9690 dddot
9691 \begin_inset ERT
9692 status collapsed
9693
9694 \begin_layout Plain Layout
9695
9696
9697 \backslash
9698 spce 
9699 \end_layout
9700
9701 \end_inset
9702
9703 A
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9713 \end_inset
9714
9715
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 </row>
9721 <row>
9722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726
9727 \backslash
9728 ddddot
9729 \begin_inset ERT
9730 status collapsed
9731
9732 \begin_layout Plain Layout
9733
9734
9735 \backslash
9736 spce 
9737 \end_layout
9738
9739 \end_inset
9740
9741 A
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9751 \end_inset
9752
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row>
9760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \backslash
9766 vec
9767 \begin_inset ERT
9768 status collapsed
9769
9770 \begin_layout Plain Layout
9771
9772
9773 \backslash
9774 spce 
9775 \end_layout
9776
9777 \end_inset
9778
9779 A
9780 \begin_inset Index idx
9781 status collapsed
9782
9783 \begin_layout Plain Layout
9784 Vectores
9785 \end_layout
9786
9787 \end_inset
9788
9789
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9799 \end_inset
9800
9801
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 </row>
9807 <row>
9808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812
9813 \backslash
9814 bar
9815 \begin_inset ERT
9816 status collapsed
9817
9818 \begin_layout Plain Layout
9819
9820
9821 \backslash
9822 spce 
9823 \end_layout
9824
9825 \end_inset
9826
9827 A
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9837 \end_inset
9838
9839
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 </row>
9845 <row>
9846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \backslash
9852 mathring
9853 \begin_inset ERT
9854 status collapsed
9855
9856 \begin_layout Plain Layout
9857
9858
9859 \backslash
9860 spce 
9861 \end_layout
9862
9863 \end_inset
9864
9865 A
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9875 \end_inset
9876
9877
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 </lyxtabular>
9884
9885 \end_inset
9886
9887
9888 \begin_inset space \hfill{}
9889 \end_inset
9890
9891
9892 \begin_inset Tabular
9893 <lyxtabular version="3" rows="7" columns="2">
9894 <features tabularvalignment="middle">
9895 <column alignment="center" valignment="top" width="0pt">
9896 <column alignment="center" valignment="top" width="0pt">
9897 <row>
9898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 Comando
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911 Resultado
9912 \begin_inset Note Note
9913 status collapsed
9914
9915 \begin_layout Plain Layout
9916
9917 \series bold
9918
9919 \backslash
9920 raisebox
9921 \series default
9922  se usa sólo como espaciador
9923 \end_layout
9924
9925 \end_inset
9926
9927
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 </row>
9933 <row>
9934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \backslash
9940 tilde
9941 \begin_inset ERT
9942 status collapsed
9943
9944 \begin_layout Plain Layout
9945
9946
9947 \backslash
9948 spce 
9949 \end_layout
9950
9951 \end_inset
9952
9953 A
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9963 \end_inset
9964
9965
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 </row>
9971 <row>
9972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976
9977 \backslash
9978 hat
9979 \begin_inset ERT
9980 status collapsed
9981
9982 \begin_layout Plain Layout
9983
9984
9985 \backslash
9986 spce 
9987 \end_layout
9988
9989 \end_inset
9990
9991 A
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10001 \end_inset
10002
10003
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 </row>
10009 <row>
10010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014
10015 \backslash
10016 check
10017 \begin_inset ERT
10018 status collapsed
10019
10020 \begin_layout Plain Layout
10021
10022
10023 \backslash
10024 spce 
10025 \end_layout
10026
10027 \end_inset
10028
10029 A
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row>
10048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \backslash
10054 acute
10055 \begin_inset ERT
10056 status collapsed
10057
10058 \begin_layout Plain Layout
10059
10060
10061 \backslash
10062 spce 
10063 \end_layout
10064
10065 \end_inset
10066
10067 A
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10077 \end_inset
10078
10079
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 </row>
10085 <row>
10086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \backslash
10092 grave
10093 \begin_inset ERT
10094 status collapsed
10095
10096 \begin_layout Plain Layout
10097
10098
10099 \backslash
10100 spce 
10101 \end_layout
10102
10103 \end_inset
10104
10105 A
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10115 \end_inset
10116
10117
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row>
10124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \backslash
10130 breve
10131 \begin_inset ERT
10132 status collapsed
10133
10134 \begin_layout Plain Layout
10135
10136
10137 \backslash
10138 spce 
10139 \end_layout
10140
10141 \end_inset
10142
10143 A
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10153 \end_inset
10154
10155
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 </row>
10161 </lyxtabular>
10162
10163 \end_inset
10164
10165
10166 \begin_inset space \hfill{}
10167 \end_inset
10168
10169
10170 \end_layout
10171
10172 \begin_layout Standard
10173 \begin_inset VSpace bigskip
10174 \end_inset
10175
10176
10177 \end_layout
10178
10179 \begin_layout Standard
10180 En ecuaciones se pueden insertar acentos como é directamente.
10181  LyX los transformará al comando de acento correspondiente.
10182  Para poner diéresis
10183 \begin_inset Index idx
10184 status collapsed
10185
10186 \begin_layout Plain Layout
10187 Dieresis@Diéresis
10188 \end_layout
10189
10190 \end_inset
10191
10192  es mejor insertar comillas antes de la vocal.
10193  Estos dos caracteres son considerados por LaTeX como 
10194 \emph on
10195 un solo
10196 \emph default
10197  carácter si la parte de la ecuación con la diéresis se marca en idioma
10198  alemán.
10199 \begin_inset Foot
10200 status collapsed
10201
10202 \begin_layout Plain Layout
10203 O algún otro idioma que use acentos, p.
10204 \begin_inset space \thinspace{}
10205 \end_inset
10206
10207 e.
10208  catalán.
10209  Aunque esto no funciona en español por algún conflicto con el estilo 
10210 \series bold
10211 spanish
10212 \series default
10213  de 
10214 \series bold
10215 babel
10216 \series default
10217 , no es necesario: se puede escribir 
10218 \begin_inset Formula $ï$
10219 \end_inset
10220
10221  en una ecuación igual que se hace en texto normal, ï.
10222  (
10223 \emph on
10224 N.
10225 \begin_inset space \thinspace{}
10226 \end_inset
10227
10228 del t.
10229 \emph default
10230 )
10231 \end_layout
10232
10233 \end_inset
10234
10235  A diferencia de 
10236 \series bold
10237
10238 \backslash
10239 ddot
10240 \series default
10241 , con este método se generan diéresis 
10242 \begin_inset Quotes fld
10243 \end_inset
10244
10245 reales
10246 \begin_inset Quotes frd
10247 \end_inset
10248
10249 , como se demuestra en el siguiente ejemplo:
10250 \begin_inset VSpace -2mm
10251 \end_inset
10252
10253
10254 \end_layout
10255
10256 \begin_layout Standard
10257 \noindent
10258 \align center
10259 \begin_inset Tabular
10260 <lyxtabular version="3" rows="3" columns="2">
10261 <features tabularvalignment="middle">
10262 <column alignment="center" valignment="top" width="0">
10263 <column alignment="center" valignment="top" width="0">
10264 <row>
10265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Comando
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 Resultado
10279 \begin_inset Note Note
10280 status collapsed
10281
10282 \begin_layout Plain Layout
10283
10284 \series bold
10285
10286 \backslash
10287 raisebox
10288 \series default
10289  se usa sólo como espaciador.
10290 \end_layout
10291
10292 \end_inset
10293
10294
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 ï
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314 \begin_inset Formula $ï$
10315 \end_inset
10316
10317
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 </row>
10323 <row>
10324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328
10329 \backslash
10330 ddot
10331 \begin_inset ERT
10332 status collapsed
10333
10334 \begin_layout Plain Layout
10335
10336
10337 \backslash
10338 spce 
10339 \end_layout
10340
10341 \end_inset
10342
10343 i
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10353 \end_inset
10354
10355
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 </lyxtabular>
10362
10363 \end_inset
10364
10365
10366 \end_layout
10367
10368 \begin_layout Standard
10369 Otra ventaja frente a 
10370 \series bold
10371
10372 \backslash
10373 ddot
10374 \series default
10375  es que la diéresis puede convertirse directamente a texto matemático, porque
10376  los anteriores comandos para acentos 
10377 \emph on
10378 no están permitidos en texto matemático
10379 \emph default
10380 .
10381  Para convertir un carácter acentuado a texto matemático, se debe convertir
10382  sólo el carácter bajo el acento.
10383  Esto también se aplica para otras conversiones, p.
10384 \begin_inset space \thinspace{}
10385 \end_inset
10386
10387 e.
10388 \begin_inset space ~
10389 \end_inset
10390
10391 cursiva o negrita.
10392 \end_layout
10393
10394 \begin_layout Standard
10395 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10396 \end_layout
10397
10398 \begin_layout Subsection
10399 Acentos para operadores
10400 \begin_inset Index idx
10401 status collapsed
10402
10403 \begin_layout Plain Layout
10404 Acentos ! en operadores
10405 \end_layout
10406
10407 \end_inset
10408
10409
10410 \end_layout
10411
10412 \begin_layout Standard
10413 Con los comandos 
10414 \series bold
10415
10416 \backslash
10417 overset
10418 \series default
10419
10420 \begin_inset Index idx
10421 status collapsed
10422
10423 \begin_layout Plain Layout
10424 Comandos ! O ! 
10425 \backslash
10426 overset
10427 \end_layout
10428
10429 \end_inset
10430
10431  y 
10432 \series bold
10433
10434 \backslash
10435 underset
10436 \series default
10437
10438 \begin_inset Index idx
10439 status collapsed
10440
10441 \begin_layout Plain Layout
10442 Comandos ! U ! 
10443 \backslash
10444 underset
10445 \end_layout
10446
10447 \end_inset
10448
10449  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10450  Con el comando 
10451 \series bold
10452
10453 \backslash
10454 sideset
10455 \series default
10456
10457 \begin_inset Index idx
10458 status collapsed
10459
10460 \begin_layout Plain Layout
10461 Comandos ! S ! 
10462 \backslash
10463 sideset
10464 \end_layout
10465
10466 \end_inset
10467
10468  se pueden poner caracteres delante y detrás de un operador.
10469  El esquema del comando es:
10470 \end_layout
10471
10472 \begin_layout Standard
10473
10474 \series bold
10475
10476 \backslash
10477 sideset{carácter
10478 \series default
10479  
10480 \series bold
10481 anterior}{carácter posterior}
10482 \end_layout
10483
10484 \begin_layout Standard
10485
10486 \series bold
10487
10488 \backslash
10489 sideset
10490 \series default
10491  siempre debe estar delante del operador que debe acentuarse.
10492  Se puede acentuar con varios caracteres e incluso con otros operadores
10493  y símbolos.
10494  Para colocar con
10495 \series bold
10496  
10497 \backslash
10498 sideset
10499 \series default
10500  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10501  el primer par de llaves, pero sin quitarlas.
10502  
10503 \end_layout
10504
10505 \begin_layout Standard
10506 Por ejemplo, el comando 
10507 \series bold
10508
10509 \backslash
10510 sideset{
10511 \begin_inset Formula $\to$
10512 \end_inset
10513
10514
10515 \backslash
10516 {
10517 \series default
10518 '
10519 \series bold
10520
10521 \begin_inset Formula $\to$
10522 \end_inset
10523
10524
10525 \backslash
10526 sum_k=1
10527 \begin_inset ERT
10528 status collapsed
10529
10530 \begin_layout Plain Layout
10531
10532
10533 \backslash
10534 spce 
10535 \end_layout
10536
10537 \end_inset
10538
10539
10540 \series default
10541 ^
10542 \series bold
10543
10544 \begin_inset ERT
10545 status collapsed
10546
10547 \begin_layout Plain Layout
10548
10549
10550 \backslash
10551 spce 
10552 \end_layout
10553
10554 \end_inset
10555
10556 n
10557 \series default
10558  genera:
10559 \begin_inset Formula \[
10560 \sideset{}{'}\sum_{k=1}^{n}\]
10561
10562 \end_inset
10563
10564
10565 \end_layout
10566
10567 \begin_layout Standard
10568 El comando 
10569 \series bold
10570
10571 \backslash
10572 overset
10573 \begin_inset ERT
10574 status collapsed
10575
10576 \begin_layout Plain Layout
10577
10578
10579 \backslash
10580 spce 
10581 \end_layout
10582
10583 \end_inset
10584
10585
10586 \backslash
10587 maltese
10588 \begin_inset ERT
10589 status collapsed
10590
10591 \begin_layout Plain Layout
10592
10593
10594 \backslash
10595 spce 
10596 \end_layout
10597
10598 \end_inset
10599
10600
10601 \series default
10602
10603 \begin_inset Formula $\uparrow$
10604 \end_inset
10605
10606
10607 \series bold
10608 a
10609 \series default
10610  genera:
10611 \begin_inset Formula \[
10612 \overset{a}{\maltese}\]
10613
10614 \end_inset
10615
10616
10617 \end_layout
10618
10619 \begin_layout Standard
10620 Como se ve en el último ejemplo, con 
10621 \series bold
10622
10623 \backslash
10624 overset
10625 \series default
10626  y 
10627 \series bold
10628
10629 \backslash
10630 underset
10631 \series default
10632  también se pueden acentuar símbolos y caracteres; con 
10633 \series bold
10634
10635 \backslash
10636 sideset
10637 \series default
10638  esto no es posible.
10639 \end_layout
10640
10641 \begin_layout Subsection
10642 Acentos para varios caracteres
10643 \begin_inset Index idx
10644 status collapsed
10645
10646 \begin_layout Plain Layout
10647 Acentos ! en varios caracteres
10648 \end_layout
10649
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \begin_layout Standard
10656 \begin_inset space \hfill{}
10657 \end_inset
10658
10659
10660 \begin_inset Tabular
10661 <lyxtabular version="3" rows="5" columns="2">
10662 <features tabularvalignment="middle">
10663 <column alignment="center" valignment="top" width="0pt">
10664 <column alignment="center" valignment="top" width="0pt">
10665 <row>
10666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 Comando
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679 Resultado
10680 \begin_inset Note Note
10681 status collapsed
10682
10683 \begin_layout Plain Layout
10684
10685 \series bold
10686
10687 \backslash
10688 raisebox
10689 \series default
10690  se usa sólo como espaciador
10691 \end_layout
10692
10693 \end_inset
10694
10695
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 </row>
10701 <row>
10702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706
10707 \backslash
10708 overleftarrow
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 A=B
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10731 \end_inset
10732
10733
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \backslash
10746 underleftarrow
10747 \begin_inset ERT
10748 status collapsed
10749
10750 \begin_layout Plain Layout
10751
10752
10753 \backslash
10754 spce 
10755 \end_layout
10756
10757 \end_inset
10758
10759 A=B
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10769 \end_inset
10770
10771
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 <row>
10778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \backslash
10784 overleftrightarrow
10785 \begin_inset ERT
10786 status collapsed
10787
10788 \begin_layout Plain Layout
10789
10790
10791 \backslash
10792 spce 
10793 \end_layout
10794
10795 \end_inset
10796
10797 A=B
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10807 \end_inset
10808
10809
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 </row>
10815 <row>
10816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820
10821 \backslash
10822 underleftrightarrow
10823 \begin_inset ERT
10824 status collapsed
10825
10826 \begin_layout Plain Layout
10827
10828
10829 \backslash
10830 spce 
10831 \end_layout
10832
10833 \end_inset
10834
10835 A=B
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10845 \end_inset
10846
10847
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 </row>
10853 </lyxtabular>
10854
10855 \end_inset
10856
10857
10858 \begin_inset space \hfill{}
10859 \end_inset
10860
10861
10862 \begin_inset Tabular
10863 <lyxtabular version="3" rows="5" columns="2">
10864 <features tabularvalignment="middle">
10865 <column alignment="center" valignment="top" width="0pt">
10866 <column alignment="center" valignment="top" width="0pt">
10867 <row>
10868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872 Comando
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881 Resultado
10882 \begin_inset Note Note
10883 status collapsed
10884
10885 \begin_layout Plain Layout
10886
10887 \series bold
10888
10889 \backslash
10890 raisebox
10891 \series default
10892  se usa sólo como espaciador
10893 \end_layout
10894
10895 \end_inset
10896
10897
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 </row>
10903 <row>
10904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908
10909 \backslash
10910 overrightarrow
10911 \begin_inset ERT
10912 status collapsed
10913
10914 \begin_layout Plain Layout
10915
10916
10917 \backslash
10918 spce 
10919 \end_layout
10920
10921 \end_inset
10922
10923 A=B
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10933 \end_inset
10934
10935
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 <row>
10942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946
10947 \backslash
10948 underrightarrow
10949 \begin_inset ERT
10950 status collapsed
10951
10952 \begin_layout Plain Layout
10953
10954
10955 \backslash
10956 spce 
10957 \end_layout
10958
10959 \end_inset
10960
10961 A=B
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10971 \end_inset
10972
10973
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 </row>
10979 <row>
10980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984
10985 \backslash
10986 widetilde
10987 \begin_inset ERT
10988 status collapsed
10989
10990 \begin_layout Plain Layout
10991
10992
10993 \backslash
10994 spce 
10995 \end_layout
10996
10997 \end_inset
10998
10999 A=B
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11009 \end_inset
11010
11011
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 </row>
11017 <row>
11018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022
11023 \backslash
11024 widehat
11025 \begin_inset ERT
11026 status collapsed
11027
11028 \begin_layout Plain Layout
11029
11030
11031 \backslash
11032 spce 
11033 \end_layout
11034
11035 \end_inset
11036
11037 A=B
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11047 \end_inset
11048
11049
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 </row>
11055 </lyxtabular>
11056
11057 \end_inset
11058
11059
11060 \begin_inset space \hfill{}
11061 \end_inset
11062
11063
11064 \end_layout
11065
11066 \begin_layout Standard
11067 \begin_inset VSpace medskip
11068 \end_inset
11069
11070
11071 \end_layout
11072
11073 \begin_layout Standard
11074 Con estos comandos se pueden acentuar tantos caracteres como quieras.
11075  Pero los acentos 
11076 \series bold
11077
11078 \backslash
11079 widetilde
11080 \series default
11081  y 
11082 \series bold
11083
11084 \backslash
11085 widehat
11086 \series default
11087  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
11088  ejemplo:
11089 \begin_inset Formula \[
11090 \widetilde{A+B=C-D}\]
11091
11092 \end_inset
11093
11094
11095 \end_layout
11096
11097 \begin_layout Standard
11098 Con los comandos 
11099 \series bold
11100
11101 \backslash
11102 overset
11103 \series default
11104
11105 \begin_inset Index idx
11106 status collapsed
11107
11108 \begin_layout Plain Layout
11109 Comandos ! O ! 
11110 \backslash
11111 overset
11112 \end_layout
11113
11114 \end_inset
11115
11116  y 
11117 \series bold
11118
11119 \backslash
11120 underset
11121 \series default
11122
11123 \begin_inset Index idx
11124 status collapsed
11125
11126 \begin_layout Plain Layout
11127 Comandos ! U ! 
11128 \backslash
11129 underset
11130 \end_layout
11131
11132 \end_inset
11133
11134 , descritos en la subsección anterior, también se pueden acentuar varios
11135  caracteres.
11136  El comando 
11137 \series bold
11138
11139 \backslash
11140 underset
11141 \begin_inset ERT
11142 status collapsed
11143
11144 \begin_layout Plain Layout
11145
11146
11147 \backslash
11148 spce 
11149 \end_layout
11150
11151 \end_inset
11152
11153 A=B
11154 \begin_inset Formula $\downarrow$
11155 \end_inset
11156
11157 ***
11158 \series default
11159  da:
11160 \begin_inset Formula \[
11161 \underset{***}{A=B}\]
11162
11163 \end_inset
11164
11165
11166 \end_layout
11167
11168 \begin_layout Section
11169 Espacios
11170 \begin_inset CommandInset label
11171 LatexCommand label
11172 name "sec:Espacio"
11173
11174 \end_inset
11175
11176
11177 \begin_inset Index idx
11178 status collapsed
11179
11180 \begin_layout Plain Layout
11181 Espacio ! horizontal
11182 \end_layout
11183
11184 \end_inset
11185
11186
11187 \end_layout
11188
11189 \begin_layout Subsection
11190 Espacio predefinido
11191 \begin_inset CommandInset label
11192 LatexCommand label
11193 name "sub:Espacio-predefinido"
11194
11195 \end_inset
11196
11197
11198 \begin_inset Index idx
11199 status collapsed
11200
11201 \begin_layout Plain Layout
11202 Espacio ! horizontal ! predefinido
11203 \end_layout
11204
11205 \end_inset
11206
11207
11208 \end_layout
11209
11210 \begin_layout Standard
11211 A veces es necesario insertar espacio horizontal en una ecuación.
11212  Esto se hace insertando un espacio protegido (atajo 
11213 \family sans
11214 Ctrl+Espacio
11215 \family default
11216 ).
11217  Aparece un 
11218 \begin_inset Quotes fld
11219 \end_inset
11220
11221
11222 \color black
11223
11224 \begin_inset ERT
11225 status collapsed
11226
11227 \begin_layout Plain Layout
11228
11229
11230 \backslash
11231 spce 
11232 \end_layout
11233
11234 \end_inset
11235
11236
11237 \color inherit
11238
11239 \begin_inset Quotes frd
11240 \end_inset
11241
11242 , y pulsando 
11243 \family sans
11244 Espacio
11245 \family default
11246  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11247  espacio.
11248  También se pueden insertar espacios mediante el botón 
11249 \begin_inset Graphics
11250         filename ../../images/math/space.png
11251         scale 85
11252
11253 \end_inset
11254
11255  de la barra de ecuaciones o con comandos especiales.
11256  Independientemente del comando insertado, se puede seleccionar de nuevo
11257  el tamaño pulsando acto seguido 
11258 \family sans
11259 Espacio.
11260  
11261 \end_layout
11262
11263 \begin_layout Standard
11264 \noindent
11265 \align center
11266 \begin_inset VSpace -5mm
11267 \end_inset
11268
11269
11270 \begin_inset Tabular
11271 <lyxtabular version="3" rows="3" columns="7">
11272 <features tabularvalignment="middle">
11273 <column alignment="center" valignment="middle" width="6.8cm">
11274 <column alignment="center" valignment="top" width="0">
11275 <column alignment="center" valignment="top" width="0">
11276 <column alignment="center" valignment="top" width="0">
11277 <column alignment="center" valignment="top" width="0">
11278 <column alignment="center" valignment="top" width="0">
11279 <column alignment="center" valignment="top" width="0">
11280 <row>
11281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 Comando
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294
11295 \backslash
11296 ,
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305
11306 \backslash
11307 :
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316
11317 \backslash
11318 ;
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327
11328 \backslash
11329 quad
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338
11339 \backslash
11340 qquad
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349
11350 \backslash
11351 !
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 </row>
11357 <row>
11358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 Número de pulsaciones de 
11363 \family sans
11364 Espacio
11365 \family default
11366  tras insertar el espacio protegido
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 0
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 1
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 2
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 3
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 4
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 5
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 </row>
11426 <row>
11427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 Resultado
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 \begin_inset Formula $A\, B$
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 \begin_inset Formula $A\: B$
11453 \end_inset
11454
11455
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 \begin_inset Formula $A\; B$
11465 \end_inset
11466
11467
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 \begin_inset Formula $A\quad B$
11477 \end_inset
11478
11479
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 \begin_inset Formula $A\qquad B$
11489 \end_inset
11490
11491
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 \begin_inset Formula $A\! B$
11501 \end_inset
11502
11503
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 </row>
11509 </lyxtabular>
11510
11511 \end_inset
11512
11513
11514 \end_layout
11515
11516 \begin_layout Standard
11517 El último tamaño parece no generar espacio.
11518  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11519  negativo.
11520  Hay otros dos espacios negativos:
11521 \end_layout
11522
11523 \begin_layout Standard
11524 \align center
11525 \begin_inset Tabular
11526 <lyxtabular version="3" rows="3" columns="3">
11527 <features tabularvalignment="middle">
11528 <column alignment="center" valignment="middle" width="6.8cm">
11529 <column alignment="center" valignment="top" width="0pt">
11530 <column alignment="center" valignment="top" width="0pt">
11531 <row>
11532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11533 \begin_inset Text
11534
11535 \begin_layout Plain Layout
11536 Comando
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545
11546 \backslash
11547 negmedspace
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556
11557 \backslash
11558 negthickspace
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 <row>
11565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 Número de pulsaciones de 
11570 \family sans
11571 Espacio
11572 \family default
11573  tras insertar el espacio protegido
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 6
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 7
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 </row>
11597 <row>
11598 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 Resultado
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 \begin_inset Formula $A\negmedspace B$
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 \begin_inset Formula $A\negthickspace B$
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 </lyxtabular>
11633
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \begin_layout Standard
11640 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11641  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11642 \begin_inset space \thinspace{}
11643 \end_inset
11644
11645 e., para operadores suma: 
11646 \end_layout
11647
11648 \begin_layout Standard
11649 \noindent
11650 \align center
11651 \begin_inset Tabular
11652 <lyxtabular version="3" rows="3" columns="2">
11653 <features tabularvalignment="middle">
11654 <column alignment="center" valignment="top" width="0">
11655 <column alignment="center" valignment="top" width="0">
11656 <row>
11657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661 Comando
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 Resultado
11671 \begin_inset Note Note
11672 status collapsed
11673
11674 \begin_layout Plain Layout
11675
11676 \series bold
11677
11678 \backslash
11679 raisebox
11680 \series default
11681  se usa sólo como espaciador
11682 \end_layout
11683
11684 \end_inset
11685
11686
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 </row>
11692 <row>
11693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697
11698 \backslash
11699 sum
11700 \backslash
11701 sum
11702 \begin_inset ERT
11703 status collapsed
11704
11705 \begin_layout Plain Layout
11706
11707
11708 \backslash
11709 spce 
11710 \end_layout
11711
11712 \end_inset
11713
11714 f_kl
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11724 \end_inset
11725
11726
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 </row>
11732 <row>
11733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737
11738 \backslash
11739 sum
11740 \backslash
11741 negmedspace
11742 \backslash
11743 sum
11744 \begin_inset ERT
11745 status collapsed
11746
11747 \begin_layout Plain Layout
11748
11749
11750 \backslash
11751 spce 
11752 \end_layout
11753
11754 \end_inset
11755
11756 f_kl
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 </row>
11774 </lyxtabular>
11775
11776 \end_inset
11777
11778
11779 \end_layout
11780
11781 \begin_layout Standard
11782 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11783  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11784  El siguiente ejemplo lo ilustra:
11785 \end_layout
11786
11787 \begin_layout Standard
11788 \noindent
11789 \align center
11790 \begin_inset Tabular
11791 <lyxtabular version="3" rows="2" columns="2">
11792 <features tabularvalignment="middle">
11793 <column alignment="center" valignment="top" width="0">
11794 <column alignment="center" valignment="top" width="0">
11795 <row>
11796 <cell alignment="center" valignment="top" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 ecuación normal
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 <cell alignment="center" valignment="top" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 \begin_inset Formula $A=B$
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 </row>
11818 <row>
11819 <cell alignment="center" valignment="top" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 \begin_inset Note Note
11824 status collapsed
11825
11826 \begin_layout Plain Layout
11827
11828 \series bold
11829
11830 \backslash
11831 raisebox
11832 \series default
11833  se usa sólo como espaciador
11834 \end_layout
11835
11836 \end_inset
11837
11838
11839 \begin_inset Formula $\raisebox{5mm}{}$
11840 \end_inset
11841
11842 ecuación sin espacio
11843 \end_layout
11844
11845 \end_inset
11846 </cell>
11847 <cell alignment="center" valignment="top" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 \begin_inset Formula $A{=}B$
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 </row>
11860 </lyxtabular>
11861
11862 \end_inset
11863
11864
11865 \end_layout
11866
11867 \begin_layout Standard
11868 El comando para la segunda ecuación es: 
11869 \series bold
11870 A
11871 \backslash
11872 {=
11873 \begin_inset Formula $\rightarrow$
11874 \end_inset
11875
11876 B
11877 \series default
11878  
11879 \begin_inset VSpace bigskip
11880 \end_inset
11881
11882
11883 \end_layout
11884
11885 \begin_layout Standard
11886 Para las unidades físicas hacen falta espacios, porque entre el valor y
11887  su unidad se pone un espacio más pequeño que el normal.
11888  Para unidades en el texto se inserta con el menú 
11889 \family sans
11890 Insertar\SpecialChar \menuseparator
11891 Formato\SpecialChar \menuseparator
11892 Espacio
11893 \begin_inset space ~
11894 \end_inset
11895
11896 delgado
11897 \family default
11898  (atajo 
11899 \family sans
11900 Ctrl+Mayúscula+Espacio
11901 \family default
11902 ).
11903 \end_layout
11904
11905 \begin_layout Standard
11906 Un ejemplo para visualizar la diferencia:
11907 \end_layout
11908
11909 \begin_layout Standard
11910 \begin_inset Tabular
11911 <lyxtabular version="3" rows="2" columns="2">
11912 <features tabularvalignment="middle">
11913 <column alignment="center" valignment="top" width="0">
11914 <column alignment="left" valignment="top" width="0">
11915 <row>
11916 <cell alignment="center" valignment="top" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 24 kW
11921 \begin_inset Formula $\cdot$
11922 \end_inset
11923
11924 h
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 espacio entre valor y unidad 
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 </row>
11939 <row>
11940 <cell alignment="center" valignment="top" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944 24
11945 \begin_inset space \thinspace{}
11946 \end_inset
11947
11948 kW
11949 \begin_inset Formula $\cdot$
11950 \end_inset
11951
11952 h
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 <cell alignment="center" valignment="top" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 espacio delgado entre valor y unidad
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 </row>
11967 </lyxtabular>
11968
11969 \end_inset
11970
11971
11972 \end_layout
11973
11974 \begin_layout Subsection
11975 Espacio variable
11976 \begin_inset ERT
11977 status collapsed
11978
11979 \begin_layout Plain Layout
11980
11981
11982 \backslash
11983 texorpdfstring{
11984 \end_layout
11985
11986 \end_inset
11987
11988
11989 \begin_inset Foot
11990 status collapsed
11991
11992 \begin_layout Plain Layout
11993 Para espacio vertical en ecuaciones véase 
11994 \begin_inset CommandInset ref
11995 LatexCommand ref
11996 reference "sub:Separación-de-líneas"
11997
11998 \end_inset
11999
12000
12001 \end_layout
12002
12003 \end_inset
12004
12005
12006 \begin_inset ERT
12007 status collapsed
12008
12009 \begin_layout Plain Layout
12010
12011 }{}
12012 \end_layout
12013
12014 \end_inset
12015
12016
12017 \begin_inset Note Note
12018 status collapsed
12019
12020 \begin_layout Plain Layout
12021
12022 \backslash
12023 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
12024  PDF.
12025 \end_layout
12026
12027 \begin_layout Plain Layout
12028 Más sobre 
12029 \backslash
12030 texorpdfstring en la sección 
12031 \begin_inset CommandInset ref
12032 LatexCommand ref
12033 reference "sub:Ecuaciones-en-encabezados"
12034
12035 \end_inset
12036
12037 .
12038 \end_layout
12039
12040 \end_inset
12041
12042
12043 \begin_inset CommandInset label
12044 LatexCommand label
12045 name "sub:Espacio-variable"
12046
12047 \end_inset
12048
12049
12050 \begin_inset Index idx
12051 status collapsed
12052
12053 \begin_layout Plain Layout
12054 Espacio ! horizontal ! variable
12055 \end_layout
12056
12057 \end_inset
12058
12059
12060 \end_layout
12061
12062 \begin_layout Standard
12063 En LyX se puede insertar espacio con una longitud definida con el comando
12064  
12065 \series bold
12066
12067 \backslash
12068 hspace
12069 \series default
12070
12071 \begin_inset Index idx
12072 status collapsed
12073
12074 \begin_layout Plain Layout
12075 Comandos ! H ! 
12076 \backslash
12077 hspace
12078 \end_layout
12079
12080 \end_inset
12081
12082 .
12083  Aparece un 
12084 \begin_inset Quotes fld
12085 \end_inset
12086
12087
12088 \color black
12089
12090 \begin_inset ERT
12091 status collapsed
12092
12093 \begin_layout Plain Layout
12094
12095
12096 \backslash
12097 spce 
12098 \end_layout
12099
12100 \end_inset
12101
12102
12103 \color inherit
12104
12105 \begin_inset Quotes frd
12106 \end_inset
12107
12108  largo.
12109  La longitud se puede ajustar haciendo clic izquierdo sobre el 
12110 \begin_inset Quotes fld
12111 \end_inset
12112
12113
12114 \color black
12115
12116 \begin_inset ERT
12117 status collapsed
12118
12119 \begin_layout Plain Layout
12120
12121
12122 \backslash
12123 spce 
12124 \end_layout
12125
12126 \end_inset
12127
12128
12129 \color inherit
12130
12131 \begin_inset Quotes frd
12132 \end_inset
12133
12134 .
12135  La longitud también puede ser negativa.
12136  Para insertar en una ecuación tanto espacio como esté disponible se usa
12137  el comando 
12138 \series bold
12139
12140 \backslash
12141 hfill
12142 \series default
12143
12144 \begin_inset Index idx
12145 status collapsed
12146
12147 \begin_layout Plain Layout
12148 Comandos ! H ! 
12149 \backslash
12150 hfill
12151 \end_layout
12152
12153 \end_inset
12154
12155 .
12156 \begin_inset VSpace -1mm
12157 \end_inset
12158
12159
12160 \end_layout
12161
12162 \begin_layout Standard
12163 \noindent
12164 \align center
12165 \begin_inset Tabular
12166 <lyxtabular version="3" rows="4" columns="2">
12167 <features tabularvalignment="middle">
12168 <column alignment="center" valignment="top" width="0">
12169 <column alignment="center" valignment="top" width="0">
12170 <row>
12171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175 Comando (
12176 \backslash
12177 hspace longitud)
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186 Resultado
12187 \end_layout
12188
12189 \end_inset
12190 </cell>
12191 </row>
12192 <row>
12193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12194 \begin_inset Text
12195
12196 \begin_layout Plain Layout
12197 A=B
12198 \backslash
12199 hspace
12200 \begin_inset ERT
12201 status collapsed
12202
12203 \begin_layout Plain Layout
12204
12205
12206 \backslash
12207 spce 
12208 \end_layout
12209
12210 \end_inset
12211
12212
12213 \begin_inset Formula $\to$
12214 \end_inset
12215
12216 A
12217 \backslash
12218 not=C (3
12219 \begin_inset space \thinspace{}
12220 \end_inset
12221
12222 cm)
12223 \end_layout
12224
12225 \end_inset
12226 </cell>
12227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12228 \begin_inset Text
12229
12230 \begin_layout Plain Layout
12231 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12232 \end_inset
12233
12234
12235 \end_layout
12236
12237 \end_inset
12238 </cell>
12239 </row>
12240 <row>
12241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12242 \begin_inset Text
12243
12244 \begin_layout Plain Layout
12245 A
12246 \backslash
12247 hspace
12248 \begin_inset ERT
12249 status collapsed
12250
12251 \begin_layout Plain Layout
12252
12253
12254 \backslash
12255 spce 
12256 \end_layout
12257
12258 \end_inset
12259
12260
12261 \begin_inset Formula $\to$
12262 \end_inset
12263
12264 A
12265 \backslash
12266 not=A (-1
12267 \begin_inset space \thinspace{}
12268 \end_inset
12269
12270 mm)
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12276 \begin_inset Text
12277
12278 \begin_layout Plain Layout
12279 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12280 \end_inset
12281
12282
12283 \end_layout
12284
12285 \end_inset
12286 </cell>
12287 </row>
12288 <row>
12289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12290 \begin_inset Text
12291
12292 \begin_layout Plain Layout
12293 A=A
12294 \backslash
12295 hfill
12296 \begin_inset ERT
12297 status collapsed
12298
12299 \begin_layout Plain Layout
12300
12301
12302 \backslash
12303 spce 
12304 \end_layout
12305
12306 \end_inset
12307
12308 B=B
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12314 \begin_inset Text
12315
12316 \begin_layout Plain Layout
12317 \begin_inset Formula $A=A\hfill B=B$
12318 \end_inset
12319
12320
12321 \end_layout
12322
12323 \end_inset
12324 </cell>
12325 </row>
12326 </lyxtabular>
12327
12328 \end_inset
12329
12330
12331 \end_layout
12332
12333 \begin_layout Standard
12334 En el último ejemplo el espacio disponible viene dado por la entrada más
12335  larga de columna en la tabla.
12336  En una ecuación en línea el espacio depende de la longitud de la línea
12337  en la que se inserta 
12338 \series bold
12339
12340 \backslash
12341 hfill
12342 \series default
12343 .
12344  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12345  
12346 \series bold
12347
12348 \backslash
12349 hfill
12350 \series default
12351  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12352 \series bold
12353 Sangrado
12354 \series default
12355 .
12356  (Los estilos de ecuaciones se explican en
12357 \begin_inset space ~
12358 \end_inset
12359
12360
12361 \begin_inset CommandInset ref
12362 LatexCommand ref
12363 reference "sec:Estilos-de-ecuación"
12364
12365 \end_inset
12366
12367 ).
12368 \end_layout
12369
12370 \begin_layout Standard
12371 Además de 
12372 \series bold
12373
12374 \backslash
12375 hfill
12376 \series default
12377  hay los comandos 
12378 \series bold
12379
12380 \backslash
12381 dotfill
12382 \series default
12383  y 
12384 \series bold
12385
12386 \backslash
12387 hrulefill
12388 \series default
12389  que llenan el espacio con un patrón, véase un ejemplo en
12390 \begin_inset space ~
12391 \end_inset
12392
12393
12394 \begin_inset CommandInset ref
12395 LatexCommand ref
12396 reference "sub:Puntos"
12397
12398 \end_inset
12399
12400 .
12401 \end_layout
12402
12403 \begin_layout Standard
12404 Para texto se puede insertar espacio variable con el menú 
12405 \family sans
12406 Insertar\SpecialChar \menuseparator
12407 Formato\SpecialChar \menuseparator
12408 Espacio
12409 \begin_inset space ~
12410 \end_inset
12411
12412 horizontal
12413 \family default
12414 :
12415 \end_layout
12416
12417 \begin_layout Standard
12418 En esta línea hay un espacio
12419 \begin_inset space \hspace{}
12420 \length 2cm
12421 \end_inset
12422
12423 de 2
12424 \begin_inset space \thinspace{}
12425 \end_inset
12426
12427 cm.
12428 \end_layout
12429
12430 \begin_layout Standard
12431 En esta línea hay un
12432 \begin_inset space \hfill{}
12433 \end_inset
12434
12435 espacio máximo.
12436 \end_layout
12437
12438 \begin_layout Subsection
12439 Espacio adicional en ecuaciones en línea
12440 \begin_inset Index idx
12441 status collapsed
12442
12443 \begin_layout Plain Layout
12444 Espacio ! adicional en línea
12445 \end_layout
12446
12447 \end_inset
12448
12449
12450 \end_layout
12451
12452 \begin_layout Standard
12453 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12454  
12455 \series bold
12456
12457 \backslash
12458 mathsurround
12459 \series default
12460
12461 \begin_inset Index idx
12462 status collapsed
12463
12464 \begin_layout Plain Layout
12465 Comandos ! M ! 
12466 \backslash
12467 mathsurround
12468 \end_layout
12469
12470 \end_inset
12471
12472 .
12473  El valor de una longitud se establece con el comando 
12474 \series bold
12475
12476 \backslash
12477 setlength
12478 \series default
12479
12480 \begin_inset Index idx
12481 status collapsed
12482
12483 \begin_layout Plain Layout
12484 Comandos ! S ! 
12485 \backslash
12486 setlength
12487 \end_layout
12488
12489 \end_inset
12490
12491  según el siguiente esquema:
12492 \end_layout
12493
12494 \begin_layout Standard
12495
12496 \series bold
12497
12498 \backslash
12499 setlength{nombre de la longitud}{valor}
12500 \end_layout
12501
12502 \begin_layout Standard
12503 Para poner a 
12504 \series bold
12505
12506 \backslash
12507 mathsurround
12508 \series default
12509  un valor de 5
12510 \begin_inset space \thinspace{}
12511 \end_inset
12512
12513 mm, se inserta el comando
12514 \end_layout
12515
12516 \begin_layout Standard
12517
12518 \series bold
12519
12520 \backslash
12521 setlength{
12522 \backslash
12523 mathsurround}{5mm}
12524 \end_layout
12525
12526 \begin_layout Standard
12527 en modo TeX.
12528  Se establecerá un espacio de 5
12529 \begin_inset space \thinspace{}
12530 \end_inset
12531
12532 mm alrededor de todas las ecuaciones en línea:
12533 \begin_inset ERT
12534 status collapsed
12535
12536 \begin_layout Plain Layout
12537
12538
12539 \backslash
12540 setlength{
12541 \backslash
12542 mathsurround}{5mm}
12543 \end_layout
12544
12545 \end_inset
12546
12547
12548 \end_layout
12549
12550 \begin_layout Standard
12551 En esta línea hay una ecuación 
12552 \begin_inset Formula $A=B$
12553 \end_inset
12554
12555  rodeada por espacios de 5
12556 \begin_inset space \thinspace{}
12557 \end_inset
12558
12559 mm.
12560 \begin_inset ERT
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564
12565
12566 \backslash
12567 setlength{
12568 \backslash
12569 mathsurround}{0mm}
12570 \end_layout
12571
12572 \end_inset
12573
12574
12575 \end_layout
12576
12577 \begin_layout Standard
12578 Para volver al espacio predeterminado, 
12579 \series bold
12580
12581 \backslash
12582 mathsurround
12583 \series default
12584  se restablece al valor 0
12585 \begin_inset space \thinspace{}
12586 \end_inset
12587
12588 pt.
12589 \end_layout
12590
12591 \begin_layout Section
12592 Cuadros y marcos
12593 \begin_inset Index idx
12594 status collapsed
12595
12596 \begin_layout Plain Layout
12597 Marcos
12598 \end_layout
12599
12600 \end_inset
12601
12602
12603 \begin_inset Index idx
12604 status collapsed
12605
12606 \begin_layout Plain Layout
12607 Marcos|see
12608 \begin_inset ERT
12609 status collapsed
12610
12611 \begin_layout Plain Layout
12612
12613 {
12614 \end_layout
12615
12616 \end_inset
12617
12618 Cuadros
12619 \begin_inset ERT
12620 status collapsed
12621
12622 \begin_layout Plain Layout
12623
12624 }
12625 \end_layout
12626
12627 \end_inset
12628
12629
12630 \end_layout
12631
12632 \end_inset
12633
12634
12635 \end_layout
12636
12637 \begin_layout Standard
12638 Los cuadros para texto se describen en el capítulo 
12639 \emph on
12640 Cuadros
12641 \emph default
12642  del manual 
12643 \emph on
12644 Objetos insertados
12645 \emph default
12646 .
12647 \end_layout
12648
12649 \begin_layout Subsection
12650 Cuadros con marco
12651 \begin_inset CommandInset label
12652 LatexCommand label
12653 name "sub:Cuadros-con-marco"
12654
12655 \end_inset
12656
12657
12658 \begin_inset Index idx
12659 status collapsed
12660
12661 \begin_layout Plain Layout
12662 Cuadros ! con marco
12663 \end_layout
12664
12665 \end_inset
12666
12667
12668 \end_layout
12669
12670 \begin_layout Standard
12671 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12672 \series bold
12673
12674 \backslash
12675 fbox
12676 \series default
12677
12678 \begin_inset Index idx
12679 status collapsed
12680
12681 \begin_layout Plain Layout
12682 Comandos ! F ! 
12683 \backslash
12684 fbox
12685 \end_layout
12686
12687 \end_inset
12688
12689  y 
12690 \series bold
12691
12692 \backslash
12693 boxed
12694 \series default
12695
12696 \begin_inset Index idx
12697 status collapsed
12698
12699 \begin_layout Plain Layout
12700 Comandos ! B ! 
12701 \backslash
12702 boxed
12703 \end_layout
12704
12705 \end_inset
12706
12707 .
12708 \end_layout
12709
12710 \begin_layout Standard
12711 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12712  azul en un marco donde se introduce parte de una ecuación.
12713  Para 
12714 \series bold
12715
12716 \backslash
12717 fbox
12718 \series default
12719  hay que generar una ecuación adicional con 
12720 \family sans
12721 Ctrl+M
12722 \family default
12723  dentro del recuadro, porque si no el contenido del mismo sería considerado
12724  texto matemático.
12725  Si se usa 
12726 \series bold
12727
12728 \backslash
12729 boxed
12730 \series default
12731  la nueva ecuación se genera automáticamente dentro del marco.
12732 \end_layout
12733
12734 \begin_layout Standard
12735 El comando 
12736 \series bold
12737
12738 \backslash
12739 fbox
12740 \series default
12741  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12742  ecuación tendría siempre el tamaño del texto.
12743  Por otra parte, 
12744 \series bold
12745
12746 \backslash
12747 fboxed
12748 \series default
12749  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12750  siempre el tamaño de una ecuación presentada.
12751 \end_layout
12752
12753 \begin_layout Standard
12754 El comando 
12755 \series bold
12756
12757 \backslash
12758 framebox
12759 \series default
12760
12761 \begin_inset Index idx
12762 status collapsed
12763
12764 \begin_layout Plain Layout
12765 Comandos ! F ! 
12766 \backslash
12767 framebox
12768 \end_layout
12769
12770 \end_inset
12771
12772  es una extensión de 
12773 \series bold
12774
12775 \backslash
12776 fbox
12777 \series default
12778 , que permite especificar además la anchura del marco yla alineación.
12779  
12780 \series bold
12781
12782 \backslash
12783 framebox
12784 \series default
12785  se usa con el siguiente esquema: 
12786 \end_layout
12787
12788 \begin_layout Standard
12789
12790 \series bold
12791
12792 \backslash
12793 framebox[anchura del marco][posición]{contenido del cuadro}
12794 \end_layout
12795
12796 \begin_layout Standard
12797 La posición puede ser 
12798 \emph on
12799 l
12800 \emph default
12801  o 
12802 \emph on
12803 r
12804 \emph default
12805
12806 \emph on
12807 l
12808 \emph default
12809  alinea la ecuación a la izquierda del cuadro, 
12810 \emph on
12811 r
12812 \emph default
12813  la alinea a la derecha.
12814  Si no se da posición la ecuación será centrada.
12815 \begin_inset Newline newline
12816 \end_inset
12817
12818 Si no se pone anchura tampoco puede darse posición.
12819  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12820  con 
12821 \series bold
12822
12823 \backslash
12824 fbox
12825 \series default
12826 .
12827  
12828 \end_layout
12829
12830 \begin_layout Standard
12831 Cuando se inserta el comando 
12832 \series bold
12833
12834 \backslash
12835 framebox
12836 \series default
12837  aparece un recuadro con tres marcos azules.
12838  Los dos primeros marcos están encerrados entre corchetes e indican los
12839  dos argumentos opcionales.
12840  El tercer marco es para partes de la ecuación, como para 
12841 \series bold
12842
12843 \backslash
12844 fbox
12845 \series default
12846 .
12847 \end_layout
12848
12849 \begin_layout Standard
12850 \noindent
12851 \align center
12852 \begin_inset Tabular
12853 <lyxtabular version="3" rows="5" columns="2">
12854 <features tabularvalignment="middle">
12855 <column alignment="center" valignment="top" width="0">
12856 <column alignment="center" valignment="top" width="0">
12857 <row>
12858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 Comando
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12868 \begin_inset Text
12869
12870 \begin_layout Plain Layout
12871 Resultado
12872 \begin_inset Note Note
12873 status collapsed
12874
12875 \begin_layout Plain Layout
12876
12877 \series bold
12878
12879 \backslash
12880 raisebox
12881 \series default
12882  se usa sólo como espaciador
12883 \end_layout
12884
12885 \end_inset
12886
12887
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 </row>
12893 <row>
12894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898
12899 \backslash
12900 fbox
12901 \begin_inset ERT
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905
12906
12907 \backslash
12908 spce 
12909 \end_layout
12910
12911 \end_inset
12912
12913
12914 \family sans
12915 Ctrl+M
12916 \family default
12917  
12918 \backslash
12919 int
12920 \begin_inset ERT
12921 status collapsed
12922
12923 \begin_layout Plain Layout
12924
12925
12926 \backslash
12927 spce 
12928 \end_layout
12929
12930 \end_inset
12931
12932 A=B
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12942 \end_inset
12943
12944
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 </row>
12950 <row>
12951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12952 \begin_inset Text
12953
12954 \begin_layout Plain Layout
12955
12956 \backslash
12957 boxed
12958 \begin_inset ERT
12959 status collapsed
12960
12961 \begin_layout Plain Layout
12962
12963
12964 \backslash
12965 spce 
12966 \end_layout
12967
12968 \end_inset
12969
12970
12971 \backslash
12972 int
12973 \begin_inset ERT
12974 status collapsed
12975
12976 \begin_layout Plain Layout
12977
12978
12979 \backslash
12980 spce 
12981 \end_layout
12982
12983 \end_inset
12984
12985 A=B
12986 \end_layout
12987
12988 \end_inset
12989 </cell>
12990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12991 \begin_inset Text
12992
12993 \begin_layout Plain Layout
12994 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12995 \end_inset
12996
12997
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 </row>
13003 <row>
13004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008 A+
13009 \backslash
13010 fbox
13011 \begin_inset ERT
13012 status collapsed
13013
13014 \begin_layout Plain Layout
13015
13016
13017 \backslash
13018 spce 
13019 \end_layout
13020
13021 \end_inset
13022
13023 B
13024 \end_layout
13025
13026 \end_inset
13027 </cell>
13028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13029 \begin_inset Text
13030
13031 \begin_layout Plain Layout
13032 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13033 \end_inset
13034
13035
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 </row>
13041 <row>
13042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046
13047 \backslash
13048 framebox
13049 \begin_inset ERT
13050 status collapsed
13051
13052 \begin_layout Plain Layout
13053
13054
13055 \backslash
13056 spce 
13057 \end_layout
13058
13059 \end_inset
13060
13061 20mm
13062 \begin_inset Formula $\to$
13063 \end_inset
13064
13065
13066 \begin_inset Formula $\to$
13067 \end_inset
13068
13069
13070 \family sans
13071 Ctrl+M
13072 \family default
13073  
13074 \backslash
13075 frac
13076 \begin_inset ERT
13077 status collapsed
13078
13079 \begin_layout Plain Layout
13080
13081
13082 \backslash
13083 spce 
13084 \end_layout
13085
13086 \end_inset
13087
13088 A
13089 \begin_inset Formula $\downarrow$
13090 \end_inset
13091
13092 B
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 \begin_inset Formula $\raisebox{6mm}{}$
13102 \end_inset
13103
13104
13105 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13106 \end_inset
13107
13108
13109 \begin_inset Formula $\raisebox{-4mm}{}$
13110 \end_inset
13111
13112
13113 \end_layout
13114
13115 \end_inset
13116 </cell>
13117 </row>
13118 </lyxtabular>
13119
13120 \end_inset
13121
13122
13123 \end_layout
13124
13125 \begin_layout Standard
13126 El grosor del marco también se puede ajustar.
13127  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13128  la fórmula:
13129 \end_layout
13130
13131 \begin_layout Standard
13132
13133 \series bold
13134
13135 \backslash
13136 fboxrule
13137 \series default
13138  
13139 \series bold
13140
13141 \begin_inset Quotes fld
13142 \end_inset
13143
13144 grosor
13145 \begin_inset Quotes frd
13146 \end_inset
13147
13148
13149 \series default
13150  
13151 \series bold
13152
13153 \backslash
13154 fboxsep
13155 \series default
13156  
13157 \series bold
13158
13159 \begin_inset Quotes fld
13160 \end_inset
13161
13162 distancia
13163 \begin_inset Quotes frd
13164 \end_inset
13165
13166
13167 \end_layout
13168
13169 \begin_layout Standard
13170 \begin_inset Quotes fld
13171 \end_inset
13172
13173 distancia
13174 \begin_inset Quotes frd
13175 \end_inset
13176
13177  especifica la distancia mínima entre el marco y el primer carácter en el
13178  cuadro.
13179  Un ejemplo de esto es la siguiente ecuación enmarcada:
13180 \begin_inset ERT
13181 status collapsed
13182
13183 \begin_layout Plain Layout
13184
13185
13186 \backslash
13187 fboxrule 2mm 
13188 \backslash
13189 fboxsep 3mm
13190 \end_layout
13191
13192 \end_inset
13193
13194
13195 \begin_inset Formula \[
13196 \boxed{A+B=C}\]
13197
13198 \end_inset
13199
13200
13201 \end_layout
13202
13203 \begin_layout Standard
13204 Delante de esta ecuación se han insertado los comandos
13205 \end_layout
13206
13207 \begin_layout Standard
13208
13209 \series bold
13210
13211 \backslash
13212 fboxrule
13213 \series default
13214  
13215 \series bold
13216 2mm
13217 \series default
13218  
13219 \series bold
13220
13221 \backslash
13222 fboxsep
13223 \series default
13224  
13225 \series bold
13226 3mm
13227 \end_layout
13228
13229 \begin_layout Standard
13230 en modo TeX.
13231  Los valores dados se usan para todos los cuadros siguientes.
13232 \end_layout
13233
13234 \begin_layout Standard
13235 Para volver al tamaño estándar del marco se inserta el comando
13236 \end_layout
13237
13238 \begin_layout Standard
13239
13240 \series bold
13241
13242 \backslash
13243 fboxrule
13244 \series default
13245  
13246 \series bold
13247 0.4pt
13248 \series default
13249  
13250 \series bold
13251
13252 \backslash
13253 fboxsep
13254 \series default
13255  
13256 \series bold
13257 3pt
13258 \series default
13259
13260 \begin_inset ERT
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264
13265
13266 \backslash
13267 fboxrule 0.4pt 
13268 \backslash
13269 fboxsep 3pt
13270 \end_layout
13271
13272 \end_inset
13273
13274
13275 \end_layout
13276
13277 \begin_layout Standard
13278 en modo TeX antes de la ecuación siguiente.
13279 \end_layout
13280
13281 \begin_layout Subsection
13282 Cuadros sin marco
13283 \begin_inset CommandInset label
13284 LatexCommand label
13285 name "sub:Cuadros-sin-marco"
13286
13287 \end_inset
13288
13289
13290 \begin_inset Index idx
13291 status collapsed
13292
13293 \begin_layout Plain Layout
13294 Cuadros ! sin marco
13295 \end_layout
13296
13297 \end_inset
13298
13299
13300 \end_layout
13301
13302 \begin_layout Standard
13303 Para cuadros sin marco hay los comandos: 
13304 \series bold
13305
13306 \backslash
13307 mbox
13308 \series default
13309
13310 \begin_inset Index idx
13311 status collapsed
13312
13313 \begin_layout Plain Layout
13314 Comandos ! M ! 
13315 \backslash
13316 mbox
13317 \end_layout
13318
13319 \end_inset
13320
13321
13322 \series bold
13323
13324 \backslash
13325 makebox
13326 \series default
13327
13328 \begin_inset Index idx
13329 status collapsed
13330
13331 \begin_layout Plain Layout
13332 Comandos ! M ! 
13333 \backslash
13334 makebox
13335 \end_layout
13336
13337 \end_inset
13338
13339  y 
13340 \series bold
13341
13342 \backslash
13343 raisebox
13344 \series default
13345
13346 \begin_inset Index idx
13347 status collapsed
13348
13349 \begin_layout Plain Layout
13350 Comandos ! R ! 
13351 \backslash
13352 raisebox
13353 \end_layout
13354
13355 \end_inset
13356
13357 .
13358 \end_layout
13359
13360 \begin_layout Standard
13361 Con 
13362 \series bold
13363
13364 \backslash
13365 raisebox
13366 \series default
13367  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13368  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13369  
13370 \series bold
13371
13372 \backslash
13373 raisebox
13374 \series default
13375  se usa con el siguiente esquema: 
13376 \end_layout
13377
13378 \begin_layout Standard
13379
13380 \series bold
13381
13382 \backslash
13383 raisebox{altura}{contenido del marco}
13384 \end_layout
13385
13386 \begin_layout Standard
13387 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13388  extra, como con 
13389 \series bold
13390
13391 \backslash
13392 fbox
13393 \series default
13394 .
13395  
13396 \begin_inset Note Greyedout
13397 status open
13398
13399 \begin_layout Plain Layout
13400
13401 \series bold
13402 Nota
13403 \series default
13404 : Para
13405 \series bold
13406
13407 \backslash
13408 raisebox
13409 \series default
13410  se ha creado esta ecuación extra tecleando 
13411 \family sans
13412 Ctrl+M
13413 \family default
13414  dos veces en vez de una porque LyX aún no soporta 
13415 \series bold
13416
13417 \backslash
13418 raisebox
13419 \series default
13420  directamente.
13421 \end_layout
13422
13423 \end_inset
13424
13425
13426 \end_layout
13427
13428 \begin_layout Standard
13429 \align center
13430 \begin_inset Tabular
13431 <lyxtabular version="3" rows="4" columns="2">
13432 <features tabularvalignment="middle">
13433 <column alignment="center" valignment="top" width="0">
13434 <column alignment="center" valignment="top" width="0">
13435 <row>
13436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440 Comando
13441 \end_layout
13442
13443 \end_inset
13444 </cell>
13445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 Resultado
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 </row>
13455 <row>
13456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460 H
13461 \backslash
13462 raisebox{2mm
13463 \begin_inset Formula $\to$
13464 \end_inset
13465
13466
13467 \backslash
13468 {al
13469 \begin_inset Formula $\to$
13470 \end_inset
13471
13472  lo
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13482 \end_inset
13483
13484
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 </row>
13490 <row>
13491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 H
13496 \backslash
13497 raisebox{-2mm
13498 \begin_inset Formula $\to$
13499 \end_inset
13500
13501
13502 \backslash
13503 {al
13504 \begin_inset Formula $\to$
13505 \end_inset
13506
13507 lo
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13517 \end_inset
13518
13519
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 </row>
13525 <row>
13526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530 A=
13531 \backslash
13532 raisebox{-2mm
13533 \begin_inset Formula $\to$
13534 \end_inset
13535
13536
13537 \backslash
13538 {
13539 \family sans
13540 Ctrl+M Ctrl+M
13541 \family default
13542  
13543 \backslash
13544 sqrt
13545 \begin_inset ERT
13546 status collapsed
13547
13548 \begin_layout Plain Layout
13549
13550
13551 \backslash
13552 spce 
13553 \end_layout
13554
13555 \end_inset
13556
13557
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 </lyxtabular>
13576
13577 \end_inset
13578
13579
13580 \end_layout
13581
13582 \begin_layout Standard
13583 El comando 
13584 \series bold
13585
13586 \backslash
13587 mbox
13588 \series default
13589  es equivalente a 
13590 \series bold
13591
13592 \backslash
13593 fbox
13594 \series default
13595  y 
13596 \series bold
13597
13598 \backslash
13599 makebox
13600 \series default
13601  es equivalente a 
13602 \series bold
13603
13604 \backslash
13605 framebox
13606 \series default
13607 , con la diferencia de que no hay marco.
13608 \end_layout
13609
13610 \begin_layout Subsection
13611 Cuadros coloreados
13612 \begin_inset CommandInset label
13613 LatexCommand label
13614 name "sub:Cuadros-coloreados"
13615
13616 \end_inset
13617
13618
13619 \begin_inset Index idx
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623 Cuadros ! coloreados
13624 \end_layout
13625
13626 \end_inset
13627
13628
13629 \end_layout
13630
13631 \begin_layout Standard
13632 Para poder usar todos los comandos explicados en esta sección hay que cargar
13633  en el preámbulo LaTeX el paquete LaTeX 
13634 \series bold
13635 color
13636 \series default
13637
13638 \begin_inset Foot
13639 status collapsed
13640
13641 \begin_layout Plain Layout
13642 El paquete LaTeX 
13643 \series bold
13644 color
13645 \series default
13646  forma parte de toda distribución LaTeX estándar.
13647 \end_layout
13648
13649 \end_inset
13650
13651
13652 \begin_inset Index idx
13653 status collapsed
13654
13655 \begin_layout Plain Layout
13656 Paquetes ! color
13657 \end_layout
13658
13659 \end_inset
13660
13661 , con la línea
13662 \begin_inset Foot
13663 status collapsed
13664
13665 \begin_layout Plain Layout
13666 Cuando hay texto coloreado con un color predefinido en alguna parte del
13667  documento, LyX carga automáticamente el paquete LaTeX 
13668 \series bold
13669 color
13670 \series default
13671 .
13672  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13673  origina problemas.
13674 \end_layout
13675
13676 \end_inset
13677
13678
13679 \begin_inset Note Note
13680 status collapsed
13681
13682 \begin_layout Plain Layout
13683 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13684  en el preámbulo LaTeX.
13685 \end_layout
13686
13687 \end_inset
13688
13689
13690 \end_layout
13691
13692 \begin_layout Standard
13693
13694 \series bold
13695
13696 \backslash
13697 usepackage{color}
13698 \begin_inset VSpace medskip
13699 \end_inset
13700
13701
13702 \end_layout
13703
13704 \begin_layout Standard
13705 Para colorear cuadros se usa el comando 
13706 \series bold
13707
13708 \backslash
13709 colorbox
13710 \series default
13711
13712 \begin_inset Index idx
13713 status collapsed
13714
13715 \begin_layout Plain Layout
13716 Comandos ! C ! 
13717 \backslash
13718 colorbox
13719 \end_layout
13720
13721 \end_inset
13722
13723  con el siguiente esquema:
13724 \end_layout
13725
13726 \begin_layout Standard
13727
13728 \series bold
13729
13730 \backslash
13731 colorbox{color}{contenido del cuadro}
13732 \end_layout
13733
13734 \begin_layout Standard
13735 El contenido del cuadro puede ser otro cuadro, y también un 
13736 \backslash
13737
13738 \series bold
13739 colorbox
13740 \series default
13741  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13742  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13743  como con 
13744 \series bold
13745
13746 \backslash
13747 raisebox
13748 \series default
13749 .
13750 \begin_inset Foot
13751 status collapsed
13752
13753 \begin_layout Plain Layout
13754 Esto también se aplica para el comando 
13755 \series bold
13756
13757 \backslash
13758 fcolorbox
13759 \series default
13760 .
13761 \end_layout
13762
13763 \end_inset
13764
13765  
13766 \end_layout
13767
13768 \begin_layout Standard
13769 Se puede elegir uno de los siguientes colores predefinidos:
13770 \end_layout
13771
13772 \begin_layout Standard
13773
13774 \series bold
13775 black
13776 \series default
13777
13778 \series bold
13779 blue
13780 \series default
13781
13782 \series bold
13783 cyan
13784 \series default
13785
13786 \series bold
13787 green
13788 \series default
13789
13790 \series bold
13791 magenta
13792 \series default
13793
13794 \series bold
13795 red
13796 \series default
13797
13798 \series bold
13799 white
13800 \series default
13801
13802 \series bold
13803 yellow
13804 \end_layout
13805
13806 \begin_layout Standard
13807 \align center
13808 \begin_inset Tabular
13809 <lyxtabular version="3" rows="4" columns="2">
13810 <features tabularvalignment="middle">
13811 <column alignment="center" valignment="top" width="0">
13812 <column alignment="center" valignment="top" width="0">
13813 <row>
13814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13815 \begin_inset Text
13816
13817 \begin_layout Plain Layout
13818 Comando
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 Resultado
13828 \begin_inset Note Note
13829 status collapsed
13830
13831 \begin_layout Plain Layout
13832
13833 \series bold
13834
13835 \backslash
13836 raisebox
13837 \series default
13838  se usa sólo como espaciador
13839 \end_layout
13840
13841 \end_inset
13842
13843
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 </row>
13849 <row>
13850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854
13855 \backslash
13856 colorbox{yellow
13857 \begin_inset Formula $\to$
13858 \end_inset
13859
13860
13861 \backslash
13862 {A=B
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13872 \end_inset
13873
13874
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 </row>
13880 <row>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885
13886 \backslash
13887 colorbox{green
13888 \begin_inset Formula $\to$
13889 \end_inset
13890
13891
13892 \backslash
13893 {
13894 \backslash
13895 fbox
13896 \begin_inset ERT
13897 status collapsed
13898
13899 \begin_layout Plain Layout
13900
13901
13902 \backslash
13903 spce 
13904 \end_layout
13905
13906 \end_inset
13907
13908 A=B
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13918 \end_inset
13919
13920
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 </row>
13926 <row>
13927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Plain Layout
13931
13932 \backslash
13933 fbox
13934 \begin_inset ERT
13935 status collapsed
13936
13937 \begin_layout Plain Layout
13938
13939
13940 \backslash
13941 spce 
13942 \end_layout
13943
13944 \end_inset
13945
13946
13947 \backslash
13948 colorbox{green
13949 \begin_inset Formula $\to$
13950 \end_inset
13951
13952
13953 \backslash
13954 {
13955 \family sans
13956 Ctrl+M Ctrl+M
13957 \family default
13958  
13959 \backslash
13960 int
13961 \begin_inset ERT
13962 status collapsed
13963
13964 \begin_layout Plain Layout
13965
13966
13967 \backslash
13968 spce 
13969 \end_layout
13970
13971 \end_inset
13972
13973 C=D
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13983 \end_inset
13984
13985
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 </row>
13991 </lyxtabular>
13992
13993 \end_inset
13994
13995
13996 \end_layout
13997
13998 \begin_layout Standard
13999
14000 \series bold
14001
14002 \backslash
14003 colorbox
14004 \series default
14005  sólo colorea el cuadro pero no los caracteres.
14006  Para colorear todos los caracteres se selecciona toda la ecuación y se
14007  elige un color en el diálogo 
14008 \family sans
14009 Estilo
14010 \begin_inset space ~
14011 \end_inset
14012
14013 del
14014 \begin_inset space ~
14015 \end_inset
14016
14017 texto
14018 \family default
14019 .
14020  El diálogo puede abrirse con el botón 
14021 \begin_inset Graphics
14022         filename ../../images/dialog-show_character.png
14023         scale 85
14024
14025 \end_inset
14026
14027  de la barra de herramientas o con el menú 
14028 \family sans
14029 Editar\SpecialChar \menuseparator
14030 Estilo
14031 \begin_inset space ~
14032 \end_inset
14033
14034 del
14035 \begin_inset space ~
14036 \end_inset
14037
14038 texto\SpecialChar \menuseparator
14039 Personalizado
14040 \family default
14041 .
14042  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
14043  Si el número de la ecuación debe tener otro color que el de los caracteres
14044  de la ecuación, el color debe cambiarse dentro de la ecuación.
14045 \end_layout
14046
14047 \begin_layout Standard
14048 Un ejemplo:
14049 \color red
14050
14051 \begin_inset Formula \begin{equation}
14052 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
14053
14054 \end_inset
14055
14056
14057 \color green
14058
14059 \begin_inset Formula \begin{equation}
14060 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
14061
14062 \end_inset
14063
14064
14065 \end_layout
14066
14067 \begin_layout Standard
14068 La ecuación 
14069 \begin_inset CommandInset ref
14070 LatexCommand eqref
14071 reference "eq:rojo"
14072
14073 \end_inset
14074
14075  está toda coloreada en rojo.
14076 \begin_inset Newline newline
14077 \end_inset
14078
14079 La ecuación 
14080 \begin_inset CommandInset ref
14081 LatexCommand eqref
14082 reference "eq:rojoverde"
14083
14084 \end_inset
14085
14086  se ha coloreado en primer lugar toda en verde para colorear el número de
14087  la ecuación.
14088  Posteriormente se han coloreado en rojo los caracteres.
14089 \family sans
14090
14091 \begin_inset VSpace bigskip
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \begin_layout Standard
14098 Para colorear diferente el marco y el resto del cuadro se usa el comando
14099  
14100 \series bold
14101
14102 \backslash
14103 fcolorbox
14104 \series default
14105
14106 \begin_inset Index idx
14107 status collapsed
14108
14109 \begin_layout Plain Layout
14110 Comandos ! F ! 
14111 \backslash
14112 fcolorbox
14113 \end_layout
14114
14115 \end_inset
14116
14117  con el siguiente esquema:
14118 \end_layout
14119
14120 \begin_layout Standard
14121
14122 \series bold
14123
14124 \backslash
14125 fcolorbox{color del marco}{color}{contenido del cuadro}
14126 \end_layout
14127
14128 \begin_layout Standard
14129 Así pues 
14130 \series bold
14131
14132 \backslash
14133 fcolorbox
14134 \series default
14135  es una extensión del comando 
14136 \series bold
14137
14138 \backslash
14139 colorbox
14140 \series default
14141 .
14142  La anchura del marco se establece, como para 
14143 \series bold
14144
14145 \backslash
14146 framebox
14147 \series default
14148 , con 
14149 \series bold
14150
14151 \backslash
14152 fboxrule
14153 \series default
14154  y 
14155 \series bold
14156
14157 \backslash
14158 fboxsep
14159 \series default
14160 .
14161  Un ejemplo:
14162 \begin_inset ERT
14163 status collapsed
14164
14165 \begin_layout Plain Layout
14166
14167
14168 \backslash
14169 fboxrule 1mm 
14170 \backslash
14171 fboxsep 1mm
14172 \end_layout
14173
14174 \end_inset
14175
14176
14177 \begin_inset Formula \[
14178 \fcolorbox{cyan}{magenta}{A=B}\]
14179
14180 \end_inset
14181
14182
14183 \end_layout
14184
14185 \begin_layout Standard
14186 \begin_inset ERT
14187 status collapsed
14188
14189 \begin_layout Plain Layout
14190
14191
14192 \backslash
14193 fboxrule 0.4pt 
14194 \backslash
14195 fboxsep 3pt
14196 \end_layout
14197
14198 \end_inset
14199
14200
14201 \end_layout
14202
14203 \begin_layout Standard
14204 Esta ecuación se ha compuesto con el comando
14205 \begin_inset Newline newline
14206 \end_inset
14207
14208
14209 \series bold
14210
14211 \backslash
14212 fcolorbox{cyan
14213 \begin_inset Formula $\to$
14214 \end_inset
14215
14216
14217 \backslash
14218 {magenta
14219 \begin_inset Formula $\to$
14220 \end_inset
14221
14222
14223 \backslash
14224 {A=B
14225 \end_layout
14226
14227 \begin_layout Standard
14228 \begin_inset VSpace bigskip
14229 \end_inset
14230
14231
14232 \end_layout
14233
14234 \begin_layout Standard
14235 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14236 \end_layout
14237
14238 \begin_layout Standard
14239 Por ejemplo, se puede definir el color 
14240 \begin_inset Quotes fld
14241 \end_inset
14242
14243
14244 \series bold
14245 verdeoscuro
14246 \series default
14247
14248 \begin_inset Quotes frd
14249 \end_inset
14250
14251  con la línea de preámbulo LaTeX:
14252 \end_layout
14253
14254 \begin_layout Standard
14255
14256 \series bold
14257
14258 \backslash
14259 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14260 \series default
14261
14262 \begin_inset Index idx
14263 status collapsed
14264
14265 \begin_layout Plain Layout
14266 Comandos ! D ! 
14267 \backslash
14268 definecolor
14269 \end_layout
14270
14271 \end_inset
14272
14273
14274 \end_layout
14275
14276 \begin_layout Standard
14277
14278 \series bold
14279 cmyk
14280 \series default
14281  es el espacio de color referido a los colores 
14282 \series bold
14283 cyan
14284 \series default
14285
14286 \series bold
14287 magenta
14288 \series default
14289
14290 \series bold
14291 yellow
14292 \series default
14293  y 
14294 \series bold
14295 black
14296 \series default
14297 .
14298  Los cuatro números separados por coma son el factor de cuota para los colores
14299  correspondientes del espacio de color.
14300  Los factores pueden estar en el rango 0-1.
14301  En vez de 
14302 \series bold
14303 cmyk
14304 \series default
14305  se puede usar el espacio de color 
14306 \series bold
14307 rgb
14308 \series default
14309 , que se refiere a 
14310 \series bold
14311 red
14312 \series default
14313
14314 \series bold
14315 green
14316 \series default
14317  y 
14318 \series bold
14319 blue
14320 \series default
14321 , así pues en este caso hay tres factores de cuota para los correspondientes
14322  colores.
14323  Además hay el espacio de color 
14324 \series bold
14325 gray
14326 \series default
14327  con un factor de cuota para el valor gris.
14328 \end_layout
14329
14330 \begin_layout Standard
14331 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14332 \series bold
14333 verdeoscuro
14334 \series default
14335  y los caracteres en color amarillo:
14336 \color black
14337
14338 \begin_inset Formula \begin{equation}
14339 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14340
14341 \end_inset
14342
14343
14344 \end_layout
14345
14346 \begin_layout Standard
14347 Los colores personalizados también se pueden usar para texto con la ayuda
14348  del comando 
14349 \series bold
14350
14351 \backslash
14352 textcolor
14353 \series default
14354
14355 \begin_inset Index idx
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359 Texto ! coloreado
14360 \end_layout
14361
14362 \end_inset
14363
14364
14365 \end_layout
14366
14367 \begin_layout Standard
14368 \begin_inset ERT
14369 status collapsed
14370
14371 \begin_layout Plain Layout
14372
14373
14374 \backslash
14375 textcolor{verdeoscuro}{
14376 \end_layout
14377
14378 \end_inset
14379
14380 Esta frase en 
14381 \begin_inset Quotes fld
14382 \end_inset
14383
14384 verdeoscuro
14385 \begin_inset Quotes frd
14386 \end_inset
14387
14388 .
14389 \begin_inset ERT
14390 status collapsed
14391
14392 \begin_layout Plain Layout
14393
14394 }
14395 \end_layout
14396
14397 \end_inset
14398
14399
14400 \end_layout
14401
14402 \begin_layout Standard
14403
14404 \series bold
14405
14406 \backslash
14407 textcolor
14408 \series default
14409
14410 \begin_inset Index idx
14411 status collapsed
14412
14413 \begin_layout Plain Layout
14414 Comandos ! T ! 
14415 \backslash
14416 textcolor
14417 \end_layout
14418
14419 \end_inset
14420
14421  se usa con el esquema 
14422 \series bold
14423
14424 \backslash
14425 textcolor{color}{caracteres a colorear}
14426 \series default
14427 .
14428 \end_layout
14429
14430 \begin_layout Subsection
14431 Cuadros de párrafo
14432 \begin_inset CommandInset label
14433 LatexCommand label
14434 name "sub:Cuadros-de-párrafo"
14435
14436 \end_inset
14437
14438
14439 \begin_inset Index idx
14440 status collapsed
14441
14442 \begin_layout Plain Layout
14443 Cuadros ! para párrafos
14444 \end_layout
14445
14446 \end_inset
14447
14448
14449 \end_layout
14450
14451 \begin_layout Standard
14452 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14453  de párrafo (parbox), se puede generar con el menú 
14454 \family sans
14455 Insertar\SpecialChar \menuseparator
14456 Cuadro
14457 \family default
14458  o con el botón 
14459 \begin_inset Graphics
14460         filename ../../images/box-insert.png
14461         scale 85
14462
14463 \end_inset
14464
14465  de la barra de herramientas.
14466 \end_layout
14467
14468 \begin_layout Standard
14469 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14470 \begin_inset VSpace medskip
14471 \end_inset
14472
14473 Esta línea contiene 
14474 \begin_inset Box Boxed
14475 position "c"
14476 hor_pos "c"
14477 has_inner_box 1
14478 inner_pos "c"
14479 use_parbox 1
14480 use_makebox 0
14481 width "5cm"
14482 special "none"
14483 height "1in"
14484 height_special "totalheight"
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488 Esto es un cuadro de párrafo.
14489  Tiene exactamente 5
14490 \begin_inset space \thinspace{}
14491 \end_inset
14492
14493 cm de largo y además puede contener ecuaciones: 
14494 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14495 \end_inset
14496
14497
14498 \end_layout
14499
14500 \end_inset
14501
14502
14503 \begin_inset space ~
14504 \end_inset
14505
14506  un cuadro de párrafo.
14507 \begin_inset VSpace medskip
14508 \end_inset
14509
14510 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14511  Surge un diálogo con las propiedades del cuadro.
14512  En este caso: 
14513 \emph on
14514 Decoración
14515 \emph default
14516 : Marco rectangular, 
14517 \emph on
14518 Cuadro interior
14519 \emph default
14520 : Párrafo, 
14521 \emph on
14522 Ancho
14523 \emph default
14524 : 5
14525 \begin_inset space \thinspace{}
14526 \end_inset
14527
14528 cm, 
14529 \emph on
14530 Alineación Vertical
14531 \emph default
14532  
14533 \emph on
14534 Cuadro
14535 \emph default
14536 : Medio.
14537 \end_layout
14538
14539 \begin_layout Standard
14540 \begin_inset VSpace medskip
14541 \end_inset
14542
14543 En LaTeX, un cuadro de párrafo se inserta con el comando 
14544 \series bold
14545
14546 \backslash
14547 parbox
14548 \series default
14549
14550 \begin_inset Index idx
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554 Comandos ! P ! 
14555 \backslash
14556 parbox
14557 \end_layout
14558
14559 \end_inset
14560
14561  con el esquema siguiente:
14562 \end_layout
14563
14564 \begin_layout Standard
14565
14566 \series bold
14567
14568 \backslash
14569 parbox[posición]{anchura}{contenido}
14570 \end_layout
14571
14572 \begin_layout Standard
14573 Son posibles las posiciones 
14574 \emph on
14575 b
14576 \emph default
14577  y 
14578 \emph on
14579 t
14580 \emph default
14581
14582 \emph on
14583 b
14584 \emph default
14585  por 
14586 \begin_inset Quotes fld
14587 \end_inset
14588
14589 bottom
14590 \begin_inset Quotes frd
14591 \end_inset
14592
14593  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14594  Con 
14595 \emph on
14596 t
14597 \emph default
14598 , por 
14599 \begin_inset Quotes fld
14600 \end_inset
14601
14602 top
14603 \begin_inset Quotes frd
14604 \end_inset
14605
14606  (arriba), la alineación se hace con la primera línea.
14607  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14608  
14609 \emph on
14610 Cuadros
14611 \emph default
14612  del manual 
14613 \emph on
14614 Objetos insertados
14615 \emph default
14616  para ejemplos.
14617 \end_layout
14618
14619 \begin_layout Standard
14620 \begin_inset VSpace bigskip
14621 \end_inset
14622
14623 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14624  ponerse en un cuadro de párrafo.
14625  Para ello se inserta el comando
14626 \begin_inset Newline newline
14627 \end_inset
14628
14629
14630 \series bold
14631
14632 \backslash
14633 fbox{
14634 \backslash
14635 parbox{
14636 \backslash
14637 linewidth-2
14638 \backslash
14639 fboxsep-2
14640 \backslash
14641 fboxrule}{
14642 \begin_inset Newline newline
14643 \end_inset
14644
14645
14646 \series default
14647 en modo TeX delante de la ecuación.
14648  Aquí 
14649 \series bold
14650
14651 \backslash
14652 linewidth
14653 \series default
14654
14655 \begin_inset Index idx
14656 status collapsed
14657
14658 \begin_layout Plain Layout
14659 Comandos ! L ! 
14660 \backslash
14661 linewidth
14662 \end_layout
14663
14664 \end_inset
14665
14666  es la anchura de línea establecida para el documento.
14667  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14668  anchura dos veces la separación del marco y el grosor.
14669  Como LyX no lo hace automáticamente debido a un fallo,
14670 \begin_inset Foot
14671 status collapsed
14672
14673 \begin_layout Plain Layout
14674 \begin_inset CommandInset href
14675 LatexCommand href
14676 name "LyX-bug #4483"
14677 target "http://www.lyx.org/trac/ticket/4483"
14678
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \end_inset
14685
14686  hay que usar modo TeX.
14687  Para poder multiplicar y restar en los argumentos hay que cargar en el
14688  preámbulo LaTeX el paquete LaTeX 
14689 \series bold
14690 calc
14691 \series default
14692 ,
14693 \begin_inset Foot
14694 status collapsed
14695
14696 \begin_layout Plain Layout
14697
14698 \series bold
14699 calc
14700 \series default
14701  es parte de toda instalación LaTeX estándar.
14702 \end_layout
14703
14704 \end_inset
14705
14706
14707 \begin_inset Index idx
14708 status collapsed
14709
14710 \begin_layout Plain Layout
14711 Paquetes ! calc
14712 \end_layout
14713
14714 \end_inset
14715
14716  con la línea
14717 \end_layout
14718
14719 \begin_layout Standard
14720
14721 \series bold
14722
14723 \backslash
14724 usepackage{calc}
14725 \end_layout
14726
14727 \begin_layout Standard
14728 Detrás de la ecuación se cierran ambos cuadros con 
14729 \series bold
14730 }}
14731 \series default
14732  en modo TeX.
14733  Aquí hay un ejemplo:
14734 \begin_inset ERT
14735 status collapsed
14736
14737 \begin_layout Plain Layout
14738
14739
14740 \backslash
14741 fboxsep 5mm 
14742 \backslash
14743 fboxrule 5mm
14744 \end_layout
14745
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \begin_layout Standard
14752 \begin_inset ERT
14753 status collapsed
14754
14755 \begin_layout Plain Layout
14756
14757
14758 \backslash
14759 fbox{
14760 \backslash
14761 parbox{
14762 \backslash
14763 linewidth-2
14764 \backslash
14765 fboxsep-2
14766 \backslash
14767 fboxrule}{
14768 \end_layout
14769
14770 \end_inset
14771
14772
14773 \begin_inset Formula \begin{equation}
14774 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14775
14776 \end_inset
14777
14778
14779 \end_layout
14780
14781 \begin_layout Standard
14782 \begin_inset ERT
14783 status collapsed
14784
14785 \begin_layout Plain Layout
14786
14787 }}
14788 \end_layout
14789
14790 \end_inset
14791
14792
14793 \begin_inset ERT
14794 status collapsed
14795
14796 \begin_layout Plain Layout
14797
14798
14799 \backslash
14800 fboxrule 0.4pt 
14801 \backslash
14802 fboxsep 3pt
14803 \end_layout
14804
14805 \end_inset
14806
14807
14808 \end_layout
14809
14810 \begin_layout Standard
14811 \begin_inset VSpace medskip
14812 \end_inset
14813
14814
14815 \end_layout
14816
14817 \begin_layout Standard
14818 Como se ha usado el cuadro de párrafo como argumento de 
14819 \series bold
14820
14821 \backslash
14822 fbox
14823 \series default
14824 , en este caso no hay diferencia entre 
14825 \series bold
14826
14827 \backslash
14828 fbox
14829 \series default
14830  y 
14831 \series bold
14832
14833 \backslash
14834 boxed
14835 \series default
14836 .
14837  
14838 \end_layout
14839
14840 \begin_layout Standard
14841 \begin_inset VSpace bigskip
14842 \end_inset
14843
14844
14845 \end_layout
14846
14847 \begin_layout Standard
14848 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14849  Para hacerlo, se usa 
14850 \series bold
14851
14852 \backslash
14853 parbox
14854 \series default
14855  en combinación con el comando 
14856 \series bold
14857
14858 \backslash
14859 tag
14860 \series default
14861 .
14862  (Véase más sobre 
14863 \series bold
14864
14865 \backslash
14866 tag
14867 \series default
14868  en 
14869 \begin_inset CommandInset ref
14870 LatexCommand ref
14871 reference "sub:Numeración-personalizada"
14872
14873 \end_inset
14874
14875 ).
14876 \end_layout
14877
14878 \begin_layout Standard
14879 Un ejemplo de ecuación comentada con 
14880 \series bold
14881
14882 \backslash
14883 parbox
14884 \series default
14885 :
14886 \end_layout
14887
14888 \begin_layout Standard
14889 \begin_inset ERT
14890 status collapsed
14891
14892 \begin_layout Plain Layout
14893
14894
14895 \backslash
14896 [5x-7b=3b
14897 \backslash
14898 tag*{
14899 \backslash
14900 parbox{5cm}{
14901 \end_layout
14902
14903 \end_inset
14904
14905 Esto es una descripción.
14906  Está claramente separada de la ecuación y es multilínea.
14907 \begin_inset ERT
14908 status collapsed
14909
14910 \begin_layout Plain Layout
14911
14912 }}
14913 \backslash
14914 ]
14915 \end_layout
14916
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \begin_layout Standard
14923 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14924  no soporta el comando 
14925 \series bold
14926
14927 \backslash
14928 parbox
14929 \series default
14930  en ecuaciones.
14931  La ecuación se compone con la siguiente secuencia de comandos:
14932 \end_layout
14933
14934 \begin_layout Standard
14935 El comando 
14936 \series bold
14937
14938 \backslash
14939 [5x-7b=3b
14940 \backslash
14941 tag*
14942 \backslash
14943 {
14944 \backslash
14945 parbox{5cm}{
14946 \series default
14947  se inserta en modo TeX.
14948 \begin_inset Foot
14949 status collapsed
14950
14951 \begin_layout Plain Layout
14952 Si se usa el estilo de ecuación 
14953 \series bold
14954 Sangrado
14955 \series default
14956
14957 \series bold
14958
14959 \backslash
14960 tag*
14961 \backslash
14962
14963 \series default
14964  se puede reemplazar por 
14965 \series bold
14966
14967 \backslash
14968 hfill
14969 \series default
14970 .
14971  (Véanse los estilos de ecuación en 
14972 \begin_inset CommandInset ref
14973 LatexCommand ref
14974 reference "sec:Estilos-de-ecuación"
14975
14976 \end_inset
14977
14978 ).
14979 \end_layout
14980
14981 \end_inset
14982
14983  Después sigue la descripción en texto normal, y por último 
14984 \series bold
14985 }}
14986 \backslash
14987 ]
14988 \series default
14989  en modo TeX.
14990  Aquí los comandos 
14991 \series bold
14992
14993 \backslash
14994 [
14995 \series default
14996  y 
14997 \series bold
14998
14999 \backslash
15000 ]
15001 \series default
15002  crean una ecuación presentada.
15003 \end_layout
15004
15005 \begin_layout Standard
15006 Las ventajas de 
15007 \series bold
15008
15009 \backslash
15010 parbox
15011 \series default
15012  pueden verse en este ejemplo que se ha 
15013 \begin_inset Quotes fld
15014 \end_inset
15015
15016 comentado
15017 \begin_inset Quotes frd
15018 \end_inset
15019
15020  usando el modo texto matemático:
15021 \begin_inset Formula \[
15022 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
15023
15024 \end_inset
15025
15026
15027 \end_layout
15028
15029 \begin_layout Section
15030 Operadores
15031 \begin_inset Index idx
15032 status collapsed
15033
15034 \begin_layout Plain Layout
15035 Operadores
15036 \end_layout
15037
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \begin_layout Subsection
15044 Operadores grandes
15045 \begin_inset CommandInset label
15046 LatexCommand label
15047 name "sub:Operadores-grandes"
15048
15049 \end_inset
15050
15051
15052 \begin_inset Index idx
15053 status collapsed
15054
15055 \begin_layout Plain Layout
15056 Operadores ! grandes
15057 \end_layout
15058
15059 \end_inset
15060
15061
15062 \begin_inset Index idx
15063 status collapsed
15064
15065 \begin_layout Plain Layout
15066 Sumatorios
15067 \end_layout
15068
15069 \end_inset
15070
15071
15072 \begin_inset Index idx
15073 status collapsed
15074
15075 \begin_layout Plain Layout
15076 Integrales
15077 \end_layout
15078
15079 \end_inset
15080
15081
15082 \end_layout
15083
15084 \begin_layout Standard
15085 Para poder usar todos los comandos de integrales listados aquí, debe estar
15086  marcada la opción 
15087 \family sans
15088 Usar paquete esint automáticamente
15089 \family default
15090  en el apartado 
15091 \family sans
15092 Ecuaciones
15093 \family default
15094  de la configuración del documento.
15095  
15096 \end_layout
15097
15098 \begin_layout Standard
15099 \begin_inset space \hfill{}
15100 \end_inset
15101
15102
15103 \begin_inset Tabular
15104 <lyxtabular version="3" rows="11" columns="2">
15105 <features tabularvalignment="middle">
15106 <column alignment="center" valignment="top" width="0pt">
15107 <column alignment="center" valignment="top" width="0pt">
15108 <row>
15109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 Comando
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 Resultado
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \backslash
15135 int
15136 \begin_inset Index idx
15137 status collapsed
15138
15139 \begin_layout Plain Layout
15140 Comandos ! I ! 
15141 \backslash
15142 int
15143 \end_layout
15144
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 \begin_inset Formula $\int$
15157 \end_inset
15158
15159
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 <row>
15166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170
15171 \backslash
15172 oint
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 \begin_inset Formula $\oint$
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 </row>
15190 <row>
15191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195
15196 \backslash
15197 ointctrclockwise
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206 \begin_inset Formula $\ointctrclockwise$
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 </row>
15215 <row>
15216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220
15221 \backslash
15222 ointclockwise
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231 \begin_inset Formula $\ointclockwise$
15232 \end_inset
15233
15234
15235 \end_layout
15236
15237 \end_inset
15238 </cell>
15239 </row>
15240 <row>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Plain Layout
15245
15246 \backslash
15247 sqint
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256 \begin_inset Formula $\sqint$
15257 \end_inset
15258
15259
15260 \end_layout
15261
15262 \end_inset
15263 </cell>
15264 </row>
15265 <row>
15266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Plain Layout
15270
15271 \backslash
15272 fint
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281  
15282 \begin_inset Formula $\fint$
15283 \end_inset
15284
15285
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 <row>
15292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296
15297 \backslash
15298 landupint
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307  
15308 \begin_inset Formula $\landupint$
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 </row>
15317 <row>
15318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322
15323 \backslash
15324 landdownint
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15330 \begin_inset Text
15331
15332 \begin_layout Plain Layout
15333  
15334 \begin_inset Formula $\landdownint$
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 </row>
15343 <row>
15344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348
15349 \backslash
15350 bigcap
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 \begin_inset Formula $\bigcap$
15360 \end_inset
15361
15362
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 </row>
15368 <row>
15369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373
15374 \backslash
15375 bigcup
15376 \end_layout
15377
15378 \end_inset
15379 </cell>
15380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384 \begin_inset Formula $\bigcup$
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 </row>
15393 </lyxtabular>
15394
15395 \end_inset
15396
15397
15398 \begin_inset space \hfill{}
15399 \end_inset
15400
15401
15402 \begin_inset Tabular
15403 <lyxtabular version="3" rows="11" columns="2">
15404 <features tabularvalignment="middle">
15405 <column alignment="center" valignment="top" width="0pt">
15406 <column alignment="center" valignment="top" width="0pt">
15407 <row>
15408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412 Comando
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421 Resultado
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 </row>
15427 <row>
15428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432
15433 \backslash
15434 sum
15435 \begin_inset Index idx
15436 status collapsed
15437
15438 \begin_layout Plain Layout
15439 Comandos ! S ! 
15440 \backslash
15441 sum
15442 \end_layout
15443
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455 \begin_inset Formula $\sum$
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 <row>
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469
15470 \backslash
15471 prod
15472 \begin_inset Index idx
15473 status collapsed
15474
15475 \begin_layout Plain Layout
15476 Comandos ! P ! 
15477 \backslash
15478 prod
15479 \end_layout
15480
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492 \begin_inset Formula $\prod$
15493 \end_inset
15494
15495
15496 \end_layout
15497
15498 \end_inset
15499 </cell>
15500 </row>
15501 <row>
15502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506
15507 \backslash
15508 coprod
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517 \begin_inset Formula $\coprod$
15518 \end_inset
15519
15520
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 </row>
15526 <row>
15527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531
15532 \backslash
15533 bigodot
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542 \begin_inset Formula $\bigodot$
15543 \end_inset
15544
15545
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 </row>
15551 <row>
15552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556
15557 \backslash
15558 bigotimes
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567 \begin_inset Formula $\bigotimes$
15568 \end_inset
15569
15570
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 </row>
15576 <row>
15577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Plain Layout
15581
15582 \backslash
15583 bigoplus
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592 \begin_inset Formula $\bigoplus$
15593 \end_inset
15594
15595
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 </row>
15601 <row>
15602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606
15607 \backslash
15608 bigwedge
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617 \begin_inset Formula $\bigwedge$
15618 \end_inset
15619
15620
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 </row>
15626 <row>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631
15632 \backslash
15633 bigvee
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642 \begin_inset Formula $\bigvee$
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 </row>
15651 <row>
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656
15657 \backslash
15658 bigsqcup
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Plain Layout
15667 \begin_inset Formula $\bigsqcup$
15668 \end_inset
15669
15670
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 </row>
15676 <row>
15677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \backslash
15683 biguplus
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 \begin_inset Formula $\biguplus$
15693 \end_inset
15694
15695
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 </row>
15701 </lyxtabular>
15702
15703 \end_inset
15704
15705
15706 \begin_inset space \hfill{}
15707 \end_inset
15708
15709
15710 \end_layout
15711
15712 \begin_layout Standard
15713 Todos los operadores grandes se pueden insertar con el botón 
15714 \begin_inset Graphics
15715         filename ../../images/math/intop.png
15716         scale 85
15717
15718 \end_inset
15719
15720  de la barra de ecuaciones.
15721 \end_layout
15722
15723 \begin_layout Standard
15724 Estos operadores son llamados grandes porque son mayores que los operadores
15725  binarios de aspecto semejante.
15726  Todos los operadores grandes pueden tener límites, como se describe en
15727  la subsección siguiente.
15728 \end_layout
15729
15730 \begin_layout Standard
15731 Para todos los operadores de integral hay una segunda versión disponible,
15732  terminando en 
15733 \series bold
15734 op
15735 \series default
15736
15737 \series bold
15738
15739 \backslash
15740 intop
15741 \series default
15742
15743 \series bold
15744
15745 \backslash
15746 ointop
15747 \series default
15748  etc.
15749  Estos operadores difieren de 
15750 \series bold
15751
15752 \backslash
15753 int
15754 \series default
15755 , etc., en el estilo en que se presentan los límites, véase
15756 \series bold
15757  
15758 \series default
15759
15760 \begin_inset CommandInset ref
15761 LatexCommand ref
15762 reference "sub:Límites-de-operadores"
15763
15764 \end_inset
15765
15766 .
15767 \end_layout
15768
15769 \begin_layout Subsubsection*
15770 Sugerencias para las integrales
15771 \end_layout
15772
15773 \begin_layout Standard
15774 La letra 
15775 \emph on
15776 d
15777 \emph default
15778  en una integral es un operador, por consiguiente debe escribirse en redonda.
15779  Esto se hace resaltando la 
15780 \emph on
15781 d
15782 \emph default
15783  y usando el atajo de teclado 
15784 \family sans
15785 Alt+C
15786 \begin_inset space ~
15787 \end_inset
15788
15789 R
15790 \family default
15791 .
15792 \begin_inset Foot
15793 status collapsed
15794
15795 \begin_layout Plain Layout
15796 véase estilos de letras en 
15797 \begin_inset CommandInset ref
15798 LatexCommand ref
15799 reference "sub:Estilos-de-fuentes"
15800
15801 \end_inset
15802
15803  
15804 \end_layout
15805
15806 \end_inset
15807
15808  Delante de la 
15809 \emph on
15810 d
15811 \emph default
15812  se inserta un espacio delgado, como es habitual en los operadores.
15813  Un ejemplo:
15814 \end_layout
15815
15816 \begin_layout Standard
15817 incorrecto: 
15818 \begin_inset Formula $\int A(x)dx$
15819 \end_inset
15820
15821
15822 \begin_inset Newline newline
15823 \end_inset
15824
15825
15826 \begin_inset Phantom HPhantom
15827 status open
15828
15829 \begin_layout Plain Layout
15830 in
15831 \end_layout
15832
15833 \end_inset
15834
15835 correcto: 
15836 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15837 \end_inset
15838
15839
15840 \end_layout
15841
15842 \begin_layout Standard
15843 \begin_inset Newpage pagebreak
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \begin_layout Standard
15850 Para integrales múltiples hay los siguientes comandos:
15851 \begin_inset VSpace medskip
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \begin_layout Standard
15858 \begin_inset space \hfill{}
15859 \end_inset
15860
15861
15862 \begin_inset Tabular
15863 <lyxtabular version="3" rows="4" columns="2">
15864 <features tabularvalignment="middle">
15865 <column alignment="center" valignment="top" width="0">
15866 <column alignment="center" valignment="top" width="0">
15867 <row>
15868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872 Comando
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 Resultado
15882 \begin_inset Note Note
15883 status collapsed
15884
15885 \begin_layout Plain Layout
15886
15887 \series bold
15888
15889 \backslash
15890 raisebox
15891 \series default
15892  se usa sólo como espaciador
15893 \end_layout
15894
15895 \end_inset
15896
15897
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 </row>
15903 <row>
15904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908
15909 \backslash
15910 iint
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 <row>
15929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \backslash
15935 oiint
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 </row>
15953 <row>
15954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958
15959 \backslash
15960 sqiint
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 </row>
15978 </lyxtabular>
15979
15980 \end_inset
15981
15982
15983 \begin_inset space \hfill{}
15984 \end_inset
15985
15986
15987 \begin_inset Tabular
15988 <lyxtabular version="3" rows="4" columns="2">
15989 <features tabularvalignment="middle">
15990 <column alignment="center" valignment="top" width="0">
15991 <column alignment="center" valignment="top" width="0">
15992 <row>
15993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997 Comando
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 Resultado
16007 \begin_inset Note Note
16008 status collapsed
16009
16010 \begin_layout Plain Layout
16011
16012 \series bold
16013
16014 \backslash
16015 raisebox
16016 \series default
16017  se usa sólo como espaciador
16018 \end_layout
16019
16020 \end_inset
16021
16022
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 </row>
16028 <row>
16029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033
16034 \backslash
16035 iiint
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16045 \end_inset
16046
16047
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 </row>
16053 <row>
16054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058
16059 \backslash
16060 iiiint
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16070 \end_inset
16071
16072
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 <row>
16079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083
16084 \backslash
16085 dotsint
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16095 \end_inset
16096
16097
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 </row>
16103 </lyxtabular>
16104
16105 \end_inset
16106
16107
16108 \begin_inset space \hfill{}
16109 \end_inset
16110
16111
16112 \end_layout
16113
16114 \begin_layout Subsection
16115 Límites de operadores
16116 \begin_inset CommandInset label
16117 LatexCommand label
16118 name "sub:Límites-de-operadores"
16119
16120 \end_inset
16121
16122
16123 \begin_inset Index idx
16124 status collapsed
16125
16126 \begin_layout Plain Layout
16127 Operadores ! límites de
16128 \end_layout
16129
16130 \end_inset
16131
16132
16133 \end_layout
16134
16135 \begin_layout Standard
16136 Los límites se crean mediante superíndices y subíndices:
16137 \end_layout
16138
16139 \begin_layout Standard
16140 \noindent
16141 \align center
16142 \begin_inset Tabular
16143 <lyxtabular version="3" rows="2" columns="2">
16144 <features tabularvalignment="middle">
16145 <column alignment="center" valignment="top" width="0">
16146 <column alignment="center" valignment="top" width="0">
16147 <row>
16148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152 Comando
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161 Resultado
16162 \begin_inset Note Note
16163 status collapsed
16164
16165 \begin_layout Plain Layout
16166
16167 \series bold
16168
16169 \backslash
16170 raisebox
16171 \series default
16172  se usa sólo como espaciador
16173 \end_layout
16174
16175 \end_inset
16176
16177
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 </row>
16183 <row>
16184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188
16189 \backslash
16190 prod^
16191 \backslash
16192 infty
16193 \begin_inset ERT
16194 status collapsed
16195
16196 \begin_layout Plain Layout
16197
16198
16199 \backslash
16200 spce 
16201 \end_layout
16202
16203 \end_inset
16204
16205
16206 \begin_inset Formula $\to$
16207 \end_inset
16208
16209 _0
16210 \begin_inset Formula $\to$
16211 \end_inset
16212
16213 A(x)
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 </row>
16231 </lyxtabular>
16232
16233 \end_inset
16234
16235
16236 \end_layout
16237
16238 \begin_layout Standard
16239 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16240  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16241 \end_layout
16242
16243 \begin_layout Standard
16244 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16245  directamente detrás del operador y se elige 
16246 \series bold
16247 Alineado
16248 \series default
16249  en el menú 
16250 \family sans
16251 Editar\SpecialChar \menuseparator
16252 Ecuación\SpecialChar \menuseparator
16253 Cambiar tipo de límites
16254 \family default
16255  (atajo 
16256 \family sans
16257 Alt+M
16258 \begin_inset space ~
16259 \end_inset
16260
16261 L
16262 \family default
16263 ).
16264  Un ejemplo:
16265 \end_layout
16266
16267 \begin_layout Standard
16268 El tipo de límites por omisión es:
16269 \begin_inset Formula \[
16270 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16271
16272 \end_inset
16273
16274
16275 \end_layout
16276
16277 \begin_layout Standard
16278 Así se ven si se cambia el tipo de límites a 
16279 \series bold
16280 Alineado
16281 \series default
16282 :
16283 \begin_inset Formula \[
16284 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16285
16286 \end_inset
16287
16288
16289 \end_layout
16290
16291 \begin_layout Standard
16292 En integrales, excepto las que terminan en 
16293 \series bold
16294 op
16295 \series default
16296  como 
16297 \series bold
16298
16299 \backslash
16300 intop
16301 \series default
16302
16303 \series bold
16304
16305 \backslash
16306 ointop
16307 \series default
16308 , etc., los límites se colocan por omisión junto al operador.
16309  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16310  operador.
16311  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16312 \series bold
16313 Presentado
16314 \series default
16315  para poner el límite debajo:
16316 \begin_inset Formula \begin{equation}
16317 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16318
16319 \end_inset
16320
16321
16322 \begin_inset VSpace medskip
16323 \end_inset
16324
16325 Para especificar condiciones en los límites se usan los comandos 
16326 \series bold
16327
16328 \backslash
16329 subarray
16330 \series default
16331
16332 \begin_inset Index idx
16333 status collapsed
16334
16335 \begin_layout Plain Layout
16336 Comandos ! S ! 
16337 \backslash
16338 subarray
16339 \end_layout
16340
16341 \end_inset
16342
16343  y 
16344 \series bold
16345
16346 \backslash
16347 substack
16348 \series default
16349
16350 \begin_inset Index idx
16351 status collapsed
16352
16353 \begin_layout Plain Layout
16354 Comandos ! S ! 
16355 \backslash
16356 substack
16357 \end_layout
16358
16359 \end_inset
16360
16361 .
16362  Por ejemplo, para componer la expresión
16363 \begin_inset Formula \begin{equation}
16364 \sum_{\begin{subarray}{c}
16365 0<k<1000\\
16366 \\
16367 k\,\in\,\mathbb{N}
16368 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16369
16370 \end_inset
16371
16372 se ha hecho lo siguiente: primero se escribe el comando 
16373 \series bold
16374
16375 \backslash
16376 sum^n
16377 \series default
16378
16379 \begin_inset ERT
16380 status collapsed
16381
16382 \begin_layout Plain Layout
16383
16384
16385 \backslash
16386 spce 
16387 \end_layout
16388
16389 \end_inset
16390
16391
16392 \series bold
16393 _
16394 \series default
16395 .
16396  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16397  se inserta el comando 
16398 \series bold
16399
16400 \backslash
16401 subarray
16402 \series default
16403
16404 \begin_inset ERT
16405 status collapsed
16406
16407 \begin_layout Plain Layout
16408
16409
16410 \backslash
16411 spce 
16412 \end_layout
16413
16414 \end_inset
16415
16416 .
16417  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16418  distintas.
16419  Cada línea nueva se crea con un salto de línea (
16420 \family sans
16421 Ctrl+Retorno
16422 \family default
16423 ).
16424  Si ahora se escribe en ella
16425 \begin_inset Newline newline
16426 \end_inset
16427
16428
16429 \series bold
16430 0<k<1000 Ctrl+Retorno
16431 \begin_inset Newline newline
16432 \end_inset
16433
16434
16435 \series default
16436 aparece debajo un nuevo marco para la línea nueva.
16437 \end_layout
16438
16439 \begin_layout Standard
16440 La alineación de las líneas puede cambiarse a la izquierda con la 
16441 \family sans
16442 barra de herramientas de tabla
16443 \family default
16444  o con el menú 
16445 \family sans
16446 Editar\SpecialChar \menuseparator
16447 Filas y columnas
16448 \family default
16449 .
16450  Para obtener alineación derecha se inserta 
16451 \series bold
16452
16453 \backslash
16454 hfill
16455 \series default
16456
16457 \begin_inset ERT
16458 status collapsed
16459
16460 \begin_layout Plain Layout
16461
16462
16463 \backslash
16464 spce 
16465 \end_layout
16466
16467 \end_inset
16468
16469  al principio de la línea.
16470 \end_layout
16471
16472 \begin_layout Standard
16473 El comando 
16474 \series bold
16475
16476 \backslash
16477 substack
16478 \series default
16479  es equivalente a 
16480 \series bold
16481
16482 \backslash
16483 subarray
16484 \series default
16485  con la diferencia de que las líneas están siempre centradas.
16486 \begin_inset VSpace bigskip
16487 \end_inset
16488
16489
16490 \end_layout
16491
16492 \begin_layout Standard
16493 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16494  siguientes, como en la ecuación 
16495 \begin_inset CommandInset ref
16496 LatexCommand eqref
16497 reference "eq:substack"
16498
16499 \end_inset
16500
16501 , porque éstos se colocan junto a los límites.
16502 \end_layout
16503
16504 \begin_layout Standard
16505 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16506 \end_layout
16507
16508 \begin_layout Standard
16509
16510 \series bold
16511
16512 \backslash
16513 def
16514 \backslash
16515 clap#1{
16516 \backslash
16517 hbox to 0pt{
16518 \backslash
16519 hss #1
16520 \backslash
16521 hss}}
16522 \begin_inset Newline newline
16523 \end_inset
16524
16525
16526 \backslash
16527 def
16528 \backslash
16529 mathclap {
16530 \backslash
16531 mathpalette 
16532 \backslash
16533 mathclapinternal}
16534 \begin_inset Newline newline
16535 \end_inset
16536
16537
16538 \backslash
16539 def
16540 \backslash
16541 mathclapinternal #1#2{
16542 \backslash
16543 clap{$
16544 \backslash
16545 mathsurround =0pt #1{#2}$}}
16546 \end_layout
16547
16548 \begin_layout Standard
16549 En ella se define el comando 
16550 \series bold
16551
16552 \backslash
16553 mathclap
16554 \series default
16555
16556 \begin_inset Index idx
16557 status collapsed
16558
16559 \begin_layout Plain Layout
16560 Comandos ! M ! 
16561 \backslash
16562 mathclap
16563 \end_layout
16564
16565 \end_inset
16566
16567  que establece la anchura del límite en 0
16568 \begin_inset space \thinspace{}
16569 \end_inset
16570
16571 pt.
16572  El esquema del comando es:
16573 \end_layout
16574
16575 \begin_layout Standard
16576
16577 \series bold
16578
16579 \backslash
16580 mathclap{límite}
16581 \end_layout
16582
16583 \begin_layout Standard
16584 donde el límite puede consistir en varias condiciones.
16585 \end_layout
16586
16587 \begin_layout Standard
16588 Aplicado en la ecuación 
16589 \begin_inset CommandInset ref
16590 LatexCommand eqref
16591 reference "eq:substack"
16592
16593 \end_inset
16594
16595  se usa el comando
16596 \end_layout
16597
16598 \begin_layout Standard
16599
16600 \series bold
16601
16602 \backslash
16603 sum_
16604 \backslash
16605 mathclap{
16606 \backslash
16607 substack
16608 \begin_inset ERT
16609 status collapsed
16610
16611 \begin_layout Plain Layout
16612
16613
16614 \backslash
16615 spce 
16616 \end_layout
16617
16618 \end_inset
16619
16620 0<k<1000 Ctrl+Retorno
16621 \end_layout
16622
16623 \begin_layout Standard
16624 para componer el límite inferior.
16625  Ahora el sumando está junto al sumatorio:
16626 \begin_inset Formula \[
16627 \sum_{\mathclap{\substack{0<k<1000\\
16628 \\
16629 k\,\in\,\mathbb{N}
16630 }
16631 }}^{n}k^{-2}\]
16632
16633 \end_inset
16634
16635
16636 \begin_inset VSpace bigskip
16637 \end_inset
16638
16639 Cómo utilizar un límite para varios operadores se describe en la 
16640 \begin_inset CommandInset ref
16641 LatexCommand ref
16642 reference "sub:Operadores-de-usuario"
16643
16644 \end_inset
16645
16646 .
16647 \end_layout
16648
16649 \begin_layout Standard
16650 \begin_inset Newpage newpage
16651 \end_inset
16652
16653
16654 \end_layout
16655
16656 \begin_layout Subsection
16657 Operadores binarios
16658 \begin_inset CommandInset label
16659 LatexCommand label
16660 name "sub:Operadores-binarios"
16661
16662 \end_inset
16663
16664
16665 \begin_inset Index idx
16666 status collapsed
16667
16668 \begin_layout Plain Layout
16669 Operadores ! binarios
16670 \end_layout
16671
16672 \end_inset
16673
16674
16675 \end_layout
16676
16677 \begin_layout Standard
16678 Los operadores binarios se rodean por espacios si llevan un carácter delante
16679  o detrás.
16680 \begin_inset VSpace medskip
16681 \end_inset
16682
16683
16684 \end_layout
16685
16686 \begin_layout Standard
16687 \begin_inset space \hfill{}
16688 \end_inset
16689
16690
16691 \begin_inset Tabular
16692 <lyxtabular version="3" rows="13" columns="2">
16693 <features tabularvalignment="middle">
16694 <column alignment="center" valignment="top" width="0pt">
16695 <column alignment="center" valignment="top" width="0pt">
16696 <row>
16697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 Comando
16702 \begin_inset Note Note
16703 status collapsed
16704
16705 \begin_layout Plain Layout
16706
16707 \series bold
16708
16709 \backslash
16710 raisebox
16711 \series default
16712  se usa sólo como espaciador
16713 \end_layout
16714
16715 \end_inset
16716
16717
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 Operador
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 </row>
16732 <row>
16733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 +
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746 \begin_inset Formula $+$
16747 \end_inset
16748
16749
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 </row>
16755 <row>
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760 -
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 \begin_inset Formula $-$
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 </row>
16778 <row>
16779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783
16784 \backslash
16785 pm
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 \begin_inset Formula $\pm$
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 </row>
16803 <row>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808
16809 \backslash
16810 mp
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 \begin_inset Formula $\mp$
16820 \end_inset
16821
16822
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 </row>
16828 <row>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833
16834 \backslash
16835 cdot
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 \begin_inset Formula $\cdot$
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858
16859 \backslash
16860 times
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 \begin_inset Formula $\times$
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 <row>
16879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883
16884 \backslash
16885 div
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 \begin_inset Formula $\div$
16895 \end_inset
16896
16897
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 </row>
16903 <row>
16904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908 \begin_inset ERT
16909 status collapsed
16910
16911 \begin_layout Plain Layout
16912
16913
16914 \backslash
16915 raisebox{-1.2mm}{
16916 \end_layout
16917
16918 \end_inset
16919
16920 *
16921 \begin_inset ERT
16922 status collapsed
16923
16924 \begin_layout Plain Layout
16925
16926 }
16927 \end_layout
16928
16929 \end_inset
16930
16931
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940 \begin_inset Formula $*$
16941 \end_inset
16942
16943
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 </row>
16949 <row>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954
16955 \backslash
16956 star
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965 \begin_inset Formula $\star$
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 <row>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979
16980 \backslash
16981 circ
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990 \begin_inset Formula $\circ$
16991 \end_inset
16992
16993
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 </row>
16999 <row>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004
17005 \backslash
17006 diamond
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015 \begin_inset Formula $\diamond$
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 </row>
17024 <row>
17025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029
17030 \backslash
17031 bullet
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040 \begin_inset Formula $\bullet$
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 </row>
17049 </lyxtabular>
17050
17051 \end_inset
17052
17053
17054 \begin_inset space \hfill{}
17055 \end_inset
17056
17057
17058 \begin_inset Tabular
17059 <lyxtabular version="3" rows="13" columns="2">
17060 <features tabularvalignment="middle">
17061 <column alignment="center" valignment="top" width="0pt">
17062 <column alignment="center" valignment="top" width="0pt">
17063 <row>
17064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 Comando
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077 Operador
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 </row>
17083 <row>
17084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088
17089 \backslash
17090 nabla
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099 \begin_inset Formula $\nabla$
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 </row>
17108 <row>
17109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113
17114 \backslash
17115 bigtriangledown
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 \begin_inset Formula $\bigtriangledown$
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 </row>
17133 <row>
17134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \backslash
17140 bigtriangleup
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149 \begin_inset Formula $\bigtriangleup$
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 </row>
17158 <row>
17159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163
17164 \backslash
17165 Box
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174 \begin_inset Formula $\Box$
17175 \end_inset
17176
17177
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 </row>
17183 <row>
17184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188
17189 \backslash
17190 cap 
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199 \begin_inset Formula $\cap$
17200 \end_inset
17201
17202
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 </row>
17208 <row>
17209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213
17214 \backslash
17215 cup
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224 \begin_inset Formula $\cup$
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 </row>
17233 <row>
17234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238
17239 \backslash
17240 dagger
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249 \begin_inset Formula $\dagger$
17250 \end_inset
17251
17252
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 </row>
17258 <row>
17259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263
17264 \backslash
17265 ddagger
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274 \begin_inset Formula $\ddagger$
17275 \end_inset
17276
17277
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 </row>
17283 <row>
17284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288
17289 \backslash
17290 wr
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299 \begin_inset Formula $\wr$
17300 \end_inset
17301
17302
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 </row>
17308 <row>
17309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313
17314 \backslash
17315 bigcirc
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 \begin_inset Formula $\bigcirc$
17325 \end_inset
17326
17327
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 </row>
17333 <row>
17334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338
17339 \backslash
17340 wedge
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 \begin_inset Formula $\wedge$
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 </row>
17358 <row>
17359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363
17364 \backslash
17365 vee
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 \begin_inset Formula $\vee$
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 </row>
17383 </lyxtabular>
17384
17385 \end_inset
17386
17387
17388 \begin_inset space \hfill{}
17389 \end_inset
17390
17391
17392 \begin_inset Tabular
17393 <lyxtabular version="3" rows="13" columns="2">
17394 <features tabularvalignment="middle">
17395 <column alignment="center" valignment="top" width="0pt">
17396 <column alignment="center" valignment="top" width="0pt">
17397 <row>
17398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 Comando
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411 Operador
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 </row>
17417 <row>
17418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422
17423 \backslash
17424 oplus
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 \begin_inset Formula $\oplus$
17434 \end_inset
17435
17436
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 </row>
17442 <row>
17443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447
17448 \backslash
17449 ominus
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 \begin_inset Formula $\ominus$
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 </row>
17467 <row>
17468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472
17473 \backslash
17474 otimes
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483 \begin_inset Formula $\otimes$
17484 \end_inset
17485
17486
17487 \end_layout
17488
17489 \end_inset
17490 </cell>
17491 </row>
17492 <row>
17493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497
17498 \backslash
17499 oslash
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 \begin_inset Formula $\oslash$
17509 \end_inset
17510
17511
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 </row>
17517 <row>
17518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522
17523 \backslash
17524 odot
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533 \begin_inset Formula $\odot$
17534 \end_inset
17535
17536
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 </row>
17542 <row>
17543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547
17548 \backslash
17549 amalg
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558 \begin_inset Formula $\amalg$
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \end_inset
17565 </cell>
17566 </row>
17567 <row>
17568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572
17573 \backslash
17574 uplus
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583 \begin_inset Formula $\uplus$
17584 \end_inset
17585
17586
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 </row>
17592 <row>
17593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597
17598 \backslash
17599 setminus
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608 \begin_inset Formula $\setminus$
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 </row>
17617 <row>
17618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622
17623 \backslash
17624 sqcap
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 \begin_inset Formula $\sqcap$
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \end_inset
17640 </cell>
17641 </row>
17642 <row>
17643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647
17648 \backslash
17649 sqcup
17650 \end_layout
17651
17652 \end_inset
17653 </cell>
17654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17655 \begin_inset Text
17656
17657 \begin_layout Plain Layout
17658 \begin_inset Formula $\sqcup$
17659 \end_inset
17660
17661
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 </row>
17667 <row>
17668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672
17673 \backslash
17674 triangleleft
17675 \end_layout
17676
17677 \end_inset
17678 </cell>
17679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17680 \begin_inset Text
17681
17682 \begin_layout Plain Layout
17683 \begin_inset Formula $\triangleleft$
17684 \end_inset
17685
17686
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 </row>
17692 <row>
17693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout Plain Layout
17697
17698 \backslash
17699 triangleright
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17705 \begin_inset Text
17706
17707 \begin_layout Plain Layout
17708 \begin_inset Formula $\triangleright$
17709 \end_inset
17710
17711
17712 \end_layout
17713
17714 \end_inset
17715 </cell>
17716 </row>
17717 </lyxtabular>
17718
17719 \end_inset
17720
17721
17722 \begin_inset space \hfill{}
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \begin_layout Standard
17729 Todos los operadores binarios se pueden insertar también con el botón 
17730 \begin_inset Graphics
17731         filename ../../images/math/pm.png
17732         scale 85
17733
17734 \end_inset
17735
17736  de la barra de ecuaciones.
17737 \end_layout
17738
17739 \begin_layout Standard
17740 Para imprimir el operador Laplace se pueden usar 
17741 \series bold
17742
17743 \backslash
17744 Delta
17745 \series default
17746  o 
17747 \series bold
17748
17749 \backslash
17750 nabla
17751 \series default
17752 ^
17753 \series bold
17754 2
17755 \series default
17756  (
17757 \begin_inset Formula $\nabla^{2}$
17758 \end_inset
17759
17760 ) en vez de 
17761 \series bold
17762
17763 \backslash
17764 bigtriangleup
17765 \series default
17766 .
17767 \end_layout
17768
17769 \begin_layout Standard
17770 El carácter 
17771 \family sans
17772 Separador de menú
17773 \family default
17774  del menú 
17775 \family sans
17776 Insertar\SpecialChar \menuseparator
17777 Carácter especial
17778 \family default
17779  es el operador 
17780 \series bold
17781
17782 \backslash
17783 triangleright
17784 \series default
17785 .
17786 \end_layout
17787
17788 \begin_layout Subsection
17789 Operadores definidos por el usuario
17790 \begin_inset CommandInset label
17791 LatexCommand label
17792 name "sub:Operadores-de-usuario"
17793
17794 \end_inset
17795
17796
17797 \begin_inset Index idx
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801 Operadores ! personalizados
17802 \end_layout
17803
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \begin_layout Standard
17810 Con ayuda del comando 
17811 \series bold
17812
17813 \backslash
17814 DeclareMathOperator
17815 \series default
17816
17817 \begin_inset Index idx
17818 status collapsed
17819
17820 \begin_layout Plain Layout
17821 Comandos ! D ! 
17822 \backslash
17823 dbinom@
17824 \backslash
17825 DeclareMathOperator
17826 \end_layout
17827
17828 \end_inset
17829
17830  se pueden definir operadores personalizados en el preámbulo LaTeX.
17831  Su esquema es:
17832 \end_layout
17833
17834 \begin_layout Standard
17835
17836 \series bold
17837
17838 \backslash
17839 DeclareMathOperator{comando nuevo}{presentación}
17840 \end_layout
17841
17842 \begin_layout Standard
17843 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17844  en la salida.
17845  Para definir un operador grande hay que añadirle un * detrás.
17846  Todos los operadores grandes personalizados pueden tener límites como se
17847  describe en 
17848 \begin_inset CommandInset ref
17849 LatexCommand ref
17850 reference "sub:Límites-de-operadores"
17851
17852 \end_inset
17853
17854 .
17855 \end_layout
17856
17857 \begin_layout Standard
17858 Por ejemplo, la línea en el preámbulo LaTeX
17859 \end_layout
17860
17861 \begin_layout Standard
17862
17863 \series bold
17864
17865 \backslash
17866 DeclareMathOperator*{
17867 \backslash
17868 Lozenge}{
17869 \backslash
17870 blacklozenge}
17871 \end_layout
17872
17873 \begin_layout Standard
17874 define el comando 
17875 \series bold
17876
17877 \backslash
17878 Lozenge
17879 \series default
17880 , que inserta un operador grande que es el símbolo blacklozenge de la 
17881 \begin_inset CommandInset ref
17882 LatexCommand ref
17883 reference "sub:Símbolos-misceláneos"
17884
17885 \end_inset
17886
17887 .
17888 \begin_inset Formula \[
17889 \Lozenge_{n=1}^{\infty}\]
17890
17891 \end_inset
17892
17893 El comando para esta expresión es: 
17894 \series bold
17895
17896 \backslash
17897 Lozenge^
17898 \backslash
17899 infty
17900 \begin_inset Formula $\rightarrow$
17901 \end_inset
17902
17903 _n=1
17904 \begin_inset VSpace bigskip
17905 \end_inset
17906
17907
17908 \end_layout
17909
17910 \begin_layout Standard
17911 Si los operadores personalizados no se van a usar varias veces en el documento,
17912  se pueden también definir con los comandos 
17913 \series bold
17914
17915 \backslash
17916 mathop
17917 \series default
17918
17919 \begin_inset Index idx
17920 status collapsed
17921
17922 \begin_layout Plain Layout
17923 Comandos ! M ! 
17924 \backslash
17925 mathop
17926 \end_layout
17927
17928 \end_inset
17929
17930  y 
17931 \series bold
17932
17933 \backslash
17934 mathbin
17935 \series default
17936
17937 \begin_inset Index idx
17938 status collapsed
17939
17940 \begin_layout Plain Layout
17941 Comandos ! M ! 
17942 \backslash
17943 mathbin
17944 \end_layout
17945
17946 \end_inset
17947
17948 , con el siguiente esquema:
17949 \end_layout
17950
17951 \begin_layout Standard
17952
17953 \series bold
17954
17955 \backslash
17956 mathop{presentación}
17957 \series default
17958  y 
17959 \series bold
17960
17961 \backslash
17962 mathbin{presentación}
17963 \end_layout
17964
17965 \begin_layout Standard
17966
17967 \series bold
17968
17969 \backslash
17970 mathop
17971 \series default
17972  define operadores grandes, 
17973 \series bold
17974
17975 \backslash
17976 mathbin
17977 \series default
17978  operadores binarios.
17979 \end_layout
17980
17981 \begin_layout Standard
17982
17983 \series bold
17984
17985 \backslash
17986 mathop
17987 \series default
17988  se puede usar, p.e., para poner un límite a varios operadores:
17989 \begin_inset Formula \[
17990 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17991
17992 \end_inset
17993
17994
17995 \end_layout
17996
17997 \begin_layout Standard
17998 El comando para la expresión anterior es:
17999 \begin_inset Newline newline
18000 \end_inset
18001
18002
18003 \series bold
18004
18005 \backslash
18006 mathop{
18007 \backslash
18008 sum
18009 \backslash
18010 negmedspace
18011 \backslash
18012 sum
18013 \series default
18014
18015 \begin_inset ERT
18016 status collapsed
18017
18018 \begin_layout Plain Layout
18019
18020
18021 \backslash
18022 spce 
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \series bold
18029
18030 \begin_inset Formula $\to$
18031 \end_inset
18032
18033 ^N
18034 \series default
18035
18036 \begin_inset ERT
18037 status collapsed
18038
18039 \begin_layout Plain Layout
18040
18041
18042 \backslash
18043 spce 
18044 \end_layout
18045
18046 \end_inset
18047
18048
18049 \series bold
18050 _i,j=1
18051 \end_layout
18052
18053 \begin_layout Section
18054 Fuentes
18055 \begin_inset Index idx
18056 status collapsed
18057
18058 \begin_layout Plain Layout
18059 Fuentes
18060 \end_layout
18061
18062 \end_inset
18063
18064
18065 \end_layout
18066
18067 \begin_layout Subsection
18068 Estilos de fuentes
18069 \begin_inset CommandInset label
18070 LatexCommand label
18071 name "sub:Estilos-de-fuentes"
18072
18073 \end_inset
18074
18075
18076 \begin_inset Index idx
18077 status collapsed
18078
18079 \begin_layout Plain Layout
18080 Fuentes ! estilos de
18081 \end_layout
18082
18083 \end_inset
18084
18085
18086 \end_layout
18087
18088 \begin_layout Standard
18089 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18090  estilos:
18091 \end_layout
18092
18093 \begin_layout Standard
18094 \begin_inset VSpace -2mm
18095 \end_inset
18096
18097
18098 \end_layout
18099
18100 \begin_layout Standard
18101 \align center
18102 \begin_inset Tabular
18103 <lyxtabular version="3" rows="7" columns="3">
18104 <features tabularvalignment="middle">
18105 <column alignment="center" valignment="top" width="0">
18106 <column alignment="center" valignment="top" width="0">
18107 <column alignment="center" valignment="top" width="0">
18108 <row>
18109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113 Comando
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 Resultado
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 atajo
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 </row>
18137 <row>
18138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142
18143 \backslash
18144 mathbb
18145 \series bold
18146
18147 \begin_inset ERT
18148 status collapsed
18149
18150 \begin_layout Plain Layout
18151
18152
18153 \backslash
18154 spce 
18155 \end_layout
18156
18157 \end_inset
18158
18159
18160 \series default
18161 ABC
18162 \end_layout
18163
18164 \end_inset
18165 </cell>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170 \begin_inset Formula $\mathbb{ABC}$
18171 \end_inset
18172
18173
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182
18183 \family sans
18184 Alt+C C
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 </row>
18190 <row>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195
18196 \backslash
18197 mathbf
18198 \series bold
18199
18200 \begin_inset ERT
18201 status collapsed
18202
18203 \begin_layout Plain Layout
18204
18205
18206 \backslash
18207 spce 
18208 \end_layout
18209
18210 \end_inset
18211
18212
18213 \series default
18214 AbC
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 \begin_inset Formula $\mathbf{AbC}$
18224 \end_inset
18225
18226
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235
18236 \family sans
18237 Ctrl+B
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 </row>
18243 <row>
18244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248
18249 \backslash
18250 boldsymbol
18251 \series bold
18252
18253 \begin_inset ERT
18254 status collapsed
18255
18256 \begin_layout Plain Layout
18257
18258
18259 \backslash
18260 spce 
18261 \end_layout
18262
18263 \end_inset
18264
18265
18266 \series default
18267 AbC
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18273 \begin_inset Text
18274
18275 \begin_layout Plain Layout
18276 \begin_inset Formula $\boldsymbol{AbC}$
18277 \end_inset
18278
18279
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288
18289 \family sans
18290 Ctrl+Alt+B , Alt+C B
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 </row>
18296 <row>
18297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301
18302 \backslash
18303 mathcal
18304 \series bold
18305
18306 \begin_inset ERT
18307 status collapsed
18308
18309 \begin_layout Plain Layout
18310
18311
18312 \backslash
18313 spce 
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \series default
18320 ABC
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329 \begin_inset Formula $\mathcal{ABC}$
18330 \end_inset
18331
18332
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341
18342 \family sans
18343 Ctrl+E , Alt+C E
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 </row>
18349 <row>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354
18355 \backslash
18356 mathfrak
18357 \series bold
18358
18359 \begin_inset ERT
18360 status collapsed
18361
18362 \begin_layout Plain Layout
18363
18364
18365 \backslash
18366 spce 
18367 \end_layout
18368
18369 \end_inset
18370
18371
18372 \series default
18373 AbC
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 \begin_inset Formula $\mathfrak{AbC}$
18383 \end_inset
18384
18385
18386 \end_layout
18387
18388 \end_inset
18389 </cell>
18390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18391 \begin_inset Text
18392
18393 \begin_layout Plain Layout
18394 -
18395 \end_layout
18396
18397 \end_inset
18398 </cell>
18399 </row>
18400 <row>
18401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405
18406 \backslash
18407 mathscr
18408 \series bold
18409
18410 \begin_inset ERT
18411 status collapsed
18412
18413 \begin_layout Plain Layout
18414
18415
18416 \backslash
18417 spce 
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \series default
18424 AbC
18425 \end_layout
18426
18427 \end_inset
18428 </cell>
18429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18430 \begin_inset Text
18431
18432 \begin_layout Plain Layout
18433 \begin_inset Formula $\mathscr{AbC}$
18434 \end_inset
18435
18436
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445 -
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 </row>
18451 </lyxtabular>
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \begin_layout Standard
18459 \align center
18460 \begin_inset Tabular
18461 <lyxtabular version="3" rows="5" columns="3">
18462 <features tabularvalignment="middle">
18463 <column alignment="center" valignment="top" width="0">
18464 <column alignment="center" valignment="top" width="0">
18465 <column alignment="center" valignment="top" width="0">
18466 <row>
18467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 Comando
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18477 \begin_inset Text
18478
18479 \begin_layout Plain Layout
18480 Resultado
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18486 \begin_inset Text
18487
18488 \begin_layout Plain Layout
18489 atajo
18490 \end_layout
18491
18492 \end_inset
18493 </cell>
18494 </row>
18495 <row>
18496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500
18501 \backslash
18502 mathit
18503 \series bold
18504
18505 \begin_inset ERT
18506 status collapsed
18507
18508 \begin_layout Plain Layout
18509
18510
18511 \backslash
18512 spce 
18513 \end_layout
18514
18515 \end_inset
18516
18517
18518 \series default
18519 AbC
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 \begin_inset Formula $\mathit{AbC}$
18529 \end_inset
18530
18531
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540 -
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 </row>
18546 <row>
18547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551
18552 \backslash
18553 mathrm
18554 \series bold
18555
18556 \begin_inset ERT
18557 status collapsed
18558
18559 \begin_layout Plain Layout
18560
18561
18562 \backslash
18563 spce 
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \series default
18570 AbC
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579 \begin_inset Formula $\mathrm{AbC}$
18580 \end_inset
18581
18582
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591
18592 \family sans
18593 Alt+C R
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 </row>
18599 <row>
18600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \backslash
18606 mathsf
18607 \series bold
18608
18609 \begin_inset ERT
18610 status collapsed
18611
18612 \begin_layout Plain Layout
18613
18614
18615 \backslash
18616 spce 
18617 \end_layout
18618
18619 \end_inset
18620
18621
18622 \series default
18623 AbC
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 \begin_inset Formula $\mathsf{AbC}$
18633 \end_inset
18634
18635
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644
18645 \family sans
18646 Alt+C S
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 </row>
18652 <row>
18653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657
18658 \backslash
18659 mathtt
18660 \series bold
18661
18662 \begin_inset ERT
18663 status collapsed
18664
18665 \begin_layout Plain Layout
18666
18667
18668 \backslash
18669 spce 
18670 \end_layout
18671
18672 \end_inset
18673
18674
18675 \series default
18676 AbC
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685 \begin_inset Formula $\mathtt{AbC}$
18686 \end_inset
18687
18688
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697
18698 \family sans
18699 Ctrl+Mayúsculas+P
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 </row>
18705 </lyxtabular>
18706
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Standard
18713 \begin_inset Note Greyedout
18714 status open
18715
18716 \begin_layout Plain Layout
18717
18718 \series bold
18719 Nota
18720 \series default
18721 : Los estilos 
18722 \series bold
18723
18724 \backslash
18725 mathbb
18726 \series default
18727  y 
18728 \series bold
18729
18730 \backslash
18731 mathcal
18732 \series default
18733  sólo se aplican a letras mayúsculas.
18734 \end_layout
18735
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \begin_layout Standard
18742 El estilo predeterminado es 
18743 \series bold
18744
18745 \backslash
18746 mathnormal
18747 \series default
18748 .
18749 \end_layout
18750
18751 \begin_layout Standard
18752 Los comandos de estilo funcionan también en estructuras matemáticas:
18753 \begin_inset Formula \[
18754 \mathfrak{A=\frac{b}{C}}\]
18755
18756 \end_inset
18757
18758
18759 \end_layout
18760
18761 \begin_layout Standard
18762 Los caracteres en texto matemático no aparecen en un estilo de letra de
18763  ecuaciones sino en el estilo 
18764 \series bold
18765
18766 \backslash
18767 textrm
18768 \series default
18769 .
18770  Este estilo no se puede poner correctamente con el diálogo de estilo de
18771  texto por un fallo de LyX.
18772 \begin_inset Foot
18773 status collapsed
18774
18775 \begin_layout Plain Layout
18776 \begin_inset CommandInset href
18777 LatexCommand href
18778 name "LyX-bug #4629"
18779 target "http://www.lyx.org/trac/ticket/4629"
18780
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \end_inset
18787
18788
18789 \end_layout
18790
18791 \begin_layout Standard
18792 En vez de comandos se puede usar el menú 
18793 \family sans
18794 Editar\SpecialChar \menuseparator
18795 Ecuación\SpecialChar \menuseparator
18796 Estilo del texto
18797 \family default
18798  o el botón 
18799 \begin_inset Graphics
18800         filename ../../images/math/font.png
18801         scale 85
18802
18803 \end_inset
18804
18805 .
18806 \end_layout
18807
18808 \begin_layout Subsection
18809 Ecuaciones en negrita
18810 \begin_inset CommandInset label
18811 LatexCommand label
18812 name "sub:Ecuaciones-en-negrita"
18813
18814 \end_inset
18815
18816
18817 \begin_inset Index idx
18818 status collapsed
18819
18820 \begin_layout Plain Layout
18821 Ecuación ! en negrita
18822 \end_layout
18823
18824 \end_inset
18825
18826
18827 \end_layout
18828
18829 \begin_layout Standard
18830 Para poner en negrita una ecuación completa no se puede usar el comando
18831  
18832 \series bold
18833
18834 \backslash
18835 mathbf
18836 \series default
18837 , porque no funciona con minúsculas griegas.
18838  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18839 \begin_inset Formula \[
18840 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18841
18842 \end_inset
18843
18844
18845 \end_layout
18846
18847 \begin_layout Standard
18848 Para presentar la ecuación correctamente se usa el comando 
18849 \series bold
18850 boldsymbol
18851 \series default
18852 :
18853 \begin_inset Formula \[
18854 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18855
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \begin_layout Standard
18862 También es posible poner la fórmula en un 
18863 \series bold
18864 entorno boldmath
18865 \series default
18866 , que se inserta con el comando 
18867 \series bold
18868
18869 \backslash
18870 boldmath
18871 \series default
18872
18873 \begin_inset Index idx
18874 status collapsed
18875
18876 \begin_layout Plain Layout
18877 Comandos ! B ! 
18878 \backslash
18879 boldmath
18880 \end_layout
18881
18882 \end_inset
18883
18884  en modo TeX.
18885  Para finalizar el entorno se usa el comando 
18886 \series bold
18887
18888 \backslash
18889 unboldmath
18890 \series default
18891
18892 \begin_inset Index idx
18893 status collapsed
18894
18895 \begin_layout Plain Layout
18896 Comandos ! U ! 
18897 \backslash
18898 unboldmath
18899 \end_layout
18900
18901 \end_inset
18902
18903  en modo TeX.
18904 \begin_inset ERT
18905 status collapsed
18906
18907 \begin_layout Plain Layout
18908
18909
18910 \backslash
18911 boldmath
18912 \end_layout
18913
18914 \end_inset
18915
18916
18917 \begin_inset Formula \[
18918 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18919
18920 \end_inset
18921
18922
18923 \end_layout
18924
18925 \begin_layout Standard
18926 \begin_inset ERT
18927 status collapsed
18928
18929 \begin_layout Plain Layout
18930
18931
18932 \backslash
18933 unboldmath
18934 \end_layout
18935
18936 \end_inset
18937
18938
18939 \end_layout
18940
18941 \begin_layout Subsection
18942 Ecuaciones coloreadas
18943 \begin_inset Index idx
18944 status collapsed
18945
18946 \begin_layout Plain Layout
18947 Ecuación ! coloreada
18948 \end_layout
18949
18950 \end_inset
18951
18952
18953 \end_layout
18954
18955 \begin_layout Standard
18956 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18957  o una parte de una ecuación y usa el diálogo 
18958 \family sans
18959 Estilo del texto
18960 \family default
18961 .
18962  Aquí hay una ecuación en magenta:
18963 \begin_inset Formula \[
18964 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18965
18966 \end_inset
18967
18968 También puedes definir tus propios colores como se describe en
18969 \begin_inset space ~
18970 \end_inset
18971
18972
18973 \begin_inset CommandInset ref
18974 LatexCommand ref
18975 reference "sub:Cuadros-coloreados"
18976
18977 \end_inset
18978
18979 .
18980  Pueden usarse con el comando en código TeX 
18981 \series bold
18982
18983 \backslash
18984 textcolor
18985 \series default
18986
18987 \begin_inset Index idx
18988 status collapsed
18989
18990 \begin_layout Plain Layout
18991 Comandos ! T ! 
18992 \backslash
18993 textcolor
18994 \end_layout
18995
18996 \end_inset
18997
18998  según el esquema
18999 \end_layout
19000
19001 \begin_layout Standard
19002
19003 \series bold
19004
19005 \backslash
19006 textcolor{color}{caracteres o ecuación}
19007 \end_layout
19008
19009 \begin_layout Standard
19010 \begin_inset Newpage pagebreak
19011 \end_inset
19012
19013
19014 \end_layout
19015
19016 \begin_layout Standard
19017 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
19018 e en rojo:
19019 \end_layout
19020
19021 \begin_layout Standard
19022 \begin_inset ERT
19023 status collapsed
19024
19025 \begin_layout Plain Layout
19026
19027
19028 \backslash
19029 textcolor{verdeoscuro}{
19030 \end_layout
19031
19032 \end_inset
19033
19034
19035 \begin_inset Formula \[
19036 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
19037
19038 \end_inset
19039
19040
19041 \begin_inset ERT
19042 status collapsed
19043
19044 \begin_layout Plain Layout
19045
19046 }
19047 \end_layout
19048
19049 \end_inset
19050
19051
19052 \end_layout
19053
19054 \begin_layout Standard
19055 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
19056  a ecuaciones completas.
19057 \begin_inset Foot
19058 status collapsed
19059
19060 \begin_layout Plain Layout
19061 \begin_inset CommandInset href
19062 LatexCommand href
19063 name "LyX-bug #5269"
19064 target "http://www.lyx.org/trac/ticket/5269"
19065
19066 \end_inset
19067
19068
19069 \end_layout
19070
19071 \end_inset
19072
19073
19074 \end_layout
19075
19076 \begin_layout Subsection
19077 Tamaños de fuentes
19078 \begin_inset CommandInset label
19079 LatexCommand label
19080 name "sub:Tamaños-de-fuentes"
19081
19082 \end_inset
19083
19084
19085 \begin_inset Index idx
19086 status collapsed
19087
19088 \begin_layout Plain Layout
19089 Fuentes ! tamaño
19090 \end_layout
19091
19092 \end_inset
19093
19094
19095 \end_layout
19096
19097 \begin_layout Standard
19098 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
19099  siguientes comandos de tamaño:
19100 \end_layout
19101
19102 \begin_layout Standard
19103
19104 \series bold
19105
19106 \backslash
19107 Huge
19108 \series default
19109
19110 \series bold
19111
19112 \backslash
19113 huge
19114 \series default
19115
19116 \series bold
19117
19118 \backslash
19119 LARGE
19120 \series default
19121
19122 \series bold
19123
19124 \backslash
19125 Large
19126 \series default
19127
19128 \series bold
19129
19130 \backslash
19131 large
19132 \series default
19133
19134 \series bold
19135
19136 \backslash
19137 normalsize
19138 \series default
19139
19140 \series bold
19141
19142 \backslash
19143 small
19144 \series default
19145 ,
19146 \begin_inset Newline newline
19147 \end_inset
19148
19149
19150 \series bold
19151
19152 \backslash
19153 footnotesize
19154 \series default
19155
19156 \series bold
19157
19158 \backslash
19159 scriptsize
19160 \series default
19161 , y 
19162 \series bold
19163
19164 \backslash
19165 tiny
19166 \end_layout
19167
19168 \begin_layout Standard
19169 El tamaño dado por los comandos depende del tamaño base de la fuente en
19170  el documento, dado por el comando 
19171 \series bold
19172
19173 \backslash
19174 normalsize
19175 \series default
19176 .
19177  Los demás comandos producen tamaños menores o mayores que 
19178 \series bold
19179
19180 \backslash
19181 normalsize
19182 \series default
19183 .
19184  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
19185  Si, por ejemplo, la fuente del documento es de 12
19186 \begin_inset space \thinspace{}
19187 \end_inset
19188
19189 pt, el comando 
19190 \series bold
19191
19192 \backslash
19193 Huge
19194 \series default
19195  da el mismo tamaño que 
19196 \series bold
19197
19198 \backslash
19199 huge
19200 \series default
19201 .
19202 \end_layout
19203
19204 \begin_layout Standard
19205 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19206  a todas las ecuaciones y texto siguientes.
19207  Para volver al tamaño anterior hay que insertar el comando 
19208 \series bold
19209
19210 \backslash
19211 normalsize
19212 \series default
19213  en modo TeX detrás de la ecuación.
19214 \end_layout
19215
19216 \begin_layout Standard
19217 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19218  comandos de tamaño:
19219 \end_layout
19220
19221 \begin_layout Standard
19222 \noindent
19223 \align center
19224 \begin_inset Tabular
19225 <lyxtabular version="3" rows="5" columns="2">
19226 <features tabularvalignment="middle">
19227 <column alignment="center" valignment="top" width="0">
19228 <column alignment="center" valignment="top" width="0">
19229 <row>
19230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234 Comando
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243 Resultado
19244 \begin_inset Note Note
19245 status collapsed
19246
19247 \begin_layout Plain Layout
19248
19249 \series bold
19250
19251 \backslash
19252 raisebox
19253 \series default
19254  se usa sólo como espaciador
19255 \end_layout
19256
19257 \end_inset
19258
19259
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 </row>
19265 <row>
19266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270
19271 \backslash
19272 displaystyle
19273 \begin_inset Index idx
19274 status collapsed
19275
19276 \begin_layout Plain Layout
19277 Comandos ! D ! 
19278 \backslash
19279 displaystyle
19280 \end_layout
19281
19282 \end_inset
19283
19284
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19294 \end_inset
19295
19296
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 </row>
19302 <row>
19303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307
19308 \backslash
19309 textstyle
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 </row>
19327 <row>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \backslash
19334 scriptstyle
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19344 \end_inset
19345
19346
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 </row>
19352 <row>
19353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357
19358 \backslash
19359 scriptscriptstyle
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 </row>
19377 </lyxtabular>
19378
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \begin_layout Standard
19385 Después de introcucir estos comandos, aparece un marco azul en el que se
19386  insertan las partes de la fórmula.
19387 \end_layout
19388
19389 \begin_layout Standard
19390 Hay un método más para cambiar el tamaño de fuente, aunque solo funciona
19391  para símbolos o letras en texto matemático.
19392  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19393  de texto anteriores.
19394  Todos los caracteres siguientes, hasta el final del texto matemático o
19395  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19396  Dos ejemplos:
19397 \begin_inset VSpace -2mm
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \begin_layout Standard
19404 \begin_inset ERT
19405 status collapsed
19406
19407 \begin_layout Plain Layout
19408
19409
19410 \backslash
19411 huge
19412 \end_layout
19413
19414 \end_inset
19415
19416
19417 \begin_inset Formula \[
19418 A=\frac{B}{c}\cdot\maltese\]
19419
19420 \end_inset
19421
19422
19423 \begin_inset Formula \[
19424 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19425
19426 \end_inset
19427
19428
19429 \end_layout
19430
19431 \begin_layout Standard
19432 \begin_inset ERT
19433 status collapsed
19434
19435 \begin_layout Plain Layout
19436
19437
19438 \backslash
19439 normalsize
19440 \end_layout
19441
19442 \end_inset
19443
19444
19445 \begin_inset VSpace medskip
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \begin_layout Standard
19452 Antes de las ecuaciones se ha insertado el comando 
19453 \series bold
19454
19455 \backslash
19456 huge
19457 \series default
19458 .
19459  Para la segunda ecuación el comando es:
19460 \begin_inset Newline newline
19461 \end_inset
19462
19463
19464 \series bold
19465
19466 \backslash
19467 maltese
19468 \begin_inset ERT
19469 status collapsed
19470
19471 \begin_layout Plain Layout
19472
19473
19474 \backslash
19475 spce 
19476 \end_layout
19477
19478 \end_inset
19479
19480 A Alt+M M 
19481 \backslash
19482 Large
19483 \begin_inset ERT
19484 status collapsed
19485
19486 \begin_layout Plain Layout
19487
19488
19489 \backslash
19490 spce 
19491 \end_layout
19492
19493 \end_inset
19494
19495
19496 \backslash
19497 maltese
19498 \begin_inset ERT
19499 status collapsed
19500
19501 \begin_layout Plain Layout
19502
19503
19504 \backslash
19505 spce 
19506 \end_layout
19507
19508 \end_inset
19509
19510
19511 \backslash
19512 textit
19513 \begin_inset ERT
19514 status collapsed
19515
19516 \begin_layout Plain Layout
19517
19518
19519 \backslash
19520 spce 
19521 \end_layout
19522
19523 \end_inset
19524
19525 A
19526 \begin_inset Formula $\to$
19527 \end_inset
19528
19529
19530 \begin_inset Formula $\to$
19531 \end_inset
19532
19533
19534 \begin_inset Newline newline
19535 \end_inset
19536
19537
19538 \begin_inset space \hspace*{}
19539 \length 1cm
19540 \end_inset
19541
19542 Alt+M M 
19543 \backslash
19544 tiny
19545 \begin_inset ERT
19546 status collapsed
19547
19548 \begin_layout Plain Layout
19549
19550
19551 \backslash
19552 spce 
19553 \end_layout
19554
19555 \end_inset
19556
19557
19558 \backslash
19559 maltese
19560 \begin_inset ERT
19561 status collapsed
19562
19563 \begin_layout Plain Layout
19564
19565
19566 \backslash
19567 spce 
19568 \end_layout
19569
19570 \end_inset
19571
19572
19573 \backslash
19574 textit
19575 \begin_inset ERT
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579
19580
19581 \backslash
19582 spce 
19583 \end_layout
19584
19585 \end_inset
19586
19587 A
19588 \end_layout
19589
19590 \begin_layout Standard
19591 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19592  el tamaño por omisión.
19593 \end_layout
19594
19595 \begin_layout Section
19596 Letras griegas
19597 \begin_inset Index idx
19598 status collapsed
19599
19600 \begin_layout Plain Layout
19601 Letras griegas
19602 \end_layout
19603
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \begin_layout Standard
19610 Todas las letras griegas se pueden insertar además mediante el botón 
19611 \begin_inset Graphics
19612         filename ../../images/math/alpha.png
19613         scale 85
19614
19615 \end_inset
19616
19617  de la barra de ecuaciones.
19618 \end_layout
19619
19620 \begin_layout Subsection
19621 Minúsculas
19622 \begin_inset Index idx
19623 status collapsed
19624
19625 \begin_layout Plain Layout
19626 Letras griegas ! minúsculas
19627 \end_layout
19628
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \begin_layout Standard
19635 \begin_inset space \hfill{}
19636 \end_inset
19637
19638
19639 \begin_inset Tabular
19640 <lyxtabular version="3" rows="11" columns="2">
19641 <features tabularvalignment="middle">
19642 <column alignment="center" valignment="top" width="0pt">
19643 <column alignment="center" valignment="top" width="0pt">
19644 <row>
19645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649 Comando
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658 Símbolo
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 </row>
19664 <row>
19665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669
19670 \backslash
19671 alpha
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680 \begin_inset Formula $\alpha$
19681 \end_inset
19682
19683
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 </row>
19689 <row>
19690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694
19695 \backslash
19696 beta
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705 \begin_inset Formula $\beta$
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 </row>
19714 <row>
19715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719
19720 \backslash
19721 gamma
19722 \end_layout
19723
19724 \end_inset
19725 </cell>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730 \begin_inset Formula $\gamma$
19731 \end_inset
19732
19733
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 </row>
19739 <row>
19740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744
19745 \backslash
19746 delta
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755 \begin_inset Formula $\delta$
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 </row>
19764 <row>
19765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769
19770 \backslash
19771 epsilon
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 \begin_inset Formula $\epsilon$
19781 \end_inset
19782
19783
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 </row>
19789 <row>
19790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794
19795 \backslash
19796 varepsilon
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805 \begin_inset Formula $\varepsilon$
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 </row>
19814 <row>
19815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819
19820 \backslash
19821 zeta
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830 \begin_inset Formula $\zeta$
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 </row>
19839 <row>
19840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844
19845 \backslash
19846 eta
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855 \begin_inset Formula $\eta$
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 </row>
19864 <row>
19865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869
19870 \backslash
19871 theta
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 \begin_inset Formula $\theta$
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 </row>
19889 <row>
19890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894
19895 \backslash
19896 vartheta
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905 \begin_inset Formula $\vartheta$
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 </row>
19914 </lyxtabular>
19915
19916 \end_inset
19917
19918
19919 \begin_inset space \hfill{}
19920 \end_inset
19921
19922
19923 \begin_inset Tabular
19924 <lyxtabular version="3" rows="12" columns="2">
19925 <features tabularvalignment="middle">
19926 <column alignment="center" valignment="top" width="0pt">
19927 <column alignment="center" valignment="top" width="0pt">
19928 <row>
19929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 Comando
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942 Símbolo
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 </row>
19948 <row>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953
19954 \backslash
19955 iota
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964 \begin_inset Formula $\iota$
19965 \end_inset
19966
19967
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 </row>
19973 <row>
19974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978
19979 \backslash
19980 kappa
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 \begin_inset Formula $\kappa$
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 <row>
19999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003
20004 \backslash
20005 varkappa
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 \begin_inset Formula $\varkappa$
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 </row>
20023 <row>
20024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028
20029 \backslash
20030 lambda
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Formula $\lambda$
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 </row>
20048 <row>
20049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053
20054 \backslash
20055 mu
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 \begin_inset Formula $\mu$
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 </row>
20073 <row>
20074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078
20079 \backslash
20080 nu
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089 \begin_inset Formula $\nu$
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 </row>
20098 <row>
20099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103
20104 \backslash
20105 xi
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114 \begin_inset Formula $\xi$
20115 \end_inset
20116
20117
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 </row>
20123 <row>
20124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128 o
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137 \begin_inset Formula $o$
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 </row>
20146 <row>
20147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20148 \begin_inset Text
20149
20150 \begin_layout Plain Layout
20151
20152 \backslash
20153 pi
20154 \end_layout
20155
20156 \end_inset
20157 </cell>
20158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20159 \begin_inset Text
20160
20161 \begin_layout Plain Layout
20162 \begin_inset Formula $\pi$
20163 \end_inset
20164
20165
20166 \end_layout
20167
20168 \end_inset
20169 </cell>
20170 </row>
20171 <row>
20172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176
20177 \backslash
20178 varpi
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187 \begin_inset Formula $\varpi$
20188 \end_inset
20189
20190
20191 \end_layout
20192
20193 \end_inset
20194 </cell>
20195 </row>
20196 <row>
20197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201
20202 \backslash
20203 rho
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212 \begin_inset Formula $\rho$
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 </row>
20221 </lyxtabular>
20222
20223 \end_inset
20224
20225
20226 \begin_inset space \hfill{}
20227 \end_inset
20228
20229
20230 \begin_inset Tabular
20231 <lyxtabular version="3" rows="11" columns="2">
20232 <features tabularvalignment="middle">
20233 <column alignment="center" valignment="top" width="0pt">
20234 <column alignment="center" valignment="top" width="0pt">
20235 <row>
20236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240 Comando
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Plain Layout
20249 Símbolo
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 </row>
20255 <row>
20256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20257 \begin_inset Text
20258
20259 \begin_layout Plain Layout
20260
20261 \backslash
20262 varrho
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 \begin_inset Formula $\varrho$
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 </row>
20280 <row>
20281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285
20286 \backslash
20287 sigma
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Plain Layout
20296 \begin_inset Formula $\sigma$
20297 \end_inset
20298
20299
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 </row>
20305 <row>
20306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310
20311 \backslash
20312 varsigma
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321 \begin_inset Formula $\varsigma$
20322 \end_inset
20323
20324
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 </row>
20330 <row>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335
20336 \backslash
20337 tau
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 \begin_inset Formula $\tau$
20347 \end_inset
20348
20349
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 </row>
20355 <row>
20356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360
20361 \backslash
20362 upsilon
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371 \begin_inset Formula $\upsilon$
20372 \end_inset
20373
20374
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 </row>
20380 <row>
20381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385
20386 \backslash
20387 phi
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20393 \begin_inset Text
20394
20395 \begin_layout Plain Layout
20396 \begin_inset Formula $\phi$
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 </row>
20405 <row>
20406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410
20411 \backslash
20412 varphi
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421 \begin_inset Formula $\varphi$
20422 \end_inset
20423
20424
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 </row>
20430 <row>
20431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435
20436 \backslash
20437 chi
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446 \begin_inset Formula $\chi$
20447 \end_inset
20448
20449
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 </row>
20455 <row>
20456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460
20461 \backslash
20462 psi
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20468 \begin_inset Text
20469
20470 \begin_layout Plain Layout
20471 \begin_inset Formula $\psi$
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 <row>
20481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \backslash
20487 omega
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496 \begin_inset Formula $\omega$
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 </row>
20505 </lyxtabular>
20506
20507 \end_inset
20508
20509
20510 \begin_inset space \hfill{}
20511 \end_inset
20512
20513
20514 \end_layout
20515
20516 \begin_layout Standard
20517 \begin_inset VSpace medskip
20518 \end_inset
20519
20520
20521 \end_layout
20522
20523 \begin_layout Standard
20524 Cómo escribir letras griegas en redonda se explica en 
20525 \begin_inset CommandInset ref
20526 LatexCommand ref
20527 reference "sub:Griegas-en-redonda"
20528
20529 \end_inset
20530
20531 .
20532 \end_layout
20533
20534 \begin_layout Subsection
20535 Mayúsculas
20536 \begin_inset Index idx
20537 status collapsed
20538
20539 \begin_layout Plain Layout
20540 Letras griegas ! mayúsculas
20541 \end_layout
20542
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \begin_layout Standard
20549 \begin_inset space \hfill{}
20550 \end_inset
20551
20552
20553 \begin_inset Tabular
20554 <lyxtabular version="3" rows="7" columns="2">
20555 <features tabularvalignment="middle">
20556 <column alignment="center" valignment="top" width="0pt">
20557 <column alignment="center" valignment="top" width="0pt">
20558 <row>
20559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563 Comando
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572 Símbolo
20573 \end_layout
20574
20575 \end_inset
20576 </cell>
20577 </row>
20578 <row>
20579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583
20584 \backslash
20585 Gamma
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20591 \begin_inset Text
20592
20593 \begin_layout Plain Layout
20594 \begin_inset Formula $\Gamma$
20595 \end_inset
20596
20597
20598 \end_layout
20599
20600 \end_inset
20601 </cell>
20602 </row>
20603 <row>
20604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20605 \begin_inset Text
20606
20607 \begin_layout Plain Layout
20608
20609 \backslash
20610 Delta
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619 \begin_inset Formula $\Delta$
20620 \end_inset
20621
20622
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 </row>
20628 <row>
20629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633
20634 \backslash
20635 Theta
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20641 \begin_inset Text
20642
20643 \begin_layout Plain Layout
20644 \begin_inset Formula $\Theta$
20645 \end_inset
20646
20647
20648 \end_layout
20649
20650 \end_inset
20651 </cell>
20652 </row>
20653 <row>
20654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20655 \begin_inset Text
20656
20657 \begin_layout Plain Layout
20658
20659 \backslash
20660 Lambda
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20666 \begin_inset Text
20667
20668 \begin_layout Plain Layout
20669 \begin_inset Formula $\Lambda$
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \end_inset
20676 </cell>
20677 </row>
20678 <row>
20679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683
20684 \backslash
20685 Xi
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20691 \begin_inset Text
20692
20693 \begin_layout Plain Layout
20694 \begin_inset Formula $\Xi$
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 </row>
20703 <row>
20704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708
20709 \backslash
20710 Pi
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20716 \begin_inset Text
20717
20718 \begin_layout Plain Layout
20719 \begin_inset Formula $\Pi$
20720 \end_inset
20721
20722
20723 \end_layout
20724
20725 \end_inset
20726 </cell>
20727 </row>
20728 </lyxtabular>
20729
20730 \end_inset
20731
20732
20733 \begin_inset space \hfill{}
20734 \end_inset
20735
20736
20737 \begin_inset Tabular
20738 <lyxtabular version="3" rows="6" columns="2">
20739 <features tabularvalignment="middle">
20740 <column alignment="center" valignment="top" width="0pt">
20741 <column alignment="center" valignment="top" width="0pt">
20742 <row>
20743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747 Comando
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756 Símbolo
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 </row>
20762 <row>
20763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767
20768 \backslash
20769 Sigma
20770 \end_layout
20771
20772 \end_inset
20773 </cell>
20774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Plain Layout
20778 \begin_inset Formula $\Sigma$
20779 \end_inset
20780
20781
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 </row>
20787 <row>
20788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792
20793 \backslash
20794 Upsilon
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803 \begin_inset Formula $\Upsilon$
20804 \end_inset
20805
20806
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 </row>
20812 <row>
20813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817
20818 \backslash
20819 Phi
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20825 \begin_inset Text
20826
20827 \begin_layout Plain Layout
20828 \begin_inset Formula $\Phi$
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 </row>
20837 <row>
20838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842
20843 \backslash
20844 Psi
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853 \begin_inset Formula $\Psi$
20854 \end_inset
20855
20856
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 </row>
20862 <row>
20863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867
20868 \backslash
20869 Omega
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878 \begin_inset Formula $\Omega$
20879 \end_inset
20880
20881
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 </row>
20887 </lyxtabular>
20888
20889 \end_inset
20890
20891
20892 \begin_inset space \hfill{}
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \begin_layout Standard
20899 \begin_inset VSpace medskip
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \begin_layout Standard
20906 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20907  cuando se desarrolló TeX.
20908  Para obtener mayúsculas en cursiva, inicia cada comando con 
20909 \series bold
20910 var
20911 \series default
20912 .
20913  Por ejemplo, el comando 
20914 \series bold
20915
20916 \backslash
20917 varGamma
20918 \series default
20919  genera: 
20920 \begin_inset Formula $\varGamma$
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \begin_layout Subsection
20927 Letras en negrita
20928 \begin_inset Index idx
20929 status collapsed
20930
20931 \begin_layout Plain Layout
20932 Letras griegas ! en negrita
20933 \end_layout
20934
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \begin_layout Standard
20941 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20942  Sólo se pueden poner en negrita con el comando 
20943 \series bold
20944
20945 \backslash
20946 boldsymbol
20947 \series default
20948
20949 \begin_inset Index idx
20950 status collapsed
20951
20952 \begin_layout Plain Layout
20953 Comandos ! B ! 
20954 \backslash
20955 boldsymbol
20956 \end_layout
20957
20958 \end_inset
20959
20960 .
20961 \end_layout
20962
20963 \begin_layout Standard
20964 \align center
20965 \begin_inset Tabular
20966 <lyxtabular version="3" rows="3" columns="2">
20967 <features tabularvalignment="middle">
20968 <column alignment="center" valignment="top" width="0">
20969 <column alignment="center" valignment="top" width="0">
20970 <row>
20971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975 Comando
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984 Símbolo
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 Upsilon
20998 \backslash
20999 boldsymbol
21000 \backslash
21001 Upsilon
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21011 \end_inset
21012
21013
21014 \end_layout
21015
21016 \end_inset
21017 </cell>
21018 </row>
21019 <row>
21020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024
21025 \backslash
21026 theta
21027 \backslash
21028 boldsymbol
21029 \backslash
21030 theta
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039 \begin_inset Formula $\theta\boldsymbol{\theta}$
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 </row>
21048 </lyxtabular>
21049
21050 \end_inset
21051
21052
21053 \end_layout
21054
21055 \begin_layout Section
21056 Símbolos
21057 \begin_inset ERT
21058 status collapsed
21059
21060 \begin_layout Plain Layout
21061
21062
21063 \backslash
21064 texorpdfstring{
21065 \end_layout
21066
21067 \end_inset
21068
21069
21070 \begin_inset Foot
21071 status collapsed
21072
21073 \begin_layout Plain Layout
21074 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
21075  LaTeX en 
21076 \begin_inset CommandInset citation
21077 LatexCommand cite
21078 key "Symbols"
21079
21080 \end_inset
21081
21082 .
21083 \end_layout
21084
21085 \end_inset
21086
21087
21088 \begin_inset ERT
21089 status collapsed
21090
21091 \begin_layout Plain Layout
21092
21093 }{}
21094 \end_layout
21095
21096 \end_inset
21097
21098
21099 \begin_inset Note Note
21100 status collapsed
21101
21102 \begin_layout Plain Layout
21103
21104 \backslash
21105 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
21106  PDF.
21107 \end_layout
21108
21109 \begin_layout Plain Layout
21110 Más sobre 
21111 \backslash
21112 texorpdfstring en la sección 
21113 \begin_inset CommandInset ref
21114 LatexCommand ref
21115 reference "sub:Ecuaciones-en-encabezados"
21116
21117 \end_inset
21118
21119 .
21120 \end_layout
21121
21122 \end_inset
21123
21124
21125 \begin_inset Index idx
21126 status collapsed
21127
21128 \begin_layout Plain Layout
21129 Símbolos
21130 \end_layout
21131
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \begin_layout Standard
21138 Muchos de los símbolos listados en esta sección se pueden insertar además
21139  mediante los botones 
21140 \begin_inset Graphics
21141         filename ../../images/math/nabla.png
21142         scale 85
21143
21144 \end_inset
21145
21146  y 
21147 \begin_inset Graphics
21148         filename ../../images/math/digamma.png
21149         scale 85
21150
21151 \end_inset
21152
21153  de la barra de ecuaciones.
21154 \end_layout
21155
21156 \begin_layout Subsection
21157 Símbolos matemáticos
21158 \begin_inset CommandInset label
21159 LatexCommand label
21160 name "sub:Símbolos-matemáticos"
21161
21162 \end_inset
21163
21164
21165 \begin_inset Index idx
21166 status collapsed
21167
21168 \begin_layout Plain Layout
21169 Símbolos ! matemáticos
21170 \end_layout
21171
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \begin_layout Standard
21178 \begin_inset space \hfill{}
21179 \end_inset
21180
21181
21182 \begin_inset Tabular
21183 <lyxtabular version="3" rows="10" columns="2">
21184 <features tabularvalignment="middle">
21185 <column alignment="center" valignment="top" width="0pt">
21186 <column alignment="center" valignment="top" width="0pt">
21187 <row>
21188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192 Comando
21193 \end_layout
21194
21195 \end_inset
21196 </cell>
21197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201 Símbolo
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 </row>
21207 <row>
21208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212
21213 \backslash
21214 neg
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223 \begin_inset Formula $\neg$
21224 \end_inset
21225
21226
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 </row>
21232 <row>
21233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237
21238 \backslash
21239 Im
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 \begin_inset Formula $\Im$
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 </row>
21257 <row>
21258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262
21263 \backslash
21264 Re
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 \begin_inset Formula $\Re$
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 </row>
21282 <row>
21283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \backslash
21289 aleph
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 \begin_inset Formula $\aleph$
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 </row>
21307 <row>
21308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312
21313 \backslash
21314 partial
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 \begin_inset Formula $\partial$
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 </row>
21332 <row>
21333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337
21338 \backslash
21339 infty
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 \begin_inset Formula $\infty$
21349 \end_inset
21350
21351
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 </row>
21357 <row>
21358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362
21363 \backslash
21364 wp
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\wp$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387
21388 \backslash
21389 imath
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398 \begin_inset Formula $\imath$
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 </row>
21407 <row>
21408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412
21413 \backslash
21414 jmath
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423 \begin_inset Formula $\jmath$
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 </row>
21432 </lyxtabular>
21433
21434 \end_inset
21435
21436
21437 \begin_inset space \hfill{}
21438 \end_inset
21439
21440
21441 \begin_inset Tabular
21442 <lyxtabular version="3" rows="10" columns="2">
21443 <features tabularvalignment="middle">
21444 <column alignment="center" valignment="top" width="0pt">
21445 <column alignment="center" valignment="top" width="0pt">
21446 <row>
21447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451 Comando
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21457 \begin_inset Text
21458
21459 \begin_layout Plain Layout
21460 Símbolo
21461 \begin_inset Note Note
21462 status collapsed
21463
21464 \begin_layout Plain Layout
21465
21466 \series bold
21467
21468 \backslash
21469 raisebox
21470 \series default
21471  se usa sólo como espaciador
21472 \end_layout
21473
21474 \end_inset
21475
21476
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 </row>
21482 <row>
21483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487
21488 \backslash
21489 forall
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498 \begin_inset Formula $\forall$
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 </row>
21507 <row>
21508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512
21513 \backslash
21514 exists
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523 \begin_inset Formula $\exists$
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 </row>
21532 <row>
21533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537
21538 \backslash
21539 nexists
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548 \begin_inset Formula $\nexists$
21549 \end_inset
21550
21551
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 </row>
21557 <row>
21558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562
21563 \backslash
21564 emptyset
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573 \begin_inset Formula $\emptyset$
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 </row>
21582 <row>
21583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587
21588 \backslash
21589 varnothing
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 \begin_inset Formula $\varnothing$
21599 \end_inset
21600
21601
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 </row>
21607 <row>
21608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612
21613 \backslash
21614 dag
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 \begin_inset Formula $\dag$
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 </row>
21632 <row>
21633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637
21638 \backslash
21639 ddag
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 \begin_inset Formula $\ddag$
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 </row>
21657 <row>
21658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662
21663 \backslash
21664 complement
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 \begin_inset ERT
21674 status collapsed
21675
21676 \begin_layout Plain Layout
21677
21678
21679 \backslash
21680 raisebox{-0.8mm}{
21681 \end_layout
21682
21683 \end_inset
21684
21685
21686 \begin_inset Formula $\complement$
21687 \end_inset
21688
21689
21690 \begin_inset ERT
21691 status collapsed
21692
21693 \begin_layout Plain Layout
21694
21695 }
21696 \end_layout
21697
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 </row>
21706 <row>
21707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711
21712 \backslash
21713 Bbbk
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722 \begin_inset Formula $\Bbbk$
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 </row>
21731 </lyxtabular>
21732
21733 \end_inset
21734
21735
21736 \begin_inset space \hfill{}
21737 \end_inset
21738
21739
21740 \begin_inset Tabular
21741 <lyxtabular version="3" rows="10" columns="2">
21742 <features tabularvalignment="middle">
21743 <column alignment="center" valignment="top" width="0pt">
21744 <column alignment="center" valignment="top" width="0pt">
21745 <row>
21746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750 Comando
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759 Símbolo
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 </row>
21765 <row>
21766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770
21771 \backslash
21772 prime
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 \begin_inset Formula $\prime$
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 </row>
21790 <row>
21791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795
21796 \backslash
21797 backprime
21798 \end_layout
21799
21800 \end_inset
21801 </cell>
21802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Plain Layout
21806 \begin_inset Formula $\backprime$
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 </row>
21815 <row>
21816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820
21821 \backslash
21822 mho
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831 \begin_inset Formula $\mho$
21832 \end_inset
21833
21834
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 </row>
21840 <row>
21841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845
21846 \backslash
21847 triangle
21848 \end_layout
21849
21850 \end_inset
21851 </cell>
21852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856 \begin_inset Formula $\triangle$
21857 \end_inset
21858
21859
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 </row>
21865 <row>
21866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870
21871 \backslash
21872 angle
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 \begin_inset Formula $\angle$
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 <row>
21891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895
21896 \backslash
21897 measuredangle
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906 \begin_inset Formula $\measuredangle$
21907 \end_inset
21908
21909
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 <row>
21916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920
21921 \backslash
21922 sphericalangle
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 \begin_inset Formula $\sphericalangle$
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 </row>
21940 <row>
21941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945
21946 \backslash
21947 top
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956 \begin_inset Formula $\top$
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 </row>
21965 <row>
21966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970
21971 \backslash
21972 bot
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 \begin_inset Formula $\bot$
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 </row>
21990 </lyxtabular>
21991
21992 \end_inset
21993
21994
21995 \begin_inset space \hfill{}
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \begin_layout Subsection
22002 Símbolos misceláneos
22003 \begin_inset CommandInset label
22004 LatexCommand label
22005 name "sub:Símbolos-misceláneos"
22006
22007 \end_inset
22008
22009
22010 \begin_inset Index idx
22011 status collapsed
22012
22013 \begin_layout Plain Layout
22014 Símbolos ! misceláneos
22015 \end_layout
22016
22017 \end_inset
22018
22019
22020 \end_layout
22021
22022 \begin_layout Standard
22023 \noindent
22024 \align center
22025 \begin_inset Tabular
22026 <lyxtabular version="3" rows="10" columns="2">
22027 <features tabularvalignment="middle">
22028 <column alignment="center" valignment="top" width="0pt">
22029 <column alignment="center" valignment="top" width="0pt">
22030 <row>
22031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035 Comando
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044 Símbolo
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 </row>
22050 <row>
22051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22052 \begin_inset Text
22053
22054 \begin_layout Plain Layout
22055
22056 \backslash
22057 flat
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066 \begin_inset Formula $\flat$
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 </row>
22075 <row>
22076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080
22081 \backslash
22082 natural
22083 \end_layout
22084
22085 \end_inset
22086 </cell>
22087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091 \begin_inset Formula $\natural$
22092 \end_inset
22093
22094
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 </row>
22100 <row>
22101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105
22106 \backslash
22107 sharp
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 \begin_inset Formula $\sharp$
22117 \end_inset
22118
22119
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 </row>
22125 <row>
22126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130
22131 \backslash
22132 surd
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22138 \begin_inset Text
22139
22140 \begin_layout Plain Layout
22141 \begin_inset Formula $\surd$
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 </row>
22150 <row>
22151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155
22156 \backslash
22157 checkmark
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166 \begin_inset Formula $\checkmark$
22167 \end_inset
22168
22169
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 </row>
22175 <row>
22176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180
22181 \backslash
22182 yen
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191 \begin_inset Formula $\yen$
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 </row>
22200 <row>
22201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205
22206 \backslash
22207 pounds
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 \begin_inset Formula $\pounds$
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 </row>
22225 <row>
22226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 $
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239 \begin_inset Formula $\$$
22240 \end_inset
22241
22242
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 </row>
22248 <row>
22249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253 §
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 \begin_inset Formula $§$
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 </row>
22271 </lyxtabular>
22272
22273 \end_inset
22274
22275
22276 \begin_inset Tabular
22277 <lyxtabular version="3" rows="10" columns="2">
22278 <features tabularvalignment="middle">
22279 <column alignment="center" valignment="top" width="0">
22280 <column alignment="center" valignment="top" width="0">
22281 <row>
22282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286 Comando
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295 Símbolo
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 </row>
22301 <row>
22302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306
22307 \backslash
22308 hbar
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22314 \begin_inset Text
22315
22316 \begin_layout Plain Layout
22317 \begin_inset Formula $\hbar$
22318 \end_inset
22319
22320
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 </row>
22326 <row>
22327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331
22332 \backslash
22333 hslash
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 \begin_inset Formula $\hslash$
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 </row>
22351 <row>
22352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356
22357 \backslash
22358 clubsuit
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 \begin_inset Formula $\clubsuit$
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 </row>
22376 <row>
22377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \backslash
22383 spadesuit
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 \begin_inset Formula $\spadesuit$
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 </row>
22401 <row>
22402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406
22407 \backslash
22408 bigstar
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417 \begin_inset Formula $\bigstar$
22418 \end_inset
22419
22420
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 </row>
22426 <row>
22427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431
22432 \backslash
22433 blacklozenge
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22439 \begin_inset Text
22440
22441 \begin_layout Plain Layout
22442 \begin_inset Formula $\blacklozenge$
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 </row>
22451 <row>
22452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456
22457 \backslash
22458 blacktriangle
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467 \begin_inset Formula $\blacktriangle$
22468 \end_inset
22469
22470
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 </row>
22476 <row>
22477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481
22482 \backslash
22483 blacktiangledown
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 \begin_inset Formula $\blacktriangledown$
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 </row>
22501 <row>
22502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506
22507 \backslash
22508 bullet
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 \begin_inset Formula $\bullet$
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 </row>
22526 </lyxtabular>
22527
22528 \end_inset
22529
22530
22531 \begin_inset Tabular
22532 <lyxtabular version="3" rows="10" columns="2">
22533 <features tabularvalignment="middle">
22534 <column alignment="center" valignment="top" width="0pt">
22535 <column alignment="center" valignment="top" width="0pt">
22536 <row>
22537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 Comando
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 Símbolo
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 </row>
22556 <row>
22557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561
22562 \backslash
22563 diamondsuit
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 \begin_inset Formula $\diamondsuit$
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 </row>
22581 <row>
22582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586
22587 \backslash
22588 Diamond
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 \begin_inset Formula $\Diamond$
22598 \end_inset
22599
22600
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 </row>
22606 <row>
22607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611
22612 \backslash
22613 heartsuit
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 \begin_inset Formula $\heartsuit$
22623 \end_inset
22624
22625
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 </row>
22631 <row>
22632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636
22637 \backslash
22638 P
22639 \end_layout
22640
22641 \end_inset
22642 </cell>
22643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647 \begin_inset Formula $\P$
22648 \end_inset
22649
22650
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 </row>
22656 <row>
22657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661
22662 \backslash
22663 copyright
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672 \begin_inset Formula $\copyright$
22673 \end_inset
22674
22675
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 </row>
22681 <row>
22682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686
22687 \backslash
22688 circledR
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697 \begin_inset Formula $\circledR$
22698 \end_inset
22699
22700
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 </row>
22706 <row>
22707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711
22712 \backslash
22713 maltese
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722 \begin_inset Formula $\maltese$
22723 \end_inset
22724
22725
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 </row>
22731 <row>
22732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736
22737 \backslash
22738 diagup
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747 \begin_inset Formula $\diagup$
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 </row>
22756 <row>
22757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761
22762 \backslash
22763 diagdown
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772 \begin_inset Formula $\diagdown$
22773 \end_inset
22774
22775
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 </row>
22781 </lyxtabular>
22782
22783 \end_inset
22784
22785
22786 \end_layout
22787
22788 \begin_layout Standard
22789 \begin_inset VSpace medskip
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \begin_layout Standard
22796 Hay más símbolos en 
22797 \begin_inset CommandInset ref
22798 LatexCommand ref
22799 reference "sub:Caracteres-especiales-misceláneos"
22800
22801 \end_inset
22802
22803 .
22804 \end_layout
22805
22806 \begin_layout Standard
22807 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22808 \begin_inset CommandInset ref
22809 LatexCommand ref
22810 reference "sub:Tamaños-de-fuentes"
22811
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \begin_layout Subsection
22818 El símbolo del euro, €
22819 \begin_inset Index idx
22820 status collapsed
22821
22822 \begin_layout Plain Layout
22823 Símbolos ! euro
22824 \end_layout
22825
22826 \end_inset
22827
22828
22829 \begin_inset Index idx
22830 status collapsed
22831
22832 \begin_layout Plain Layout
22833
22834 \backslash
22835 @
22836 \begin_inset ERT
22837 status collapsed
22838
22839 \begin_layout Plain Layout
22840
22841
22842 \backslash
22843 officialeuro
22844 \end_layout
22845
22846 \end_inset
22847
22848
22849 \end_layout
22850
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \begin_layout Standard
22857 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22858  LaTeX 
22859 \series bold
22860 eurosym
22861 \series default
22862
22863 \begin_inset Index idx
22864 status collapsed
22865
22866 \begin_layout Plain Layout
22867 Paquetes ! eurosym
22868 \end_layout
22869
22870 \end_inset
22871
22872 , y cargado en el preámbulo LaTeX con la línea
22873 \end_layout
22874
22875 \begin_layout Standard
22876
22877 \series bold
22878
22879 \backslash
22880 usepackage[gennarrow]{eurosym}
22881 \end_layout
22882
22883 \begin_layout Standard
22884 Actualmente también se puede insertar con el comando 
22885 \series bold
22886
22887 \backslash
22888 euro
22889 \series default
22890
22891 \begin_inset Index idx
22892 status collapsed
22893
22894 \begin_layout Plain Layout
22895 Comandos ! E ! 
22896 \backslash
22897 euro
22898 \end_layout
22899
22900 \end_inset
22901
22902 .
22903 \end_layout
22904
22905 \begin_layout Standard
22906 El símbolo del euro puede insertarse directamente con la tecla € en texto
22907  matemático sin tener 
22908 \series bold
22909 eurosym
22910 \series default
22911  instalado.
22912  Si 
22913 \series bold
22914 eurosym
22915 \series default
22916  está instalado, se puede insertar 
22917 \series bold
22918
22919 \backslash
22920 euro
22921 \series default
22922  en modo TeX.
22923  El símbolo oficial de la moneda se puede insertar con el comando 
22924 \series bold
22925
22926 \backslash
22927 officialeuro
22928 \series default
22929
22930 \begin_inset Index idx
22931 status collapsed
22932
22933 \begin_layout Plain Layout
22934 Comandos ! O ! 
22935 \backslash
22936 officialeuro
22937 \end_layout
22938
22939 \end_inset
22940
22941 , que sólo está disponible en modo TeX.
22942 \end_layout
22943
22944 \begin_layout Standard
22945 \begin_inset ERT
22946 status collapsed
22947
22948 \begin_layout Plain Layout
22949
22950
22951 \backslash
22952 ifeurosym
22953 \end_layout
22954
22955 \end_inset
22956
22957
22958 \begin_inset Note Note
22959 status collapsed
22960
22961 \begin_layout Plain Layout
22962 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22963 \series bold
22964 eurosym
22965 \series default
22966 .
22967 \end_layout
22968
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \begin_layout Standard
22975 Un vistazo a los diferentes símbolos del euro.
22976 \end_layout
22977
22978 \begin_layout Standard
22979 \noindent
22980 \align center
22981 \begin_inset Tabular
22982 <lyxtabular version="3" rows="4" columns="3">
22983 <features tabularvalignment="middle">
22984 <column alignment="center" valignment="top" width="0">
22985 <column alignment="center" valignment="top" width="0">
22986 <column alignment="center" valignment="top" width="0">
22987 <row>
22988 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001 Comando
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010 Símbolo
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 </row>
23016 <row>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021 ecuación
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030
23031 \backslash
23032 euro
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041 \begin_inset Formula $\euro$
23042 \end_inset
23043
23044
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 </row>
23050 <row>
23051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 texto matemático
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 \begin_inset Formula $\mbox{€}$
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 </row>
23082 <row>
23083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 modo TeX
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096
23097 \backslash
23098 officialeuro
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107 \begin_inset ERT
23108 status collapsed
23109
23110 \begin_layout Plain Layout
23111
23112
23113 \backslash
23114 officialeuro
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 </row>
23125 </lyxtabular>
23126
23127 \end_inset
23128
23129
23130 \end_layout
23131
23132 \begin_layout Standard
23133 \begin_inset ERT
23134 status collapsed
23135
23136 \begin_layout Plain Layout
23137
23138
23139 \backslash
23140 else
23141 \end_layout
23142
23143 \end_inset
23144
23145
23146 \begin_inset Note Note
23147 status collapsed
23148
23149 \begin_layout Plain Layout
23150 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
23151 \series bold
23152 eurosym
23153 \series default
23154 :
23155 \end_layout
23156
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \begin_layout Standard
23163 Para ver la salida completa de esta subsección debe estar instalado el paquete
23164  LaTeX 
23165 \series bold
23166 eurosym
23167 \series default
23168 .
23169 \end_layout
23170
23171 \begin_layout Standard
23172 \begin_inset ERT
23173 status collapsed
23174
23175 \begin_layout Plain Layout
23176
23177
23178 \backslash
23179 fi
23180 \end_layout
23181
23182 \end_inset
23183
23184
23185 \end_layout
23186
23187 \begin_layout Standard
23188 \begin_inset Newpage newpage
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \begin_layout Section
23195 Relaciones
23196 \begin_inset CommandInset label
23197 LatexCommand label
23198 name "sec:Relaciones"
23199
23200 \end_inset
23201
23202
23203 \begin_inset Index idx
23204 status collapsed
23205
23206 \begin_layout Plain Layout
23207 Relaciones
23208 \end_layout
23209
23210 \end_inset
23211
23212
23213 \begin_inset Index idx
23214 status collapsed
23215
23216 \begin_layout Plain Layout
23217 Comparaciones|see
23218 \begin_inset ERT
23219 status collapsed
23220
23221 \begin_layout Plain Layout
23222
23223 {
23224 \end_layout
23225
23226 \end_inset
23227
23228 Relaciones
23229 \begin_inset ERT
23230 status collapsed
23231
23232 \begin_layout Plain Layout
23233
23234 }
23235 \end_layout
23236
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \begin_layout Standard
23248 Todas las relaciones se pueden insertar también con el botón 
23249 \begin_inset Graphics
23250         filename ../../images/math/leq.png
23251         scale 85
23252
23253 \end_inset
23254
23255  de la barra de ecuaciones.
23256 \end_layout
23257
23258 \begin_layout Standard
23259 \begin_inset space \hfill{}
23260 \end_inset
23261
23262
23263 \begin_inset Tabular
23264 <lyxtabular version="3" rows="17" columns="2">
23265 <features tabularvalignment="middle">
23266 <column alignment="center" valignment="top" width="0pt">
23267 <column alignment="center" valignment="top" width="0pt">
23268 <row>
23269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273 Comando
23274 \end_layout
23275
23276 \end_inset
23277 </cell>
23278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282 Relación
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 </row>
23288 <row>
23289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23290 \begin_inset Text
23291
23292 \begin_layout Plain Layout
23293 <
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Formula $<$
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 </row>
23311 <row>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316
23317 \backslash
23318 le
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 \begin_inset Formula $\le$
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341
23342 \backslash
23343 ll
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 \begin_inset Formula $\ll$
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 <row>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366
23367 \backslash
23368 prec
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377 \begin_inset Formula $\prec$
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 </row>
23386 <row>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391
23392 \backslash
23393 preceq
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 \begin_inset Formula $\preceq$
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 </row>
23411 <row>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416
23417 \backslash
23418 subset
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 \begin_inset Formula $\subset$
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 <row>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441
23442 \backslash
23443 subseteq
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452 \begin_inset Formula $\subseteq$
23453 \end_inset
23454
23455
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 </row>
23461 <row>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466
23467 \backslash
23468 sqsubseteq
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 \begin_inset Formula $\sqsubseteq$
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 </row>
23486 <row>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491
23492 \backslash
23493 in
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502 \begin_inset Formula $\in$
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 </row>
23511 <row>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516
23517 \backslash
23518 vdash
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 $\vdash$
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 smile
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 $\smile$
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 lhd
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 $\lhd$
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 unlhd
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 $\unlhd$
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 gtrless
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 $\gtrless$
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 mid
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 $\mid$
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" bottomline="true" leftline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666
23667 \backslash
23668 nmid
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677 \begin_inset Formula $\nmid$
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 </row>
23686 </lyxtabular>
23687
23688 \end_inset
23689
23690
23691 \begin_inset space \hfill{}
23692 \end_inset
23693
23694
23695 \begin_inset Tabular
23696 <lyxtabular version="3" rows="17" columns="2">
23697 <features tabularvalignment="middle">
23698 <column alignment="center" valignment="top" width="0pt">
23699 <column alignment="center" valignment="top" width="0pt">
23700 <row>
23701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705 Comando
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714 Relación
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 </row>
23720 <row>
23721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 =
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 \begin_inset Formula $=$
23735 \end_inset
23736
23737
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 </row>
23743 <row>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748
23749 \backslash
23750 not=
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759 \begin_inset Formula $\not=$
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 </row>
23768 <row>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773
23774 \backslash
23775 equiv
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 \begin_inset Formula $\equiv$
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 <row>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \backslash
23800 sim
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 \begin_inset Formula $\sim$
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 </row>
23818 <row>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823
23824 \backslash
23825 simeq
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 \begin_inset Formula $\simeq$
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 <row>
23844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848
23849 \backslash
23850 approx
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 \begin_inset Formula $\approx$
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 </row>
23868 <row>
23869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873
23874 \backslash
23875 cong
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884 \begin_inset Formula $\cong$
23885 \end_inset
23886
23887
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 </row>
23893 <row>
23894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898
23899 \backslash
23900 bowtie
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909 \begin_inset Formula $\bowtie$
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 </row>
23918 <row>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923
23924 \backslash
23925 notin
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934 \begin_inset Formula $\notin$
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 </row>
23943 <row>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948
23949 \backslash
23950 perp
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 $\perp$
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 propto
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 $\propto$
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 asymp
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 $\asymp$
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 doteq
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 $\doteq$
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 circeq
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 $\circeq$
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 models
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 $\models$
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" bottomline="true" leftline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098
24099 \backslash
24100 widehat=
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109 \begin_inset Formula $\widehat{=}$
24110 \end_inset
24111
24112
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 </row>
24118 </lyxtabular>
24119
24120 \end_inset
24121
24122
24123 \begin_inset space \hfill{}
24124 \end_inset
24125
24126
24127 \begin_inset Tabular
24128 <lyxtabular version="3" rows="17" columns="2">
24129 <features tabularvalignment="middle">
24130 <column alignment="center" valignment="top" width="0pt">
24131 <column alignment="center" valignment="top" width="0pt">
24132 <row>
24133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137 Comando
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 Relación
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 </row>
24152 <row>
24153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157 >
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166 \begin_inset Formula $>$
24167 \end_inset
24168
24169
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 </row>
24175 <row>
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180
24181 \backslash
24182 ge
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Plain Layout
24191 \begin_inset Formula $\ge$
24192 \end_inset
24193
24194
24195 \end_layout
24196
24197 \end_inset
24198 </cell>
24199 </row>
24200 <row>
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205
24206 \backslash
24207 gg
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216 \begin_inset Formula $\gg$
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 </row>
24225 <row>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230
24231 \backslash
24232 succ
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Plain Layout
24241 \begin_inset Formula $\succ$
24242 \end_inset
24243
24244
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 </row>
24250 <row>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255
24256 \backslash
24257 succeq
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266 \begin_inset Formula $\succeq$
24267 \end_inset
24268
24269
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 </row>
24275 <row>
24276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280
24281 \backslash
24282 supset
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291 \begin_inset Formula $\supset$
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 </row>
24300 <row>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305
24306 \backslash
24307 supseteq
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316 \begin_inset Formula $\supseteq$
24317 \end_inset
24318
24319
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 </row>
24325 <row>
24326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330
24331 \backslash
24332 sqsupseteq
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Plain Layout
24341 \begin_inset Formula $\sqsupseteq$
24342 \end_inset
24343
24344
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 </row>
24350 <row>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355
24356 \backslash
24357 ni
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 \begin_inset Formula $\ni$
24367 \end_inset
24368
24369
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 </row>
24375 <row>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \backslash
24382 dashv
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 $\dashv$
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 frown
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 $\frown$
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 rhd
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 $\rhd$
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 unrhd
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 $\unrhd$
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 lessgtr
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 $\lessgtr$
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 parallel
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 $\parallel$
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" bottomline="true" leftline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530
24531 \backslash
24532 nparallel
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541 \begin_inset Formula $\nparallel$
24542 \end_inset
24543
24544
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 </row>
24550 </lyxtabular>
24551
24552 \end_inset
24553
24554
24555 \begin_inset space \hfill{}
24556 \end_inset
24557
24558
24559 \end_layout
24560
24561 \begin_layout Standard
24562 \begin_inset VSpace medskip
24563 \end_inset
24564
24565
24566 \end_layout
24567
24568 \begin_layout Standard
24569 Los caracteres 
24570 \series bold
24571
24572 \backslash
24573 lhd
24574 \series default
24575  y 
24576 \series bold
24577
24578 \backslash
24579 rhd
24580 \series default
24581  son mayores que los operadores de aspecto similar 
24582 \series bold
24583
24584 \backslash
24585 triangleleft
24586 \series default
24587  y 
24588 \series bold
24589
24590 \backslash
24591 triangleright
24592 \series default
24593 , respectivamente.
24594 \end_layout
24595
24596 \begin_layout Standard
24597 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24598 \end_layout
24599
24600 \begin_layout Standard
24601 Se pueden componer relaciones con etiquetas con el comando 
24602 \series bold
24603
24604 \backslash
24605 stackrel
24606 \series default
24607
24608 \begin_inset Index idx
24609 status collapsed
24610
24611 \begin_layout Plain Layout
24612 Comandos ! S ! 
24613 \backslash
24614 stackrel
24615 \end_layout
24616
24617 \end_inset
24618
24619 :
24620 \end_layout
24621
24622 \begin_layout Standard
24623 \align center
24624 \begin_inset Tabular
24625 <lyxtabular version="3" rows="2" columns="2">
24626 <features tabularvalignment="middle">
24627 <column alignment="center" valignment="top" width="0">
24628 <column alignment="center" valignment="top" width="0">
24629 <row>
24630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24631 \begin_inset Text
24632
24633 \begin_layout Plain Layout
24634 Comando
24635 \end_layout
24636
24637 \end_inset
24638 </cell>
24639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24640 \begin_inset Text
24641
24642 \begin_layout Plain Layout
24643 Resultado
24644 \begin_inset Note Note
24645 status collapsed
24646
24647 \begin_layout Plain Layout
24648
24649 \series bold
24650
24651 \backslash
24652 raisebox
24653 \series default
24654  se usa sólo como espaciador
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 </row>
24665 <row>
24666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670 A(r)
24671 \backslash
24672 stackrel
24673 \begin_inset ERT
24674 status collapsed
24675
24676 \begin_layout Plain Layout
24677
24678
24679 \backslash
24680 spce 
24681 \end_layout
24682
24683 \end_inset
24684
24685 r
24686 \backslash
24687 to
24688 \backslash
24689 infty
24690 \begin_inset ERT
24691 status collapsed
24692
24693 \begin_layout Plain Layout
24694
24695
24696 \backslash
24697 spce 
24698 \end_layout
24699
24700 \end_inset
24701
24702
24703 \begin_inset Formula $\downarrow$
24704 \end_inset
24705
24706
24707 \backslash
24708 approx
24709 \begin_inset ERT
24710 status collapsed
24711
24712 \begin_layout Plain Layout
24713
24714
24715 \backslash
24716 spce 
24717 \end_layout
24718
24719 \end_inset
24720
24721
24722 \begin_inset ERT
24723 status collapsed
24724
24725 \begin_layout Plain Layout
24726
24727
24728 \backslash
24729 spce 
24730 \end_layout
24731
24732 \end_inset
24733
24734 B
24735 \end_layout
24736
24737 \end_inset
24738 </cell>
24739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24744 \end_inset
24745
24746
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 </row>
24752 </lyxtabular>
24753
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \begin_layout Section
24760 Funciones
24761 \end_layout
24762
24763 \begin_layout Subsection
24764 Funciones predefinidas
24765 \begin_inset CommandInset label
24766 LatexCommand label
24767 name "sub:Funciones-predefinidas"
24768
24769 \end_inset
24770
24771
24772 \begin_inset Index idx
24773 status collapsed
24774
24775 \begin_layout Plain Layout
24776 Funciones ! predefinidas
24777 \end_layout
24778
24779 \end_inset
24780
24781
24782 \begin_inset Index idx
24783 status collapsed
24784
24785 \begin_layout Plain Layout
24786 Funciones ! en español
24787 \end_layout
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Standard
24795 En general las variables se escriben en 
24796 \emph on
24797 cursiva
24798 \emph default
24799  en expresiones matemáticas, pero no los nombres de las funciones, porque
24800  
24801 \begin_inset Formula $sen$
24802 \end_inset
24803
24804  podría confundirse con 
24805 \begin_inset Formula $s\cdot e\cdot n$
24806 \end_inset
24807
24808 .
24809  Por eso hay funciones predefinidas, que además se separan un poco del factor
24810  precedente.
24811  Se insertan como comandos con una barra inversa delante de su nombre.
24812 \end_layout
24813
24814 \begin_layout Standard
24815 \align center
24816 \begin_inset Tabular
24817 <lyxtabular version="3" rows="2" columns="4">
24818 <features tabularvalignment="middle">
24819 <column alignment="center" valignment="top" width="0pt">
24820 <column alignment="center" valignment="top" width="0pt">
24821 <column alignment="center" valignment="top" width="0pt">
24822 <column alignment="center" valignment="top" width="0pt">
24823 <row>
24824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Plain Layout
24828 Comando
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837 Resultado
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Plain Layout
24846 Comando
24847 \end_layout
24848
24849 \end_inset
24850 </cell>
24851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24852 \begin_inset Text
24853
24854 \begin_layout Plain Layout
24855 Resultado
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 </row>
24861 <row>
24862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866 Asen(x)+B
24867 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875 \begin_inset Formula $Asen(x)+B$
24876 \end_inset
24877
24878
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Plain Layout
24887 A
24888 \backslash
24889 sen(x)+B
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24895 \begin_inset Text
24896
24897 \begin_layout Plain Layout
24898 \begin_inset Formula $A\sen(x)+B$
24899 \end_inset
24900
24901
24902 \end_layout
24903
24904 \end_inset
24905 </cell>
24906 </row>
24907 </lyxtabular>
24908
24909 \end_inset
24910
24911
24912 \end_layout
24913
24914 \begin_layout Standard
24915 Las funciones siguientes están predefinidas:
24916 \begin_inset Foot
24917 status collapsed
24918
24919 \begin_layout Plain Layout
24920 Se han añadido los comandos equivalentes proporcionados por el estilo 
24921 \series bold
24922 spanish
24923 \series default
24924  de 
24925 \series bold
24926 babel
24927 \series default
24928 .
24929  (Estos no están disponibles en el panel de funciones).
24930  Además, en su caso, las funciones serán acentuadas automáticamente en la
24931  salida, p.
24932 \begin_inset space \thinspace{}
24933 \end_inset
24934
24935 e.
24936  
24937 \begin_inset Quotes fld
24938 \end_inset
24939
24940 lím
24941 \begin_inset Quotes frd
24942 \end_inset
24943
24944  o 
24945 \begin_inset Quotes fld
24946 \end_inset
24947
24948 máx
24949 \begin_inset Quotes frd
24950 \end_inset
24951
24952 .
24953  Más información en 
24954 \begin_inset CommandInset citation
24955 LatexCommand cite
24956 key "spanish"
24957
24958 \end_inset
24959
24960 .
24961  (
24962 \emph on
24963 N.
24964 \begin_inset space \thinspace{}
24965 \end_inset
24966
24967 del t.
24968 \emph default
24969 )
24970 \end_layout
24971
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \begin_layout Standard
24978 \begin_inset VSpace -2mm
24979 \end_inset
24980
24981
24982 \end_layout
24983
24984 \begin_layout Standard
24985 \align center
24986 \begin_inset Tabular
24987 <lyxtabular version="3" rows="9" columns="7">
24988 <features tabularvalignment="middle">
24989 <column alignment="center" valignment="top" width="0pt">
24990 <column alignment="center" valignment="top" width="0pt">
24991 <column alignment="center" valignment="top" width="0pt">
24992 <column alignment="center" valignment="top" width="0pt">
24993 <column alignment="center" valignment="top" width="0pt">
24994 <column alignment="center" valignment="top" width="0pt">
24995 <column alignment="center" valignment="top" width="0pt">
24996 <row>
24997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001 Comando
25002 \end_layout
25003
25004 \end_inset
25005 </cell>
25006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25007 \begin_inset Text
25008
25009 \begin_layout Plain Layout
25010 español
25011 \end_layout
25012
25013 \end_inset
25014 </cell>
25015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25016 \begin_inset Text
25017
25018 \begin_layout Plain Layout
25019 Comando
25020 \end_layout
25021
25022 \end_inset
25023 </cell>
25024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25025 \begin_inset Text
25026
25027 \begin_layout Plain Layout
25028 español
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037 Comando
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046 español
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055 Comando
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 </row>
25061 <row>
25062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066
25067 \backslash
25068 sin
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077
25078 \backslash
25079 sen
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088
25089 \backslash
25090 sinh
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099
25100 \backslash
25101 senh
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25107 \begin_inset Text
25108
25109 \begin_layout Plain Layout
25110
25111 \backslash
25112 arcsin
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121
25122 \backslash
25123 arcsen
25124 \end_layout
25125
25126 \end_inset
25127 </cell>
25128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132
25133 \backslash
25134 sup
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 </row>
25140 <row>
25141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145
25146 \backslash
25147 cos
25148 \end_layout
25149
25150 \end_inset
25151 </cell>
25152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25153 \begin_inset Text
25154
25155 \begin_layout Plain Layout
25156
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \backslash
25167 cosh
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185
25186 \backslash
25187 arccos
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Plain Layout
25196
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205
25206 \backslash
25207 inf
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 </row>
25213 <row>
25214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25215 \begin_inset Text
25216
25217 \begin_layout Plain Layout
25218
25219 \backslash
25220 tan
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229
25230 \backslash
25231 tg
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240
25241 \backslash
25242 tanh
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 tgh
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \backslash
25264 arctan
25265 \end_layout
25266
25267 \end_inset
25268 </cell>
25269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25270 \begin_inset Text
25271
25272 \begin_layout Plain Layout
25273
25274 \backslash
25275 arctg
25276 \end_layout
25277
25278 \end_inset
25279 </cell>
25280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25281 \begin_inset Text
25282
25283 \begin_layout Plain Layout
25284
25285 \backslash
25286 lim
25287 \end_layout
25288
25289 \end_inset
25290 </cell>
25291 </row>
25292 <row>
25293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25294 \begin_inset Text
25295
25296 \begin_layout Plain Layout
25297
25298 \backslash
25299 cot
25300 \end_layout
25301
25302 \end_inset
25303 </cell>
25304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25305 \begin_inset Text
25306
25307 \begin_layout Plain Layout
25308
25309 \backslash
25310 cotg
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25316 \begin_inset Text
25317
25318 \begin_layout Plain Layout
25319
25320 \backslash
25321 coth
25322 \end_layout
25323
25324 \end_inset
25325 </cell>
25326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Plain Layout
25330
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \backslash
25341 arg
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359
25360 \backslash
25361 liminf
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 </row>
25367 <row>
25368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372
25373 \backslash
25374 sec
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25380 \begin_inset Text
25381
25382 \begin_layout Plain Layout
25383
25384 \end_layout
25385
25386 \end_inset
25387 </cell>
25388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25389 \begin_inset Text
25390
25391 \begin_layout Plain Layout
25392
25393 \backslash
25394 min
25395 \end_layout
25396
25397 \end_inset
25398 </cell>
25399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Plain Layout
25403
25404 \end_layout
25405
25406 \end_inset
25407 </cell>
25408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412
25413 \backslash
25414 deg
25415 \end_layout
25416
25417 \end_inset
25418 </cell>
25419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25420 \begin_inset Text
25421
25422 \begin_layout Plain Layout
25423
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25429 \begin_inset Text
25430
25431 \begin_layout Plain Layout
25432
25433 \backslash
25434 limsup
25435 \end_layout
25436
25437 \end_inset
25438 </cell>
25439 </row>
25440 <row>
25441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25442 \begin_inset Text
25443
25444 \begin_layout Plain Layout
25445
25446 \backslash
25447 csc
25448 \end_layout
25449
25450 \end_inset
25451 </cell>
25452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25453 \begin_inset Text
25454
25455 \begin_layout Plain Layout
25456
25457 \backslash
25458 cosec
25459 \end_layout
25460
25461 \end_inset
25462 </cell>
25463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Plain Layout
25467
25468 \backslash
25469 max
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478
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 det
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 \end_layout
25500
25501 \end_inset
25502 </cell>
25503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Plain Layout
25507
25508 \backslash
25509 Pr
25510 \end_layout
25511
25512 \end_inset
25513 </cell>
25514 </row>
25515 <row>
25516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25517 \begin_inset Text
25518
25519 \begin_layout Plain Layout
25520
25521 \backslash
25522 ln
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25528 \begin_inset Text
25529
25530 \begin_layout Plain Layout
25531
25532 \end_layout
25533
25534 \end_inset
25535 </cell>
25536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25537 \begin_inset Text
25538
25539 \begin_layout Plain Layout
25540
25541 \backslash
25542 exp
25543 \end_layout
25544
25545 \end_inset
25546 </cell>
25547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25548 \begin_inset Text
25549
25550 \begin_layout Plain Layout
25551
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560
25561 \backslash
25562 dim
25563 \end_layout
25564
25565 \end_inset
25566 </cell>
25567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25568 \begin_inset Text
25569
25570 \begin_layout Plain Layout
25571
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580
25581 \backslash
25582 hom
25583 \end_layout
25584
25585 \end_inset
25586 </cell>
25587 </row>
25588 <row>
25589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25590 \begin_inset Text
25591
25592 \begin_layout Plain Layout
25593
25594 \backslash
25595 lg
25596 \end_layout
25597
25598 \end_inset
25599 </cell>
25600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25601 \begin_inset Text
25602
25603 \begin_layout Plain Layout
25604
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613
25614 \backslash
25615 log
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633
25634 \backslash
25635 ker
25636 \end_layout
25637
25638 \end_inset
25639 </cell>
25640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25641 \begin_inset Text
25642
25643 \begin_layout Plain Layout
25644
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653
25654 \backslash
25655 gcd
25656 \end_layout
25657
25658 \end_inset
25659 </cell>
25660 </row>
25661 </lyxtabular>
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \begin_layout Standard
25669 También se pueden insertar con el botón 
25670 \begin_inset Graphics
25671         filename ../../images/math/functions.png
25672         scale 85
25673
25674 \end_inset
25675
25676  de la barra de ecuaciones.
25677 \end_layout
25678
25679 \begin_layout Subsection
25680 Funciones definidas por el usuario
25681 \begin_inset Index idx
25682 status collapsed
25683
25684 \begin_layout Plain Layout
25685 Funciones ! personalizadas
25686 \end_layout
25687
25688 \end_inset
25689
25690
25691 \end_layout
25692
25693 \begin_layout Standard
25694 Para usar una función no predefinida, como por ejemplo la función signo,
25695  sgn(x), hay dos posibilidades:
25696 \end_layout
25697
25698 \begin_layout Itemize
25699 Define la función añadiendo al preámbulo LaTeX la línea
25700 \begin_inset Foot
25701 status collapsed
25702
25703 \begin_layout Plain Layout
25704 Más sobre 
25705 \series bold
25706
25707 \backslash
25708 DeclareMathOperator
25709 \series default
25710  en 
25711 \begin_inset CommandInset ref
25712 LatexCommand ref
25713 reference "sub:Operadores-de-usuario"
25714
25715 \end_inset
25716
25717
25718 \end_layout
25719
25720 \end_inset
25721
25722
25723 \begin_inset Newline newline
25724 \end_inset
25725
25726
25727 \begin_inset VSpace -3mm
25728 \end_inset
25729
25730
25731 \begin_inset Newline newline
25732 \end_inset
25733
25734
25735 \series bold
25736
25737 \backslash
25738 DeclareMathOperator{
25739 \backslash
25740 sgn}{sgn}
25741 \series default
25742
25743 \begin_inset Index idx
25744 status collapsed
25745
25746 \begin_layout Plain Layout
25747 Comandos ! D ! 
25748 \backslash
25749 dbinom@
25750 \backslash
25751 DeclareMathOperator
25752 \end_layout
25753
25754 \end_inset
25755
25756
25757 \begin_inset Newline newline
25758 \end_inset
25759
25760
25761 \begin_inset VSpace -2mm
25762 \end_inset
25763
25764
25765 \begin_inset Newline newline
25766 \end_inset
25767
25768 Ahora la función recién definida se puede obtener con el comando 
25769 \series bold
25770
25771 \backslash
25772 sgn
25773 \series default
25774 .
25775 \end_layout
25776
25777 \begin_layout Itemize
25778 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25779  en nuestro ejemplo las letras 
25780 \emph on
25781 sgn
25782 \emph default
25783 , y cámbialo a texto matemático.
25784  Entre el factor precedente y la función se inserta un espacio.
25785 \end_layout
25786
25787 \begin_layout Standard
25788 El resultado con ambos métodos es el mismo que con una función predefinida:
25789 \begin_inset Foot
25790 status collapsed
25791
25792 \begin_layout Plain Layout
25793 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25794  negro.
25795 \end_layout
25796
25797 \end_inset
25798
25799
25800 \end_layout
25801
25802 \begin_layout Standard
25803 \align center
25804 \begin_inset Tabular
25805 <lyxtabular version="3" rows="3" columns="2">
25806 <features tabularvalignment="middle">
25807 <column alignment="center" valignment="top" width="0pt">
25808 <column alignment="center" valignment="top" width="0pt">
25809 <row>
25810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25811 \begin_inset Text
25812
25813 \begin_layout Plain Layout
25814 Comando
25815 \end_layout
25816
25817 \end_inset
25818 </cell>
25819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Plain Layout
25823 Resultado
25824 \end_layout
25825
25826 \end_inset
25827 </cell>
25828 </row>
25829 <row>
25830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834 A
25835 \backslash
25836 sgn(x)+B
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845 \begin_inset Formula $A\sgn(x)+B$
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 </row>
25854 <row>
25855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25856 \begin_inset Text
25857
25858 \begin_layout Plain Layout
25859 A
25860 \backslash
25861 ,
25862 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25863 \end_inset
25864
25865 (x)+B
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25871 \begin_inset Text
25872
25873 \begin_layout Plain Layout
25874 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25875 \end_inset
25876
25877
25878 \end_layout
25879
25880 \end_inset
25881 </cell>
25882 </row>
25883 </lyxtabular>
25884
25885 \end_inset
25886
25887
25888 \end_layout
25889
25890 \begin_layout Standard
25891 El primer método es preferible si la función se va a usar varias veces.
25892 \end_layout
25893
25894 \begin_layout Subsection
25895 Límites
25896 \begin_inset Index idx
25897 status collapsed
25898
25899 \begin_layout Plain Layout
25900 Limites@Límites
25901 \end_layout
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \begin_layout Standard
25909 Para límites, además de 
25910 \series bold
25911
25912 \backslash
25913 lim
25914 \series default
25915
25916 \begin_inset Index idx
25917 status collapsed
25918
25919 \begin_layout Plain Layout
25920 Comandos ! L ! 
25921 \backslash
25922 lim
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \series bold
25929
25930 \backslash
25931 liminf
25932 \series default
25933  y 
25934 \series bold
25935
25936 \backslash
25937 limsup
25938 \series default
25939  están definidas las siguientes funciones:
25940 \series bold
25941  
25942 \end_layout
25943
25944 \begin_layout Standard
25945 \noindent
25946 \align center
25947 \begin_inset Tabular
25948 <lyxtabular version="3" rows="5" columns="2">
25949 <features tabularvalignment="middle">
25950 <column alignment="center" valignment="top" width="0">
25951 <column alignment="center" valignment="top" width="0">
25952 <row>
25953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957 Comando
25958 \end_layout
25959
25960 \end_inset
25961 </cell>
25962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966 Resultado
25967 \begin_inset Note Note
25968 status collapsed
25969
25970 \begin_layout Plain Layout
25971
25972 \series bold
25973
25974 \backslash
25975 raisebox
25976 \series default
25977  se usa sólo como espaciador
25978 \end_layout
25979
25980 \end_inset
25981
25982
25983 \end_layout
25984
25985 \end_inset
25986 </cell>
25987 </row>
25988 <row>
25989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25990 \begin_inset Text
25991
25992 \begin_layout Plain Layout
25993
25994 \backslash
25995 varliminf
25996 \end_layout
25997
25998 \end_inset
25999 </cell>
26000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Plain Layout
26004 \begin_inset Formula $\varliminf$
26005 \end_inset
26006
26007
26008 \end_layout
26009
26010 \end_inset
26011 </cell>
26012 </row>
26013 <row>
26014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26015 \begin_inset Text
26016
26017 \begin_layout Plain Layout
26018
26019 \backslash
26020 varlimsup
26021 \end_layout
26022
26023 \end_inset
26024 </cell>
26025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26026 \begin_inset Text
26027
26028 \begin_layout Plain Layout
26029 \begin_inset Formula $\varlimsup$
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \end_inset
26036 </cell>
26037 </row>
26038 <row>
26039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043
26044 \backslash
26045 varprojlim
26046 \end_layout
26047
26048 \end_inset
26049 </cell>
26050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26051 \begin_inset Text
26052
26053 \begin_layout Plain Layout
26054 \begin_inset Formula $\varprojlim$
26055 \end_inset
26056
26057
26058 \end_layout
26059
26060 \end_inset
26061 </cell>
26062 </row>
26063 <row>
26064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26065 \begin_inset Text
26066
26067 \begin_layout Plain Layout
26068
26069 \backslash
26070 varinjlim
26071 \end_layout
26072
26073 \end_inset
26074 </cell>
26075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Plain Layout
26079 \begin_inset Formula $\varinjlim$
26080 \end_inset
26081
26082
26083 \begin_inset Formula $\raisebox{-2.5mm}{}$
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \end_inset
26090 </cell>
26091 </row>
26092 </lyxtabular>
26093
26094 \end_inset
26095
26096
26097 \end_layout
26098
26099 \begin_layout Standard
26100 \begin_inset VSpace medskip
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \begin_layout Standard
26107 El límite se crea insertando un subíndice.
26108  Se imprime a la derecha junto a la función en una fórmula en línea:
26109 \end_layout
26110
26111 \begin_layout Standard
26112 \noindent
26113 \align center
26114 \begin_inset Tabular
26115 <lyxtabular version="3" rows="2" columns="2">
26116 <features tabularvalignment="middle">
26117 <column alignment="center" valignment="top" width="0pt">
26118 <column alignment="center" valignment="top" width="0pt">
26119 <row>
26120 <cell alignment="center" valignment="top" usebox="none">
26121 \begin_inset Text
26122
26123 \begin_layout Plain Layout
26124 Comando
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 <cell alignment="center" valignment="top" usebox="none">
26130 \begin_inset Text
26131
26132 \begin_layout Plain Layout
26133 \begin_inset space \hspace{}
26134 \length 1cm
26135 \end_inset
26136
26137 Resultado
26138 \begin_inset Note Note
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142
26143 \series bold
26144
26145 \backslash
26146 raisebox
26147 \series default
26148  se usa sólo como espaciador
26149 \end_layout
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \end_inset
26157 </cell>
26158 </row>
26159 <row>
26160 <cell alignment="center" valignment="top" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Plain Layout
26164
26165 \backslash
26166 lim_x
26167 \backslash
26168 to
26169 \begin_inset ERT
26170 status collapsed
26171
26172 \begin_layout Plain Layout
26173
26174
26175 \backslash
26176 spce 
26177 \end_layout
26178
26179 \end_inset
26180
26181 A
26182 \begin_inset ERT
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186
26187
26188 \backslash
26189 spce 
26190 \end_layout
26191
26192 \end_inset
26193
26194 x=B
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 <cell alignment="center" valignment="top" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Plain Layout
26203 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 </row>
26212 </lyxtabular>
26213
26214 \end_inset
26215
26216
26217 \end_layout
26218
26219 \begin_layout Standard
26220 En una ecuación presentada el límite se imprime debajo, como es habitual:
26221 \begin_inset Formula \[
26222 \lim\limits _{x\rightarrow A}=B\]
26223
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \begin_layout Subsection
26230 Función módulo
26231 \begin_inset Index idx
26232 status collapsed
26233
26234 \begin_layout Plain Layout
26235 Funciones ! módulo
26236 \end_layout
26237
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \begin_layout Standard
26244 La función módulo es especial, porque existe en cuatro variantes.
26245 \end_layout
26246
26247 \begin_layout Standard
26248 En una ecuación presentada:
26249 \begin_inset Formula \begin{align*}
26250 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26251 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26252 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26253 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26254 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26255 \end{align*}
26256
26257 \end_inset
26258
26259 En una ecuación en línea se pone menos espacio delante del nombre de la
26260  función para todas las variantes.
26261 \end_layout
26262
26263 \begin_layout Standard
26264 \begin_inset Newpage newpage
26265 \end_inset
26266
26267
26268 \end_layout
26269
26270 \begin_layout Section
26271 Caracteres especiales
26272 \begin_inset Index idx
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276 Caracteres especiales
26277 \end_layout
26278
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \begin_layout Subsection
26285 Caracteres especiales en texto matemático
26286 \end_layout
26287
26288 \begin_layout Standard
26289 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26290  TeX:
26291 \end_layout
26292
26293 \begin_layout Standard
26294 \begin_inset space \hfill{}
26295 \end_inset
26296
26297
26298 \begin_inset Tabular
26299 <lyxtabular version="3" rows="8" columns="2">
26300 <features tabularvalignment="middle">
26301 <column alignment="block" valignment="top" width="0">
26302 <column alignment="block" valignment="top" width="0">
26303 <row>
26304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26305 \begin_inset Text
26306
26307 \begin_layout Plain Layout
26308 Comando
26309 \end_layout
26310
26311 \end_inset
26312 </cell>
26313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Plain Layout
26317 Resultado
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 <row>
26324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328
26329 \backslash
26330 oe
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 \begin_inset Formula $\textrm{œ}$
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \end_inset
26346 </cell>
26347 </row>
26348 <row>
26349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353
26354 \backslash
26355 OE
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 \begin_inset Formula $\textrm{Œ}$
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \end_inset
26371 </cell>
26372 </row>
26373 <row>
26374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26375 \begin_inset Text
26376
26377 \begin_layout Plain Layout
26378
26379 \backslash
26380 ae
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 \begin_inset Formula $\textrm{æ}$
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 </row>
26398 <row>
26399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Plain Layout
26403
26404 \backslash
26405 AE
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414 \begin_inset Formula $\textrm{Æ}$
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 </row>
26423 <row>
26424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428
26429 \backslash
26430 aa
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 \begin_inset Formula $\textrm{\aa}$
26440 \end_inset
26441
26442
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 </row>
26448 <row>
26449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26450 \begin_inset Text
26451
26452 \begin_layout Plain Layout
26453
26454 \backslash
26455 AA
26456 \begin_inset Index idx
26457 status collapsed
26458
26459 \begin_layout Plain Layout
26460
26461 \backslash
26462 @
26463 \begin_inset ERT
26464 status collapsed
26465
26466 \begin_layout Plain Layout
26467
26468
26469 \backslash
26470 textrm{
26471 \backslash
26472 AA}
26473 \end_layout
26474
26475 \end_inset
26476
26477
26478 \end_layout
26479
26480 \end_inset
26481
26482
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26488 \begin_inset Text
26489
26490 \begin_layout Plain Layout
26491 \begin_inset Formula $\textrm{Å}$
26492 \end_inset
26493
26494
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 </row>
26500 <row>
26501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Plain Layout
26505
26506 \backslash
26507 i
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26513 \begin_inset Text
26514
26515 \begin_layout Plain Layout
26516 \begin_inset Formula $\textrm{ı}$
26517 \end_inset
26518
26519
26520 \end_layout
26521
26522 \end_inset
26523 </cell>
26524 </row>
26525 </lyxtabular>
26526
26527 \end_inset
26528
26529
26530 \begin_inset space \hfill{}
26531 \end_inset
26532
26533
26534 \begin_inset Tabular
26535 <lyxtabular version="3" rows="8" columns="2">
26536 <features tabularvalignment="middle">
26537 <column alignment="block" valignment="top" width="0">
26538 <column alignment="center" valignment="top" width="0">
26539 <row>
26540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544 Comando
26545 \begin_inset Note Note
26546 status collapsed
26547
26548 \begin_layout Plain Layout
26549
26550 \series bold
26551
26552 \backslash
26553 raisebox
26554 \series default
26555  se usa sólo como espaciador
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Plain Layout
26569 Resultado
26570 \end_layout
26571
26572 \end_inset
26573 </cell>
26574 </row>
26575 <row>
26576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Plain Layout
26580
26581 \backslash
26582 o
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591 \begin_inset Formula $\textrm{ø}$
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \end_inset
26598 </cell>
26599 </row>
26600 <row>
26601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Plain Layout
26605
26606 \backslash
26607 O
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Plain Layout
26616 \begin_inset Formula $\textrm{Ø}$
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 </row>
26625 <row>
26626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26627 \begin_inset Text
26628
26629 \begin_layout Plain Layout
26630
26631 \backslash
26632 l
26633 \end_layout
26634
26635 \end_inset
26636 </cell>
26637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26638 \begin_inset Text
26639
26640 \begin_layout Plain Layout
26641 \begin_inset Formula $\textrm{ł}$
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \end_inset
26648 </cell>
26649 </row>
26650 <row>
26651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26652 \begin_inset Text
26653
26654 \begin_layout Plain Layout
26655
26656 \backslash
26657 L
26658 \end_layout
26659
26660 \end_inset
26661 </cell>
26662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26663 \begin_inset Text
26664
26665 \begin_layout Plain Layout
26666 \begin_inset Formula $\textrm{Ł}$
26667 \end_inset
26668
26669
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 </row>
26675 <row>
26676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 !
26681 \begin_inset space \hspace{}
26682 \length 0mm
26683 \end_inset
26684
26685 `
26686 \begin_inset ERT
26687 status collapsed
26688
26689 \begin_layout Plain Layout
26690
26691
26692 \backslash
26693 spce 
26694 \end_layout
26695
26696 \end_inset
26697
26698
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707 \begin_inset Formula $\textrm{!`}$
26708 \end_inset
26709
26710
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 </row>
26716 <row>
26717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26718 \begin_inset Text
26719
26720 \begin_layout Plain Layout
26721 ?
26722 \begin_inset space \hspace{}
26723 \length 0mm
26724 \end_inset
26725
26726 `
26727 \begin_inset ERT
26728 status collapsed
26729
26730 \begin_layout Plain Layout
26731
26732
26733 \backslash
26734 spce 
26735 \end_layout
26736
26737 \end_inset
26738
26739
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26745 \begin_inset Text
26746
26747 \begin_layout Plain Layout
26748 \begin_inset Formula $\textrm{?`}$
26749 \end_inset
26750
26751
26752 \end_layout
26753
26754 \end_inset
26755 </cell>
26756 </row>
26757 <row>
26758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26759 \begin_inset Text
26760
26761 \begin_layout Plain Layout
26762
26763 \backslash
26764 j
26765 \end_layout
26766
26767 \end_inset
26768 </cell>
26769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773 \begin_inset Formula $\textrm{ȷ}$
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 </row>
26782 </lyxtabular>
26783
26784 \end_inset
26785
26786
26787 \begin_inset space \hfill{}
26788 \end_inset
26789
26790
26791 \end_layout
26792
26793 \begin_layout Standard
26794 Los caracteres 
26795 \begin_inset Formula $\textrm{\textrm{Å}}$
26796 \end_inset
26797
26798  y 
26799 \begin_inset Formula $\textrm{\textrm{Ø}}$
26800 \end_inset
26801
26802  también se pueden insertar mediante el botón 
26803 \begin_inset Graphics
26804         filename ../../images/math/digamma.png
26805         scale 85
26806
26807 \end_inset
26808
26809  de la barra de ecuaciones.
26810 \end_layout
26811
26812 \begin_layout Standard
26813 Los comandos 
26814 \series bold
26815 !
26816 \begin_inset space \hspace{}
26817 \length 0mm
26818 \end_inset
26819
26820 `
26821 \series default
26822  y 
26823 \series bold
26824 ?
26825 \begin_inset space \hspace{}
26826 \length 0mm
26827 \end_inset
26828
26829 `
26830 \series default
26831  son una excepción porque se pueden insertar directamente a texto en LyX.
26832  
26833 \end_layout
26834
26835 \begin_layout Subsection
26836 Acentos en texto
26837 \begin_inset CommandInset label
26838 LatexCommand label
26839 name "sub:Acentos-en-texto"
26840
26841 \end_inset
26842
26843
26844 \begin_inset Index idx
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848 Acentos ! en texto
26849 \end_layout
26850
26851 \end_inset
26852
26853
26854 \end_layout
26855
26856 \begin_layout Standard
26857 Con los siguientes comandos se pueden acentuar todas las letras.
26858  Los comandos deben ponerse en modo TeX.
26859 \end_layout
26860
26861 \begin_layout Standard
26862 \begin_inset space \hfill{}
26863 \end_inset
26864
26865
26866 \begin_inset Tabular
26867 <lyxtabular version="3" rows="8" columns="2">
26868 <features tabularvalignment="middle">
26869 <column alignment="block" valignment="top" width="0">
26870 <column alignment="block" valignment="top" width="0">
26871 <row>
26872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26873 \begin_inset Text
26874
26875 \begin_layout Plain Layout
26876 Comando
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26882 \begin_inset Text
26883
26884 \begin_layout Plain Layout
26885 Resultado
26886 \end_layout
26887
26888 \end_inset
26889 </cell>
26890 </row>
26891 <row>
26892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26893 \begin_inset Text
26894
26895 \begin_layout Plain Layout
26896
26897 \backslash
26898
26899 \begin_inset Quotes grd
26900 \end_inset
26901
26902 e
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26908 \begin_inset Text
26909
26910 \begin_layout Plain Layout
26911 \begin_inset ERT
26912 status collapsed
26913
26914 \begin_layout Plain Layout
26915
26916
26917 \backslash
26918 "e
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \end_inset
26927 </cell>
26928 </row>
26929 <row>
26930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26931 \begin_inset Text
26932
26933 \begin_layout Plain Layout
26934
26935 \backslash
26936 `e
26937 \end_layout
26938
26939 \end_inset
26940 </cell>
26941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26942 \begin_inset Text
26943
26944 \begin_layout Plain Layout
26945 \begin_inset ERT
26946 status collapsed
26947
26948 \begin_layout Plain Layout
26949
26950
26951 \backslash
26952 `e
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \end_inset
26961 </cell>
26962 </row>
26963 <row>
26964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26965 \begin_inset Text
26966
26967 \begin_layout Plain Layout
26968
26969 \backslash
26970 ^
26971 \begin_inset ERT
26972 status collapsed
26973
26974 \begin_layout Plain Layout
26975
26976
26977 \backslash
26978 spce 
26979 \end_layout
26980
26981 \end_inset
26982
26983 e
26984 \end_layout
26985
26986 \end_inset
26987 </cell>
26988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26989 \begin_inset Text
26990
26991 \begin_layout Plain Layout
26992 \begin_inset ERT
26993 status collapsed
26994
26995 \begin_layout Plain Layout
26996
26997
26998 \backslash
26999 ^e
27000 \end_layout
27001
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 </row>
27010 <row>
27011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27012 \begin_inset Text
27013
27014 \begin_layout Plain Layout
27015
27016 \backslash
27017 =e
27018 \end_layout
27019
27020 \end_inset
27021 </cell>
27022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27023 \begin_inset Text
27024
27025 \begin_layout Plain Layout
27026 \begin_inset ERT
27027 status collapsed
27028
27029 \begin_layout Plain Layout
27030
27031
27032 \backslash
27033 =e
27034 \end_layout
27035
27036 \end_inset
27037
27038
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 </row>
27044 <row>
27045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27046 \begin_inset Text
27047
27048 \begin_layout Plain Layout
27049
27050 \backslash
27051 u
27052 \begin_inset ERT
27053 status collapsed
27054
27055 \begin_layout Plain Layout
27056
27057
27058 \backslash
27059 spce 
27060 \end_layout
27061
27062 \end_inset
27063
27064 e
27065 \end_layout
27066
27067 \end_inset
27068 </cell>
27069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27070 \begin_inset Text
27071
27072 \begin_layout Plain Layout
27073 \begin_inset ERT
27074 status collapsed
27075
27076 \begin_layout Plain Layout
27077
27078
27079 \backslash
27080 u e
27081 \end_layout
27082
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \end_inset
27089 </cell>
27090 </row>
27091 <row>
27092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27093 \begin_inset Text
27094
27095 \begin_layout Plain Layout
27096
27097 \backslash
27098 b
27099 \begin_inset ERT
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103
27104
27105 \backslash
27106 spce 
27107 \end_layout
27108
27109 \end_inset
27110
27111 e
27112 \end_layout
27113
27114 \end_inset
27115 </cell>
27116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27117 \begin_inset Text
27118
27119 \begin_layout Plain Layout
27120 \begin_inset ERT
27121 status collapsed
27122
27123 \begin_layout Plain Layout
27124
27125
27126 \backslash
27127 b e
27128 \end_layout
27129
27130 \end_inset
27131
27132
27133 \end_layout
27134
27135 \end_inset
27136 </cell>
27137 </row>
27138 <row>
27139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27140 \begin_inset Text
27141
27142 \begin_layout Plain Layout
27143
27144 \backslash
27145 t
27146 \begin_inset ERT
27147 status collapsed
27148
27149 \begin_layout Plain Layout
27150
27151
27152 \backslash
27153 spce 
27154 \end_layout
27155
27156 \end_inset
27157
27158 ee
27159 \end_layout
27160
27161 \end_inset
27162 </cell>
27163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27164 \begin_inset Text
27165
27166 \begin_layout Plain Layout
27167 \begin_inset ERT
27168 status collapsed
27169
27170 \begin_layout Plain Layout
27171
27172
27173 \backslash
27174 t ee
27175 \end_layout
27176
27177 \end_inset
27178
27179
27180 \end_layout
27181
27182 \end_inset
27183 </cell>
27184 </row>
27185 </lyxtabular>
27186
27187 \end_inset
27188
27189
27190 \begin_inset space \hfill{}
27191 \end_inset
27192
27193
27194 \begin_inset Tabular
27195 <lyxtabular version="3" rows="8" columns="2">
27196 <features tabularvalignment="middle">
27197 <column alignment="block" valignment="top" width="0">
27198 <column alignment="center" valignment="top" width="0">
27199 <row>
27200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27201 \begin_inset Text
27202
27203 \begin_layout Plain Layout
27204 Comando
27205 \end_layout
27206
27207 \end_inset
27208 </cell>
27209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27210 \begin_inset Text
27211
27212 \begin_layout Plain Layout
27213 Resultado
27214 \end_layout
27215
27216 \end_inset
27217 </cell>
27218 </row>
27219 <row>
27220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27221 \begin_inset Text
27222
27223 \begin_layout Plain Layout
27224
27225 \backslash
27226 H
27227 \begin_inset ERT
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231
27232
27233 \backslash
27234 spce 
27235 \end_layout
27236
27237 \end_inset
27238
27239 e
27240 \end_layout
27241
27242 \end_inset
27243 </cell>
27244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27245 \begin_inset Text
27246
27247 \begin_layout Plain Layout
27248 \begin_inset ERT
27249 status collapsed
27250
27251 \begin_layout Plain Layout
27252
27253
27254 \backslash
27255 H e
27256 \end_layout
27257
27258 \end_inset
27259
27260
27261 \end_layout
27262
27263 \end_inset
27264 </cell>
27265 </row>
27266 <row>
27267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27268 \begin_inset Text
27269
27270 \begin_layout Plain Layout
27271
27272 \backslash
27273 'e
27274 \end_layout
27275
27276 \end_inset
27277 </cell>
27278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27279 \begin_inset Text
27280
27281 \begin_layout Plain Layout
27282 \begin_inset ERT
27283 status collapsed
27284
27285 \begin_layout Plain Layout
27286
27287
27288 \backslash
27289 'e
27290 \end_layout
27291
27292 \end_inset
27293
27294
27295 \end_layout
27296
27297 \end_inset
27298 </cell>
27299 </row>
27300 <row>
27301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27302 \begin_inset Text
27303
27304 \begin_layout Plain Layout
27305
27306 \backslash
27307 ~e
27308 \begin_inset Index idx
27309 status collapsed
27310
27311 \begin_layout Plain Layout
27312 Tilde
27313 \end_layout
27314
27315 \end_inset
27316
27317
27318 \end_layout
27319
27320 \end_inset
27321 </cell>
27322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27323 \begin_inset Text
27324
27325 \begin_layout Plain Layout
27326 \begin_inset ERT
27327 status collapsed
27328
27329 \begin_layout Plain Layout
27330
27331
27332 \backslash
27333 ~e
27334 \end_layout
27335
27336 \end_inset
27337
27338
27339 \end_layout
27340
27341 \end_inset
27342 </cell>
27343 </row>
27344 <row>
27345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27346 \begin_inset Text
27347
27348 \begin_layout Plain Layout
27349
27350 \backslash
27351 .e
27352 \end_layout
27353
27354 \end_inset
27355 </cell>
27356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27357 \begin_inset Text
27358
27359 \begin_layout Plain Layout
27360 \begin_inset ERT
27361 status collapsed
27362
27363 \begin_layout Plain Layout
27364
27365
27366 \backslash
27367 .e
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \end_inset
27376 </cell>
27377 </row>
27378 <row>
27379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27380 \begin_inset Text
27381
27382 \begin_layout Plain Layout
27383
27384 \backslash
27385 v
27386 \begin_inset ERT
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390
27391
27392 \backslash
27393 spce 
27394 \end_layout
27395
27396 \end_inset
27397
27398 e
27399 \end_layout
27400
27401 \end_inset
27402 </cell>
27403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27404 \begin_inset Text
27405
27406 \begin_layout Plain Layout
27407 \begin_inset ERT
27408 status collapsed
27409
27410 \begin_layout Plain Layout
27411
27412
27413 \backslash
27414 v e
27415 \end_layout
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 </row>
27425 <row>
27426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27427 \begin_inset Text
27428
27429 \begin_layout Plain Layout
27430
27431 \backslash
27432 d
27433 \begin_inset ERT
27434 status collapsed
27435
27436 \begin_layout Plain Layout
27437
27438
27439 \backslash
27440 spce 
27441 \end_layout
27442
27443 \end_inset
27444
27445 e
27446 \end_layout
27447
27448 \end_inset
27449 </cell>
27450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27451 \begin_inset Text
27452
27453 \begin_layout Plain Layout
27454 \begin_inset ERT
27455 status collapsed
27456
27457 \begin_layout Plain Layout
27458
27459
27460 \backslash
27461 d e
27462 \end_layout
27463
27464 \end_inset
27465
27466
27467 \end_layout
27468
27469 \end_inset
27470 </cell>
27471 </row>
27472 <row>
27473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27474 \begin_inset Text
27475
27476 \begin_layout Plain Layout
27477
27478 \backslash
27479 c
27480 \begin_inset ERT
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484
27485
27486 \backslash
27487 spce 
27488 \end_layout
27489
27490 \end_inset
27491
27492 e
27493 \end_layout
27494
27495 \end_inset
27496 </cell>
27497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27498 \begin_inset Text
27499
27500 \begin_layout Plain Layout
27501 \begin_inset ERT
27502 status collapsed
27503
27504 \begin_layout Plain Layout
27505
27506
27507 \backslash
27508 c e
27509 \end_layout
27510
27511 \end_inset
27512
27513
27514 \end_layout
27515
27516 \end_inset
27517 </cell>
27518 </row>
27519 </lyxtabular>
27520
27521 \end_inset
27522
27523
27524 \begin_inset space \hfill{}
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \begin_layout Standard
27531 \begin_inset VSpace medskip
27532 \end_inset
27533
27534
27535 \end_layout
27536
27537 \begin_layout Standard
27538 Con el comando 
27539 \series bold
27540
27541 \backslash
27542 t
27543 \series default
27544  también se pueden acentuar dos caracteres distintos.
27545  El comando 
27546 \series bold
27547
27548 \backslash
27549 t
27550 \begin_inset ERT
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554
27555
27556 \backslash
27557 spce 
27558 \end_layout
27559
27560 \end_inset
27561
27562 sz
27563 \series default
27564  genera 
27565 \begin_inset ERT
27566 status collapsed
27567
27568 \begin_layout Plain Layout
27569
27570
27571 \backslash
27572 t sz
27573 \end_layout
27574
27575 \end_inset
27576
27577
27578 \end_layout
27579
27580 \begin_layout Standard
27581 Los acentos 
27582 \series bold
27583 `
27584 \series default
27585  , 
27586 \series bold
27587 '
27588 \series default
27589  y 
27590 \series bold
27591 ^
27592 \series default
27593  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27594  TeX.
27595  Lo mismo se aplica a la tilde
27596 \begin_inset Foot
27597 status collapsed
27598
27599 \begin_layout Plain Layout
27600 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27601 \end_layout
27602
27603 \end_inset
27604
27605  con 
27606 \emph on
27607 a
27608 \emph default
27609
27610 \emph on
27611 o
27612 \emph default
27613  y 
27614 \emph on
27615 n.
27616 \end_layout
27617
27618 \begin_layout Standard
27619 Los comandos 
27620 \series bold
27621
27622 \backslash
27623 b
27624 \series default
27625  , 
27626 \series bold
27627
27628 \backslash
27629 c
27630 \series default
27631  , 
27632 \series bold
27633
27634 \backslash
27635 d
27636 \series default
27637  , 
27638 \series bold
27639
27640 \backslash
27641 H
27642 \series default
27643  , 
27644 \series bold
27645
27646 \backslash
27647 t
27648 \series default
27649  , 
27650 \series bold
27651
27652 \backslash
27653 u
27654 \series default
27655  , 
27656 \series bold
27657
27658 \backslash
27659 v
27660 \series default
27661 , y acentos insertados directamente con el teclado también están disponibles
27662  en texto matemático.
27663  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27664  
27665 \begin_inset CommandInset ref
27666 LatexCommand ref
27667 reference "sub:Acentos-para-un"
27668
27669 \end_inset
27670
27671 .
27672 \end_layout
27673
27674 \begin_layout Standard
27675 \begin_inset VSpace bigskip
27676 \end_inset
27677
27678
27679 \end_layout
27680
27681 \begin_layout Standard
27682 Además, con el comando 
27683 \series bold
27684
27685 \backslash
27686 textcircled
27687 \series default
27688
27689 \begin_inset Index idx
27690 status collapsed
27691
27692 \begin_layout Plain Layout
27693 Comandos ! T ! 
27694 \backslash
27695 textcircled
27696 \end_layout
27697
27698 \end_inset
27699
27700  se pueden insertar en un círculo todos los números y letras, de forma parecida
27701  al símbolo copyright.
27702 \end_layout
27703
27704 \begin_layout Standard
27705 \noindent
27706 \align center
27707 \begin_inset Tabular
27708 <lyxtabular version="3" rows="3" columns="2">
27709 <features tabularvalignment="middle">
27710 <column alignment="center" valignment="top" width="0">
27711 <column alignment="center" valignment="top" width="0">
27712 <row>
27713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27714 \begin_inset Text
27715
27716 \begin_layout Plain Layout
27717 Comando
27718 \end_layout
27719
27720 \end_inset
27721 </cell>
27722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27723 \begin_inset Text
27724
27725 \begin_layout Plain Layout
27726 Resultado
27727 \begin_inset Note Note
27728 status collapsed
27729
27730 \begin_layout Plain Layout
27731
27732 \series bold
27733
27734 \backslash
27735 raisebox
27736 \series default
27737  se usa sólo como espaciador
27738 \end_layout
27739
27740 \end_inset
27741
27742
27743 \end_layout
27744
27745 \end_inset
27746 </cell>
27747 </row>
27748 <row>
27749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27750 \begin_inset Text
27751
27752 \begin_layout Plain Layout
27753
27754 \backslash
27755 textcircled{w}
27756 \end_layout
27757
27758 \end_inset
27759 </cell>
27760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27761 \begin_inset Text
27762
27763 \begin_layout Plain Layout
27764 \begin_inset ERT
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768
27769
27770 \backslash
27771 textcircled{w}
27772 \end_layout
27773
27774 \end_inset
27775
27776
27777 \end_layout
27778
27779 \end_inset
27780 </cell>
27781 </row>
27782 <row>
27783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27784 \begin_inset Text
27785
27786 \begin_layout Plain Layout
27787
27788 \backslash
27789 Large 
27790 \backslash
27791 textcircled{
27792 \backslash
27793 normalsize
27794 \backslash
27795 protect
27796 \backslash
27797 raisebox{-1.5pt}{W}}
27798 \end_layout
27799
27800 \end_inset
27801 </cell>
27802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27803 \begin_inset Text
27804
27805 \begin_layout Plain Layout
27806 \begin_inset Formula $\raisebox{4.5mm}{}$
27807 \end_inset
27808
27809
27810 \begin_inset ERT
27811 status collapsed
27812
27813 \begin_layout Plain Layout
27814
27815
27816 \backslash
27817 Large 
27818 \backslash
27819 textcircled{
27820 \backslash
27821 normalsize
27822 \backslash
27823 protect
27824 \backslash
27825 raisebox{-1.5pt}W}
27826 \end_layout
27827
27828 \end_inset
27829
27830
27831 \begin_inset Formula $\raisebox{-2mm}{}$
27832 \end_inset
27833
27834
27835 \end_layout
27836
27837 \end_inset
27838 </cell>
27839 </row>
27840 </lyxtabular>
27841
27842 \end_inset
27843
27844
27845 \end_layout
27846
27847 \begin_layout Standard
27848 Hay que tener cuidado que el carácter se ajuste al círculo.
27849  Por eso 
27850 \series bold
27851
27852 \backslash
27853 Large
27854 \begin_inset Foot
27855 status collapsed
27856
27857 \begin_layout Plain Layout
27858 véase 
27859 \begin_inset CommandInset ref
27860 LatexCommand ref
27861 reference "sub:Tamaños-de-fuentes"
27862
27863 \end_inset
27864
27865
27866 \end_layout
27867
27868 \end_inset
27869
27870
27871 \series default
27872  especifica el tamaño del círculo.
27873  Con ayuda de 
27874 \series bold
27875
27876 \backslash
27877 raisebox
27878 \begin_inset Foot
27879 status collapsed
27880
27881 \begin_layout Plain Layout
27882 véase 
27883 \begin_inset CommandInset ref
27884 LatexCommand ref
27885 reference "sub:Cuadros-sin-marco"
27886
27887 \end_inset
27888
27889
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \series default
27896  se puede centrar el carácter.
27897 \end_layout
27898
27899 \begin_layout Subsection
27900 Números en estilo antiguo
27901 \begin_inset Index idx
27902 status collapsed
27903
27904 \begin_layout Plain Layout
27905 Numeros@Números ! en estilo antiguo
27906 \end_layout
27907
27908 \end_inset
27909
27910
27911 \end_layout
27912
27913 \begin_layout Standard
27914 Los números en estilo antiguo o elzevirianos se componen con el comando
27915  
27916 \series bold
27917
27918 \backslash
27919 oldstylenums
27920 \series default
27921
27922 \begin_inset Index idx
27923 status collapsed
27924
27925 \begin_layout Plain Layout
27926 Comandos ! O ! 
27927 \backslash
27928 oldstylenums
27929 \end_layout
27930
27931 \end_inset
27932
27933 .
27934  El comando se puede usar en ecuaciones y en modo TeX.
27935  Su esquema es:
27936 \end_layout
27937
27938 \begin_layout Standard
27939
27940 \series bold
27941
27942 \backslash
27943 oldstylenums{número}
27944 \end_layout
27945
27946 \begin_layout Standard
27947 El comando 
27948 \series bold
27949
27950 \backslash
27951 oldstylenums{0123456789}
27952 \series default
27953  genera: 
27954 \begin_inset Formula $\oldstylenums{0123456789}$
27955 \end_inset
27956
27957
27958 \end_layout
27959
27960 \begin_layout Subsection
27961 Caracteres especiales misceláneos
27962 \begin_inset CommandInset label
27963 LatexCommand label
27964 name "sub:Caracteres-especiales-misceláneos"
27965
27966 \end_inset
27967
27968
27969 \begin_inset Index idx
27970 status collapsed
27971
27972 \begin_layout Plain Layout
27973 Caracteres especiales ! misceláneos
27974 \end_layout
27975
27976 \end_inset
27977
27978
27979 \end_layout
27980
27981 \begin_layout Standard
27982 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27983  comandos:
27984 \end_layout
27985
27986 \begin_layout Standard
27987 \noindent
27988 \align center
27989 \begin_inset Tabular
27990 <lyxtabular version="3" rows="4" columns="2">
27991 <features tabularvalignment="middle">
27992 <column alignment="center" valignment="top" width="0">
27993 <column alignment="center" valignment="top" width="0">
27994 <row>
27995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27996 \begin_inset Text
27997
27998 \begin_layout Plain Layout
27999 Comando
28000 \end_layout
28001
28002 \end_inset
28003 </cell>
28004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28005 \begin_inset Text
28006
28007 \begin_layout Plain Layout
28008 Resultado
28009 \end_layout
28010
28011 \end_inset
28012 </cell>
28013 </row>
28014 <row>
28015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28016 \begin_inset Text
28017
28018 \begin_layout Plain Layout
28019
28020 \backslash
28021 ^
28022 \begin_inset ERT
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026
28027
28028 \backslash
28029 spce 
28030 \end_layout
28031
28032 \end_inset
28033
28034
28035 \end_layout
28036
28037 \end_inset
28038 </cell>
28039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28040 \begin_inset Text
28041
28042 \begin_layout Plain Layout
28043 \begin_inset Formula $\mathcircumflex$
28044 \end_inset
28045
28046
28047 \end_layout
28048
28049 \end_inset
28050 </cell>
28051 </row>
28052 <row>
28053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28054 \begin_inset Text
28055
28056 \begin_layout Plain Layout
28057
28058 \backslash
28059 _
28060 \end_layout
28061
28062 \end_inset
28063 </cell>
28064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28065 \begin_inset Text
28066
28067 \begin_layout Plain Layout
28068 \begin_inset Formula $\_$
28069 \end_inset
28070
28071
28072 \end_layout
28073
28074 \end_inset
28075 </cell>
28076 </row>
28077 <row>
28078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28079 \begin_inset Text
28080
28081 \begin_layout Plain Layout
28082 ^
28083 \begin_inset ERT
28084 status collapsed
28085
28086 \begin_layout Plain Layout
28087
28088
28089 \backslash
28090 spce 
28091 \end_layout
28092
28093 \end_inset
28094
28095
28096 \backslash
28097 circ
28098 \begin_inset Index idx
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102
28103 \backslash
28104
28105 \end_layout
28106
28107 \end_inset
28108
28109
28110 \end_layout
28111
28112 \end_inset
28113 </cell>
28114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28115 \begin_inset Text
28116
28117 \begin_layout Plain Layout
28118 \begin_inset Formula $^{\circ}$
28119 \end_inset
28120
28121
28122 \end_layout
28123
28124 \end_inset
28125 </cell>
28126 </row>
28127 </lyxtabular>
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Standard
28135 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
28136  LaTeX contiene la línea:
28137 \begin_inset Foot
28138 status collapsed
28139
28140 \begin_layout Plain Layout
28141 Más sobre este asunto en 
28142 \begin_inset CommandInset ref
28143 LatexCommand ref
28144 reference "sub:Caracteres-de-texto"
28145
28146 \end_inset
28147
28148
28149 \end_layout
28150
28151 \end_inset
28152
28153  
28154 \end_layout
28155
28156 \begin_layout Standard
28157
28158 \series bold
28159
28160 \backslash
28161 DeclareInputtext{176}{
28162 \backslash
28163 ifmmode^
28164 \backslash
28165 circ
28166 \backslash
28167 else
28168 \backslash
28169 textdegree
28170 \backslash
28171 fi}
28172 \end_layout
28173
28174 \begin_layout Standard
28175 \begin_inset Newpage newpage
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \begin_layout Section
28182 Estilos de ecuación
28183 \begin_inset CommandInset label
28184 LatexCommand label
28185 name "sec:Estilos-de-ecuación"
28186
28187 \end_inset
28188
28189
28190 \begin_inset Index idx
28191 status collapsed
28192
28193 \begin_layout Plain Layout
28194 Ecuación ! estilos de
28195 \end_layout
28196
28197 \end_inset
28198
28199
28200 \end_layout
28201
28202 \begin_layout Itemize
28203 Hay dos estilos diferentes de alineación:
28204 \end_layout
28205
28206 \begin_deeper
28207 \begin_layout Description
28208 Centrado es el estándar predefinido
28209 \end_layout
28210
28211 \begin_layout Description
28212 Sangrado para este estilo debe insertarse la opción de clase 
28213 \series bold
28214 fleqn
28215 \series default
28216  en el menú 
28217 \family sans
28218 Documento\SpecialChar \menuseparator
28219 Configuración
28220 \family default
28221  bajo 
28222 \family sans
28223 Clase de documento
28224 \end_layout
28225
28226 \begin_layout Standard
28227 Cuando se usa 
28228 \series bold
28229 Sangrado
28230 \series default
28231 , éste se puede ajustar con la longitud 
28232 \series bold
28233
28234 \backslash
28235 mathindent
28236 \series default
28237
28238 \begin_inset Index idx
28239 status collapsed
28240
28241 \begin_layout Plain Layout
28242 Comandos ! M ! 
28243 \backslash
28244 mathindent
28245 \end_layout
28246
28247 \end_inset
28248
28249 .
28250  Para 15
28251 \begin_inset space \thinspace{}
28252 \end_inset
28253
28254 mm, p.
28255 \begin_inset space \thinspace{}
28256 \end_inset
28257
28258 e., se inserta esta línea de comando en el preámbulo LaTeX:
28259 \end_layout
28260
28261 \begin_layout Standard
28262
28263 \series bold
28264
28265 \backslash
28266 setlength{
28267 \backslash
28268 mathindent}{15mm}
28269 \end_layout
28270
28271 \begin_layout Standard
28272 Si no se especifica longitud se usa el valor predeterminado de 30
28273 \begin_inset space \thinspace{}
28274 \end_inset
28275
28276 pt.
28277 \end_layout
28278
28279 \end_deeper
28280 \begin_layout Itemize
28281 Y dos estilos diferentes de numeración:
28282 \end_layout
28283
28284 \begin_deeper
28285 \begin_layout Description
28286 Derecha es el estándar predefinido
28287 \end_layout
28288
28289 \begin_layout Description
28290 Izquierda para este estilo debe insertarse la opción de clase 
28291 \series bold
28292 leqno
28293 \series default
28294  en el menú 
28295 \family sans
28296 Documento\SpecialChar \menuseparator
28297 Configuración
28298 \family default
28299  bajo 
28300 \family sans
28301 Clase de documento
28302 \end_layout
28303
28304 \end_deeper
28305 \begin_layout Standard
28306
28307 \series bold
28308 fleqn
28309 \series default
28310  y 
28311 \series bold
28312 leqno
28313 \series default
28314  también se pueden usar juntos.
28315  En ese caso se insertan ambas opciones, separadas por una coma.
28316 \end_layout
28317
28318 \begin_layout Standard
28319 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
28320  documento.
28321  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28322  estilo 
28323 \series bold
28324 Centrado
28325 \series default
28326  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28327 \begin_inset CommandInset ref
28328 LatexCommand ref
28329 reference "sub:Entorno-flalign"
28330
28331 \end_inset
28332
28333 .
28334 \end_layout
28335
28336 \begin_layout Section
28337 Ecuaciones multilínea
28338 \begin_inset CommandInset label
28339 LatexCommand label
28340 name "sec:Ecuaciones-multilínea"
28341
28342 \end_inset
28343
28344
28345 \begin_inset Index idx
28346 status collapsed
28347
28348 \begin_layout Plain Layout
28349 Ecuación ! multilínea
28350 \end_layout
28351
28352 \end_inset
28353
28354
28355 \end_layout
28356
28357 \begin_layout Subsection
28358 General
28359 \end_layout
28360
28361 \begin_layout Standard
28362 En LyX se generan nuevas líneas en una ecuación con 
28363 \family sans
28364 \series bold
28365 Ctrl+Retorno
28366 \family default
28367 \series default
28368 .
28369  Esto crea un 
28370 \series bold
28371 entorno eqnarray
28372 \series default
28373 , que se describe en
28374 \begin_inset space ~
28375 \end_inset
28376
28377
28378 \begin_inset CommandInset ref
28379 LatexCommand ref
28380 reference "sub:Entorno-eqnarray"
28381
28382 \end_inset
28383
28384  o, si se ha marcado la opción 
28385 \family sans
28386 Usar
28387 \begin_inset space ~
28388 \end_inset
28389
28390 el
28391 \begin_inset space ~
28392 \end_inset
28393
28394 paquete
28395 \begin_inset space ~
28396 \end_inset
28397
28398 de
28399 \begin_inset space ~
28400 \end_inset
28401
28402 ecuaciones
28403 \begin_inset space ~
28404 \end_inset
28405
28406 AMS
28407 \family default
28408  en la configuración del documento
28409 \family sans
28410 , un 
28411 \series bold
28412 entorno
28413 \family default
28414 \series default
28415  
28416 \series bold
28417 align
28418 \series default
28419 , que se describe en
28420 \begin_inset space ~
28421 \end_inset
28422
28423
28424 \begin_inset CommandInset ref
28425 LatexCommand ref
28426 reference "sub:Entorno-align-estándar"
28427
28428 \end_inset
28429
28430 .
28431 \end_layout
28432
28433 \begin_layout Standard
28434 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28435  el menú 
28436 \family sans
28437 Insertar\SpecialChar \menuseparator
28438 Ecuación
28439 \family default
28440 .
28441  En las siguientes secciones se describen estos entornos.
28442 \end_layout
28443
28444 \begin_layout Standard
28445 En todos los entornos de ecuación multilínea la combinación 
28446 \family sans
28447 Ctrl+Retorno
28448 \family default
28449  genera una línea nueva.
28450  Para añadir o quitar líneas se pueden usar los botones 
28451 \begin_inset Graphics
28452         filename ../../images/tabular-feature_append-row.png
28453         scale 85
28454
28455 \end_inset
28456
28457  o 
28458 \begin_inset Graphics
28459         filename ../../images/tabular-feature_delete-row.png
28460         scale 85
28461
28462 \end_inset
28463
28464 de la barra de herramientas, respectivamente, o el menú 
28465 \family sans
28466 Editar\SpecialChar \menuseparator
28467 Filas y columnas
28468 \family default
28469 .
28470 \end_layout
28471
28472 \begin_layout Subsubsection
28473 Separación de líneas
28474 \begin_inset CommandInset label
28475 LatexCommand label
28476 name "sub:Separación-de-líneas"
28477
28478 \end_inset
28479
28480
28481 \begin_inset Index idx
28482 status collapsed
28483
28484 \begin_layout Plain Layout
28485 Ecuación ! multilínea ! separación de filas
28486 \end_layout
28487
28488 \end_inset
28489
28490
28491 \end_layout
28492
28493 \begin_layout Standard
28494 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28495 \begin_inset Formula \begin{eqnarray*}
28496 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}\\
28497 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
28498 \end{eqnarray*}
28499
28500 \end_inset
28501
28502 En LaTeX un espacio adicional para una línea se especifica como argumento
28503  opcional del comando de nueva línea.
28504  Esto aún no es posible en LYX,
28505 \begin_inset Foot
28506 status collapsed
28507
28508 \begin_layout Plain Layout
28509 véase 
28510 \begin_inset CommandInset href
28511 LatexCommand href
28512 name "LyX-bug #1505"
28513 target "http://www.lyx.org/trac/ticket/1505"
28514
28515 \end_inset
28516
28517
28518 \end_layout
28519
28520 \end_inset
28521
28522  por lo que toda la ecuación debe insertarse en modo TeX.
28523  Para añadir espacio en nuestro ejemplo se inserta el comando 
28524 \series bold
28525
28526 \backslash
28527
28528 \backslash
28529 [3mm]
28530 \series default
28531  al final de la primera línea.
28532  Así: 
28533 \begin_inset ERT
28534 status collapsed
28535
28536 \begin_layout Plain Layout
28537
28538
28539 \backslash
28540 begin{eqnarray*}
28541 \end_layout
28542
28543 \begin_layout Plain Layout
28544
28545 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28546  = & 
28547 \backslash
28548 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28549 \backslash
28550
28551 \backslash
28552 [3mm]
28553 \end_layout
28554
28555 \begin_layout Plain Layout
28556
28557 4x^{2}
28558 \backslash
28559 left(B^{2}+x_{0}^{2}
28560 \backslash
28561 right)+4x_{0}x
28562 \backslash
28563 left(D-B^{2}
28564 \backslash
28565 right)+B^{2}
28566 \backslash
28567 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28568 \backslash
28569 right) & = & 0
28570 \end_layout
28571
28572 \begin_layout Plain Layout
28573
28574
28575 \backslash
28576 end{eqnarray*}
28577 \end_layout
28578
28579 \end_inset
28580
28581
28582 \begin_inset VSpace bigskip
28583 \end_inset
28584
28585
28586 \end_layout
28587
28588 \begin_layout Standard
28589 Para obtener separación en todas las líneas hay que cambiar la longitud
28590  
28591 \series bold
28592
28593 \backslash
28594 jot
28595 \series default
28596
28597 \begin_inset Index idx
28598 status collapsed
28599
28600 \begin_layout Plain Layout
28601 Comandos ! J ! 
28602 \backslash
28603 jot
28604 \end_layout
28605
28606 \end_inset
28607
28608 .
28609  La definición es: 
28610 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28611 \end_inset
28612
28613 .
28614  El valor predeterminado para 
28615 \series bold
28616
28617 \backslash
28618 jot
28619 \series default
28620  es 3
28621 \begin_inset space \thinspace{}
28622 \end_inset
28623
28624 pt.
28625  Para establecer una separación adicional de 3
28626 \begin_inset space \thinspace{}
28627 \end_inset
28628
28629 mm como en el ejemplo anterior, se inserta el comando
28630 \end_layout
28631
28632 \begin_layout Standard
28633
28634 \series bold
28635
28636 \backslash
28637 setlength{
28638 \backslash
28639 jot}{3mm+3pt}
28640 \end_layout
28641
28642 \begin_layout Standard
28643 en modo TeX antes de la ecuación.
28644  Es necesario cargar el paquete 
28645 \series bold
28646 calc
28647 \series default
28648
28649 \begin_inset Foot
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653
28654 \series bold
28655 calc
28656 \series default
28657  forma parte de toda instalación LaTeX estándar.
28658 \end_layout
28659
28660 \end_inset
28661
28662
28663 \begin_inset Index idx
28664 status collapsed
28665
28666 \begin_layout Plain Layout
28667 Paquetes ! calc
28668 \end_layout
28669
28670 \end_inset
28671
28672  en el preámbulo con la línea
28673 \end_layout
28674
28675 \begin_layout Standard
28676
28677 \series bold
28678
28679 \backslash
28680 usepackage{calc}
28681 \end_layout
28682
28683 \begin_layout Standard
28684 Se obtiene:
28685 \begin_inset ERT
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689
28690
28691 \backslash
28692 setlength{
28693 \backslash
28694 jot}{3mm+3pt}
28695 \end_layout
28696
28697 \end_inset
28698
28699
28700 \begin_inset Formula \begin{eqnarray*}
28701 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}\\
28702 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
28703 \end{eqnarray*}
28704
28705 \end_inset
28706
28707
28708 \begin_inset ERT
28709 status collapsed
28710
28711 \begin_layout Plain Layout
28712
28713
28714 \backslash
28715 setlength{
28716 \backslash
28717 jot}{3pt}
28718 \end_layout
28719
28720 \end_inset
28721
28722  Para volver a la distancia predeterminada, 
28723 \series bold
28724
28725 \backslash
28726 jot
28727 \series default
28728  se establece en 3
28729 \begin_inset space \thinspace{}
28730 \end_inset
28731
28732 pt.
28733 \end_layout
28734
28735 \begin_layout Subsubsection
28736 Separación de columnas
28737 \begin_inset CommandInset label
28738 LatexCommand label
28739 name "sub:Separación-de-columnas"
28740
28741 \end_inset
28742
28743
28744 \begin_inset Index idx
28745 status collapsed
28746
28747 \begin_layout Plain Layout
28748 Ecuación ! multilínea !separación de columnas
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \begin_layout Standard
28757 Una ecuación multilínea forma una matriz.
28758  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28759  columnas.
28760  Cambiando la separación de columnas en este entorno se puede cambiar el
28761  espacio junto al signo de relación.
28762 \end_layout
28763
28764 \begin_layout Standard
28765 La separación de columnas se especifica con la longitud
28766 \series bold
28767  
28768 \backslash
28769 arraycolsep
28770 \series default
28771
28772 \begin_inset Index idx
28773 status collapsed
28774
28775 \begin_layout Plain Layout
28776 Comandos ! A ! 
28777 \backslash
28778 arraycolsep
28779 \end_layout
28780
28781 \end_inset
28782
28783  según:
28784 \begin_inset Newline newline
28785 \end_inset
28786
28787 separación de columnas = 2
28788 \begin_inset space \thinspace{}
28789 \end_inset
28790
28791
28792 \series bold
28793
28794 \backslash
28795 arraycolsep
28796 \series default
28797
28798 \begin_inset Newline newline
28799 \end_inset
28800
28801 Así, el comando en modo TeX
28802 \end_layout
28803
28804 \begin_layout Standard
28805
28806 \series bold
28807
28808 \backslash
28809 setlength{
28810 \backslash
28811 arraycolsep}{1cm}
28812 \end_layout
28813
28814 \begin_layout Standard
28815 establece para todas las ecuaciones siguientes una separación de columnas
28816  de 2
28817 \begin_inset space \thinspace{}
28818 \end_inset
28819
28820 cm.
28821  Para volver al valor predefinido, 
28822 \series bold
28823
28824 \backslash
28825 arraycolsep
28826 \series default
28827  se pone en 5
28828 \begin_inset space \thinspace{}
28829 \end_inset
28830
28831 pt.
28832 \end_layout
28833
28834 \begin_layout Standard
28835 Una ecuación con separación de 2
28836 \begin_inset space \thinspace{}
28837 \end_inset
28838
28839 cm entre columnas:
28840 \begin_inset ERT
28841 status collapsed
28842
28843 \begin_layout Plain Layout
28844
28845
28846 \backslash
28847 setlength{
28848 \backslash
28849 arraycolsep}{1cm}
28850 \end_layout
28851
28852 \end_inset
28853
28854
28855 \begin_inset Formula \begin{eqnarray*}
28856 A & = & B\\
28857 C & \ne & A
28858 \end{eqnarray*}
28859
28860 \end_inset
28861
28862 Una ecuación con la separación predefinida para matrices, 10
28863 \begin_inset space \thinspace{}
28864 \end_inset
28865
28866 pt:
28867 \begin_inset ERT
28868 status collapsed
28869
28870 \begin_layout Plain Layout
28871
28872
28873 \backslash
28874 setlength{
28875 \backslash
28876 arraycolsep}{5pt}
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \begin_inset Formula \begin{eqnarray*}
28883 A & = & B\\
28884 C & \ne & A
28885 \end{eqnarray*}
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Subsubsection
28893 Ecuaciones largas
28894 \begin_inset Index idx
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898 Ecuación ! larga
28899 \end_layout
28900
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \begin_layout Standard
28907 Se pueden componer ecuaciones largas mediante estos métodos:
28908 \end_layout
28909
28910 \begin_layout Itemize
28911 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28912  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28913 \begin_inset Formula \begin{eqnarray}
28914 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 \\
28915  &  & -\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}
28916 \end{eqnarray}
28917
28918 \end_inset
28919
28920 El signo menos al principio de la segunda línea normalmente no aparece como
28921  operador porque es el primer carácter de la línea.
28922  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28923  Para evitarlo se ha insertado 3
28924 \begin_inset space \thinspace{}
28925 \end_inset
28926
28927 pt de espacio detrás del menos con el comando 
28928 \series bold
28929
28930 \backslash
28931 hspace
28932 \series default
28933 .
28934 \begin_inset Foot
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938 véase más sobre 
28939 \series bold
28940
28941 \backslash
28942 hspace
28943 \series default
28944  en 
28945 \begin_inset CommandInset ref
28946 LatexCommand ref
28947 reference "sub:Espacio-variable"
28948
28949 \end_inset
28950
28951
28952 \end_layout
28953
28954 \end_inset
28955
28956
28957 \begin_inset Index idx
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961 Comandos ! H ! 
28962 \backslash
28963 hspace
28964 \end_layout
28965
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \begin_layout Itemize
28972 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28973 \series bold
28974
28975 \backslash
28976 lefteqn
28977 \series default
28978
28979 \begin_inset Index idx
28980 status collapsed
28981
28982 \begin_layout Plain Layout
28983 Comandos ! L ! 
28984 \backslash
28985 lefteqn
28986 \end_layout
28987
28988 \end_inset
28989
28990 .
28991  Se inserta en la primer columna de la primera línea y hace que todas las
28992  inserciones posteriores sobreescriban las columnas siguientes:
28993 \begin_inset Formula \begin{eqnarray}
28994 \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 \\
28995  &  & -\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 \\
28996  &  & =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}
28997 \end{eqnarray}
28998
28999 \end_inset
29000
29001 Tras la inserción de 
29002 \series bold
29003
29004 \backslash
29005 lefteqn
29006 \series default
29007  el cursor está en un marco púrpura un poco a la izquierda del azul.
29008  La ecuación se inserta en éste.
29009 \begin_inset Newline newline
29010 \end_inset
29011
29012 El contenido de las restantes líneas se inserta en la segunda columna o
29013  en otra.
29014  A mayor número de columna donde se inserte, mayor sangrado.
29015 \begin_inset VSpace medskip
29016 \end_inset
29017
29018
29019 \begin_inset Newline newline
29020 \end_inset
29021
29022
29023 \begin_inset Note Greyedout
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027 Ten en cuenta lo siguiente si usas 
29028 \series bold
29029
29030 \backslash
29031 lefteqn
29032 \series default
29033 :
29034 \end_layout
29035
29036 \begin_layout Itemize
29037 La ecuación no usa la anchura total de la página.
29038  Cuando se añade, p.
29039 \begin_inset space \thinspace{}
29040 \end_inset
29041
29042 e., el término 
29043 \begin_inset Formula $-B^{2}$
29044 \end_inset
29045
29046  en la primera línea del ejemplo, debería estar fuera del margen.
29047  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
29048  principio de la primera línea.
29049 \end_layout
29050
29051 \begin_layout Itemize
29052 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
29053  primera línea.
29054 \begin_inset Foot
29055 status collapsed
29056
29057 \begin_layout Plain Layout
29058 \begin_inset CommandInset href
29059 LatexCommand href
29060 name "LyX-bug #1429"
29061 target "http://www.lyx.org/trac/ticket/1429"
29062
29063 \end_inset
29064
29065
29066 \end_layout
29067
29068 \end_inset
29069
29070  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29071  teclas de flecha.
29072 \end_layout
29073
29074 \end_inset
29075
29076  
29077 \end_layout
29078
29079 \begin_layout Itemize
29080 Se describen otros métodos para escribir fórmulas largas en 
29081 \begin_inset CommandInset ref
29082 LatexCommand ref
29083 reference "sub:Entorno-multilínea"
29084
29085 \end_inset
29086
29087  y 
29088 \begin_inset CommandInset ref
29089 LatexCommand ref
29090 reference "sub:Partes-de-una-multilínea"
29091
29092 \end_inset
29093
29094 .
29095 \end_layout
29096
29097 \begin_layout Subsubsection
29098 Delimitadores multilínea
29099 \begin_inset CommandInset label
29100 LatexCommand label
29101 name "sub:Delimitadores-multilínea"
29102
29103 \end_inset
29104
29105
29106 \begin_inset Index idx
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110 Delimitadores ! para varias líneas
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \end_layout
29117
29118 \begin_layout Standard
29119 Para poner delimitadores que cubran varias líneas hay un problema:
29120 \begin_inset Formula \begin{eqnarray*}
29121 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29122  &  & \left.\cdots+B-D\right]
29123 \end{eqnarray*}
29124
29125 \end_inset
29126
29127 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29128 res con tamaño variable no abarcan líneas múltiples.
29129 \end_layout
29130
29131 \begin_layout Standard
29132 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29133  primera línea se finaliza con 
29134 \series bold
29135
29136 \backslash
29137 right.
29138 \series default
29139
29140 \begin_inset Index idx
29141 status collapsed
29142
29143 \begin_layout Plain Layout
29144 Comandos ! R ! 
29145 \backslash
29146 right
29147 \end_layout
29148
29149 \end_inset
29150
29151  y la segunda con 
29152 \series bold
29153
29154 \backslash
29155 left.
29156 \series default
29157 .
29158 \begin_inset Foot
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162 Más sobre 
29163 \series bold
29164
29165 \backslash
29166 left.
29167
29168 \series default
29169  y 
29170 \series bold
29171
29172 \backslash
29173 right.
29174
29175 \series default
29176  en 
29177 \begin_inset CommandInset ref
29178 LatexCommand ref
29179 reference "sub:Tamaño-automático-de"
29180
29181 \end_inset
29182
29183
29184 \end_layout
29185
29186 \end_inset
29187
29188
29189 \begin_inset Index idx
29190 status collapsed
29191
29192 \begin_layout Plain Layout
29193 Comandos ! L ! 
29194 \backslash
29195 left
29196 \end_layout
29197
29198 \end_inset
29199
29200  Después de 
29201 \series bold
29202
29203 \backslash
29204 left.
29205
29206 \series default
29207  se inserta el comando 
29208 \series bold
29209
29210 \backslash
29211 vphantom
29212 \series default
29213
29214 \begin_inset ERT
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218
29219
29220 \backslash
29221 spce 
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \series bold
29228
29229 \backslash
29230 prod
29231 \series default
29232 ^
29233 \begin_inset ERT
29234 status collapsed
29235
29236 \begin_layout Plain Layout
29237
29238
29239 \backslash
29240 spce 
29241 \end_layout
29242
29243 \end_inset
29244
29245
29246 \series bold
29247
29248 \backslash
29249 infty
29250 \series default
29251
29252 \begin_inset ERT
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256
29257
29258 \backslash
29259 spce 
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \series bold
29266
29267 \begin_inset Formula $\downarrow$
29268 \end_inset
29269
29270 _R=1}
29271 \series default
29272
29273 \begin_inset Index idx
29274 status collapsed
29275
29276 \begin_layout Plain Layout
29277 Comandos ! V ! 
29278 \backslash
29279 vphantom
29280 \end_layout
29281
29282 \end_inset
29283
29284 , porque el operador de multiplicación con sus límites es el símbolo mayor
29285  en la primera línea y ese debería ser el tamaño para el delimitador en
29286  la segunda línea.
29287 \end_layout
29288
29289 \begin_layout Standard
29290 El resultado es: 
29291 \begin_inset Formula \begin{eqnarray*}
29292 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29293  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29294 \end{eqnarray*}
29295
29296 \end_inset
29297
29298
29299 \end_layout
29300
29301 \begin_layout Subsection
29302 Entornos align
29303 \end_layout
29304
29305 \begin_layout Standard
29306 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29307  Son especialmente apropiados para poner ecuaciones adosadas.
29308 \end_layout
29309
29310 \begin_layout Standard
29311 Los entornos align constan de columnas.
29312  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29313  En un entorno align se puede numerar cada línea.
29314 \end_layout
29315
29316 \begin_layout Standard
29317 Los entornos align se crean con el menú 
29318 \family sans
29319 Insertar\SpecialChar \menuseparator
29320 Ecuación
29321 \family default
29322 .
29323  Una ecuación existente se puede convertir a align con el menú 
29324 \family sans
29325 Editar\SpecialChar \menuseparator
29326 Ecuación\SpecialChar \menuseparator
29327 Cambiar tipo de ecuación
29328 \family default
29329 .
29330 \end_layout
29331
29332 \begin_layout Standard
29333 Para añadir o quitar columnas se pueden usar los botones 
29334 \begin_inset Graphics
29335         filename ../../images/tabular-feature_append-row.png
29336         scale 85
29337
29338 \end_inset
29339
29340  o 
29341 \begin_inset Graphics
29342         filename ../../images/tabular-feature_delete-row.png
29343         scale 85
29344
29345 \end_inset
29346
29347 de la barra de ecuaciones o el menú 
29348 \family sans
29349 Editar\SpecialChar \menuseparator
29350 Filas y columnas
29351 \family default
29352 .
29353 \end_layout
29354
29355 \begin_layout Subsubsection
29356 Entorno align estándar
29357 \begin_inset CommandInset label
29358 LatexCommand label
29359 name "sub:Entorno-align-estándar"
29360
29361 \end_inset
29362
29363
29364 \begin_inset Index idx
29365 status collapsed
29366
29367 \begin_layout Plain Layout
29368 Ecuación ! multilínea ! entorno align
29369 \end_layout
29370
29371 \end_inset
29372
29373
29374 \end_layout
29375
29376 \begin_layout Standard
29377 Este entorno align se crea pulsando 
29378 \family sans
29379 Ctrl+Retorno
29380 \family default
29381  en una ecuación o con el menú 
29382 \family sans
29383 Insertar\SpecialChar \menuseparator
29384 Ecuación\SpecialChar \menuseparator
29385 Entorno AMS align
29386 \family default
29387 .
29388 \end_layout
29389
29390 \begin_layout Standard
29391 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29392  align de cuatro columnas:
29393 \begin_inset Formula \begin{align*}
29394 A & =\sen(B) & C & =D\\
29395 C & \neq A & B & \neq D
29396 \end{align*}
29397
29398 \end_inset
29399
29400 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29401  un 
29402 \series bold
29403
29404 \backslash
29405 hfill
29406 \series default
29407
29408 \begin_inset Foot
29409 status collapsed
29410
29411 \begin_layout Plain Layout
29412 Más sobre 
29413 \series bold
29414
29415 \backslash
29416 hfill
29417 \series default
29418  en 
29419 \begin_inset CommandInset ref
29420 LatexCommand ref
29421 reference "sub:Espacio-variable"
29422
29423 \end_inset
29424
29425
29426 \end_layout
29427
29428 \end_inset
29429
29430  antes de la primera y detrás de cada columna par.
29431  Si se pone en estilo 
29432 \series bold
29433 Sangrado
29434 \series default
29435 ,
29436 \begin_inset Foot
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440 véase estilos de ecuación en 
29441 \begin_inset CommandInset ref
29442 LatexCommand ref
29443 reference "sec:Estilos-de-ecuación"
29444
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \end_inset
29451
29452  la ecuación queda sin el 
29453 \series bold
29454
29455 \backslash
29456 hfill
29457 \series default
29458  ante la primera columna.
29459 \end_layout
29460
29461 \begin_layout Subsubsection
29462 Entorno alignat
29463 \begin_inset Index idx
29464 status collapsed
29465
29466 \begin_layout Plain Layout
29467 Ecuación ! multilínea ! entorno alignat
29468 \end_layout
29469
29470 \end_inset
29471
29472
29473 \end_layout
29474
29475 \begin_layout Standard
29476 El entorno alignat no tiene separación predefinida de columnas.
29477  Se puede insertar manualmente con los espacios descritos en 
29478 \begin_inset CommandInset ref
29479 LatexCommand ref
29480 reference "sec:Espacio"
29481
29482 \end_inset
29483
29484 .
29485 \end_layout
29486
29487 \begin_layout Standard
29488 El ejemplo anterior en el entorno alignat, con un espacio de 1
29489 \begin_inset space \thinspace{}
29490 \end_inset
29491
29492 cm al comienzo da la segunda ecuación:
29493 \begin_inset Formula \begin{alignat*}{2}
29494 A & =\sen(B)\hspace{1cm} & C & =D\\
29495 C & \neq A & B & \neq D
29496 \end{alignat*}
29497
29498 \end_inset
29499
29500 Como cada columna puede tener un espacio diferente, este entorno es especialment
29501 e apropiado para poner tres o más ecuaciones adosadas.
29502 \end_layout
29503
29504 \begin_layout Subsubsection
29505 Entorno flalign
29506 \begin_inset CommandInset label
29507 LatexCommand label
29508 name "sub:Entorno-flalign"
29509
29510 \end_inset
29511
29512
29513 \begin_inset Index idx
29514 status collapsed
29515
29516 \begin_layout Plain Layout
29517 Ecuación ! multilínea ! entorno flalign
29518 \end_layout
29519
29520 \end_inset
29521
29522
29523 \end_layout
29524
29525 \begin_layout Standard
29526 En este entorno las dos primeras columnas están siempre tan a la izquierda
29527  como sea posible y las dos últimas a la derecha.
29528  Ejemplo:
29529 \begin_inset Formula \begin{flalign*}
29530 A & =1 & B & =2 & C & =3\\
29531 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29532 \end{flalign*}
29533
29534 \end_inset
29535
29536 En un entorno flalign con un número impar de columnas, en la última de las
29537  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29538  alineadas a la izquierda, aunque se use el estilo 
29539 \series bold
29540 Centrado
29541 \series default
29542 .
29543  Un ejemplo de fórmula sangrada 
29544 \begin_inset CommandInset ref
29545 LatexCommand eqref
29546 reference "eq:IntVol"
29547
29548 \end_inset
29549
29550 :
29551 \begin_inset Formula \begin{flalign}
29552 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29553
29554 \end_inset
29555
29556 Las dos primeras columnas contienen la fórmula.
29557  Para sangrarla como con el estilo 
29558 \series bold
29559 Sangrado
29560 \series default
29561 , se añade un espacio de 30
29562 \begin_inset space \thinspace{}
29563 \end_inset
29564
29565 pt al comienzo de la primera columna.
29566  
29567 \end_layout
29568
29569 \begin_layout Subsection
29570 Entorno eqnarray
29571 \begin_inset CommandInset label
29572 LatexCommand label
29573 name "sub:Entorno-eqnarray"
29574
29575 \end_inset
29576
29577
29578 \begin_inset Index idx
29579 status collapsed
29580
29581 \begin_layout Plain Layout
29582 Ecuación ! multilínea ! entorno eqnarray
29583 \end_layout
29584
29585 \end_inset
29586
29587
29588 \begin_inset Index idx
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592 Ecuación ! multilínea ! entorno eqnarray
29593 \end_layout
29594
29595 \end_inset
29596
29597
29598 \end_layout
29599
29600 \begin_layout Standard
29601 Al introducir este entorno aparecen tres marcos azules.
29602  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29603  El contenido del marco central está centrado y algo más pequeño, porque
29604  está diseñado para insertar sólo caracteres de relación.
29605 \begin_inset Formula \begin{eqnarray*}
29606 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29607 AB & AB & AB\\
29608 A & = & A
29609 \end{eqnarray*}
29610
29611 \end_inset
29612
29613
29614 \end_layout
29615
29616 \begin_layout Subsection
29617 Entorno gather
29618 \begin_inset Index idx
29619 status collapsed
29620
29621 \begin_layout Plain Layout
29622 Ecuación ! multilínea ! entorno gather
29623 \end_layout
29624
29625 \end_inset
29626
29627
29628 \end_layout
29629
29630 \begin_layout Standard
29631 Este entorno consta de una sola columna centrada.
29632  Se puede numerar cada línea.
29633 \begin_inset Formula \begin{gather}
29634 A=1\\
29635 X=\mbox{-}1
29636 \end{gather}
29637
29638 \end_inset
29639
29640
29641 \end_layout
29642
29643 \begin_layout Subsection
29644 Entorno multilínea
29645 \begin_inset CommandInset label
29646 LatexCommand label
29647 name "sub:Entorno-multilínea"
29648
29649 \end_inset
29650
29651
29652 \begin_inset Index idx
29653 status collapsed
29654
29655 \begin_layout Plain Layout
29656 Ecuación ! multilínea ! entorno multilínea
29657 \end_layout
29658
29659 \end_inset
29660
29661
29662 \end_layout
29663
29664 \begin_layout Standard
29665 El entorno multilínea, como gather, consta de una sola columna.
29666  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29667  Las demás están centradas.
29668  Por tanto este entorno es apropiado para ecuaciones largas.
29669  Como ejemplo, la ecuación
29670 \begin_inset space ~
29671 \end_inset
29672
29673
29674 \begin_inset CommandInset ref
29675 LatexCommand eqref
29676 reference "eq:lefteqn"
29677
29678 \end_inset
29679
29680  en entorno multilínea:
29681 \begin_inset Formula \begin{multline}
29682 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}\\
29683 -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}\\
29684 =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}}
29685 \end{multline}
29686
29687 \end_inset
29688
29689 En la salida sólo aparece numerada la última (primera) línea si la numeración
29690  del documento es a la derecha (izquierda).
29691 \begin_inset Foot
29692 status collapsed
29693
29694 \begin_layout Plain Layout
29695 véanse los estilos de numeración en 
29696 \begin_inset CommandInset ref
29697 LatexCommand ref
29698 reference "sec:Estilos-de-ecuación"
29699
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \end_inset
29706
29707
29708 \end_layout
29709
29710 \begin_layout Standard
29711 Con los comandos 
29712 \series bold
29713
29714 \backslash
29715 shoveright
29716 \series default
29717
29718 \begin_inset Index idx
29719 status collapsed
29720
29721 \begin_layout Plain Layout
29722 Comandos ! S ! 
29723 \backslash
29724 shoveright
29725 \end_layout
29726
29727 \end_inset
29728
29729  y 
29730 \series bold
29731
29732 \backslash
29733 shoveleft
29734 \series default
29735
29736 \begin_inset Index idx
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740 Comandos ! S ! 
29741 \backslash
29742 shoveleft
29743 \end_layout
29744
29745 \end_inset
29746
29747 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29748 ente.
29749  Los comandos se usan como sigue:
29750 \end_layout
29751
29752 \begin_layout Standard
29753
29754 \series bold
29755
29756 \backslash
29757 shoveright{contenido de la línea}
29758 \series default
29759  y 
29760 \series bold
29761
29762 \backslash
29763 shoveleft{contenido de la línea}
29764 \end_layout
29765
29766 \begin_layout Standard
29767 \begin_inset VSpace medskip
29768 \end_inset
29769
29770
29771 \end_layout
29772
29773 \begin_layout Standard
29774 La longitud 
29775 \series bold
29776
29777 \backslash
29778 multlinegap
29779 \series default
29780
29781 \begin_inset Index idx
29782 status collapsed
29783
29784 \begin_layout Plain Layout
29785 Comandos ! M ! 
29786 \backslash
29787 multlinegap
29788 \end_layout
29789
29790 \end_inset
29791
29792  especifica la distancia de la primera línea desde el margen izquierdo de
29793  la página.
29794  Esta longitud es 0
29795 \begin_inset space \thinspace{}
29796 \end_inset
29797
29798 pt por omisión.
29799 \end_layout
29800
29801 \begin_layout Standard
29802 Como ejemplo la ecuación anterior con el comando
29803 \end_layout
29804
29805 \begin_layout Standard
29806
29807 \series bold
29808
29809 \backslash
29810 setlength{
29811 \backslash
29812 multlinegap}{2cm}
29813 \end_layout
29814
29815 \begin_layout Standard
29816 insertado previamente en modo TeX:
29817 \begin_inset ERT
29818 status collapsed
29819
29820 \begin_layout Plain Layout
29821
29822
29823 \backslash
29824 setlength{
29825 \backslash
29826 multlinegap}{2cm}
29827 \end_layout
29828
29829 \end_inset
29830
29831
29832 \begin_inset Formula \begin{multline}
29833 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}\\
29834 \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}}\\
29835 =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}}
29836 \end{multline}
29837
29838 \end_inset
29839
29840
29841 \begin_inset ERT
29842 status collapsed
29843
29844 \begin_layout Plain Layout
29845
29846
29847 \backslash
29848 setlength{
29849 \backslash
29850 multlinegap}{0pt}
29851 \end_layout
29852
29853 \end_inset
29854
29855 La segunda línea se ha alineado a la izquierda con 
29856 \series bold
29857
29858 \backslash
29859 shoveleft
29860 \series default
29861 .
29862 \end_layout
29863
29864 \begin_layout Subsection
29865 Partes de una ecuación multilínea
29866 \begin_inset CommandInset label
29867 LatexCommand label
29868 name "sub:Partes-de-una-multilínea"
29869
29870 \end_inset
29871
29872
29873 \begin_inset Index idx
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877 Ecuación ! multilínea ! partes de
29878 \end_layout
29879
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \begin_layout Standard
29886 Para mostrar sólo partes de una ecuación multilínea usa uno de los siguientes
29887  entornos: 
29888 \series bold
29889 aligned
29890 \series default
29891
29892 \series bold
29893 alignedat
29894 \series default
29895
29896 \series bold
29897 gathered
29898 \series default
29899  o 
29900 \series bold
29901 split
29902 \series default
29903 .
29904  Se pueden elegir en el menú 
29905 \family sans
29906 Insertar\SpecialChar \menuseparator
29907 Ecuación
29908 \family default
29909  o usando los comandos aquí descritos.
29910 \end_layout
29911
29912 \begin_layout Standard
29913 Los tres primeros tienen las mismas propiedades que los correspondientes
29914  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29915  Un ejemplo:
29916 \begin_inset Formula \[
29917 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29918 \Delta E\Delta t & \ge\frac{\hbar}{2}
29919 \end{aligned}
29920 \right\} \mbox{Relaciones de incertidumbre}\]
29921
29922 \end_inset
29923
29924 Para componer esta expresión se inserta una ecuación presentada y en ella
29925  se introduce el comando 
29926 \series bold
29927
29928 \backslash
29929 aligned
29930 \series default
29931
29932 \begin_inset Index idx
29933 status collapsed
29934
29935 \begin_layout Plain Layout
29936 Comandos ! A ! 
29937 \backslash
29938 aligned
29939 \end_layout
29940
29941 \end_inset
29942
29943 .
29944  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29945  añadir filas y columnas.
29946  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29947  como la llave.
29948 \end_layout
29949
29950 \begin_layout Standard
29951 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29952  se alinean horizontalmente.
29953  Usar aligned en una ecuación presentada tiene la ventaja de que el número
29954  de ecuación se centra verticalmente con las líneas.
29955  Como ejemplo, la ecuación 
29956 \begin_inset CommandInset ref
29957 LatexCommand eqref
29958 reference "eq:cortolargo"
29959
29960 \end_inset
29961
29962  en entorno aligned: 
29963 \begin_inset Formula \begin{equation}
29964 \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}|}\\
29965  & -\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}|}
29966 \end{aligned}
29967 \end{equation}
29968
29969 \end_inset
29970
29971 Para usar los entornos 
29972 \series bold
29973 alignedat
29974 \series default
29975
29976 \series bold
29977 gathered
29978 \series default
29979 , o 
29980 \series bold
29981 split
29982 \series default
29983 , se insertan respectivamente los comandos
29984 \series bold
29985  
29986 \backslash
29987 alignedat
29988 \series default
29989 ,
29990 \begin_inset Index idx
29991 status collapsed
29992
29993 \begin_layout Plain Layout
29994 Comandos ! A ! 
29995 \backslash
29996 alignedat
29997 \end_layout
29998
29999 \end_inset
30000
30001  
30002 \series bold
30003
30004 \backslash
30005 gathered
30006 \series default
30007
30008 \begin_inset Index idx
30009 status collapsed
30010
30011 \begin_layout Plain Layout
30012 Comandos ! G ! 
30013 \backslash
30014 gathered
30015 \end_layout
30016
30017 \end_inset
30018
30019 , o 
30020 \series bold
30021
30022 \backslash
30023 split
30024 \series default
30025
30026 \begin_inset Index idx
30027 status collapsed
30028
30029 \begin_layout Plain Layout
30030 Comandos ! S ! 
30031 \backslash
30032 split
30033 \end_layout
30034
30035 \end_inset
30036
30037 .
30038  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30039  tener dos columnas.
30040 \end_layout
30041
30042 \begin_layout Subsection
30043 Texto en ecuaciones multilínea
30044 \begin_inset CommandInset label
30045 LatexCommand label
30046 name "sub:Texto-en-multilínea"
30047
30048 \end_inset
30049
30050
30051 \begin_inset Index idx
30052 status collapsed
30053
30054 \begin_layout Plain Layout
30055 Texto ! en ecuaciones
30056 \end_layout
30057
30058 \end_inset
30059
30060
30061 \begin_inset Index idx
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065 Ecuación ! multilínea ! texto en
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \end_layout
30072
30073 \begin_layout Standard
30074 En los entornos Align, multilínea y gather, se puede insertar texto que
30075  se mostrará en una línea separada y que no afecta la alineación de columna.
30076  Para esto se usa el comando 
30077 \series bold
30078
30079 \backslash
30080 intertext
30081 \series default
30082
30083 \begin_inset Index idx
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087 Comandos ! I ! 
30088 \backslash
30089 intertext
30090 \end_layout
30091
30092 \end_inset
30093
30094  con el siguiente esquema:
30095 \end_layout
30096
30097 \begin_layout Standard
30098
30099 \series bold
30100
30101 \backslash
30102 intertext{texto}
30103 \end_layout
30104
30105 \begin_layout Standard
30106 El texto no debería ocupar más de una línea porque no se puede partir con
30107  guión.
30108  Como LyX aún no soporta 
30109 \series bold
30110
30111 \backslash
30112 intertext
30113 \series default
30114  directamente, el texto se escribe como texto matemático.
30115  
30116 \series bold
30117
30118 \backslash
30119 intertext
30120 \series default
30121  debe por tanto estar al comienzo de una línea y en la salida se presenta
30122  sobre esta línea.
30123  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30124 \begin_inset Formula \begin{align}
30125 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30126 \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
30127 \end{align}
30128
30129 \end_inset
30130
30131
30132 \end_layout
30133
30134 \begin_layout Standard
30135 \begin_inset Newpage newpage
30136 \end_inset
30137
30138
30139 \end_layout
30140
30141 \begin_layout Section
30142 Numeración de ecuaciones
30143 \begin_inset Index idx
30144 status collapsed
30145
30146 \begin_layout Plain Layout
30147 Ecuación ! numeración|see
30148 \begin_inset ERT
30149 status collapsed
30150
30151 \begin_layout Plain Layout
30152
30153 {
30154 \end_layout
30155
30156 \end_inset
30157
30158 Numeración de ecuaciones
30159 \begin_inset ERT
30160 status collapsed
30161
30162 \begin_layout Plain Layout
30163
30164 }
30165 \end_layout
30166
30167 \end_inset
30168
30169
30170 \end_layout
30171
30172 \end_inset
30173
30174
30175 \begin_inset Index idx
30176 status collapsed
30177
30178 \begin_layout Plain Layout
30179 Numeración de ecuaciones
30180 \end_layout
30181
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \begin_layout Subsection
30188 General
30189 \end_layout
30190
30191 \begin_layout Standard
30192 Las ecuaciones numeradas se insertan con el menú 
30193 \family sans
30194 Insertar\SpecialChar \menuseparator
30195 Ecuación
30196 \family default
30197  
30198 \family sans
30199 \SpecialChar \menuseparator
30200 Ecuación
30201 \begin_inset space ~
30202 \end_inset
30203
30204 numerada
30205 \family default
30206  (atajo 
30207 \family sans
30208 Ctrl+Alt
30209 \begin_inset space ~
30210 \end_inset
30211
30212 N
30213 \family default
30214 ).
30215  Ecuaciones existentes se pueden numerar con el menú 
30216 \family sans
30217 Editar\SpecialChar \menuseparator
30218 Ecuación\SpecialChar \menuseparator
30219 Conmutar
30220 \begin_inset space ~
30221 \end_inset
30222
30223 numeración
30224 \family default
30225  (atajo
30226 \family sans
30227  Alt+M
30228 \begin_inset space ~
30229 \end_inset
30230
30231 N
30232 \family default
30233 ).
30234  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30235  En la salida se muestra el número real.
30236 \end_layout
30237
30238 \begin_layout Standard
30239 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30240  líneas.
30241  No obstante, la numeración se puede controlar en cada línea con el menú
30242  
30243 \family sans
30244 Editar\SpecialChar \menuseparator
30245 Ecuación\SpecialChar \menuseparator
30246 Conmutar
30247 \begin_inset space ~
30248 \end_inset
30249
30250 numeración
30251 \begin_inset space ~
30252 \end_inset
30253
30254 de
30255 \begin_inset space ~
30256 \end_inset
30257
30258 línea
30259 \family default
30260  (atajo
30261 \family sans
30262  Alt+M
30263 \begin_inset space ~
30264 \end_inset
30265
30266 Mayúsculas+N
30267 \family default
30268 ).
30269 \end_layout
30270
30271 \begin_layout Standard
30272 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30273  distintos, véase 
30274 \begin_inset CommandInset ref
30275 LatexCommand ref
30276 reference "sec:Estilos-de-ecuación"
30277
30278 \end_inset
30279
30280 .
30281 \end_layout
30282
30283 \begin_layout Subsection
30284 Referencias cruzadas
30285 \begin_inset Index idx
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289 Ecuación ! referencias cruzadas a
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \end_layout
30296
30297 \begin_layout Standard
30298 Todas las ecuaciones con etiqueta se pueden referenciar.
30299  La etiqueta se añade con el menú 
30300 \family sans
30301 Insertar\SpecialChar \menuseparator
30302 Etiqueta
30303 \family default
30304  o con el botón 
30305 \begin_inset Graphics
30306         filename ../../images/label-insert.png
30307         scale 85
30308
30309 \end_inset
30310
30311  de la barra de herramientas.
30312  El cursor debe estar dentro de una ecuación en modo presentación.
30313  Surge un diálogo con el prefijo 
30314 \series bold
30315 eq:
30316 \series default
30317 , detrás del cual se escribe el texto de la etiqueta.
30318  El prefijo significa 
30319 \begin_inset Quotes fld
30320 \end_inset
30321
30322 equation
30323 \begin_inset Quotes frd
30324 \end_inset
30325
30326  y hace más fácil encontrar etiquetas en documentos extensos porque así
30327  se distingue p.
30328 \begin_inset space \thinspace{}
30329 \end_inset
30330
30331 e.
30332 \begin_inset space ~
30333 \end_inset
30334
30335 de las etiquetas de sección.
30336  Para cambiar una etiqueta se usa de nuevo el menú 
30337 \family sans
30338 Insertar\SpecialChar \menuseparator
30339 Etiqueta
30340 \family default
30341 .
30342 \end_layout
30343
30344 \begin_layout Standard
30345 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30346  ecuación.
30347  Una ecuación con etiqueta se numera siempre.
30348 \end_layout
30349
30350 \begin_layout Standard
30351 Las referencias cruzadas se insertan mediante el menú 
30352 \family sans
30353 Insertar\SpecialChar \menuseparator
30354 Referencia cruzada
30355 \family default
30356  o con el botón 
30357 \begin_inset Graphics
30358         filename ../../images/dialog-show-new-inset_ref.png
30359         scale 85
30360
30361 \end_inset
30362
30363 .
30364  Una referencia a una ecuación aparece en la salida con su número.
30365  Si en el diálogo de referencia cruzada se elige el formato 
30366 \series bold
30367 (<referencia>)
30368 \series default
30369 , la referencia se muestra en la salida entre paréntesis.
30370  
30371 \begin_inset Newline newline
30372 \end_inset
30373
30374 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30375  a la ecuación de referencia.
30376 \end_layout
30377
30378 \begin_layout Standard
30379 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30380  siguientes:
30381 \begin_inset Note Note
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385 Observa los distintos tipos de referencias cruzadas.
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \end_layout
30392
30393 \begin_layout Standard
30394 Las ecuaciones 
30395 \begin_inset CommandInset ref
30396 LatexCommand eqref
30397 reference "eq:tag"
30398
30399 \end_inset
30400
30401  y 
30402 \begin_inset CommandInset ref
30403 LatexCommand eqref
30404 reference "eq:c"
30405
30406 \end_inset
30407
30408  son equivalentes.
30409  En (
30410 \begin_inset CommandInset ref
30411 LatexCommand ref
30412 reference "eq:Lat"
30413
30414 \end_inset
30415
30416 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30417 \begin_inset CommandInset ref
30418 LatexCommand ref
30419 reference "eq:Rom"
30420
30421 \end_inset
30422
30423 ).
30424 \begin_inset VSpace medskip
30425 \end_inset
30426
30427
30428 \end_layout
30429
30430 \begin_layout Standard
30431 Si el argumento de 
30432 \series bold
30433
30434 \backslash
30435 tag
30436 \begin_inset Foot
30437 status collapsed
30438
30439 \begin_layout Plain Layout
30440
30441 \series bold
30442
30443 \backslash
30444 tag
30445 \series default
30446  se describe en 
30447 \begin_inset CommandInset ref
30448 LatexCommand ref
30449 reference "sub:Numeración-personalizada"
30450
30451 \end_inset
30452
30453
30454 \end_layout
30455
30456 \end_inset
30457
30458
30459 \series default
30460  contiene un marco, como se describe en la 
30461 \begin_inset CommandInset ref
30462 LatexCommand ref
30463 reference "sub:Cuadros-de-párrafo"
30464
30465 \end_inset
30466
30467 , no se puede referenciar la ecuación.
30468 \end_layout
30469
30470 \begin_layout Subsection
30471 Subnumeración
30472 \begin_inset Index idx
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476 Numeración de ecuaciones ! subnumeración
30477 \end_layout
30478
30479 \end_inset
30480
30481
30482 \end_layout
30483
30484 \begin_layout Standard
30485 Con ayuda de los comandos 
30486 \series bold
30487
30488 \backslash
30489 begin{subequations}
30490 \series default
30491  y 
30492 \series bold
30493
30494 \backslash
30495 end{subequations}
30496 \series default
30497  en modo TeX se pueden subnumerar ecuaciones.
30498 \end_layout
30499
30500 \begin_layout Standard
30501 Ejemplo:
30502 \begin_inset Formula \begin{equation}
30503 A=C-B\label{eq:a}\end{equation}
30504
30505 \end_inset
30506
30507
30508 \begin_inset ERT
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512
30513
30514 \backslash
30515 addtocounter{equation}{-1}
30516 \end_layout
30517
30518 \end_inset
30519
30520
30521 \begin_inset ERT
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525
30526
30527 \backslash
30528 begin{subequations}
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \begin_inset VSpace -5mm
30535 \end_inset
30536
30537
30538 \begin_inset Formula \begin{equation}
30539 B=C-A\label{eq:b}\end{equation}
30540
30541 \end_inset
30542
30543
30544 \begin_inset Formula \begin{equation}
30545 C=A+B\label{eq:c}\end{equation}
30546
30547 \end_inset
30548
30549
30550 \end_layout
30551
30552 \begin_layout Standard
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558
30559 \backslash
30560 end{subequations}
30561 \end_layout
30562
30563 \end_inset
30564
30565
30566 \end_layout
30567
30568 \begin_layout Standard
30569 Para este ejemplo se ha hecho lo siguiente:
30570 \end_layout
30571
30572 \begin_layout Enumerate
30573 se inserta la primera ecuación
30574 \end_layout
30575
30576 \begin_layout Enumerate
30577 después de ella se inserta
30578 \series bold
30579
30580 \begin_inset Newline newline
30581 \end_inset
30582
30583
30584 \backslash
30585 addtocounter{equation}{-1} 
30586 \backslash
30587 begin{subequations}
30588 \begin_inset Index idx
30589 status collapsed
30590
30591 \begin_layout Plain Layout
30592 Comandos ! A ! 
30593 \backslash
30594 addtocounter
30595 \end_layout
30596
30597 \end_inset
30598
30599
30600 \end_layout
30601
30602 \begin_layout Enumerate
30603 se inserta la segunda ecuación
30604 \end_layout
30605
30606 \begin_layout Enumerate
30607 se inserta la tercera ecuación
30608 \end_layout
30609
30610 \begin_layout Enumerate
30611 se inserta 
30612 \series bold
30613
30614 \backslash
30615 end{subequations}
30616 \series default
30617  tras la tercera ecuación
30618 \end_layout
30619
30620 \begin_layout Standard
30621 Toda ecuación entre los comandos 
30622 \series bold
30623
30624 \backslash
30625 begin
30626 \series default
30627  y 
30628 \series bold
30629
30630 \backslash
30631 end
30632 \series default
30633  se subnumera con a, b, c\SpecialChar \ldots{}
30634  En ecuaciones multilínea se subnumerará cada línea.
30635  Todas las ecuaciones subnumeradas son tratadas como 
30636 \emph on
30637 una
30638 \emph default
30639  ecuación numerada.
30640  Pero como cada ecuación numerada aumenta el contador 
30641 \series bold
30642 equation
30643 \series default
30644  en uno, hay que disminuir el comando 
30645 \series bold
30646
30647 \backslash
30648 addtocounter
30649 \series default
30650 .
30651  De lo contrario, las ecuaciones 
30652 \begin_inset CommandInset ref
30653 LatexCommand eqref
30654 reference "eq:a"
30655
30656 \end_inset
30657
30658
30659 \begin_inset CommandInset ref
30660 LatexCommand eqref
30661 reference "eq:b"
30662
30663 \end_inset
30664
30665
30666 \begin_inset CommandInset ref
30667 LatexCommand eqref
30668 reference "eq:c"
30669
30670 \end_inset
30671
30672  se numerarían 
30673 \begin_inset CommandInset ref
30674 LatexCommand eqref
30675 reference "eq:a"
30676
30677 \end_inset
30678
30679
30680 \begin_inset CommandInset ref
30681 LatexCommand eqref
30682 reference "eq:d"
30683
30684 \end_inset
30685
30686
30687 \begin_inset CommandInset ref
30688 LatexCommand eqref
30689 reference "eq:f"
30690
30691 \end_inset
30692
30693 .
30694 \end_layout
30695
30696 \begin_layout Standard
30697 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30698  ecuaciones.
30699  Para evitarlo se inserta ese espacio vertical de -5
30700 \begin_inset space \thinspace{}
30701 \end_inset
30702
30703 mm detrás del comando 
30704 \series bold
30705
30706 \backslash
30707 begin{subequations}
30708 \series default
30709 .
30710
30711 \series bold
30712  
30713 \series default
30714 Si se usa el estilo 
30715 \series bold
30716 Sangrado
30717 \series default
30718
30719 \begin_inset Foot
30720 status collapsed
30721
30722 \begin_layout Plain Layout
30723 véase estilos de ecuación en 
30724 \begin_inset CommandInset ref
30725 LatexCommand ref
30726 reference "sec:Estilos-de-ecuación"
30727
30728 \end_inset
30729
30730
30731 \end_layout
30732
30733 \end_inset
30734
30735 , entonces se inserta -7
30736 \begin_inset space \thinspace{}
30737 \end_inset
30738
30739 mm.
30740 \end_layout
30741
30742 \begin_layout Standard
30743 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30744  de la segunda línea:
30745 \begin_inset ERT
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749
30750
30751 \backslash
30752 begin{subequations}
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \begin_inset Formula \begin{eqnarray}
30759 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30760  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30761  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30762 \end{eqnarray}
30763
30764 \end_inset
30765
30766
30767 \begin_inset ERT
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771
30772
30773 \backslash
30774 end{subequations}
30775 \end_layout
30776
30777 \end_inset
30778
30779
30780 \end_layout
30781
30782 \begin_layout Subsection
30783 Numeración definida por el usuario
30784 \begin_inset CommandInset label
30785 LatexCommand label
30786 name "sub:Numeración-personalizada"
30787
30788 \end_inset
30789
30790
30791 \begin_inset Index idx
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795 Numeración de ecuaciones ! personalizada
30796 \end_layout
30797
30798 \end_inset
30799
30800
30801 \end_layout
30802
30803 \begin_layout Standard
30804 Con la numeración estándar el número se coloca entre paréntesis.
30805  Para reemplazar los paréntesis con barras verticales, p.
30806 \begin_inset space \thinspace{}
30807 \end_inset
30808
30809 e., se añade al preámbulo LaTeX la línea: 
30810 \end_layout
30811
30812 \begin_layout Standard
30813
30814 \series bold
30815
30816 \backslash
30817 def
30818 \backslash
30819 tagform@#1{
30820 \backslash
30821 maketag@@@{|#1|}}
30822 \series default
30823
30824 \begin_inset Note Note
30825 status collapsed
30826
30827 \begin_layout Plain Layout
30828 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30829  Para activarlo, quita el % del principio.
30830 \end_layout
30831
30832 \end_inset
30833
30834
30835 \end_layout
30836
30837 \begin_layout Standard
30838 Para usar otros caracteres, se reemplazan las barras al lado de 
30839 \series bold
30840 #1
30841 \series default
30842  por ellos.
30843  Para obtener sólo el número de ecuación se omiten las barras verticales.
30844 \begin_inset VSpace bigskip
30845 \end_inset
30846
30847
30848 \end_layout
30849
30850 \begin_layout Standard
30851 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30852  consecutivo, se usa el comando 
30853 \series bold
30854
30855 \backslash
30856 tag
30857 \begin_inset Index idx
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861 Comandos ! T ! 
30862 \backslash
30863 tag
30864 \end_layout
30865
30866 \end_inset
30867
30868
30869 \series default
30870 :
30871 \begin_inset Formula \begin{equation}
30872 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30873
30874 \end_inset
30875
30876 En este ejemplo se ha insertado el comando
30877 \series bold
30878  
30879 \backslash
30880 tag
30881 \begin_inset ERT
30882 status collapsed
30883
30884 \begin_layout Plain Layout
30885
30886
30887 \backslash
30888 spce 
30889 \end_layout
30890
30891 \end_inset
30892
30893 algo
30894 \series default
30895  en la ecuación.
30896 \end_layout
30897
30898 \begin_layout Standard
30899 Si se usa en su lugar el comando con asterisco 
30900 \series bold
30901
30902 \backslash
30903 tag*
30904 \begin_inset ERT
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908
30909
30910 \backslash
30911 spce 
30912 \end_layout
30913
30914 \end_inset
30915
30916 algo
30917 \series default
30918  no se imprimen los paréntesis:
30919 \begin_inset Formula \[
30920 A+B=C\tag*{algo}\]
30921
30922 \end_inset
30923
30924
30925 \end_layout
30926
30927 \begin_layout Standard
30928 \begin_inset VSpace bigskip
30929 \end_inset
30930
30931
30932 \end_layout
30933
30934 \begin_layout Standard
30935 Para reiniciar la numeración en nuevas partes o secciones del documento
30936  se usan los siguientes comandos:
30937 \end_layout
30938
30939 \begin_layout Standard
30940
30941 \series bold
30942
30943 \backslash
30944 @addtoreset{equation}{part}
30945 \series default
30946
30947 \begin_inset Index idx
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951 Comandos ! 
30952 \begin_inset ERT
30953 status collapsed
30954
30955 \begin_layout Plain Layout
30956
30957 "
30958 \end_layout
30959
30960 \end_inset
30961
30962 @
30963 \begin_inset ERT
30964 status collapsed
30965
30966 \begin_layout Plain Layout
30967
30968 "
30969 \end_layout
30970
30971 \end_inset
30972
30973  ! 
30974 \backslash
30975
30976 \begin_inset ERT
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980
30981 "
30982 \end_layout
30983
30984 \end_inset
30985
30986 @
30987 \begin_inset ERT
30988 status collapsed
30989
30990 \begin_layout Plain Layout
30991
30992 "
30993 \end_layout
30994
30995 \end_inset
30996
30997 addtoreset
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \begin_inset Newline newline
31004 \end_inset
31005
31006
31007 \series bold
31008
31009 \backslash
31010 @addtoreset{equation}{section}
31011 \end_layout
31012
31013 \begin_layout Standard
31014 Pata poder usar estos comandos en modo TeX, el carácter 
31015 \begin_inset Quotes fld
31016 \end_inset
31017
31018 @
31019 \begin_inset Quotes frd
31020 \end_inset
31021
31022  debe 
31023 \begin_inset Quotes fld
31024 \end_inset
31025
31026 activarse
31027 \begin_inset Quotes frd
31028 \end_inset
31029
31030  para LaTeX con el comando 
31031 \series bold
31032
31033 \backslash
31034 makeatletter
31035 \series default
31036 .
31037  El comando 
31038 \series bold
31039
31040 \backslash
31041 makeatother
31042 \series default
31043  deshace esto.
31044  Así pues, la secuencia de comandos en modo TeX es:
31045 \end_layout
31046
31047 \begin_layout Standard
31048
31049 \series bold
31050
31051 \backslash
31052 makeatletter
31053 \begin_inset Newline newline
31054 \end_inset
31055
31056
31057 \backslash
31058 @addtoreset{equation}{section}
31059 \begin_inset Newline newline
31060 \end_inset
31061
31062
31063 \backslash
31064 makeatother
31065 \end_layout
31066
31067 \begin_layout Standard
31068 En el preámbulo LaTeX se pueden omitir 
31069 \series bold
31070
31071 \backslash
31072 makeatletter
31073 \series default
31074  y 
31075 \series bold
31076
31077 \backslash
31078 makeatother
31079 \series default
31080  pues son automáticamente insertados por LyX.
31081 \end_layout
31082
31083 \begin_layout Standard
31084 Para el comando 
31085 \series bold
31086
31087 \backslash
31088 @addtoreset
31089 \series default
31090 ,
31091 \series bold
31092  
31093 \series default
31094 hay que cargar en el preámbulo LaTeX el archivo 
31095 \series bold
31096 remreset.sty
31097 \series default
31098
31099 \begin_inset Foot
31100 status collapsed
31101
31102 \begin_layout Plain Layout
31103
31104 \series bold
31105 remreset
31106 \series default
31107  es parte del paquete LaTeX 
31108 \series bold
31109 carlisle
31110 \series default
31111
31112 \begin_inset Index idx
31113 status collapsed
31114
31115 \begin_layout Plain Layout
31116 Paquetes ! carlisle
31117 \end_layout
31118
31119 \end_inset
31120
31121 , incluido en las instalaciones estándar de LaTeX.
31122 \end_layout
31123
31124 \end_inset
31125
31126
31127 \begin_inset Index idx
31128 status collapsed
31129
31130 \begin_layout Plain Layout
31131 Paquetes ! remreset
31132 \end_layout
31133
31134 \end_inset
31135
31136  con la línea
31137 \end_layout
31138
31139 \begin_layout Standard
31140
31141 \series bold
31142
31143 \backslash
31144 usepackage{remreset}
31145 \end_layout
31146
31147 \begin_layout Standard
31148 Entonces se puede usar el comando 
31149 \series bold
31150
31151 \backslash
31152 @removefromreset
31153 \series default
31154
31155 \begin_inset Index idx
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159 Comandos ! 
31160 \begin_inset ERT
31161 status collapsed
31162
31163 \begin_layout Plain Layout
31164
31165 "
31166 \end_layout
31167
31168 \end_inset
31169
31170 @
31171 \begin_inset ERT
31172 status collapsed
31173
31174 \begin_layout Plain Layout
31175
31176 "
31177 \end_layout
31178
31179 \end_inset
31180
31181  ! 
31182 \backslash
31183
31184 \begin_inset ERT
31185 status collapsed
31186
31187 \begin_layout Plain Layout
31188
31189 "
31190 \end_layout
31191
31192 \end_inset
31193
31194 @
31195 \begin_inset ERT
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199
31200 "
31201 \end_layout
31202
31203 \end_inset
31204
31205 removefromreset
31206 \end_layout
31207
31208 \end_inset
31209
31210  con el mismo esquema que 
31211 \series bold
31212
31213 \backslash
31214 @addtoreset
31215 \series default
31216 .
31217 \begin_inset VSpace bigskip
31218 \end_inset
31219
31220
31221 \end_layout
31222
31223 \begin_layout Standard
31224 A veces las ecuaciones deberían numerarse de la siguiente manera:
31225 \end_layout
31226
31227 \begin_layout Standard
31228
31229 \family typewriter
31230 (número de sección.número de ecuación)
31231 \end_layout
31232
31233 \begin_layout Standard
31234 El número de ecuación empezaría con 
31235 \begin_inset Quotes fld
31236 \end_inset
31237
31238 1
31239 \begin_inset Quotes frd
31240 \end_inset
31241
31242  en cada sección.
31243 \end_layout
31244
31245 \begin_layout Standard
31246 Para este caso hay el comando 
31247 \series bold
31248
31249 \backslash
31250 numberwithin
31251 \series default
31252
31253 \begin_inset Index idx
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257 Comandos ! N ! 
31258 \backslash
31259 numberwithin
31260 \end_layout
31261
31262 \end_inset
31263
31264 , que se usa con el esquema:
31265 \end_layout
31266
31267 \begin_layout Standard
31268
31269 \series bold
31270
31271 \backslash
31272 numberwithin{counter}{sectioning}
31273 \end_layout
31274
31275 \begin_layout Standard
31276 \begin_inset Quotes fld
31277 \end_inset
31278
31279 counter
31280 \begin_inset Quotes frd
31281 \end_inset
31282
31283  indica qué clase de numeración es afectada, 
31284 \begin_inset Quotes fld
31285 \end_inset
31286
31287 sectioning
31288 \begin_inset Quotes frd
31289 \end_inset
31290
31291  indica qué número va delante del punto.
31292  
31293 \end_layout
31294
31295 \begin_layout Standard
31296 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
31297  en el preámbulo LaTeX:
31298 \end_layout
31299
31300 \begin_layout Standard
31301
31302 \series bold
31303
31304 \backslash
31305 numberwithin{equation}{section}
31306 \end_layout
31307
31308 \begin_layout Standard
31309 Este es el resultado::
31310 \begin_inset ERT
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314
31315
31316 \backslash
31317 numberwithin{equation}{section}
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \begin_inset Formula \begin{equation}
31324 A+B=C\end{equation}
31325
31326 \end_inset
31327
31328
31329 \end_layout
31330
31331 \begin_layout Standard
31332 Para numerar tablas de modo que, p.
31333 \begin_inset space \thinspace{}
31334 \end_inset
31335
31336 e., 
31337 \begin_inset Quotes fld
31338 \end_inset
31339
31340 sectioning
31341 \begin_inset Quotes frd
31342 \end_inset
31343
31344  sea el número de la parte se usa
31345 \begin_inset Newline newline
31346 \end_inset
31347
31348
31349 \series bold
31350
31351 \backslash
31352 numberwithin{table}{part}
31353 \end_layout
31354
31355 \begin_layout Standard
31356 Para volver a la numeración estándar o evitar esta clase numeración cuando
31357  es definida por la clase de documento, se inserta el siguiente comando
31358  en código TeX o en el preámbulo LaTeX:
31359 \end_layout
31360
31361 \begin_layout Standard
31362
31363 \series bold
31364
31365 \backslash
31366 renewcommand{
31367 \backslash
31368 theequation}{
31369 \backslash
31370 arabic{equation}}
31371 \begin_inset Index idx
31372 status collapsed
31373
31374 \begin_layout Plain Layout
31375 Comandos ! A ! 
31376 \backslash
31377 arabic
31378 \end_layout
31379
31380 \end_inset
31381
31382
31383 \series default
31384
31385 \begin_inset ERT
31386 status collapsed
31387
31388 \begin_layout Plain Layout
31389
31390
31391 \backslash
31392 renewcommand{
31393 \backslash
31394 theequation}{
31395 \backslash
31396 arabic{equation}}
31397 \end_layout
31398
31399 \end_inset
31400
31401
31402 \series bold
31403
31404 \begin_inset Newline newline
31405 \end_inset
31406
31407
31408 \series default
31409 o
31410 \series bold
31411
31412 \begin_inset Newline newline
31413 \end_inset
31414
31415
31416 \backslash
31417 renewcommand{
31418 \backslash
31419 thetable}{
31420 \backslash
31421 arabic{table}}
31422 \end_layout
31423
31424 \begin_layout Standard
31425
31426 \series bold
31427
31428 \backslash
31429 numberwithin
31430 \series default
31431  usa internamente el comando 
31432 \series bold
31433
31434 \backslash
31435 @addtoreset
31436 \series default
31437 , descrito arriba, que también debe ser restaurado.
31438 \begin_inset ERT
31439 status collapsed
31440
31441 \begin_layout Plain Layout
31442
31443
31444 \backslash
31445 makeatletter
31446 \end_layout
31447
31448 \begin_layout Plain Layout
31449
31450
31451 \backslash
31452 @removefromreset{equation}{section}
31453 \end_layout
31454
31455 \begin_layout Plain Layout
31456
31457
31458 \backslash
31459 makeatother
31460 \end_layout
31461
31462 \end_inset
31463
31464
31465 \end_layout
31466
31467 \begin_layout Subsection
31468 Numeración con números romanos y letras
31469 \begin_inset Index idx
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473 Numeración de ecuaciones ! con números romanos
31474 \end_layout
31475
31476 \end_inset
31477
31478
31479 \begin_inset Index idx
31480 status collapsed
31481
31482 \begin_layout Plain Layout
31483 Numeración de ecuaciones ! con letras
31484 \end_layout
31485
31486 \end_inset
31487
31488
31489 \end_layout
31490
31491 \begin_layout Standard
31492 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31493  Por ejemplo, para numerar con romanos en minúscula,
31494 \begin_inset Foot
31495 status collapsed
31496
31497 \begin_layout Plain Layout
31498 Como en español no se usan romanos en minúscula, el estilo 
31499 \series bold
31500 spanish
31501 \series default
31502  del sistema 
31503 \series bold
31504 babel
31505 \series default
31506  redefine 
31507 \series bold
31508
31509 \backslash
31510 roman
31511 \series default
31512  para que los dé en versalitas.
31513  Véase 
31514 \begin_inset CommandInset citation
31515 LatexCommand cite
31516 key "spanish"
31517
31518 \end_inset
31519
31520  (
31521 \emph on
31522 N.
31523 \begin_inset space \thinspace{}
31524 \end_inset
31525
31526 del t
31527 \emph default
31528 ).
31529 \end_layout
31530
31531 \end_inset
31532
31533  se inserta el comando
31534 \end_layout
31535
31536 \begin_layout Standard
31537
31538 \series bold
31539
31540 \backslash
31541 renewcommand{
31542 \backslash
31543 theequation}{
31544 \backslash
31545 roman{equation}}
31546 \end_layout
31547
31548 \begin_layout Standard
31549 antes de la ecuación en modo TeX.
31550  
31551 \series bold
31552
31553 \backslash
31554 renewcommand
31555 \series default
31556
31557 \begin_inset Index idx
31558 status collapsed
31559
31560 \begin_layout Plain Layout
31561 Comandos ! R ! 
31562 \backslash
31563 renewcommand
31564 \end_layout
31565
31566 \end_inset
31567
31568  redefine el comando predefinido 
31569 \series bold
31570
31571 \backslash
31572 theequation
31573 \series default
31574  como 
31575 \series bold
31576
31577 \backslash
31578 roman{equation}
31579 \series default
31580 .
31581 \begin_inset Foot
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585 El comando 
31586 \series bold
31587
31588 \backslash
31589 renewcommand
31590 \series default
31591  tiene el mismo esquema que el comando 
31592 \series bold
31593
31594 \backslash
31595 newcommand
31596 \series default
31597 , descrito en 
31598 \begin_inset CommandInset ref
31599 LatexCommand ref
31600 reference "sub:El-comando-newcommand"
31601
31602 \end_inset
31603
31604 .
31605 \end_layout
31606
31607 \end_inset
31608
31609  
31610 \series bold
31611 equation
31612 \series default
31613  es el contador de ecuaciones.
31614  Si se usa el comando 
31615 \series bold
31616
31617 \backslash
31618 the
31619 \series default
31620  como prefijo de un contador, el valor del contador sale en números arábigos.
31621  Si una ecuación es numerada, LaTeX pone internamente el comando 
31622 \series bold
31623
31624 \backslash
31625 theequation
31626 \series default
31627  detrás de la ecuación.
31628  
31629 \series bold
31630
31631 \backslash
31632 roman{equation}
31633 \series default
31634
31635 \begin_inset Index idx
31636 status collapsed
31637
31638 \begin_layout Plain Layout
31639 Comandos ! R ! 
31640 \backslash
31641 roman
31642 \end_layout
31643
31644 \end_inset
31645
31646  pone el contador en romanos en minúscula.
31647 \end_layout
31648
31649 \begin_layout Standard
31650 Todas las ecuaciones siguientes a 
31651 \series bold
31652
31653 \backslash
31654 renew
31655 \series default
31656 c
31657 \series bold
31658 ommand
31659 \series default
31660  se numerarán en romanos.
31661  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31662  cambiando 
31663 \series bold
31664
31665 \backslash
31666 roman
31667 \series default
31668  por 
31669 \series bold
31670
31671 \backslash
31672 Roman
31673 \series default
31674
31675 \begin_inset Index idx
31676 status collapsed
31677
31678 \begin_layout Plain Layout
31679 Comandos ! R ! 
31680 \backslash
31681 roman@
31682 \backslash
31683 Roman
31684 \end_layout
31685
31686 \end_inset
31687
31688 .
31689  Para 
31690 \begin_inset Quotes fld
31691 \end_inset
31692
31693 numerar
31694 \begin_inset Quotes frd
31695 \end_inset
31696
31697  con minúsculas latinas hay el comando 
31698 \series bold
31699
31700 \backslash
31701 alph
31702 \series default
31703
31704 \begin_inset Index idx
31705 status collapsed
31706
31707 \begin_layout Plain Layout
31708 Comandos ! A ! 
31709 \backslash
31710 alph
31711 \end_layout
31712
31713 \end_inset
31714
31715 , y para mayúsculas el comando 
31716 \series bold
31717
31718 \backslash
31719 Alph
31720 \series default
31721
31722 \begin_inset Index idx
31723 status collapsed
31724
31725 \begin_layout Plain Layout
31726 Comandos ! A ! 
31727 \backslash
31728 alph@
31729 \backslash
31730 Alph
31731 \end_layout
31732
31733 \end_inset
31734
31735 .
31736 \end_layout
31737
31738 \begin_layout Standard
31739 \begin_inset Note Greyedout
31740 status collapsed
31741
31742 \begin_layout Plain Layout
31743
31744 \series bold
31745 Nota:
31746 \series default
31747  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31748 \end_layout
31749
31750 \end_inset
31751
31752
31753 \end_layout
31754
31755 \begin_layout Standard
31756 \begin_inset ERT
31757 status collapsed
31758
31759 \begin_layout Plain Layout
31760
31761
31762 \backslash
31763 renewcommand{
31764 \backslash
31765 theequation}{
31766 \backslash
31767 roman{equation}}
31768 \end_layout
31769
31770 \end_inset
31771
31772
31773 \begin_inset Formula \begin{equation}
31774 A=\textrm{romanos en minúscula}\end{equation}
31775
31776 \end_inset
31777
31778
31779 \begin_inset ERT
31780 status collapsed
31781
31782 \begin_layout Plain Layout
31783
31784
31785 \backslash
31786 renewcommand{
31787 \backslash
31788 theequation}{
31789 \backslash
31790 Roman{equation}}
31791 \end_layout
31792
31793 \end_inset
31794
31795
31796 \begin_inset Formula \begin{equation}
31797 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31798
31799 \end_inset
31800
31801
31802 \begin_inset ERT
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806
31807
31808 \backslash
31809 renewcommand{
31810 \backslash
31811 theequation}{
31812 \backslash
31813 alph{equation}}
31814 \end_layout
31815
31816 \end_inset
31817
31818
31819 \begin_inset Formula \begin{equation}
31820 C=\textrm{latinas en minúscula}\end{equation}
31821
31822 \end_inset
31823
31824
31825 \begin_inset ERT
31826 status collapsed
31827
31828 \begin_layout Plain Layout
31829
31830
31831 \backslash
31832 renewcommand{
31833 \backslash
31834 theequation}{
31835 \backslash
31836 Alph{equation}}
31837 \end_layout
31838
31839 \end_inset
31840
31841
31842 \begin_inset Formula \begin{equation}
31843 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31844
31845 \end_inset
31846
31847
31848 \end_layout
31849
31850 \begin_layout Standard
31851 Para volver a la numeración por omisión se inserta el comando:
31852 \end_layout
31853
31854 \begin_layout Standard
31855
31856 \series bold
31857
31858 \backslash
31859 renewcommand{
31860 \backslash
31861 theequation}{
31862 \backslash
31863 arabic{equation}}
31864 \begin_inset Index idx
31865 status collapsed
31866
31867 \begin_layout Plain Layout
31868 Comandos ! A ! 
31869 \backslash
31870 arabic
31871 \end_layout
31872
31873 \end_inset
31874
31875
31876 \end_layout
31877
31878 \begin_layout Standard
31879 \begin_inset ERT
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883
31884
31885 \backslash
31886 renewcommand{
31887 \backslash
31888 theequation}{
31889 \backslash
31890 arabic{equation}}
31891 \end_layout
31892
31893 \end_inset
31894
31895
31896 \begin_inset Formula \begin{equation}
31897 E=\mbox{arábigos}\end{equation}
31898
31899 \end_inset
31900
31901
31902 \end_layout
31903
31904 \begin_layout Standard
31905 \begin_inset VSpace medskip
31906 \end_inset
31907
31908
31909 \end_layout
31910
31911 \begin_layout Standard
31912 Como ves, las ecuaciones se numeran consecutivamente independientemente
31913  del estilo de numeración.
31914  Cuando la numeración haya de empezar con 
31915 \begin_inset Quotes fld
31916 \end_inset
31917
31918 1
31919 \begin_inset Quotes frd
31920 \end_inset
31921
31922  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31923  Una descripción sobre esto se encuentra en el archivo 
31924 \begin_inset CommandInset href
31925 LatexCommand href
31926 name "Formula-numbering.lyx"
31927 target "run:Formula-numbering.lyx"
31928
31929 \end_inset
31930
31931 .
31932 \end_layout
31933
31934 \begin_layout Section
31935 Símbolos y ecuaciones químicas
31936 \begin_inset CommandInset label
31937 LatexCommand label
31938 name "sub:Símbolos-y-ecuaciones-químicas"
31939
31940 \end_inset
31941
31942
31943 \begin_inset Index idx
31944 status collapsed
31945
31946 \begin_layout Plain Layout
31947 Química ! símbolos
31948 \end_layout
31949
31950 \end_inset
31951
31952
31953 \begin_inset Index idx
31954 status collapsed
31955
31956 \begin_layout Plain Layout
31957 Química ! caracteres
31958 \end_layout
31959
31960 \end_inset
31961
31962
31963 \begin_inset Index idx
31964 status collapsed
31965
31966 \begin_layout Plain Layout
31967 Ecuación ! química|see
31968 \begin_inset ERT
31969 status collapsed
31970
31971 \begin_layout Plain Layout
31972
31973 {
31974 \end_layout
31975
31976 \end_inset
31977
31978 Química
31979 \begin_inset ERT
31980 status collapsed
31981
31982 \begin_layout Plain Layout
31983
31984 }
31985 \end_layout
31986
31987 \end_inset
31988
31989
31990 \end_layout
31991
31992 \end_inset
31993
31994
31995 \begin_inset Index idx
31996 status collapsed
31997
31998 \begin_layout Plain Layout
31999 Química ! iones
32000 \end_layout
32001
32002 \end_inset
32003
32004
32005 \begin_inset Index idx
32006 status collapsed
32007
32008 \begin_layout Plain Layout
32009 Iones|see
32010 \begin_inset ERT
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014
32015 {
32016 \end_layout
32017
32018 \end_inset
32019
32020 Química
32021 \begin_inset ERT
32022 status collapsed
32023
32024 \begin_layout Plain Layout
32025
32026 }
32027 \end_layout
32028
32029 \end_inset
32030
32031
32032 \end_layout
32033
32034 \end_inset
32035
32036
32037 \begin_inset Index idx
32038 status collapsed
32039
32040 \begin_layout Plain Layout
32041 Química ! reacción
32042 \end_layout
32043
32044 \end_inset
32045
32046
32047 \end_layout
32048
32049 \begin_layout Standard
32050 Un ejemplo de texto de química:
32051 \end_layout
32052
32053 \begin_layout Quote
32054 El ión 
32055 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32056 \end_inset
32057
32058  reacciona con dos iones 
32059 \begin_inset Formula $\mathrm{Na^{+}}$
32060 \end_inset
32061
32062  para dar sulfato de sodio 
32063 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32064 \end_inset
32065
32066 .
32067  La ecuación química es:
32068 \begin_inset Formula \begin{equation}
32069 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}\end{equation}
32070
32071 \end_inset
32072
32073
32074 \end_layout
32075
32076 \begin_layout Standard
32077 Esta ecuación química puede componerse directamente en modo ecuación.
32078  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32079  y con el atajo 
32080 \family sans
32081 Alt+C
32082 \begin_inset space ~
32083 \end_inset
32084
32085 R
32086 \family default
32087  se cambia en redonda.
32088 \begin_inset Foot
32089 status collapsed
32090
32091 \begin_layout Plain Layout
32092 véase estilos de fuentes en 
32093 \begin_inset CommandInset ref
32094 LatexCommand ref
32095 reference "sub:Estilos-de-fuentes"
32096
32097 \end_inset
32098
32099 .
32100 \end_layout
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Standard
32108 Para escribir ecuaciones químicas es más conveniente usar el comando 
32109 \series bold
32110
32111 \backslash
32112 ce
32113 \series default
32114
32115 \begin_inset Index idx
32116 status collapsed
32117
32118 \begin_layout Plain Layout
32119 Comandos ! C ! 
32120 \backslash
32121 ce
32122 \end_layout
32123
32124 \end_inset
32125
32126 , que está disponible si está instalado el paquete LaTeX 
32127 \series bold
32128 mhchem
32129 \series default
32130
32131 \begin_inset Index idx
32132 status collapsed
32133
32134 \begin_layout Plain Layout
32135 Paquetes ! mhchem
32136 \end_layout
32137
32138 \end_inset
32139
32140 .
32141  Al insertar  
32142 \series bold
32143
32144 \backslash
32145 ce
32146 \series default
32147  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
32148   ecuaciones químicas de una forma intuitiva.
32149 \end_layout
32150
32151 \begin_layout Standard
32152 \align center
32153 \begin_inset Tabular
32154 <lyxtabular version="3" rows="9" columns="2">
32155 <features tabularvalignment="middle">
32156 <column alignment="center" valignment="top" width="0">
32157 <column alignment="center" valignment="top" width="0">
32158 <row>
32159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32160 \begin_inset Text
32161
32162 \begin_layout Plain Layout
32163 Comando
32164 \end_layout
32165
32166 \end_inset
32167 </cell>
32168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32169 \begin_inset Text
32170
32171 \begin_layout Plain Layout
32172 Resultado
32173 \begin_inset Note Note
32174 status collapsed
32175
32176 \begin_layout Plain Layout
32177
32178 \series bold
32179
32180 \backslash
32181 raisebox
32182 \series default
32183  se usa sólo como espaciador
32184 \end_layout
32185
32186 \end_inset
32187
32188
32189 \end_layout
32190
32191 \end_inset
32192 </cell>
32193 </row>
32194 <row>
32195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32196 \begin_inset Text
32197
32198 \begin_layout Plain Layout
32199
32200 \backslash
32201 ce
32202 \begin_inset ERT
32203 status collapsed
32204
32205 \begin_layout Plain Layout
32206
32207
32208 \backslash
32209 spce 
32210 \end_layout
32211
32212 \end_inset
32213
32214 H2CO3
32215 \end_layout
32216
32217 \end_inset
32218 </cell>
32219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32220 \begin_inset Text
32221
32222 \begin_layout Plain Layout
32223 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \end_inset
32230 </cell>
32231 </row>
32232 <row>
32233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32234 \begin_inset Text
32235
32236 \begin_layout Plain Layout
32237
32238 \backslash
32239 ce
32240 \begin_inset ERT
32241 status collapsed
32242
32243 \begin_layout Plain Layout
32244
32245
32246 \backslash
32247 spce 
32248 \end_layout
32249
32250 \end_inset
32251
32252 SO4^2-
32253 \end_layout
32254
32255 \end_inset
32256 </cell>
32257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32258 \begin_inset Text
32259
32260 \begin_layout Plain Layout
32261 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32262 \end_inset
32263
32264
32265 \end_layout
32266
32267 \end_inset
32268 </cell>
32269 </row>
32270 <row>
32271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32272 \begin_inset Text
32273
32274 \begin_layout Plain Layout
32275
32276 \backslash
32277 ce
32278 \begin_inset ERT
32279 status collapsed
32280
32281 \begin_layout Plain Layout
32282
32283
32284 \backslash
32285 spce 
32286 \end_layout
32287
32288 \end_inset
32289
32290 (NH4)2S
32291 \end_layout
32292
32293 \end_inset
32294 </cell>
32295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32296 \begin_inset Text
32297
32298 \begin_layout Plain Layout
32299 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32300 \end_inset
32301
32302
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 </row>
32308 <row>
32309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32310 \begin_inset Text
32311
32312 \begin_layout Plain Layout
32313
32314 \backslash
32315 ce
32316 \begin_inset ERT
32317 status collapsed
32318
32319 \begin_layout Plain Layout
32320
32321
32322 \backslash
32323 spce 
32324 \end_layout
32325
32326 \end_inset
32327
32328 KCr(SO4)2.12H2O
32329 \end_layout
32330
32331 \end_inset
32332 </cell>
32333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32334 \begin_inset Text
32335
32336 \begin_layout Plain Layout
32337 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \end_inset
32344 </cell>
32345 </row>
32346 <row>
32347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32348 \begin_inset Text
32349
32350 \begin_layout Plain Layout
32351
32352 \backslash
32353 ce
32354 \begin_inset ERT
32355 status collapsed
32356
32357 \begin_layout Plain Layout
32358
32359
32360 \backslash
32361 spce 
32362 \end_layout
32363
32364 \end_inset
32365
32366 A-B
32367 \backslash
32368 dbond
32369 \begin_inset ERT
32370 status collapsed
32371
32372 \begin_layout Plain Layout
32373
32374
32375 \backslash
32376 spce 
32377 \end_layout
32378
32379 \end_inset
32380
32381 C
32382 \backslash
32383 tbond
32384 \begin_inset ERT
32385 status collapsed
32386
32387 \begin_layout Plain Layout
32388
32389
32390 \backslash
32391 spce 
32392 \end_layout
32393
32394 \end_inset
32395
32396 D
32397 \end_layout
32398
32399 \end_inset
32400 </cell>
32401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32402 \begin_inset Text
32403
32404 \begin_layout Plain Layout
32405 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32406 \end_inset
32407
32408
32409 \end_layout
32410
32411 \end_inset
32412 </cell>
32413 </row>
32414 <row>
32415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32416 \begin_inset Text
32417
32418 \begin_layout Plain Layout
32419
32420 \backslash
32421 ce
32422 \begin_inset ERT
32423 status collapsed
32424
32425 \begin_layout Plain Layout
32426
32427
32428 \backslash
32429 spce 
32430 \end_layout
32431
32432 \end_inset
32433
32434 ^227
32435 \begin_inset Formula $\downarrow$
32436 \end_inset
32437
32438 _90
32439 \begin_inset Formula $\to$
32440 \end_inset
32441
32442 Th+
32443 \end_layout
32444
32445 \end_inset
32446 </cell>
32447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32448 \begin_inset Text
32449
32450 \begin_layout Plain Layout
32451 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32452 \end_inset
32453
32454
32455 \end_layout
32456
32457 \end_inset
32458 </cell>
32459 </row>
32460 <row>
32461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32462 \begin_inset Text
32463
32464 \begin_layout Plain Layout
32465
32466 \backslash
32467 ce
32468 \begin_inset ERT
32469 status collapsed
32470
32471 \begin_layout Plain Layout
32472
32473
32474 \backslash
32475 spce 
32476 \end_layout
32477
32478 \end_inset
32479
32480 CO2
32481 \begin_inset ERT
32482 status collapsed
32483
32484 \begin_layout Plain Layout
32485
32486
32487 \backslash
32488 spce 
32489 \end_layout
32490
32491 \end_inset
32492
32493 +
32494 \begin_inset ERT
32495 status collapsed
32496
32497 \begin_layout Plain Layout
32498
32499
32500 \backslash
32501 spce 
32502 \end_layout
32503
32504 \end_inset
32505
32506 C
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 <=>
32520 \begin_inset ERT
32521 status collapsed
32522
32523 \begin_layout Plain Layout
32524
32525
32526 \backslash
32527 spce 
32528 \end_layout
32529
32530 \end_inset
32531
32532 2CO
32533 \end_layout
32534
32535 \end_inset
32536 </cell>
32537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32538 \begin_inset Text
32539
32540 \begin_layout Plain Layout
32541 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32542 \end_inset
32543
32544
32545 \end_layout
32546
32547 \end_inset
32548 </cell>
32549 </row>
32550 <row>
32551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32552 \begin_inset Text
32553
32554 \begin_layout Plain Layout
32555
32556 \backslash
32557 ce
32558 \begin_inset ERT
32559 status collapsed
32560
32561 \begin_layout Plain Layout
32562
32563
32564 \backslash
32565 spce 
32566 \end_layout
32567
32568 \end_inset
32569
32570 CO2
32571 \begin_inset ERT
32572 status collapsed
32573
32574 \begin_layout Plain Layout
32575
32576
32577 \backslash
32578 spce 
32579 \end_layout
32580
32581 \end_inset
32582
32583 +
32584 \begin_inset ERT
32585 status collapsed
32586
32587 \begin_layout Plain Layout
32588
32589
32590 \backslash
32591 spce 
32592 \end_layout
32593
32594 \end_inset
32595
32596 C
32597 \begin_inset ERT
32598 status collapsed
32599
32600 \begin_layout Plain Layout
32601
32602
32603 \backslash
32604 spce 
32605 \end_layout
32606
32607 \end_inset
32608
32609 ->[
32610 \backslash
32611 alpha][
32612 \backslash
32613 beta]
32614 \begin_inset ERT
32615 status collapsed
32616
32617 \begin_layout Plain Layout
32618
32619
32620 \backslash
32621 spce 
32622 \end_layout
32623
32624 \end_inset
32625
32626 2CO}
32627 \end_layout
32628
32629 \end_inset
32630 </cell>
32631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32632 \begin_inset Text
32633
32634 \begin_layout Plain Layout
32635 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32636 \end_inset
32637
32638
32639 \end_layout
32640
32641 \end_inset
32642 </cell>
32643 </row>
32644 </lyxtabular>
32645
32646 \end_inset
32647
32648
32649 \end_layout
32650
32651 \begin_layout Standard
32652 \begin_inset Note Greyedout
32653 status open
32654
32655 \begin_layout Plain Layout
32656
32657 \series bold
32658 Nota:
32659 \series default
32660  Insertar una ecuación en un marco  
32661 \series bold
32662
32663 \backslash
32664 ce
32665 \series default
32666  provocará errores de LaTeX.
32667  En estos casos hay que usar código TeX, como en  
32668 \series bold
32669
32670 \backslash
32671 ce{$
32672 \backslash
32673 mu
32674 \backslash
32675 hyphen$Cl}
32676 \series default
32677
32678 \begin_inset ERT
32679 status collapsed
32680
32681 \begin_layout Plain Layout
32682
32683
32684 \backslash
32685 ce{$
32686 \backslash
32687 mu
32688 \backslash
32689 hyphen$Cl}
32690 \end_layout
32691
32692 \end_inset
32693
32694  
32695 \end_layout
32696
32697 \end_inset
32698
32699
32700 \end_layout
32701
32702 \begin_layout Standard
32703 El comando 
32704 \series bold
32705
32706 \backslash
32707 ce
32708 \series default
32709  para la ecuación
32710 \begin_inset space ~
32711 \end_inset
32712
32713
32714 \begin_inset CommandInset ref
32715 LatexCommand eqref
32716 reference "eq:reaccion-quimica"
32717
32718 \end_inset
32719
32720  es
32721 \begin_inset Newline newline
32722 \end_inset
32723
32724
32725 \series bold
32726  
32727 \backslash
32728 ce
32729 \begin_inset ERT
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733
32734
32735 \backslash
32736 spce 
32737 \end_layout
32738
32739 \end_inset
32740
32741 2Na+
32742 \begin_inset ERT
32743 status collapsed
32744
32745 \begin_layout Plain Layout
32746
32747
32748 \backslash
32749 spce 
32750 \end_layout
32751
32752 \end_inset
32753
32754 +
32755 \begin_inset ERT
32756 status collapsed
32757
32758 \begin_layout Plain Layout
32759
32760
32761 \backslash
32762 spce 
32763 \end_layout
32764
32765 \end_inset
32766
32767 SO4^2-
32768 \begin_inset ERT
32769 status collapsed
32770
32771 \begin_layout Plain Layout
32772
32773
32774 \backslash
32775 spce 
32776 \end_layout
32777
32778 \end_inset
32779
32780
32781 \begin_inset ERT
32782 status collapsed
32783
32784 \begin_layout Plain Layout
32785
32786
32787 \backslash
32788 spce 
32789 \end_layout
32790
32791 \end_inset
32792
32793 ->
32794 \begin_inset ERT
32795 status collapsed
32796
32797 \begin_layout Plain Layout
32798
32799
32800 \backslash
32801 spce 
32802 \end_layout
32803
32804 \end_inset
32805
32806 Na2SO4
32807 \end_layout
32808
32809 \begin_layout Standard
32810 Para componer ecuaciones químicas multilínea primero se crea una ecuación
32811  multilínea, tal como se describe en la 
32812 \begin_inset CommandInset ref
32813 LatexCommand ref
32814 reference "sec:Ecuaciones-multilínea"
32815
32816 \end_inset
32817
32818 .
32819  Después se utiliza el comando 
32820 \series bold
32821 /ce
32822 \series default
32823  en cada cuadrito azul de la ecuación.
32824  
32825 \begin_inset CommandInset ref
32826 LatexCommand eqref
32827 reference "eq:TEOS-reac-1"
32828
32829 \end_inset
32830
32831  y 
32832 \begin_inset CommandInset ref
32833 LatexCommand eqref
32834 reference "eq:TEOS-reac-2"
32835
32836 \end_inset
32837
32838  son un ejemplo de reacción química multifase en la que cada ecuación tiene
32839  su propio número.
32840 \begin_inset Formula \begin{eqnarray}
32841 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
32842 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
32843 \end{eqnarray}
32844
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \begin_layout Standard
32851 Además de 
32852 \series bold
32853
32854 \backslash
32855 ce
32856 \series default
32857  el paquete 
32858 \series bold
32859 mhchem
32860 \series default
32861  suministra el comando 
32862 \series bold
32863
32864 \backslash
32865 cf
32866 \series default
32867
32868 \begin_inset Index idx
32869 status collapsed
32870
32871 \begin_layout Plain Layout
32872 Comandos ! C ! 
32873 \backslash
32874 cf
32875 \end_layout
32876
32877 \end_inset
32878
32879  que ha de utilizarse en casos especiales.
32880  Para más información sobre 
32881 \series bold
32882
32883 \backslash
32884 cf
32885 \series default
32886  y más ejemplos echa un vistazo a la documentación de 
32887 \series bold
32888 mhchem
32889 \series default
32890
32891 \begin_inset CommandInset citation
32892 LatexCommand cite
32893 key "mhchem"
32894
32895 \end_inset
32896
32897 .
32898 \end_layout
32899
32900 \begin_layout Section
32901 Diagramas
32902 \end_layout
32903
32904 \begin_layout Standard
32905 Lyx soporta dos tipos de diagramas conmutativos: 
32906 \series bold
32907 amscd
32908 \series default
32909  y 
32910 \series bold
32911 xymatrix
32912 \series default
32913 , que se explican a continuación.
32914 \end_layout
32915
32916 \begin_layout Subsection
32917 Diagramas amscd
32918 \begin_inset Index idx
32919 status collapsed
32920
32921 \begin_layout Plain Layout
32922 Diagramas ! amscd
32923 \end_layout
32924
32925 \end_inset
32926
32927
32928 \end_layout
32929
32930 \begin_layout Standard
32931 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
32932  verticales y horizontales:
32933 \begin_inset Formula \[
32934 \begin{CD}A@)))B@)))C\\
32935 @AAA@.@VVV\\
32936 F@(((E@(((D
32937 \end{CD}\]
32938
32939 \end_inset
32940
32941 Para obtener el diagrama se inserta en la ecuación el comando 
32942 \series bold
32943
32944 \backslash
32945 CD
32946 \begin_inset Index idx
32947 status collapsed
32948
32949 \begin_layout Plain Layout
32950 Comandos ! C ! 
32951 \backslash
32952 CD
32953 \end_layout
32954
32955 \end_inset
32956
32957
32958 \series default
32959 .
32960  Surge un marco azul entre dos líneas de trazos en el que se insertan a
32961  continuación comandos.
32962  Con 
32963 \family sans
32964 Ctrl+Retorno
32965 \family default
32966  se inicia una nueva línea.
32967  En las líneas impares se insertan relaciones horizontales, en las pares
32968  verticales.
32969 \end_layout
32970
32971 \begin_layout Standard
32972 Para componer las relaciones hay los siguientes comandos:
32973 \begin_inset Foot
32974 status collapsed
32975
32976 \begin_layout Plain Layout
32977 \begin_inset CommandInset label
32978 LatexCommand label
32979 name "fn:sinónimos"
32980
32981 \end_inset
32982
32983 Los comandos con 
32984 \family sans
32985 '
32986 \series bold
32987 >
32988 \series default
32989 '
32990 \family default
32991  o 
32992 \family sans
32993 '
32994 \series bold
32995 <
32996 \series default
32997 '
32998 \family default
32999  pueden generar errores con el estilo 
33000 \series bold
33001 spanish
33002 \series default
33003  de 
33004 \series bold
33005 babel
33006 \series default
33007 .
33008  Para evitarlo se pueden sustituir por sus sinónimos 
33009 \family sans
33010 '
33011 \series bold
33012 )
33013 \series default
33014 '
33015 \family default
33016  y 
33017 \family sans
33018 '
33019 \series bold
33020 (
33021 \series default
33022 '
33023 \family default
33024  respectivamente.
33025  Véase 
33026 \begin_inset CommandInset citation
33027 LatexCommand cite
33028 key "spanish"
33029
33030 \end_inset
33031
33032 .
33033  (
33034 \emph on
33035 N.
33036 \begin_inset space \thinspace{}
33037 \end_inset
33038
33039 del t.
33040 \emph default
33041 )
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Itemize
33050
33051 \series bold
33052 @<<<
33053 \series default
33054  genera una flecha hacia la izquierda, 
33055 \series bold
33056 @>>>
33057 \series default
33058  una hacia la derecha, y 
33059 \series bold
33060 @=
33061 \series default
33062  un signo igual largo
33063 \end_layout
33064
33065 \begin_layout Itemize
33066
33067 \series bold
33068 @AAA
33069 \series default
33070  genera una flecha hacia arriba, 
33071 \series bold
33072 @VVV
33073 \series default
33074  una hacia abajo, y 
33075 \series bold
33076 @|
33077 \series default
33078  un signo igual vertical
33079 \end_layout
33080
33081 \begin_layout Itemize
33082
33083 \series bold
33084 @.
33085
33086 \series default
33087  genera una ubicación vacía para relaciones inexistentes
33088 \end_layout
33089
33090 \begin_layout Standard
33091 Todas las flechas pueden etiquetarse como sigue:
33092 \end_layout
33093
33094 \begin_layout Itemize
33095 Si se inserta texto entre el primero y el segundo 
33096 \series bold
33097 <
33098 \series default
33099  o 
33100 \series bold
33101 >
33102 \series default
33103 , respectivamente, se muestra sobre la flecha.
33104  Si se inserta entre el segundo y el tercero, bajo la flecha.
33105 \end_layout
33106
33107 \begin_layout Itemize
33108 Para flechas verticales, si se inserta texto entre la primera y la segunda
33109  
33110 \series bold
33111 A
33112 \series default
33113  o 
33114 \series bold
33115 V
33116 \series default
33117 , respectivamente, se muestra al lado izquierdo de la flecha.
33118  Si se inserta entre la segunda y la tercera, al lado derecho.
33119  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33120 \end_layout
33121
33122 \begin_layout Standard
33123 Como ejemplo un diagrama con todas las relaciones posibles:
33124 \begin_inset Formula \[
33125 \begin{CD}A@)j))B@))k)C@=F\\
33126 @AmAA@.@VV{V}V@|\\
33127 D@((j\,(E@)k))F@=C
33128 \end{CD}\]
33129
33130 \end_inset
33131
33132 El comando para este diagrama es:
33133 \begin_inset Newline newline
33134 \end_inset
33135
33136
33137 \series bold
33138
33139 \backslash
33140 CD
33141 \begin_inset ERT
33142 status collapsed
33143
33144 \begin_layout Plain Layout
33145
33146
33147 \backslash
33148 spce 
33149 \end_layout
33150
33151 \end_inset
33152
33153 A@>j>>B@>>k>C@=F Ctrl+Retorno
33154 \begin_inset Newline newline
33155 \end_inset
33156
33157
33158 \begin_inset Phantom HPhantom
33159 status open
33160
33161 \begin_layout Plain Layout
33162
33163 \series bold
33164
33165 \backslash
33166 CD
33167 \begin_inset ERT
33168 status collapsed
33169
33170 \begin_layout Plain Layout
33171
33172
33173 \backslash
33174 spce 
33175 \end_layout
33176
33177 \end_inset
33178
33179
33180 \end_layout
33181
33182 \end_inset
33183
33184 @AmAA@.@VV
33185 \backslash
33186 {V
33187 \series default
33188
33189 \begin_inset Formula $\to$
33190 \end_inset
33191
33192
33193 \series bold
33194 V@| Ctrl+Retorno
33195 \begin_inset Newline newline
33196 \end_inset
33197
33198
33199 \begin_inset Phantom HPhantom
33200 status open
33201
33202 \begin_layout Plain Layout
33203
33204 \series bold
33205
33206 \backslash
33207 CD
33208 \begin_inset ERT
33209 status collapsed
33210
33211 \begin_layout Plain Layout
33212
33213
33214 \backslash
33215 spce 
33216 \end_layout
33217
33218 \end_inset
33219
33220
33221 \end_layout
33222
33223 \end_inset
33224
33225 D@<<j<E@>k>>F@=C
33226 \end_layout
33227
33228 \begin_layout Subsection
33229 Diagramas xymatrix
33230 \begin_inset Index idx
33231 status collapsed
33232
33233 \begin_layout Plain Layout
33234 Diagramas ! xymatrix
33235 \end_layout
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \begin_layout Standard
33243 Para usar matrices xy debe estar instalado el paquete LaTeX 
33244 \series bold
33245 xypic
33246 \series default
33247 .
33248  Una matriz xy se crea insertando el comando 
33249 \series bold
33250
33251 \backslash
33252 xymatrix
33253 \series default
33254  en una ecuación.
33255  Después podrás añadir nuevas columnas y filas como en matrices normales,
33256  véase
33257 \begin_inset space ~
33258 \end_inset
33259
33260
33261 \begin_inset CommandInset ref
33262 LatexCommand ref
33263 reference "sec:Matrices"
33264
33265 \end_inset
33266
33267 .
33268 \end_layout
33269
33270 \begin_layout Standard
33271 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33272  y curvadas, y mucho más.
33273  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33274  se explican en el 
33275 \emph on
33276 Manual de XY-pic
33277 \emph default
33278  que se encuentra en el menú 
33279 \family sans
33280 Ayuda\SpecialChar \menuseparator
33281 Manuales
33282 \begin_inset space ~
33283 \end_inset
33284
33285 específicos
33286 \family default
33287 .
33288 \end_layout
33289
33290 \begin_layout Subsection
33291 Diagramas 
33292 \noun on
33293 Feynman
33294 \noun default
33295
33296 \begin_inset Index idx
33297 status collapsed
33298
33299 \begin_layout Plain Layout
33300 Diagramas ! Feynman
33301 \end_layout
33302
33303 \end_inset
33304
33305
33306 \end_layout
33307
33308 \begin_layout Standard
33309 Para usar diagramas 
33310 \noun on
33311 Feynman
33312 \noun default
33313  estar instalado el paquete LaTeX 
33314 \series bold
33315 feyn
33316 \series default
33317 .
33318  Un diagrama 
33319 \noun on
33320 Feynman
33321 \noun default
33322  se crea insertando el comando 
33323 \series bold
33324
33325 \backslash
33326 Diagram
33327 \series default
33328  en una ecuación.
33329  Después podrás añadir nuevas columnas y filas como en matrices normales,
33330  véase
33331 \begin_inset space ~
33332 \end_inset
33333
33334
33335 \begin_inset CommandInset ref
33336 LatexCommand ref
33337 reference "sec:Matrices"
33338
33339 \end_inset
33340
33341 .
33342 \end_layout
33343
33344 \begin_layout Standard
33345
33346 \lang english
33347 Examples how to create 
33348 \noun on
33349 Feynman-
33350 \noun default
33351 diagrams in LyX is given in the 
33352 \emph on
33353 Feynman-diagram manual
33354 \emph default
33355 \lang spanish
33356  que se encuentra en el menú 
33357 \family sans
33358 Ayuda\SpecialChar \menuseparator
33359 Manuales
33360 \begin_inset space ~
33361 \end_inset
33362
33363 específicos
33364 \family default
33365 .
33366 \end_layout
33367
33368 \begin_layout Section
33369 Comandos definidos por el usuario
33370 \begin_inset Index idx
33371 status collapsed
33372
33373 \begin_layout Plain Layout
33374 Comandos de usuario
33375 \end_layout
33376
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \begin_layout Standard
33383 \begin_inset Note Greyedout
33384 status collapsed
33385
33386 \begin_layout Plain Layout
33387
33388 \series bold
33389 Nota:
33390 \series default
33391  Los nombres de los comandos definidos por el usuario y macros solo pueden
33392  contener letras latinas.
33393 \end_layout
33394
33395 \end_inset
33396
33397
33398 \end_layout
33399
33400 \begin_layout Subsection
33401 El comando 
33402 \backslash
33403 newcommand
33404 \begin_inset CommandInset label
33405 LatexCommand label
33406 name "sub:El-comando-newcommand"
33407
33408 \end_inset
33409
33410
33411 \begin_inset Index idx
33412 status collapsed
33413
33414 \begin_layout Plain Layout
33415 Comandos de usuario ! 
33416 \backslash
33417 newcommand
33418 \end_layout
33419
33420 \end_inset
33421
33422
33423 \begin_inset Index idx
33424 status collapsed
33425
33426 \begin_layout Plain Layout
33427 Comandos ! N ! 
33428 \backslash
33429 newcommand
33430 \end_layout
33431
33432 \end_inset
33433
33434
33435 \end_layout
33436
33437 \begin_layout Standard
33438 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33439  Pero es posible definir nuevos comandos más cortos con el comando 
33440 \series bold
33441
33442 \backslash
33443 newcommand
33444 \series default
33445 .
33446  
33447 \end_layout
33448
33449 \begin_layout Standard
33450 El esquema del comando 
33451 \series bold
33452
33453 \backslash
33454 newcommand
33455 \series default
33456  es:
33457 \end_layout
33458
33459 \begin_layout Standard
33460
33461 \series bold
33462
33463 \backslash
33464 newcommand{nombre nuevo de comando}[número de argumentos]
33465 \begin_inset Newline newline
33466 \end_inset
33467
33468
33469 \begin_inset Phantom HPhantom
33470 status open
33471
33472 \begin_layout Plain Layout
33473
33474 \series bold
33475
33476 \backslash
33477 newcommand
33478 \end_layout
33479
33480 \end_inset
33481
33482 [valor opcional]{definición de comando}
33483 \end_layout
33484
33485 \begin_layout Standard
33486 \begin_inset Note Greyedout
33487 status collapsed
33488
33489 \begin_layout Plain Layout
33490
33491 \series bold
33492 Nota:
33493 \series default
33494  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33495  documento o en paquetes LaTeX que uses.
33496  Si p.
33497 \begin_inset space \thinspace{}
33498 \end_inset
33499
33500 e.
33501  defines el comando 
33502 \series bold
33503
33504 \backslash
33505 le
33506 \series default
33507  para 
33508 \series bold
33509
33510 \backslash
33511 Leftarrow,
33512 \series default
33513  se producirán errores porque 
33514 \series bold
33515
33516 \backslash
33517 le
33518 \series default
33519  ya existe como comando para 
33520 \begin_inset Quotes fld
33521 \end_inset
33522
33523
33524 \begin_inset Formula $\le$
33525 \end_inset
33526
33527
33528 \begin_inset Quotes frd
33529 \end_inset
33530
33531 .
33532
33533 \series bold
33534  
33535 \end_layout
33536
33537 \end_inset
33538
33539
33540 \end_layout
33541
33542 \begin_layout Standard
33543 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33544  argumentos debería tener el nuevo comando.
33545  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33546  Cuando se hace esto, el 
33547 \emph on
33548 primer
33549 \emph default
33550  argumento del nuevo comando es automáticamente opcional.
33551 \end_layout
33552
33553 \begin_layout Standard
33554 Veamos unos ejemplos:
33555 \end_layout
33556
33557 \begin_layout Itemize
33558 Para definir el comando 
33559 \series bold
33560
33561 \backslash
33562 gr
33563 \series default
33564  para 
33565 \series bold
33566
33567 \backslash
33568 Longrightarrow
33569 \series default
33570 , la línea de preámbulo LaTeX es:
33571 \begin_inset VSpace medskip
33572 \end_inset
33573
33574
33575 \begin_inset Newline newline
33576 \end_inset
33577
33578
33579 \series bold
33580
33581 \backslash
33582 newcommand{
33583 \backslash
33584 gr}{
33585 \backslash
33586 Longrightarrow}
33587 \end_layout
33588
33589 \begin_layout Itemize
33590 Para definir el comando 
33591 \series bold
33592
33593 \backslash
33594 us
33595 \series default
33596  para 
33597 \series bold
33598
33599 \backslash
33600 underline
33601 \series default
33602 , el argumento (que sería subrayado) debe tenerse en cuenta.
33603  Para esto la línea de preámbulo es:
33604 \begin_inset VSpace medskip
33605 \end_inset
33606
33607
33608 \begin_inset Newline newline
33609 \end_inset
33610
33611
33612 \series bold
33613
33614 \backslash
33615 newcommand{
33616 \backslash
33617 us}[1]{
33618 \backslash
33619 underline{#1}}
33620 \series default
33621
33622 \begin_inset VSpace medskip
33623 \end_inset
33624
33625
33626 \begin_inset Newline newline
33627 \end_inset
33628
33629 El carácter 
33630 \series bold
33631 #
33632 \series default
33633  actúa como colocador del argumento, el 
33634 \series bold
33635 1
33636 \series default
33637  indica que es el colocador para el primer argumento.
33638 \end_layout
33639
33640 \begin_layout Itemize
33641 Para 
33642 \series bold
33643
33644 \backslash
33645 framebox
33646 \series default
33647  se puede p.
33648 \begin_inset space \thinspace{}
33649 \end_inset
33650
33651 e.
33652  definir el comando 
33653 \series bold
33654
33655 \backslash
33656 fb
33657 \series default
33658 :
33659 \begin_inset VSpace medskip
33660 \end_inset
33661
33662
33663 \begin_inset Newline newline
33664 \end_inset
33665
33666
33667 \series bold
33668
33669 \backslash
33670 newcommand{
33671 \backslash
33672 fb}[3]{
33673 \backslash
33674 framebox#1#2{$#3$}}
33675 \series default
33676
33677 \begin_inset VSpace medskip
33678 \end_inset
33679
33680
33681 \begin_inset Newline newline
33682 \end_inset
33683
33684 Los dos signos dólar generan la ecuación extra necesaria para 
33685 \series bold
33686
33687 \backslash
33688 framebox
33689 \series default
33690 , véase 
33691 \begin_inset CommandInset ref
33692 LatexCommand ref
33693 reference "sub:Cuadros-con-marco"
33694
33695 \end_inset
33696
33697 .
33698 \end_layout
33699
33700 \begin_layout Itemize
33701 Para crear un nuevo comando para 
33702 \series bold
33703
33704 \backslash
33705 fcolorbox
33706 \series default
33707  donde no es necesario especificar el color para el cuadro, el argumento
33708  para el color se define opcional:
33709 \begin_inset VSpace medskip
33710 \end_inset
33711
33712
33713 \begin_inset Newline newline
33714 \end_inset
33715
33716
33717 \series bold
33718
33719 \backslash
33720 newcommand{
33721 \backslash
33722 cb}[3][white]{
33723 \backslash
33724 fcolorbox{#2}{#1}{$#3$}}
33725 \series default
33726
33727 \begin_inset VSpace medskip
33728 \end_inset
33729
33730
33731 \begin_inset Newline newline
33732 \end_inset
33733
33734 Si el color no es especificado al usar 
33735 \series bold
33736
33737 \backslash
33738 cb
33739 \series default
33740 , se elige el color 
33741 \series bold
33742 white
33743 \series default
33744  predefinido.
33745 \end_layout
33746
33747 \begin_layout Standard
33748 Un ensayo con los nuevos comandos definidos:
33749 \end_layout
33750
33751 \begin_layout Standard
33752 \noindent
33753 \align center
33754 \begin_inset Tabular
33755 <lyxtabular version="3" rows="6" columns="2">
33756 <features tabularvalignment="middle">
33757 <column alignment="center" valignment="top" width="0">
33758 <column alignment="center" valignment="top" width="0">
33759 <row>
33760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33761 \begin_inset Text
33762
33763 \begin_layout Plain Layout
33764 Comando
33765 \end_layout
33766
33767 \end_inset
33768 </cell>
33769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33770 \begin_inset Text
33771
33772 \begin_layout Plain Layout
33773 Resultado
33774 \begin_inset Note Note
33775 status collapsed
33776
33777 \begin_layout Plain Layout
33778
33779 \series bold
33780
33781 \backslash
33782 raisebox
33783 \series default
33784  se usa sólo como espaciador
33785 \end_layout
33786
33787 \end_inset
33788
33789
33790 \end_layout
33791
33792 \end_inset
33793 </cell>
33794 </row>
33795 <row>
33796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33797 \begin_inset Text
33798
33799 \begin_layout Plain Layout
33800 A
33801 \backslash
33802 gr
33803 \begin_inset ERT
33804 status collapsed
33805
33806 \begin_layout Plain Layout
33807
33808
33809 \backslash
33810 spce 
33811 \end_layout
33812
33813 \end_inset
33814
33815 B
33816 \end_layout
33817
33818 \end_inset
33819 </cell>
33820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33821 \begin_inset Text
33822
33823 \begin_layout Plain Layout
33824 \begin_inset Formula $A\gr B$
33825 \end_inset
33826
33827
33828 \end_layout
33829
33830 \end_inset
33831 </cell>
33832 </row>
33833 <row>
33834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33835 \begin_inset Text
33836
33837 \begin_layout Plain Layout
33838
33839 \backslash
33840 us{ABcd
33841 \end_layout
33842
33843 \end_inset
33844 </cell>
33845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33846 \begin_inset Text
33847
33848 \begin_layout Plain Layout
33849 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33850 \end_inset
33851
33852
33853 \end_layout
33854
33855 \end_inset
33856 </cell>
33857 </row>
33858 <row>
33859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33860 \begin_inset Text
33861
33862 \begin_layout Plain Layout
33863
33864 \backslash
33865 fb{[2cm]
33866 \begin_inset Formula $\to$
33867 \end_inset
33868
33869
33870 \backslash
33871 {
33872 \begin_inset Formula $\to$
33873 \end_inset
33874
33875
33876 \backslash
33877 {
33878 \backslash
33879 int
33880 \begin_inset ERT
33881 status collapsed
33882
33883 \begin_layout Plain Layout
33884
33885
33886 \backslash
33887 spce 
33888 \end_layout
33889
33890 \end_inset
33891
33892 A=B
33893 \end_layout
33894
33895 \end_inset
33896 </cell>
33897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33898 \begin_inset Text
33899
33900 \begin_layout Plain Layout
33901 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33902 \end_inset
33903
33904
33905 \end_layout
33906
33907 \end_inset
33908 </cell>
33909 </row>
33910 <row>
33911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33912 \begin_inset Text
33913
33914 \begin_layout Plain Layout
33915
33916 \backslash
33917 cb{red
33918 \begin_inset Formula $\to$
33919 \end_inset
33920
33921
33922 \backslash
33923 {
33924 \backslash
33925 int
33926 \begin_inset ERT
33927 status collapsed
33928
33929 \begin_layout Plain Layout
33930
33931
33932 \backslash
33933 spce 
33934 \end_layout
33935
33936 \end_inset
33937
33938 A=B
33939 \end_layout
33940
33941 \end_inset
33942 </cell>
33943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33944 \begin_inset Text
33945
33946 \begin_layout Plain Layout
33947 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33948 \end_inset
33949
33950
33951 \end_layout
33952
33953 \end_inset
33954 </cell>
33955 </row>
33956 <row>
33957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33958 \begin_inset Text
33959
33960 \begin_layout Plain Layout
33961
33962 \backslash
33963 cb[green]
33964 \backslash
33965 {red
33966 \begin_inset Formula $\to$
33967 \end_inset
33968
33969
33970 \backslash
33971 {
33972 \backslash
33973 int
33974 \begin_inset ERT
33975 status collapsed
33976
33977 \begin_layout Plain Layout
33978
33979
33980 \backslash
33981 spce 
33982 \end_layout
33983
33984 \end_inset
33985
33986 A=B
33987 \end_layout
33988
33989 \end_inset
33990 </cell>
33991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33992 \begin_inset Text
33993
33994 \begin_layout Plain Layout
33995 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33996 \end_inset
33997
33998
33999 \end_layout
34000
34001 \end_inset
34002 </cell>
34003 </row>
34004 </lyxtabular>
34005
34006 \end_inset
34007
34008
34009 \end_layout
34010
34011 \begin_layout Subsection
34012 Macros de ecuaciones
34013 \begin_inset Index idx
34014 status collapsed
34015
34016 \begin_layout Plain Layout
34017 Comandos de usuario ! Macros de ecuaciones
34018 \end_layout
34019
34020 \end_inset
34021
34022
34023 \begin_inset Index idx
34024 status collapsed
34025
34026 \begin_layout Plain Layout
34027 Macros
34028 \end_layout
34029
34030 \end_inset
34031
34032
34033 \end_layout
34034
34035 \begin_layout Standard
34036 Los comandos definidos por el usuario son especialmente convenientes para
34037  expresiones complejas.
34038  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
34039  el mismo tipo de solución se repite varias veces.
34040  La forma general de una ecuación de segundo grado es:
34041 \begin_inset Formula \[
34042 0=\lambda^{2}+p\lambda+q\]
34043
34044 \end_inset
34045
34046 La forma general de la solución es:
34047 \begin_inset Formula \[
34048 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
34049
34050 \end_inset
34051
34052
34053 \end_layout
34054
34055 \begin_layout Standard
34056 Para definir un comando para la ecuación de la solución, en donde solo hay
34057  que especificar los tres parámetros 
34058 \begin_inset Formula $\lambda$
34059 \end_inset
34060
34061
34062 \begin_inset Formula $p$
34063 \end_inset
34064
34065 , y 
34066 \begin_inset Formula $q$
34067 \end_inset
34068
34069 , y el índice de 
34070 \begin_inset Formula $\lambda$
34071 \end_inset
34072
34073  puede darse opcionalmente, la línea de preámbulo LaTeX es
34074 \begin_inset Newline newline
34075 \end_inset
34076
34077
34078 \series bold
34079
34080 \backslash
34081 newcommand{
34082 \backslash
34083 qG}[4][1,
34084 \backslash
34085 ,2]{#2_{#1}=-
34086 \backslash
34087 frac{#3}{2}
34088 \backslash
34089 pm
34090 \begin_inset Newline newline
34091 \end_inset
34092
34093
34094 \begin_inset Phantom HPhantom
34095 status open
34096
34097 \begin_layout Plain Layout
34098
34099 \series bold
34100
34101 \backslash
34102 newcommand
34103 \end_layout
34104
34105 \end_inset
34106
34107
34108 \backslash
34109 sqrt{
34110 \backslash
34111 frac{#3^{2}}{4}-#4}}
34112 \end_layout
34113
34114 \begin_layout Standard
34115 Para generar la solución se inserta el comando
34116 \begin_inset Newline newline
34117 \end_inset
34118
34119
34120 \series bold
34121
34122 \backslash
34123 qG{
34124 \backslash
34125 lambda
34126 \begin_inset Formula $\to$
34127 \end_inset
34128
34129
34130 \backslash
34131 {p
34132 \begin_inset Formula $\to$
34133 \end_inset
34134
34135
34136 \backslash
34137 {q
34138 \series default
34139  en una ecuación
34140 \series bold
34141 .
34142 \end_layout
34143
34144 \begin_layout Standard
34145 La definición del nuevo comando no es intuitiva porque hay que conocer los
34146  esquemas de todos los comandos LaTeX usados, p.
34147 \begin_inset space \thinspace{}
34148 \end_inset
34149
34150 e., que una fracción se inserta en LaTeX como
34151 \series bold
34152  
34153 \backslash
34154 frac{numerador}{denominador}
34155 \series default
34156 .
34157  Además, uno puede olvidar fácilmente una llave en la definición y no puede
34158  ver en LyX lo que el nuevo comando está haciendo.
34159  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
34160  ecuación en vez del comando
34161 \series bold
34162  
34163 \backslash
34164 newcommand
34165 \series default
34166 .
34167 \end_layout
34168
34169 \begin_layout Standard
34170 Una macro de ecuación se crea con el menú 
34171 \family sans
34172 Insertar\SpecialChar \menuseparator
34173 Ecuación\SpecialChar \menuseparator
34174 Macro
34175 \family default
34176  o con el botón 
34177 \begin_inset Graphics
34178         filename ../../images/math-macro_newmacroname_newcommand.png
34179         scale 85
34180
34181 \end_inset
34182
34183  de la barra de herramientas.
34184  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
34185  como el siguiente donde se define la macro:
34186 \begin_inset Newline newline
34187 \end_inset
34188
34189
34190 \end_layout
34191
34192 \begin_layout Standard
34193 \begin_inset space \hspace*{\fill}
34194 \end_inset
34195
34196
34197 \begin_inset Graphics
34198         filename ../clipart/macrobox.png
34199
34200 \end_inset
34201
34202
34203 \begin_inset space \hspace*{\fill}
34204 \end_inset
34205
34206
34207 \begin_inset Newline newline
34208 \end_inset
34209
34210
34211 \begin_inset FormulaMacro
34212 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34213 \end_inset
34214
34215
34216 \backslash
34217 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
34218  En el primer marco azul se inserta la ecuación buscada.
34219  Con el comando 
34220 \series bold
34221
34222 \backslash
34223 #númerodeargumento
34224 \series default
34225 , , o con el botón 
34226 \begin_inset Graphics
34227         filename ../../images/math-macro-add-param.png
34228         scale 85
34229
34230 \end_inset
34231
34232  de la barra de herramientas de macros se inserta un colocador de argumento,
34233  p.
34234 \begin_inset space \thinspace{}
34235 \end_inset
34236
34237 e
34238 \begin_inset space \space{}
34239 \end_inset
34240
34241
34242 \series bold
34243
34244 \backslash
34245 #1
34246 \series default
34247 .
34248  Los colocadores de argumento se muestran en rojo.
34249  Se pueden poner 9 argumentos como máximo.
34250  Con el botón 
34251 \begin_inset Graphics
34252         filename ../../images/math-macro-add-optional-param.png
34253         scale 85
34254
34255 \end_inset
34256
34257  se crean argumentos opcionales.
34258  El primer argumento no opcional puede transformarse en opcional con el
34259  botón 
34260 \begin_inset Graphics
34261         filename ../../images/math-macro-make-optional.png
34262         scale 85
34263
34264 \end_inset
34265
34266 .
34267  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
34268  Normalmente quieres verlo tal como está definido, así que el recuadro se
34269  deja vacío.
34270  Pero si has creado una macro que necesita mucho espacio en la pantalla,
34271  en dicho recuadro puedes insertar, por ejemplo
34272 \begin_inset Newline newline
34273 \end_inset
34274
34275
34276 \series bold
34277 qG: 
34278 \backslash
34279 #1
34280 \series default
34281  
34282 \series bold
34283 ,
34284 \series default
34285  
34286 \series bold
34287
34288 \backslash
34289 #2
34290 \series default
34291  
34292 \series bold
34293 ,
34294 \series default
34295  
34296 \series bold
34297
34298 \backslash
34299 #3, 
34300 \backslash
34301 #4
34302 \begin_inset Newline newline
34303 \end_inset
34304
34305
34306 \series default
34307 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
34308  en LyX, lo que conlleva una visualización mejor.
34309  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
34310 \begin_inset Newline newline
34311 \end_inset
34312
34313 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
34314  macros individuales situando el cursor en la macro y usando el menú 
34315 \family sans
34316 Ver\SpecialChar \menuseparator
34317 (Des)plegar macro de ecuación.
34318 \end_layout
34319
34320 \begin_layout Standard
34321 Para usar una macro, se inserta el nombre de la misma como comando en una
34322  ecuación, en nuestro caso 
34323 \series bold
34324
34325 \backslash
34326 qG
34327 \series default
34328 .
34329  Nuestra macro se muestra en LyX así:
34330 \begin_inset Newline newline
34331 \end_inset
34332
34333
34334 \begin_inset space \hspace*{\fill}
34335 \end_inset
34336
34337
34338 \begin_inset Graphics
34339         filename ../clipart/macrouse.png
34340
34341 \end_inset
34342
34343
34344 \begin_inset space \hspace*{\fill}
34345 \end_inset
34346
34347
34348 \begin_inset Newline newline
34349 \end_inset
34350
34351 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34352 \begin_inset Formula $x$
34353 \end_inset
34354
34355
34356 \begin_inset Formula $\ln(x)$
34357 \end_inset
34358
34359 , y 
34360 \begin_inset Formula $B$
34361 \end_inset
34362
34363 :
34364 \end_layout
34365
34366 \begin_layout Standard
34367 \begin_inset Formula \[
34368 \qG x{\ln(x)}B\]
34369
34370 \end_inset
34371
34372
34373 \end_layout
34374
34375 \begin_layout Standard
34376 LyX ofrece en el menú 
34377 \family sans
34378 Herramientas
34379 \family default
34380 \SpecialChar \menuseparator
34381
34382 \family sans
34383 Preferencias\SpecialChar \menuseparator
34384 Edición\SpecialChar \menuseparator
34385 Control
34386 \family default
34387  diferentes estilos para editar macros.
34388  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34389  cursor en una macro para ver la diferencia.
34390 \end_layout
34391
34392 \begin_layout Standard
34393 Una macro de ecuación se transforma internamente en un comando 
34394 \series bold
34395
34396 \backslash
34397 newcommand
34398 \series default
34399  cuando se exporta el documento.
34400  El comando creado 
34401 \series bold
34402
34403 \backslash
34404 newcommand
34405 \series default
34406  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
34407  usar en ecuaciones que estén en recuadros de definición de macros en el
34408  documento.
34409  
34410 \end_layout
34411
34412 \begin_layout Standard
34413 Las macros de ecuación también pueden crearse directamente a partir de un
34414  comando
34415 \series bold
34416  
34417 \backslash
34418 newcommand
34419 \series default
34420 .
34421  Por ejemplo, escribiendo el comando
34422 \begin_inset Newline newline
34423 \end_inset
34424
34425
34426 \series bold
34427
34428 \backslash
34429 newcommand{
34430 \backslash
34431 larrow}[2]{
34432 \backslash
34433 xleftarrow[#2]{#1}}
34434 \begin_inset Newline newline
34435 \end_inset
34436
34437
34438 \series default
34439 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34440  el atajo 
34441 \family sans
34442 Ctrl+M
34443 \family default
34444 , el comando se transformará en una macro de ecuación.
34445  Al emplear este método debes tener cuidado en escribir correctamente el
34446  comando 
34447 \series bold
34448
34449 \backslash
34450 newcommand
34451 \series default
34452 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34453  
34454 \end_layout
34455
34456 \begin_layout Standard
34457 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34458  en definiciones de macros se manejan incorrectamente.
34459  Por eso el ejemplo 
34460 \series bold
34461
34462 \backslash
34463 fb
34464 \series default
34465  de 
34466 \begin_inset CommandInset ref
34467 LatexCommand ref
34468 reference "sub:El-comando-newcommand"
34469
34470 \end_inset
34471
34472  no puede crearse como macro.
34473 \end_layout
34474
34475 \begin_layout Standard
34476 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34477  la barra de herramientas de macros:
34478 \end_layout
34479
34480 \begin_layout Standard
34481 \begin_inset VSpace defskip
34482 \end_inset
34483
34484
34485 \end_layout
34486
34487 \begin_layout Standard
34488 \begin_inset Graphics
34489         filename ../clipart/MacroToolbar.png
34490
34491 \end_inset
34492
34493
34494 \begin_inset Index idx
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498 Macros ! Barra de herramientas
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \begin_layout Standard
34507 \begin_inset VSpace defskip
34508 \end_inset
34509
34510
34511 \end_layout
34512
34513 \begin_layout Standard
34514 La barra de herramientas de macros contiene los siguientes botones:
34515 \end_layout
34516
34517 \begin_layout Standard
34518 \begin_inset VSpace defskip
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \begin_layout Standard
34525 \begin_inset Tabular
34526 <lyxtabular version="3" rows="9" columns="2">
34527 <features islongtable="true" longtabularalignment="center">
34528 <column alignment="left" valignment="top" width="0">
34529 <column alignment="left" valignment="top" width="85col%">
34530 <row interlinespace="2.5mm">
34531 <cell alignment="center" valignment="top" usebox="none">
34532 \begin_inset Text
34533
34534 \begin_layout Plain Layout
34535 \begin_inset Graphics
34536         filename ../../images/math-macro-remove-param.png
34537         BoundingBox 0bp 5bp 20bp 25bp
34538         rotateOrigin center
34539
34540 \end_inset
34541
34542
34543 \end_layout
34544
34545 \end_inset
34546 </cell>
34547 <cell alignment="center" valignment="top" usebox="none">
34548 \begin_inset Text
34549
34550 \begin_layout Plain Layout
34551
34552 \family sans
34553 Editar\SpecialChar \menuseparator
34554 Ecuación\SpecialChar \menuseparator
34555 Definición de macro\SpecialChar \menuseparator
34556 Quitar último argumento
34557 \end_layout
34558
34559 \end_inset
34560 </cell>
34561 </row>
34562 <row interlinespace="2.5mm">
34563 <cell alignment="center" valignment="top" usebox="none">
34564 \begin_inset Text
34565
34566 \begin_layout Plain Layout
34567 \begin_inset Graphics
34568         filename ../../images/math-macro-add-param.png
34569         BoundingBox 0bp 5bp 20bp 25bp
34570         rotateOrigin center
34571
34572 \end_inset
34573
34574
34575 \end_layout
34576
34577 \end_inset
34578 </cell>
34579 <cell alignment="center" valignment="top" usebox="none">
34580 \begin_inset Text
34581
34582 \begin_layout Plain Layout
34583
34584 \family sans
34585 Editar\SpecialChar \menuseparator
34586 Ecuación\SpecialChar \menuseparator
34587 Definición de macro\SpecialChar \menuseparator
34588 Añadir argumento
34589 \end_layout
34590
34591 \end_inset
34592 </cell>
34593 </row>
34594 <row interlinespace="2.5mm">
34595 <cell alignment="center" valignment="top" usebox="none">
34596 \begin_inset Text
34597
34598 \begin_layout Plain Layout
34599 \begin_inset Graphics
34600         filename ../../images/math-macro-make-optional.png
34601         BoundingBox 0bp 5bp 20bp 25bp
34602         rotateOrigin center
34603
34604 \end_inset
34605
34606
34607 \end_layout
34608
34609 \end_inset
34610 </cell>
34611 <cell alignment="center" valignment="top" usebox="none">
34612 \begin_inset Text
34613
34614 \begin_layout Plain Layout
34615
34616 \family sans
34617 Editar\SpecialChar \menuseparator
34618 Ecuación\SpecialChar \menuseparator
34619 Definición de macro\SpecialChar \menuseparator
34620 Hacer opcional el primer
34621 \begin_inset Newline newline
34622 \end_inset
34623
34624
34625 \begin_inset Phantom HPhantom
34626 status open
34627
34628 \begin_layout Plain Layout
34629
34630 \family sans
34631 Editar\SpecialChar \menuseparator
34632 Ecuación\SpecialChar \menuseparator
34633 Definición de macro\SpecialChar \menuseparator
34634
34635 \end_layout
34636
34637 \end_inset
34638
34639 argumento no opcional
34640 \end_layout
34641
34642 \end_inset
34643 </cell>
34644 </row>
34645 <row interlinespace="2.5mm">
34646 <cell alignment="center" valignment="top" usebox="none">
34647 \begin_inset Text
34648
34649 \begin_layout Plain Layout
34650 \begin_inset Graphics
34651         filename ../../images/math-macro-make-nonoptional.png
34652         BoundingBox 0bp 5bp 20bp 25bp
34653         rotateOrigin center
34654
34655 \end_inset
34656
34657
34658 \end_layout
34659
34660 \end_inset
34661 </cell>
34662 <cell alignment="center" valignment="top" usebox="none">
34663 \begin_inset Text
34664
34665 \begin_layout Plain Layout
34666
34667 \family sans
34668 Editar\SpecialChar \menuseparator
34669 Ecuación\SpecialChar \menuseparator
34670 Definición de macro\SpecialChar \menuseparator
34671 Hacer no opcional el primer
34672 \begin_inset Newline newline
34673 \end_inset
34674
34675
34676 \begin_inset Phantom HPhantom
34677 status open
34678
34679 \begin_layout Plain Layout
34680
34681 \family sans
34682 Editar\SpecialChar \menuseparator
34683 Ecuación\SpecialChar \menuseparator
34684 Definición de macro\SpecialChar \menuseparator
34685
34686 \end_layout
34687
34688 \end_inset
34689
34690 argumento opcional
34691 \end_layout
34692
34693 \end_inset
34694 </cell>
34695 </row>
34696 <row interlinespace="2.5mm">
34697 <cell alignment="center" valignment="top" usebox="none">
34698 \begin_inset Text
34699
34700 \begin_layout Plain Layout
34701 \begin_inset Graphics
34702         filename ../../images/math-macro-remove-optional-param.png
34703         BoundingBox 0bp 5bp 20bp 25bp
34704         rotateOrigin center
34705
34706 \end_inset
34707
34708
34709 \end_layout
34710
34711 \end_inset
34712 </cell>
34713 <cell alignment="center" valignment="top" usebox="none">
34714 \begin_inset Text
34715
34716 \begin_layout Plain Layout
34717
34718 \family sans
34719 Editar\SpecialChar \menuseparator
34720 Ecuación\SpecialChar \menuseparator
34721 Definición de macro\SpecialChar \menuseparator
34722 Quitar argumento opcional
34723 \end_layout
34724
34725 \end_inset
34726 </cell>
34727 </row>
34728 <row interlinespace="2.5mm">
34729 <cell alignment="center" valignment="top" usebox="none">
34730 \begin_inset Text
34731
34732 \begin_layout Plain Layout
34733 \begin_inset Graphics
34734         filename ../../images/math-macro-add-optional-param.png
34735         BoundingBox 0bp 5bp 20bp 25bp
34736         rotateOrigin center
34737
34738 \end_inset
34739
34740
34741 \end_layout
34742
34743 \end_inset
34744 </cell>
34745 <cell alignment="center" valignment="top" usebox="none">
34746 \begin_inset Text
34747
34748 \begin_layout Plain Layout
34749
34750 \family sans
34751 Editar\SpecialChar \menuseparator
34752 Ecuación\SpecialChar \menuseparator
34753 Definición de macro\SpecialChar \menuseparator
34754 Insertar argumento opcional
34755 \end_layout
34756
34757 \end_inset
34758 </cell>
34759 </row>
34760 <row interlinespace="2.5mm">
34761 <cell alignment="center" valignment="top" usebox="none">
34762 \begin_inset Text
34763
34764 \begin_layout Plain Layout
34765 \begin_inset Graphics
34766         filename ../../images/math-macro-remove-greedy-param.png
34767         BoundingBox 0bp 5bp 20bp 25bp
34768         rotateOrigin center
34769
34770 \end_inset
34771
34772
34773 \end_layout
34774
34775 \end_inset
34776 </cell>
34777 <cell alignment="center" valignment="top" usebox="none">
34778 \begin_inset Text
34779
34780 \begin_layout Plain Layout
34781
34782 \family sans
34783 Editar\SpecialChar \menuseparator
34784 Ecuación\SpecialChar \menuseparator
34785 Definición de macro\SpecialChar \menuseparator
34786 Quitar último argumento
34787 \begin_inset Newline newline
34788 \end_inset
34789
34790
34791 \begin_inset Phantom HPhantom
34792 status open
34793
34794 \begin_layout Plain Layout
34795
34796 \family sans
34797 Editar\SpecialChar \menuseparator
34798 Ecuación\SpecialChar \menuseparator
34799 Definición de macro\SpecialChar \menuseparator
34800
34801 \end_layout
34802
34803 \end_inset
34804
34805 yendo hacia la derecha
34806 \end_layout
34807
34808 \end_inset
34809 </cell>
34810 </row>
34811 <row interlinespace="2.5mm">
34812 <cell alignment="center" valignment="top" usebox="none">
34813 \begin_inset Text
34814
34815 \begin_layout Plain Layout
34816 \begin_inset Graphics
34817         filename ../../images/math-macro-append-greedy-param.png
34818         BoundingBox 0bp 5bp 20bp 25bp
34819         rotateOrigin center
34820
34821 \end_inset
34822
34823
34824 \end_layout
34825
34826 \end_inset
34827 </cell>
34828 <cell alignment="center" valignment="top" usebox="none">
34829 \begin_inset Text
34830
34831 \begin_layout Plain Layout
34832
34833 \family sans
34834 Editar\SpecialChar \menuseparator
34835 Ecuación\SpecialChar \menuseparator
34836 Definición de macro\SpecialChar \menuseparator
34837 Añadir argumento comiendo
34838 \begin_inset Newline newline
34839 \end_inset
34840
34841
34842 \begin_inset Phantom HPhantom
34843 status open
34844
34845 \begin_layout Plain Layout
34846
34847 \family sans
34848 Editar\SpecialChar \menuseparator
34849 Ecuación\SpecialChar \menuseparator
34850 Definición de macro\SpecialChar \menuseparator
34851
34852 \end_layout
34853
34854 \end_inset
34855
34856 desde la derecha
34857 \end_layout
34858
34859 \end_inset
34860 </cell>
34861 </row>
34862 <row interlinespace="2.5mm">
34863 <cell alignment="center" valignment="top" usebox="none">
34864 \begin_inset Text
34865
34866 \begin_layout Plain Layout
34867 \begin_inset Graphics
34868         filename ../../images/math-macro-add-greedy-optional-param.png
34869         BoundingBox 0bp 5bp 20bp 25bp
34870         rotateOrigin center
34871
34872 \end_inset
34873
34874
34875 \end_layout
34876
34877 \end_inset
34878 </cell>
34879 <cell alignment="center" valignment="top" usebox="none">
34880 \begin_inset Text
34881
34882 \begin_layout Plain Layout
34883
34884 \family sans
34885 Editar\SpecialChar \menuseparator
34886 Ecuación\SpecialChar \menuseparator
34887 Definición de macro\SpecialChar \menuseparator
34888 Añadir argumento opcional
34889 \begin_inset Newline newline
34890 \end_inset
34891
34892
34893 \begin_inset Phantom HPhantom
34894 status open
34895
34896 \begin_layout Plain Layout
34897
34898 \family sans
34899 Editar\SpecialChar \menuseparator
34900 Ecuación\SpecialChar \menuseparator
34901 Definición de macro\SpecialChar \menuseparator
34902
34903 \end_layout
34904
34905 \end_inset
34906
34907 comiendo desde la derecha
34908 \end_layout
34909
34910 \end_inset
34911 </cell>
34912 </row>
34913 </lyxtabular>
34914
34915 \end_inset
34916
34917
34918 \end_layout
34919
34920 \begin_layout Standard
34921 \noindent
34922 \align center
34923 \begin_inset Newpage newpage
34924 \end_inset
34925
34926
34927 \end_layout
34928
34929 \begin_layout Section
34930 Indicaciones
34931 \begin_inset Index idx
34932 status collapsed
34933
34934 \begin_layout Plain Layout
34935 Indicaciones
34936 \end_layout
34937
34938 \end_inset
34939
34940
34941 \end_layout
34942
34943 \begin_layout Subsection
34944 Números negativos
34945 \begin_inset Index idx
34946 status collapsed
34947
34948 \begin_layout Plain Layout
34949 Numeros@Números ! negativos
34950 \end_layout
34951
34952 \end_inset
34953
34954
34955 \end_layout
34956
34957 \begin_layout Standard
34958 Los números negativos a veces se ven feos en las ecuaciones porque el signo
34959  menos delante del número tiene la misma longitud que el operador signo
34960  menos.
34961  Si se escribe el número negativo en texto normal el signo menos aparece
34962  correctamente.
34963 \end_layout
34964
34965 \begin_layout Standard
34966 Así pues, el problema desaparece si se convierte el signo menos a texto
34967  matemático.
34968 \end_layout
34969
34970 \begin_layout Standard
34971 Un ejemplo para visualizar el problema:
34972 \end_layout
34973
34974 \begin_layout Standard
34975 \noindent
34976 \align center
34977 \begin_inset Tabular
34978 <lyxtabular version="3" rows="3" columns="2">
34979 <features tabularvalignment="middle">
34980 <column alignment="center" valignment="top" width="0">
34981 <column alignment="center" valignment="top" width="0">
34982 <row>
34983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34984 \begin_inset Text
34985
34986 \begin_layout Plain Layout
34987 texto normal:
34988 \end_layout
34989
34990 \end_inset
34991 </cell>
34992 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34993 \begin_inset Text
34994
34995 \begin_layout Plain Layout
34996 x = -2
34997 \end_layout
34998
34999 \end_inset
35000 </cell>
35001 </row>
35002 <row>
35003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35004 \begin_inset Text
35005
35006 \begin_layout Plain Layout
35007 ecuación:
35008 \end_layout
35009
35010 \end_inset
35011 </cell>
35012 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35013 \begin_inset Text
35014
35015 \begin_layout Plain Layout
35016 \begin_inset Formula $x=-2$
35017 \end_inset
35018
35019
35020 \end_layout
35021
35022 \end_inset
35023 </cell>
35024 </row>
35025 <row>
35026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35027 \begin_inset Text
35028
35029 \begin_layout Plain Layout
35030 solución:
35031 \end_layout
35032
35033 \end_inset
35034 </cell>
35035 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35036 \begin_inset Text
35037
35038 \begin_layout Plain Layout
35039 \begin_inset Formula $x=\mbox{-}2$
35040 \end_inset
35041
35042
35043 \end_layout
35044
35045 \end_inset
35046 </cell>
35047 </row>
35048 </lyxtabular>
35049
35050 \end_inset
35051
35052
35053 \end_layout
35054
35055 \begin_layout Subsection
35056 Coma como separador decimal
35057 \begin_inset Index idx
35058 status collapsed
35059
35060 \begin_layout Plain Layout
35061 Coma decimal
35062 \end_layout
35063
35064 \end_inset
35065
35066
35067 \end_layout
35068
35069 \begin_layout Standard
35070 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
35071  de grupos numéricos.
35072  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
35073 \end_layout
35074
35075 \begin_layout Standard
35076 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
35077  
35078 \family sans
35079 Ctrl+M
35080 \family default
35081 ).
35082 \end_layout
35083
35084 \begin_layout Standard
35085 Para usar las comas en todas las fórmulas del documento como separador decimal,
35086  se carga el archivo 
35087 \series bold
35088 icomma.sty
35089 \series default
35090
35091 \begin_inset Foot
35092 status collapsed
35093
35094 \begin_layout Plain Layout
35095
35096 \series bold
35097 icomma
35098 \series default
35099  forma parte del paquete LaTeX 
35100 \series bold
35101 was
35102 \series default
35103
35104 \begin_inset Index idx
35105 status collapsed
35106
35107 \begin_layout Plain Layout
35108 Paquetes ! was
35109 \begin_inset ERT
35110 status collapsed
35111
35112 \begin_layout Plain Layout
35113
35114
35115 \backslash
35116 vspace{4mm}
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \end_inset
35125
35126 .
35127 \end_layout
35128
35129 \end_inset
35130
35131
35132 \begin_inset Index idx
35133 status collapsed
35134
35135 \begin_layout Plain Layout
35136 Paquetes ! icomma
35137 \end_layout
35138
35139 \end_inset
35140
35141  en el preámbulo LaTeX con la línea: 
35142 \end_layout
35143
35144 \begin_layout Standard
35145
35146 \series bold
35147
35148 \backslash
35149 usepackage{icomma}
35150 \end_layout
35151
35152 \begin_layout Subsection
35153 Vectores físicos
35154 \begin_inset CommandInset label
35155 LatexCommand label
35156 name "sub:Vectores-físicos"
35157
35158 \end_inset
35159
35160
35161 \begin_inset Index idx
35162 status collapsed
35163
35164 \begin_layout Plain Layout
35165 Vectores físicos
35166 \end_layout
35167
35168 \end_inset
35169
35170
35171 \end_layout
35172
35173 \begin_layout Standard
35174 El paquete LaTeX 
35175 \series bold
35176 braket
35177 \series default
35178
35179 \begin_inset Index idx
35180 status collapsed
35181
35182 \begin_layout Plain Layout
35183 Paquetes ! braket
35184 \end_layout
35185
35186 \end_inset
35187
35188  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
35189 \end_layout
35190
35191 \begin_layout Standard
35192
35193 \series bold
35194
35195 \backslash
35196 usepackage{braket}
35197 \end_layout
35198
35199 \begin_layout Standard
35200 \begin_inset ERT
35201 status collapsed
35202
35203 \begin_layout Plain Layout
35204
35205
35206 \backslash
35207 ifbraket 
35208 \end_layout
35209
35210 \end_inset
35211
35212
35213 \begin_inset Note Note
35214 status open
35215
35216 \begin_layout Plain Layout
35217 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
35218 \series bold
35219 braket
35220 \series default
35221  está instalado.
35222 \end_layout
35223
35224 \end_inset
35225
35226
35227 \end_layout
35228
35229 \begin_layout Standard
35230 Están definidos los siguientes comandos:
35231 \end_layout
35232
35233 \begin_layout Standard
35234 \noindent
35235 \align center
35236 \begin_inset Tabular
35237 <lyxtabular version="3" rows="4" columns="2">
35238 <features tabularvalignment="middle">
35239 <column alignment="center" valignment="top" width="0">
35240 <column alignment="center" valignment="top" width="0">
35241 <row>
35242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35243 \begin_inset Text
35244
35245 \begin_layout Plain Layout
35246 Comando
35247 \end_layout
35248
35249 \end_inset
35250 </cell>
35251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255 Resultado
35256 \end_layout
35257
35258 \end_inset
35259 </cell>
35260 </row>
35261 <row>
35262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35263 \begin_inset Text
35264
35265 \begin_layout Plain Layout
35266
35267 \backslash
35268 Bra{
35269 \backslash
35270 psi
35271 \end_layout
35272
35273 \end_inset
35274 </cell>
35275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35276 \begin_inset Text
35277
35278 \begin_layout Plain Layout
35279 \begin_inset Formula $\Bra{\psi}$
35280 \end_inset
35281
35282
35283 \end_layout
35284
35285 \end_inset
35286 </cell>
35287 </row>
35288 <row>
35289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35290 \begin_inset Text
35291
35292 \begin_layout Plain Layout
35293
35294 \backslash
35295 Ket{
35296 \backslash
35297 psi
35298 \end_layout
35299
35300 \end_inset
35301 </cell>
35302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35303 \begin_inset Text
35304
35305 \begin_layout Plain Layout
35306 \begin_inset Formula $\Ket{\psi}$
35307 \end_inset
35308
35309
35310 \end_layout
35311
35312 \end_inset
35313 </cell>
35314 </row>
35315 <row>
35316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35317 \begin_inset Text
35318
35319 \begin_layout Plain Layout
35320
35321 \backslash
35322 Braket{
35323 \backslash
35324 psi|
35325 \backslash
35326 phi
35327 \end_layout
35328
35329 \end_inset
35330 </cell>
35331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35332 \begin_inset Text
35333
35334 \begin_layout Plain Layout
35335 \begin_inset Formula $\Braket{\psi|\phi}$
35336 \end_inset
35337
35338
35339 \end_layout
35340
35341 \end_inset
35342 </cell>
35343 </row>
35344 </lyxtabular>
35345
35346 \end_inset
35347
35348
35349 \end_layout
35350
35351 \begin_layout Standard
35352 El comando 
35353 \series bold
35354
35355 \backslash
35356 Braket
35357 \series default
35358  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35359  circundantes:
35360 \begin_inset Formula \[
35361 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
35362
35363 \end_inset
35364
35365
35366 \begin_inset ERT
35367 status collapsed
35368
35369 \begin_layout Plain Layout
35370
35371
35372 \backslash
35373 else
35374 \end_layout
35375
35376 \end_inset
35377
35378
35379 \begin_inset Note Note
35380 status open
35381
35382 \begin_layout Plain Layout
35383 Lo que sigue se verá en la salida si el paquete LaTeX 
35384 \series bold
35385 braket
35386 \series default
35387  no está instalado:
35388 \end_layout
35389
35390 \end_inset
35391
35392
35393 \end_layout
35394
35395 \begin_layout Standard
35396 Debes instalar el paquete LaTeX 
35397 \series bold
35398 braket
35399 \series default
35400  para ver en la salida el resto de esta subsección.
35401 \end_layout
35402
35403 \begin_layout Standard
35404 \begin_inset ERT
35405 status collapsed
35406
35407 \begin_layout Plain Layout
35408
35409
35410 \backslash
35411 fi
35412 \end_layout
35413
35414 \end_inset
35415
35416
35417 \end_layout
35418
35419 \begin_layout Standard
35420 El efecto de 
35421 \series bold
35422
35423 \backslash
35424 Braket
35425 \series default
35426  también se puede conseguir con el comando 
35427 \series bold
35428
35429 \backslash
35430 middle
35431 \series default
35432 , que se describe en 
35433 \begin_inset CommandInset ref
35434 LatexCommand ref
35435 reference "sub:Tamaño-automático-de"
35436
35437 \end_inset
35438
35439 .
35440 \end_layout
35441
35442 \begin_layout Subsection
35443 Fracciones definidas por el usuario
35444 \begin_inset CommandInset label
35445 LatexCommand label
35446 name "sub:Fracciones-personalizadas"
35447
35448 \end_inset
35449
35450
35451 \begin_inset Index idx
35452 status collapsed
35453
35454 \begin_layout Plain Layout
35455 Fracciones ! personalizadas
35456 \end_layout
35457
35458 \end_inset
35459
35460
35461 \end_layout
35462
35463 \begin_layout Standard
35464 Para definir comandos personalizados para fracciones, se usa el comando
35465  
35466 \series bold
35467
35468 \backslash
35469 genfrac
35470 \series default
35471
35472 \begin_inset Index idx
35473 status collapsed
35474
35475 \begin_layout Plain Layout
35476 Comandos ! G ! 
35477 \backslash
35478 genfrac
35479 \end_layout
35480
35481 \end_inset
35482
35483  con el siguiente esquema:
35484 \end_layout
35485
35486 \begin_layout Standard
35487
35488 \series bold
35489
35490 \backslash
35491 genfrac{delimitador izquierdo}{delimitador derecho}
35492 \begin_inset Newline newline
35493 \end_inset
35494
35495
35496 \begin_inset Phantom HPhantom
35497 status open
35498
35499 \begin_layout Plain Layout
35500
35501 \series bold
35502
35503 \backslash
35504 genfrac
35505 \end_layout
35506
35507 \end_inset
35508
35509 {grosor raya de fracción}{estilo}{numerador}{denominador}
35510 \end_layout
35511
35512 \begin_layout Standard
35513 El estilo es un número en el rango 0
35514 \begin_inset space \thinspace{}
35515 \end_inset
35516
35517 -
35518 \begin_inset space \thinspace{}
35519 \end_inset
35520
35521 3.
35522 \end_layout
35523
35524 \begin_layout Standard
35525 \align center
35526 \begin_inset Tabular
35527 <lyxtabular version="3" rows="5" columns="2">
35528 <features tabularvalignment="middle">
35529 <column alignment="center" valignment="top" width="0">
35530 <column alignment="center" valignment="top" width="0">
35531 <row>
35532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35533 \begin_inset Text
35534
35535 \begin_layout Plain Layout
35536 Número
35537 \end_layout
35538
35539 \end_inset
35540 </cell>
35541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35542 \begin_inset Text
35543
35544 \begin_layout Plain Layout
35545 Estilo (tamaño)
35546 \end_layout
35547
35548 \end_inset
35549 </cell>
35550 </row>
35551 <row>
35552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35553 \begin_inset Text
35554
35555 \begin_layout Plain Layout
35556 0
35557 \end_layout
35558
35559 \end_inset
35560 </cell>
35561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35562 \begin_inset Text
35563
35564 \begin_layout Plain Layout
35565 ecuación presentada
35566 \end_layout
35567
35568 \end_inset
35569 </cell>
35570 </row>
35571 <row>
35572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35573 \begin_inset Text
35574
35575 \begin_layout Plain Layout
35576 1
35577 \end_layout
35578
35579 \end_inset
35580 </cell>
35581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35582 \begin_inset Text
35583
35584 \begin_layout Plain Layout
35585 ecuación en línea
35586 \end_layout
35587
35588 \end_inset
35589 </cell>
35590 </row>
35591 <row>
35592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35593 \begin_inset Text
35594
35595 \begin_layout Plain Layout
35596 2
35597 \end_layout
35598
35599 \end_inset
35600 </cell>
35601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35602 \begin_inset Text
35603
35604 \begin_layout Plain Layout
35605 pequeño
35606 \end_layout
35607
35608 \end_inset
35609 </cell>
35610 </row>
35611 <row>
35612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35613 \begin_inset Text
35614
35615 \begin_layout Plain Layout
35616 3
35617 \end_layout
35618
35619 \end_inset
35620 </cell>
35621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35622 \begin_inset Text
35623
35624 \begin_layout Plain Layout
35625 muy pequeño
35626 \end_layout
35627
35628 \end_inset
35629 </cell>
35630 </row>
35631 </lyxtabular>
35632
35633 \end_inset
35634
35635
35636 \end_layout
35637
35638 \begin_layout Standard
35639 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35640  
35641 \series bold
35642
35643 \backslash
35644 frac
35645 \series default
35646 .
35647 \end_layout
35648
35649 \begin_layout Standard
35650 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35651  de 0.4
35652 \begin_inset space \thinspace{}
35653 \end_inset
35654
35655 pt.
35656 \end_layout
35657
35658 \begin_layout Standard
35659 Por ejemplo, los comandos 
35660 \series bold
35661
35662 \backslash
35663 dfrac
35664 \series default
35665  y 
35666 \series bold
35667
35668 \backslash
35669 tbinom
35670 \series default
35671  de la 
35672 \begin_inset CommandInset ref
35673 LatexCommand ref
35674 reference "sub:Fracciones"
35675
35676 \end_inset
35677
35678  se definen con los comandos:
35679 \end_layout
35680
35681 \begin_layout Standard
35682
35683 \series bold
35684
35685 \backslash
35686 newcommand{
35687 \backslash
35688 dfrac}[2]{
35689 \backslash
35690 genfrac{}{}{}{0}{#1}{#2}}
35691 \end_layout
35692
35693 \begin_layout Standard
35694 y
35695 \end_layout
35696
35697 \begin_layout Standard
35698
35699 \series bold
35700
35701 \backslash
35702 newcommand{
35703 \backslash
35704 tbinom}[2]{
35705 \backslash
35706 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35707 \end_layout
35708
35709 \begin_layout Standard
35710 \begin_inset VSpace medskip
35711 \end_inset
35712
35713
35714 \end_layout
35715
35716 \begin_layout Standard
35717 Para definir una fracción en la que el grosor de la raya se pueda definir
35718  como argumento opcional, se inserta la siguiente línea en el preámbulo
35719  LaTeX:
35720 \end_layout
35721
35722 \begin_layout Standard
35723
35724 \series bold
35725
35726 \backslash
35727 newcommand{
35728 \backslash
35729 fracS}[3][]{
35730 \backslash
35731 genfrac{}{}{#1}{}{#2}{#3}}
35732 \end_layout
35733
35734 \begin_layout Standard
35735 Un ensayo:
35736 \begin_inset Formula \begin{align*}
35737 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35738 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35739 \end{align*}
35740
35741 \end_inset
35742
35743 Como se puede ver, la distancia del numerador y el denominador a la raya
35744  de fracción se redondea a unas tres veces el grosor de la raya.
35745 \end_layout
35746
35747 \begin_layout Subsection
35748 Ecuaciones canceladas
35749 \begin_inset Index idx
35750 status collapsed
35751
35752 \begin_layout Plain Layout
35753 Ecuación ! cancelada
35754 \end_layout
35755
35756 \end_inset
35757
35758
35759 \end_layout
35760
35761 \begin_layout Standard
35762 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
35763  
35764 \series bold
35765 cancel
35766 \series default
35767
35768 \begin_inset Index idx
35769 status collapsed
35770
35771 \begin_layout Plain Layout
35772 Paquetes ! cancel
35773 \end_layout
35774
35775 \end_inset
35776
35777  con la línea de preámbulo LaTeX
35778 \end_layout
35779
35780 \begin_layout Standard
35781
35782 \series bold
35783
35784 \backslash
35785 usepackage[samesize]{cancel}
35786 \end_layout
35787
35788 \begin_layout Standard
35789 \begin_inset ERT
35790 status collapsed
35791
35792 \begin_layout Plain Layout
35793
35794
35795 \backslash
35796 ifcancel 
35797 \end_layout
35798
35799 \end_inset
35800
35801
35802 \begin_inset Note Note
35803 status open
35804
35805 \begin_layout Plain Layout
35806 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
35807 \series bold
35808 cancel
35809 \series default
35810  está instalado.
35811 \end_layout
35812
35813 \end_inset
35814
35815
35816 \end_layout
35817
35818 \begin_layout Standard
35819 Hay cuatro formas de cancelar ecuaciones:
35820 \end_layout
35821
35822 \begin_layout Standard
35823 \align center
35824 \begin_inset Tabular
35825 <lyxtabular version="3" rows="5" columns="2">
35826 <features tabularvalignment="middle">
35827 <column alignment="center" valignment="top" width="0">
35828 <column alignment="center" valignment="top" width="0">
35829 <row>
35830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35831 \begin_inset Text
35832
35833 \begin_layout Plain Layout
35834 Comando
35835 \end_layout
35836
35837 \end_inset
35838 </cell>
35839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35840 \begin_inset Text
35841
35842 \begin_layout Plain Layout
35843 Resultado
35844 \begin_inset Note Note
35845 status collapsed
35846
35847 \begin_layout Plain Layout
35848 El
35849 \series bold
35850  
35851 \series default
35852 espacio y 
35853 \series bold
35854
35855 \backslash
35856 raisebox
35857 \series default
35858  se usa sólo como espaciador
35859 \end_layout
35860
35861 \end_inset
35862
35863
35864 \end_layout
35865
35866 \end_inset
35867 </cell>
35868 </row>
35869 <row>
35870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35871 \begin_inset Text
35872
35873 \begin_layout Plain Layout
35874
35875 \backslash
35876 cancel{
35877 \backslash
35878 int
35879 \begin_inset ERT
35880 status collapsed
35881
35882 \begin_layout Plain Layout
35883
35884
35885 \backslash
35886 spce 
35887 \end_layout
35888
35889 \end_inset
35890
35891 A=B
35892 \end_layout
35893
35894 \end_inset
35895 </cell>
35896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35897 \begin_inset Text
35898
35899 \begin_layout Plain Layout
35900 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35901 \end_inset
35902
35903
35904 \end_layout
35905
35906 \end_inset
35907 </cell>
35908 </row>
35909 <row>
35910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35911 \begin_inset Text
35912
35913 \begin_layout Plain Layout
35914
35915 \backslash
35916 bcancel{
35917 \backslash
35918 int
35919 \begin_inset ERT
35920 status collapsed
35921
35922 \begin_layout Plain Layout
35923
35924
35925 \backslash
35926 spce 
35927 \end_layout
35928
35929 \end_inset
35930
35931 A=B
35932 \end_layout
35933
35934 \end_inset
35935 </cell>
35936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35937 \begin_inset Text
35938
35939 \begin_layout Plain Layout
35940 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35941 \end_inset
35942
35943
35944 \end_layout
35945
35946 \end_inset
35947 </cell>
35948 </row>
35949 <row>
35950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35951 \begin_inset Text
35952
35953 \begin_layout Plain Layout
35954
35955 \backslash
35956 xcancel{
35957 \backslash
35958 int
35959 \begin_inset ERT
35960 status collapsed
35961
35962 \begin_layout Plain Layout
35963
35964
35965 \backslash
35966 spce 
35967 \end_layout
35968
35969 \end_inset
35970
35971 A=B
35972 \end_layout
35973
35974 \end_inset
35975 </cell>
35976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35977 \begin_inset Text
35978
35979 \begin_layout Plain Layout
35980 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35981 \end_inset
35982
35983
35984 \end_layout
35985
35986 \end_inset
35987 </cell>
35988 </row>
35989 <row>
35990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35991 \begin_inset Text
35992
35993 \begin_layout Plain Layout
35994
35995 \backslash
35996 cancelto{1
35997 \begin_inset Formula $\to$
35998 \end_inset
35999
36000
36001 \backslash
36002 {
36003 \backslash
36004 int
36005 \begin_inset ERT
36006 status collapsed
36007
36008 \begin_layout Plain Layout
36009
36010
36011 \backslash
36012 spce 
36013 \end_layout
36014
36015 \end_inset
36016
36017 A=B
36018 \end_layout
36019
36020 \end_inset
36021 </cell>
36022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36023 \begin_inset Text
36024
36025 \begin_layout Plain Layout
36026 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36027 \end_inset
36028
36029
36030 \end_layout
36031
36032 \end_inset
36033 </cell>
36034 </row>
36035 </lyxtabular>
36036
36037 \end_inset
36038
36039
36040 \end_layout
36041
36042 \begin_layout Standard
36043
36044 \series bold
36045
36046 \backslash
36047 cancelto
36048 \series default
36049  es especialmente apropiada para visualizar la simplificación de fracciones
36050  en una ecuación:
36051 \begin_inset Formula \[
36052 \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}}}\]
36053
36054 \end_inset
36055
36056
36057 \end_layout
36058
36059 \begin_layout Standard
36060 \begin_inset ERT
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064
36065
36066 \backslash
36067 else
36068 \end_layout
36069
36070 \end_inset
36071
36072
36073 \begin_inset Note Note
36074 status open
36075
36076 \begin_layout Plain Layout
36077 Lo que sigue se verá en la salida si el paquete LaTeX 
36078 \series bold
36079 cancel
36080 \series default
36081  no está instalado:
36082 \end_layout
36083
36084 \end_inset
36085
36086
36087 \end_layout
36088
36089 \begin_layout Standard
36090 Debes instalar el paquete LaTeX 
36091 \series bold
36092 cancel
36093 \series default
36094  para ver en la salida el resto de esta subsección.
36095 \end_layout
36096
36097 \begin_layout Standard
36098 \begin_inset ERT
36099 status collapsed
36100
36101 \begin_layout Plain Layout
36102
36103
36104 \backslash
36105 fi
36106 \end_layout
36107
36108 \end_inset
36109
36110
36111 \end_layout
36112
36113 \begin_layout Subsection
36114 Ecuaciones en encabezados de sección
36115 \begin_inset CommandInset label
36116 LatexCommand label
36117 name "sub:Ecuaciones-en-encabezados"
36118
36119 \end_inset
36120
36121
36122 \begin_inset Index idx
36123 status collapsed
36124
36125 \begin_layout Plain Layout
36126 Ecuación ! en encabezados de sección
36127 \end_layout
36128
36129 \end_inset
36130
36131
36132 \end_layout
36133
36134 \begin_layout Standard
36135 Si se quiere poner una ecuación en un encabezado de sección hay que tener
36136  en cuenta lo siguiente:
36137 \end_layout
36138
36139 \begin_layout Standard
36140 \begin_inset Note Greyedout
36141 status open
36142
36143 \begin_layout Plain Layout
36144 Si el soporte para 
36145 \series bold
36146 hyperref
36147 \series default
36148
36149 \begin_inset Index idx
36150 status collapsed
36151
36152 \begin_layout Plain Layout
36153 Paquetes ! hyperref
36154 \end_layout
36155
36156 \end_inset
36157
36158  está activado en la configuración del documento, 
36159 \family sans
36160 Propiedades
36161 \begin_inset space ~
36162 \end_inset
36163
36164
36165 \family default
36166 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
36167  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
36168  texto del marcador, porque se infringen las convenciones PDF.
36169 \end_layout
36170
36171 \end_inset
36172
36173
36174 \end_layout
36175
36176 \begin_layout Standard
36177 Estos problemas se pueden solucionar insertando al final del encabezado
36178  un título breve con el menú 
36179 \family sans
36180 Insertar\SpecialChar \menuseparator
36181 Título
36182 \begin_inset space ~
36183 \end_inset
36184
36185 breve
36186 \family default
36187 .
36188  Los títulos breves se usan como alternativa para encabezados de sección
36189  con más de una línea para mantener el buen aspecto del índice.
36190  En éste sólo aparece el título breve y por tanto también en los marcadores.
36191 \end_layout
36192
36193 \begin_layout Standard
36194 Si hay que poner ecuaciones en el índice y se usa 
36195 \series bold
36196 hyperref
36197 \series default
36198 , se puede insertar el siguiente comando en modo TeX:
36199 \end_layout
36200
36201 \begin_layout Standard
36202
36203 \series bold
36204
36205 \backslash
36206 texorpdfstring{parte}{alternativa}
36207 \begin_inset Index idx
36208 status collapsed
36209
36210 \begin_layout Plain Layout
36211 Comandos ! T ! 
36212 \backslash
36213 texorpdfstring
36214 \end_layout
36215
36216 \end_inset
36217
36218
36219 \end_layout
36220
36221 \begin_layout Standard
36222 parte se refiere a la parte del encabezado que no debería aparecer en el
36223  marcador PDF.
36224  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
36225  La alternativa se usa para el marcador en vez de la parte.
36226 \end_layout
36227
36228 \begin_layout Standard
36229 Aquí hay dos ejemplos de encabezados con ecuación:
36230 \end_layout
36231
36232 \begin_layout Standard
36233 \begin_inset VSpace -3mm
36234 \end_inset
36235
36236
36237 \end_layout
36238
36239 \begin_layout Standard
36240 \begin_inset ERT
36241 status collapsed
36242
36243 \begin_layout Plain Layout
36244
36245
36246 \backslash
36247 boldmath 
36248 \end_layout
36249
36250 \end_inset
36251
36252
36253 \end_layout
36254
36255 \begin_layout Subsubsection
36256 Encabezado sin ecuación en el índice 
36257 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36258 \end_inset
36259
36260
36261 \begin_inset Argument
36262 status collapsed
36263
36264 \begin_layout Plain Layout
36265 Encabezado sin ecuación en el índice
36266 \end_layout
36267
36268 \end_inset
36269
36270
36271 \end_layout
36272
36273 \begin_layout Subsubsection
36274 Encabezado con ecuación en el índice
36275 \begin_inset ERT
36276 status collapsed
36277
36278 \begin_layout Plain Layout
36279
36280
36281 \backslash
36282 texorpdfstring{
36283 \end_layout
36284
36285 \end_inset
36286
36287  
36288 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36289 \end_inset
36290
36291
36292 \begin_inset ERT
36293 status collapsed
36294
36295 \begin_layout Plain Layout
36296
36297 }{}
36298 \end_layout
36299
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \begin_layout Standard
36306 \begin_inset ERT
36307 status collapsed
36308
36309 \begin_layout Plain Layout
36310
36311
36312 \backslash
36313 unboldmath 
36314 \end_layout
36315
36316 \end_inset
36317
36318 En el primer encabezado se ha puesto un título breve, en el segundo un 
36319 \series bold
36320
36321 \backslash
36322 texorpdfstring
36323 \series default
36324 .
36325 \end_layout
36326
36327 \begin_layout Standard
36328 Para obtener el mismo formato que en los demás encabezados se han puesto
36329  ambos en un entorno 
36330 \series bold
36331 boldmath
36332 \series default
36333 .
36334 \begin_inset Foot
36335 status collapsed
36336
36337 \begin_layout Plain Layout
36338 véase 
36339 \begin_inset CommandInset ref
36340 LatexCommand ref
36341 reference "sub:Ecuaciones-en-negrita"
36342
36343 \end_inset
36344
36345
36346 \end_layout
36347
36348 \end_inset
36349
36350
36351 \end_layout
36352
36353 \begin_layout Subsection
36354 Ecuaciones en texto multicolumna
36355 \begin_inset Index idx
36356 status collapsed
36357
36358 \begin_layout Plain Layout
36359 Ecuación ! en texto multicolumna
36360 \end_layout
36361
36362 \end_inset
36363
36364
36365 \end_layout
36366
36367 \begin_layout Standard
36368 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36369  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36370  de la página.
36371  Esto se hace usando el paquete LaTeX 
36372 \series bold
36373 multicol
36374 \series default
36375 ,
36376 \begin_inset Foot
36377 status collapsed
36378
36379 \begin_layout Plain Layout
36380
36381 \series bold
36382 multicol
36383 \series default
36384  forma parte de las distribuciones LaTeX estándar.
36385 \end_layout
36386
36387 \end_inset
36388
36389
36390 \begin_inset Index idx
36391 status collapsed
36392
36393 \begin_layout Plain Layout
36394 Paquetes ! multicol
36395 \end_layout
36396
36397 \end_inset
36398
36399  que se carga en el preámbulo LaTeX con la línea
36400 \end_layout
36401
36402 \begin_layout Standard
36403
36404 \series bold
36405
36406 \backslash
36407 usepackage{multicol}
36408 \end_layout
36409
36410 \begin_layout Standard
36411 \begin_inset Note Greyedout
36412 status collapsed
36413
36414 \begin_layout Plain Layout
36415 Ten en cuenta que la opción 
36416 \family sans
36417 Documento
36418 \begin_inset space ~
36419 \end_inset
36420
36421 con
36422 \begin_inset space ~
36423 \end_inset
36424
36425 dos
36426 \begin_inset space ~
36427 \end_inset
36428
36429 caras
36430 \family default
36431 , bajo 
36432 \family sans
36433 Diseño
36434 \begin_inset space ~
36435 \end_inset
36436
36437 de
36438 \begin_inset space ~
36439 \end_inset
36440
36441 página 
36442 \family default
36443 en el menú 
36444 \family sans
36445 Documento\SpecialChar \menuseparator
36446 Configuración
36447 \family default
36448  
36449 \emph on
36450 debe
36451 \emph default
36452  estar desmarcada.
36453 \end_layout
36454
36455 \end_inset
36456
36457
36458 \end_layout
36459
36460 \begin_layout Standard
36461 Antes del texto multicolumna se inserta en modo TeX el comando
36462 \end_layout
36463
36464 \begin_layout Standard
36465
36466 \series bold
36467
36468 \backslash
36469 begin{multicols}{número de columnas}
36470 \end_layout
36471
36472 \begin_layout Standard
36473 El número de columnas está en el rango 2-10.
36474  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36475  TeX el comando
36476 \end_layout
36477
36478 \begin_layout Standard
36479
36480 \series bold
36481
36482 \backslash
36483 end{multicols}
36484 \end_layout
36485
36486 \begin_layout Standard
36487 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36488  Para quitarlo se inserta un espacio vertical de -6
36489 \begin_inset space \thinspace{}
36490 \end_inset
36491
36492 mm antes de la ecuación.
36493  Si se usa el estilo 
36494 \series bold
36495 Sangrado
36496 \series default
36497 ,
36498 \begin_inset Foot
36499 status collapsed
36500
36501 \begin_layout Plain Layout
36502 véase estilos de ecuación en 
36503 \begin_inset CommandInset ref
36504 LatexCommand ref
36505 reference "sec:Estilos-de-ecuación"
36506
36507 \end_inset
36508
36509
36510 \end_layout
36511
36512 \end_inset
36513
36514  se inserta un espacio de -9
36515 \begin_inset space \thinspace{}
36516 \end_inset
36517
36518 mm.
36519 \end_layout
36520
36521 \begin_layout Standard
36522 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36523 \end_layout
36524
36525 \begin_layout Standard
36526
36527 \lang german
36528 \begin_inset ERT
36529 status collapsed
36530
36531 \begin_layout Plain Layout
36532
36533
36534 \backslash
36535 begin{multicols}{2}
36536 \end_layout
36537
36538 \end_inset
36539
36540 Das Spektrum wird fouriertransformiert.
36541  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36542 , Lösungsmittel) zu trennen.
36543  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36544  nun das Aussehen des Ausgangssignals.
36545  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36546  über alle Phasen integrieren muss.
36547  Sei nun 
36548 \begin_inset Formula $S$
36549 \end_inset
36550
36551  unser normiertes Ausgangssignal und 
36552 \begin_inset Formula $P$
36553 \end_inset
36554
36555  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36556 \begin_inset ERT
36557 status collapsed
36558
36559 \begin_layout Plain Layout
36560
36561
36562 \backslash
36563 end{multicols}
36564 \end_layout
36565
36566 \end_inset
36567
36568
36569 \begin_inset VSpace -6mm
36570 \end_inset
36571
36572
36573 \begin_inset Formula \begin{equation}
36574 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
36575
36576 \end_inset
36577
36578
36579 \begin_inset ERT
36580 status collapsed
36581
36582 \begin_layout Plain Layout
36583
36584
36585 \backslash
36586 begin{multicols}{2}
36587 \end_layout
36588
36589 \end_inset
36590
36591 wobei 
36592 \begin_inset Formula $S_{0}$
36593 \end_inset
36594
36595  das Signal ohne Gradient ist und die Normierungsbedingung 
36596 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36597 \end_inset
36598
36599  gilt.
36600  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36601  Direkt nach dem 
36602 \begin_inset Formula $\nicefrac{\pi}{2}$
36603 \end_inset
36604
36605
36606 \begin_inset space \thinspace{}
36607 \end_inset
36608
36609 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36610  das Signal zusätzlich abschwächt.
36611  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36612  
36613 \begin_inset Formula $T_{2}$
36614 \end_inset
36615
36616 -Zeit.
36617 \end_layout
36618
36619 \begin_layout Standard
36620
36621 \lang german
36622 \begin_inset ERT
36623 status collapsed
36624
36625 \begin_layout Plain Layout
36626
36627
36628 \backslash
36629 end{multicols}
36630 \end_layout
36631
36632 \end_inset
36633
36634
36635 \end_layout
36636
36637 \begin_layout Subsection
36638 Ecuaciones con descripción de variables
36639 \begin_inset Index idx
36640 status collapsed
36641
36642 \begin_layout Plain Layout
36643 Ecuación ! con descripción de variables
36644 \end_layout
36645
36646 \end_inset
36647
36648
36649 \end_layout
36650
36651 \begin_layout Standard
36652 Para describir variables en una ecuación, como en la fórmula 
36653 \begin_inset CommandInset ref
36654 LatexCommand eqref
36655 reference "eq:within"
36656
36657 \end_inset
36658
36659 , se inserta una matriz 2×
36660 \begin_inset Formula $n$
36661 \end_inset
36662
36663  con columnas alineadas a la izquierda para las 
36664 \emph on
36665
36666 \begin_inset Formula $n$
36667 \end_inset
36668
36669
36670 \emph default
36671  variables usadas.
36672 \begin_inset Foot
36673 status collapsed
36674
36675 \begin_layout Plain Layout
36676 véase matrices en 
36677 \begin_inset CommandInset ref
36678 LatexCommand ref
36679 reference "sec:Matrices"
36680
36681 \end_inset
36682
36683
36684 \end_layout
36685
36686 \end_inset
36687
36688  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
36689  
36690 \series bold
36691
36692 \backslash
36693 footnotesize
36694 \series default
36695  antes de la matriz.
36696 \begin_inset Foot
36697 status collapsed
36698
36699 \begin_layout Plain Layout
36700 véase tamaños de fuentes en 
36701 \begin_inset CommandInset ref
36702 LatexCommand ref
36703 reference "sub:Tamaños-de-fuentes"
36704
36705 \end_inset
36706
36707 .
36708 \end_layout
36709
36710 \end_inset
36711
36712
36713 \end_layout
36714
36715 \begin_layout Standard
36716 Si se usa el estilo 
36717 \series bold
36718 Sangrado
36719 \series default
36720 ,
36721 \begin_inset Foot
36722 status collapsed
36723
36724 \begin_layout Plain Layout
36725 véase estilos de ecuación en 
36726 \begin_inset CommandInset ref
36727 LatexCommand ref
36728 reference "sec:Estilos-de-ecuación"
36729
36730 \end_inset
36731
36732
36733 \end_layout
36734
36735 \end_inset
36736
36737  se inserta un 
36738 \series bold
36739
36740 \backslash
36741 hfill
36742 \series default
36743
36744 \begin_inset Foot
36745 status collapsed
36746
36747 \begin_layout Plain Layout
36748
36749 \series bold
36750
36751 \backslash
36752 hfill
36753 \series default
36754  sólo funciona en ecuaciones en estilo 
36755 \series bold
36756 Sangrado
36757 \series default
36758 , véase 
36759 \begin_inset CommandInset ref
36760 LatexCommand ref
36761 reference "sub:Espacio-variable"
36762
36763 \end_inset
36764
36765
36766 \end_layout
36767
36768 \end_inset
36769
36770  delante y detrás de la matriz para que tenga la misma separación con la
36771  ecuación y con el margen.
36772 \end_layout
36773
36774 \begin_layout Standard
36775 Si se usa el estilo 
36776 \series bold
36777 Centrado
36778 \series default
36779  se emplea el método descrito en la 
36780 \begin_inset CommandInset ref
36781 LatexCommand ref
36782 reference "sub:Entorno-flalign"
36783
36784 \end_inset
36785
36786  para sangrar la ecuación.
36787  La ecuación 
36788 \begin_inset CommandInset ref
36789 LatexCommand eqref
36790 reference "eq:within"
36791
36792 \end_inset
36793
36794  consta de cinco columnas ya que las dos primeras contienen la fórmula,
36795  la tercera la matriz y la última una llave TeX vacía.
36796 \begin_inset Formula \begin{flalign}
36797 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
36798 \rho & \mbox{densidad}\\
36799 V & \mbox{volumen}\\
36800 g & \mbox{aceleración gravitatoria}
36801 \end{array} &  & {}\label{eq:within}\end{flalign}
36802
36803 \end_inset
36804
36805
36806 \end_layout
36807
36808 \begin_layout Subsection
36809 Letras griegas minúsculas en redonda
36810 \begin_inset CommandInset label
36811 LatexCommand label
36812 name "sub:Griegas-en-redonda"
36813
36814 \end_inset
36815
36816
36817 \begin_inset Index idx
36818 status collapsed
36819
36820 \begin_layout Plain Layout
36821 Letras griegas ! en redonda
36822 \end_layout
36823
36824 \end_inset
36825
36826
36827 \end_layout
36828
36829 \begin_layout Standard
36830 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
36831  cursiva.
36832  Pero para símbolos de partículas elementales como piones y neutrinos hacen
36833  falta letras griegas en redonda.
36834  El archivo 
36835 \series bold
36836 upgreek.sty
36837 \series default
36838
36839 \begin_inset Foot
36840 status collapsed
36841
36842 \begin_layout Plain Layout
36843
36844 \series bold
36845 upgreek
36846 \series default
36847  forma parte del paquete LaTeX 
36848 \series bold
36849 was
36850 \series default
36851
36852 \begin_inset Index idx
36853 status collapsed
36854
36855 \begin_layout Plain Layout
36856 Paquetes ! was
36857 \begin_inset ERT
36858 status collapsed
36859
36860 \begin_layout Plain Layout
36861
36862
36863 \backslash
36864 vspace{4mm}
36865 \end_layout
36866
36867 \end_inset
36868
36869
36870 \end_layout
36871
36872 \end_inset
36873
36874 .
36875 \end_layout
36876
36877 \end_inset
36878
36879
36880 \begin_inset Index idx
36881 status collapsed
36882
36883 \begin_layout Plain Layout
36884 Paquetes ! upgreek
36885 \end_layout
36886
36887 \end_inset
36888
36889 , que se carga en el preámbulo LaTeX con la línea
36890 \end_layout
36891
36892 \begin_layout Standard
36893
36894 \series bold
36895
36896 \backslash
36897 usepackage{upgreek}
36898 \end_layout
36899
36900 \begin_layout Standard
36901 las suministra.
36902  
36903 \begin_inset ERT
36904 status collapsed
36905
36906 \begin_layout Plain Layout
36907
36908
36909 \backslash
36910 ifupgreek 
36911 \end_layout
36912
36913 \end_inset
36914
36915
36916 \begin_inset Note Note
36917 status open
36918
36919 \begin_layout Plain Layout
36920 Lo siguinente sólo se podrá ver si está instalado el paquete LaTeX 
36921 \series bold
36922 upgreek
36923 \series default
36924 :
36925 \end_layout
36926
36927 \end_inset
36928
36929  Se imprimen con el comando de la letra correspondiente precedido de 
36930 \series bold
36931 up
36932 \series default
36933 .
36934  Por ejemplo, el comando 
36935 \series bold
36936
36937 \backslash
36938 uptau
36939 \series default
36940  genera: 
36941 \begin_inset Formula $\uptau$
36942 \end_inset
36943
36944
36945 \end_layout
36946
36947 \begin_layout Standard
36948 Con estos comandos se pueden escribir reacciones entre partículas elementales:
36949 \begin_inset Formula \[
36950 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
36951
36952 \end_inset
36953
36954
36955 \end_layout
36956
36957 \begin_layout Standard
36958 Las letras en redonda son más remarcadas y más grandes que las correspondientes
36959  en cursiva.
36960  Por tanto no deberían emplearse para unidades como 
36961 \begin_inset Quotes fld
36962 \end_inset
36963
36964 µm
36965 \begin_inset Quotes frd
36966 \end_inset
36967
36968 .
36969 \end_layout
36970
36971 \begin_layout Standard
36972 \begin_inset ERT
36973 status collapsed
36974
36975 \begin_layout Plain Layout
36976
36977
36978 \backslash
36979 else 
36980 \end_layout
36981
36982 \end_inset
36983
36984
36985 \begin_inset Note Note
36986 status open
36987
36988 \begin_layout Plain Layout
36989 Lo siguiente se mostrará si el paquete LaTeX 
36990 \series bold
36991 upgreek
36992 \series default
36993  no está instalado:
36994 \end_layout
36995
36996 \end_inset
36997
36998
36999 \end_layout
37000
37001 \begin_layout Standard
37002 Debes instalar el paquete LaTeX 
37003 \series bold
37004 upgreek
37005 \series default
37006  para ver en la salida el resto de esta subsección.
37007  
37008 \end_layout
37009
37010 \begin_layout Standard
37011 \begin_inset ERT
37012 status collapsed
37013
37014 \begin_layout Plain Layout
37015
37016
37017 \backslash
37018 fi
37019 \end_layout
37020
37021 \end_inset
37022
37023
37024 \end_layout
37025
37026 \begin_layout Subsection
37027 Caracteres de texto en ecuaciones
37028 \begin_inset CommandInset label
37029 LatexCommand label
37030 name "sub:Caracteres-de-texto"
37031
37032 \end_inset
37033
37034
37035 \begin_inset Index idx
37036 status collapsed
37037
37038 \begin_layout Plain Layout
37039 Texto ! en ecuaciones
37040 \end_layout
37041
37042 \end_inset
37043
37044
37045 \end_layout
37046
37047 \begin_layout Standard
37048 En algunos casos podrías querer insertar caracteres de texto directamente
37049  en ecuaciones.
37050  Por ejemplo, cuando se usa con frecuencia el punto centrado 
37051 \begin_inset Formula $\cdot$
37052 \end_inset
37053
37054  en expresiones como 
37055 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
37056 \end_inset
37057
37058 , habría que insertar el comando 
37059 \series bold
37060
37061 \backslash
37062 cdot
37063 \series default
37064
37065 \begin_inset Foot
37066 status collapsed
37067
37068 \begin_layout Plain Layout
37069 véase 
37070 \begin_inset CommandInset ref
37071 LatexCommand ref
37072 reference "sub:Operadores-binarios"
37073
37074 \end_inset
37075
37076
37077 \end_layout
37078
37079 \end_inset
37080
37081  continuamente, porque este carácter está definido en todas las codificaciones
37082  como carácter de texto.
37083  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
37084 \end_layout
37085
37086 \begin_layout Standard
37087
37088 \series bold
37089
37090 \backslash
37091 Declare Inputtext{183}{
37092 \backslash
37093 ifmmode
37094 \backslash
37095 cdot
37096 \backslash
37097 else
37098 \backslash
37099 textperiodcentered
37100 \backslash
37101 f\SpecialChar \textcompwordmark{}
37102 i}
37103 \end_layout
37104
37105 \begin_layout Standard
37106 La codificación de caracteres (menú 
37107 \family sans
37108 Documento\SpecialChar \menuseparator
37109 Configuración\SpecialChar \menuseparator
37110 Idioma
37111 \family default
37112 ) especifica el carácter que se muestra al pulsar una tecla.
37113  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
37114  
37115 \series bold
37116
37117 \backslash
37118 textperiodcentered
37119 \series default
37120 .
37121  Pero este comando no está disponible en ecuaciones así que obtendrías errores
37122  de LaTeX.
37123  Con la codificación cambiada se escoge automáticamente el comando correcto,
37124  dependiendo de si el carácter se ha insertado en una ecuación o no.
37125 \end_layout
37126
37127 \begin_layout Standard
37128 La codificación de diversos caracteres se guarda en archivos de definición.
37129  Por ejemplo la codificación 
37130 \series bold
37131 latin9
37132 \series default
37133  se define en el archivo 
37134 \series bold
37135 latin9.def
37136 \series default
37137  que está en el directorio de LaTeX.
37138  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
37139  archivo de definición, de lo contrario nuestros documentos no podrían ser
37140  editados en otros ordenadores.
37141 \begin_inset VSpace medskip
37142 \end_inset
37143
37144
37145 \end_layout
37146
37147 \begin_layout Standard
37148 Además del punto centrado, en este documento se ha definido el símbolo grado
37149  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
37150  directamente en una fórmula:
37151 \end_layout
37152
37153 \begin_layout Standard
37154
37155 \series bold
37156
37157 \backslash
37158 DeclareInputtext{176}{
37159 \backslash
37160 ifmmode^
37161 \backslash
37162 circ
37163 \backslash
37164 else
37165 \backslash
37166 textdegree
37167 \backslash
37168 f\SpecialChar \textcompwordmark{}
37169 i}
37170 \begin_inset Newpage newpage
37171 \end_inset
37172
37173
37174 \end_layout
37175
37176 \begin_layout Section
37177 \start_of_appendix
37178 Notas sobre tipografía
37179 \begin_inset Index idx
37180 status collapsed
37181
37182 \begin_layout Plain Layout
37183 Tipografía, notas
37184 \end_layout
37185
37186 \end_inset
37187
37188
37189 \end_layout
37190
37191 \begin_layout Standard
37192 Esta sección es un resumen de las normas tipográficas ISO más importantes.
37193 \begin_inset Foot
37194 status collapsed
37195
37196 \begin_layout Plain Layout
37197 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
37198  
37199 \begin_inset Quotes fld
37200 \end_inset
37201
37202 Duden
37203 \begin_inset Quotes frd
37204 \end_inset
37205
37206  
37207 \begin_inset CommandInset citation
37208 LatexCommand cite
37209 key "Duden"
37210
37211 \end_inset
37212
37213 , que incluye algunas de las normas ISO.
37214  
37215 \begin_inset Newline newline
37216 \end_inset
37217
37218 (
37219 \emph on
37220 N.
37221 \begin_inset space \thinspace{}
37222 \end_inset
37223
37224 del t.
37225 \emph default
37226 : Para documentación en español sobre el tema, véase 
37227 \begin_inset CommandInset citation
37228 LatexCommand cite
37229 key "Bezos"
37230
37231 \end_inset
37232
37233 .)
37234 \end_layout
37235
37236 \end_inset
37237
37238
37239 \end_layout
37240
37241 \begin_layout Itemize
37242 Las unidades físicas se escriben 
37243 \emph on
37244 siempre 
37245 \emph default
37246 en redonda
37247 \begin_inset Foot
37248 status collapsed
37249
37250 \begin_layout Plain Layout
37251 véase estilos de fuentes en 
37252 \begin_inset CommandInset ref
37253 LatexCommand ref
37254 reference "sub:Estilos-de-fuentes"
37255
37256 \end_inset
37257
37258
37259 \end_layout
37260
37261 \end_inset
37262
37263 , aunque aparezcan en un texto en cursiva: 30
37264 \begin_inset space \thinspace{}
37265 \end_inset
37266
37267 km/h
37268 \begin_inset Newline newline
37269 \end_inset
37270
37271 Entre el valor y la unidad hay un espacio delgado, véase 
37272 \begin_inset CommandInset ref
37273 LatexCommand ref
37274 reference "sub:Espacio-predefinido"
37275
37276 \end_inset
37277
37278 .
37279 \begin_inset Newline newline
37280 \end_inset
37281
37282 Esta norma la cumple automáticamente el comando 
37283 \series bold
37284
37285 \backslash
37286 unittwo
37287 \series default
37288 .
37289  Si se introduce en una fórmula aparecen dos cuadros.
37290  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37291  como antes, 
37292 \begin_inset Formula $\unit[30]{km/h}$
37293 \end_inset
37294
37295
37296 \begin_inset space \thinspace{}
37297 \end_inset
37298
37299 .
37300  Ten en cuenta que 
37301 \series bold
37302
37303 \backslash
37304 unittwo
37305 \series default
37306  no es un auténtico comando LaTeX, sino el comando 
37307 \series bold
37308
37309 \backslash
37310 unit[value]{unit}
37311 \series default
37312 , por tanto no lo puedes usar en código TeX.
37313 \end_layout
37314
37315 \begin_layout Itemize
37316 Los signos por ciento y por mil se escriben como las unidades físicas:
37317 \begin_inset Newline newline
37318 \end_inset
37319
37320 1,2
37321 \begin_inset space \thinspace{}
37322 \end_inset
37323
37324 ‰ de alcohol en sangre.
37325 \end_layout
37326
37327 \begin_layout Itemize
37328 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37329  otra unidad: 15
37330 \begin_inset space \thinspace{}
37331 \end_inset
37332
37333 °C
37334 \end_layout
37335
37336 \begin_layout Itemize
37337 En números con más de cuatro dígitos se inserta un espacio delgado para
37338  separarlos en grupos de tres cifras: 18
37339 \begin_inset space \thinspace{}
37340 \end_inset
37341
37342 473
37343 \begin_inset space \thinspace{}
37344 \end_inset
37345
37346 588
37347 \end_layout
37348
37349 \begin_layout Itemize
37350 Para dimensiones como 120×90×40
37351 \begin_inset space \thinspace{}
37352 \end_inset
37353
37354 cm se usa el aspa de multiplicar 
37355 \begin_inset Quotes fld
37356 \end_inset
37357
37358 ×
37359 \begin_inset Quotes frd
37360 \end_inset
37361
37362 .
37363  Está disponible en el menú 
37364 \family sans
37365 Insertar\SpecialChar \menuseparator
37366 Carácter especial
37367 \family default
37368 \SpecialChar \menuseparator
37369
37370 \family sans
37371 Símbolos
37372 \family default
37373  o bien mediante el comando 
37374 \series bold
37375
37376 \backslash
37377 times
37378 \series default
37379 .
37380  Se puede insertar directamente con cierta combinación de teclas.
37381 \end_layout
37382
37383 \begin_layout Itemize
37384 Las funciones con nombres que constan de varias letras se escriben en redonda
37385  para evitar confusiones, véase 
37386 \begin_inset CommandInset ref
37387 LatexCommand ref
37388 reference "sub:Funciones-predefinidas"
37389
37390 \end_inset
37391
37392 .
37393 \end_layout
37394
37395 \begin_layout Itemize
37396 Los índices que constan de varias letras se escriben en redonda: 
37397 \begin_inset Formula $E_{\mathrm{cin}}$
37398 \end_inset
37399
37400
37401 \begin_inset Newline newline
37402 \end_inset
37403
37404 Los componentes de una matriz se escriben en cursiva: 
37405 \begin_inset Formula $\hat{H}_{kl}$
37406 \end_inset
37407
37408
37409 \end_layout
37410
37411 \begin_layout Itemize
37412 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37413  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37414 s con otras variables.
37415 \end_layout
37416
37417 \begin_layout Itemize
37418 El carácter que indica una transformación 
37419 \noun on
37420 Fourier
37421 \noun default
37422  se inserta con el comando 
37423 \series bold
37424
37425 \backslash
37426 mathscr
37427 \begin_inset ERT
37428 status collapsed
37429
37430 \begin_layout Plain Layout
37431
37432
37433 \backslash
37434 spce 
37435 \end_layout
37436
37437 \end_inset
37438
37439 F
37440 \series default
37441  o mediante el menú
37442 \family sans
37443  Insertar\SpecialChar \menuseparator
37444 Carácter especial
37445 \family default
37446 \SpecialChar \menuseparator
37447
37448 \family sans
37449 Símbolos\SpecialChar \menuseparator
37450 Símbolos de letra
37451 \family default
37452
37453 \begin_inset Formula $\mathscr{F}$
37454 \end_inset
37455
37456
37457 \end_layout
37458
37459 \begin_layout Standard
37460 \begin_inset Newpage newpage
37461 \end_inset
37462
37463
37464 \end_layout
37465
37466 \begin_layout Section
37467 Sinónimos
37468 \begin_inset Index idx
37469 status collapsed
37470
37471 \begin_layout Plain Layout
37472 Sinónimos
37473 \end_layout
37474
37475 \end_inset
37476
37477
37478 \end_layout
37479
37480 \begin_layout Standard
37481 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37482  como los que se recogen en esta lista:
37483 \begin_inset Foot
37484 status collapsed
37485
37486 \begin_layout Plain Layout
37487 véase también 
37488 \begin_inset CommandInset ref
37489 LatexCommand ref
37490 reference "fn:sinónimos"
37491
37492 \end_inset
37493
37494 .
37495 \end_layout
37496
37497 \end_inset
37498
37499
37500 \end_layout
37501
37502 \begin_layout Standard
37503
37504 \end_layout
37505
37506 \begin_layout Standard
37507 \begin_inset VSpace bigskip
37508 \end_inset
37509
37510
37511 \begin_inset space \hfill{}
37512 \end_inset
37513
37514
37515 \begin_inset Tabular
37516 <lyxtabular version="3" rows="12" columns="2">
37517 <features tabularvalignment="middle">
37518 <column alignment="center" valignment="top" width="0pt">
37519 <column alignment="center" valignment="top" width="0pt">
37520 <row>
37521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525 Comando
37526 \end_layout
37527
37528 \end_inset
37529 </cell>
37530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37531 \begin_inset Text
37532
37533 \begin_layout Plain Layout
37534 equivalente a
37535 \begin_inset Note Note
37536 status collapsed
37537
37538 \begin_layout Plain Layout
37539
37540 \series bold
37541
37542 \backslash
37543 raisebox
37544 \series default
37545  se usa sólo como espaciador
37546 \end_layout
37547
37548 \end_inset
37549
37550
37551 \end_layout
37552
37553 \end_inset
37554 </cell>
37555 </row>
37556 <row>
37557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37558 \begin_inset Text
37559
37560 \begin_layout Plain Layout
37561
37562 \backslash
37563 ast
37564 \end_layout
37565
37566 \end_inset
37567 </cell>
37568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37569 \begin_inset Text
37570
37571 \begin_layout Plain Layout
37572 \begin_inset ERT
37573 status collapsed
37574
37575 \begin_layout Plain Layout
37576
37577
37578 \backslash
37579 raisebox{-1.2mm}{
37580 \end_layout
37581
37582 \end_inset
37583
37584 *
37585 \begin_inset ERT
37586 status collapsed
37587
37588 \begin_layout Plain Layout
37589
37590 }
37591 \end_layout
37592
37593 \end_inset
37594
37595
37596 \end_layout
37597
37598 \end_inset
37599 </cell>
37600 </row>
37601 <row>
37602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37603 \begin_inset Text
37604
37605 \begin_layout Plain Layout
37606
37607 \backslash
37608 choose
37609 \end_layout
37610
37611 \end_inset
37612 </cell>
37613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37614 \begin_inset Text
37615
37616 \begin_layout Plain Layout
37617
37618 \backslash
37619 binom
37620 \end_layout
37621
37622 \end_inset
37623 </cell>
37624 </row>
37625 <row>
37626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37627 \begin_inset Text
37628
37629 \begin_layout Plain Layout
37630
37631 \backslash
37632 geq
37633 \end_layout
37634
37635 \end_inset
37636 </cell>
37637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37638 \begin_inset Text
37639
37640 \begin_layout Plain Layout
37641
37642 \backslash
37643 ge
37644 \end_layout
37645
37646 \end_inset
37647 </cell>
37648 </row>
37649 <row>
37650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37651 \begin_inset Text
37652
37653 \begin_layout Plain Layout
37654
37655 \backslash
37656 lbrace
37657 \end_layout
37658
37659 \end_inset
37660 </cell>
37661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37662 \begin_inset Text
37663
37664 \begin_layout Plain Layout
37665 {
37666 \end_layout
37667
37668 \end_inset
37669 </cell>
37670 </row>
37671 <row>
37672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37673 \begin_inset Text
37674
37675 \begin_layout Plain Layout
37676
37677 \backslash
37678 lbracket
37679 \end_layout
37680
37681 \end_inset
37682 </cell>
37683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37684 \begin_inset Text
37685
37686 \begin_layout Plain Layout
37687 [
37688 \end_layout
37689
37690 \end_inset
37691 </cell>
37692 </row>
37693 <row>
37694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37695 \begin_inset Text
37696
37697 \begin_layout Plain Layout
37698
37699 \backslash
37700 leftarrow
37701 \end_layout
37702
37703 \end_inset
37704 </cell>
37705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37706 \begin_inset Text
37707
37708 \begin_layout Plain Layout
37709
37710 \backslash
37711 gets
37712 \end_layout
37713
37714 \end_inset
37715 </cell>
37716 </row>
37717 <row>
37718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37719 \begin_inset Text
37720
37721 \begin_layout Plain Layout
37722
37723 \backslash
37724 leq
37725 \end_layout
37726
37727 \end_inset
37728 </cell>
37729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37730 \begin_inset Text
37731
37732 \begin_layout Plain Layout
37733
37734 \backslash
37735 le
37736 \end_layout
37737
37738 \end_inset
37739 </cell>
37740 </row>
37741 <row>
37742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37743 \begin_inset Text
37744
37745 \begin_layout Plain Layout
37746
37747 \backslash
37748 lor
37749 \end_layout
37750
37751 \end_inset
37752 </cell>
37753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37754 \begin_inset Text
37755
37756 \begin_layout Plain Layout
37757
37758 \backslash
37759 vee
37760 \end_layout
37761
37762 \end_inset
37763 </cell>
37764 </row>
37765 <row>
37766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37767 \begin_inset Text
37768
37769 \begin_layout Plain Layout
37770
37771 \backslash
37772 neq
37773 \end_layout
37774
37775 \end_inset
37776 </cell>
37777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37778 \begin_inset Text
37779
37780 \begin_layout Plain Layout
37781
37782 \backslash
37783 not=
37784 \end_layout
37785
37786 \end_inset
37787 </cell>
37788 </row>
37789 <row>
37790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37791 \begin_inset Text
37792
37793 \begin_layout Plain Layout
37794
37795 \backslash
37796 slash
37797 \end_layout
37798
37799 \end_inset
37800 </cell>
37801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37802 \begin_inset Text
37803
37804 \begin_layout Plain Layout
37805 /
37806 \end_layout
37807
37808 \end_inset
37809 </cell>
37810 </row>
37811 <row>
37812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37813 \begin_inset Text
37814
37815 \begin_layout Plain Layout
37816
37817 \backslash
37818 vert
37819 \end_layout
37820
37821 \end_inset
37822 </cell>
37823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37824 \begin_inset Text
37825
37826 \begin_layout Plain Layout
37827 |
37828 \end_layout
37829
37830 \end_inset
37831 </cell>
37832 </row>
37833 </lyxtabular>
37834
37835 \end_inset
37836
37837
37838 \begin_inset space \hfill{}
37839 \end_inset
37840
37841
37842 \begin_inset Tabular
37843 <lyxtabular version="3" rows="12" columns="2">
37844 <features tabularvalignment="middle">
37845 <column alignment="center" valignment="top" width="0pt">
37846 <column alignment="center" valignment="top" width="0pt">
37847 <row>
37848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37849 \begin_inset Text
37850
37851 \begin_layout Plain Layout
37852 Comando
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37858 \begin_inset Text
37859
37860 \begin_layout Plain Layout
37861 equivalente a
37862 \end_layout
37863
37864 \end_inset
37865 </cell>
37866 </row>
37867 <row>
37868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872
37873 \backslash
37874 backslash
37875 \end_layout
37876
37877 \end_inset
37878 </cell>
37879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37880 \begin_inset Text
37881
37882 \begin_layout Plain Layout
37883
37884 \backslash
37885
37886 \backslash
37887
37888 \end_layout
37889
37890 \end_inset
37891 </cell>
37892 </row>
37893 <row>
37894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37895 \begin_inset Text
37896
37897 \begin_layout Plain Layout
37898
37899 \backslash
37900 dasharrow
37901 \end_layout
37902
37903 \end_inset
37904 </cell>
37905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37906 \begin_inset Text
37907
37908 \begin_layout Plain Layout
37909
37910 \backslash
37911 dashrightarrow
37912 \end_layout
37913
37914 \end_inset
37915 </cell>
37916 </row>
37917 <row>
37918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37919 \begin_inset Text
37920
37921 \begin_layout Plain Layout
37922
37923 \backslash
37924 land
37925 \end_layout
37926
37927 \end_inset
37928 </cell>
37929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37930 \begin_inset Text
37931
37932 \begin_layout Plain Layout
37933
37934 \backslash
37935 wedge
37936 \end_layout
37937
37938 \end_inset
37939 </cell>
37940 </row>
37941 <row>
37942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37943 \begin_inset Text
37944
37945 \begin_layout Plain Layout
37946
37947 \backslash
37948 rbrace
37949 \end_layout
37950
37951 \end_inset
37952 </cell>
37953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37954 \begin_inset Text
37955
37956 \begin_layout Plain Layout
37957 }
37958 \end_layout
37959
37960 \end_inset
37961 </cell>
37962 </row>
37963 <row>
37964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37965 \begin_inset Text
37966
37967 \begin_layout Plain Layout
37968
37969 \backslash
37970 rbracket
37971 \end_layout
37972
37973 \end_inset
37974 </cell>
37975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37976 \begin_inset Text
37977
37978 \begin_layout Plain Layout
37979 ]
37980 \end_layout
37981
37982 \end_inset
37983 </cell>
37984 </row>
37985 <row>
37986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37987 \begin_inset Text
37988
37989 \begin_layout Plain Layout
37990
37991 \backslash
37992 rightarrow
37993 \end_layout
37994
37995 \end_inset
37996 </cell>
37997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37998 \begin_inset Text
37999
38000 \begin_layout Plain Layout
38001
38002 \backslash
38003 to
38004 \end_layout
38005
38006 \end_inset
38007 </cell>
38008 </row>
38009 <row>
38010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38011 \begin_inset Text
38012
38013 \begin_layout Plain Layout
38014
38015 \backslash
38016 lnot
38017 \end_layout
38018
38019 \end_inset
38020 </cell>
38021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38022 \begin_inset Text
38023
38024 \begin_layout Plain Layout
38025
38026 \backslash
38027 neg
38028 \end_layout
38029
38030 \end_inset
38031 </cell>
38032 </row>
38033 <row>
38034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38035 \begin_inset Text
38036
38037 \begin_layout Plain Layout
38038
38039 \backslash
38040 ne
38041 \end_layout
38042
38043 \end_inset
38044 </cell>
38045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38046 \begin_inset Text
38047
38048 \begin_layout Plain Layout
38049
38050 \backslash
38051 not=
38052 \end_layout
38053
38054 \end_inset
38055 </cell>
38056 </row>
38057 <row>
38058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38059 \begin_inset Text
38060
38061 \begin_layout Plain Layout
38062
38063 \backslash
38064 owns
38065 \end_layout
38066
38067 \end_inset
38068 </cell>
38069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38070 \begin_inset Text
38071
38072 \begin_layout Plain Layout
38073
38074 \backslash
38075 ni
38076 \end_layout
38077
38078 \end_inset
38079 </cell>
38080 </row>
38081 <row>
38082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38083 \begin_inset Text
38084
38085 \begin_layout Plain Layout
38086
38087 \backslash
38088 square
38089 \end_layout
38090
38091 \end_inset
38092 </cell>
38093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38094 \begin_inset Text
38095
38096 \begin_layout Plain Layout
38097
38098 \backslash
38099 Box
38100 \end_layout
38101
38102 \end_inset
38103 </cell>
38104 </row>
38105 <row>
38106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38107 \begin_inset Text
38108
38109 \begin_layout Plain Layout
38110
38111 \backslash
38112 Vert
38113 \end_layout
38114
38115 \end_inset
38116 </cell>
38117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38118 \begin_inset Text
38119
38120 \begin_layout Plain Layout
38121
38122 \backslash
38123 |
38124 \end_layout
38125
38126 \end_inset
38127 </cell>
38128 </row>
38129 </lyxtabular>
38130
38131 \end_inset
38132
38133
38134 \begin_inset space \hfill{}
38135 \end_inset
38136
38137
38138 \end_layout
38139
38140 \begin_layout Standard
38141 \begin_inset Newpage newpage
38142 \end_inset
38143
38144
38145 \end_layout
38146
38147 \begin_layout Bibliography
38148 \labelwidthstring Referencias
38149 \begin_inset CommandInset bibitem
38150 LatexCommand bibitem
38151 key "TLC2"
38152
38153 \end_inset
38154
38155
38156 \shape smallcaps
38157 Mittelbach, F.
38158  ; Goossens, M.
38159 \shape default
38160
38161 \shape italic
38162 The LaTeX Companion
38163 \shape default
38164 .
38165  Addison Wesley, 2004
38166 \end_layout
38167
38168 \begin_layout Bibliography
38169 \labelwidthstring Referencias
38170 \begin_inset CommandInset bibitem
38171 LatexCommand bibitem
38172 key "Mathmode"
38173
38174 \end_inset
38175
38176
38177 \begin_inset CommandInset href
38178 LatexCommand href
38179 name "Descripción"
38180 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38181
38182 \end_inset
38183
38184  de habilidades matemáticas de LaTeX
38185 \end_layout
38186
38187 \begin_layout Bibliography
38188 \labelwidthstring Referencias
38189 \begin_inset CommandInset bibitem
38190 LatexCommand bibitem
38191 key "AMS"
38192
38193 \end_inset
38194
38195
38196 \begin_inset CommandInset href
38197 LatexCommand href
38198 name "Descripción"
38199 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38200
38201 \end_inset
38202
38203  de 
38204 \begin_inset ERT
38205 status collapsed
38206
38207 \begin_layout Plain Layout
38208
38209
38210 \backslash
38211 AmS
38212 \end_layout
38213
38214 \end_inset
38215
38216 -LaTeX
38217 \end_layout
38218
38219 \begin_layout Bibliography
38220 \labelwidthstring Referencias
38221 \begin_inset CommandInset bibitem
38222 LatexCommand bibitem
38223 key "Symbols"
38224
38225 \end_inset
38226
38227
38228 \begin_inset CommandInset href
38229 LatexCommand href
38230 name "Lista"
38231 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38232
38233 \end_inset
38234
38235  de todos los símbolos disponibles con paquetes LaTeX
38236 \end_layout
38237
38238 \begin_layout Bibliography
38239 \labelwidthstring Referencias
38240 \begin_inset CommandInset bibitem
38241 LatexCommand bibitem
38242 key "hyperref"
38243
38244 \end_inset
38245
38246
38247 \begin_inset CommandInset href
38248 LatexCommand href
38249 name "Documentación"
38250 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38251
38252 \end_inset
38253
38254  del paquete LaTeX 
38255 \series bold
38256 hyperref
38257 \series default
38258
38259 \begin_inset Index idx
38260 status collapsed
38261
38262 \begin_layout Plain Layout
38263 Paquetes ! hyperref
38264 \end_layout
38265
38266 \end_inset
38267
38268
38269 \end_layout
38270
38271 \begin_layout Bibliography
38272 \labelwidthstring Referencias
38273 \begin_inset CommandInset bibitem
38274 LatexCommand bibitem
38275 key "mhchem"
38276
38277 \end_inset
38278
38279
38280 \begin_inset CommandInset href
38281 LatexCommand href
38282 name "Documentación"
38283 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38284
38285 \end_inset
38286
38287  del paquete LaTeX 
38288 \series bold
38289 mhchem
38290 \series default
38291
38292 \begin_inset Index idx
38293 status collapsed
38294
38295 \begin_layout Plain Layout
38296 Paquetes ! mhchem
38297 \end_layout
38298
38299 \end_inset
38300
38301
38302 \end_layout
38303
38304 \begin_layout Bibliography
38305 \labelwidthstring Referencias
38306 \begin_inset CommandInset bibitem
38307 LatexCommand bibitem
38308 key "Mathclap"
38309
38310 \end_inset
38311
38312
38313 \begin_inset CommandInset href
38314 LatexCommand href
38315 name "Descripción"
38316 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38317
38318 \end_inset
38319
38320  del comando 
38321 \series bold
38322
38323 \backslash
38324 mathclap
38325 \series default
38326 , descrito en 
38327 \begin_inset CommandInset ref
38328 LatexCommand ref
38329 reference "sub:Límites-de-operadores"
38330
38331 \end_inset
38332
38333
38334 \begin_inset Index idx
38335 status collapsed
38336
38337 \begin_layout Plain Layout
38338 Comandos ! M ! 
38339 \backslash
38340 mathclap
38341 \end_layout
38342
38343 \end_inset
38344
38345
38346 \end_layout
38347
38348 \begin_layout Bibliography
38349 \labelwidthstring Referencias
38350 \begin_inset CommandInset bibitem
38351 LatexCommand bibitem
38352 key "Duden"
38353
38354 \end_inset
38355
38356
38357 \emph on
38358 Duden Band 1
38359 \emph default
38360 .
38361  22.
38362  Auflage, Duden 2001
38363 \end_layout
38364
38365 \begin_layout Bibliography
38366 \labelwidthstring Referencias
38367 \begin_inset CommandInset bibitem
38368 LatexCommand bibitem
38369 key "spanish"
38370
38371 \end_inset
38372
38373
38374 \begin_inset CommandInset href
38375 LatexCommand href
38376 name "Página web"
38377 target "http://www.tex-tipografia.com/spanish.html"
38378
38379 \end_inset
38380
38381  del estilo 
38382 \series bold
38383 spanish
38384 \family sans
38385 \series default
38386  
38387 \family default
38388 incluido en el paquete 
38389 \series bold
38390 babel
38391 \end_layout
38392
38393 \begin_layout Bibliography
38394 \labelwidthstring Referencias
38395 \begin_inset CommandInset bibitem
38396 LatexCommand bibitem
38397 key "Bezos"
38398
38399 \end_inset
38400
38401
38402 \begin_inset CommandInset href
38403 LatexCommand href
38404 name "Documento"
38405 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38406
38407 \end_inset
38408
38409  sobre ortotipografía y notaciones matemáticas en español
38410 \end_layout
38411
38412 \begin_layout Standard
38413
38414 \family sans
38415 \series bold
38416 \begin_inset CommandInset index_print
38417 LatexCommand printindex
38418 type "idx"
38419
38420 \end_inset
38421
38422
38423 \end_layout
38424
38425 \end_body
38426 \end_document