]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Math.lyx: describe new supported font \mathscr
[lyx.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 bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
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, pdfpagelabels"
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 y la
5116  alineació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 \end_layout
5267
5268 \begin_layout Standard
5269 Se pueden poner paréntesis alrededor de una matriz con los comandos 
5270 \series bold
5271
5272 \backslash
5273 left
5274 \series default
5275
5276 \begin_inset Index idx
5277 status collapsed
5278
5279 \begin_layout Plain Layout
5280 Comandos ! L ! 
5281 \backslash
5282 left
5283 \end_layout
5284
5285 \end_inset
5286
5287  y 
5288 \series bold
5289
5290 \backslash
5291 right
5292 \series default
5293
5294 \begin_inset Index idx
5295 status collapsed
5296
5297 \begin_layout Plain Layout
5298 Comandos ! R ! 
5299 \backslash
5300 right
5301 \end_layout
5302
5303 \end_inset
5304
5305  (atajo 
5306 \family sans
5307 Alt+M
5308 \begin_inset space ~
5309 \end_inset
5310
5311 Paréntesis
5312 \family default
5313 ), véase 
5314 \begin_inset CommandInset ref
5315 LatexCommand ref
5316 reference "sub:Tamaño-automático-de"
5317
5318 \end_inset
5319
5320 , o usando los comandos siguientes:
5321 \end_layout
5322
5323 \begin_layout Standard
5324 \begin_inset VSpace medskip
5325 \end_inset
5326
5327
5328 \end_layout
5329
5330 \begin_layout Standard
5331 \begin_inset space \hfill{}
5332 \end_inset
5333
5334
5335 \begin_inset Tabular
5336 <lyxtabular version="3" rows="4" columns="2">
5337 <features tabularvalignment="middle">
5338 <column alignment="center" valignment="top" width="0">
5339 <column alignment="center" valignment="top" width="0">
5340 <row>
5341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 Comando
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 Resultado
5355 \begin_inset Note Note
5356 status collapsed
5357
5358 \begin_layout Plain Layout
5359
5360 \series bold
5361
5362 \backslash
5363 raisebox
5364 \series default
5365  se usa sólo como espaciador
5366 \end_layout
5367
5368 \end_inset
5369
5370
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 </row>
5376 <row>
5377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381
5382 \backslash
5383 bmatrix
5384 \begin_inset ERT
5385 status collapsed
5386
5387 \begin_layout Plain Layout
5388
5389
5390 \backslash
5391 spce 
5392 \end_layout
5393
5394 \end_inset
5395
5396 2
5397 \series bold
5398 ×
5399 \series default
5400 2
5401 \begin_inset space \thinspace{}
5402 \end_inset
5403
5404 matriz
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5414 0 & \textrm{-}\mathrm{i}\\
5415 \mathrm{i} & 0
5416 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5417 \end_inset
5418
5419
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 </row>
5425 <row>
5426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430
5431 \backslash
5432 Bmatrix
5433 \begin_inset ERT
5434 status collapsed
5435
5436 \begin_layout Plain Layout
5437
5438
5439 \backslash
5440 spce 
5441 \end_layout
5442
5443 \end_inset
5444
5445 2×2
5446 \begin_inset space \thinspace{}
5447 \end_inset
5448
5449 matriz
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5459 0 & \textrm{-}\mathrm{i}\\
5460 \mathrm{i} & 0
5461 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5462 \end_inset
5463
5464
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 </row>
5470 <row>
5471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475
5476 \backslash
5477 pmatrix
5478 \begin_inset ERT
5479 status collapsed
5480
5481 \begin_layout Plain Layout
5482
5483
5484 \backslash
5485 spce 
5486 \end_layout
5487
5488 \end_inset
5489
5490 2
5491 \series bold
5492 ×
5493 \series default
5494 2
5495 \begin_inset space \thinspace{}
5496 \end_inset
5497
5498 matriz
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5508 0 & \textrm{-}\mathrm{i}\\
5509 \mathrm{i} & 0
5510 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5511 \end_inset
5512
5513
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 </row>
5519 </lyxtabular>
5520
5521 \end_inset
5522
5523
5524 \begin_inset space \hfill{}
5525 \end_inset
5526
5527
5528 \begin_inset Tabular
5529 <lyxtabular version="3" rows="4" columns="2">
5530 <features tabularvalignment="middle">
5531 <column alignment="center" valignment="top" width="0">
5532 <column alignment="center" valignment="top" width="0">
5533 <row>
5534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Plain Layout
5538 Comando
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 Resultado
5548 \begin_inset Note Note
5549 status collapsed
5550
5551 \begin_layout Plain Layout
5552
5553 \series bold
5554
5555 \backslash
5556 raisebox
5557 \series default
5558  se usa sólo como espaciador
5559 \end_layout
5560
5561 \end_inset
5562
5563
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 </row>
5569 <row>
5570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574
5575 \backslash
5576 vmatrix
5577 \begin_inset ERT
5578 status collapsed
5579
5580 \begin_layout Plain Layout
5581
5582
5583 \backslash
5584 spce 
5585 \end_layout
5586
5587 \end_inset
5588
5589 2
5590 \series bold
5591 ×
5592 \series default
5593 2
5594 \begin_inset space \thinspace{}
5595 \end_inset
5596
5597 matriz
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5607 0 & \textrm{-}\mathrm{i}\\
5608 \mathrm{i} & 0
5609 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5610 \end_inset
5611
5612
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 </row>
5618 <row>
5619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623
5624 \backslash
5625 Vmatrix
5626 \begin_inset ERT
5627 status collapsed
5628
5629 \begin_layout Plain Layout
5630
5631
5632 \backslash
5633 spce 
5634 \end_layout
5635
5636 \end_inset
5637
5638 2
5639 \series bold
5640 ×
5641 \series default
5642 2
5643 \begin_inset space \thinspace{}
5644 \end_inset
5645
5646 matriz
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5656 0 & \textrm{-}\mathrm{i}\\
5657 \mathrm{i} & 0
5658 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5659 \end_inset
5660
5661
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 </row>
5667 <row>
5668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672
5673 \backslash
5674 matrix
5675 \begin_inset ERT
5676 status collapsed
5677
5678 \begin_layout Plain Layout
5679
5680
5681 \backslash
5682 spce 
5683 \end_layout
5684
5685 \end_inset
5686
5687 2
5688 \series bold
5689 ×
5690 \series default
5691 2
5692 \begin_inset space \thinspace{}
5693 \end_inset
5694
5695 matriz
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5705 0 & \textrm{-}\mathrm{i}\\
5706 \mathrm{i} & 0
5707 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5708 \end_inset
5709
5710
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 </row>
5716 </lyxtabular>
5717
5718 \end_inset
5719
5720
5721 \begin_inset space \hfill{}
5722 \end_inset
5723
5724
5725 \end_layout
5726
5727 \begin_layout Standard
5728 \begin_inset VSpace medskip
5729 \end_inset
5730
5731
5732 \end_layout
5733
5734 \begin_layout Standard
5735 Cuando se inserta p.
5736 \begin_inset space \thinspace{}
5737 \end_inset
5738
5739 e.
5740 \begin_inset space ~
5741 \end_inset
5742
5743
5744 \series bold
5745
5746 \backslash
5747 vmatrix
5748 \series default
5749 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5750  la matriz.
5751 \end_layout
5752
5753 \begin_layout Standard
5754 \begin_inset VSpace bigskip
5755 \end_inset
5756
5757
5758 \end_layout
5759
5760 \begin_layout Standard
5761 Como todas las ecuaciones multilínea son matrices, la longitud 
5762 \series bold
5763
5764 \backslash
5765 arraycolsep
5766 \series default
5767
5768 \begin_inset Index idx
5769 status collapsed
5770
5771 \begin_layout Plain Layout
5772 Comandos ! A ! 
5773 \backslash
5774 arraycolsep
5775 \end_layout
5776
5777 \end_inset
5778
5779 , que se describe en 
5780 \begin_inset CommandInset ref
5781 LatexCommand ref
5782 reference "sub:Separación-de-columnas"
5783
5784 \end_inset
5785
5786 , también se puede usar para cambiar la separación de las columnas en una
5787  matriz.
5788  Para cambiar la separación de las filas, se usa el comando 
5789 \series bold
5790
5791 \backslash
5792 arraystretch
5793 \series default
5794
5795 \begin_inset Index idx
5796 status collapsed
5797
5798 \begin_layout Plain Layout
5799 Comandos ! A ! 
5800 \backslash
5801 arraystretch
5802 \end_layout
5803
5804 \end_inset
5805
5806  de la siguiente manera:
5807 \end_layout
5808
5809 \begin_layout Standard
5810
5811 \series bold
5812
5813 \backslash
5814 renewcommand{
5815 \backslash
5816 arraystretch}{factor de separación}
5817 \begin_inset Index idx
5818 status collapsed
5819
5820 \begin_layout Plain Layout
5821 Comandos ! R ! 
5822 \backslash
5823 renewcommand
5824 \end_layout
5825
5826 \end_inset
5827
5828
5829 \end_layout
5830
5831 \begin_layout Standard
5832 El comando 
5833 \series bold
5834
5835 \backslash
5836 renewcommand
5837 \series default
5838  asigna el factor de separación al comando predefinido 
5839 \series bold
5840
5841 \backslash
5842 arraystretch
5843 \series default
5844 .
5845  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5846  Además, éste se usa para todas las matrices siguientes.
5847  Para volver a la separación original, asigna factor 1 a 
5848 \series bold
5849
5850 \backslash
5851 arraystretch
5852 \series default
5853 .
5854 \end_layout
5855
5856 \begin_layout Standard
5857 Para poner matrices en línea se usa el comando 
5858 \series bold
5859
5860 \backslash
5861 smallmatrix
5862 \series default
5863
5864 \begin_inset Index idx
5865 status collapsed
5866
5867 \begin_layout Plain Layout
5868 Comandos ! S ! 
5869 \backslash
5870 smallmatrix
5871 \end_layout
5872
5873 \end_inset
5874
5875 .
5876  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5877  se inserta la matriz.
5878  
5879 \end_layout
5880
5881 \begin_layout Standard
5882 Esto es una matriz 
5883 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5884 C & D
5885 \end{smallmatrix}\right)$
5886 \end_inset
5887
5888  en línea.
5889 \end_layout
5890
5891 \begin_layout Section
5892 Delimitadores
5893 \begin_inset Index idx
5894 status collapsed
5895
5896 \begin_layout Plain Layout
5897 Delimitadores
5898 \end_layout
5899
5900 \end_inset
5901
5902
5903 \end_layout
5904
5905 \begin_layout Subsection
5906 Delimitadores verticales
5907 \begin_inset Index idx
5908 status collapsed
5909
5910 \begin_layout Plain Layout
5911 Delimitadores ! verticales
5912 \end_layout
5913
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \begin_layout Standard
5920 \begin_inset space \hfill{}
5921 \end_inset
5922
5923
5924 \begin_inset Tabular
5925 <lyxtabular version="3" rows="9" columns="2">
5926 <features tabularvalignment="middle">
5927 <column alignment="center" valignment="top" width="0pt">
5928 <column alignment="center" valignment="top" width="0pt">
5929 <row>
5930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 Comando
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 Resultado
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 </row>
5949 <row>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 (
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 \begin_inset Formula $($
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 </row>
5972 <row>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 {
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 \begin_inset Formula $\{$
5987 \end_inset
5988
5989
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 </row>
5995 <row>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 [
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 \begin_inset Formula $[$
6010 \end_inset
6011
6012
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 </row>
6018 <row>
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023
6024 \backslash
6025 langle
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 \begin_inset Formula $\langle$
6035 \end_inset
6036
6037
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 </row>
6043 <row>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048
6049 \backslash
6050 lceil
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 \begin_inset Formula $\lceil$
6060 \end_inset
6061
6062
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073
6074 \backslash
6075 lfloor
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 \begin_inset Formula $\lfloor$
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 </row>
6093 <row>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 /
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 \begin_inset Formula $/$
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row>
6117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 |
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 \begin_inset Formula $|$
6131 \end_inset
6132
6133
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 </row>
6139 </lyxtabular>
6140
6141 \end_inset
6142
6143
6144 \begin_inset space \hfill{}
6145 \end_inset
6146
6147
6148 \begin_inset Tabular
6149 <lyxtabular version="3" rows="9" columns="2">
6150 <features tabularvalignment="middle">
6151 <column alignment="center" valignment="top" width="0pt">
6152 <column alignment="center" valignment="top" width="0pt">
6153 <row>
6154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 Comando
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 Resultado
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 </row>
6173 <row>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 )
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 \begin_inset Formula $)$
6188 \end_inset
6189
6190
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 </row>
6196 <row>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 }
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 \begin_inset Formula $\}$
6211 \end_inset
6212
6213
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 </row>
6219 <row>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 ]
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 \begin_inset Formula $]$
6234 \end_inset
6235
6236
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247
6248 \backslash
6249 rangle
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 \begin_inset Formula $\rangle$
6259 \end_inset
6260
6261
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 </row>
6267 <row>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272
6273 \backslash
6274 rceil
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 \begin_inset Formula $\rceil$
6284 \end_inset
6285
6286
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 </row>
6292 <row>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297
6298 \backslash
6299 rfloor
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 \begin_inset Formula $\rfloor$
6309 \end_inset
6310
6311
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 </row>
6317 <row>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322
6323 \backslash
6324
6325 \backslash
6326
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 \begin_inset Formula $\backslash$
6336 \end_inset
6337
6338
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 </row>
6344 <row>
6345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349
6350 \backslash
6351 |
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 \begin_inset Formula $\|$
6361 \end_inset
6362
6363
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 </row>
6369 </lyxtabular>
6370
6371 \end_inset
6372
6373
6374 \begin_inset space \hfill{}
6375 \end_inset
6376
6377
6378 \end_layout
6379
6380 \begin_layout Standard
6381 \begin_inset Note Greyedout
6382 status open
6383
6384 \begin_layout Plain Layout
6385
6386 \series bold
6387 Nota
6388 \series default
6389 : En modo TeX hay que usar el comando 
6390 \series bold
6391
6392 \backslash
6393 textbackslash
6394 \series default
6395
6396 \begin_inset Index idx
6397 status collapsed
6398
6399 \begin_layout Plain Layout
6400 Comandos ! T ! 
6401 \backslash
6402 textbackslash
6403 \end_layout
6404
6405 \end_inset
6406
6407  para la barra invertida, porque si no el comando 
6408 \series bold
6409
6410 \backslash
6411
6412 \backslash
6413
6414 \series default
6415  genera un salto de línea.
6416 \end_layout
6417
6418 \end_inset
6419
6420
6421 \end_layout
6422
6423 \begin_layout Standard
6424 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6425  descritos en las dos subsecciones siguientes.
6426  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6427  < y > en vez de los comandos 
6428 \series bold
6429
6430 \backslash
6431 langle
6432 \series default
6433  y 
6434 \series bold
6435
6436 \backslash
6437 rangle
6438 \series default
6439 .
6440  
6441 \end_layout
6442
6443 \begin_layout Subsubsection
6444 Tamaño manual de los delimitadores
6445 \begin_inset CommandInset label
6446 LatexCommand label
6447 name "sub:Tamaño-manual-de"
6448
6449 \end_inset
6450
6451
6452 \begin_inset Index idx
6453 status collapsed
6454
6455 \begin_layout Plain Layout
6456 Delimitadores ! tamaño manual
6457 \end_layout
6458
6459 \end_inset
6460
6461
6462 \end_layout
6463
6464 \begin_layout Standard
6465 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6466  LaTeX 
6467 \series bold
6468
6469 \backslash
6470 big
6471 \series default
6472
6473 \begin_inset Index idx
6474 status collapsed
6475
6476 \begin_layout Plain Layout
6477 Comandos ! B ! 
6478 \backslash
6479 big
6480 \end_layout
6481
6482 \end_inset
6483
6484
6485 \series bold
6486
6487 \backslash
6488 Big
6489 \series default
6490
6491 \series bold
6492
6493 \backslash
6494 bigg
6495 \series default
6496 , y 
6497 \series bold
6498
6499 \backslash
6500 Bigg
6501 \series default
6502 .
6503  
6504 \series bold
6505
6506 \backslash
6507 big
6508 \series default
6509  indica el tamaño menor y 
6510 \series bold
6511
6512 \backslash
6513 Bigg
6514 \series default
6515  el mayor.
6516 \end_layout
6517
6518 \begin_layout Standard
6519 Estos comandos se usan para resaltar niveles de delimitación:
6520 \end_layout
6521
6522 \begin_layout Standard
6523 \noindent
6524 \align center
6525 \begin_inset Tabular
6526 <lyxtabular version="3" rows="2" columns="2">
6527 <features tabularvalignment="middle">
6528 <column alignment="center" valignment="top" width="0">
6529 <column alignment="center" valignment="top" width="0">
6530 <row>
6531 <cell alignment="center" valignment="top" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 todos los delimitadores de igual tamaño:
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6545 \end_inset
6546
6547
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 </row>
6553 <row>
6554 <cell alignment="center" valignment="top" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 así tiene mejor aspecto:
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6568 \end_inset
6569
6570
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 </row>
6576 </lyxtabular>
6577
6578 \end_inset
6579
6580
6581 \begin_inset Note Note
6582 status collapsed
6583
6584 \begin_layout Plain Layout
6585
6586 \series bold
6587
6588 \backslash
6589 raisebox
6590 \series default
6591  se usa sólo como espaciador
6592 \end_layout
6593
6594 \end_inset
6595
6596
6597 \end_layout
6598
6599 \begin_layout Standard
6600 Para la segunda expresión se ha empleado el comando 
6601 \series bold
6602
6603 \backslash
6604 Big((A+B)(A-B)
6605 \backslash
6606 Big)^
6607 \series default
6608
6609 \begin_inset ERT
6610 status collapsed
6611
6612 \begin_layout Plain Layout
6613
6614
6615 \backslash
6616 spce 
6617 \end_layout
6618
6619 \end_inset
6620
6621
6622 \series bold
6623 C
6624 \series default
6625 .
6626 \end_layout
6627
6628 \begin_layout Standard
6629 He aquí una visión conjunta de todos los tamaños y delimitadores:
6630 \end_layout
6631
6632 \begin_layout Standard
6633 \noindent
6634 \align center
6635
6636 \backslash
6637 Bigg(
6638 \backslash
6639 exp
6640 \backslash
6641 bigg<
6642 \backslash
6643 Big[
6644 \backslash
6645 big{
6646 \backslash
6647 ln(3x)
6648 \backslash
6649 big}^2
6650 \begin_inset ERT
6651 status collapsed
6652
6653 \begin_layout Plain Layout
6654
6655
6656 \backslash
6657 spce 
6658 \end_layout
6659
6660 \end_inset
6661
6662
6663 \backslash
6664 sen(x)
6665 \backslash
6666 Big]^
6667 \begin_inset ERT
6668 status collapsed
6669
6670 \begin_layout Plain Layout
6671
6672
6673 \backslash
6674 spce 
6675 \end_layout
6676
6677 \end_inset
6678
6679 A
6680 \begin_inset ERT
6681 status collapsed
6682
6683 \begin_layout Plain Layout
6684
6685
6686 \backslash
6687 spce 
6688 \end_layout
6689
6690 \end_inset
6691
6692
6693 \backslash
6694 bigg>
6695 \backslash
6696 Bigg)^0,5
6697 \begin_inset Formula \[
6698 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6699
6700 \end_inset
6701
6702
6703 \end_layout
6704
6705 \begin_layout Standard
6706 Además de los comandos 
6707 \series bold
6708
6709 \backslash
6710 big
6711 \series default
6712  hay la variante 
6713 \series bold
6714
6715 \backslash
6716 bigm
6717 \series default
6718
6719 \begin_inset Index idx
6720 status collapsed
6721
6722 \begin_layout Plain Layout
6723 Comandos ! B ! 
6724 \backslash
6725 bigm
6726 \end_layout
6727
6728 \end_inset
6729
6730 , que añade un poco más de espacio entre el delimitador y su contenido,
6731  y la variante 
6732 \series bold
6733
6734 \backslash
6735 bigl
6736 \series default
6737 -
6738 \series bold
6739
6740 \backslash
6741 bigr
6742 \series default
6743
6744 \begin_inset Index idx
6745 status collapsed
6746
6747 \begin_layout Plain Layout
6748 Comandos ! B ! 
6749 \backslash
6750 bigl - 
6751 \backslash
6752 bigr
6753 \end_layout
6754
6755 \end_inset
6756
6757 , que no añade espacio adicional.
6758  La 
6759 \emph on
6760 l
6761 \emph default
6762  al final del comando 
6763 \series bold
6764
6765 \backslash
6766 bigl 
6767 \series default
6768 es para el delimitador izquierdo, la 
6769 \emph on
6770 r
6771 \emph default
6772  es para el delimitador derecho.
6773  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6774  apertura o de cierre.
6775 \end_layout
6776
6777 \begin_layout Standard
6778 En el siguiente cuadro hay una comparación de las variantes:
6779 \end_layout
6780
6781 \begin_layout Standard
6782 \noindent
6783 \align center
6784 \begin_inset Tabular
6785 <lyxtabular version="3" rows="5" columns="2">
6786 <features tabularvalignment="middle">
6787 <column alignment="center" valignment="top" width="0">
6788 <column alignment="center" valignment="top" width="0">
6789 <row>
6790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 Comando
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 Resultado
6804 \begin_inset Note Note
6805 status collapsed
6806
6807 \begin_layout Plain Layout
6808
6809 \series bold
6810
6811 \backslash
6812 raisebox
6813 \series default
6814  se usa sólo como espaciador
6815 \end_layout
6816
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 </row>
6825 <row>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830
6831 \backslash
6832 Bigm(
6833 \backslash
6834 bigm(
6835 \backslash
6836 ln(3x)
6837 \backslash
6838 bigm)^2
6839 \series bold
6840
6841 \begin_inset ERT
6842 status collapsed
6843
6844 \begin_layout Plain Layout
6845
6846
6847 \backslash
6848 spce 
6849 \end_layout
6850
6851 \end_inset
6852
6853
6854 \series default
6855
6856 \backslash
6857 Bigm)
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6867 \end_inset
6868
6869
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 </row>
6875 <row>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880
6881 \backslash
6882 Big(
6883 \backslash
6884 big(
6885 \backslash
6886 ln(3x)
6887 \backslash
6888 big)^2
6889 \series bold
6890
6891 \begin_inset ERT
6892 status collapsed
6893
6894 \begin_layout Plain Layout
6895
6896
6897 \backslash
6898 spce 
6899 \end_layout
6900
6901 \end_inset
6902
6903
6904 \series default
6905
6906 \backslash
6907 Big)
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6917 \end_inset
6918
6919
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 </row>
6925 <row>
6926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930
6931 \backslash
6932 Bigl(
6933 \backslash
6934 bigl(
6935 \backslash
6936 ln(3x)
6937 \backslash
6938 bigr)^2
6939 \series bold
6940
6941 \begin_inset ERT
6942 status collapsed
6943
6944 \begin_layout Plain Layout
6945
6946
6947 \backslash
6948 spce 
6949 \end_layout
6950
6951 \end_inset
6952
6953
6954 \series default
6955
6956 \backslash
6957 Bigr)
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6967 \end_inset
6968
6969
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 </row>
6975 <row>
6976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980
6981 \backslash
6982 bigl)
6983 \backslash
6984 ln(3x)
6985 \backslash
6986 bigr(
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6996 \end_inset
6997
6998
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 </row>
7004 </lyxtabular>
7005
7006 \end_inset
7007
7008
7009 \end_layout
7010
7011 \begin_layout Subsubsection
7012 Tamaño automático de los delimitadores
7013 \begin_inset CommandInset label
7014 LatexCommand label
7015 name "sub:Tamaño-automático-de"
7016
7017 \end_inset
7018
7019
7020 \begin_inset Index idx
7021 status collapsed
7022
7023 \begin_layout Plain Layout
7024 Delimitadores ! tamaño automático
7025 \end_layout
7026
7027 \end_inset
7028
7029
7030 \end_layout
7031
7032 \begin_layout Standard
7033 Se pueden insertar delimitadores de tamaño variable con los comandos 
7034 \series bold
7035
7036 \backslash
7037 left
7038 \series default
7039
7040 \begin_inset Index idx
7041 status collapsed
7042
7043 \begin_layout Plain Layout
7044 Comandos ! L ! 
7045 \backslash
7046 left
7047 \end_layout
7048
7049 \end_inset
7050
7051  y 
7052 \series bold
7053
7054 \backslash
7055 right
7056 \series default
7057
7058 \begin_inset Index idx
7059 status collapsed
7060
7061 \begin_layout Plain Layout
7062 Comandos ! R ! 
7063 \backslash
7064 right
7065 \end_layout
7066
7067 \end_inset
7068
7069  o con el botón de la barra de ecuaciones 
7070 \begin_inset Graphics
7071         filename ../../images/dialog-show_mathdelimiter.png
7072         scale 85
7073
7074 \end_inset
7075
7076 .
7077  El delimitador deseado se debe insertar directamente detrás de 
7078 \series bold
7079
7080 \backslash
7081 left
7082 \series default
7083  y 
7084 \series bold
7085
7086 \backslash
7087 right
7088 \series default
7089 .
7090  El tamaño se calculará automáticamente después para la salida.
7091  
7092 \end_layout
7093
7094 \begin_layout Standard
7095 \noindent
7096 \align center
7097 delimitador normal: El comando 
7098 \series bold
7099
7100 \backslash
7101 ln(
7102 \backslash
7103 frac
7104 \series default
7105
7106 \begin_inset ERT
7107 status collapsed
7108
7109 \begin_layout Plain Layout
7110
7111
7112 \backslash
7113 spce 
7114 \end_layout
7115
7116 \end_inset
7117
7118
7119 \series bold
7120 A
7121 \begin_inset Formula $\downarrow$
7122 \end_inset
7123
7124 C
7125 \series default
7126
7127 \begin_inset ERT
7128 status collapsed
7129
7130 \begin_layout Plain Layout
7131
7132
7133 \backslash
7134 spce
7135 \end_layout
7136
7137 \end_inset
7138
7139
7140 \series bold
7141 )
7142 \series default
7143  genera
7144 \begin_inset Formula \[
7145 \ln(\frac{A}{C})\]
7146
7147 \end_inset
7148
7149
7150 \end_layout
7151
7152 \begin_layout Standard
7153 \noindent
7154 \align center
7155 delimitador multilínea: El comando 
7156 \series bold
7157
7158 \backslash
7159 ln
7160 \backslash
7161 left(
7162 \backslash
7163 frac
7164 \series default
7165
7166 \begin_inset ERT
7167 status collapsed
7168
7169 \begin_layout Plain Layout
7170
7171
7172 \backslash
7173 spce 
7174 \end_layout
7175
7176 \end_inset
7177
7178
7179 \series bold
7180 A
7181 \begin_inset Formula $\downarrow$
7182 \end_inset
7183
7184 C
7185 \series default
7186
7187 \begin_inset ERT
7188 status collapsed
7189
7190 \begin_layout Plain Layout
7191
7192
7193 \backslash
7194 spce 
7195 \end_layout
7196
7197 \end_inset
7198
7199
7200 \series bold
7201
7202 \backslash
7203 right)
7204 \series default
7205  genera
7206 \begin_inset Formula \[
7207 \ln\left(\frac{A}{C}\right)\]
7208
7209 \end_inset
7210
7211
7212 \end_layout
7213
7214 \begin_layout Standard
7215 En lugar de 
7216 \series bold
7217
7218 \backslash
7219 left
7220 \series default
7221  y 
7222 \series bold
7223
7224 \backslash
7225 right
7226 \series default
7227  se puede usar el atajo 
7228 \family sans
7229 Alt+M
7230 \begin_inset space ~
7231 \end_inset
7232
7233 Corchete
7234 \family default
7235 .
7236  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7237  real del delimitador y además se genera el correspondiente delimitador
7238  de cierre.
7239 \begin_inset Newline newline
7240 \end_inset
7241
7242 El comando para el último ejemplo sería 
7243 \series bold
7244
7245 \backslash
7246 ln Alt+M
7247 \series default
7248  
7249 \series bold
7250 (
7251 \backslash
7252 frac
7253 \begin_inset ERT
7254 status collapsed
7255
7256 \begin_layout Plain Layout
7257
7258
7259 \backslash
7260 spce 
7261 \end_layout
7262
7263 \end_inset
7264
7265 A
7266 \begin_inset Formula $\downarrow$
7267 \end_inset
7268
7269
7270 \end_layout
7271
7272 \begin_layout Standard
7273 Para omitir uno de los dos delimitadores se inserta un punto.
7274  Por ejemplo, el comando 
7275 \series bold
7276
7277 \backslash
7278 left.
7279 \backslash
7280 frac
7281 \series default
7282
7283 \begin_inset ERT
7284 status collapsed
7285
7286 \begin_layout Plain Layout
7287
7288
7289 \backslash
7290 spce 
7291 \end_layout
7292
7293 \end_inset
7294
7295
7296 \series bold
7297 A
7298 \begin_inset Formula $\downarrow$
7299 \end_inset
7300
7301 B
7302 \series default
7303
7304 \begin_inset ERT
7305 status collapsed
7306
7307 \begin_layout Plain Layout
7308
7309
7310 \backslash
7311 spce 
7312 \end_layout
7313
7314 \end_inset
7315
7316
7317 \series bold
7318
7319 \backslash
7320 right}
7321 \series default
7322  da lugar a:
7323 \begin_inset Formula \[
7324 \left.\frac{A}{B}\right\} \]
7325
7326 \end_inset
7327
7328
7329 \end_layout
7330
7331 \begin_layout Standard
7332 LyX convertirá los comandos 
7333 \series bold
7334
7335 \backslash
7336 left
7337 \series default
7338  y 
7339 \series bold
7340
7341 \backslash
7342 right
7343 \series default
7344  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7345  omitido aparecerá como línea de trazos.
7346  
7347 \begin_inset VSpace bigskip
7348 \end_inset
7349
7350
7351 \end_layout
7352
7353 \begin_layout Standard
7354 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7355  de LaTeX, el comando 
7356 \series bold
7357
7358 \backslash
7359 middle
7360 \series default
7361
7362 \begin_inset Index idx
7363 status collapsed
7364
7365 \begin_layout Plain Layout
7366 Comandos ! M ! 
7367 \backslash
7368 middle
7369 \end_layout
7370
7371 \end_inset
7372
7373  está también disponible para todos los delimitadores y límites.
7374  Con este comando la altura del siguiente carácter se adapta a la de los
7375  delimitadores circundantes, lo que es necesario, p.
7376 \begin_inset space \thinspace{}
7377 \end_inset
7378
7379 e., para vectores físicos: 
7380 \begin_inset Formula \[
7381 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7382
7383 \end_inset
7384
7385
7386 \end_layout
7387
7388 \begin_layout Standard
7389 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7390 \begin_inset CommandInset ref
7391 LatexCommand ref
7392 reference "sub:Vectores-físicos"
7393
7394 \end_inset
7395
7396 .
7397 \end_layout
7398
7399 \begin_layout Subsection
7400 Delimitadores horizontales
7401 \begin_inset Index idx
7402 status collapsed
7403
7404 \begin_layout Plain Layout
7405 Delimitadores ! horizontales
7406 \end_layout
7407
7408 \end_inset
7409
7410
7411 \end_layout
7412
7413 \begin_layout Standard
7414 \noindent
7415 \align center
7416 \begin_inset Tabular
7417 <lyxtabular version="3" rows="4" columns="2">
7418 <features tabularvalignment="middle">
7419 <column alignment="center" valignment="top" width="0">
7420 <column alignment="center" valignment="top" width="0">
7421 <row>
7422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426 Comando
7427 \begin_inset Note Note
7428 status collapsed
7429
7430 \begin_layout Plain Layout
7431
7432 \series bold
7433
7434 \backslash
7435 raisebox
7436 \series default
7437  se usa sólo como espaciador
7438 \end_layout
7439
7440 \end_inset
7441
7442
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451 Resultado
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 </row>
7457 <row>
7458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462 \begin_inset ERT
7463 status collapsed
7464
7465 \begin_layout Plain Layout
7466
7467
7468 \backslash
7469 raisebox{2.3mm}{
7470 \end_layout
7471
7472 \end_inset
7473
7474
7475 \backslash
7476 overbrace
7477 \begin_inset ERT
7478 status collapsed
7479
7480 \begin_layout Plain Layout
7481
7482
7483 \backslash
7484 spce 
7485 \end_layout
7486
7487 \end_inset
7488
7489 A+B
7490 \begin_inset ERT
7491 status collapsed
7492
7493 \begin_layout Plain Layout
7494
7495
7496 \backslash
7497 spce 
7498 \end_layout
7499
7500 \end_inset
7501
7502 ^
7503 \begin_inset ERT
7504 status collapsed
7505
7506 \begin_layout Plain Layout
7507
7508
7509 \backslash
7510 spce 
7511 \end_layout
7512
7513 \end_inset
7514
7515 3
7516 \begin_inset ERT
7517 status collapsed
7518
7519 \begin_layout Plain Layout
7520
7521 }
7522 \end_layout
7523
7524 \end_inset
7525
7526
7527 \begin_inset Index idx
7528 status collapsed
7529
7530 \begin_layout Plain Layout
7531 Comandos ! O ! 
7532 \backslash
7533 overbrace
7534 \end_layout
7535
7536 \end_inset
7537
7538
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 \begin_inset Formula $\overbrace{A+B}^{3}$
7548 \end_inset
7549
7550
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 </row>
7556 <row>
7557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 \begin_inset ERT
7562 status collapsed
7563
7564 \begin_layout Plain Layout
7565
7566
7567 \backslash
7568 raisebox{-2.2mm}{
7569 \end_layout
7570
7571 \end_inset
7572
7573
7574 \backslash
7575 underbrace
7576 \begin_inset ERT
7577 status collapsed
7578
7579 \begin_layout Plain Layout
7580
7581
7582 \backslash
7583 spce 
7584 \end_layout
7585
7586 \end_inset
7587
7588 A+B
7589 \begin_inset ERT
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593
7594
7595 \backslash
7596 spce 
7597 \end_layout
7598
7599 \end_inset
7600
7601 _5
7602 \begin_inset ERT
7603 status collapsed
7604
7605 \begin_layout Plain Layout
7606
7607 }
7608 \end_layout
7609
7610 \end_inset
7611
7612
7613 \begin_inset Index idx
7614 status collapsed
7615
7616 \begin_layout Plain Layout
7617 Comandos ! U ! 
7618 \backslash
7619 underbrace
7620 \end_layout
7621
7622 \end_inset
7623
7624
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 \begin_inset Formula $\underbrace{A+B}_{5}$
7634 \end_inset
7635
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row>
7643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \backslash
7649 overbrace
7650 \begin_inset ERT
7651 status collapsed
7652
7653 \begin_layout Plain Layout
7654
7655
7656 \backslash
7657 spce 
7658 \end_layout
7659
7660 \end_inset
7661
7662
7663 \backslash
7664 underbrace
7665 \begin_inset ERT
7666 status collapsed
7667
7668 \begin_layout Plain Layout
7669
7670
7671 \backslash
7672 spce 
7673 \end_layout
7674
7675 \end_inset
7676
7677 A+B_w
7678 \begin_inset ERT
7679 status collapsed
7680
7681 \begin_layout Plain Layout
7682
7683
7684 \backslash
7685 spce 
7686 \end_layout
7687
7688 \end_inset
7689
7690
7691 \begin_inset ERT
7692 status collapsed
7693
7694 \begin_layout Plain Layout
7695
7696
7697 \backslash
7698 spce 
7699 \end_layout
7700
7701 \end_inset
7702
7703 _7
7704 \begin_inset ERT
7705 status collapsed
7706
7707 \begin_layout Plain Layout
7708
7709
7710 \backslash
7711 spce 
7712 \end_layout
7713
7714 \end_inset
7715
7716
7717 \begin_inset ERT
7718 status collapsed
7719
7720 \begin_layout Plain Layout
7721
7722
7723 \backslash
7724 spce 
7725 \end_layout
7726
7727 \end_inset
7728
7729 ^
7730 \begin_inset ERT
7731 status collapsed
7732
7733 \begin_layout Plain Layout
7734
7735
7736 \backslash
7737 spce 
7738 \end_layout
7739
7740 \end_inset
7741
7742 C
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7752 \end_inset
7753
7754
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 </lyxtabular>
7761
7762 \end_inset
7763
7764
7765 \end_layout
7766
7767 \begin_layout Standard
7768 En el último ejemplo no importa en qué orden se introducen los comandos
7769  
7770 \series bold
7771
7772 \backslash
7773 overbrace
7774 \series default
7775  y 
7776 \series bold
7777
7778 \backslash
7779 underbrace
7780 \series default
7781 .
7782 \begin_inset VSpace bigskip
7783 \end_inset
7784
7785
7786 \end_layout
7787
7788 \begin_layout Standard
7789 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7790  multilínea, como se describe en
7791 \begin_inset space ~
7792 \end_inset
7793
7794
7795 \begin_inset CommandInset ref
7796 LatexCommand ref
7797 reference "sec:Ecuaciones-multilínea"
7798
7799 \end_inset
7800
7801 :
7802 \begin_inset Formula \begin{eqnarray*}
7803 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7804  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7805 \end{eqnarray*}
7806
7807 \end_inset
7808
7809 En la primera fila se insertan la ecuación y la primera llave.
7810  Aquí es importante insertar el comando de espacio
7811 \begin_inset Foot
7812 status collapsed
7813
7814 \begin_layout Plain Layout
7815 Los comandos para espacios se explican en 
7816 \begin_inset CommandInset ref
7817 LatexCommand ref
7818 reference "sub:Espacio-predefinido"
7819
7820 \end_inset
7821
7822
7823 \end_layout
7824
7825 \end_inset
7826
7827  
7828 \series bold
7829
7830 \backslash
7831 :
7832 \series default
7833  antes de la primera
7834 \series bold
7835  
7836 \series default
7837
7838 \begin_inset Formula $d$
7839 \end_inset
7840
7841 , porque la llave que termina detrás de 
7842 \begin_inset Formula $q$
7843 \end_inset
7844
7845  impide que el siguiente 
7846 \begin_inset Quotes fld
7847 \end_inset
7848
7849 +
7850 \begin_inset Quotes frd
7851 \end_inset
7852
7853  esté rodeado de espacio.
7854 \begin_inset Foot
7855 status collapsed
7856
7857 \begin_layout Plain Layout
7858 Debido a que la llave no es considerada como carácter, véase 
7859 \begin_inset CommandInset ref
7860 LatexCommand ref
7861 reference "sub:Operadores-binarios"
7862
7863 \end_inset
7864
7865
7866 \end_layout
7867
7868 \end_inset
7869
7870  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7871  de 
7872 \begin_inset Formula $b$
7873 \end_inset
7874
7875  se inserta antes el comando 
7876 \series bold
7877
7878 \backslash
7879 hphantom{gggg+
7880 \backslash
7881 :}
7882 \series default
7883 .
7884 \begin_inset Foot
7885 status collapsed
7886
7887 \begin_layout Plain Layout
7888 Más sobre 
7889 \series bold
7890
7891 \backslash
7892 hphantom
7893 \series default
7894  en 
7895 \begin_inset CommandInset ref
7896 LatexCommand ref
7897 reference "sub:Espacios-reservados"
7898
7899 \end_inset
7900
7901
7902 \end_layout
7903
7904 \end_inset
7905
7906  Ese espacio es necesario porque el signo 
7907 \begin_inset Quotes fld
7908 \end_inset
7909
7910 +
7911 \begin_inset Quotes frd
7912 \end_inset
7913
7914  va seguido de un espacio en la ecuación.
7915  La llave se coloca bajo el comando 
7916 \series bold
7917
7918 \backslash
7919 hphantom{bbqq+dddd}
7920 \series default
7921 .
7922  
7923 \end_layout
7924
7925 \begin_layout Standard
7926 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7927  ejemplo:
7928 \begin_inset ERT
7929 status collapsed
7930
7931 \begin_layout Plain Layout
7932
7933
7934 \backslash
7935 setlength{
7936 \backslash
7937 jot}{-6pt}
7938 \end_layout
7939
7940 \end_inset
7941
7942
7943 \begin_inset Formula \begin{eqnarray*}
7944  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7945 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7946 \end{eqnarray*}
7947
7948 \end_inset
7949
7950
7951 \begin_inset ERT
7952 status collapsed
7953
7954 \begin_layout Plain Layout
7955
7956
7957 \backslash
7958 setlength{
7959 \backslash
7960 jot}{3pt}
7961 \end_layout
7962
7963 \end_inset
7964
7965 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7966  anterior, con la diferencia de que la llave está encima.
7967  La segunda fila contiene la ecuación junto con la segunda llave.
7968  Para evitar que haya demasiado espacio entre la llave superior en la primera
7969  fila y la ecuación hay que reducirlo.
7970  Esto no es fácil de hacer debido a un fallo de LyX.
7971 \begin_inset Foot
7972 status collapsed
7973
7974 \begin_layout Plain Layout
7975 \begin_inset CommandInset href
7976 LatexCommand href
7977 name "LyX-bug #1505"
7978 target "http://www.lyx.org/trac/ticket/1505"
7979
7980 \end_inset
7981
7982
7983 \end_layout
7984
7985 \end_inset
7986
7987  Una solución es cambiar la separación global de filas en la ecuación, 
7988 \series bold
7989
7990 \backslash
7991 jot
7992 \series default
7993
7994 \begin_inset Index idx
7995 status collapsed
7996
7997 \begin_layout Plain Layout
7998 Comandos ! J ! 
7999 \backslash
8000 jot
8001 \end_layout
8002
8003 \end_inset
8004
8005 , en -6
8006 \begin_inset space \thinspace{}
8007 \end_inset
8008
8009 pt insertando antes de la ecuación el comando 
8010 \series bold
8011
8012 \backslash
8013 setlength{
8014 \backslash
8015 jot}{-6pt}
8016 \series default
8017  en modo TeX.
8018  Después de la ecuación se vuelve al valor normal 3
8019 \begin_inset space \thinspace{}
8020 \end_inset
8021
8022 pt de 
8023 \series bold
8024
8025 \backslash
8026 jot
8027 \series default
8028  usando el mismo comando.
8029  Más información sobre separación de filas en ecuaciones en
8030 \begin_inset space ~
8031 \end_inset
8032
8033
8034 \begin_inset CommandInset ref
8035 LatexCommand ref
8036 reference "sub:Separación-de-líneas"
8037
8038 \end_inset
8039
8040 .
8041 \end_layout
8042
8043 \begin_layout Section
8044 Flechas
8045 \begin_inset Index idx
8046 status collapsed
8047
8048 \begin_layout Plain Layout
8049 Flechas
8050 \end_layout
8051
8052 \end_inset
8053
8054
8055 \end_layout
8056
8057 \begin_layout Standard
8058 Las flechas se pueden insertar con el botón 
8059 \begin_inset Graphics
8060         filename ../../images/math/leftarrow.png
8061         scale 85
8062
8063 \end_inset
8064
8065  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
8066  siguientes.
8067 \end_layout
8068
8069 \begin_layout Subsection
8070 Flechas horizontales
8071 \begin_inset Index idx
8072 status collapsed
8073
8074 \begin_layout Plain Layout
8075 Flechas ! horizontales
8076 \end_layout
8077
8078 \end_inset
8079
8080
8081 \end_layout
8082
8083 \begin_layout Standard
8084 \begin_inset space \hfill{}
8085 \end_inset
8086
8087
8088 \begin_inset Tabular
8089 <lyxtabular version="3" rows="8" columns="2">
8090 <features tabularvalignment="middle">
8091 <column alignment="center" valignment="top" width="0pt">
8092 <column alignment="center" valignment="top" width="0pt">
8093 <row>
8094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 Comando
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 Resultado
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 </row>
8113 <row>
8114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118
8119 \backslash
8120 gets
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 \begin_inset Formula $\gets$
8130 \end_inset
8131
8132
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \backslash
8145 Leftarrow
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 \begin_inset Formula $\Leftarrow$
8155 \end_inset
8156
8157
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 </row>
8163 <row>
8164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168
8169 \backslash
8170 longleftarrow
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 \begin_inset Formula $\longleftarrow$
8180 \end_inset
8181
8182
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 </row>
8188 <row>
8189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193
8194 \backslash
8195 Longleftarrow
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 \begin_inset Formula $\Longleftarrow$
8205 \end_inset
8206
8207
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 </row>
8213 <row>
8214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218
8219 \backslash
8220 leftharpoonup
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 \begin_inset Formula $\leftharpoonup$
8230 \end_inset
8231
8232
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 </row>
8238 <row>
8239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243
8244 \backslash
8245 leftharpoondown
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 \begin_inset Formula $\leftharpoondown$
8255 \end_inset
8256
8257
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \backslash
8270 hookleftarrow
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 \begin_inset Formula $\hookleftarrow$
8280 \end_inset
8281
8282
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 </row>
8288 </lyxtabular>
8289
8290 \end_inset
8291
8292
8293 \begin_inset space \hfill{}
8294 \end_inset
8295
8296
8297 \begin_inset Tabular
8298 <lyxtabular version="3" rows="8" columns="2">
8299 <features tabularvalignment="middle">
8300 <column alignment="center" valignment="top" width="0pt">
8301 <column alignment="center" valignment="top" width="0pt">
8302 <row>
8303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 Comando
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 Resultado
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \backslash
8329 to
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 \begin_inset Formula $\to$
8339 \end_inset
8340
8341
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 </row>
8347 <row>
8348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352
8353 \backslash
8354 Rightarrow
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 \begin_inset Formula $\Rightarrow$
8364 \end_inset
8365
8366
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 </row>
8372 <row>
8373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377
8378 \backslash
8379 longrightarrow
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 \begin_inset Formula $\longrightarrow$
8389 \end_inset
8390
8391
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 </row>
8397 <row>
8398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402
8403 \backslash
8404 Longrightarrow
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 \begin_inset Formula $\Longrightarrow$
8414 \end_inset
8415
8416
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \backslash
8429 rightharpoonup
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 \begin_inset Formula $\rightharpoonup$
8439 \end_inset
8440
8441
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \backslash
8454 rightharpoondown
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 \begin_inset Formula $\rightharpoondown$
8464 \end_inset
8465
8466
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 <row>
8473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477
8478 \backslash
8479 hookrightarrow
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 \begin_inset Formula $\hookrightarrow$
8489 \end_inset
8490
8491
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 </row>
8497 </lyxtabular>
8498
8499 \end_inset
8500
8501
8502 \begin_inset space \hfill{}
8503 \end_inset
8504
8505
8506 \end_layout
8507
8508 \begin_layout Standard
8509 \begin_inset space \hfill{}
8510 \end_inset
8511
8512
8513 \begin_inset Tabular
8514 <lyxtabular version="3" rows="6" columns="2">
8515 <features tabularvalignment="middle">
8516 <column alignment="center" valignment="top" width="0pt">
8517 <column alignment="center" valignment="top" width="0pt">
8518 <row>
8519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 Comando
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 Resultado
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 </row>
8538 <row>
8539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543
8544 \backslash
8545 leftrightarrow
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 \begin_inset Formula $\leftrightarrow$
8555 \end_inset
8556
8557
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row>
8564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \backslash
8570 Leftrightarrow
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 \begin_inset Formula $\Leftrightarrow$
8580 \end_inset
8581
8582
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row>
8589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \backslash
8595 longleftrightarrow
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 \begin_inset Formula $\longleftrightarrow$
8605 \end_inset
8606
8607
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \backslash
8620 Longleftrightarrow
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 \begin_inset Formula $\Longleftrightarrow$
8630 \end_inset
8631
8632
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 </row>
8638 <row>
8639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643
8644 \backslash
8645 rightleftharpoons
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 \begin_inset Formula $\rightleftharpoons$
8655 \end_inset
8656
8657
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 </lyxtabular>
8664
8665 \end_inset
8666
8667
8668 \begin_inset space \hspace{}
8669 \length 25pt
8670 \end_inset
8671
8672
8673 \begin_inset space \hfill{}
8674 \end_inset
8675
8676
8677 \begin_inset Tabular
8678 <lyxtabular version="3" rows="5" columns="2">
8679 <features tabularvalignment="middle">
8680 <column alignment="center" valignment="top" width="0pt">
8681 <column alignment="center" valignment="top" width="0pt">
8682 <row>
8683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 Comando
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 Resultado
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 </row>
8702 <row>
8703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707
8708 \backslash
8709 mapsto
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 \begin_inset Formula $\mapsto$
8719 \end_inset
8720
8721
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732
8733 \backslash
8734 longmapsto
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 \begin_inset Formula $\longmapsto$
8744 \end_inset
8745
8746
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 </row>
8752 <row>
8753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757
8758 \backslash
8759 leadsto
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 \begin_inset Formula $\leadsto$
8769 \end_inset
8770
8771
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 </row>
8777 <row>
8778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782
8783 \backslash
8784 dasharrow
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 \begin_inset Formula $\dasharrow$
8794 \end_inset
8795
8796
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 </lyxtabular>
8803
8804 \end_inset
8805
8806
8807 \begin_inset space \hfill{}
8808 \end_inset
8809
8810
8811 \begin_inset VSpace medskip
8812 \end_inset
8813
8814
8815 \end_layout
8816
8817 \begin_layout Standard
8818 Las flechas que se utilizan como acentos, p.
8819 \begin_inset space \thinspace{}
8820 \end_inset
8821
8822 e.
8823  en vectores, se describen en 
8824 \begin_inset CommandInset ref
8825 LatexCommand ref
8826 reference "sec:Acentos"
8827
8828 \end_inset
8829
8830 .
8831  
8832 \begin_inset VSpace bigskip
8833 \end_inset
8834
8835
8836 \end_layout
8837
8838 \begin_layout Standard
8839 Además hay las flechas etiquetadas
8840 \begin_inset Index idx
8841 status collapsed
8842
8843 \begin_layout Plain Layout
8844 Flechas ! etiquetadas
8845 \end_layout
8846
8847 \end_inset
8848
8849  
8850 \series bold
8851
8852 \backslash
8853 xleftarrow
8854 \series default
8855
8856 \begin_inset Index idx
8857 status collapsed
8858
8859 \begin_layout Plain Layout
8860 Comandos ! X ! 
8861 \backslash
8862 xleftarrow
8863 \end_layout
8864
8865 \end_inset
8866
8867  y 
8868 \series bold
8869
8870 \backslash
8871 xrightarrow
8872 \series default
8873
8874 \begin_inset Index idx
8875 status collapsed
8876
8877 \begin_layout Plain Layout
8878 Comandos ! X ! 
8879 \backslash
8880 xrightarrow
8881 \begin_inset ERT
8882 status collapsed
8883
8884 \begin_layout Plain Layout
8885
8886
8887 \backslash
8888 vspace{4mm}
8889 \end_layout
8890
8891 \end_inset
8892
8893
8894 \end_layout
8895
8896 \end_inset
8897
8898 .
8899  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8900  con dos marcos azules donde se puede insertar la etiqueta.
8901  La longitud de la flecha se adapta a la anchura de la etiqueta.
8902 \end_layout
8903
8904 \begin_layout Standard
8905 \noindent
8906 \align center
8907 \begin_inset Tabular
8908 <lyxtabular version="3" rows="3" columns="2">
8909 <features tabularvalignment="middle">
8910 <column alignment="center" valignment="top" width="0">
8911 <column alignment="center" valignment="top" width="0">
8912 <row>
8913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 Comando
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 Resultado
8927 \begin_inset Note Note
8928 status collapsed
8929
8930 \begin_layout Plain Layout
8931
8932 \series bold
8933
8934 \backslash
8935 raisebox
8936 \series default
8937  se usa sólo como espaciador
8938 \end_layout
8939
8940 \end_inset
8941
8942
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 <row>
8949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 F(a)
8954 \backslash
8955 xleftarrow
8956 \begin_inset ERT
8957 status collapsed
8958
8959 \begin_layout Plain Layout
8960
8961
8962 \backslash
8963 spce 
8964 \end_layout
8965
8966 \end_inset
8967
8968 x=a
8969 \begin_inset Formula $\downarrow$
8970 \end_inset
8971
8972 x>0
8973 \begin_inset Formula $\to$
8974 \end_inset
8975
8976 F(x)
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8986 \end_inset
8987
8988
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 F(x)
9000 \backslash
9001 xrightarrow
9002 \begin_inset ERT
9003 status collapsed
9004
9005 \begin_layout Plain Layout
9006
9007
9008 \backslash
9009 spce 
9010 \end_layout
9011
9012 \end_inset
9013
9014 x=a
9015 \begin_inset Formula $\downarrow$
9016 \end_inset
9017
9018 x>0
9019 \begin_inset Formula $\to$
9020 \end_inset
9021
9022 F(a)
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9032 \end_inset
9033
9034
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 </row>
9040 </lyxtabular>
9041
9042 \end_inset
9043
9044
9045 \end_layout
9046
9047 \begin_layout Subsection
9048 Flechas verticales y diagonales
9049 \begin_inset Index idx
9050 status collapsed
9051
9052 \begin_layout Plain Layout
9053 Flechas ! diagonales
9054 \end_layout
9055
9056 \end_inset
9057
9058
9059 \begin_inset Index idx
9060 status collapsed
9061
9062 \begin_layout Plain Layout
9063 Flechas ! verticales
9064 \end_layout
9065
9066 \end_inset
9067
9068
9069 \end_layout
9070
9071 \begin_layout Standard
9072 \begin_inset space \hfill{}
9073 \end_inset
9074
9075
9076 \begin_inset Tabular
9077 <lyxtabular version="3" rows="7" columns="2">
9078 <features tabularvalignment="middle">
9079 <column alignment="center" valignment="top" width="0pt">
9080 <column alignment="center" valignment="top" width="0pt">
9081 <row>
9082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 Comando
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 Resultado
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row>
9102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \backslash
9108 uparrow
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 \begin_inset Formula $\uparrow$
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \backslash
9133 Uparrow
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 \begin_inset Formula $\Uparrow$
9143 \end_inset
9144
9145
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 </row>
9151 <row>
9152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156
9157 \backslash
9158 updownarrow
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 \begin_inset Formula $\updownarrow$
9168 \end_inset
9169
9170
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \backslash
9183 Updownarrow
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 \begin_inset Formula $\Updownarrow$
9193 \end_inset
9194
9195
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 </row>
9201 <row>
9202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206
9207 \backslash
9208 Downarrow
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 \begin_inset Formula $\Downarrow$
9218 \end_inset
9219
9220
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 <row>
9227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231
9232 \backslash
9233 downarrow
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 \begin_inset Formula $\downarrow$
9243 \end_inset
9244
9245
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 </lyxtabular>
9252
9253 \end_inset
9254
9255
9256 \begin_inset space \hfill{}
9257 \end_inset
9258
9259
9260 \begin_inset Tabular
9261 <lyxtabular version="3" rows="5" columns="2">
9262 <features tabularvalignment="middle">
9263 <column alignment="center" valignment="top" width="0pt">
9264 <column alignment="center" valignment="top" width="0pt">
9265 <row>
9266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 Comando
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 Resultado
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row>
9286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290
9291 \backslash
9292 nearrow
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 \begin_inset Formula $\nearrow$
9302 \end_inset
9303
9304
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 <row>
9311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \backslash
9317 searrow
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 \begin_inset Formula $\searrow$
9327 \end_inset
9328
9329
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 </row>
9335 <row>
9336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340
9341 \backslash
9342 swarrow
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 \begin_inset Formula $\swarrow$
9352 \end_inset
9353
9354
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 </row>
9360 <row>
9361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365
9366 \backslash
9367 nwarrow
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 \begin_inset Formula $\nwarrow$
9377 \end_inset
9378
9379
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 </row>
9385 </lyxtabular>
9386
9387 \end_inset
9388
9389
9390 \begin_inset space \hfill{}
9391 \end_inset
9392
9393
9394 \end_layout
9395
9396 \begin_layout Standard
9397 \begin_inset VSpace medskip
9398 \end_inset
9399
9400
9401 \end_layout
9402
9403 \begin_layout Standard
9404 Las flechas verticales también se pueden usar como delimitadores junto con
9405  los comandos descritos en
9406 \begin_inset space ~
9407 \end_inset
9408
9409
9410 \begin_inset CommandInset ref
9411 LatexCommand ref
9412 reference "sub:Tamaño-manual-de"
9413
9414 \end_inset
9415
9416  y 
9417 \begin_inset CommandInset ref
9418 LatexCommand ref
9419 reference "sub:Tamaño-automático-de"
9420
9421 \end_inset
9422
9423 .
9424 \end_layout
9425
9426 \begin_layout Standard
9427
9428 \end_layout
9429
9430 \begin_layout Section
9431 Acentos
9432 \begin_inset CommandInset label
9433 LatexCommand label
9434 name "sec:Acentos"
9435
9436 \end_inset
9437
9438
9439 \begin_inset Index idx
9440 status collapsed
9441
9442 \begin_layout Plain Layout
9443 Acentos
9444 \end_layout
9445
9446 \end_inset
9447
9448
9449 \end_layout
9450
9451 \begin_layout Standard
9452 Los acentos se pueden insertar con el botón 
9453 \begin_inset Graphics
9454         filename ../../images/math/hat.png
9455         scale 85
9456
9457 \end_inset
9458
9459  o mediante los comandos listados en las siguientes subsecciones.
9460 \end_layout
9461
9462 \begin_layout Subsection
9463 Acentos para un carácter
9464 \begin_inset ERT
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468
9469
9470 \backslash
9471 texorpdfstring{
9472 \end_layout
9473
9474 \end_inset
9475
9476
9477 \begin_inset Foot
9478 status collapsed
9479
9480 \begin_layout Plain Layout
9481 Para acentos en texto, véase 
9482 \begin_inset CommandInset ref
9483 LatexCommand ref
9484 reference "sub:Acentos-en-texto"
9485
9486 \end_inset
9487
9488
9489 \end_layout
9490
9491 \end_inset
9492
9493
9494 \begin_inset ERT
9495 status collapsed
9496
9497 \begin_layout Plain Layout
9498
9499 }{}
9500 \end_layout
9501
9502 \end_inset
9503
9504
9505 \begin_inset Note Note
9506 status collapsed
9507
9508 \begin_layout Plain Layout
9509
9510 \backslash
9511 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9512  PDF.
9513 \end_layout
9514
9515 \begin_layout Plain Layout
9516 Más sobre 
9517 \backslash
9518 texorpdfstring en la sección 
9519 \begin_inset CommandInset ref
9520 LatexCommand ref
9521 reference "sub:Ecuaciones-en-encabezados"
9522
9523 \end_inset
9524
9525 .
9526 \end_layout
9527
9528 \end_inset
9529
9530
9531 \begin_inset CommandInset label
9532 LatexCommand label
9533 name "sub:Acentos-para-un"
9534
9535 \end_inset
9536
9537
9538 \begin_inset Index idx
9539 status collapsed
9540
9541 \begin_layout Plain Layout
9542 Acentos ! para un carácter
9543 \end_layout
9544
9545 \end_inset
9546
9547
9548 \end_layout
9549
9550 \begin_layout Standard
9551 \begin_inset space \hfill{}
9552 \end_inset
9553
9554
9555 \begin_inset Tabular
9556 <lyxtabular version="3" rows="8" columns="2">
9557 <features tabularvalignment="middle">
9558 <column alignment="center" valignment="top" width="0pt">
9559 <column alignment="center" valignment="top" width="0pt">
9560 <row>
9561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565 Comando
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574 Resultado
9575 \begin_inset Note Note
9576 status collapsed
9577
9578 \begin_layout Plain Layout
9579
9580 \series bold
9581
9582 \backslash
9583 raisebox
9584 \series default
9585  se usa sólo como espaciador
9586 \end_layout
9587
9588 \end_inset
9589
9590
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 </row>
9596 <row>
9597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601
9602 \backslash
9603 dot
9604 \begin_inset ERT
9605 status collapsed
9606
9607 \begin_layout Plain Layout
9608
9609
9610 \backslash
9611 spce 
9612 \end_layout
9613
9614 \end_inset
9615
9616 A
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9626 \end_inset
9627
9628
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 <row>
9635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639
9640 \backslash
9641 ddot
9642 \begin_inset ERT
9643 status collapsed
9644
9645 \begin_layout Plain Layout
9646
9647
9648 \backslash
9649 spce 
9650 \end_layout
9651
9652 \end_inset
9653
9654 A
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9664 \end_inset
9665
9666
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \backslash
9679 dddot
9680 \begin_inset ERT
9681 status collapsed
9682
9683 \begin_layout Plain Layout
9684
9685
9686 \backslash
9687 spce 
9688 \end_layout
9689
9690 \end_inset
9691
9692 A
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9702 \end_inset
9703
9704
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 </row>
9710 <row>
9711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715
9716 \backslash
9717 ddddot
9718 \begin_inset ERT
9719 status collapsed
9720
9721 \begin_layout Plain Layout
9722
9723
9724 \backslash
9725 spce 
9726 \end_layout
9727
9728 \end_inset
9729
9730 A
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 </row>
9748 <row>
9749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \backslash
9755 vec
9756 \begin_inset ERT
9757 status collapsed
9758
9759 \begin_layout Plain Layout
9760
9761
9762 \backslash
9763 spce 
9764 \end_layout
9765
9766 \end_inset
9767
9768 A
9769 \begin_inset Index idx
9770 status collapsed
9771
9772 \begin_layout Plain Layout
9773 Vectores
9774 \end_layout
9775
9776 \end_inset
9777
9778
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9788 \end_inset
9789
9790
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 </row>
9796 <row>
9797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801
9802 \backslash
9803 bar
9804 \begin_inset ERT
9805 status collapsed
9806
9807 \begin_layout Plain Layout
9808
9809
9810 \backslash
9811 spce 
9812 \end_layout
9813
9814 \end_inset
9815
9816 A
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9826 \end_inset
9827
9828
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 </row>
9834 <row>
9835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839
9840 \backslash
9841 mathring
9842 \begin_inset ERT
9843 status collapsed
9844
9845 \begin_layout Plain Layout
9846
9847
9848 \backslash
9849 spce 
9850 \end_layout
9851
9852 \end_inset
9853
9854 A
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 </row>
9872 </lyxtabular>
9873
9874 \end_inset
9875
9876
9877 \begin_inset space \hfill{}
9878 \end_inset
9879
9880
9881 \begin_inset Tabular
9882 <lyxtabular version="3" rows="7" columns="2">
9883 <features tabularvalignment="middle">
9884 <column alignment="center" valignment="top" width="0pt">
9885 <column alignment="center" valignment="top" width="0pt">
9886 <row>
9887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 Comando
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 Resultado
9901 \begin_inset Note Note
9902 status collapsed
9903
9904 \begin_layout Plain Layout
9905
9906 \series bold
9907
9908 \backslash
9909 raisebox
9910 \series default
9911  se usa sólo como espaciador
9912 \end_layout
9913
9914 \end_inset
9915
9916
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 </row>
9922 <row>
9923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927
9928 \backslash
9929 tilde
9930 \begin_inset ERT
9931 status collapsed
9932
9933 \begin_layout Plain Layout
9934
9935
9936 \backslash
9937 spce 
9938 \end_layout
9939
9940 \end_inset
9941
9942 A
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9952 \end_inset
9953
9954
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 </row>
9960 <row>
9961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \backslash
9967 hat
9968 \begin_inset ERT
9969 status collapsed
9970
9971 \begin_layout Plain Layout
9972
9973
9974 \backslash
9975 spce 
9976 \end_layout
9977
9978 \end_inset
9979
9980 A
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9990 \end_inset
9991
9992
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 </row>
9998 <row>
9999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003
10004 \backslash
10005 check
10006 \begin_inset ERT
10007 status collapsed
10008
10009 \begin_layout Plain Layout
10010
10011
10012 \backslash
10013 spce 
10014 \end_layout
10015
10016 \end_inset
10017
10018 A
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10028 \end_inset
10029
10030
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 </row>
10036 <row>
10037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \backslash
10043 acute
10044 \begin_inset ERT
10045 status collapsed
10046
10047 \begin_layout Plain Layout
10048
10049
10050 \backslash
10051 spce 
10052 \end_layout
10053
10054 \end_inset
10055
10056 A
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10066 \end_inset
10067
10068
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 </row>
10074 <row>
10075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \backslash
10081 grave
10082 \begin_inset ERT
10083 status collapsed
10084
10085 \begin_layout Plain Layout
10086
10087
10088 \backslash
10089 spce 
10090 \end_layout
10091
10092 \end_inset
10093
10094 A
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10104 \end_inset
10105
10106
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row>
10113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \backslash
10119 breve
10120 \begin_inset ERT
10121 status collapsed
10122
10123 \begin_layout Plain Layout
10124
10125
10126 \backslash
10127 spce 
10128 \end_layout
10129
10130 \end_inset
10131
10132 A
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10142 \end_inset
10143
10144
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 </row>
10150 </lyxtabular>
10151
10152 \end_inset
10153
10154
10155 \begin_inset space \hfill{}
10156 \end_inset
10157
10158
10159 \end_layout
10160
10161 \begin_layout Standard
10162 \begin_inset VSpace bigskip
10163 \end_inset
10164
10165
10166 \end_layout
10167
10168 \begin_layout Standard
10169 En ecuaciones se pueden insertar acentos como é directamente.
10170  LyX los transformará al comando de acento correspondiente.
10171  Para poner diéresis
10172 \begin_inset Index idx
10173 status collapsed
10174
10175 \begin_layout Plain Layout
10176 Dieresis@Diéresis
10177 \end_layout
10178
10179 \end_inset
10180
10181  es mejor insertar comillas antes de la vocal.
10182  Estos dos caracteres son considerados por LaTeX como 
10183 \emph on
10184 un solo
10185 \emph default
10186  carácter si la parte de la ecuación con la diéresis se marca en idioma
10187  alemán.
10188 \begin_inset Foot
10189 status collapsed
10190
10191 \begin_layout Plain Layout
10192 O algún otro idioma que use acentos, p.
10193 \begin_inset space \thinspace{}
10194 \end_inset
10195
10196 e.
10197  catalán.
10198  Aunque esto no funciona en español por algún conflicto con el estilo 
10199 \series bold
10200 spanish
10201 \series default
10202  de 
10203 \series bold
10204 babel
10205 \series default
10206 , no es necesario: se puede escribir 
10207 \begin_inset Formula $ï$
10208 \end_inset
10209
10210  en una ecuación igual que se hace en texto normal, ï.
10211  (
10212 \emph on
10213 N.
10214 \begin_inset space \thinspace{}
10215 \end_inset
10216
10217 del t.
10218 \emph default
10219 )
10220 \end_layout
10221
10222 \end_inset
10223
10224  A diferencia de 
10225 \series bold
10226
10227 \backslash
10228 ddot
10229 \series default
10230 , con este método se generan diéresis 
10231 \begin_inset Quotes fld
10232 \end_inset
10233
10234 reales
10235 \begin_inset Quotes frd
10236 \end_inset
10237
10238 , como se demuestra en el siguiente ejemplo:
10239 \begin_inset VSpace -2mm
10240 \end_inset
10241
10242
10243 \end_layout
10244
10245 \begin_layout Standard
10246 \noindent
10247 \align center
10248 \begin_inset Tabular
10249 <lyxtabular version="3" rows="3" columns="2">
10250 <features tabularvalignment="middle">
10251 <column alignment="center" valignment="top" width="0">
10252 <column alignment="center" valignment="top" width="0">
10253 <row>
10254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 Comando
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 Resultado
10268 \begin_inset Note Note
10269 status collapsed
10270
10271 \begin_layout Plain Layout
10272
10273 \series bold
10274
10275 \backslash
10276 raisebox
10277 \series default
10278  se usa sólo como espaciador.
10279 \end_layout
10280
10281 \end_inset
10282
10283
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 </row>
10289 <row>
10290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 ï
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 \begin_inset Formula $ï$
10304 \end_inset
10305
10306
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 </row>
10312 <row>
10313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317
10318 \backslash
10319 ddot
10320 \begin_inset ERT
10321 status collapsed
10322
10323 \begin_layout Plain Layout
10324
10325
10326 \backslash
10327 spce 
10328 \end_layout
10329
10330 \end_inset
10331
10332 i
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10342 \end_inset
10343
10344
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 </row>
10350 </lyxtabular>
10351
10352 \end_inset
10353
10354
10355 \end_layout
10356
10357 \begin_layout Standard
10358 Otra ventaja frente a 
10359 \series bold
10360
10361 \backslash
10362 ddot
10363 \series default
10364  es que la diéresis puede convertirse directamente a texto matemático, porque
10365  los anteriores comandos para acentos 
10366 \emph on
10367 no están permitidos en texto matemático
10368 \emph default
10369 .
10370  Para convertir un carácter acentuado a texto matemático, se debe convertir
10371  sólo el carácter bajo el acento.
10372  Esto también se aplica para otras conversiones, p.
10373 \begin_inset space \thinspace{}
10374 \end_inset
10375
10376 e.
10377 \begin_inset space ~
10378 \end_inset
10379
10380 cursiva o negrita.
10381 \end_layout
10382
10383 \begin_layout Standard
10384 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10385 \end_layout
10386
10387 \begin_layout Subsection
10388 Acentos para operadores
10389 \begin_inset Index idx
10390 status collapsed
10391
10392 \begin_layout Plain Layout
10393 Acentos ! en operadores
10394 \end_layout
10395
10396 \end_inset
10397
10398
10399 \end_layout
10400
10401 \begin_layout Standard
10402 Con los comandos 
10403 \series bold
10404
10405 \backslash
10406 overset
10407 \series default
10408
10409 \begin_inset Index idx
10410 status collapsed
10411
10412 \begin_layout Plain Layout
10413 Comandos ! O ! 
10414 \backslash
10415 overset
10416 \end_layout
10417
10418 \end_inset
10419
10420  y 
10421 \series bold
10422
10423 \backslash
10424 underset
10425 \series default
10426
10427 \begin_inset Index idx
10428 status collapsed
10429
10430 \begin_layout Plain Layout
10431 Comandos ! U ! 
10432 \backslash
10433 underset
10434 \end_layout
10435
10436 \end_inset
10437
10438  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10439  Con el comando 
10440 \series bold
10441
10442 \backslash
10443 sideset
10444 \series default
10445
10446 \begin_inset Index idx
10447 status collapsed
10448
10449 \begin_layout Plain Layout
10450 Comandos ! S ! 
10451 \backslash
10452 sideset
10453 \end_layout
10454
10455 \end_inset
10456
10457  se pueden poner caracteres delante y detrás de un operador.
10458  El esquema del comando es:
10459 \end_layout
10460
10461 \begin_layout Standard
10462
10463 \series bold
10464
10465 \backslash
10466 sideset{carácter
10467 \series default
10468  
10469 \series bold
10470 anterior}{carácter posterior}
10471 \end_layout
10472
10473 \begin_layout Standard
10474
10475 \series bold
10476
10477 \backslash
10478 sideset
10479 \series default
10480  siempre debe estar delante del operador que debe acentuarse.
10481  Se puede acentuar con varios caracteres e incluso con otros operadores
10482  y símbolos.
10483  Para colocar con
10484 \series bold
10485  
10486 \backslash
10487 sideset
10488 \series default
10489  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10490  el primer par de llaves, pero sin quitarlas.
10491  
10492 \end_layout
10493
10494 \begin_layout Standard
10495 Por ejemplo, el comando 
10496 \series bold
10497
10498 \backslash
10499 sideset{
10500 \begin_inset Formula $\to$
10501 \end_inset
10502
10503
10504 \backslash
10505 {
10506 \series default
10507 '
10508 \series bold
10509
10510 \begin_inset Formula $\to$
10511 \end_inset
10512
10513
10514 \backslash
10515 sum_k=1
10516 \begin_inset ERT
10517 status collapsed
10518
10519 \begin_layout Plain Layout
10520
10521
10522 \backslash
10523 spce 
10524 \end_layout
10525
10526 \end_inset
10527
10528
10529 \series default
10530 ^
10531 \series bold
10532
10533 \begin_inset ERT
10534 status collapsed
10535
10536 \begin_layout Plain Layout
10537
10538
10539 \backslash
10540 spce 
10541 \end_layout
10542
10543 \end_inset
10544
10545 n
10546 \series default
10547  genera:
10548 \begin_inset Formula \[
10549 \sideset{}{'}\sum_{k=1}^{n}\]
10550
10551 \end_inset
10552
10553
10554 \end_layout
10555
10556 \begin_layout Standard
10557 El comando 
10558 \series bold
10559
10560 \backslash
10561 overset
10562 \begin_inset ERT
10563 status collapsed
10564
10565 \begin_layout Plain Layout
10566
10567
10568 \backslash
10569 spce 
10570 \end_layout
10571
10572 \end_inset
10573
10574
10575 \backslash
10576 maltese
10577 \begin_inset ERT
10578 status collapsed
10579
10580 \begin_layout Plain Layout
10581
10582
10583 \backslash
10584 spce 
10585 \end_layout
10586
10587 \end_inset
10588
10589
10590 \series default
10591
10592 \begin_inset Formula $\uparrow$
10593 \end_inset
10594
10595
10596 \series bold
10597 a
10598 \series default
10599  genera:
10600 \begin_inset Formula \[
10601 \overset{a}{\maltese}\]
10602
10603 \end_inset
10604
10605
10606 \end_layout
10607
10608 \begin_layout Standard
10609 Como se ve en el último ejemplo, con 
10610 \series bold
10611
10612 \backslash
10613 overset
10614 \series default
10615  y 
10616 \series bold
10617
10618 \backslash
10619 underset
10620 \series default
10621  también se pueden acentuar símbolos y caracteres; con 
10622 \series bold
10623
10624 \backslash
10625 sideset
10626 \series default
10627  esto no es posible.
10628 \end_layout
10629
10630 \begin_layout Subsection
10631 Acentos para varios caracteres
10632 \begin_inset Index idx
10633 status collapsed
10634
10635 \begin_layout Plain Layout
10636 Acentos ! en varios caracteres
10637 \end_layout
10638
10639 \end_inset
10640
10641
10642 \end_layout
10643
10644 \begin_layout Standard
10645 \begin_inset space \hfill{}
10646 \end_inset
10647
10648
10649 \begin_inset Tabular
10650 <lyxtabular version="3" rows="5" columns="2">
10651 <features tabularvalignment="middle">
10652 <column alignment="center" valignment="top" width="0pt">
10653 <column alignment="center" valignment="top" width="0pt">
10654 <row>
10655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659 Comando
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 Resultado
10669 \begin_inset Note Note
10670 status collapsed
10671
10672 \begin_layout Plain Layout
10673
10674 \series bold
10675
10676 \backslash
10677 raisebox
10678 \series default
10679  se usa sólo como espaciador
10680 \end_layout
10681
10682 \end_inset
10683
10684
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 </row>
10690 <row>
10691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695
10696 \backslash
10697 overleftarrow
10698 \begin_inset ERT
10699 status collapsed
10700
10701 \begin_layout Plain Layout
10702
10703
10704 \backslash
10705 spce 
10706 \end_layout
10707
10708 \end_inset
10709
10710 A=B
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 </row>
10728 <row>
10729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \backslash
10735 underleftarrow
10736 \begin_inset ERT
10737 status collapsed
10738
10739 \begin_layout Plain Layout
10740
10741
10742 \backslash
10743 spce 
10744 \end_layout
10745
10746 \end_inset
10747
10748 A=B
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10758 \end_inset
10759
10760
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \backslash
10773 overleftrightarrow
10774 \begin_inset ERT
10775 status collapsed
10776
10777 \begin_layout Plain Layout
10778
10779
10780 \backslash
10781 spce 
10782 \end_layout
10783
10784 \end_inset
10785
10786 A=B
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10796 \end_inset
10797
10798
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 </row>
10804 <row>
10805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809
10810 \backslash
10811 underleftrightarrow
10812 \begin_inset ERT
10813 status collapsed
10814
10815 \begin_layout Plain Layout
10816
10817
10818 \backslash
10819 spce 
10820 \end_layout
10821
10822 \end_inset
10823
10824 A=B
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10834 \end_inset
10835
10836
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 </row>
10842 </lyxtabular>
10843
10844 \end_inset
10845
10846
10847 \begin_inset space \hfill{}
10848 \end_inset
10849
10850
10851 \begin_inset Tabular
10852 <lyxtabular version="3" rows="5" columns="2">
10853 <features tabularvalignment="middle">
10854 <column alignment="center" valignment="top" width="0pt">
10855 <column alignment="center" valignment="top" width="0pt">
10856 <row>
10857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861 Comando
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 Resultado
10871 \begin_inset Note Note
10872 status collapsed
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877
10878 \backslash
10879 raisebox
10880 \series default
10881  se usa sólo como espaciador
10882 \end_layout
10883
10884 \end_inset
10885
10886
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 </row>
10892 <row>
10893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897
10898 \backslash
10899 overrightarrow
10900 \begin_inset ERT
10901 status collapsed
10902
10903 \begin_layout Plain Layout
10904
10905
10906 \backslash
10907 spce 
10908 \end_layout
10909
10910 \end_inset
10911
10912 A=B
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10922 \end_inset
10923
10924
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 </row>
10930 <row>
10931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935
10936 \backslash
10937 underrightarrow
10938 \begin_inset ERT
10939 status collapsed
10940
10941 \begin_layout Plain Layout
10942
10943
10944 \backslash
10945 spce 
10946 \end_layout
10947
10948 \end_inset
10949
10950 A=B
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10960 \end_inset
10961
10962
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 </row>
10968 <row>
10969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973
10974 \backslash
10975 widetilde
10976 \begin_inset ERT
10977 status collapsed
10978
10979 \begin_layout Plain Layout
10980
10981
10982 \backslash
10983 spce 
10984 \end_layout
10985
10986 \end_inset
10987
10988 A=B
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10998 \end_inset
10999
11000
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 </row>
11006 <row>
11007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011
11012 \backslash
11013 widehat
11014 \begin_inset ERT
11015 status collapsed
11016
11017 \begin_layout Plain Layout
11018
11019
11020 \backslash
11021 spce 
11022 \end_layout
11023
11024 \end_inset
11025
11026 A=B
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11036 \end_inset
11037
11038
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 </row>
11044 </lyxtabular>
11045
11046 \end_inset
11047
11048
11049 \begin_inset space \hfill{}
11050 \end_inset
11051
11052
11053 \end_layout
11054
11055 \begin_layout Standard
11056 \begin_inset VSpace medskip
11057 \end_inset
11058
11059
11060 \end_layout
11061
11062 \begin_layout Standard
11063 Con estos comandos se pueden acentuar tantos caracteres como quieras.
11064  Pero los acentos 
11065 \series bold
11066
11067 \backslash
11068 widetilde
11069 \series default
11070  y 
11071 \series bold
11072
11073 \backslash
11074 widehat
11075 \series default
11076  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
11077  ejemplo:
11078 \begin_inset Formula \[
11079 \widetilde{A+B=C-D}\]
11080
11081 \end_inset
11082
11083
11084 \end_layout
11085
11086 \begin_layout Standard
11087 Con los comandos 
11088 \series bold
11089
11090 \backslash
11091 overset
11092 \series default
11093
11094 \begin_inset Index idx
11095 status collapsed
11096
11097 \begin_layout Plain Layout
11098 Comandos ! O ! 
11099 \backslash
11100 overset
11101 \end_layout
11102
11103 \end_inset
11104
11105  y 
11106 \series bold
11107
11108 \backslash
11109 underset
11110 \series default
11111
11112 \begin_inset Index idx
11113 status collapsed
11114
11115 \begin_layout Plain Layout
11116 Comandos ! U ! 
11117 \backslash
11118 underset
11119 \end_layout
11120
11121 \end_inset
11122
11123 , descritos en la subsección anterior, también se pueden acentuar varios
11124  caracteres.
11125  El comando 
11126 \series bold
11127
11128 \backslash
11129 underset
11130 \begin_inset ERT
11131 status collapsed
11132
11133 \begin_layout Plain Layout
11134
11135
11136 \backslash
11137 spce 
11138 \end_layout
11139
11140 \end_inset
11141
11142 A=B
11143 \begin_inset Formula $\downarrow$
11144 \end_inset
11145
11146 ***
11147 \series default
11148  da:
11149 \begin_inset Formula \[
11150 \underset{***}{A=B}\]
11151
11152 \end_inset
11153
11154
11155 \end_layout
11156
11157 \begin_layout Section
11158 Espacios
11159 \begin_inset CommandInset label
11160 LatexCommand label
11161 name "sec:Espacio"
11162
11163 \end_inset
11164
11165
11166 \begin_inset Index idx
11167 status collapsed
11168
11169 \begin_layout Plain Layout
11170 Espacio ! horizontal
11171 \end_layout
11172
11173 \end_inset
11174
11175
11176 \end_layout
11177
11178 \begin_layout Subsection
11179 Espacio predefinido
11180 \begin_inset CommandInset label
11181 LatexCommand label
11182 name "sub:Espacio-predefinido"
11183
11184 \end_inset
11185
11186
11187 \begin_inset Index idx
11188 status collapsed
11189
11190 \begin_layout Plain Layout
11191 Espacio ! horizontal ! predefinido
11192 \end_layout
11193
11194 \end_inset
11195
11196
11197 \end_layout
11198
11199 \begin_layout Standard
11200 A veces es necesario insertar espacio horizontal en una ecuación.
11201  Esto se hace insertando un espacio protegido (atajo 
11202 \family sans
11203 Ctrl+Espacio
11204 \family default
11205 ).
11206  Aparece un 
11207 \begin_inset Quotes fld
11208 \end_inset
11209
11210
11211 \color black
11212
11213 \begin_inset ERT
11214 status collapsed
11215
11216 \begin_layout Plain Layout
11217
11218
11219 \backslash
11220 spce 
11221 \end_layout
11222
11223 \end_inset
11224
11225
11226 \color inherit
11227
11228 \begin_inset Quotes frd
11229 \end_inset
11230
11231 , y pulsando 
11232 \family sans
11233 Espacio
11234 \family default
11235  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11236  espacio.
11237  También se pueden insertar espacios mediante el botón 
11238 \begin_inset Graphics
11239         filename ../../images/math/space.png
11240         scale 85
11241
11242 \end_inset
11243
11244  de la barra de ecuaciones o con comandos especiales.
11245  Independientemente del comando insertado, se puede seleccionar de nuevo
11246  el tamaño pulsando acto seguido 
11247 \family sans
11248 Espacio.
11249  
11250 \end_layout
11251
11252 \begin_layout Standard
11253 \noindent
11254 \align center
11255 \begin_inset VSpace -5mm
11256 \end_inset
11257
11258
11259 \begin_inset Tabular
11260 <lyxtabular version="3" rows="3" columns="7">
11261 <features tabularvalignment="middle">
11262 <column alignment="center" valignment="middle" width="6.8cm">
11263 <column alignment="center" valignment="top" width="0">
11264 <column alignment="center" valignment="top" width="0">
11265 <column alignment="center" valignment="top" width="0">
11266 <column alignment="center" valignment="top" width="0">
11267 <column alignment="center" valignment="top" width="0">
11268 <column alignment="center" valignment="top" width="0">
11269 <row>
11270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 Comando
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283
11284 \backslash
11285 ,
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 quad
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 qquad
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338
11339 \backslash
11340 !
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 </row>
11346 <row>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 Número de pulsaciones de 
11352 \family sans
11353 Espacio
11354 \family default
11355  tras insertar el espacio protegido
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364 0
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 1
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 2
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 3
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 4
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 5
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 </row>
11415 <row>
11416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 Resultado
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 \begin_inset Formula $A\, B$
11430 \end_inset
11431
11432
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 \begin_inset Formula $A\: B$
11442 \end_inset
11443
11444
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 \begin_inset Formula $A\; B$
11454 \end_inset
11455
11456
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 \begin_inset Formula $A\quad B$
11466 \end_inset
11467
11468
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 \begin_inset Formula $A\qquad B$
11478 \end_inset
11479
11480
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 \begin_inset Formula $A\! B$
11490 \end_inset
11491
11492
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 </row>
11498 </lyxtabular>
11499
11500 \end_inset
11501
11502
11503 \end_layout
11504
11505 \begin_layout Standard
11506 El último tamaño parece no generar espacio.
11507  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11508  negativo.
11509  Hay otros dos espacios negativos:
11510 \end_layout
11511
11512 \begin_layout Standard
11513 \align center
11514 \begin_inset Tabular
11515 <lyxtabular version="3" rows="3" columns="3">
11516 <features tabularvalignment="middle">
11517 <column alignment="center" valignment="middle" width="6.8cm">
11518 <column alignment="center" valignment="top" width="0pt">
11519 <column alignment="center" valignment="top" width="0pt">
11520 <row>
11521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 Comando
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534
11535 \backslash
11536 negmedspace
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545
11546 \backslash
11547 negthickspace
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 </row>
11553 <row>
11554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 Número de pulsaciones de 
11559 \family sans
11560 Espacio
11561 \family default
11562  tras insertar el espacio protegido
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 6
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 7
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 </row>
11586 <row>
11587 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 Resultado
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 \begin_inset Formula $A\negmedspace B$
11601 \end_inset
11602
11603
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 \begin_inset Formula $A\negthickspace B$
11613 \end_inset
11614
11615
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 </row>
11621 </lyxtabular>
11622
11623 \end_inset
11624
11625
11626 \end_layout
11627
11628 \begin_layout Standard
11629 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11630  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11631 \begin_inset space \thinspace{}
11632 \end_inset
11633
11634 e., para operadores suma: 
11635 \end_layout
11636
11637 \begin_layout Standard
11638 \noindent
11639 \align center
11640 \begin_inset Tabular
11641 <lyxtabular version="3" rows="3" columns="2">
11642 <features tabularvalignment="middle">
11643 <column alignment="center" valignment="top" width="0">
11644 <column alignment="center" valignment="top" width="0">
11645 <row>
11646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 Comando
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 Resultado
11660 \begin_inset Note Note
11661 status collapsed
11662
11663 \begin_layout Plain Layout
11664
11665 \series bold
11666
11667 \backslash
11668 raisebox
11669 \series default
11670  se usa sólo como espaciador
11671 \end_layout
11672
11673 \end_inset
11674
11675
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 </row>
11681 <row>
11682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686
11687 \backslash
11688 sum
11689 \backslash
11690 sum
11691 \begin_inset ERT
11692 status collapsed
11693
11694 \begin_layout Plain Layout
11695
11696
11697 \backslash
11698 spce 
11699 \end_layout
11700
11701 \end_inset
11702
11703 f_kl
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11713 \end_inset
11714
11715
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 </row>
11721 <row>
11722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726
11727 \backslash
11728 sum
11729 \backslash
11730 negmedspace
11731 \backslash
11732 sum
11733 \begin_inset ERT
11734 status collapsed
11735
11736 \begin_layout Plain Layout
11737
11738
11739 \backslash
11740 spce 
11741 \end_layout
11742
11743 \end_inset
11744
11745 f_kl
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 </row>
11763 </lyxtabular>
11764
11765 \end_inset
11766
11767
11768 \end_layout
11769
11770 \begin_layout Standard
11771 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11772  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11773  El siguiente ejemplo lo ilustra:
11774 \end_layout
11775
11776 \begin_layout Standard
11777 \noindent
11778 \align center
11779 \begin_inset Tabular
11780 <lyxtabular version="3" rows="2" columns="2">
11781 <features tabularvalignment="middle">
11782 <column alignment="center" valignment="top" width="0">
11783 <column alignment="center" valignment="top" width="0">
11784 <row>
11785 <cell alignment="center" valignment="top" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 ecuación normal
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 <cell alignment="center" valignment="top" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 \begin_inset Formula $A=B$
11799 \end_inset
11800
11801
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 </row>
11807 <row>
11808 <cell alignment="center" valignment="top" usebox="none">
11809 \begin_inset Text
11810
11811 \begin_layout Plain Layout
11812 \begin_inset Note Note
11813 status collapsed
11814
11815 \begin_layout Plain Layout
11816
11817 \series bold
11818
11819 \backslash
11820 raisebox
11821 \series default
11822  se usa sólo como espaciador
11823 \end_layout
11824
11825 \end_inset
11826
11827
11828 \begin_inset Formula $\raisebox{5mm}{}$
11829 \end_inset
11830
11831 ecuación sin espacio
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell alignment="center" valignment="top" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 \begin_inset Formula $A{=}B$
11841 \end_inset
11842
11843
11844 \end_layout
11845
11846 \end_inset
11847 </cell>
11848 </row>
11849 </lyxtabular>
11850
11851 \end_inset
11852
11853
11854 \end_layout
11855
11856 \begin_layout Standard
11857 El comando para la segunda ecuación es: 
11858 \series bold
11859 A
11860 \backslash
11861 {=
11862 \begin_inset Formula $\rightarrow$
11863 \end_inset
11864
11865 B
11866 \series default
11867  
11868 \begin_inset VSpace bigskip
11869 \end_inset
11870
11871
11872 \end_layout
11873
11874 \begin_layout Standard
11875 Para las unidades físicas hacen falta espacios, porque entre el valor y
11876  su unidad se pone un espacio más pequeño que el normal.
11877  Para unidades en el texto se inserta con el menú 
11878 \family sans
11879 Insertar\SpecialChar \menuseparator
11880 Formato\SpecialChar \menuseparator
11881 Espacio
11882 \begin_inset space ~
11883 \end_inset
11884
11885 delgado
11886 \family default
11887  (atajo 
11888 \family sans
11889 Ctrl+Mayúscula+Espacio
11890 \family default
11891 ).
11892 \end_layout
11893
11894 \begin_layout Standard
11895 Un ejemplo para visualizar la diferencia:
11896 \end_layout
11897
11898 \begin_layout Standard
11899 \begin_inset Tabular
11900 <lyxtabular version="3" rows="2" columns="2">
11901 <features tabularvalignment="middle">
11902 <column alignment="center" valignment="top" width="0">
11903 <column alignment="left" valignment="top" width="0">
11904 <row>
11905 <cell alignment="center" valignment="top" usebox="none">
11906 \begin_inset Text
11907
11908 \begin_layout Plain Layout
11909 24 kW
11910 \begin_inset Formula $\cdot$
11911 \end_inset
11912
11913 h
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell alignment="center" valignment="top" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 espacio entre valor y unidad 
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 </row>
11928 <row>
11929 <cell alignment="center" valignment="top" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 24
11934 \begin_inset space \thinspace{}
11935 \end_inset
11936
11937 kW
11938 \begin_inset Formula $\cdot$
11939 \end_inset
11940
11941 h
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 <cell alignment="center" valignment="top" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 espacio delgado entre valor y unidad
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 </row>
11956 </lyxtabular>
11957
11958 \end_inset
11959
11960
11961 \end_layout
11962
11963 \begin_layout Subsection
11964 Espacio variable
11965 \begin_inset ERT
11966 status collapsed
11967
11968 \begin_layout Plain Layout
11969
11970
11971 \backslash
11972 texorpdfstring{
11973 \end_layout
11974
11975 \end_inset
11976
11977
11978 \begin_inset Foot
11979 status collapsed
11980
11981 \begin_layout Plain Layout
11982 Para espacio vertical en ecuaciones véase 
11983 \begin_inset CommandInset ref
11984 LatexCommand ref
11985 reference "sub:Separación-de-líneas"
11986
11987 \end_inset
11988
11989
11990 \end_layout
11991
11992 \end_inset
11993
11994
11995 \begin_inset ERT
11996 status collapsed
11997
11998 \begin_layout Plain Layout
11999
12000 }{}
12001 \end_layout
12002
12003 \end_inset
12004
12005
12006 \begin_inset Note Note
12007 status collapsed
12008
12009 \begin_layout Plain Layout
12010
12011 \backslash
12012 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
12013  PDF.
12014 \end_layout
12015
12016 \begin_layout Plain Layout
12017 Más sobre 
12018 \backslash
12019 texorpdfstring en la sección 
12020 \begin_inset CommandInset ref
12021 LatexCommand ref
12022 reference "sub:Ecuaciones-en-encabezados"
12023
12024 \end_inset
12025
12026 .
12027 \end_layout
12028
12029 \end_inset
12030
12031
12032 \begin_inset CommandInset label
12033 LatexCommand label
12034 name "sub:Espacio-variable"
12035
12036 \end_inset
12037
12038
12039 \begin_inset Index idx
12040 status collapsed
12041
12042 \begin_layout Plain Layout
12043 Espacio ! horizontal ! variable
12044 \end_layout
12045
12046 \end_inset
12047
12048
12049 \end_layout
12050
12051 \begin_layout Standard
12052 En LyX se puede insertar espacio con una longitud definida con el comando
12053  
12054 \series bold
12055
12056 \backslash
12057 hspace
12058 \series default
12059
12060 \begin_inset Index idx
12061 status collapsed
12062
12063 \begin_layout Plain Layout
12064 Comandos ! H ! 
12065 \backslash
12066 hspace
12067 \end_layout
12068
12069 \end_inset
12070
12071 .
12072  Aparece un 
12073 \begin_inset Quotes fld
12074 \end_inset
12075
12076
12077 \color black
12078
12079 \begin_inset ERT
12080 status collapsed
12081
12082 \begin_layout Plain Layout
12083
12084
12085 \backslash
12086 spce 
12087 \end_layout
12088
12089 \end_inset
12090
12091
12092 \color inherit
12093
12094 \begin_inset Quotes frd
12095 \end_inset
12096
12097  largo.
12098  La longitud se puede ajustar haciendo clic izquierdo sobre el 
12099 \begin_inset Quotes fld
12100 \end_inset
12101
12102
12103 \color black
12104
12105 \begin_inset ERT
12106 status collapsed
12107
12108 \begin_layout Plain Layout
12109
12110
12111 \backslash
12112 spce 
12113 \end_layout
12114
12115 \end_inset
12116
12117
12118 \color inherit
12119
12120 \begin_inset Quotes frd
12121 \end_inset
12122
12123 .
12124  La longitud también puede ser negativa.
12125  Para insertar en una ecuación tanto espacio como esté disponible se usa
12126  el comando 
12127 \series bold
12128
12129 \backslash
12130 hfill
12131 \series default
12132
12133 \begin_inset Index idx
12134 status collapsed
12135
12136 \begin_layout Plain Layout
12137 Comandos ! H ! 
12138 \backslash
12139 hfill
12140 \end_layout
12141
12142 \end_inset
12143
12144 .
12145 \begin_inset VSpace -1mm
12146 \end_inset
12147
12148
12149 \end_layout
12150
12151 \begin_layout Standard
12152 \noindent
12153 \align center
12154 \begin_inset Tabular
12155 <lyxtabular version="3" rows="4" columns="2">
12156 <features tabularvalignment="middle">
12157 <column alignment="center" valignment="top" width="0">
12158 <column alignment="center" valignment="top" width="0">
12159 <row>
12160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 Comando (
12165 \backslash
12166 hspace longitud)
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175 Resultado
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 </row>
12181 <row>
12182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186 A=B
12187 \backslash
12188 hspace
12189 \begin_inset ERT
12190 status collapsed
12191
12192 \begin_layout Plain Layout
12193
12194
12195 \backslash
12196 spce 
12197 \end_layout
12198
12199 \end_inset
12200
12201
12202 \begin_inset Formula $\to$
12203 \end_inset
12204
12205 A
12206 \backslash
12207 not=C (3
12208 \begin_inset space \thinspace{}
12209 \end_inset
12210
12211 cm)
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 </row>
12229 <row>
12230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12231 \begin_inset Text
12232
12233 \begin_layout Plain Layout
12234 A
12235 \backslash
12236 hspace
12237 \begin_inset ERT
12238 status collapsed
12239
12240 \begin_layout Plain Layout
12241
12242
12243 \backslash
12244 spce 
12245 \end_layout
12246
12247 \end_inset
12248
12249
12250 \begin_inset Formula $\to$
12251 \end_inset
12252
12253 A
12254 \backslash
12255 not=A (-1
12256 \begin_inset space \thinspace{}
12257 \end_inset
12258
12259 mm)
12260 \end_layout
12261
12262 \end_inset
12263 </cell>
12264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Plain Layout
12268 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12269 \end_inset
12270
12271
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 </row>
12277 <row>
12278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12279 \begin_inset Text
12280
12281 \begin_layout Plain Layout
12282 A=A
12283 \backslash
12284 hfill
12285 \begin_inset ERT
12286 status collapsed
12287
12288 \begin_layout Plain Layout
12289
12290
12291 \backslash
12292 spce 
12293 \end_layout
12294
12295 \end_inset
12296
12297 B=B
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Plain Layout
12306 \begin_inset Formula $A=A\hfill B=B$
12307 \end_inset
12308
12309
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 </row>
12315 </lyxtabular>
12316
12317 \end_inset
12318
12319
12320 \end_layout
12321
12322 \begin_layout Standard
12323 En el último ejemplo el espacio disponible viene dado por la entrada más
12324  larga de columna en la tabla.
12325  En una ecuación en línea el espacio depende de la longitud de la línea
12326  en la que se inserta 
12327 \series bold
12328
12329 \backslash
12330 hfill
12331 \series default
12332 .
12333  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12334  
12335 \series bold
12336
12337 \backslash
12338 hfill
12339 \series default
12340  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12341 \series bold
12342 Sangrado
12343 \series default
12344 .
12345  (Los estilos de ecuaciones se explican en
12346 \begin_inset space ~
12347 \end_inset
12348
12349
12350 \begin_inset CommandInset ref
12351 LatexCommand ref
12352 reference "sec:Estilos-de-ecuación"
12353
12354 \end_inset
12355
12356 ).
12357 \end_layout
12358
12359 \begin_layout Standard
12360 Además de 
12361 \series bold
12362
12363 \backslash
12364 hfill
12365 \series default
12366  hay los comandos 
12367 \series bold
12368
12369 \backslash
12370 dotfill
12371 \series default
12372  y 
12373 \series bold
12374
12375 \backslash
12376 hrulefill
12377 \series default
12378  que llenan el espacio con un patrón, véase un ejemplo en
12379 \begin_inset space ~
12380 \end_inset
12381
12382
12383 \begin_inset CommandInset ref
12384 LatexCommand ref
12385 reference "sub:Puntos"
12386
12387 \end_inset
12388
12389 .
12390 \end_layout
12391
12392 \begin_layout Standard
12393 Para texto se puede insertar espacio variable con el menú 
12394 \family sans
12395 Insertar\SpecialChar \menuseparator
12396 Formato\SpecialChar \menuseparator
12397 Espacio
12398 \begin_inset space ~
12399 \end_inset
12400
12401 horizontal
12402 \family default
12403 :
12404 \end_layout
12405
12406 \begin_layout Standard
12407 En esta línea hay un espacio
12408 \begin_inset space \hspace{}
12409 \length 2cm
12410 \end_inset
12411
12412 de 2
12413 \begin_inset space \thinspace{}
12414 \end_inset
12415
12416 cm.
12417 \end_layout
12418
12419 \begin_layout Standard
12420 En esta línea hay un
12421 \begin_inset space \hfill{}
12422 \end_inset
12423
12424 espacio máximo.
12425 \end_layout
12426
12427 \begin_layout Subsection
12428 Espacio adicional en ecuaciones en línea
12429 \begin_inset Index idx
12430 status collapsed
12431
12432 \begin_layout Plain Layout
12433 Espacio ! adicional en línea
12434 \end_layout
12435
12436 \end_inset
12437
12438
12439 \end_layout
12440
12441 \begin_layout Standard
12442 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12443  
12444 \series bold
12445
12446 \backslash
12447 mathsurround
12448 \series default
12449
12450 \begin_inset Index idx
12451 status collapsed
12452
12453 \begin_layout Plain Layout
12454 Comandos ! M ! 
12455 \backslash
12456 mathsurround
12457 \end_layout
12458
12459 \end_inset
12460
12461 .
12462  El valor de una longitud se establece con el comando 
12463 \series bold
12464
12465 \backslash
12466 setlength
12467 \series default
12468
12469 \begin_inset Index idx
12470 status collapsed
12471
12472 \begin_layout Plain Layout
12473 Comandos ! S ! 
12474 \backslash
12475 setlength
12476 \end_layout
12477
12478 \end_inset
12479
12480  según el siguiente esquema:
12481 \end_layout
12482
12483 \begin_layout Standard
12484
12485 \series bold
12486
12487 \backslash
12488 setlength{nombre de la longitud}{valor}
12489 \end_layout
12490
12491 \begin_layout Standard
12492 Para poner a 
12493 \series bold
12494
12495 \backslash
12496 mathsurround
12497 \series default
12498  un valor de 5
12499 \begin_inset space \thinspace{}
12500 \end_inset
12501
12502 mm, se inserta el comando
12503 \end_layout
12504
12505 \begin_layout Standard
12506
12507 \series bold
12508
12509 \backslash
12510 setlength{
12511 \backslash
12512 mathsurround}{5mm}
12513 \end_layout
12514
12515 \begin_layout Standard
12516 en modo TeX.
12517  Se establecerá un espacio de 5
12518 \begin_inset space \thinspace{}
12519 \end_inset
12520
12521 mm alrededor de todas las ecuaciones en línea:
12522 \begin_inset ERT
12523 status collapsed
12524
12525 \begin_layout Plain Layout
12526
12527
12528 \backslash
12529 setlength{
12530 \backslash
12531 mathsurround}{5mm}
12532 \end_layout
12533
12534 \end_inset
12535
12536
12537 \end_layout
12538
12539 \begin_layout Standard
12540 En esta línea hay una ecuación 
12541 \begin_inset Formula $A=B$
12542 \end_inset
12543
12544  rodeada por espacios de 5
12545 \begin_inset space \thinspace{}
12546 \end_inset
12547
12548 mm.
12549 \begin_inset ERT
12550 status collapsed
12551
12552 \begin_layout Plain Layout
12553
12554
12555 \backslash
12556 setlength{
12557 \backslash
12558 mathsurround}{0mm}
12559 \end_layout
12560
12561 \end_inset
12562
12563
12564 \end_layout
12565
12566 \begin_layout Standard
12567 Para volver al espacio predeterminado, 
12568 \series bold
12569
12570 \backslash
12571 mathsurround
12572 \series default
12573  se restablece al valor 0
12574 \begin_inset space \thinspace{}
12575 \end_inset
12576
12577 pt.
12578 \end_layout
12579
12580 \begin_layout Section
12581 Cuadros y marcos
12582 \begin_inset Index idx
12583 status collapsed
12584
12585 \begin_layout Plain Layout
12586 Marcos
12587 \end_layout
12588
12589 \end_inset
12590
12591
12592 \begin_inset Index idx
12593 status collapsed
12594
12595 \begin_layout Plain Layout
12596 Marcos|see
12597 \begin_inset ERT
12598 status collapsed
12599
12600 \begin_layout Plain Layout
12601
12602 {
12603 \end_layout
12604
12605 \end_inset
12606
12607 Cuadros
12608 \begin_inset ERT
12609 status collapsed
12610
12611 \begin_layout Plain Layout
12612
12613 }
12614 \end_layout
12615
12616 \end_inset
12617
12618
12619 \end_layout
12620
12621 \end_inset
12622
12623
12624 \end_layout
12625
12626 \begin_layout Standard
12627 Los cuadros para texto se describen en el capítulo 
12628 \emph on
12629 Cuadros
12630 \emph default
12631  del manual 
12632 \emph on
12633 Objetos insertados
12634 \emph default
12635 .
12636 \end_layout
12637
12638 \begin_layout Subsection
12639 Cuadros con marco
12640 \begin_inset CommandInset label
12641 LatexCommand label
12642 name "sub:Cuadros-con-marco"
12643
12644 \end_inset
12645
12646
12647 \begin_inset Index idx
12648 status collapsed
12649
12650 \begin_layout Plain Layout
12651 Cuadros ! con marco
12652 \end_layout
12653
12654 \end_inset
12655
12656
12657 \end_layout
12658
12659 \begin_layout Standard
12660 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12661 \series bold
12662
12663 \backslash
12664 fbox
12665 \series default
12666
12667 \begin_inset Index idx
12668 status collapsed
12669
12670 \begin_layout Plain Layout
12671 Comandos ! F ! 
12672 \backslash
12673 fbox
12674 \end_layout
12675
12676 \end_inset
12677
12678  y 
12679 \series bold
12680
12681 \backslash
12682 boxed
12683 \series default
12684
12685 \begin_inset Index idx
12686 status collapsed
12687
12688 \begin_layout Plain Layout
12689 Comandos ! B ! 
12690 \backslash
12691 boxed
12692 \end_layout
12693
12694 \end_inset
12695
12696 .
12697 \end_layout
12698
12699 \begin_layout Standard
12700 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12701  azul en un marco donde se introduce parte de una ecuación.
12702  Para 
12703 \series bold
12704
12705 \backslash
12706 fbox
12707 \series default
12708  hay que generar una ecuación adicional con 
12709 \family sans
12710 Ctrl+M
12711 \family default
12712  dentro del recuadro, porque si no el contenido del mismo sería considerado
12713  texto matemático.
12714  Si se usa 
12715 \series bold
12716
12717 \backslash
12718 boxed
12719 \series default
12720  la nueva ecuación se genera automáticamente dentro del marco.
12721 \end_layout
12722
12723 \begin_layout Standard
12724 El comando 
12725 \series bold
12726
12727 \backslash
12728 fbox
12729 \series default
12730  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12731  ecuación tendría siempre el tamaño del texto.
12732  Por otra parte, 
12733 \series bold
12734
12735 \backslash
12736 fboxed
12737 \series default
12738  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12739  siempre el tamaño de una ecuación presentada.
12740 \end_layout
12741
12742 \begin_layout Standard
12743 El comando 
12744 \series bold
12745
12746 \backslash
12747 framebox
12748 \series default
12749
12750 \begin_inset Index idx
12751 status collapsed
12752
12753 \begin_layout Plain Layout
12754 Comandos ! F ! 
12755 \backslash
12756 framebox
12757 \end_layout
12758
12759 \end_inset
12760
12761  es una extensión de 
12762 \series bold
12763
12764 \backslash
12765 fbox
12766 \series default
12767 , que permite especificar además la anchura del marco yla alineación.
12768  
12769 \series bold
12770
12771 \backslash
12772 framebox
12773 \series default
12774  se usa con el siguiente esquema: 
12775 \end_layout
12776
12777 \begin_layout Standard
12778
12779 \series bold
12780
12781 \backslash
12782 framebox[anchura del marco][posición]{contenido del cuadro}
12783 \end_layout
12784
12785 \begin_layout Standard
12786 La posición puede ser 
12787 \emph on
12788 l
12789 \emph default
12790  o 
12791 \emph on
12792 r
12793 \emph default
12794
12795 \emph on
12796 l
12797 \emph default
12798  alinea la ecuación a la izquierda del cuadro, 
12799 \emph on
12800 r
12801 \emph default
12802  la alinea a la derecha.
12803  Si no se da posición la ecuación será centrada.
12804 \begin_inset Newline newline
12805 \end_inset
12806
12807 Si no se pone anchura tampoco puede darse posición.
12808  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12809  con 
12810 \series bold
12811
12812 \backslash
12813 fbox
12814 \series default
12815 .
12816  
12817 \end_layout
12818
12819 \begin_layout Standard
12820 Cuando se inserta el comando 
12821 \series bold
12822
12823 \backslash
12824 framebox
12825 \series default
12826  aparece un recuadro con tres marcos azules.
12827  Los dos primeros marcos están encerrados entre corchetes e indican los
12828  dos argumentos opcionales.
12829  El tercer marco es para partes de la ecuación, como para 
12830 \series bold
12831
12832 \backslash
12833 fbox
12834 \series default
12835 .
12836 \end_layout
12837
12838 \begin_layout Standard
12839 \noindent
12840 \align center
12841 \begin_inset Tabular
12842 <lyxtabular version="3" rows="5" columns="2">
12843 <features tabularvalignment="middle">
12844 <column alignment="center" valignment="top" width="0">
12845 <column alignment="center" valignment="top" width="0">
12846 <row>
12847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851 Comando
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860 Resultado
12861 \begin_inset Note Note
12862 status collapsed
12863
12864 \begin_layout Plain Layout
12865
12866 \series bold
12867
12868 \backslash
12869 raisebox
12870 \series default
12871  se usa sólo como espaciador
12872 \end_layout
12873
12874 \end_inset
12875
12876
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 </row>
12882 <row>
12883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887
12888 \backslash
12889 fbox
12890 \begin_inset ERT
12891 status collapsed
12892
12893 \begin_layout Plain Layout
12894
12895
12896 \backslash
12897 spce 
12898 \end_layout
12899
12900 \end_inset
12901
12902
12903 \family sans
12904 Ctrl+M
12905 \family default
12906  
12907 \backslash
12908 int
12909 \begin_inset ERT
12910 status collapsed
12911
12912 \begin_layout Plain Layout
12913
12914
12915 \backslash
12916 spce 
12917 \end_layout
12918
12919 \end_inset
12920
12921 A=B
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12931 \end_inset
12932
12933
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 </row>
12939 <row>
12940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944
12945 \backslash
12946 boxed
12947 \begin_inset ERT
12948 status collapsed
12949
12950 \begin_layout Plain Layout
12951
12952
12953 \backslash
12954 spce 
12955 \end_layout
12956
12957 \end_inset
12958
12959
12960 \backslash
12961 int
12962 \begin_inset ERT
12963 status collapsed
12964
12965 \begin_layout Plain Layout
12966
12967
12968 \backslash
12969 spce 
12970 \end_layout
12971
12972 \end_inset
12973
12974 A=B
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12984 \end_inset
12985
12986
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 </row>
12992 <row>
12993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12994 \begin_inset Text
12995
12996 \begin_layout Plain Layout
12997 A+
12998 \backslash
12999 fbox
13000 \begin_inset ERT
13001 status collapsed
13002
13003 \begin_layout Plain Layout
13004
13005
13006 \backslash
13007 spce 
13008 \end_layout
13009
13010 \end_inset
13011
13012 B
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13022 \end_inset
13023
13024
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 </row>
13030 <row>
13031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13032 \begin_inset Text
13033
13034 \begin_layout Plain Layout
13035
13036 \backslash
13037 framebox
13038 \begin_inset ERT
13039 status collapsed
13040
13041 \begin_layout Plain Layout
13042
13043
13044 \backslash
13045 spce 
13046 \end_layout
13047
13048 \end_inset
13049
13050 20mm
13051 \begin_inset Formula $\to$
13052 \end_inset
13053
13054
13055 \begin_inset Formula $\to$
13056 \end_inset
13057
13058
13059 \family sans
13060 Ctrl+M
13061 \family default
13062  
13063 \backslash
13064 frac
13065 \begin_inset ERT
13066 status collapsed
13067
13068 \begin_layout Plain Layout
13069
13070
13071 \backslash
13072 spce 
13073 \end_layout
13074
13075 \end_inset
13076
13077 A
13078 \begin_inset Formula $\downarrow$
13079 \end_inset
13080
13081 B
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 \begin_inset Formula $\raisebox{6mm}{}$
13091 \end_inset
13092
13093
13094 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13095 \end_inset
13096
13097
13098 \begin_inset Formula $\raisebox{-4mm}{}$
13099 \end_inset
13100
13101
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 </row>
13107 </lyxtabular>
13108
13109 \end_inset
13110
13111
13112 \end_layout
13113
13114 \begin_layout Standard
13115 El grosor del marco también se puede ajustar.
13116  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13117  la fórmula:
13118 \end_layout
13119
13120 \begin_layout Standard
13121
13122 \series bold
13123
13124 \backslash
13125 fboxrule
13126 \series default
13127  
13128 \series bold
13129
13130 \begin_inset Quotes fld
13131 \end_inset
13132
13133 grosor
13134 \begin_inset Quotes frd
13135 \end_inset
13136
13137
13138 \series default
13139  
13140 \series bold
13141
13142 \backslash
13143 fboxsep
13144 \series default
13145  
13146 \series bold
13147
13148 \begin_inset Quotes fld
13149 \end_inset
13150
13151 distancia
13152 \begin_inset Quotes frd
13153 \end_inset
13154
13155
13156 \end_layout
13157
13158 \begin_layout Standard
13159 \begin_inset Quotes fld
13160 \end_inset
13161
13162 distancia
13163 \begin_inset Quotes frd
13164 \end_inset
13165
13166  especifica la distancia mínima entre el marco y el primer carácter en el
13167  cuadro.
13168  Un ejemplo de esto es la siguiente ecuación enmarcada:
13169 \begin_inset ERT
13170 status collapsed
13171
13172 \begin_layout Plain Layout
13173
13174
13175 \backslash
13176 fboxrule 2mm 
13177 \backslash
13178 fboxsep 3mm
13179 \end_layout
13180
13181 \end_inset
13182
13183
13184 \begin_inset Formula \[
13185 \boxed{A+B=C}\]
13186
13187 \end_inset
13188
13189
13190 \end_layout
13191
13192 \begin_layout Standard
13193 Delante de esta ecuación se han insertado los comandos
13194 \end_layout
13195
13196 \begin_layout Standard
13197
13198 \series bold
13199
13200 \backslash
13201 fboxrule
13202 \series default
13203  
13204 \series bold
13205 2mm
13206 \series default
13207  
13208 \series bold
13209
13210 \backslash
13211 fboxsep
13212 \series default
13213  
13214 \series bold
13215 3mm
13216 \end_layout
13217
13218 \begin_layout Standard
13219 en modo TeX.
13220  Los valores dados se usan para todos los cuadros siguientes.
13221 \end_layout
13222
13223 \begin_layout Standard
13224 Para volver al tamaño estándar del marco se inserta el comando
13225 \end_layout
13226
13227 \begin_layout Standard
13228
13229 \series bold
13230
13231 \backslash
13232 fboxrule
13233 \series default
13234  
13235 \series bold
13236 0.4pt
13237 \series default
13238  
13239 \series bold
13240
13241 \backslash
13242 fboxsep
13243 \series default
13244  
13245 \series bold
13246 3pt
13247 \series default
13248
13249 \begin_inset ERT
13250 status collapsed
13251
13252 \begin_layout Plain Layout
13253
13254
13255 \backslash
13256 fboxrule 0.4pt 
13257 \backslash
13258 fboxsep 3pt
13259 \end_layout
13260
13261 \end_inset
13262
13263
13264 \end_layout
13265
13266 \begin_layout Standard
13267 en modo TeX antes de la ecuación siguiente.
13268 \end_layout
13269
13270 \begin_layout Subsection
13271 Cuadros sin marco
13272 \begin_inset CommandInset label
13273 LatexCommand label
13274 name "sub:Cuadros-sin-marco"
13275
13276 \end_inset
13277
13278
13279 \begin_inset Index idx
13280 status collapsed
13281
13282 \begin_layout Plain Layout
13283 Cuadros ! sin marco
13284 \end_layout
13285
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \begin_layout Standard
13292 Para cuadros sin marco hay los comandos: 
13293 \series bold
13294
13295 \backslash
13296 mbox
13297 \series default
13298
13299 \begin_inset Index idx
13300 status collapsed
13301
13302 \begin_layout Plain Layout
13303 Comandos ! M ! 
13304 \backslash
13305 mbox
13306 \end_layout
13307
13308 \end_inset
13309
13310
13311 \series bold
13312
13313 \backslash
13314 makebox
13315 \series default
13316
13317 \begin_inset Index idx
13318 status collapsed
13319
13320 \begin_layout Plain Layout
13321 Comandos ! M ! 
13322 \backslash
13323 makebox
13324 \end_layout
13325
13326 \end_inset
13327
13328  y 
13329 \series bold
13330
13331 \backslash
13332 raisebox
13333 \series default
13334
13335 \begin_inset Index idx
13336 status collapsed
13337
13338 \begin_layout Plain Layout
13339 Comandos ! R ! 
13340 \backslash
13341 raisebox
13342 \end_layout
13343
13344 \end_inset
13345
13346 .
13347 \end_layout
13348
13349 \begin_layout Standard
13350 Con 
13351 \series bold
13352
13353 \backslash
13354 raisebox
13355 \series default
13356  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13357  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13358  
13359 \series bold
13360
13361 \backslash
13362 raisebox
13363 \series default
13364  se usa con el siguiente esquema: 
13365 \end_layout
13366
13367 \begin_layout Standard
13368
13369 \series bold
13370
13371 \backslash
13372 raisebox{altura}{contenido del marco}
13373 \end_layout
13374
13375 \begin_layout Standard
13376 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13377  extra, como con 
13378 \series bold
13379
13380 \backslash
13381 fbox
13382 \series default
13383 .
13384  
13385 \begin_inset Note Greyedout
13386 status open
13387
13388 \begin_layout Plain Layout
13389
13390 \series bold
13391 Nota
13392 \series default
13393 : Para
13394 \series bold
13395
13396 \backslash
13397 raisebox
13398 \series default
13399  se ha creado esta ecuación extra tecleando 
13400 \family sans
13401 Ctrl+M
13402 \family default
13403  dos veces en vez de una porque LyX aún no soporta 
13404 \series bold
13405
13406 \backslash
13407 raisebox
13408 \series default
13409  directamente.
13410 \end_layout
13411
13412 \end_inset
13413
13414
13415 \end_layout
13416
13417 \begin_layout Standard
13418 \align center
13419 \begin_inset Tabular
13420 <lyxtabular version="3" rows="4" columns="2">
13421 <features tabularvalignment="middle">
13422 <column alignment="center" valignment="top" width="0">
13423 <column alignment="center" valignment="top" width="0">
13424 <row>
13425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 Comando
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 Resultado
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 </row>
13444 <row>
13445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 H
13450 \backslash
13451 raisebox{2mm
13452 \begin_inset Formula $\to$
13453 \end_inset
13454
13455
13456 \backslash
13457 {al
13458 \begin_inset Formula $\to$
13459 \end_inset
13460
13461  lo
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13471 \end_inset
13472
13473
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 </row>
13479 <row>
13480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 H
13485 \backslash
13486 raisebox{-2mm
13487 \begin_inset Formula $\to$
13488 \end_inset
13489
13490
13491 \backslash
13492 {al
13493 \begin_inset Formula $\to$
13494 \end_inset
13495
13496 lo
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13506 \end_inset
13507
13508
13509 \end_layout
13510
13511 \end_inset
13512 </cell>
13513 </row>
13514 <row>
13515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13516 \begin_inset Text
13517
13518 \begin_layout Plain Layout
13519 A=
13520 \backslash
13521 raisebox{-2mm
13522 \begin_inset Formula $\to$
13523 \end_inset
13524
13525
13526 \backslash
13527 {
13528 \family sans
13529 Ctrl+M Ctrl+M
13530 \family default
13531  
13532 \backslash
13533 sqrt
13534 \begin_inset ERT
13535 status collapsed
13536
13537 \begin_layout Plain Layout
13538
13539
13540 \backslash
13541 spce 
13542 \end_layout
13543
13544 \end_inset
13545
13546
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13556 \end_inset
13557
13558
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 </row>
13564 </lyxtabular>
13565
13566 \end_inset
13567
13568
13569 \end_layout
13570
13571 \begin_layout Standard
13572 El comando 
13573 \series bold
13574
13575 \backslash
13576 mbox
13577 \series default
13578  es equivalente a 
13579 \series bold
13580
13581 \backslash
13582 fbox
13583 \series default
13584  y 
13585 \series bold
13586
13587 \backslash
13588 makebox
13589 \series default
13590  es equivalente a 
13591 \series bold
13592
13593 \backslash
13594 framebox
13595 \series default
13596 , con la diferencia de que no hay marco.
13597 \end_layout
13598
13599 \begin_layout Subsection
13600 Cuadros coloreados
13601 \begin_inset CommandInset label
13602 LatexCommand label
13603 name "sub:Cuadros-coloreados"
13604
13605 \end_inset
13606
13607
13608 \begin_inset Index idx
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612 Cuadros ! coloreados
13613 \end_layout
13614
13615 \end_inset
13616
13617
13618 \end_layout
13619
13620 \begin_layout Standard
13621 Para poder usar todos los comandos explicados en esta sección hay que cargar
13622  en el preámbulo LaTeX el paquete LaTeX 
13623 \series bold
13624 color
13625 \series default
13626
13627 \begin_inset Foot
13628 status collapsed
13629
13630 \begin_layout Plain Layout
13631 El paquete LaTeX 
13632 \series bold
13633 color
13634 \series default
13635  forma parte de toda distribución LaTeX estándar.
13636 \end_layout
13637
13638 \end_inset
13639
13640
13641 \begin_inset Index idx
13642 status collapsed
13643
13644 \begin_layout Plain Layout
13645 Paquetes ! color
13646 \end_layout
13647
13648 \end_inset
13649
13650 , con la línea
13651 \begin_inset Foot
13652 status collapsed
13653
13654 \begin_layout Plain Layout
13655 Cuando hay texto coloreado con un color predefinido en alguna parte del
13656  documento, LyX carga automáticamente el paquete LaTeX 
13657 \series bold
13658 color
13659 \series default
13660 .
13661  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13662  origina problemas.
13663 \end_layout
13664
13665 \end_inset
13666
13667
13668 \begin_inset Note Note
13669 status collapsed
13670
13671 \begin_layout Plain Layout
13672 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13673  en el preámbulo LaTeX.
13674 \end_layout
13675
13676 \end_inset
13677
13678
13679 \end_layout
13680
13681 \begin_layout Standard
13682
13683 \series bold
13684
13685 \backslash
13686 usepackage{color}
13687 \begin_inset VSpace medskip
13688 \end_inset
13689
13690
13691 \end_layout
13692
13693 \begin_layout Standard
13694 Para colorear cuadros se usa el comando 
13695 \series bold
13696
13697 \backslash
13698 colorbox
13699 \series default
13700
13701 \begin_inset Index idx
13702 status collapsed
13703
13704 \begin_layout Plain Layout
13705 Comandos ! C ! 
13706 \backslash
13707 colorbox
13708 \end_layout
13709
13710 \end_inset
13711
13712  con el siguiente esquema:
13713 \end_layout
13714
13715 \begin_layout Standard
13716
13717 \series bold
13718
13719 \backslash
13720 colorbox{color}{contenido del cuadro}
13721 \end_layout
13722
13723 \begin_layout Standard
13724 El contenido del cuadro puede ser otro cuadro, y también un 
13725 \backslash
13726
13727 \series bold
13728 colorbox
13729 \series default
13730  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13731  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13732  como con 
13733 \series bold
13734
13735 \backslash
13736 raisebox
13737 \series default
13738 .
13739 \begin_inset Foot
13740 status collapsed
13741
13742 \begin_layout Plain Layout
13743 Esto también se aplica para el comando 
13744 \series bold
13745
13746 \backslash
13747 fcolorbox
13748 \series default
13749 .
13750 \end_layout
13751
13752 \end_inset
13753
13754  
13755 \end_layout
13756
13757 \begin_layout Standard
13758 Se puede elegir uno de los siguientes colores predefinidos:
13759 \end_layout
13760
13761 \begin_layout Standard
13762
13763 \series bold
13764 black
13765 \series default
13766
13767 \series bold
13768 blue
13769 \series default
13770
13771 \series bold
13772 cyan
13773 \series default
13774
13775 \series bold
13776 green
13777 \series default
13778
13779 \series bold
13780 magenta
13781 \series default
13782
13783 \series bold
13784 red
13785 \series default
13786
13787 \series bold
13788 white
13789 \series default
13790
13791 \series bold
13792 yellow
13793 \end_layout
13794
13795 \begin_layout Standard
13796 \align center
13797 \begin_inset Tabular
13798 <lyxtabular version="3" rows="4" columns="2">
13799 <features tabularvalignment="middle">
13800 <column alignment="center" valignment="top" width="0">
13801 <column alignment="center" valignment="top" width="0">
13802 <row>
13803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 Comando
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816 Resultado
13817 \begin_inset Note Note
13818 status collapsed
13819
13820 \begin_layout Plain Layout
13821
13822 \series bold
13823
13824 \backslash
13825 raisebox
13826 \series default
13827  se usa sólo como espaciador
13828 \end_layout
13829
13830 \end_inset
13831
13832
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 </row>
13838 <row>
13839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843
13844 \backslash
13845 colorbox{yellow
13846 \begin_inset Formula $\to$
13847 \end_inset
13848
13849
13850 \backslash
13851 {A=B
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13861 \end_inset
13862
13863
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 </row>
13869 <row>
13870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874
13875 \backslash
13876 colorbox{green
13877 \begin_inset Formula $\to$
13878 \end_inset
13879
13880
13881 \backslash
13882 {
13883 \backslash
13884 fbox
13885 \begin_inset ERT
13886 status collapsed
13887
13888 \begin_layout Plain Layout
13889
13890
13891 \backslash
13892 spce 
13893 \end_layout
13894
13895 \end_inset
13896
13897 A=B
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Plain Layout
13906 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 </row>
13915 <row>
13916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13917 \begin_inset Text
13918
13919 \begin_layout Plain Layout
13920
13921 \backslash
13922 fbox
13923 \begin_inset ERT
13924 status collapsed
13925
13926 \begin_layout Plain Layout
13927
13928
13929 \backslash
13930 spce 
13931 \end_layout
13932
13933 \end_inset
13934
13935
13936 \backslash
13937 colorbox{green
13938 \begin_inset Formula $\to$
13939 \end_inset
13940
13941
13942 \backslash
13943 {
13944 \family sans
13945 Ctrl+M Ctrl+M
13946 \family default
13947  
13948 \backslash
13949 int
13950 \begin_inset ERT
13951 status collapsed
13952
13953 \begin_layout Plain Layout
13954
13955
13956 \backslash
13957 spce 
13958 \end_layout
13959
13960 \end_inset
13961
13962 C=D
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Plain Layout
13971 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13972 \end_inset
13973
13974
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 </row>
13980 </lyxtabular>
13981
13982 \end_inset
13983
13984
13985 \end_layout
13986
13987 \begin_layout Standard
13988
13989 \series bold
13990
13991 \backslash
13992 colorbox
13993 \series default
13994  sólo colorea el cuadro pero no los caracteres.
13995  Para colorear todos los caracteres se selecciona toda la ecuación y se
13996  elige un color en el diálogo 
13997 \family sans
13998 Estilo
13999 \begin_inset space ~
14000 \end_inset
14001
14002 del
14003 \begin_inset space ~
14004 \end_inset
14005
14006 texto
14007 \family default
14008 .
14009  El diálogo puede abrirse con el botón 
14010 \begin_inset Graphics
14011         filename ../../images/dialog-show_character.png
14012         scale 85
14013
14014 \end_inset
14015
14016  de la barra de herramientas o con el menú 
14017 \family sans
14018 Editar\SpecialChar \menuseparator
14019 Estilo
14020 \begin_inset space ~
14021 \end_inset
14022
14023 del
14024 \begin_inset space ~
14025 \end_inset
14026
14027 texto\SpecialChar \menuseparator
14028 Personalizado
14029 \family default
14030 .
14031  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
14032  Si el número de la ecuación debe tener otro color que el de los caracteres
14033  de la ecuación, el color debe cambiarse dentro de la ecuación.
14034 \end_layout
14035
14036 \begin_layout Standard
14037 Un ejemplo:
14038 \color red
14039
14040 \begin_inset Formula \begin{equation}
14041 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
14042
14043 \end_inset
14044
14045
14046 \color green
14047
14048 \begin_inset Formula \begin{equation}
14049 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
14050
14051 \end_inset
14052
14053
14054 \end_layout
14055
14056 \begin_layout Standard
14057 La ecuación 
14058 \begin_inset CommandInset ref
14059 LatexCommand eqref
14060 reference "eq:rojo"
14061
14062 \end_inset
14063
14064  está toda coloreada en rojo.
14065 \begin_inset Newline newline
14066 \end_inset
14067
14068 La ecuación 
14069 \begin_inset CommandInset ref
14070 LatexCommand eqref
14071 reference "eq:rojoverde"
14072
14073 \end_inset
14074
14075  se ha coloreado en primer lugar toda en verde para colorear el número de
14076  la ecuación.
14077  Posteriormente se han coloreado en rojo los caracteres.
14078 \family sans
14079
14080 \begin_inset VSpace bigskip
14081 \end_inset
14082
14083
14084 \end_layout
14085
14086 \begin_layout Standard
14087 Para colorear diferente el marco y el resto del cuadro se usa el comando
14088  
14089 \series bold
14090
14091 \backslash
14092 fcolorbox
14093 \series default
14094
14095 \begin_inset Index idx
14096 status collapsed
14097
14098 \begin_layout Plain Layout
14099 Comandos ! F ! 
14100 \backslash
14101 fcolorbox
14102 \end_layout
14103
14104 \end_inset
14105
14106  con el siguiente esquema:
14107 \end_layout
14108
14109 \begin_layout Standard
14110
14111 \series bold
14112
14113 \backslash
14114 fcolorbox{color del marco}{color}{contenido del cuadro}
14115 \end_layout
14116
14117 \begin_layout Standard
14118 Así pues 
14119 \series bold
14120
14121 \backslash
14122 fcolorbox
14123 \series default
14124  es una extensión del comando 
14125 \series bold
14126
14127 \backslash
14128 colorbox
14129 \series default
14130 .
14131  La anchura del marco se establece, como para 
14132 \series bold
14133
14134 \backslash
14135 framebox
14136 \series default
14137 , con 
14138 \series bold
14139
14140 \backslash
14141 fboxrule
14142 \series default
14143  y 
14144 \series bold
14145
14146 \backslash
14147 fboxsep
14148 \series default
14149 .
14150  Un ejemplo:
14151 \begin_inset ERT
14152 status collapsed
14153
14154 \begin_layout Plain Layout
14155
14156
14157 \backslash
14158 fboxrule 1mm 
14159 \backslash
14160 fboxsep 1mm
14161 \end_layout
14162
14163 \end_inset
14164
14165
14166 \begin_inset Formula \[
14167 \fcolorbox{cyan}{magenta}{A=B}\]
14168
14169 \end_inset
14170
14171
14172 \end_layout
14173
14174 \begin_layout Standard
14175 \begin_inset ERT
14176 status collapsed
14177
14178 \begin_layout Plain Layout
14179
14180
14181 \backslash
14182 fboxrule 0.4pt 
14183 \backslash
14184 fboxsep 3pt
14185 \end_layout
14186
14187 \end_inset
14188
14189
14190 \end_layout
14191
14192 \begin_layout Standard
14193 Esta ecuación se ha compuesto con el comando
14194 \begin_inset Newline newline
14195 \end_inset
14196
14197
14198 \series bold
14199
14200 \backslash
14201 fcolorbox{cyan
14202 \begin_inset Formula $\to$
14203 \end_inset
14204
14205
14206 \backslash
14207 {magenta
14208 \begin_inset Formula $\to$
14209 \end_inset
14210
14211
14212 \backslash
14213 {A=B
14214 \end_layout
14215
14216 \begin_layout Standard
14217 \begin_inset VSpace bigskip
14218 \end_inset
14219
14220
14221 \end_layout
14222
14223 \begin_layout Standard
14224 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14225 \end_layout
14226
14227 \begin_layout Standard
14228 Por ejemplo, se puede definir el color 
14229 \begin_inset Quotes fld
14230 \end_inset
14231
14232
14233 \series bold
14234 verdeoscuro
14235 \series default
14236
14237 \begin_inset Quotes frd
14238 \end_inset
14239
14240  con la línea de preámbulo LaTeX:
14241 \end_layout
14242
14243 \begin_layout Standard
14244
14245 \series bold
14246
14247 \backslash
14248 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14249 \series default
14250
14251 \begin_inset Index idx
14252 status collapsed
14253
14254 \begin_layout Plain Layout
14255 Comandos ! D ! 
14256 \backslash
14257 definecolor
14258 \end_layout
14259
14260 \end_inset
14261
14262
14263 \end_layout
14264
14265 \begin_layout Standard
14266
14267 \series bold
14268 cmyk
14269 \series default
14270  es el espacio de color referido a los colores 
14271 \series bold
14272 cyan
14273 \series default
14274
14275 \series bold
14276 magenta
14277 \series default
14278
14279 \series bold
14280 yellow
14281 \series default
14282  y 
14283 \series bold
14284 black
14285 \series default
14286 .
14287  Los cuatro números separados por coma son el factor de cuota para los colores
14288  correspondientes del espacio de color.
14289  Los factores pueden estar en el rango 0-1.
14290  En vez de 
14291 \series bold
14292 cmyk
14293 \series default
14294  se puede usar el espacio de color 
14295 \series bold
14296 rgb
14297 \series default
14298 , que se refiere a 
14299 \series bold
14300 red
14301 \series default
14302
14303 \series bold
14304 green
14305 \series default
14306  y 
14307 \series bold
14308 blue
14309 \series default
14310 , así pues en este caso hay tres factores de cuota para los correspondientes
14311  colores.
14312  Además hay el espacio de color 
14313 \series bold
14314 gray
14315 \series default
14316  con un factor de cuota para el valor gris.
14317 \end_layout
14318
14319 \begin_layout Standard
14320 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14321 \series bold
14322 verdeoscuro
14323 \series default
14324  y los caracteres en color amarillo:
14325 \color black
14326
14327 \begin_inset Formula \begin{equation}
14328 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14329
14330 \end_inset
14331
14332
14333 \end_layout
14334
14335 \begin_layout Standard
14336 Los colores personalizados también se pueden usar para texto con la ayuda
14337  del comando 
14338 \series bold
14339
14340 \backslash
14341 textcolor
14342 \series default
14343
14344 \begin_inset Index idx
14345 status collapsed
14346
14347 \begin_layout Plain Layout
14348 Texto ! coloreado
14349 \end_layout
14350
14351 \end_inset
14352
14353
14354 \end_layout
14355
14356 \begin_layout Standard
14357 \begin_inset ERT
14358 status collapsed
14359
14360 \begin_layout Plain Layout
14361
14362
14363 \backslash
14364 textcolor{verdeoscuro}{
14365 \end_layout
14366
14367 \end_inset
14368
14369 Esta frase en 
14370 \begin_inset Quotes fld
14371 \end_inset
14372
14373 verdeoscuro
14374 \begin_inset Quotes frd
14375 \end_inset
14376
14377 .
14378 \begin_inset ERT
14379 status collapsed
14380
14381 \begin_layout Plain Layout
14382
14383 }
14384 \end_layout
14385
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \begin_layout Standard
14392
14393 \series bold
14394
14395 \backslash
14396 textcolor
14397 \series default
14398
14399 \begin_inset Index idx
14400 status collapsed
14401
14402 \begin_layout Plain Layout
14403 Comandos ! T ! 
14404 \backslash
14405 textcolor
14406 \end_layout
14407
14408 \end_inset
14409
14410  se usa con el esquema 
14411 \series bold
14412
14413 \backslash
14414 textcolor{color}{caracteres a colorear}
14415 \series default
14416 .
14417 \end_layout
14418
14419 \begin_layout Subsection
14420 Cuadros de párrafo
14421 \begin_inset CommandInset label
14422 LatexCommand label
14423 name "sub:Cuadros-de-párrafo"
14424
14425 \end_inset
14426
14427
14428 \begin_inset Index idx
14429 status collapsed
14430
14431 \begin_layout Plain Layout
14432 Cuadros ! para párrafos
14433 \end_layout
14434
14435 \end_inset
14436
14437
14438 \end_layout
14439
14440 \begin_layout Standard
14441 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14442  de párrafo (parbox), se puede generar con el menú 
14443 \family sans
14444 Insertar\SpecialChar \menuseparator
14445 Cuadro
14446 \family default
14447  o con el botón 
14448 \begin_inset Graphics
14449         filename ../../images/box-insert.png
14450         scale 85
14451
14452 \end_inset
14453
14454  de la barra de herramientas.
14455 \end_layout
14456
14457 \begin_layout Standard
14458 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14459 \begin_inset VSpace medskip
14460 \end_inset
14461
14462 Esta línea contiene 
14463 \begin_inset Box Boxed
14464 position "c"
14465 hor_pos "c"
14466 has_inner_box 1
14467 inner_pos "c"
14468 use_parbox 1
14469 use_makebox 0
14470 width "5cm"
14471 special "none"
14472 height "1in"
14473 height_special "totalheight"
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477 Esto es un cuadro de párrafo.
14478  Tiene exactamente 5
14479 \begin_inset space \thinspace{}
14480 \end_inset
14481
14482 cm de largo y además puede contener ecuaciones: 
14483 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14484 \end_inset
14485
14486
14487 \end_layout
14488
14489 \end_inset
14490
14491
14492 \begin_inset space ~
14493 \end_inset
14494
14495  un cuadro de párrafo.
14496 \begin_inset VSpace medskip
14497 \end_inset
14498
14499 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14500  Surge un diálogo con las propiedades del cuadro.
14501  En este caso: 
14502 \emph on
14503 Decoración
14504 \emph default
14505 : Marco rectangular, 
14506 \emph on
14507 Cuadro interior
14508 \emph default
14509 : Párrafo, 
14510 \emph on
14511 Ancho
14512 \emph default
14513 : 5
14514 \begin_inset space \thinspace{}
14515 \end_inset
14516
14517 cm, 
14518 \emph on
14519 Alineación Vertical
14520 \emph default
14521  
14522 \emph on
14523 Cuadro
14524 \emph default
14525 : Medio.
14526 \end_layout
14527
14528 \begin_layout Standard
14529 \begin_inset VSpace medskip
14530 \end_inset
14531
14532 En LaTeX, un cuadro de párrafo se inserta con el comando 
14533 \series bold
14534
14535 \backslash
14536 parbox
14537 \series default
14538
14539 \begin_inset Index idx
14540 status collapsed
14541
14542 \begin_layout Plain Layout
14543 Comandos ! P ! 
14544 \backslash
14545 parbox
14546 \end_layout
14547
14548 \end_inset
14549
14550  con el esquema siguiente:
14551 \end_layout
14552
14553 \begin_layout Standard
14554
14555 \series bold
14556
14557 \backslash
14558 parbox[posición]{anchura}{contenido}
14559 \end_layout
14560
14561 \begin_layout Standard
14562 Son posibles las posiciones 
14563 \emph on
14564 b
14565 \emph default
14566  y 
14567 \emph on
14568 t
14569 \emph default
14570
14571 \emph on
14572 b
14573 \emph default
14574  por 
14575 \begin_inset Quotes fld
14576 \end_inset
14577
14578 bottom
14579 \begin_inset Quotes frd
14580 \end_inset
14581
14582  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14583  Con 
14584 \emph on
14585 t
14586 \emph default
14587 , por 
14588 \begin_inset Quotes fld
14589 \end_inset
14590
14591 top
14592 \begin_inset Quotes frd
14593 \end_inset
14594
14595  (arriba), la alineación se hace con la primera línea.
14596  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14597  
14598 \emph on
14599 Cuadros
14600 \emph default
14601  del manual 
14602 \emph on
14603 Objetos insertados
14604 \emph default
14605  para ejemplos.
14606 \end_layout
14607
14608 \begin_layout Standard
14609 \begin_inset VSpace bigskip
14610 \end_inset
14611
14612 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14613  ponerse en un cuadro de párrafo.
14614  Para ello se inserta el comando
14615 \begin_inset Newline newline
14616 \end_inset
14617
14618
14619 \series bold
14620
14621 \backslash
14622 fbox{
14623 \backslash
14624 parbox{
14625 \backslash
14626 linewidth-2
14627 \backslash
14628 fboxsep-2
14629 \backslash
14630 fboxrule}{
14631 \begin_inset Newline newline
14632 \end_inset
14633
14634
14635 \series default
14636 en modo TeX delante de la ecuación.
14637  Aquí 
14638 \series bold
14639
14640 \backslash
14641 linewidth
14642 \series default
14643
14644 \begin_inset Index idx
14645 status collapsed
14646
14647 \begin_layout Plain Layout
14648 Comandos ! L ! 
14649 \backslash
14650 linewidth
14651 \end_layout
14652
14653 \end_inset
14654
14655  es la anchura de línea establecida para el documento.
14656  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14657  anchura dos veces la separación del marco y el grosor.
14658  Como LyX no lo hace automáticamente debido a un fallo,
14659 \begin_inset Foot
14660 status collapsed
14661
14662 \begin_layout Plain Layout
14663 \begin_inset CommandInset href
14664 LatexCommand href
14665 name "LyX-bug #4483"
14666 target "http://www.lyx.org/trac/ticket/4483"
14667
14668 \end_inset
14669
14670
14671 \end_layout
14672
14673 \end_inset
14674
14675  hay que usar modo TeX.
14676  Para poder multiplicar y restar en los argumentos hay que cargar en el
14677  preámbulo LaTeX el paquete LaTeX 
14678 \series bold
14679 calc
14680 \series default
14681 ,
14682 \begin_inset Foot
14683 status collapsed
14684
14685 \begin_layout Plain Layout
14686
14687 \series bold
14688 calc
14689 \series default
14690  es parte de toda instalación LaTeX estándar.
14691 \end_layout
14692
14693 \end_inset
14694
14695
14696 \begin_inset Index idx
14697 status collapsed
14698
14699 \begin_layout Plain Layout
14700 Paquetes ! calc
14701 \end_layout
14702
14703 \end_inset
14704
14705  con la línea
14706 \end_layout
14707
14708 \begin_layout Standard
14709
14710 \series bold
14711
14712 \backslash
14713 usepackage{calc}
14714 \end_layout
14715
14716 \begin_layout Standard
14717 Detrás de la ecuación se cierran ambos cuadros con 
14718 \series bold
14719 }}
14720 \series default
14721  en modo TeX.
14722  Aquí hay un ejemplo:
14723 \begin_inset ERT
14724 status collapsed
14725
14726 \begin_layout Plain Layout
14727
14728
14729 \backslash
14730 fboxsep 5mm 
14731 \backslash
14732 fboxrule 5mm
14733 \end_layout
14734
14735 \end_inset
14736
14737
14738 \end_layout
14739
14740 \begin_layout Standard
14741 \begin_inset ERT
14742 status collapsed
14743
14744 \begin_layout Plain Layout
14745
14746
14747 \backslash
14748 fbox{
14749 \backslash
14750 parbox{
14751 \backslash
14752 linewidth-2
14753 \backslash
14754 fboxsep-2
14755 \backslash
14756 fboxrule}{
14757 \end_layout
14758
14759 \end_inset
14760
14761
14762 \begin_inset Formula \begin{equation}
14763 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14764
14765 \end_inset
14766
14767
14768 \end_layout
14769
14770 \begin_layout Standard
14771 \begin_inset ERT
14772 status collapsed
14773
14774 \begin_layout Plain Layout
14775
14776 }}
14777 \end_layout
14778
14779 \end_inset
14780
14781
14782 \begin_inset ERT
14783 status collapsed
14784
14785 \begin_layout Plain Layout
14786
14787
14788 \backslash
14789 fboxrule 0.4pt 
14790 \backslash
14791 fboxsep 3pt
14792 \end_layout
14793
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \begin_layout Standard
14800 \begin_inset VSpace medskip
14801 \end_inset
14802
14803
14804 \end_layout
14805
14806 \begin_layout Standard
14807 Como se ha usado el cuadro de párrafo como argumento de 
14808 \series bold
14809
14810 \backslash
14811 fbox
14812 \series default
14813 , en este caso no hay diferencia entre 
14814 \series bold
14815
14816 \backslash
14817 fbox
14818 \series default
14819  y 
14820 \series bold
14821
14822 \backslash
14823 boxed
14824 \series default
14825 .
14826  
14827 \end_layout
14828
14829 \begin_layout Standard
14830 \begin_inset VSpace bigskip
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \begin_layout Standard
14837 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14838  Para hacerlo, se usa 
14839 \series bold
14840
14841 \backslash
14842 parbox
14843 \series default
14844  en combinación con el comando 
14845 \series bold
14846
14847 \backslash
14848 tag
14849 \series default
14850 .
14851  (Véase más sobre 
14852 \series bold
14853
14854 \backslash
14855 tag
14856 \series default
14857  en 
14858 \begin_inset CommandInset ref
14859 LatexCommand ref
14860 reference "sub:Numeración-personalizada"
14861
14862 \end_inset
14863
14864 ).
14865 \end_layout
14866
14867 \begin_layout Standard
14868 Un ejemplo de ecuación comentada con 
14869 \series bold
14870
14871 \backslash
14872 parbox
14873 \series default
14874 :
14875 \end_layout
14876
14877 \begin_layout Standard
14878 \begin_inset ERT
14879 status collapsed
14880
14881 \begin_layout Plain Layout
14882
14883
14884 \backslash
14885 [5x-7b=3b
14886 \backslash
14887 tag*{
14888 \backslash
14889 parbox{5cm}{
14890 \end_layout
14891
14892 \end_inset
14893
14894 Esto es una descripción.
14895  Está claramente separada de la ecuación y es multilínea.
14896 \begin_inset ERT
14897 status collapsed
14898
14899 \begin_layout Plain Layout
14900
14901 }}
14902 \backslash
14903 ]
14904 \end_layout
14905
14906 \end_inset
14907
14908
14909 \end_layout
14910
14911 \begin_layout Standard
14912 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14913  no soporta el comando 
14914 \series bold
14915
14916 \backslash
14917 parbox
14918 \series default
14919  en ecuaciones.
14920  La ecuación se compone con la siguiente secuencia de comandos:
14921 \end_layout
14922
14923 \begin_layout Standard
14924 El comando 
14925 \series bold
14926
14927 \backslash
14928 [5x-7b=3b
14929 \backslash
14930 tag*
14931 \backslash
14932 {
14933 \backslash
14934 parbox{5cm}{
14935 \series default
14936  se inserta en modo TeX.
14937 \begin_inset Foot
14938 status collapsed
14939
14940 \begin_layout Plain Layout
14941 Si se usa el estilo de ecuación 
14942 \series bold
14943 Sangrado
14944 \series default
14945
14946 \series bold
14947
14948 \backslash
14949 tag*
14950 \backslash
14951
14952 \series default
14953  se puede reemplazar por 
14954 \series bold
14955
14956 \backslash
14957 hfill
14958 \series default
14959 .
14960  (Véanse los estilos de ecuación en 
14961 \begin_inset CommandInset ref
14962 LatexCommand ref
14963 reference "sec:Estilos-de-ecuación"
14964
14965 \end_inset
14966
14967 ).
14968 \end_layout
14969
14970 \end_inset
14971
14972  Después sigue la descripción en texto normal, y por último 
14973 \series bold
14974 }}
14975 \backslash
14976 ]
14977 \series default
14978  en modo TeX.
14979  Aquí los comandos 
14980 \series bold
14981
14982 \backslash
14983 [
14984 \series default
14985  y 
14986 \series bold
14987
14988 \backslash
14989 ]
14990 \series default
14991  crean una ecuación presentada.
14992 \end_layout
14993
14994 \begin_layout Standard
14995 Las ventajas de 
14996 \series bold
14997
14998 \backslash
14999 parbox
15000 \series default
15001  pueden verse en este ejemplo que se ha 
15002 \begin_inset Quotes fld
15003 \end_inset
15004
15005 comentado
15006 \begin_inset Quotes frd
15007 \end_inset
15008
15009  usando el modo texto matemático:
15010 \begin_inset Formula \[
15011 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
15012
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \begin_layout Section
15019 Operadores
15020 \begin_inset Index idx
15021 status collapsed
15022
15023 \begin_layout Plain Layout
15024 Operadores
15025 \end_layout
15026
15027 \end_inset
15028
15029
15030 \end_layout
15031
15032 \begin_layout Subsection
15033 Operadores grandes
15034 \begin_inset CommandInset label
15035 LatexCommand label
15036 name "sub:Operadores-grandes"
15037
15038 \end_inset
15039
15040
15041 \begin_inset Index idx
15042 status collapsed
15043
15044 \begin_layout Plain Layout
15045 Operadores ! grandes
15046 \end_layout
15047
15048 \end_inset
15049
15050
15051 \begin_inset Index idx
15052 status collapsed
15053
15054 \begin_layout Plain Layout
15055 Sumatorios
15056 \end_layout
15057
15058 \end_inset
15059
15060
15061 \begin_inset Index idx
15062 status collapsed
15063
15064 \begin_layout Plain Layout
15065 Integrales
15066 \end_layout
15067
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \begin_layout Standard
15074 Para poder usar todos los comandos de integrales listados aquí, debe estar
15075  marcada la opción 
15076 \family sans
15077 Usar paquete esint automáticamente
15078 \family default
15079  en el apartado 
15080 \family sans
15081 Ecuaciones
15082 \family default
15083  de la configuración del documento.
15084  
15085 \end_layout
15086
15087 \begin_layout Standard
15088 \begin_inset space \hfill{}
15089 \end_inset
15090
15091
15092 \begin_inset Tabular
15093 <lyxtabular version="3" rows="11" columns="2">
15094 <features tabularvalignment="middle">
15095 <column alignment="center" valignment="top" width="0pt">
15096 <column alignment="center" valignment="top" width="0pt">
15097 <row>
15098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102 Comando
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111 Resultado
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row>
15118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \backslash
15124 int
15125 \begin_inset Index idx
15126 status collapsed
15127
15128 \begin_layout Plain Layout
15129 Comandos ! I ! 
15130 \backslash
15131 int
15132 \end_layout
15133
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 \begin_inset Formula $\int$
15146 \end_inset
15147
15148
15149 \end_layout
15150
15151 \end_inset
15152 </cell>
15153 </row>
15154 <row>
15155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159
15160 \backslash
15161 oint
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 \begin_inset Formula $\oint$
15171 \end_inset
15172
15173
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 </row>
15179 <row>
15180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184
15185 \backslash
15186 ointctrclockwise
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195 \begin_inset Formula $\ointctrclockwise$
15196 \end_inset
15197
15198
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 </row>
15204 <row>
15205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209
15210 \backslash
15211 ointclockwise
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220 \begin_inset Formula $\ointclockwise$
15221 \end_inset
15222
15223
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 </row>
15229 <row>
15230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234
15235 \backslash
15236 sqint
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Plain Layout
15245 \begin_inset Formula $\sqint$
15246 \end_inset
15247
15248
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 </row>
15254 <row>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259
15260 \backslash
15261 fint
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Plain Layout
15270  
15271 \begin_inset Formula $\fint$
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 </row>
15280 <row>
15281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285
15286 \backslash
15287 landupint
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296  
15297 \begin_inset Formula $\landupint$
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 </row>
15306 <row>
15307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311
15312 \backslash
15313 landdownint
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322  
15323 \begin_inset Formula $\landdownint$
15324 \end_inset
15325
15326
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 </row>
15332 <row>
15333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337
15338 \backslash
15339 bigcap
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348 \begin_inset Formula $\bigcap$
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 </row>
15357 <row>
15358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362
15363 \backslash
15364 bigcup
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373 \begin_inset Formula $\bigcup$
15374 \end_inset
15375
15376
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 </row>
15382 </lyxtabular>
15383
15384 \end_inset
15385
15386
15387 \begin_inset space \hfill{}
15388 \end_inset
15389
15390
15391 \begin_inset Tabular
15392 <lyxtabular version="3" rows="11" columns="2">
15393 <features tabularvalignment="middle">
15394 <column alignment="center" valignment="top" width="0pt">
15395 <column alignment="center" valignment="top" width="0pt">
15396 <row>
15397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Plain Layout
15401 Comando
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410 Resultado
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 </row>
15416 <row>
15417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421
15422 \backslash
15423 sum
15424 \begin_inset Index idx
15425 status collapsed
15426
15427 \begin_layout Plain Layout
15428 Comandos ! S ! 
15429 \backslash
15430 sum
15431 \end_layout
15432
15433 \end_inset
15434
15435
15436 \end_layout
15437
15438 \end_inset
15439 </cell>
15440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444 \begin_inset Formula $\sum$
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 </row>
15453 <row>
15454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458
15459 \backslash
15460 prod
15461 \begin_inset Index idx
15462 status collapsed
15463
15464 \begin_layout Plain Layout
15465 Comandos ! P ! 
15466 \backslash
15467 prod
15468 \end_layout
15469
15470 \end_inset
15471
15472
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15478 \begin_inset Text
15479
15480 \begin_layout Plain Layout
15481 \begin_inset Formula $\prod$
15482 \end_inset
15483
15484
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 </row>
15490 <row>
15491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495
15496 \backslash
15497 coprod
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506 \begin_inset Formula $\coprod$
15507 \end_inset
15508
15509
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 </row>
15515 <row>
15516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Plain Layout
15520
15521 \backslash
15522 bigodot
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531 \begin_inset Formula $\bigodot$
15532 \end_inset
15533
15534
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 </row>
15540 <row>
15541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \backslash
15547 bigotimes
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556 \begin_inset Formula $\bigotimes$
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 </row>
15565 <row>
15566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570
15571 \backslash
15572 bigoplus
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Plain Layout
15581 \begin_inset Formula $\bigoplus$
15582 \end_inset
15583
15584
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 </row>
15590 <row>
15591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \backslash
15597 bigwedge
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606 \begin_inset Formula $\bigwedge$
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 </row>
15615 <row>
15616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620
15621 \backslash
15622 bigvee
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631 \begin_inset Formula $\bigvee$
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 </row>
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \backslash
15647 bigsqcup
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 \begin_inset Formula $\bigsqcup$
15657 \end_inset
15658
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 </row>
15665 <row>
15666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \backslash
15672 biguplus
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681 \begin_inset Formula $\biguplus$
15682 \end_inset
15683
15684
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 </row>
15690 </lyxtabular>
15691
15692 \end_inset
15693
15694
15695 \begin_inset space \hfill{}
15696 \end_inset
15697
15698
15699 \end_layout
15700
15701 \begin_layout Standard
15702 Todos los operadores grandes se pueden insertar con el botón 
15703 \begin_inset Graphics
15704         filename ../../images/math/intop.png
15705         scale 85
15706
15707 \end_inset
15708
15709  de la barra de ecuaciones.
15710 \end_layout
15711
15712 \begin_layout Standard
15713 Estos operadores son llamados grandes porque son mayores que los operadores
15714  binarios de aspecto semejante.
15715  Todos los operadores grandes pueden tener límites, como se describe en
15716  la subsección siguiente.
15717 \end_layout
15718
15719 \begin_layout Standard
15720 Para todos los operadores de integral hay una segunda versión disponible,
15721  terminando en 
15722 \series bold
15723 op
15724 \series default
15725
15726 \series bold
15727
15728 \backslash
15729 intop
15730 \series default
15731
15732 \series bold
15733
15734 \backslash
15735 ointop
15736 \series default
15737  etc.
15738  Estos operadores difieren de 
15739 \series bold
15740
15741 \backslash
15742 int
15743 \series default
15744 , etc., en el estilo en que se presentan los límites, véase
15745 \series bold
15746  
15747 \series default
15748
15749 \begin_inset CommandInset ref
15750 LatexCommand ref
15751 reference "sub:Límites-de-operadores"
15752
15753 \end_inset
15754
15755 .
15756 \end_layout
15757
15758 \begin_layout Subsubsection*
15759 Sugerencias para las integrales
15760 \end_layout
15761
15762 \begin_layout Standard
15763 La letra 
15764 \emph on
15765 d
15766 \emph default
15767  en una integral es un operador, por consiguiente debe escribirse en redonda.
15768  Esto se hace resaltando la 
15769 \emph on
15770 d
15771 \emph default
15772  y usando el atajo de teclado 
15773 \family sans
15774 Alt+C
15775 \begin_inset space ~
15776 \end_inset
15777
15778 R
15779 \family default
15780 .
15781 \begin_inset Foot
15782 status collapsed
15783
15784 \begin_layout Plain Layout
15785 véase estilos de letras en 
15786 \begin_inset CommandInset ref
15787 LatexCommand ref
15788 reference "sub:Estilos-de-fuentes"
15789
15790 \end_inset
15791
15792  
15793 \end_layout
15794
15795 \end_inset
15796
15797  Delante de la 
15798 \emph on
15799 d
15800 \emph default
15801  se inserta un espacio delgado, como es habitual en los operadores.
15802  Un ejemplo:
15803 \end_layout
15804
15805 \begin_layout Standard
15806 incorrecto: 
15807 \begin_inset Formula $\int A(x)dx$
15808 \end_inset
15809
15810
15811 \begin_inset Newline newline
15812 \end_inset
15813
15814
15815 \begin_inset Phantom HPhantom
15816 status open
15817
15818 \begin_layout Plain Layout
15819 in
15820 \end_layout
15821
15822 \end_inset
15823
15824 correcto: 
15825 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15826 \end_inset
15827
15828
15829 \end_layout
15830
15831 \begin_layout Standard
15832 \begin_inset Newpage pagebreak
15833 \end_inset
15834
15835
15836 \end_layout
15837
15838 \begin_layout Standard
15839 Para integrales múltiples hay los siguientes comandos:
15840 \begin_inset VSpace medskip
15841 \end_inset
15842
15843
15844 \end_layout
15845
15846 \begin_layout Standard
15847 \begin_inset space \hfill{}
15848 \end_inset
15849
15850
15851 \begin_inset Tabular
15852 <lyxtabular version="3" rows="4" columns="2">
15853 <features tabularvalignment="middle">
15854 <column alignment="center" valignment="top" width="0">
15855 <column alignment="center" valignment="top" width="0">
15856 <row>
15857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 Comando
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870 Resultado
15871 \begin_inset Note Note
15872 status collapsed
15873
15874 \begin_layout Plain Layout
15875
15876 \series bold
15877
15878 \backslash
15879 raisebox
15880 \series default
15881  se usa sólo como espaciador
15882 \end_layout
15883
15884 \end_inset
15885
15886
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 </row>
15892 <row>
15893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897
15898 \backslash
15899 iint
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15909 \end_inset
15910
15911
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row>
15918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922
15923 \backslash
15924 oiint
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15934 \end_inset
15935
15936
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 <row>
15943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947
15948 \backslash
15949 sqiint
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 </row>
15967 </lyxtabular>
15968
15969 \end_inset
15970
15971
15972 \begin_inset space \hfill{}
15973 \end_inset
15974
15975
15976 \begin_inset Tabular
15977 <lyxtabular version="3" rows="4" columns="2">
15978 <features tabularvalignment="middle">
15979 <column alignment="center" valignment="top" width="0">
15980 <column alignment="center" valignment="top" width="0">
15981 <row>
15982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986 Comando
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995 Resultado
15996 \begin_inset Note Note
15997 status collapsed
15998
15999 \begin_layout Plain Layout
16000
16001 \series bold
16002
16003 \backslash
16004 raisebox
16005 \series default
16006  se usa sólo como espaciador
16007 \end_layout
16008
16009 \end_inset
16010
16011
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 </row>
16017 <row>
16018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022
16023 \backslash
16024 iiint
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16034 \end_inset
16035
16036
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 </row>
16042 <row>
16043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047
16048 \backslash
16049 iiiint
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16059 \end_inset
16060
16061
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 </row>
16067 <row>
16068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072
16073 \backslash
16074 dotsint
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16084 \end_inset
16085
16086
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 </row>
16092 </lyxtabular>
16093
16094 \end_inset
16095
16096
16097 \begin_inset space \hfill{}
16098 \end_inset
16099
16100
16101 \end_layout
16102
16103 \begin_layout Subsection
16104 Límites de operadores
16105 \begin_inset CommandInset label
16106 LatexCommand label
16107 name "sub:Límites-de-operadores"
16108
16109 \end_inset
16110
16111
16112 \begin_inset Index idx
16113 status collapsed
16114
16115 \begin_layout Plain Layout
16116 Operadores ! límites de
16117 \end_layout
16118
16119 \end_inset
16120
16121
16122 \end_layout
16123
16124 \begin_layout Standard
16125 Los límites se crean mediante superíndices y subíndices:
16126 \end_layout
16127
16128 \begin_layout Standard
16129 \noindent
16130 \align center
16131 \begin_inset Tabular
16132 <lyxtabular version="3" rows="2" columns="2">
16133 <features tabularvalignment="middle">
16134 <column alignment="center" valignment="top" width="0">
16135 <column alignment="center" valignment="top" width="0">
16136 <row>
16137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 Comando
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150 Resultado
16151 \begin_inset Note Note
16152 status collapsed
16153
16154 \begin_layout Plain Layout
16155
16156 \series bold
16157
16158 \backslash
16159 raisebox
16160 \series default
16161  se usa sólo como espaciador
16162 \end_layout
16163
16164 \end_inset
16165
16166
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row>
16173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177
16178 \backslash
16179 prod^
16180 \backslash
16181 infty
16182 \begin_inset ERT
16183 status collapsed
16184
16185 \begin_layout Plain Layout
16186
16187
16188 \backslash
16189 spce 
16190 \end_layout
16191
16192 \end_inset
16193
16194
16195 \begin_inset Formula $\to$
16196 \end_inset
16197
16198 _0
16199 \begin_inset Formula $\to$
16200 \end_inset
16201
16202 A(x)
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16212 \end_inset
16213
16214
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 </row>
16220 </lyxtabular>
16221
16222 \end_inset
16223
16224
16225 \end_layout
16226
16227 \begin_layout Standard
16228 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16229  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16230 \end_layout
16231
16232 \begin_layout Standard
16233 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16234  directamente detrás del operador y se elige 
16235 \series bold
16236 Alineado
16237 \series default
16238  en el menú 
16239 \family sans
16240 Editar\SpecialChar \menuseparator
16241 Ecuación\SpecialChar \menuseparator
16242 Cambiar tipo de límites
16243 \family default
16244  (atajo 
16245 \family sans
16246 Alt+M
16247 \begin_inset space ~
16248 \end_inset
16249
16250 L
16251 \family default
16252 ).
16253  Un ejemplo:
16254 \end_layout
16255
16256 \begin_layout Standard
16257 El tipo de límites por omisión es:
16258 \begin_inset Formula \[
16259 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16260
16261 \end_inset
16262
16263
16264 \end_layout
16265
16266 \begin_layout Standard
16267 Así se ven si se cambia el tipo de límites a 
16268 \series bold
16269 Alineado
16270 \series default
16271 :
16272 \begin_inset Formula \[
16273 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16274
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \begin_layout Standard
16281 En integrales, excepto las que terminan en 
16282 \series bold
16283 op
16284 \series default
16285  como 
16286 \series bold
16287
16288 \backslash
16289 intop
16290 \series default
16291
16292 \series bold
16293
16294 \backslash
16295 ointop
16296 \series default
16297 , etc., los límites se colocan por omisión junto al operador.
16298  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16299  operador.
16300  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16301 \series bold
16302 Presentado
16303 \series default
16304  para poner el límite debajo:
16305 \begin_inset Formula \begin{equation}
16306 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16307
16308 \end_inset
16309
16310
16311 \begin_inset VSpace medskip
16312 \end_inset
16313
16314 Para especificar condiciones en los límites se usan los comandos 
16315 \series bold
16316
16317 \backslash
16318 subarray
16319 \series default
16320
16321 \begin_inset Index idx
16322 status collapsed
16323
16324 \begin_layout Plain Layout
16325 Comandos ! S ! 
16326 \backslash
16327 subarray
16328 \end_layout
16329
16330 \end_inset
16331
16332  y 
16333 \series bold
16334
16335 \backslash
16336 substack
16337 \series default
16338
16339 \begin_inset Index idx
16340 status collapsed
16341
16342 \begin_layout Plain Layout
16343 Comandos ! S ! 
16344 \backslash
16345 substack
16346 \end_layout
16347
16348 \end_inset
16349
16350 .
16351  Por ejemplo, para componer la expresión
16352 \begin_inset Formula \begin{equation}
16353 \sum_{\begin{subarray}{c}
16354 0<k<1000\\
16355 \\
16356 k\,\in\,\mathbb{N}
16357 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16358
16359 \end_inset
16360
16361 se ha hecho lo siguiente: primero se escribe el comando 
16362 \series bold
16363
16364 \backslash
16365 sum^n
16366 \series default
16367
16368 \begin_inset ERT
16369 status collapsed
16370
16371 \begin_layout Plain Layout
16372
16373
16374 \backslash
16375 spce 
16376 \end_layout
16377
16378 \end_inset
16379
16380
16381 \series bold
16382 _
16383 \series default
16384 .
16385  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16386  se inserta el comando 
16387 \series bold
16388
16389 \backslash
16390 subarray
16391 \series default
16392
16393 \begin_inset ERT
16394 status collapsed
16395
16396 \begin_layout Plain Layout
16397
16398
16399 \backslash
16400 spce 
16401 \end_layout
16402
16403 \end_inset
16404
16405 .
16406  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16407  distintas.
16408  Cada línea nueva se crea con un salto de línea (
16409 \family sans
16410 Ctrl+Retorno
16411 \family default
16412 ).
16413  Si ahora se escribe en ella
16414 \begin_inset Newline newline
16415 \end_inset
16416
16417
16418 \series bold
16419 0<k<1000 Ctrl+Retorno
16420 \begin_inset Newline newline
16421 \end_inset
16422
16423
16424 \series default
16425 aparece debajo un nuevo marco para la línea nueva.
16426 \end_layout
16427
16428 \begin_layout Standard
16429 La alineación de las líneas puede cambiarse a la izquierda con la 
16430 \family sans
16431 barra de herramientas de tabla
16432 \family default
16433  o con el menú 
16434 \family sans
16435 Editar\SpecialChar \menuseparator
16436 Filas y columnas
16437 \family default
16438 .
16439  Para obtener alineación derecha se inserta 
16440 \series bold
16441
16442 \backslash
16443 hfill
16444 \series default
16445
16446 \begin_inset ERT
16447 status collapsed
16448
16449 \begin_layout Plain Layout
16450
16451
16452 \backslash
16453 spce 
16454 \end_layout
16455
16456 \end_inset
16457
16458  al principio de la línea.
16459 \end_layout
16460
16461 \begin_layout Standard
16462 El comando 
16463 \series bold
16464
16465 \backslash
16466 substack
16467 \series default
16468  es equivalente a 
16469 \series bold
16470
16471 \backslash
16472 subarray
16473 \series default
16474  con la diferencia de que las líneas están siempre centradas.
16475 \begin_inset VSpace bigskip
16476 \end_inset
16477
16478
16479 \end_layout
16480
16481 \begin_layout Standard
16482 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16483  siguientes, como en la ecuación 
16484 \begin_inset CommandInset ref
16485 LatexCommand eqref
16486 reference "eq:substack"
16487
16488 \end_inset
16489
16490 , porque éstos se colocan junto a los límites.
16491 \end_layout
16492
16493 \begin_layout Standard
16494 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16495 \end_layout
16496
16497 \begin_layout Standard
16498
16499 \series bold
16500
16501 \backslash
16502 def
16503 \backslash
16504 clap#1{
16505 \backslash
16506 hbox to 0pt{
16507 \backslash
16508 hss #1
16509 \backslash
16510 hss}}
16511 \begin_inset Newline newline
16512 \end_inset
16513
16514
16515 \backslash
16516 def
16517 \backslash
16518 mathclap {
16519 \backslash
16520 mathpalette 
16521 \backslash
16522 mathclapinternal}
16523 \begin_inset Newline newline
16524 \end_inset
16525
16526
16527 \backslash
16528 def
16529 \backslash
16530 mathclapinternal #1#2{
16531 \backslash
16532 clap{$
16533 \backslash
16534 mathsurround =0pt #1{#2}$}}
16535 \end_layout
16536
16537 \begin_layout Standard
16538 En ella se define el comando 
16539 \series bold
16540
16541 \backslash
16542 mathclap
16543 \series default
16544
16545 \begin_inset Index idx
16546 status collapsed
16547
16548 \begin_layout Plain Layout
16549 Comandos ! M ! 
16550 \backslash
16551 mathclap
16552 \end_layout
16553
16554 \end_inset
16555
16556  que establece la anchura del límite en 0
16557 \begin_inset space \thinspace{}
16558 \end_inset
16559
16560 pt.
16561  El esquema del comando es:
16562 \end_layout
16563
16564 \begin_layout Standard
16565
16566 \series bold
16567
16568 \backslash
16569 mathclap{límite}
16570 \end_layout
16571
16572 \begin_layout Standard
16573 donde el límite puede consistir en varias condiciones.
16574 \end_layout
16575
16576 \begin_layout Standard
16577 Aplicado en la ecuación 
16578 \begin_inset CommandInset ref
16579 LatexCommand eqref
16580 reference "eq:substack"
16581
16582 \end_inset
16583
16584  se usa el comando
16585 \end_layout
16586
16587 \begin_layout Standard
16588
16589 \series bold
16590
16591 \backslash
16592 sum_
16593 \backslash
16594 mathclap{
16595 \backslash
16596 substack
16597 \begin_inset ERT
16598 status collapsed
16599
16600 \begin_layout Plain Layout
16601
16602
16603 \backslash
16604 spce 
16605 \end_layout
16606
16607 \end_inset
16608
16609 0<k<1000 Ctrl+Retorno
16610 \end_layout
16611
16612 \begin_layout Standard
16613 para componer el límite inferior.
16614  Ahora el sumando está junto al sumatorio:
16615 \begin_inset Formula \[
16616 \sum_{\mathclap{\substack{0<k<1000\\
16617 \\
16618 k\,\in\,\mathbb{N}
16619 }
16620 }}^{n}k^{-2}\]
16621
16622 \end_inset
16623
16624
16625 \begin_inset VSpace bigskip
16626 \end_inset
16627
16628 Cómo utilizar un límite para varios operadores se describe en la 
16629 \begin_inset CommandInset ref
16630 LatexCommand ref
16631 reference "sub:Operadores-de-usuario"
16632
16633 \end_inset
16634
16635 .
16636 \end_layout
16637
16638 \begin_layout Standard
16639 \begin_inset Newpage newpage
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \begin_layout Subsection
16646 Operadores binarios
16647 \begin_inset CommandInset label
16648 LatexCommand label
16649 name "sub:Operadores-binarios"
16650
16651 \end_inset
16652
16653
16654 \begin_inset Index idx
16655 status collapsed
16656
16657 \begin_layout Plain Layout
16658 Operadores ! binarios
16659 \end_layout
16660
16661 \end_inset
16662
16663
16664 \end_layout
16665
16666 \begin_layout Standard
16667 Los operadores binarios se rodean por espacios si llevan un carácter delante
16668  o detrás.
16669 \begin_inset VSpace medskip
16670 \end_inset
16671
16672
16673 \end_layout
16674
16675 \begin_layout Standard
16676 \begin_inset space \hfill{}
16677 \end_inset
16678
16679
16680 \begin_inset Tabular
16681 <lyxtabular version="3" rows="13" columns="2">
16682 <features tabularvalignment="middle">
16683 <column alignment="center" valignment="top" width="0pt">
16684 <column alignment="center" valignment="top" width="0pt">
16685 <row>
16686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690 Comando
16691 \begin_inset Note Note
16692 status collapsed
16693
16694 \begin_layout Plain Layout
16695
16696 \series bold
16697
16698 \backslash
16699 raisebox
16700 \series default
16701  se usa sólo como espaciador
16702 \end_layout
16703
16704 \end_inset
16705
16706
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 Operador
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 </row>
16721 <row>
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 +
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 \begin_inset Formula $+$
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 </row>
16744 <row>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 -
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758 \begin_inset Formula $-$
16759 \end_inset
16760
16761
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 </row>
16767 <row>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772
16773 \backslash
16774 pm
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783 \begin_inset Formula $\pm$
16784 \end_inset
16785
16786
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 </row>
16792 <row>
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797
16798 \backslash
16799 mp
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808 \begin_inset Formula $\mp$
16809 \end_inset
16810
16811
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 </row>
16817 <row>
16818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822
16823 \backslash
16824 cdot
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 \begin_inset Formula $\cdot$
16834 \end_inset
16835
16836
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 </row>
16842 <row>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847
16848 \backslash
16849 times
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 \begin_inset Formula $\times$
16859 \end_inset
16860
16861
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 </row>
16867 <row>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872
16873 \backslash
16874 div
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883 \begin_inset Formula $\div$
16884 \end_inset
16885
16886
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 <row>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 \begin_inset ERT
16898 status collapsed
16899
16900 \begin_layout Plain Layout
16901
16902
16903 \backslash
16904 raisebox{-1.2mm}{
16905 \end_layout
16906
16907 \end_inset
16908
16909 *
16910 \begin_inset ERT
16911 status collapsed
16912
16913 \begin_layout Plain Layout
16914
16915 }
16916 \end_layout
16917
16918 \end_inset
16919
16920
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 \begin_inset Formula $*$
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 <row>
16939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943
16944 \backslash
16945 star
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 \begin_inset Formula $\star$
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 <row>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \backslash
16970 circ
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 \begin_inset Formula $\circ$
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \backslash
16995 diamond
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 \begin_inset Formula $\diamond$
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 </row>
17013 <row>
17014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018
17019 \backslash
17020 bullet
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 \begin_inset Formula $\bullet$
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 </row>
17038 </lyxtabular>
17039
17040 \end_inset
17041
17042
17043 \begin_inset space \hfill{}
17044 \end_inset
17045
17046
17047 \begin_inset Tabular
17048 <lyxtabular version="3" rows="13" columns="2">
17049 <features tabularvalignment="middle">
17050 <column alignment="center" valignment="top" width="0pt">
17051 <column alignment="center" valignment="top" width="0pt">
17052 <row>
17053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057 Comando
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 Operador
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 <row>
17073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077
17078 \backslash
17079 nabla
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 \begin_inset Formula $\nabla$
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 </row>
17097 <row>
17098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102
17103 \backslash
17104 bigtriangledown
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 \begin_inset Formula $\bigtriangledown$
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 </row>
17122 <row>
17123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127
17128 \backslash
17129 bigtriangleup
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 \begin_inset Formula $\bigtriangleup$
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 </row>
17147 <row>
17148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout Plain Layout
17152
17153 \backslash
17154 Box
17155 \end_layout
17156
17157 \end_inset
17158 </cell>
17159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163 \begin_inset Formula $\Box$
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 </row>
17172 <row>
17173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177
17178 \backslash
17179 cap 
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188 \begin_inset Formula $\cap$
17189 \end_inset
17190
17191
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 </row>
17197 <row>
17198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202
17203 \backslash
17204 cup
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213 \begin_inset Formula $\cup$
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 </row>
17222 <row>
17223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227
17228 \backslash
17229 dagger
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238 \begin_inset Formula $\dagger$
17239 \end_inset
17240
17241
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \backslash
17254 ddagger
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 \begin_inset Formula $\ddagger$
17264 \end_inset
17265
17266
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 </row>
17272 <row>
17273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277
17278 \backslash
17279 wr
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 \begin_inset Formula $\wr$
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 </row>
17297 <row>
17298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302
17303 \backslash
17304 bigcirc
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313 \begin_inset Formula $\bigcirc$
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 </row>
17322 <row>
17323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327
17328 \backslash
17329 wedge
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 \begin_inset Formula $\wedge$
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 </row>
17347 <row>
17348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352
17353 \backslash
17354 vee
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 \begin_inset Formula $\vee$
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 </row>
17372 </lyxtabular>
17373
17374 \end_inset
17375
17376
17377 \begin_inset space \hfill{}
17378 \end_inset
17379
17380
17381 \begin_inset Tabular
17382 <lyxtabular version="3" rows="13" columns="2">
17383 <features tabularvalignment="middle">
17384 <column alignment="center" valignment="top" width="0pt">
17385 <column alignment="center" valignment="top" width="0pt">
17386 <row>
17387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 Comando
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400 Operador
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 </row>
17406 <row>
17407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411
17412 \backslash
17413 oplus
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 \begin_inset Formula $\oplus$
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 </row>
17431 <row>
17432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17433 \begin_inset Text
17434
17435 \begin_layout Plain Layout
17436
17437 \backslash
17438 ominus
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447 \begin_inset Formula $\ominus$
17448 \end_inset
17449
17450
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 </row>
17456 <row>
17457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17458 \begin_inset Text
17459
17460 \begin_layout Plain Layout
17461
17462 \backslash
17463 otimes
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472 \begin_inset Formula $\otimes$
17473 \end_inset
17474
17475
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 </row>
17481 <row>
17482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486
17487 \backslash
17488 oslash
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497 \begin_inset Formula $\oslash$
17498 \end_inset
17499
17500
17501 \end_layout
17502
17503 \end_inset
17504 </cell>
17505 </row>
17506 <row>
17507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Plain Layout
17511
17512 \backslash
17513 odot
17514 \end_layout
17515
17516 \end_inset
17517 </cell>
17518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522 \begin_inset Formula $\odot$
17523 \end_inset
17524
17525
17526 \end_layout
17527
17528 \end_inset
17529 </cell>
17530 </row>
17531 <row>
17532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536
17537 \backslash
17538 amalg
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547 \begin_inset Formula $\amalg$
17548 \end_inset
17549
17550
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 </row>
17556 <row>
17557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561
17562 \backslash
17563 uplus
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572 \begin_inset Formula $\uplus$
17573 \end_inset
17574
17575
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 </row>
17581 <row>
17582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586
17587 \backslash
17588 setminus
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597 \begin_inset Formula $\setminus$
17598 \end_inset
17599
17600
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 </row>
17606 <row>
17607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611
17612 \backslash
17613 sqcap
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 \begin_inset Formula $\sqcap$
17623 \end_inset
17624
17625
17626 \end_layout
17627
17628 \end_inset
17629 </cell>
17630 </row>
17631 <row>
17632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636
17637 \backslash
17638 sqcup
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647 \begin_inset Formula $\sqcup$
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \end_inset
17654 </cell>
17655 </row>
17656 <row>
17657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661
17662 \backslash
17663 triangleleft
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 \begin_inset Formula $\triangleleft$
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \end_inset
17679 </cell>
17680 </row>
17681 <row>
17682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686
17687 \backslash
17688 triangleright
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout Plain Layout
17697 \begin_inset Formula $\triangleright$
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \end_inset
17704 </cell>
17705 </row>
17706 </lyxtabular>
17707
17708 \end_inset
17709
17710
17711 \begin_inset space \hfill{}
17712 \end_inset
17713
17714
17715 \end_layout
17716
17717 \begin_layout Standard
17718 Todos los operadores binarios se pueden insertar también con el botón 
17719 \begin_inset Graphics
17720         filename ../../images/math/pm.png
17721         scale 85
17722
17723 \end_inset
17724
17725  de la barra de ecuaciones.
17726 \end_layout
17727
17728 \begin_layout Standard
17729 Para imprimir el operador Laplace se pueden usar 
17730 \series bold
17731
17732 \backslash
17733 Delta
17734 \series default
17735  o 
17736 \series bold
17737
17738 \backslash
17739 nabla
17740 \series default
17741 ^
17742 \series bold
17743 2
17744 \series default
17745  (
17746 \begin_inset Formula $\nabla^{2}$
17747 \end_inset
17748
17749 ) en vez de 
17750 \series bold
17751
17752 \backslash
17753 bigtriangleup
17754 \series default
17755 .
17756 \end_layout
17757
17758 \begin_layout Standard
17759 El carácter 
17760 \family sans
17761 Separador de menú
17762 \family default
17763  del menú 
17764 \family sans
17765 Insertar\SpecialChar \menuseparator
17766 Carácter especial
17767 \family default
17768  es el operador 
17769 \series bold
17770
17771 \backslash
17772 triangleright
17773 \series default
17774 .
17775 \end_layout
17776
17777 \begin_layout Subsection
17778 Operadores definidos por el usuario
17779 \begin_inset CommandInset label
17780 LatexCommand label
17781 name "sub:Operadores-de-usuario"
17782
17783 \end_inset
17784
17785
17786 \begin_inset Index idx
17787 status collapsed
17788
17789 \begin_layout Plain Layout
17790 Operadores ! personalizados
17791 \end_layout
17792
17793 \end_inset
17794
17795
17796 \end_layout
17797
17798 \begin_layout Standard
17799 Con ayuda del comando 
17800 \series bold
17801
17802 \backslash
17803 DeclareMathOperator
17804 \series default
17805
17806 \begin_inset Index idx
17807 status collapsed
17808
17809 \begin_layout Plain Layout
17810 Comandos ! D ! 
17811 \backslash
17812 dbinom@
17813 \backslash
17814 DeclareMathOperator
17815 \end_layout
17816
17817 \end_inset
17818
17819  se pueden definir operadores personalizados en el preámbulo LaTeX.
17820  Su esquema es:
17821 \end_layout
17822
17823 \begin_layout Standard
17824
17825 \series bold
17826
17827 \backslash
17828 DeclareMathOperator{comando nuevo}{presentación}
17829 \end_layout
17830
17831 \begin_layout Standard
17832 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17833  en la salida.
17834  Para definir un operador grande hay que añadirle un * detrás.
17835  Todos los operadores grandes personalizados pueden tener límites como se
17836  describe en 
17837 \begin_inset CommandInset ref
17838 LatexCommand ref
17839 reference "sub:Límites-de-operadores"
17840
17841 \end_inset
17842
17843 .
17844 \end_layout
17845
17846 \begin_layout Standard
17847 Por ejemplo, la línea en el preámbulo LaTeX
17848 \end_layout
17849
17850 \begin_layout Standard
17851
17852 \series bold
17853
17854 \backslash
17855 DeclareMathOperator*{
17856 \backslash
17857 Lozenge}{
17858 \backslash
17859 blacklozenge}
17860 \end_layout
17861
17862 \begin_layout Standard
17863 define el comando 
17864 \series bold
17865
17866 \backslash
17867 Lozenge
17868 \series default
17869 , que inserta un operador grande que es el símbolo blacklozenge de la 
17870 \begin_inset CommandInset ref
17871 LatexCommand ref
17872 reference "sub:Símbolos-misceláneos"
17873
17874 \end_inset
17875
17876 .
17877 \begin_inset Formula \[
17878 \Lozenge_{n=1}^{\infty}\]
17879
17880 \end_inset
17881
17882 El comando para esta expresión es: 
17883 \series bold
17884
17885 \backslash
17886 Lozenge^
17887 \backslash
17888 infty
17889 \begin_inset Formula $\rightarrow$
17890 \end_inset
17891
17892 _n=1
17893 \begin_inset VSpace bigskip
17894 \end_inset
17895
17896
17897 \end_layout
17898
17899 \begin_layout Standard
17900 Si los operadores personalizados no se van a usar varias veces en el documento,
17901  se pueden también definir con los comandos 
17902 \series bold
17903
17904 \backslash
17905 mathop
17906 \series default
17907
17908 \begin_inset Index idx
17909 status collapsed
17910
17911 \begin_layout Plain Layout
17912 Comandos ! M ! 
17913 \backslash
17914 mathop
17915 \end_layout
17916
17917 \end_inset
17918
17919  y 
17920 \series bold
17921
17922 \backslash
17923 mathbin
17924 \series default
17925
17926 \begin_inset Index idx
17927 status collapsed
17928
17929 \begin_layout Plain Layout
17930 Comandos ! M ! 
17931 \backslash
17932 mathbin
17933 \end_layout
17934
17935 \end_inset
17936
17937 , con el siguiente esquema:
17938 \end_layout
17939
17940 \begin_layout Standard
17941
17942 \series bold
17943
17944 \backslash
17945 mathop{presentación}
17946 \series default
17947  y 
17948 \series bold
17949
17950 \backslash
17951 mathbin{presentación}
17952 \end_layout
17953
17954 \begin_layout Standard
17955
17956 \series bold
17957
17958 \backslash
17959 mathop
17960 \series default
17961  define operadores grandes, 
17962 \series bold
17963
17964 \backslash
17965 mathbin
17966 \series default
17967  operadores binarios.
17968 \end_layout
17969
17970 \begin_layout Standard
17971
17972 \series bold
17973
17974 \backslash
17975 mathop
17976 \series default
17977  se puede usar, p.e., para poner un límite a varios operadores:
17978 \begin_inset Formula \[
17979 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17980
17981 \end_inset
17982
17983
17984 \end_layout
17985
17986 \begin_layout Standard
17987 El comando para la expresión anterior es:
17988 \begin_inset Newline newline
17989 \end_inset
17990
17991
17992 \series bold
17993
17994 \backslash
17995 mathop{
17996 \backslash
17997 sum
17998 \backslash
17999 negmedspace
18000 \backslash
18001 sum
18002 \series default
18003
18004 \begin_inset ERT
18005 status collapsed
18006
18007 \begin_layout Plain Layout
18008
18009
18010 \backslash
18011 spce 
18012 \end_layout
18013
18014 \end_inset
18015
18016
18017 \series bold
18018
18019 \begin_inset Formula $\to$
18020 \end_inset
18021
18022 ^N
18023 \series default
18024
18025 \begin_inset ERT
18026 status collapsed
18027
18028 \begin_layout Plain Layout
18029
18030
18031 \backslash
18032 spce 
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \series bold
18039 _i,j=1
18040 \end_layout
18041
18042 \begin_layout Section
18043 Fuentes
18044 \begin_inset Index idx
18045 status collapsed
18046
18047 \begin_layout Plain Layout
18048 Fuentes
18049 \end_layout
18050
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \begin_layout Subsection
18057 Estilos de fuentes
18058 \begin_inset CommandInset label
18059 LatexCommand label
18060 name "sub:Estilos-de-fuentes"
18061
18062 \end_inset
18063
18064
18065 \begin_inset Index idx
18066 status collapsed
18067
18068 \begin_layout Plain Layout
18069 Fuentes ! estilos de
18070 \end_layout
18071
18072 \end_inset
18073
18074
18075 \end_layout
18076
18077 \begin_layout Standard
18078 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18079  estilos:
18080 \end_layout
18081
18082 \begin_layout Standard
18083 \begin_inset VSpace -2mm
18084 \end_inset
18085
18086
18087 \end_layout
18088
18089 \begin_layout Standard
18090 \align center
18091 \begin_inset Tabular
18092 <lyxtabular version="3" rows="7" columns="3">
18093 <features tabularvalignment="middle">
18094 <column alignment="center" valignment="top" width="0">
18095 <column alignment="center" valignment="top" width="0">
18096 <column alignment="center" valignment="top" width="0">
18097 <row>
18098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102 Comando
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111 Resultado
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 atajo
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 </row>
18126 <row>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131
18132 \backslash
18133 mathbb
18134 \series bold
18135
18136 \begin_inset ERT
18137 status collapsed
18138
18139 \begin_layout Plain Layout
18140
18141
18142 \backslash
18143 spce 
18144 \end_layout
18145
18146 \end_inset
18147
18148
18149 \series default
18150 ABC
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 \begin_inset Formula $\mathbb{ABC}$
18160 \end_inset
18161
18162
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \family sans
18173 Alt+C C
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 </row>
18179 <row>
18180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184
18185 \backslash
18186 mathbf
18187 \series bold
18188
18189 \begin_inset ERT
18190 status collapsed
18191
18192 \begin_layout Plain Layout
18193
18194
18195 \backslash
18196 spce 
18197 \end_layout
18198
18199 \end_inset
18200
18201
18202 \series default
18203 AbC
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 \begin_inset Formula $\mathbf{AbC}$
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224
18225 \family sans
18226 Ctrl+B
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 </row>
18232 <row>
18233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237
18238 \backslash
18239 boldsymbol
18240 \series bold
18241
18242 \begin_inset ERT
18243 status collapsed
18244
18245 \begin_layout Plain Layout
18246
18247
18248 \backslash
18249 spce 
18250 \end_layout
18251
18252 \end_inset
18253
18254
18255 \series default
18256 AbC
18257 \end_layout
18258
18259 \end_inset
18260 </cell>
18261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18262 \begin_inset Text
18263
18264 \begin_layout Plain Layout
18265 \begin_inset Formula $\boldsymbol{AbC}$
18266 \end_inset
18267
18268
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277
18278 \family sans
18279 Ctrl+Alt+B , Alt+C B
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 </row>
18285 <row>
18286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290
18291 \backslash
18292 mathcal
18293 \series bold
18294
18295 \begin_inset ERT
18296 status collapsed
18297
18298 \begin_layout Plain Layout
18299
18300
18301 \backslash
18302 spce 
18303 \end_layout
18304
18305 \end_inset
18306
18307
18308 \series default
18309 ABC
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 \begin_inset Formula $\mathcal{ABC}$
18319 \end_inset
18320
18321
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330
18331 \family sans
18332 Ctrl+E , Alt+C E
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 </row>
18338 <row>
18339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343
18344 \backslash
18345 mathfrak
18346 \series bold
18347
18348 \begin_inset ERT
18349 status collapsed
18350
18351 \begin_layout Plain Layout
18352
18353
18354 \backslash
18355 spce 
18356 \end_layout
18357
18358 \end_inset
18359
18360
18361 \series default
18362 AbC
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371 \begin_inset Formula $\mathfrak{AbC}$
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 -
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 </row>
18389 <row>
18390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18391 \begin_inset Text
18392
18393 \begin_layout Plain Layout
18394
18395 \backslash
18396 mathscr
18397 \series bold
18398
18399 \begin_inset ERT
18400 status collapsed
18401
18402 \begin_layout Plain Layout
18403
18404
18405 \backslash
18406 spce 
18407 \end_layout
18408
18409 \end_inset
18410
18411
18412 \series default
18413 AbC
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422 \begin_inset Formula $\mathscr{AbC}$
18423 \end_inset
18424
18425
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Plain Layout
18434 -
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 </row>
18440 </lyxtabular>
18441
18442 \end_inset
18443
18444
18445 \end_layout
18446
18447 \begin_layout Standard
18448 \align center
18449 \begin_inset Tabular
18450 <lyxtabular version="3" rows="5" columns="3">
18451 <features tabularvalignment="middle">
18452 <column alignment="center" valignment="top" width="0">
18453 <column alignment="center" valignment="top" width="0">
18454 <column alignment="center" valignment="top" width="0">
18455 <row>
18456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460 Comando
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18466 \begin_inset Text
18467
18468 \begin_layout Plain Layout
18469 Resultado
18470 \end_layout
18471
18472 \end_inset
18473 </cell>
18474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478 atajo
18479 \end_layout
18480
18481 \end_inset
18482 </cell>
18483 </row>
18484 <row>
18485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18486 \begin_inset Text
18487
18488 \begin_layout Plain Layout
18489
18490 \backslash
18491 mathit
18492 \series bold
18493
18494 \begin_inset ERT
18495 status collapsed
18496
18497 \begin_layout Plain Layout
18498
18499
18500 \backslash
18501 spce 
18502 \end_layout
18503
18504 \end_inset
18505
18506
18507 \series default
18508 AbC
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 \begin_inset Formula $\mathit{AbC}$
18518 \end_inset
18519
18520
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18526 \begin_inset Text
18527
18528 \begin_layout Plain Layout
18529 -
18530 \end_layout
18531
18532 \end_inset
18533 </cell>
18534 </row>
18535 <row>
18536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540
18541 \backslash
18542 mathrm
18543 \series bold
18544
18545 \begin_inset ERT
18546 status collapsed
18547
18548 \begin_layout Plain Layout
18549
18550
18551 \backslash
18552 spce 
18553 \end_layout
18554
18555 \end_inset
18556
18557
18558 \series default
18559 AbC
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568 \begin_inset Formula $\mathrm{AbC}$
18569 \end_inset
18570
18571
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580
18581 \family sans
18582 Alt+C R
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 </row>
18588 <row>
18589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593
18594 \backslash
18595 mathsf
18596 \series bold
18597
18598 \begin_inset ERT
18599 status collapsed
18600
18601 \begin_layout Plain Layout
18602
18603
18604 \backslash
18605 spce 
18606 \end_layout
18607
18608 \end_inset
18609
18610
18611 \series default
18612 AbC
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621 \begin_inset Formula $\mathsf{AbC}$
18622 \end_inset
18623
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633
18634 \family sans
18635 Alt+C S
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 </row>
18641 <row>
18642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646
18647 \backslash
18648 mathtt
18649 \series bold
18650
18651 \begin_inset ERT
18652 status collapsed
18653
18654 \begin_layout Plain Layout
18655
18656
18657 \backslash
18658 spce 
18659 \end_layout
18660
18661 \end_inset
18662
18663
18664 \series default
18665 AbC
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674 \begin_inset Formula $\mathtt{AbC}$
18675 \end_inset
18676
18677
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Plain Layout
18686
18687 \family sans
18688 Ctrl+Mayúsculas+P
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 </row>
18694 </lyxtabular>
18695
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \begin_layout Standard
18702 \begin_inset Note Greyedout
18703 status open
18704
18705 \begin_layout Plain Layout
18706
18707 \series bold
18708 Nota
18709 \series default
18710 : Los estilos 
18711 \series bold
18712
18713 \backslash
18714 mathbb
18715 \series default
18716  y 
18717 \series bold
18718
18719 \backslash
18720 mathcal
18721 \series default
18722  sólo se aplican a letras mayúsculas.
18723 \end_layout
18724
18725 \end_inset
18726
18727
18728 \end_layout
18729
18730 \begin_layout Standard
18731 El estilo predeterminado es 
18732 \series bold
18733
18734 \backslash
18735 mathnormal
18736 \series default
18737 .
18738 \end_layout
18739
18740 \begin_layout Standard
18741 Los comandos de estilo funcionan también en estructuras matemáticas:
18742 \begin_inset Formula \[
18743 \mathfrak{A=\frac{b}{C}}\]
18744
18745 \end_inset
18746
18747
18748 \end_layout
18749
18750 \begin_layout Standard
18751 Los caracteres en texto matemático no aparecen en un estilo de letra de
18752  ecuaciones sino en el estilo 
18753 \series bold
18754
18755 \backslash
18756 textrm
18757 \series default
18758 .
18759  Este estilo no se puede poner correctamente con el diálogo de estilo de
18760  texto por un fallo de LyX.
18761 \begin_inset Foot
18762 status collapsed
18763
18764 \begin_layout Plain Layout
18765 \begin_inset CommandInset href
18766 LatexCommand href
18767 name "LyX-bug #4629"
18768 target "http://www.lyx.org/trac/ticket/4629"
18769
18770 \end_inset
18771
18772
18773 \end_layout
18774
18775 \end_inset
18776
18777
18778 \end_layout
18779
18780 \begin_layout Standard
18781 En vez de comandos se puede usar el menú 
18782 \family sans
18783 Editar\SpecialChar \menuseparator
18784 Ecuación\SpecialChar \menuseparator
18785 Estilo del texto
18786 \family default
18787  o el botón 
18788 \begin_inset Graphics
18789         filename ../../images/math/font.png
18790         scale 85
18791
18792 \end_inset
18793
18794 .
18795 \end_layout
18796
18797 \begin_layout Subsection
18798 Ecuaciones en negrita
18799 \begin_inset CommandInset label
18800 LatexCommand label
18801 name "sub:Ecuaciones-en-negrita"
18802
18803 \end_inset
18804
18805
18806 \begin_inset Index idx
18807 status collapsed
18808
18809 \begin_layout Plain Layout
18810 Ecuación ! en negrita
18811 \end_layout
18812
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \begin_layout Standard
18819 Para poner en negrita una ecuación completa no se puede usar el comando
18820  
18821 \series bold
18822
18823 \backslash
18824 mathbf
18825 \series default
18826 , porque no funciona con minúsculas griegas.
18827  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18828 \begin_inset Formula \[
18829 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18830
18831 \end_inset
18832
18833
18834 \end_layout
18835
18836 \begin_layout Standard
18837 Para presentar la ecuación correctamente se usa el comando 
18838 \series bold
18839 boldsymbol
18840 \series default
18841 :
18842 \begin_inset Formula \[
18843 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18844
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \begin_layout Standard
18851 También es posible poner la fórmula en un 
18852 \series bold
18853 entorno boldmath
18854 \series default
18855 , que se inserta con el comando 
18856 \series bold
18857
18858 \backslash
18859 boldmath
18860 \series default
18861
18862 \begin_inset Index idx
18863 status collapsed
18864
18865 \begin_layout Plain Layout
18866 Comandos ! B ! 
18867 \backslash
18868 boldmath
18869 \end_layout
18870
18871 \end_inset
18872
18873  en modo TeX.
18874  Para finalizar el entorno se usa el comando 
18875 \series bold
18876
18877 \backslash
18878 unboldmath
18879 \series default
18880
18881 \begin_inset Index idx
18882 status collapsed
18883
18884 \begin_layout Plain Layout
18885 Comandos ! U ! 
18886 \backslash
18887 unboldmath
18888 \end_layout
18889
18890 \end_inset
18891
18892  en modo TeX.
18893 \begin_inset ERT
18894 status collapsed
18895
18896 \begin_layout Plain Layout
18897
18898
18899 \backslash
18900 boldmath
18901 \end_layout
18902
18903 \end_inset
18904
18905
18906 \begin_inset Formula \[
18907 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18908
18909 \end_inset
18910
18911
18912 \end_layout
18913
18914 \begin_layout Standard
18915 \begin_inset ERT
18916 status collapsed
18917
18918 \begin_layout Plain Layout
18919
18920
18921 \backslash
18922 unboldmath
18923 \end_layout
18924
18925 \end_inset
18926
18927
18928 \end_layout
18929
18930 \begin_layout Subsection
18931 Ecuaciones coloreadas
18932 \begin_inset Index idx
18933 status collapsed
18934
18935 \begin_layout Plain Layout
18936 Ecuación ! coloreada
18937 \end_layout
18938
18939 \end_inset
18940
18941
18942 \end_layout
18943
18944 \begin_layout Standard
18945 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18946  o una parte de una ecuación y usa el diálogo 
18947 \family sans
18948 Estilo del texto
18949 \family default
18950 .
18951  Aquí hay una ecuación en magenta:
18952 \begin_inset Formula \[
18953 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18954
18955 \end_inset
18956
18957 También puedes definir tus propios colores como se describe en
18958 \begin_inset space ~
18959 \end_inset
18960
18961
18962 \begin_inset CommandInset ref
18963 LatexCommand ref
18964 reference "sub:Cuadros-coloreados"
18965
18966 \end_inset
18967
18968 .
18969  Pueden usarse con el comando en código TeX 
18970 \series bold
18971
18972 \backslash
18973 textcolor
18974 \series default
18975
18976 \begin_inset Index idx
18977 status collapsed
18978
18979 \begin_layout Plain Layout
18980 Comandos ! T ! 
18981 \backslash
18982 textcolor
18983 \end_layout
18984
18985 \end_inset
18986
18987  según el esquema
18988 \end_layout
18989
18990 \begin_layout Standard
18991
18992 \series bold
18993
18994 \backslash
18995 textcolor{color}{caracteres o ecuación}
18996 \end_layout
18997
18998 \begin_layout Standard
18999 \begin_inset Newpage pagebreak
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \begin_layout Standard
19006 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
19007 e en rojo:
19008 \end_layout
19009
19010 \begin_layout Standard
19011 \begin_inset ERT
19012 status collapsed
19013
19014 \begin_layout Plain Layout
19015
19016
19017 \backslash
19018 textcolor{verdeoscuro}{
19019 \end_layout
19020
19021 \end_inset
19022
19023
19024 \begin_inset Formula \[
19025 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
19026
19027 \end_inset
19028
19029
19030 \begin_inset ERT
19031 status collapsed
19032
19033 \begin_layout Plain Layout
19034
19035 }
19036 \end_layout
19037
19038 \end_inset
19039
19040
19041 \end_layout
19042
19043 \begin_layout Standard
19044 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
19045  a ecuaciones completas.
19046 \begin_inset Foot
19047 status collapsed
19048
19049 \begin_layout Plain Layout
19050 \begin_inset CommandInset href
19051 LatexCommand href
19052 name "LyX-bug #5269"
19053 target "http://www.lyx.org/trac/ticket/5269"
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \begin_layout Subsection
19066 Tamaños de fuentes
19067 \begin_inset CommandInset label
19068 LatexCommand label
19069 name "sub:Tamaños-de-fuentes"
19070
19071 \end_inset
19072
19073
19074 \begin_inset Index idx
19075 status collapsed
19076
19077 \begin_layout Plain Layout
19078 Fuentes ! tamaño
19079 \end_layout
19080
19081 \end_inset
19082
19083
19084 \end_layout
19085
19086 \begin_layout Standard
19087 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
19088  siguientes comandos de tamaño:
19089 \end_layout
19090
19091 \begin_layout Standard
19092
19093 \series bold
19094
19095 \backslash
19096 Huge
19097 \series default
19098
19099 \series bold
19100
19101 \backslash
19102 huge
19103 \series default
19104
19105 \series bold
19106
19107 \backslash
19108 LARGE
19109 \series default
19110
19111 \series bold
19112
19113 \backslash
19114 Large
19115 \series default
19116
19117 \series bold
19118
19119 \backslash
19120 large
19121 \series default
19122
19123 \series bold
19124
19125 \backslash
19126 normalsize
19127 \series default
19128
19129 \series bold
19130
19131 \backslash
19132 small
19133 \series default
19134 ,
19135 \begin_inset Newline newline
19136 \end_inset
19137
19138
19139 \series bold
19140
19141 \backslash
19142 footnotesize
19143 \series default
19144
19145 \series bold
19146
19147 \backslash
19148 scriptsize
19149 \series default
19150 , y 
19151 \series bold
19152
19153 \backslash
19154 tiny
19155 \end_layout
19156
19157 \begin_layout Standard
19158 El tamaño dado por los comandos depende del tamaño base de la fuente en
19159  el documento, dado por el comando 
19160 \series bold
19161
19162 \backslash
19163 normalsize
19164 \series default
19165 .
19166  Los demás comandos producen tamaños menores o mayores que 
19167 \series bold
19168
19169 \backslash
19170 normalsize
19171 \series default
19172 .
19173  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
19174  Si, por ejemplo, la fuente del documento es de 12
19175 \begin_inset space \thinspace{}
19176 \end_inset
19177
19178 pt, el comando 
19179 \series bold
19180
19181 \backslash
19182 Huge
19183 \series default
19184  da el mismo tamaño que 
19185 \series bold
19186
19187 \backslash
19188 huge
19189 \series default
19190 .
19191 \end_layout
19192
19193 \begin_layout Standard
19194 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19195  a todas las ecuaciones y texto siguientes.
19196  Para volver al tamaño anterior hay que insertar el comando 
19197 \series bold
19198
19199 \backslash
19200 normalsize
19201 \series default
19202  en modo TeX detrás de la ecuación.
19203 \end_layout
19204
19205 \begin_layout Standard
19206 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19207  comandos de tamaño:
19208 \end_layout
19209
19210 \begin_layout Standard
19211 \noindent
19212 \align center
19213 \begin_inset Tabular
19214 <lyxtabular version="3" rows="5" columns="2">
19215 <features tabularvalignment="middle">
19216 <column alignment="center" valignment="top" width="0">
19217 <column alignment="center" valignment="top" width="0">
19218 <row>
19219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19220 \begin_inset Text
19221
19222 \begin_layout Plain Layout
19223 Comando
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232 Resultado
19233 \begin_inset Note Note
19234 status collapsed
19235
19236 \begin_layout Plain Layout
19237
19238 \series bold
19239
19240 \backslash
19241 raisebox
19242 \series default
19243  se usa sólo como espaciador
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 </row>
19254 <row>
19255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259
19260 \backslash
19261 displaystyle
19262 \begin_inset Index idx
19263 status collapsed
19264
19265 \begin_layout Plain Layout
19266 Comandos ! D ! 
19267 \backslash
19268 displaystyle
19269 \end_layout
19270
19271 \end_inset
19272
19273
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19283 \end_inset
19284
19285
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 </row>
19291 <row>
19292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296
19297 \backslash
19298 textstyle
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19308 \end_inset
19309
19310
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 </row>
19316 <row>
19317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321
19322 \backslash
19323 scriptstyle
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 </row>
19341 <row>
19342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346
19347 \backslash
19348 scriptscriptstyle
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 </row>
19366 </lyxtabular>
19367
19368 \end_inset
19369
19370
19371 \end_layout
19372
19373 \begin_layout Standard
19374 Después de introcucir estos comandos, aparece un marco azul en el que se
19375  insertan las partes de la fórmula.
19376 \end_layout
19377
19378 \begin_layout Standard
19379 Hay un método más para cambiar el tamaño de fuente, aunque solo funciona
19380  para símbolos o letras en texto matemático.
19381  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19382  de texto anteriores.
19383  Todos los caracteres siguientes, hasta el final del texto matemático o
19384  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19385  Dos ejemplos:
19386 \begin_inset VSpace -2mm
19387 \end_inset
19388
19389
19390 \end_layout
19391
19392 \begin_layout Standard
19393 \begin_inset ERT
19394 status collapsed
19395
19396 \begin_layout Plain Layout
19397
19398
19399 \backslash
19400 huge
19401 \end_layout
19402
19403 \end_inset
19404
19405
19406 \begin_inset Formula \[
19407 A=\frac{B}{c}\cdot\maltese\]
19408
19409 \end_inset
19410
19411
19412 \begin_inset Formula \[
19413 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19414
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \begin_layout Standard
19421 \begin_inset ERT
19422 status collapsed
19423
19424 \begin_layout Plain Layout
19425
19426
19427 \backslash
19428 normalsize
19429 \end_layout
19430
19431 \end_inset
19432
19433
19434 \begin_inset VSpace medskip
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \begin_layout Standard
19441 Antes de las ecuaciones se ha insertado el comando 
19442 \series bold
19443
19444 \backslash
19445 huge
19446 \series default
19447 .
19448  Para la segunda ecuación el comando es:
19449 \begin_inset Newline newline
19450 \end_inset
19451
19452
19453 \series bold
19454
19455 \backslash
19456 maltese
19457 \begin_inset ERT
19458 status collapsed
19459
19460 \begin_layout Plain Layout
19461
19462
19463 \backslash
19464 spce 
19465 \end_layout
19466
19467 \end_inset
19468
19469 A Alt+M M 
19470 \backslash
19471 Large
19472 \begin_inset ERT
19473 status collapsed
19474
19475 \begin_layout Plain Layout
19476
19477
19478 \backslash
19479 spce 
19480 \end_layout
19481
19482 \end_inset
19483
19484
19485 \backslash
19486 maltese
19487 \begin_inset ERT
19488 status collapsed
19489
19490 \begin_layout Plain Layout
19491
19492
19493 \backslash
19494 spce 
19495 \end_layout
19496
19497 \end_inset
19498
19499
19500 \backslash
19501 textit
19502 \begin_inset ERT
19503 status collapsed
19504
19505 \begin_layout Plain Layout
19506
19507
19508 \backslash
19509 spce 
19510 \end_layout
19511
19512 \end_inset
19513
19514 A
19515 \begin_inset Formula $\to$
19516 \end_inset
19517
19518
19519 \begin_inset Formula $\to$
19520 \end_inset
19521
19522
19523 \begin_inset Newline newline
19524 \end_inset
19525
19526
19527 \begin_inset space \hspace*{}
19528 \length 1cm
19529 \end_inset
19530
19531 Alt+M M 
19532 \backslash
19533 tiny
19534 \begin_inset ERT
19535 status collapsed
19536
19537 \begin_layout Plain Layout
19538
19539
19540 \backslash
19541 spce 
19542 \end_layout
19543
19544 \end_inset
19545
19546
19547 \backslash
19548 maltese
19549 \begin_inset ERT
19550 status collapsed
19551
19552 \begin_layout Plain Layout
19553
19554
19555 \backslash
19556 spce 
19557 \end_layout
19558
19559 \end_inset
19560
19561
19562 \backslash
19563 textit
19564 \begin_inset ERT
19565 status collapsed
19566
19567 \begin_layout Plain Layout
19568
19569
19570 \backslash
19571 spce 
19572 \end_layout
19573
19574 \end_inset
19575
19576 A
19577 \end_layout
19578
19579 \begin_layout Standard
19580 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19581  el tamaño por omisión.
19582 \end_layout
19583
19584 \begin_layout Section
19585 Letras griegas
19586 \begin_inset Index idx
19587 status collapsed
19588
19589 \begin_layout Plain Layout
19590 Letras griegas
19591 \end_layout
19592
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \begin_layout Standard
19599 Todas las letras griegas se pueden insertar además mediante el botón 
19600 \begin_inset Graphics
19601         filename ../../images/math/alpha.png
19602         scale 85
19603
19604 \end_inset
19605
19606  de la barra de ecuaciones.
19607 \end_layout
19608
19609 \begin_layout Subsection
19610 Minúsculas
19611 \begin_inset Index idx
19612 status collapsed
19613
19614 \begin_layout Plain Layout
19615 Letras griegas ! minúsculas
19616 \end_layout
19617
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Standard
19624 \begin_inset space \hfill{}
19625 \end_inset
19626
19627
19628 \begin_inset Tabular
19629 <lyxtabular version="3" rows="11" columns="2">
19630 <features tabularvalignment="middle">
19631 <column alignment="center" valignment="top" width="0pt">
19632 <column alignment="center" valignment="top" width="0pt">
19633 <row>
19634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638 Comando
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647 Símbolo
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 </row>
19653 <row>
19654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658
19659 \backslash
19660 alpha
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669 \begin_inset Formula $\alpha$
19670 \end_inset
19671
19672
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 </row>
19678 <row>
19679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683
19684 \backslash
19685 beta
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694 \begin_inset Formula $\beta$
19695 \end_inset
19696
19697
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 </row>
19703 <row>
19704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708
19709 \backslash
19710 gamma
19711 \end_layout
19712
19713 \end_inset
19714 </cell>
19715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719 \begin_inset Formula $\gamma$
19720 \end_inset
19721
19722
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 </row>
19728 <row>
19729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Plain Layout
19733
19734 \backslash
19735 delta
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744 \begin_inset Formula $\delta$
19745 \end_inset
19746
19747
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 </row>
19753 <row>
19754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19755 \begin_inset Text
19756
19757 \begin_layout Plain Layout
19758
19759 \backslash
19760 epsilon
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769 \begin_inset Formula $\epsilon$
19770 \end_inset
19771
19772
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 </row>
19778 <row>
19779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783
19784 \backslash
19785 varepsilon
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794 \begin_inset Formula $\varepsilon$
19795 \end_inset
19796
19797
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 </row>
19803 <row>
19804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808
19809 \backslash
19810 zeta
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819 \begin_inset Formula $\zeta$
19820 \end_inset
19821
19822
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 </row>
19828 <row>
19829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833
19834 \backslash
19835 eta
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844 \begin_inset Formula $\eta$
19845 \end_inset
19846
19847
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 </row>
19853 <row>
19854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858
19859 \backslash
19860 theta
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869 \begin_inset Formula $\theta$
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 </row>
19878 <row>
19879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883
19884 \backslash
19885 vartheta
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894 \begin_inset Formula $\vartheta$
19895 \end_inset
19896
19897
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 </row>
19903 </lyxtabular>
19904
19905 \end_inset
19906
19907
19908 \begin_inset space \hfill{}
19909 \end_inset
19910
19911
19912 \begin_inset Tabular
19913 <lyxtabular version="3" rows="12" columns="2">
19914 <features tabularvalignment="middle">
19915 <column alignment="center" valignment="top" width="0pt">
19916 <column alignment="center" valignment="top" width="0pt">
19917 <row>
19918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922 Comando
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931 Símbolo
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 </row>
19937 <row>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942
19943 \backslash
19944 iota
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953 \begin_inset Formula $\iota$
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 </row>
19962 <row>
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967
19968 \backslash
19969 kappa
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978 \begin_inset Formula $\kappa$
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 </row>
19987 <row>
19988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992
19993 \backslash
19994 varkappa
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 \begin_inset Formula $\varkappa$
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 </row>
20012 <row>
20013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017
20018 \backslash
20019 lambda
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028 \begin_inset Formula $\lambda$
20029 \end_inset
20030
20031
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 </row>
20037 <row>
20038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \backslash
20044 mu
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 \begin_inset Formula $\mu$
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 </row>
20062 <row>
20063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067
20068 \backslash
20069 nu
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078 \begin_inset Formula $\nu$
20079 \end_inset
20080
20081
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 </row>
20087 <row>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092
20093 \backslash
20094 xi
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 \begin_inset Formula $\xi$
20104 \end_inset
20105
20106
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 </row>
20112 <row>
20113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117 o
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20123 \begin_inset Text
20124
20125 \begin_layout Plain Layout
20126 \begin_inset Formula $o$
20127 \end_inset
20128
20129
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 </row>
20135 <row>
20136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140
20141 \backslash
20142 pi
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20148 \begin_inset Text
20149
20150 \begin_layout Plain Layout
20151 \begin_inset Formula $\pi$
20152 \end_inset
20153
20154
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 </row>
20160 <row>
20161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165
20166 \backslash
20167 varpi
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176 \begin_inset Formula $\varpi$
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 </row>
20185 <row>
20186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190
20191 \backslash
20192 rho
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201 \begin_inset Formula $\rho$
20202 \end_inset
20203
20204
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 </row>
20210 </lyxtabular>
20211
20212 \end_inset
20213
20214
20215 \begin_inset space \hfill{}
20216 \end_inset
20217
20218
20219 \begin_inset Tabular
20220 <lyxtabular version="3" rows="11" columns="2">
20221 <features tabularvalignment="middle">
20222 <column alignment="center" valignment="top" width="0pt">
20223 <column alignment="center" valignment="top" width="0pt">
20224 <row>
20225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229 Comando
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 Símbolo
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 </row>
20244 <row>
20245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Plain Layout
20249
20250 \backslash
20251 varrho
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20257 \begin_inset Text
20258
20259 \begin_layout Plain Layout
20260 \begin_inset Formula $\varrho$
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 </row>
20269 <row>
20270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20271 \begin_inset Text
20272
20273 \begin_layout Plain Layout
20274
20275 \backslash
20276 sigma
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285 \begin_inset Formula $\sigma$
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 </row>
20294 <row>
20295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299
20300 \backslash
20301 varsigma
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 \begin_inset Formula $\varsigma$
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 </row>
20319 <row>
20320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324
20325 \backslash
20326 tau
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 \begin_inset Formula $\tau$
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 <row>
20345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349
20350 \backslash
20351 upsilon
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360 \begin_inset Formula $\upsilon$
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 </row>
20369 <row>
20370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374
20375 \backslash
20376 phi
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385 \begin_inset Formula $\phi$
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 </row>
20394 <row>
20395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399
20400 \backslash
20401 varphi
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 \begin_inset Formula $\varphi$
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 </row>
20419 <row>
20420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424
20425 \backslash
20426 chi
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435 \begin_inset Formula $\chi$
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 <row>
20445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \backslash
20451 psi
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 \begin_inset Formula $\psi$
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 </row>
20469 <row>
20470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474
20475 \backslash
20476 omega
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485 \begin_inset Formula $\omega$
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 </lyxtabular>
20495
20496 \end_inset
20497
20498
20499 \begin_inset space \hfill{}
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \begin_layout Standard
20506 \begin_inset VSpace medskip
20507 \end_inset
20508
20509
20510 \end_layout
20511
20512 \begin_layout Standard
20513 Cómo escribir letras griegas en redonda se explica en 
20514 \begin_inset CommandInset ref
20515 LatexCommand ref
20516 reference "sub:Griegas-en-redonda"
20517
20518 \end_inset
20519
20520 .
20521 \end_layout
20522
20523 \begin_layout Subsection
20524 Mayúsculas
20525 \begin_inset Index idx
20526 status collapsed
20527
20528 \begin_layout Plain Layout
20529 Letras griegas ! mayúsculas
20530 \end_layout
20531
20532 \end_inset
20533
20534
20535 \end_layout
20536
20537 \begin_layout Standard
20538 \begin_inset space \hfill{}
20539 \end_inset
20540
20541
20542 \begin_inset Tabular
20543 <lyxtabular version="3" rows="7" columns="2">
20544 <features tabularvalignment="middle">
20545 <column alignment="center" valignment="top" width="0pt">
20546 <column alignment="center" valignment="top" width="0pt">
20547 <row>
20548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20549 \begin_inset Text
20550
20551 \begin_layout Plain Layout
20552 Comando
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20558 \begin_inset Text
20559
20560 \begin_layout Plain Layout
20561 Símbolo
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 </row>
20567 <row>
20568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572
20573 \backslash
20574 Gamma
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583 \begin_inset Formula $\Gamma$
20584 \end_inset
20585
20586
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 </row>
20592 <row>
20593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20594 \begin_inset Text
20595
20596 \begin_layout Plain Layout
20597
20598 \backslash
20599 Delta
20600 \end_layout
20601
20602 \end_inset
20603 </cell>
20604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20605 \begin_inset Text
20606
20607 \begin_layout Plain Layout
20608 \begin_inset Formula $\Delta$
20609 \end_inset
20610
20611
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 </row>
20617 <row>
20618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622
20623 \backslash
20624 Theta
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 \begin_inset Formula $\Theta$
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 </row>
20642 <row>
20643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647
20648 \backslash
20649 Lambda
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20655 \begin_inset Text
20656
20657 \begin_layout Plain Layout
20658 \begin_inset Formula $\Lambda$
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 </row>
20667 <row>
20668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672
20673 \backslash
20674 Xi
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683 \begin_inset Formula $\Xi$
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 </row>
20692 <row>
20693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697
20698 \backslash
20699 Pi
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708 \begin_inset Formula $\Pi$
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 </row>
20717 </lyxtabular>
20718
20719 \end_inset
20720
20721
20722 \begin_inset space \hfill{}
20723 \end_inset
20724
20725
20726 \begin_inset Tabular
20727 <lyxtabular version="3" rows="6" columns="2">
20728 <features tabularvalignment="middle">
20729 <column alignment="center" valignment="top" width="0pt">
20730 <column alignment="center" valignment="top" width="0pt">
20731 <row>
20732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736 Comando
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 Símbolo
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 </row>
20751 <row>
20752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756
20757 \backslash
20758 Sigma
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767 \begin_inset Formula $\Sigma$
20768 \end_inset
20769
20770
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 </row>
20776 <row>
20777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781
20782 \backslash
20783 Upsilon
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792 \begin_inset Formula $\Upsilon$
20793 \end_inset
20794
20795
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 </row>
20801 <row>
20802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806
20807 \backslash
20808 Phi
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817 \begin_inset Formula $\Phi$
20818 \end_inset
20819
20820
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 </row>
20826 <row>
20827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831
20832 \backslash
20833 Psi
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842 \begin_inset Formula $\Psi$
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 </row>
20851 <row>
20852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856
20857 \backslash
20858 Omega
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867 \begin_inset Formula $\Omega$
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 </row>
20876 </lyxtabular>
20877
20878 \end_inset
20879
20880
20881 \begin_inset space \hfill{}
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \begin_layout Standard
20888 \begin_inset VSpace medskip
20889 \end_inset
20890
20891
20892 \end_layout
20893
20894 \begin_layout Standard
20895 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20896  cuando se desarrolló TeX.
20897  Para obtener mayúsculas en cursiva, inicia cada comando con 
20898 \series bold
20899 var
20900 \series default
20901 .
20902  Por ejemplo, el comando 
20903 \series bold
20904
20905 \backslash
20906 varGamma
20907 \series default
20908  genera: 
20909 \begin_inset Formula $\varGamma$
20910 \end_inset
20911
20912
20913 \end_layout
20914
20915 \begin_layout Subsection
20916 Letras en negrita
20917 \begin_inset Index idx
20918 status collapsed
20919
20920 \begin_layout Plain Layout
20921 Letras griegas ! en negrita
20922 \end_layout
20923
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \begin_layout Standard
20930 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20931  Sólo se pueden poner en negrita con el comando 
20932 \series bold
20933
20934 \backslash
20935 boldsymbol
20936 \series default
20937
20938 \begin_inset Index idx
20939 status collapsed
20940
20941 \begin_layout Plain Layout
20942 Comandos ! B ! 
20943 \backslash
20944 boldsymbol
20945 \end_layout
20946
20947 \end_inset
20948
20949 .
20950 \end_layout
20951
20952 \begin_layout Standard
20953 \align center
20954 \begin_inset Tabular
20955 <lyxtabular version="3" rows="3" columns="2">
20956 <features tabularvalignment="middle">
20957 <column alignment="center" valignment="top" width="0">
20958 <column alignment="center" valignment="top" width="0">
20959 <row>
20960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964 Comando
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973 Símbolo
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 </row>
20979 <row>
20980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984
20985 \backslash
20986 Upsilon
20987 \backslash
20988 boldsymbol
20989 \backslash
20990 Upsilon
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20996 \begin_inset Text
20997
20998 \begin_layout Plain Layout
20999 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21000 \end_inset
21001
21002
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 </row>
21008 <row>
21009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013
21014 \backslash
21015 theta
21016 \backslash
21017 boldsymbol
21018 \backslash
21019 theta
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028 \begin_inset Formula $\theta\boldsymbol{\theta}$
21029 \end_inset
21030
21031
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 </row>
21037 </lyxtabular>
21038
21039 \end_inset
21040
21041
21042 \end_layout
21043
21044 \begin_layout Section
21045 Símbolos
21046 \begin_inset ERT
21047 status collapsed
21048
21049 \begin_layout Plain Layout
21050
21051
21052 \backslash
21053 texorpdfstring{
21054 \end_layout
21055
21056 \end_inset
21057
21058
21059 \begin_inset Foot
21060 status collapsed
21061
21062 \begin_layout Plain Layout
21063 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
21064  LaTeX en 
21065 \begin_inset CommandInset citation
21066 LatexCommand cite
21067 key "Symbols"
21068
21069 \end_inset
21070
21071 .
21072 \end_layout
21073
21074 \end_inset
21075
21076
21077 \begin_inset ERT
21078 status collapsed
21079
21080 \begin_layout Plain Layout
21081
21082 }{}
21083 \end_layout
21084
21085 \end_inset
21086
21087
21088 \begin_inset Note Note
21089 status collapsed
21090
21091 \begin_layout Plain Layout
21092
21093 \backslash
21094 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
21095  PDF.
21096 \end_layout
21097
21098 \begin_layout Plain Layout
21099 Más sobre 
21100 \backslash
21101 texorpdfstring en la sección 
21102 \begin_inset CommandInset ref
21103 LatexCommand ref
21104 reference "sub:Ecuaciones-en-encabezados"
21105
21106 \end_inset
21107
21108 .
21109 \end_layout
21110
21111 \end_inset
21112
21113
21114 \begin_inset Index idx
21115 status collapsed
21116
21117 \begin_layout Plain Layout
21118 Símbolos
21119 \end_layout
21120
21121 \end_inset
21122
21123
21124 \end_layout
21125
21126 \begin_layout Standard
21127 Muchos de los símbolos listados en esta sección se pueden insertar además
21128  mediante los botones 
21129 \begin_inset Graphics
21130         filename ../../images/math/nabla.png
21131         scale 85
21132
21133 \end_inset
21134
21135  y 
21136 \begin_inset Graphics
21137         filename ../../images/math/digamma.png
21138         scale 85
21139
21140 \end_inset
21141
21142  de la barra de ecuaciones.
21143 \end_layout
21144
21145 \begin_layout Subsection
21146 Símbolos matemáticos
21147 \begin_inset CommandInset label
21148 LatexCommand label
21149 name "sub:Símbolos-matemáticos"
21150
21151 \end_inset
21152
21153
21154 \begin_inset Index idx
21155 status collapsed
21156
21157 \begin_layout Plain Layout
21158 Símbolos ! matemáticos
21159 \end_layout
21160
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \begin_layout Standard
21167 \begin_inset space \hfill{}
21168 \end_inset
21169
21170
21171 \begin_inset Tabular
21172 <lyxtabular version="3" rows="10" columns="2">
21173 <features tabularvalignment="middle">
21174 <column alignment="center" valignment="top" width="0pt">
21175 <column alignment="center" valignment="top" width="0pt">
21176 <row>
21177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 Comando
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190 Símbolo
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 </row>
21196 <row>
21197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201
21202 \backslash
21203 neg
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 \begin_inset Formula $\neg$
21213 \end_inset
21214
21215
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 </row>
21221 <row>
21222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226
21227 \backslash
21228 Im
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 \begin_inset Formula $\Im$
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 </row>
21246 <row>
21247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251
21252 \backslash
21253 Re
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $\Re$
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 <row>
21272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276
21277 \backslash
21278 aleph
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287 \begin_inset Formula $\aleph$
21288 \end_inset
21289
21290
21291 \end_layout
21292
21293 \end_inset
21294 </cell>
21295 </row>
21296 <row>
21297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301
21302 \backslash
21303 partial
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312 \begin_inset Formula $\partial$
21313 \end_inset
21314
21315
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 </row>
21321 <row>
21322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326
21327 \backslash
21328 infty
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 \begin_inset Formula $\infty$
21338 \end_inset
21339
21340
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 </row>
21346 <row>
21347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351
21352 \backslash
21353 wp
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362 \begin_inset Formula $\wp$
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 </row>
21371 <row>
21372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376
21377 \backslash
21378 imath
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 \begin_inset Formula $\imath$
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 </row>
21396 <row>
21397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401
21402 \backslash
21403 jmath
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412 \begin_inset Formula $\jmath$
21413 \end_inset
21414
21415
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 </row>
21421 </lyxtabular>
21422
21423 \end_inset
21424
21425
21426 \begin_inset space \hfill{}
21427 \end_inset
21428
21429
21430 \begin_inset Tabular
21431 <lyxtabular version="3" rows="10" columns="2">
21432 <features tabularvalignment="middle">
21433 <column alignment="center" valignment="top" width="0pt">
21434 <column alignment="center" valignment="top" width="0pt">
21435 <row>
21436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440 Comando
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449 Símbolo
21450 \begin_inset Note Note
21451 status collapsed
21452
21453 \begin_layout Plain Layout
21454
21455 \series bold
21456
21457 \backslash
21458 raisebox
21459 \series default
21460  se usa sólo como espaciador
21461 \end_layout
21462
21463 \end_inset
21464
21465
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 </row>
21471 <row>
21472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476
21477 \backslash
21478 forall
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487 \begin_inset Formula $\forall$
21488 \end_inset
21489
21490
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 </row>
21496 <row>
21497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501
21502 \backslash
21503 exists
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 \begin_inset Formula $\exists$
21513 \end_inset
21514
21515
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 </row>
21521 <row>
21522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526
21527 \backslash
21528 nexists
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537 \begin_inset Formula $\nexists$
21538 \end_inset
21539
21540
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 </row>
21546 <row>
21547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551
21552 \backslash
21553 emptyset
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562 \begin_inset Formula $\emptyset$
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \end_inset
21569 </cell>
21570 </row>
21571 <row>
21572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576
21577 \backslash
21578 varnothing
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587 \begin_inset Formula $\varnothing$
21588 \end_inset
21589
21590
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 </row>
21596 <row>
21597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601
21602 \backslash
21603 dag
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 \begin_inset Formula $\dag$
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 </row>
21621 <row>
21622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626
21627 \backslash
21628 ddag
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637 \begin_inset Formula $\ddag$
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 </row>
21646 <row>
21647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651
21652 \backslash
21653 complement
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 \begin_inset ERT
21663 status collapsed
21664
21665 \begin_layout Plain Layout
21666
21667
21668 \backslash
21669 raisebox{-0.8mm}{
21670 \end_layout
21671
21672 \end_inset
21673
21674
21675 \begin_inset Formula $\complement$
21676 \end_inset
21677
21678
21679 \begin_inset ERT
21680 status collapsed
21681
21682 \begin_layout Plain Layout
21683
21684 }
21685 \end_layout
21686
21687 \end_inset
21688
21689
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 <row>
21696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700
21701 \backslash
21702 Bbbk
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 \begin_inset Formula $\Bbbk$
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 </row>
21720 </lyxtabular>
21721
21722 \end_inset
21723
21724
21725 \begin_inset space \hfill{}
21726 \end_inset
21727
21728
21729 \begin_inset Tabular
21730 <lyxtabular version="3" rows="10" columns="2">
21731 <features tabularvalignment="middle">
21732 <column alignment="center" valignment="top" width="0pt">
21733 <column alignment="center" valignment="top" width="0pt">
21734 <row>
21735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739 Comando
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 Símbolo
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 </row>
21754 <row>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759
21760 \backslash
21761 prime
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 \begin_inset Formula $\prime$
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 </row>
21779 <row>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784
21785 \backslash
21786 backprime
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 \begin_inset Formula $\backprime$
21796 \end_inset
21797
21798
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 </row>
21804 <row>
21805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809
21810 \backslash
21811 mho
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820 \begin_inset Formula $\mho$
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 </row>
21829 <row>
21830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834
21835 \backslash
21836 triangle
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 \begin_inset Formula $\triangle$
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 </row>
21854 <row>
21855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859
21860 \backslash
21861 angle
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870 \begin_inset Formula $\angle$
21871 \end_inset
21872
21873
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 </row>
21879 <row>
21880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884
21885 \backslash
21886 measuredangle
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 \begin_inset Formula $\measuredangle$
21896 \end_inset
21897
21898
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 </row>
21904 <row>
21905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909
21910 \backslash
21911 sphericalangle
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 \begin_inset Formula $\sphericalangle$
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 </row>
21929 <row>
21930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \backslash
21936 top
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945 \begin_inset Formula $\top$
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 </row>
21954 <row>
21955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959
21960 \backslash
21961 bot
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 \begin_inset Formula $\bot$
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 </lyxtabular>
21980
21981 \end_inset
21982
21983
21984 \begin_inset space \hfill{}
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \begin_layout Subsection
21991 Símbolos misceláneos
21992 \begin_inset CommandInset label
21993 LatexCommand label
21994 name "sub:Símbolos-misceláneos"
21995
21996 \end_inset
21997
21998
21999 \begin_inset Index idx
22000 status collapsed
22001
22002 \begin_layout Plain Layout
22003 Símbolos ! misceláneos
22004 \end_layout
22005
22006 \end_inset
22007
22008
22009 \end_layout
22010
22011 \begin_layout Standard
22012 \noindent
22013 \align center
22014 \begin_inset Tabular
22015 <lyxtabular version="3" rows="10" columns="2">
22016 <features tabularvalignment="middle">
22017 <column alignment="center" valignment="top" width="0pt">
22018 <column alignment="center" valignment="top" width="0pt">
22019 <row>
22020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 Comando
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033 Símbolo
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 </row>
22039 <row>
22040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044
22045 \backslash
22046 flat
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22052 \begin_inset Text
22053
22054 \begin_layout Plain Layout
22055 \begin_inset Formula $\flat$
22056 \end_inset
22057
22058
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 </row>
22064 <row>
22065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069
22070 \backslash
22071 natural
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080 \begin_inset Formula $\natural$
22081 \end_inset
22082
22083
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 </row>
22089 <row>
22090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094
22095 \backslash
22096 sharp
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105 \begin_inset Formula $\sharp$
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 </row>
22114 <row>
22115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119
22120 \backslash
22121 surd
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130 \begin_inset Formula $\surd$
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 </row>
22139 <row>
22140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144
22145 \backslash
22146 checkmark
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155 \begin_inset Formula $\checkmark$
22156 \end_inset
22157
22158
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 </row>
22164 <row>
22165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169
22170 \backslash
22171 yen
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180 \begin_inset Formula $\yen$
22181 \end_inset
22182
22183
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 </row>
22189 <row>
22190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194
22195 \backslash
22196 pounds
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 \begin_inset Formula $\pounds$
22206 \end_inset
22207
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 </row>
22214 <row>
22215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219 $
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228 \begin_inset Formula $\$$
22229 \end_inset
22230
22231
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 </row>
22237 <row>
22238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 §
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251 \begin_inset Formula $§$
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \end_inset
22258 </cell>
22259 </row>
22260 </lyxtabular>
22261
22262 \end_inset
22263
22264
22265 \begin_inset Tabular
22266 <lyxtabular version="3" rows="10" columns="2">
22267 <features tabularvalignment="middle">
22268 <column alignment="center" valignment="top" width="0">
22269 <column alignment="center" valignment="top" width="0">
22270 <row>
22271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 Comando
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284 Símbolo
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 </row>
22290 <row>
22291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295
22296 \backslash
22297 hbar
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 \begin_inset Formula $\hbar$
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 </row>
22315 <row>
22316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320
22321 \backslash
22322 hslash
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331 \begin_inset Formula $\hslash$
22332 \end_inset
22333
22334
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 </row>
22340 <row>
22341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \backslash
22347 clubsuit
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356 \begin_inset Formula $\clubsuit$
22357 \end_inset
22358
22359
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 </row>
22365 <row>
22366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370
22371 \backslash
22372 spadesuit
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381 \begin_inset Formula $\spadesuit$
22382 \end_inset
22383
22384
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 </row>
22390 <row>
22391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22392 \begin_inset Text
22393
22394 \begin_layout Plain Layout
22395
22396 \backslash
22397 bigstar
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406 \begin_inset Formula $\bigstar$
22407 \end_inset
22408
22409
22410 \end_layout
22411
22412 \end_inset
22413 </cell>
22414 </row>
22415 <row>
22416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420
22421 \backslash
22422 blacklozenge
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431 \begin_inset Formula $\blacklozenge$
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 </row>
22440 <row>
22441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445
22446 \backslash
22447 blacktriangle
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456 \begin_inset Formula $\blacktriangle$
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 </row>
22465 <row>
22466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470
22471 \backslash
22472 blacktiangledown
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481 \begin_inset Formula $\blacktriangledown$
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 </row>
22490 <row>
22491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495
22496 \backslash
22497 bullet
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506 \begin_inset Formula $\bullet$
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 </row>
22515 </lyxtabular>
22516
22517 \end_inset
22518
22519
22520 \begin_inset Tabular
22521 <lyxtabular version="3" rows="10" columns="2">
22522 <features tabularvalignment="middle">
22523 <column alignment="center" valignment="top" width="0pt">
22524 <column alignment="center" valignment="top" width="0pt">
22525 <row>
22526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530 Comando
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 Símbolo
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 </row>
22545 <row>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550
22551 \backslash
22552 diamondsuit
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561 \begin_inset Formula $\diamondsuit$
22562 \end_inset
22563
22564
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 </row>
22570 <row>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575
22576 \backslash
22577 Diamond
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 \begin_inset Formula $\Diamond$
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 </row>
22595 <row>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600
22601 \backslash
22602 heartsuit
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 \begin_inset Formula $\heartsuit$
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 </row>
22620 <row>
22621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625
22626 \backslash
22627 P
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636 \begin_inset Formula $\P$
22637 \end_inset
22638
22639
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 </row>
22645 <row>
22646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650
22651 \backslash
22652 copyright
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 \begin_inset Formula $\copyright$
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 </row>
22670 <row>
22671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675
22676 \backslash
22677 circledR
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 \begin_inset Formula $\circledR$
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 <row>
22696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700
22701 \backslash
22702 maltese
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 \begin_inset Formula $\maltese$
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 </row>
22720 <row>
22721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725
22726 \backslash
22727 diagup
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 \begin_inset Formula $\diagup$
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 </row>
22745 <row>
22746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \backslash
22752 diagdown
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 \begin_inset Formula $\diagdown$
22762 \end_inset
22763
22764
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 </row>
22770 </lyxtabular>
22771
22772 \end_inset
22773
22774
22775 \end_layout
22776
22777 \begin_layout Standard
22778 \begin_inset VSpace medskip
22779 \end_inset
22780
22781
22782 \end_layout
22783
22784 \begin_layout Standard
22785 Hay más símbolos en 
22786 \begin_inset CommandInset ref
22787 LatexCommand ref
22788 reference "sub:Caracteres-especiales-misceláneos"
22789
22790 \end_inset
22791
22792 .
22793 \end_layout
22794
22795 \begin_layout Standard
22796 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22797 \begin_inset CommandInset ref
22798 LatexCommand ref
22799 reference "sub:Tamaños-de-fuentes"
22800
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \begin_layout Subsection
22807 El símbolo del euro, €
22808 \begin_inset Index idx
22809 status collapsed
22810
22811 \begin_layout Plain Layout
22812 Símbolos ! euro
22813 \end_layout
22814
22815 \end_inset
22816
22817
22818 \begin_inset Index idx
22819 status collapsed
22820
22821 \begin_layout Plain Layout
22822
22823 \backslash
22824 @
22825 \begin_inset ERT
22826 status collapsed
22827
22828 \begin_layout Plain Layout
22829
22830
22831 \backslash
22832 officialeuro
22833 \end_layout
22834
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \end_inset
22841
22842
22843 \end_layout
22844
22845 \begin_layout Standard
22846 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22847  LaTeX 
22848 \series bold
22849 eurosym
22850 \series default
22851
22852 \begin_inset Index idx
22853 status collapsed
22854
22855 \begin_layout Plain Layout
22856 Paquetes ! eurosym
22857 \end_layout
22858
22859 \end_inset
22860
22861 , y cargado en el preámbulo LaTeX con la línea
22862 \end_layout
22863
22864 \begin_layout Standard
22865
22866 \series bold
22867
22868 \backslash
22869 usepackage[gennarrow]{eurosym}
22870 \end_layout
22871
22872 \begin_layout Standard
22873 Actualmente también se puede insertar con el comando 
22874 \series bold
22875
22876 \backslash
22877 euro
22878 \series default
22879
22880 \begin_inset Index idx
22881 status collapsed
22882
22883 \begin_layout Plain Layout
22884 Comandos ! E ! 
22885 \backslash
22886 euro
22887 \end_layout
22888
22889 \end_inset
22890
22891 .
22892 \end_layout
22893
22894 \begin_layout Standard
22895 El símbolo del euro puede insertarse directamente con la tecla € en texto
22896  matemático sin tener 
22897 \series bold
22898 eurosym
22899 \series default
22900  instalado.
22901  Si 
22902 \series bold
22903 eurosym
22904 \series default
22905  está instalado, se puede insertar 
22906 \series bold
22907
22908 \backslash
22909 euro
22910 \series default
22911  en modo TeX.
22912  El símbolo oficial de la moneda se puede insertar con el comando 
22913 \series bold
22914
22915 \backslash
22916 officialeuro
22917 \series default
22918
22919 \begin_inset Index idx
22920 status collapsed
22921
22922 \begin_layout Plain Layout
22923 Comandos ! O ! 
22924 \backslash
22925 officialeuro
22926 \end_layout
22927
22928 \end_inset
22929
22930 , que sólo está disponible en modo TeX.
22931 \end_layout
22932
22933 \begin_layout Standard
22934 \begin_inset ERT
22935 status collapsed
22936
22937 \begin_layout Plain Layout
22938
22939
22940 \backslash
22941 ifeurosym
22942 \end_layout
22943
22944 \end_inset
22945
22946
22947 \begin_inset Note Note
22948 status collapsed
22949
22950 \begin_layout Plain Layout
22951 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22952 \series bold
22953 eurosym
22954 \series default
22955 .
22956 \end_layout
22957
22958 \end_inset
22959
22960
22961 \end_layout
22962
22963 \begin_layout Standard
22964 Un vistazo a los diferentes símbolos del euro.
22965 \end_layout
22966
22967 \begin_layout Standard
22968 \noindent
22969 \align center
22970 \begin_inset Tabular
22971 <lyxtabular version="3" rows="4" columns="3">
22972 <features tabularvalignment="middle">
22973 <column alignment="center" valignment="top" width="0">
22974 <column alignment="center" valignment="top" width="0">
22975 <column alignment="center" valignment="top" width="0">
22976 <row>
22977 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990 Comando
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 Símbolo
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 </row>
23005 <row>
23006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010 ecuación
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \backslash
23021 euro
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030 \begin_inset Formula $\euro$
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 </row>
23039 <row>
23040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044 texto matemático
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 \begin_inset Formula $\mbox{€}$
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 </row>
23071 <row>
23072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076 modo TeX
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085
23086 \backslash
23087 officialeuro
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096 \begin_inset ERT
23097 status collapsed
23098
23099 \begin_layout Plain Layout
23100
23101
23102 \backslash
23103 officialeuro
23104 \end_layout
23105
23106 \end_inset
23107
23108
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 </row>
23114 </lyxtabular>
23115
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \begin_layout Standard
23122 \begin_inset ERT
23123 status collapsed
23124
23125 \begin_layout Plain Layout
23126
23127
23128 \backslash
23129 else
23130 \end_layout
23131
23132 \end_inset
23133
23134
23135 \begin_inset Note Note
23136 status collapsed
23137
23138 \begin_layout Plain Layout
23139 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
23140 \series bold
23141 eurosym
23142 \series default
23143 :
23144 \end_layout
23145
23146 \end_inset
23147
23148
23149 \end_layout
23150
23151 \begin_layout Standard
23152 Para ver la salida completa de esta subsección debe estar instalado el paquete
23153  LaTeX 
23154 \series bold
23155 eurosym
23156 \series default
23157 .
23158 \end_layout
23159
23160 \begin_layout Standard
23161 \begin_inset ERT
23162 status collapsed
23163
23164 \begin_layout Plain Layout
23165
23166
23167 \backslash
23168 fi
23169 \end_layout
23170
23171 \end_inset
23172
23173
23174 \end_layout
23175
23176 \begin_layout Standard
23177 \begin_inset Newpage newpage
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \begin_layout Section
23184 Relaciones
23185 \begin_inset CommandInset label
23186 LatexCommand label
23187 name "sec:Relaciones"
23188
23189 \end_inset
23190
23191
23192 \begin_inset Index idx
23193 status collapsed
23194
23195 \begin_layout Plain Layout
23196 Relaciones
23197 \end_layout
23198
23199 \end_inset
23200
23201
23202 \begin_inset Index idx
23203 status collapsed
23204
23205 \begin_layout Plain Layout
23206 Comparaciones|see
23207 \begin_inset ERT
23208 status collapsed
23209
23210 \begin_layout Plain Layout
23211
23212 {
23213 \end_layout
23214
23215 \end_inset
23216
23217 Relaciones
23218 \begin_inset ERT
23219 status collapsed
23220
23221 \begin_layout Plain Layout
23222
23223 }
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \begin_layout Standard
23237 Todas las relaciones se pueden insertar también con el botón 
23238 \begin_inset Graphics
23239         filename ../../images/math/leq.png
23240         scale 85
23241
23242 \end_inset
23243
23244  de la barra de ecuaciones.
23245 \end_layout
23246
23247 \begin_layout Standard
23248 \begin_inset space \hfill{}
23249 \end_inset
23250
23251
23252 \begin_inset Tabular
23253 <lyxtabular version="3" rows="17" columns="2">
23254 <features tabularvalignment="middle">
23255 <column alignment="center" valignment="top" width="0pt">
23256 <column alignment="center" valignment="top" width="0pt">
23257 <row>
23258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 Comando
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 Relación
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 </row>
23277 <row>
23278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282 <
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 \begin_inset Formula $<$
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 </row>
23300 <row>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305
23306 \backslash
23307 le
23308 \end_layout
23309
23310 \end_inset
23311 </cell>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316 \begin_inset Formula $\le$
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 </row>
23325 <row>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330
23331 \backslash
23332 ll
23333 \end_layout
23334
23335 \end_inset
23336 </cell>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 \begin_inset Formula $\ll$
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 </row>
23350 <row>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355
23356 \backslash
23357 prec
23358 \end_layout
23359
23360 \end_inset
23361 </cell>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366 \begin_inset Formula $\prec$
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 </row>
23375 <row>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380
23381 \backslash
23382 preceq
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391 \begin_inset Formula $\preceq$
23392 \end_inset
23393
23394
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 </row>
23400 <row>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405
23406 \backslash
23407 subset
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 \begin_inset Formula $\subset$
23417 \end_inset
23418
23419
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 </row>
23425 <row>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430
23431 \backslash
23432 subseteq
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 \begin_inset Formula $\subseteq$
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 </row>
23450 <row>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455
23456 \backslash
23457 sqsubseteq
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466 \begin_inset Formula $\sqsubseteq$
23467 \end_inset
23468
23469
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 </row>
23475 <row>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480
23481 \backslash
23482 in
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491 \begin_inset Formula $\in$
23492 \end_inset
23493
23494
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 </row>
23500 <row>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505
23506 \backslash
23507 vdash
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516 \begin_inset Formula $\vdash$
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 </row>
23525 <row>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530
23531 \backslash
23532 smile
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541 \begin_inset Formula $\smile$
23542 \end_inset
23543
23544
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 </row>
23550 <row>
23551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555
23556 \backslash
23557 lhd
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566 \begin_inset Formula $\lhd$
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 </row>
23575 <row>
23576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580
23581 \backslash
23582 unlhd
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 \begin_inset Formula $\unlhd$
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 </row>
23600 <row>
23601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605
23606 \backslash
23607 gtrless
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616 \begin_inset Formula $\gtrless$
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 </row>
23625 <row>
23626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630
23631 \backslash
23632 mid
23633 \end_layout
23634
23635 \end_inset
23636 </cell>
23637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641 \begin_inset Formula $\mid$
23642 \end_inset
23643
23644
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 </row>
23650 <row>
23651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655
23656 \backslash
23657 nmid
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666 \begin_inset Formula $\nmid$
23667 \end_inset
23668
23669
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 </row>
23675 </lyxtabular>
23676
23677 \end_inset
23678
23679
23680 \begin_inset space \hfill{}
23681 \end_inset
23682
23683
23684 \begin_inset Tabular
23685 <lyxtabular version="3" rows="17" columns="2">
23686 <features tabularvalignment="middle">
23687 <column alignment="center" valignment="top" width="0pt">
23688 <column alignment="center" valignment="top" width="0pt">
23689 <row>
23690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 Comando
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 Relación
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 </row>
23709 <row>
23710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714 =
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723 \begin_inset Formula $=$
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 </row>
23732 <row>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737
23738 \backslash
23739 not=
23740 \end_layout
23741
23742 \end_inset
23743 </cell>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748 \begin_inset Formula $\not=$
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 </row>
23757 <row>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762
23763 \backslash
23764 equiv
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773 \begin_inset Formula $\equiv$
23774 \end_inset
23775
23776
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 </row>
23782 <row>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787
23788 \backslash
23789 sim
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798 \begin_inset Formula $\sim$
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 </row>
23807 <row>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812
23813 \backslash
23814 simeq
23815 \end_layout
23816
23817 \end_inset
23818 </cell>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823 \begin_inset Formula $\simeq$
23824 \end_inset
23825
23826
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 </row>
23832 <row>
23833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837
23838 \backslash
23839 approx
23840 \end_layout
23841
23842 \end_inset
23843 </cell>
23844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848 \begin_inset Formula $\approx$
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 </row>
23857 <row>
23858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862
23863 \backslash
23864 cong
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873 \begin_inset Formula $\cong$
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 </row>
23882 <row>
23883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887
23888 \backslash
23889 bowtie
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898 \begin_inset Formula $\bowtie$
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 </row>
23907 <row>
23908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912
23913 \backslash
23914 notin
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923 \begin_inset Formula $\notin$
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 </row>
23932 <row>
23933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937
23938 \backslash
23939 perp
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 \begin_inset Formula $\perp$
23949 \end_inset
23950
23951
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 </row>
23957 <row>
23958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23959 \begin_inset Text
23960
23961 \begin_layout Plain Layout
23962
23963 \backslash
23964 propto
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973 \begin_inset Formula $\propto$
23974 \end_inset
23975
23976
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 </row>
23982 <row>
23983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23984 \begin_inset Text
23985
23986 \begin_layout Plain Layout
23987
23988 \backslash
23989 asymp
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998 \begin_inset Formula $\asymp$
23999 \end_inset
24000
24001
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 </row>
24007 <row>
24008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24009 \begin_inset Text
24010
24011 \begin_layout Plain Layout
24012
24013 \backslash
24014 doteq
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023 \begin_inset Formula $\doteq$
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 </row>
24032 <row>
24033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037
24038 \backslash
24039 circeq
24040 \end_layout
24041
24042 \end_inset
24043 </cell>
24044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048 \begin_inset Formula $\circeq$
24049 \end_inset
24050
24051
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 </row>
24057 <row>
24058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24059 \begin_inset Text
24060
24061 \begin_layout Plain Layout
24062
24063 \backslash
24064 models
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073 \begin_inset Formula $\models$
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 </row>
24082 <row>
24083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087
24088 \backslash
24089 widehat=
24090 \end_layout
24091
24092 \end_inset
24093 </cell>
24094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098 \begin_inset Formula $\widehat{=}$
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 </row>
24107 </lyxtabular>
24108
24109 \end_inset
24110
24111
24112 \begin_inset space \hfill{}
24113 \end_inset
24114
24115
24116 \begin_inset Tabular
24117 <lyxtabular version="3" rows="17" columns="2">
24118 <features tabularvalignment="middle">
24119 <column alignment="center" valignment="top" width="0pt">
24120 <column alignment="center" valignment="top" width="0pt">
24121 <row>
24122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 Comando
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135 Relación
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 </row>
24141 <row>
24142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 >
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 \begin_inset Formula $>$
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 </row>
24164 <row>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169
24170 \backslash
24171 ge
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180 \begin_inset Formula $\ge$
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 </row>
24189 <row>
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194
24195 \backslash
24196 gg
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 \begin_inset Formula $\gg$
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 </row>
24214 <row>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219
24220 \backslash
24221 succ
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 \begin_inset Formula $\succ$
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 </row>
24239 <row>
24240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244
24245 \backslash
24246 succeq
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255 \begin_inset Formula $\succeq$
24256 \end_inset
24257
24258
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 </row>
24264 <row>
24265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269
24270 \backslash
24271 supset
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280 \begin_inset Formula $\supset$
24281 \end_inset
24282
24283
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 </row>
24289 <row>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294
24295 \backslash
24296 supseteq
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305 \begin_inset Formula $\supseteq$
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 </row>
24314 <row>
24315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319
24320 \backslash
24321 sqsupseteq
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330 \begin_inset Formula $\sqsupseteq$
24331 \end_inset
24332
24333
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 </row>
24339 <row>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344
24345 \backslash
24346 ni
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355 \begin_inset Formula $\ni$
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 </row>
24364 <row>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \backslash
24371 dashv
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380 \begin_inset Formula $\dashv$
24381 \end_inset
24382
24383
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 </row>
24389 <row>
24390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394
24395 \backslash
24396 frown
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405 \begin_inset Formula $\frown$
24406 \end_inset
24407
24408
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 </row>
24414 <row>
24415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \backslash
24421 rhd
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430 \begin_inset Formula $\rhd$
24431 \end_inset
24432
24433
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 </row>
24439 <row>
24440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444
24445 \backslash
24446 unrhd
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455 \begin_inset Formula $\unrhd$
24456 \end_inset
24457
24458
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 </row>
24464 <row>
24465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469
24470 \backslash
24471 lessgtr
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480 \begin_inset Formula $\lessgtr$
24481 \end_inset
24482
24483
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 </row>
24489 <row>
24490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494
24495 \backslash
24496 parallel
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505 \begin_inset Formula $\parallel$
24506 \end_inset
24507
24508
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 </row>
24514 <row>
24515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519
24520 \backslash
24521 nparallel
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530 \begin_inset Formula $\nparallel$
24531 \end_inset
24532
24533
24534 \end_layout
24535
24536 \end_inset
24537 </cell>
24538 </row>
24539 </lyxtabular>
24540
24541 \end_inset
24542
24543
24544 \begin_inset space \hfill{}
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \begin_layout Standard
24551 \begin_inset VSpace medskip
24552 \end_inset
24553
24554
24555 \end_layout
24556
24557 \begin_layout Standard
24558 Los caracteres 
24559 \series bold
24560
24561 \backslash
24562 lhd
24563 \series default
24564  y 
24565 \series bold
24566
24567 \backslash
24568 rhd
24569 \series default
24570  son mayores que los operadores de aspecto similar 
24571 \series bold
24572
24573 \backslash
24574 triangleleft
24575 \series default
24576  y 
24577 \series bold
24578
24579 \backslash
24580 triangleright
24581 \series default
24582 , respectivamente.
24583 \end_layout
24584
24585 \begin_layout Standard
24586 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24587 \end_layout
24588
24589 \begin_layout Standard
24590 Se pueden componer relaciones con etiquetas con el comando 
24591 \series bold
24592
24593 \backslash
24594 stackrel
24595 \series default
24596
24597 \begin_inset Index idx
24598 status collapsed
24599
24600 \begin_layout Plain Layout
24601 Comandos ! S ! 
24602 \backslash
24603 stackrel
24604 \end_layout
24605
24606 \end_inset
24607
24608 :
24609 \end_layout
24610
24611 \begin_layout Standard
24612 \align center
24613 \begin_inset Tabular
24614 <lyxtabular version="3" rows="2" columns="2">
24615 <features tabularvalignment="middle">
24616 <column alignment="center" valignment="top" width="0">
24617 <column alignment="center" valignment="top" width="0">
24618 <row>
24619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Plain Layout
24623 Comando
24624 \end_layout
24625
24626 \end_inset
24627 </cell>
24628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632 Resultado
24633 \begin_inset Note Note
24634 status collapsed
24635
24636 \begin_layout Plain Layout
24637
24638 \series bold
24639
24640 \backslash
24641 raisebox
24642 \series default
24643  se usa sólo como espaciador
24644 \end_layout
24645
24646 \end_inset
24647
24648
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 </row>
24654 <row>
24655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659 A(r)
24660 \backslash
24661 stackrel
24662 \begin_inset ERT
24663 status collapsed
24664
24665 \begin_layout Plain Layout
24666
24667
24668 \backslash
24669 spce 
24670 \end_layout
24671
24672 \end_inset
24673
24674 r
24675 \backslash
24676 to
24677 \backslash
24678 infty
24679 \begin_inset ERT
24680 status collapsed
24681
24682 \begin_layout Plain Layout
24683
24684
24685 \backslash
24686 spce 
24687 \end_layout
24688
24689 \end_inset
24690
24691
24692 \begin_inset Formula $\downarrow$
24693 \end_inset
24694
24695
24696 \backslash
24697 approx
24698 \begin_inset ERT
24699 status collapsed
24700
24701 \begin_layout Plain Layout
24702
24703
24704 \backslash
24705 spce 
24706 \end_layout
24707
24708 \end_inset
24709
24710
24711 \begin_inset ERT
24712 status collapsed
24713
24714 \begin_layout Plain Layout
24715
24716
24717 \backslash
24718 spce 
24719 \end_layout
24720
24721 \end_inset
24722
24723 B
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24733 \end_inset
24734
24735
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 </row>
24741 </lyxtabular>
24742
24743 \end_inset
24744
24745
24746 \end_layout
24747
24748 \begin_layout Section
24749 Funciones
24750 \end_layout
24751
24752 \begin_layout Subsection
24753 Funciones predefinidas
24754 \begin_inset CommandInset label
24755 LatexCommand label
24756 name "sub:Funciones-predefinidas"
24757
24758 \end_inset
24759
24760
24761 \begin_inset Index idx
24762 status collapsed
24763
24764 \begin_layout Plain Layout
24765 Funciones ! predefinidas
24766 \end_layout
24767
24768 \end_inset
24769
24770
24771 \begin_inset Index idx
24772 status collapsed
24773
24774 \begin_layout Plain Layout
24775 Funciones ! en español
24776 \end_layout
24777
24778 \end_inset
24779
24780
24781 \end_layout
24782
24783 \begin_layout Standard
24784 En general las variables se escriben en 
24785 \emph on
24786 cursiva
24787 \emph default
24788  en expresiones matemáticas, pero no los nombres de las funciones, porque
24789  
24790 \begin_inset Formula $sen$
24791 \end_inset
24792
24793  podría confundirse con 
24794 \begin_inset Formula $s\cdot e\cdot n$
24795 \end_inset
24796
24797 .
24798  Por eso hay funciones predefinidas, que además se separan un poco del factor
24799  precedente.
24800  Se insertan como comandos con una barra inversa delante de su nombre.
24801 \end_layout
24802
24803 \begin_layout Standard
24804 \align center
24805 \begin_inset Tabular
24806 <lyxtabular version="3" rows="2" columns="4">
24807 <features tabularvalignment="middle">
24808 <column alignment="center" valignment="top" width="0pt">
24809 <column alignment="center" valignment="top" width="0pt">
24810 <column alignment="center" valignment="top" width="0pt">
24811 <column alignment="center" valignment="top" width="0pt">
24812 <row>
24813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817 Comando
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826 Resultado
24827 \end_layout
24828
24829 \end_inset
24830 </cell>
24831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24832 \begin_inset Text
24833
24834 \begin_layout Plain Layout
24835 Comando
24836 \end_layout
24837
24838 \end_inset
24839 </cell>
24840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24841 \begin_inset Text
24842
24843 \begin_layout Plain Layout
24844 Resultado
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 </row>
24850 <row>
24851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24852 \begin_inset Text
24853
24854 \begin_layout Plain Layout
24855 Asen(x)+B
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Plain Layout
24864 \begin_inset Formula $Asen(x)+B$
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24873 \begin_inset Text
24874
24875 \begin_layout Plain Layout
24876 A
24877 \backslash
24878 sen(x)+B
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Plain Layout
24887 \begin_inset Formula $A\sen(x)+B$
24888 \end_inset
24889
24890
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 </row>
24896 </lyxtabular>
24897
24898 \end_inset
24899
24900
24901 \end_layout
24902
24903 \begin_layout Standard
24904 Las funciones siguientes están predefinidas:
24905 \begin_inset Foot
24906 status collapsed
24907
24908 \begin_layout Plain Layout
24909 Se han añadido los comandos equivalentes proporcionados por el estilo 
24910 \series bold
24911 spanish
24912 \series default
24913  de 
24914 \series bold
24915 babel
24916 \series default
24917 .
24918  (Estos no están disponibles en el panel de funciones).
24919  Además, en su caso, las funciones serán acentuadas automáticamente en la
24920  salida, p.
24921 \begin_inset space \thinspace{}
24922 \end_inset
24923
24924 e.
24925  
24926 \begin_inset Quotes fld
24927 \end_inset
24928
24929 lím
24930 \begin_inset Quotes frd
24931 \end_inset
24932
24933  o 
24934 \begin_inset Quotes fld
24935 \end_inset
24936
24937 máx
24938 \begin_inset Quotes frd
24939 \end_inset
24940
24941 .
24942  Más información en 
24943 \begin_inset CommandInset citation
24944 LatexCommand cite
24945 key "spanish"
24946
24947 \end_inset
24948
24949 .
24950  (
24951 \emph on
24952 N.
24953 \begin_inset space \thinspace{}
24954 \end_inset
24955
24956 del t.
24957 \emph default
24958 )
24959 \end_layout
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \begin_layout Standard
24967 \begin_inset VSpace -2mm
24968 \end_inset
24969
24970
24971 \end_layout
24972
24973 \begin_layout Standard
24974 \align center
24975 \begin_inset Tabular
24976 <lyxtabular version="3" rows="9" columns="7">
24977 <features tabularvalignment="middle">
24978 <column alignment="center" valignment="top" width="0pt">
24979 <column alignment="center" valignment="top" width="0pt">
24980 <column alignment="center" valignment="top" width="0pt">
24981 <column alignment="center" valignment="top" width="0pt">
24982 <column alignment="center" valignment="top" width="0pt">
24983 <column alignment="center" valignment="top" width="0pt">
24984 <column alignment="center" valignment="top" width="0pt">
24985 <row>
24986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24987 \begin_inset Text
24988
24989 \begin_layout Plain Layout
24990 Comando
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Plain Layout
24999 español
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008 Comando
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017 español
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Plain Layout
25026 Comando
25027 \end_layout
25028
25029 \end_inset
25030 </cell>
25031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25032 \begin_inset Text
25033
25034 \begin_layout Plain Layout
25035 español
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044 Comando
25045 \end_layout
25046
25047 \end_inset
25048 </cell>
25049 </row>
25050 <row>
25051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055
25056 \backslash
25057 sin
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066
25067 \backslash
25068 sen
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077
25078 \backslash
25079 sinh
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088
25089 \backslash
25090 senh
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099
25100 \backslash
25101 arcsin
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25107 \begin_inset Text
25108
25109 \begin_layout Plain Layout
25110
25111 \backslash
25112 arcsen
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 sup
25124 \end_layout
25125
25126 \end_inset
25127 </cell>
25128 </row>
25129 <row>
25130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134
25135 \backslash
25136 cos
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154
25155 \backslash
25156 cosh
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174
25175 \backslash
25176 arccos
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
25190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194
25195 \backslash
25196 inf
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 </row>
25202 <row>
25203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25204 \begin_inset Text
25205
25206 \begin_layout Plain Layout
25207
25208 \backslash
25209 tan
25210 \end_layout
25211
25212 \end_inset
25213 </cell>
25214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25215 \begin_inset Text
25216
25217 \begin_layout Plain Layout
25218
25219 \backslash
25220 tg
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229
25230 \backslash
25231 tanh
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240
25241 \backslash
25242 tgh
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 arctan
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \backslash
25264 arctg
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 lim
25276 \end_layout
25277
25278 \end_inset
25279 </cell>
25280 </row>
25281 <row>
25282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25283 \begin_inset Text
25284
25285 \begin_layout Plain Layout
25286
25287 \backslash
25288 cot
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25294 \begin_inset Text
25295
25296 \begin_layout Plain Layout
25297
25298 \backslash
25299 cotg
25300 \end_layout
25301
25302 \end_inset
25303 </cell>
25304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25305 \begin_inset Text
25306
25307 \begin_layout Plain Layout
25308
25309 \backslash
25310 coth
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25316 \begin_inset Text
25317
25318 \begin_layout Plain Layout
25319
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328
25329 \backslash
25330 arg
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \end_layout
25341
25342 \end_inset
25343 </cell>
25344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25345 \begin_inset Text
25346
25347 \begin_layout Plain Layout
25348
25349 \backslash
25350 liminf
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 </row>
25356 <row>
25357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25358 \begin_inset Text
25359
25360 \begin_layout Plain Layout
25361
25362 \backslash
25363 sec
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372
25373 \end_layout
25374
25375 \end_inset
25376 </cell>
25377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Plain Layout
25381
25382 \backslash
25383 min
25384 \end_layout
25385
25386 \end_inset
25387 </cell>
25388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25389 \begin_inset Text
25390
25391 \begin_layout Plain Layout
25392
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25398 \begin_inset Text
25399
25400 \begin_layout Plain Layout
25401
25402 \backslash
25403 deg
25404 \end_layout
25405
25406 \end_inset
25407 </cell>
25408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412
25413 \end_layout
25414
25415 \end_inset
25416 </cell>
25417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25418 \begin_inset Text
25419
25420 \begin_layout Plain Layout
25421
25422 \backslash
25423 limsup
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 </row>
25429 <row>
25430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Plain Layout
25434
25435 \backslash
25436 csc
25437 \end_layout
25438
25439 \end_inset
25440 </cell>
25441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25442 \begin_inset Text
25443
25444 \begin_layout Plain Layout
25445
25446 \backslash
25447 cosec
25448 \end_layout
25449
25450 \end_inset
25451 </cell>
25452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25453 \begin_inset Text
25454
25455 \begin_layout Plain Layout
25456
25457 \backslash
25458 max
25459 \end_layout
25460
25461 \end_inset
25462 </cell>
25463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Plain Layout
25467
25468 \end_layout
25469
25470 \end_inset
25471 </cell>
25472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25473 \begin_inset Text
25474
25475 \begin_layout Plain Layout
25476
25477 \backslash
25478 det
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487
25488 \end_layout
25489
25490 \end_inset
25491 </cell>
25492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25493 \begin_inset Text
25494
25495 \begin_layout Plain Layout
25496
25497 \backslash
25498 Pr
25499 \end_layout
25500
25501 \end_inset
25502 </cell>
25503 </row>
25504 <row>
25505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25506 \begin_inset Text
25507
25508 \begin_layout Plain Layout
25509
25510 \backslash
25511 ln
25512 \end_layout
25513
25514 \end_inset
25515 </cell>
25516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25517 \begin_inset Text
25518
25519 \begin_layout Plain Layout
25520
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529
25530 \backslash
25531 exp
25532 \end_layout
25533
25534 \end_inset
25535 </cell>
25536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25537 \begin_inset Text
25538
25539 \begin_layout Plain Layout
25540
25541 \end_layout
25542
25543 \end_inset
25544 </cell>
25545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25546 \begin_inset Text
25547
25548 \begin_layout Plain Layout
25549
25550 \backslash
25551 dim
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569
25570 \backslash
25571 hom
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 </row>
25577 <row>
25578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25579 \begin_inset Text
25580
25581 \begin_layout Plain Layout
25582
25583 \backslash
25584 lg
25585 \end_layout
25586
25587 \end_inset
25588 </cell>
25589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25590 \begin_inset Text
25591
25592 \begin_layout Plain Layout
25593
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602
25603 \backslash
25604 log
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622
25623 \backslash
25624 ker
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25639 \begin_inset Text
25640
25641 \begin_layout Plain Layout
25642
25643 \backslash
25644 gcd
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 </row>
25650 </lyxtabular>
25651
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \begin_layout Standard
25658 También se pueden insertar con el botón 
25659 \begin_inset Graphics
25660         filename ../../images/math/functions.png
25661         scale 85
25662
25663 \end_inset
25664
25665  de la barra de ecuaciones.
25666 \end_layout
25667
25668 \begin_layout Subsection
25669 Funciones definidas por el usuario
25670 \begin_inset Index idx
25671 status collapsed
25672
25673 \begin_layout Plain Layout
25674 Funciones ! personalizadas
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \begin_layout Standard
25683 Para usar una función no predefinida, como por ejemplo la función signo,
25684  sgn(x), hay dos posibilidades:
25685 \end_layout
25686
25687 \begin_layout Itemize
25688 Define la función añadiendo al preámbulo LaTeX la línea
25689 \begin_inset Foot
25690 status collapsed
25691
25692 \begin_layout Plain Layout
25693 Más sobre 
25694 \series bold
25695
25696 \backslash
25697 DeclareMathOperator
25698 \series default
25699  en 
25700 \begin_inset CommandInset ref
25701 LatexCommand ref
25702 reference "sub:Operadores-de-usuario"
25703
25704 \end_inset
25705
25706
25707 \end_layout
25708
25709 \end_inset
25710
25711
25712 \begin_inset Newline newline
25713 \end_inset
25714
25715
25716 \begin_inset VSpace -3mm
25717 \end_inset
25718
25719
25720 \begin_inset Newline newline
25721 \end_inset
25722
25723
25724 \series bold
25725
25726 \backslash
25727 DeclareMathOperator{
25728 \backslash
25729 sgn}{sgn}
25730 \series default
25731
25732 \begin_inset Index idx
25733 status collapsed
25734
25735 \begin_layout Plain Layout
25736 Comandos ! D ! 
25737 \backslash
25738 dbinom@
25739 \backslash
25740 DeclareMathOperator
25741 \end_layout
25742
25743 \end_inset
25744
25745
25746 \begin_inset Newline newline
25747 \end_inset
25748
25749
25750 \begin_inset VSpace -2mm
25751 \end_inset
25752
25753
25754 \begin_inset Newline newline
25755 \end_inset
25756
25757 Ahora la función recién definida se puede obtener con el comando 
25758 \series bold
25759
25760 \backslash
25761 sgn
25762 \series default
25763 .
25764 \end_layout
25765
25766 \begin_layout Itemize
25767 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25768  en nuestro ejemplo las letras 
25769 \emph on
25770 sgn
25771 \emph default
25772 , y cámbialo a texto matemático.
25773  Entre el factor precedente y la función se inserta un espacio.
25774 \end_layout
25775
25776 \begin_layout Standard
25777 El resultado con ambos métodos es el mismo que con una función predefinida:
25778 \begin_inset Foot
25779 status collapsed
25780
25781 \begin_layout Plain Layout
25782 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25783  negro.
25784 \end_layout
25785
25786 \end_inset
25787
25788
25789 \end_layout
25790
25791 \begin_layout Standard
25792 \align center
25793 \begin_inset Tabular
25794 <lyxtabular version="3" rows="3" columns="2">
25795 <features tabularvalignment="middle">
25796 <column alignment="center" valignment="top" width="0pt">
25797 <column alignment="center" valignment="top" width="0pt">
25798 <row>
25799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25800 \begin_inset Text
25801
25802 \begin_layout Plain Layout
25803 Comando
25804 \end_layout
25805
25806 \end_inset
25807 </cell>
25808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25809 \begin_inset Text
25810
25811 \begin_layout Plain Layout
25812 Resultado
25813 \end_layout
25814
25815 \end_inset
25816 </cell>
25817 </row>
25818 <row>
25819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Plain Layout
25823 A
25824 \backslash
25825 sgn(x)+B
25826 \end_layout
25827
25828 \end_inset
25829 </cell>
25830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834 \begin_inset Formula $A\sgn(x)+B$
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \end_inset
25841 </cell>
25842 </row>
25843 <row>
25844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25845 \begin_inset Text
25846
25847 \begin_layout Plain Layout
25848 A
25849 \backslash
25850 ,
25851 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25852 \end_inset
25853
25854 (x)+B
25855 \end_layout
25856
25857 \end_inset
25858 </cell>
25859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25860 \begin_inset Text
25861
25862 \begin_layout Plain Layout
25863 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \end_inset
25870 </cell>
25871 </row>
25872 </lyxtabular>
25873
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \begin_layout Standard
25880 El primer método es preferible si la función se va a usar varias veces.
25881 \end_layout
25882
25883 \begin_layout Subsection
25884 Límites
25885 \begin_inset Index idx
25886 status collapsed
25887
25888 \begin_layout Plain Layout
25889 Limites@Límites
25890 \end_layout
25891
25892 \end_inset
25893
25894
25895 \end_layout
25896
25897 \begin_layout Standard
25898 Para límites, además de 
25899 \series bold
25900
25901 \backslash
25902 lim
25903 \series default
25904
25905 \begin_inset Index idx
25906 status collapsed
25907
25908 \begin_layout Plain Layout
25909 Comandos ! L ! 
25910 \backslash
25911 lim
25912 \end_layout
25913
25914 \end_inset
25915
25916
25917 \series bold
25918
25919 \backslash
25920 liminf
25921 \series default
25922  y 
25923 \series bold
25924
25925 \backslash
25926 limsup
25927 \series default
25928  están definidas las siguientes funciones:
25929 \series bold
25930  
25931 \end_layout
25932
25933 \begin_layout Standard
25934 \noindent
25935 \align center
25936 \begin_inset Tabular
25937 <lyxtabular version="3" rows="5" columns="2">
25938 <features tabularvalignment="middle">
25939 <column alignment="center" valignment="top" width="0">
25940 <column alignment="center" valignment="top" width="0">
25941 <row>
25942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Plain Layout
25946 Comando
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25952 \begin_inset Text
25953
25954 \begin_layout Plain Layout
25955 Resultado
25956 \begin_inset Note Note
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960
25961 \series bold
25962
25963 \backslash
25964 raisebox
25965 \series default
25966  se usa sólo como espaciador
25967 \end_layout
25968
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 </row>
25977 <row>
25978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982
25983 \backslash
25984 varliminf
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25990 \begin_inset Text
25991
25992 \begin_layout Plain Layout
25993 \begin_inset Formula $\varliminf$
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \end_inset
26000 </cell>
26001 </row>
26002 <row>
26003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007
26008 \backslash
26009 varlimsup
26010 \end_layout
26011
26012 \end_inset
26013 </cell>
26014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26015 \begin_inset Text
26016
26017 \begin_layout Plain Layout
26018 \begin_inset Formula $\varlimsup$
26019 \end_inset
26020
26021
26022 \end_layout
26023
26024 \end_inset
26025 </cell>
26026 </row>
26027 <row>
26028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26029 \begin_inset Text
26030
26031 \begin_layout Plain Layout
26032
26033 \backslash
26034 varprojlim
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043 \begin_inset Formula $\varprojlim$
26044 \end_inset
26045
26046
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 </row>
26052 <row>
26053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26054 \begin_inset Text
26055
26056 \begin_layout Plain Layout
26057
26058 \backslash
26059 varinjlim
26060 \end_layout
26061
26062 \end_inset
26063 </cell>
26064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26065 \begin_inset Text
26066
26067 \begin_layout Plain Layout
26068 \begin_inset Formula $\varinjlim$
26069 \end_inset
26070
26071
26072 \begin_inset Formula $\raisebox{-2.5mm}{}$
26073 \end_inset
26074
26075
26076 \end_layout
26077
26078 \end_inset
26079 </cell>
26080 </row>
26081 </lyxtabular>
26082
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \begin_layout Standard
26089 \begin_inset VSpace medskip
26090 \end_inset
26091
26092
26093 \end_layout
26094
26095 \begin_layout Standard
26096 El límite se crea insertando un subíndice.
26097  Se imprime a la derecha junto a la función en una fórmula en línea:
26098 \end_layout
26099
26100 \begin_layout Standard
26101 \noindent
26102 \align center
26103 \begin_inset Tabular
26104 <lyxtabular version="3" rows="2" columns="2">
26105 <features tabularvalignment="middle">
26106 <column alignment="center" valignment="top" width="0pt">
26107 <column alignment="center" valignment="top" width="0pt">
26108 <row>
26109 <cell alignment="center" valignment="top" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 Comando
26114 \end_layout
26115
26116 \end_inset
26117 </cell>
26118 <cell alignment="center" valignment="top" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Plain Layout
26122 \begin_inset space \hspace{}
26123 \length 1cm
26124 \end_inset
26125
26126 Resultado
26127 \begin_inset Note Note
26128 status collapsed
26129
26130 \begin_layout Plain Layout
26131
26132 \series bold
26133
26134 \backslash
26135 raisebox
26136 \series default
26137  se usa sólo como espaciador
26138 \end_layout
26139
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 </row>
26148 <row>
26149 <cell alignment="center" valignment="top" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153
26154 \backslash
26155 lim_x
26156 \backslash
26157 to
26158 \begin_inset ERT
26159 status collapsed
26160
26161 \begin_layout Plain Layout
26162
26163
26164 \backslash
26165 spce 
26166 \end_layout
26167
26168 \end_inset
26169
26170 A
26171 \begin_inset ERT
26172 status collapsed
26173
26174 \begin_layout Plain Layout
26175
26176
26177 \backslash
26178 spce 
26179 \end_layout
26180
26181 \end_inset
26182
26183 x=B
26184 \end_layout
26185
26186 \end_inset
26187 </cell>
26188 <cell alignment="center" valignment="top" usebox="none">
26189 \begin_inset Text
26190
26191 \begin_layout Plain Layout
26192 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 </row>
26201 </lyxtabular>
26202
26203 \end_inset
26204
26205
26206 \end_layout
26207
26208 \begin_layout Standard
26209 En una ecuación presentada el límite se imprime debajo, como es habitual:
26210 \begin_inset Formula \[
26211 \lim\limits _{x\rightarrow A}=B\]
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \begin_layout Subsection
26219 Función módulo
26220 \begin_inset Index idx
26221 status collapsed
26222
26223 \begin_layout Plain Layout
26224 Funciones ! módulo
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \begin_layout Standard
26233 La función módulo es especial, porque existe en cuatro variantes.
26234 \end_layout
26235
26236 \begin_layout Standard
26237 En una ecuación presentada:
26238 \begin_inset Formula \begin{align*}
26239 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26240 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26241 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26242 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26243 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26244 \end{align*}
26245
26246 \end_inset
26247
26248 En una ecuación en línea se pone menos espacio delante del nombre de la
26249  función para todas las variantes.
26250 \end_layout
26251
26252 \begin_layout Standard
26253 \begin_inset Newpage newpage
26254 \end_inset
26255
26256
26257 \end_layout
26258
26259 \begin_layout Section
26260 Caracteres especiales
26261 \begin_inset Index idx
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265 Caracteres especiales
26266 \end_layout
26267
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \begin_layout Subsection
26274 Caracteres especiales en texto matemático
26275 \end_layout
26276
26277 \begin_layout Standard
26278 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26279  TeX:
26280 \end_layout
26281
26282 \begin_layout Standard
26283 \begin_inset space \hfill{}
26284 \end_inset
26285
26286
26287 \begin_inset Tabular
26288 <lyxtabular version="3" rows="8" columns="2">
26289 <features tabularvalignment="middle">
26290 <column alignment="block" valignment="top" width="0">
26291 <column alignment="block" valignment="top" width="0">
26292 <row>
26293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297 Comando
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Plain Layout
26306 Resultado
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 </row>
26312 <row>
26313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Plain Layout
26317
26318 \backslash
26319 oe
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328 \begin_inset Formula $\textrm{œ}$
26329 \end_inset
26330
26331
26332 \end_layout
26333
26334 \end_inset
26335 </cell>
26336 </row>
26337 <row>
26338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26339 \begin_inset Text
26340
26341 \begin_layout Plain Layout
26342
26343 \backslash
26344 OE
26345 \end_layout
26346
26347 \end_inset
26348 </cell>
26349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353 \begin_inset Formula $\textrm{Œ}$
26354 \end_inset
26355
26356
26357 \end_layout
26358
26359 \end_inset
26360 </cell>
26361 </row>
26362 <row>
26363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26364 \begin_inset Text
26365
26366 \begin_layout Plain Layout
26367
26368 \backslash
26369 ae
26370 \end_layout
26371
26372 \end_inset
26373 </cell>
26374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26375 \begin_inset Text
26376
26377 \begin_layout Plain Layout
26378 \begin_inset Formula $\textrm{æ}$
26379 \end_inset
26380
26381
26382 \end_layout
26383
26384 \end_inset
26385 </cell>
26386 </row>
26387 <row>
26388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392
26393 \backslash
26394 AE
26395 \end_layout
26396
26397 \end_inset
26398 </cell>
26399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Plain Layout
26403 \begin_inset Formula $\textrm{Æ}$
26404 \end_inset
26405
26406
26407 \end_layout
26408
26409 \end_inset
26410 </cell>
26411 </row>
26412 <row>
26413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26414 \begin_inset Text
26415
26416 \begin_layout Plain Layout
26417
26418 \backslash
26419 aa
26420 \end_layout
26421
26422 \end_inset
26423 </cell>
26424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428 \begin_inset Formula $\textrm{\aa}$
26429 \end_inset
26430
26431
26432 \end_layout
26433
26434 \end_inset
26435 </cell>
26436 </row>
26437 <row>
26438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Plain Layout
26442
26443 \backslash
26444 AA
26445 \begin_inset Index idx
26446 status collapsed
26447
26448 \begin_layout Plain Layout
26449
26450 \backslash
26451 @
26452 \begin_inset ERT
26453 status collapsed
26454
26455 \begin_layout Plain Layout
26456
26457
26458 \backslash
26459 textrm{
26460 \backslash
26461 AA}
26462 \end_layout
26463
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \end_inset
26470
26471
26472 \end_layout
26473
26474 \end_inset
26475 </cell>
26476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Plain Layout
26480 \begin_inset Formula $\textrm{Å}$
26481 \end_inset
26482
26483
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 </row>
26489 <row>
26490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494
26495 \backslash
26496 i
26497 \end_layout
26498
26499 \end_inset
26500 </cell>
26501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Plain Layout
26505 \begin_inset Formula $\textrm{ı}$
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \end_inset
26512 </cell>
26513 </row>
26514 </lyxtabular>
26515
26516 \end_inset
26517
26518
26519 \begin_inset space \hfill{}
26520 \end_inset
26521
26522
26523 \begin_inset Tabular
26524 <lyxtabular version="3" rows="8" columns="2">
26525 <features tabularvalignment="middle">
26526 <column alignment="block" valignment="top" width="0">
26527 <column alignment="center" valignment="top" width="0">
26528 <row>
26529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Plain Layout
26533 Comando
26534 \begin_inset Note Note
26535 status collapsed
26536
26537 \begin_layout Plain Layout
26538
26539 \series bold
26540
26541 \backslash
26542 raisebox
26543 \series default
26544  se usa sólo como espaciador
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Plain Layout
26558 Resultado
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 </row>
26564 <row>
26565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Plain Layout
26569
26570 \backslash
26571 o
26572 \end_layout
26573
26574 \end_inset
26575 </cell>
26576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Plain Layout
26580 \begin_inset Formula $\textrm{ø}$
26581 \end_inset
26582
26583
26584 \end_layout
26585
26586 \end_inset
26587 </cell>
26588 </row>
26589 <row>
26590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26591 \begin_inset Text
26592
26593 \begin_layout Plain Layout
26594
26595 \backslash
26596 O
26597 \end_layout
26598
26599 \end_inset
26600 </cell>
26601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Plain Layout
26605 \begin_inset Formula $\textrm{Ø}$
26606 \end_inset
26607
26608
26609 \end_layout
26610
26611 \end_inset
26612 </cell>
26613 </row>
26614 <row>
26615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26616 \begin_inset Text
26617
26618 \begin_layout Plain Layout
26619
26620 \backslash
26621 l
26622 \end_layout
26623
26624 \end_inset
26625 </cell>
26626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26627 \begin_inset Text
26628
26629 \begin_layout Plain Layout
26630 \begin_inset Formula $\textrm{ł}$
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 </row>
26639 <row>
26640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Plain Layout
26644
26645 \backslash
26646 L
26647 \end_layout
26648
26649 \end_inset
26650 </cell>
26651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26652 \begin_inset Text
26653
26654 \begin_layout Plain Layout
26655 \begin_inset Formula $\textrm{Ł}$
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 </row>
26664 <row>
26665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669 !
26670 \begin_inset space \hspace{}
26671 \length 0mm
26672 \end_inset
26673
26674 `
26675 \begin_inset ERT
26676 status collapsed
26677
26678 \begin_layout Plain Layout
26679
26680
26681 \backslash
26682 spce 
26683 \end_layout
26684
26685 \end_inset
26686
26687
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 \begin_inset Formula $\textrm{!`}$
26697 \end_inset
26698
26699
26700 \end_layout
26701
26702 \end_inset
26703 </cell>
26704 </row>
26705 <row>
26706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26707 \begin_inset Text
26708
26709 \begin_layout Plain Layout
26710 ?
26711 \begin_inset space \hspace{}
26712 \length 0mm
26713 \end_inset
26714
26715 `
26716 \begin_inset ERT
26717 status collapsed
26718
26719 \begin_layout Plain Layout
26720
26721
26722 \backslash
26723 spce 
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Plain Layout
26737 \begin_inset Formula $\textrm{?`}$
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 </row>
26746 <row>
26747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26748 \begin_inset Text
26749
26750 \begin_layout Plain Layout
26751
26752 \backslash
26753 j
26754 \end_layout
26755
26756 \end_inset
26757 </cell>
26758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26759 \begin_inset Text
26760
26761 \begin_layout Plain Layout
26762 \begin_inset Formula $\textrm{ȷ}$
26763 \end_inset
26764
26765
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 </row>
26771 </lyxtabular>
26772
26773 \end_inset
26774
26775
26776 \begin_inset space \hfill{}
26777 \end_inset
26778
26779
26780 \end_layout
26781
26782 \begin_layout Standard
26783 Los caracteres 
26784 \begin_inset Formula $\textrm{\textrm{Å}}$
26785 \end_inset
26786
26787  y 
26788 \begin_inset Formula $\textrm{\textrm{Ø}}$
26789 \end_inset
26790
26791  también se pueden insertar mediante el botón 
26792 \begin_inset Graphics
26793         filename ../../images/math/digamma.png
26794         scale 85
26795
26796 \end_inset
26797
26798  de la barra de ecuaciones.
26799 \end_layout
26800
26801 \begin_layout Standard
26802 Los comandos 
26803 \series bold
26804 !
26805 \begin_inset space \hspace{}
26806 \length 0mm
26807 \end_inset
26808
26809 `
26810 \series default
26811  y 
26812 \series bold
26813 ?
26814 \begin_inset space \hspace{}
26815 \length 0mm
26816 \end_inset
26817
26818 `
26819 \series default
26820  son una excepción porque se pueden insertar directamente a texto en LyX.
26821  
26822 \end_layout
26823
26824 \begin_layout Subsection
26825 Acentos en texto
26826 \begin_inset CommandInset label
26827 LatexCommand label
26828 name "sub:Acentos-en-texto"
26829
26830 \end_inset
26831
26832
26833 \begin_inset Index idx
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837 Acentos ! en texto
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \begin_layout Standard
26846 Con los siguientes comandos se pueden acentuar todas las letras.
26847  Los comandos deben ponerse en modo TeX.
26848 \end_layout
26849
26850 \begin_layout Standard
26851 \begin_inset space \hfill{}
26852 \end_inset
26853
26854
26855 \begin_inset Tabular
26856 <lyxtabular version="3" rows="8" columns="2">
26857 <features tabularvalignment="middle">
26858 <column alignment="block" valignment="top" width="0">
26859 <column alignment="block" valignment="top" width="0">
26860 <row>
26861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26862 \begin_inset Text
26863
26864 \begin_layout Plain Layout
26865 Comando
26866 \end_layout
26867
26868 \end_inset
26869 </cell>
26870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26871 \begin_inset Text
26872
26873 \begin_layout Plain Layout
26874 Resultado
26875 \end_layout
26876
26877 \end_inset
26878 </cell>
26879 </row>
26880 <row>
26881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26882 \begin_inset Text
26883
26884 \begin_layout Plain Layout
26885
26886 \backslash
26887
26888 \begin_inset Quotes grd
26889 \end_inset
26890
26891 e
26892 \end_layout
26893
26894 \end_inset
26895 </cell>
26896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26897 \begin_inset Text
26898
26899 \begin_layout Plain Layout
26900 \begin_inset ERT
26901 status collapsed
26902
26903 \begin_layout Plain Layout
26904
26905
26906 \backslash
26907 "e
26908 \end_layout
26909
26910 \end_inset
26911
26912
26913 \end_layout
26914
26915 \end_inset
26916 </cell>
26917 </row>
26918 <row>
26919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26920 \begin_inset Text
26921
26922 \begin_layout Plain Layout
26923
26924 \backslash
26925 `e
26926 \end_layout
26927
26928 \end_inset
26929 </cell>
26930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26931 \begin_inset Text
26932
26933 \begin_layout Plain Layout
26934 \begin_inset ERT
26935 status collapsed
26936
26937 \begin_layout Plain Layout
26938
26939
26940 \backslash
26941 `e
26942 \end_layout
26943
26944 \end_inset
26945
26946
26947 \end_layout
26948
26949 \end_inset
26950 </cell>
26951 </row>
26952 <row>
26953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26954 \begin_inset Text
26955
26956 \begin_layout Plain Layout
26957
26958 \backslash
26959 ^
26960 \begin_inset ERT
26961 status collapsed
26962
26963 \begin_layout Plain Layout
26964
26965
26966 \backslash
26967 spce 
26968 \end_layout
26969
26970 \end_inset
26971
26972 e
26973 \end_layout
26974
26975 \end_inset
26976 </cell>
26977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26978 \begin_inset Text
26979
26980 \begin_layout Plain Layout
26981 \begin_inset ERT
26982 status collapsed
26983
26984 \begin_layout Plain Layout
26985
26986
26987 \backslash
26988 ^e
26989 \end_layout
26990
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \end_inset
26997 </cell>
26998 </row>
26999 <row>
27000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27001 \begin_inset Text
27002
27003 \begin_layout Plain Layout
27004
27005 \backslash
27006 =e
27007 \end_layout
27008
27009 \end_inset
27010 </cell>
27011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27012 \begin_inset Text
27013
27014 \begin_layout Plain Layout
27015 \begin_inset ERT
27016 status collapsed
27017
27018 \begin_layout Plain Layout
27019
27020
27021 \backslash
27022 =e
27023 \end_layout
27024
27025 \end_inset
27026
27027
27028 \end_layout
27029
27030 \end_inset
27031 </cell>
27032 </row>
27033 <row>
27034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27035 \begin_inset Text
27036
27037 \begin_layout Plain Layout
27038
27039 \backslash
27040 u
27041 \begin_inset ERT
27042 status collapsed
27043
27044 \begin_layout Plain Layout
27045
27046
27047 \backslash
27048 spce 
27049 \end_layout
27050
27051 \end_inset
27052
27053 e
27054 \end_layout
27055
27056 \end_inset
27057 </cell>
27058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27059 \begin_inset Text
27060
27061 \begin_layout Plain Layout
27062 \begin_inset ERT
27063 status collapsed
27064
27065 \begin_layout Plain Layout
27066
27067
27068 \backslash
27069 u e
27070 \end_layout
27071
27072 \end_inset
27073
27074
27075 \end_layout
27076
27077 \end_inset
27078 </cell>
27079 </row>
27080 <row>
27081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27082 \begin_inset Text
27083
27084 \begin_layout Plain Layout
27085
27086 \backslash
27087 b
27088 \begin_inset ERT
27089 status collapsed
27090
27091 \begin_layout Plain Layout
27092
27093
27094 \backslash
27095 spce 
27096 \end_layout
27097
27098 \end_inset
27099
27100 e
27101 \end_layout
27102
27103 \end_inset
27104 </cell>
27105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27106 \begin_inset Text
27107
27108 \begin_layout Plain Layout
27109 \begin_inset ERT
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113
27114
27115 \backslash
27116 b e
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \end_inset
27125 </cell>
27126 </row>
27127 <row>
27128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27129 \begin_inset Text
27130
27131 \begin_layout Plain Layout
27132
27133 \backslash
27134 t
27135 \begin_inset ERT
27136 status collapsed
27137
27138 \begin_layout Plain Layout
27139
27140
27141 \backslash
27142 spce 
27143 \end_layout
27144
27145 \end_inset
27146
27147 ee
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27153 \begin_inset Text
27154
27155 \begin_layout Plain Layout
27156 \begin_inset ERT
27157 status collapsed
27158
27159 \begin_layout Plain Layout
27160
27161
27162 \backslash
27163 t ee
27164 \end_layout
27165
27166 \end_inset
27167
27168
27169 \end_layout
27170
27171 \end_inset
27172 </cell>
27173 </row>
27174 </lyxtabular>
27175
27176 \end_inset
27177
27178
27179 \begin_inset space \hfill{}
27180 \end_inset
27181
27182
27183 \begin_inset Tabular
27184 <lyxtabular version="3" rows="8" columns="2">
27185 <features tabularvalignment="middle">
27186 <column alignment="block" valignment="top" width="0">
27187 <column alignment="center" valignment="top" width="0">
27188 <row>
27189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27190 \begin_inset Text
27191
27192 \begin_layout Plain Layout
27193 Comando
27194 \end_layout
27195
27196 \end_inset
27197 </cell>
27198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27199 \begin_inset Text
27200
27201 \begin_layout Plain Layout
27202 Resultado
27203 \end_layout
27204
27205 \end_inset
27206 </cell>
27207 </row>
27208 <row>
27209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27210 \begin_inset Text
27211
27212 \begin_layout Plain Layout
27213
27214 \backslash
27215 H
27216 \begin_inset ERT
27217 status collapsed
27218
27219 \begin_layout Plain Layout
27220
27221
27222 \backslash
27223 spce 
27224 \end_layout
27225
27226 \end_inset
27227
27228 e
27229 \end_layout
27230
27231 \end_inset
27232 </cell>
27233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27234 \begin_inset Text
27235
27236 \begin_layout Plain Layout
27237 \begin_inset ERT
27238 status collapsed
27239
27240 \begin_layout Plain Layout
27241
27242
27243 \backslash
27244 H e
27245 \end_layout
27246
27247 \end_inset
27248
27249
27250 \end_layout
27251
27252 \end_inset
27253 </cell>
27254 </row>
27255 <row>
27256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27257 \begin_inset Text
27258
27259 \begin_layout Plain Layout
27260
27261 \backslash
27262 'e
27263 \end_layout
27264
27265 \end_inset
27266 </cell>
27267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27268 \begin_inset Text
27269
27270 \begin_layout Plain Layout
27271 \begin_inset ERT
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275
27276
27277 \backslash
27278 'e
27279 \end_layout
27280
27281 \end_inset
27282
27283
27284 \end_layout
27285
27286 \end_inset
27287 </cell>
27288 </row>
27289 <row>
27290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27291 \begin_inset Text
27292
27293 \begin_layout Plain Layout
27294
27295 \backslash
27296 ~e
27297 \begin_inset Index idx
27298 status collapsed
27299
27300 \begin_layout Plain Layout
27301 Tilde
27302 \end_layout
27303
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \end_inset
27310 </cell>
27311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27312 \begin_inset Text
27313
27314 \begin_layout Plain Layout
27315 \begin_inset ERT
27316 status collapsed
27317
27318 \begin_layout Plain Layout
27319
27320
27321 \backslash
27322 ~e
27323 \end_layout
27324
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \end_inset
27331 </cell>
27332 </row>
27333 <row>
27334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27335 \begin_inset Text
27336
27337 \begin_layout Plain Layout
27338
27339 \backslash
27340 .e
27341 \end_layout
27342
27343 \end_inset
27344 </cell>
27345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27346 \begin_inset Text
27347
27348 \begin_layout Plain Layout
27349 \begin_inset ERT
27350 status collapsed
27351
27352 \begin_layout Plain Layout
27353
27354
27355 \backslash
27356 .e
27357 \end_layout
27358
27359 \end_inset
27360
27361
27362 \end_layout
27363
27364 \end_inset
27365 </cell>
27366 </row>
27367 <row>
27368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27369 \begin_inset Text
27370
27371 \begin_layout Plain Layout
27372
27373 \backslash
27374 v
27375 \begin_inset ERT
27376 status collapsed
27377
27378 \begin_layout Plain Layout
27379
27380
27381 \backslash
27382 spce 
27383 \end_layout
27384
27385 \end_inset
27386
27387 e
27388 \end_layout
27389
27390 \end_inset
27391 </cell>
27392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27393 \begin_inset Text
27394
27395 \begin_layout Plain Layout
27396 \begin_inset ERT
27397 status collapsed
27398
27399 \begin_layout Plain Layout
27400
27401
27402 \backslash
27403 v e
27404 \end_layout
27405
27406 \end_inset
27407
27408
27409 \end_layout
27410
27411 \end_inset
27412 </cell>
27413 </row>
27414 <row>
27415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27416 \begin_inset Text
27417
27418 \begin_layout Plain Layout
27419
27420 \backslash
27421 d
27422 \begin_inset ERT
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426
27427
27428 \backslash
27429 spce 
27430 \end_layout
27431
27432 \end_inset
27433
27434 e
27435 \end_layout
27436
27437 \end_inset
27438 </cell>
27439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27440 \begin_inset Text
27441
27442 \begin_layout Plain Layout
27443 \begin_inset ERT
27444 status collapsed
27445
27446 \begin_layout Plain Layout
27447
27448
27449 \backslash
27450 d e
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \end_layout
27457
27458 \end_inset
27459 </cell>
27460 </row>
27461 <row>
27462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27463 \begin_inset Text
27464
27465 \begin_layout Plain Layout
27466
27467 \backslash
27468 c
27469 \begin_inset ERT
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473
27474
27475 \backslash
27476 spce 
27477 \end_layout
27478
27479 \end_inset
27480
27481 e
27482 \end_layout
27483
27484 \end_inset
27485 </cell>
27486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27487 \begin_inset Text
27488
27489 \begin_layout Plain Layout
27490 \begin_inset ERT
27491 status collapsed
27492
27493 \begin_layout Plain Layout
27494
27495
27496 \backslash
27497 c e
27498 \end_layout
27499
27500 \end_inset
27501
27502
27503 \end_layout
27504
27505 \end_inset
27506 </cell>
27507 </row>
27508 </lyxtabular>
27509
27510 \end_inset
27511
27512
27513 \begin_inset space \hfill{}
27514 \end_inset
27515
27516
27517 \end_layout
27518
27519 \begin_layout Standard
27520 \begin_inset VSpace medskip
27521 \end_inset
27522
27523
27524 \end_layout
27525
27526 \begin_layout Standard
27527 Con el comando 
27528 \series bold
27529
27530 \backslash
27531 t
27532 \series default
27533  también se pueden acentuar dos caracteres distintos.
27534  El comando 
27535 \series bold
27536
27537 \backslash
27538 t
27539 \begin_inset ERT
27540 status collapsed
27541
27542 \begin_layout Plain Layout
27543
27544
27545 \backslash
27546 spce 
27547 \end_layout
27548
27549 \end_inset
27550
27551 sz
27552 \series default
27553  genera 
27554 \begin_inset ERT
27555 status collapsed
27556
27557 \begin_layout Plain Layout
27558
27559
27560 \backslash
27561 t sz
27562 \end_layout
27563
27564 \end_inset
27565
27566
27567 \end_layout
27568
27569 \begin_layout Standard
27570 Los acentos 
27571 \series bold
27572 `
27573 \series default
27574  , 
27575 \series bold
27576 '
27577 \series default
27578  y 
27579 \series bold
27580 ^
27581 \series default
27582  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27583  TeX.
27584  Lo mismo se aplica a la tilde
27585 \begin_inset Foot
27586 status collapsed
27587
27588 \begin_layout Plain Layout
27589 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27590 \end_layout
27591
27592 \end_inset
27593
27594  con 
27595 \emph on
27596 a
27597 \emph default
27598
27599 \emph on
27600 o
27601 \emph default
27602  y 
27603 \emph on
27604 n.
27605 \end_layout
27606
27607 \begin_layout Standard
27608 Los comandos 
27609 \series bold
27610
27611 \backslash
27612 b
27613 \series default
27614  , 
27615 \series bold
27616
27617 \backslash
27618 c
27619 \series default
27620  , 
27621 \series bold
27622
27623 \backslash
27624 d
27625 \series default
27626  , 
27627 \series bold
27628
27629 \backslash
27630 H
27631 \series default
27632  , 
27633 \series bold
27634
27635 \backslash
27636 t
27637 \series default
27638  , 
27639 \series bold
27640
27641 \backslash
27642 u
27643 \series default
27644  , 
27645 \series bold
27646
27647 \backslash
27648 v
27649 \series default
27650 , y acentos insertados directamente con el teclado también están disponibles
27651  en texto matemático.
27652  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27653  
27654 \begin_inset CommandInset ref
27655 LatexCommand ref
27656 reference "sub:Acentos-para-un"
27657
27658 \end_inset
27659
27660 .
27661 \end_layout
27662
27663 \begin_layout Standard
27664 \begin_inset VSpace bigskip
27665 \end_inset
27666
27667
27668 \end_layout
27669
27670 \begin_layout Standard
27671 Además, con el comando 
27672 \series bold
27673
27674 \backslash
27675 textcircled
27676 \series default
27677
27678 \begin_inset Index idx
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682 Comandos ! T ! 
27683 \backslash
27684 textcircled
27685 \end_layout
27686
27687 \end_inset
27688
27689  se pueden insertar en un círculo todos los números y letras, de forma parecida
27690  al símbolo copyright.
27691 \end_layout
27692
27693 \begin_layout Standard
27694 \noindent
27695 \align center
27696 \begin_inset Tabular
27697 <lyxtabular version="3" rows="3" columns="2">
27698 <features tabularvalignment="middle">
27699 <column alignment="center" valignment="top" width="0">
27700 <column alignment="center" valignment="top" width="0">
27701 <row>
27702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27703 \begin_inset Text
27704
27705 \begin_layout Plain Layout
27706 Comando
27707 \end_layout
27708
27709 \end_inset
27710 </cell>
27711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27712 \begin_inset Text
27713
27714 \begin_layout Plain Layout
27715 Resultado
27716 \begin_inset Note Note
27717 status collapsed
27718
27719 \begin_layout Plain Layout
27720
27721 \series bold
27722
27723 \backslash
27724 raisebox
27725 \series default
27726  se usa sólo como espaciador
27727 \end_layout
27728
27729 \end_inset
27730
27731
27732 \end_layout
27733
27734 \end_inset
27735 </cell>
27736 </row>
27737 <row>
27738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27739 \begin_inset Text
27740
27741 \begin_layout Plain Layout
27742
27743 \backslash
27744 textcircled{w}
27745 \end_layout
27746
27747 \end_inset
27748 </cell>
27749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27750 \begin_inset Text
27751
27752 \begin_layout Plain Layout
27753 \begin_inset ERT
27754 status collapsed
27755
27756 \begin_layout Plain Layout
27757
27758
27759 \backslash
27760 textcircled{w}
27761 \end_layout
27762
27763 \end_inset
27764
27765
27766 \end_layout
27767
27768 \end_inset
27769 </cell>
27770 </row>
27771 <row>
27772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27773 \begin_inset Text
27774
27775 \begin_layout Plain Layout
27776
27777 \backslash
27778 Large 
27779 \backslash
27780 textcircled{
27781 \backslash
27782 normalsize
27783 \backslash
27784 protect
27785 \backslash
27786 raisebox{-1.5pt}{W}}
27787 \end_layout
27788
27789 \end_inset
27790 </cell>
27791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27792 \begin_inset Text
27793
27794 \begin_layout Plain Layout
27795 \begin_inset Formula $\raisebox{4.5mm}{}$
27796 \end_inset
27797
27798
27799 \begin_inset ERT
27800 status collapsed
27801
27802 \begin_layout Plain Layout
27803
27804
27805 \backslash
27806 Large 
27807 \backslash
27808 textcircled{
27809 \backslash
27810 normalsize
27811 \backslash
27812 protect
27813 \backslash
27814 raisebox{-1.5pt}W}
27815 \end_layout
27816
27817 \end_inset
27818
27819
27820 \begin_inset Formula $\raisebox{-2mm}{}$
27821 \end_inset
27822
27823
27824 \end_layout
27825
27826 \end_inset
27827 </cell>
27828 </row>
27829 </lyxtabular>
27830
27831 \end_inset
27832
27833
27834 \end_layout
27835
27836 \begin_layout Standard
27837 Hay que tener cuidado que el carácter se ajuste al círculo.
27838  Por eso 
27839 \series bold
27840
27841 \backslash
27842 Large
27843 \begin_inset Foot
27844 status collapsed
27845
27846 \begin_layout Plain Layout
27847 véase 
27848 \begin_inset CommandInset ref
27849 LatexCommand ref
27850 reference "sub:Tamaños-de-fuentes"
27851
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \end_inset
27858
27859
27860 \series default
27861  especifica el tamaño del círculo.
27862  Con ayuda de 
27863 \series bold
27864
27865 \backslash
27866 raisebox
27867 \begin_inset Foot
27868 status collapsed
27869
27870 \begin_layout Plain Layout
27871 véase 
27872 \begin_inset CommandInset ref
27873 LatexCommand ref
27874 reference "sub:Cuadros-sin-marco"
27875
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \series default
27885  se puede centrar el carácter.
27886 \end_layout
27887
27888 \begin_layout Subsection
27889 Números en estilo antiguo
27890 \begin_inset Index idx
27891 status collapsed
27892
27893 \begin_layout Plain Layout
27894 Numeros@Números ! en estilo antiguo
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \begin_layout Standard
27903 Los números en estilo antiguo o elzevirianos se componen con el comando
27904  
27905 \series bold
27906
27907 \backslash
27908 oldstylenums
27909 \series default
27910
27911 \begin_inset Index idx
27912 status collapsed
27913
27914 \begin_layout Plain Layout
27915 Comandos ! O ! 
27916 \backslash
27917 oldstylenums
27918 \end_layout
27919
27920 \end_inset
27921
27922 .
27923  El comando se puede usar en ecuaciones y en modo TeX.
27924  Su esquema es:
27925 \end_layout
27926
27927 \begin_layout Standard
27928
27929 \series bold
27930
27931 \backslash
27932 oldstylenums{número}
27933 \end_layout
27934
27935 \begin_layout Standard
27936 El comando 
27937 \series bold
27938
27939 \backslash
27940 oldstylenums{0123456789}
27941 \series default
27942  genera: 
27943 \begin_inset Formula $\oldstylenums{0123456789}$
27944 \end_inset
27945
27946
27947 \end_layout
27948
27949 \begin_layout Subsection
27950 Caracteres especiales misceláneos
27951 \begin_inset CommandInset label
27952 LatexCommand label
27953 name "sub:Caracteres-especiales-misceláneos"
27954
27955 \end_inset
27956
27957
27958 \begin_inset Index idx
27959 status collapsed
27960
27961 \begin_layout Plain Layout
27962 Caracteres especiales ! misceláneos
27963 \end_layout
27964
27965 \end_inset
27966
27967
27968 \end_layout
27969
27970 \begin_layout Standard
27971 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27972  comandos:
27973 \end_layout
27974
27975 \begin_layout Standard
27976 \noindent
27977 \align center
27978 \begin_inset Tabular
27979 <lyxtabular version="3" rows="4" columns="2">
27980 <features tabularvalignment="middle">
27981 <column alignment="center" valignment="top" width="0">
27982 <column alignment="center" valignment="top" width="0">
27983 <row>
27984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27985 \begin_inset Text
27986
27987 \begin_layout Plain Layout
27988 Comando
27989 \end_layout
27990
27991 \end_inset
27992 </cell>
27993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27994 \begin_inset Text
27995
27996 \begin_layout Plain Layout
27997 Resultado
27998 \end_layout
27999
28000 \end_inset
28001 </cell>
28002 </row>
28003 <row>
28004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28005 \begin_inset Text
28006
28007 \begin_layout Plain Layout
28008
28009 \backslash
28010 ^
28011 \begin_inset ERT
28012 status collapsed
28013
28014 \begin_layout Plain Layout
28015
28016
28017 \backslash
28018 spce 
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \end_inset
28027 </cell>
28028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28029 \begin_inset Text
28030
28031 \begin_layout Plain Layout
28032 \begin_inset Formula $\mathcircumflex$
28033 \end_inset
28034
28035
28036 \end_layout
28037
28038 \end_inset
28039 </cell>
28040 </row>
28041 <row>
28042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28043 \begin_inset Text
28044
28045 \begin_layout Plain Layout
28046
28047 \backslash
28048 _
28049 \end_layout
28050
28051 \end_inset
28052 </cell>
28053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28054 \begin_inset Text
28055
28056 \begin_layout Plain Layout
28057 \begin_inset Formula $\_$
28058 \end_inset
28059
28060
28061 \end_layout
28062
28063 \end_inset
28064 </cell>
28065 </row>
28066 <row>
28067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28068 \begin_inset Text
28069
28070 \begin_layout Plain Layout
28071 ^
28072 \begin_inset ERT
28073 status collapsed
28074
28075 \begin_layout Plain Layout
28076
28077
28078 \backslash
28079 spce 
28080 \end_layout
28081
28082 \end_inset
28083
28084
28085 \backslash
28086 circ
28087 \begin_inset Index idx
28088 status collapsed
28089
28090 \begin_layout Plain Layout
28091
28092 \backslash
28093
28094 \end_layout
28095
28096 \end_inset
28097
28098
28099 \end_layout
28100
28101 \end_inset
28102 </cell>
28103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28104 \begin_inset Text
28105
28106 \begin_layout Plain Layout
28107 \begin_inset Formula $^{\circ}$
28108 \end_inset
28109
28110
28111 \end_layout
28112
28113 \end_inset
28114 </cell>
28115 </row>
28116 </lyxtabular>
28117
28118 \end_inset
28119
28120
28121 \end_layout
28122
28123 \begin_layout Standard
28124 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
28125  LaTeX contiene la línea:
28126 \begin_inset Foot
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130 Más sobre este asunto en 
28131 \begin_inset CommandInset ref
28132 LatexCommand ref
28133 reference "sub:Caracteres-de-texto"
28134
28135 \end_inset
28136
28137
28138 \end_layout
28139
28140 \end_inset
28141
28142  
28143 \end_layout
28144
28145 \begin_layout Standard
28146
28147 \series bold
28148
28149 \backslash
28150 DeclareInputtext{176}{
28151 \backslash
28152 ifmmode^
28153 \backslash
28154 circ
28155 \backslash
28156 else
28157 \backslash
28158 textdegree
28159 \backslash
28160 fi}
28161 \end_layout
28162
28163 \begin_layout Standard
28164 \begin_inset Newpage newpage
28165 \end_inset
28166
28167
28168 \end_layout
28169
28170 \begin_layout Section
28171 Estilos de ecuación
28172 \begin_inset CommandInset label
28173 LatexCommand label
28174 name "sec:Estilos-de-ecuación"
28175
28176 \end_inset
28177
28178
28179 \begin_inset Index idx
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 Ecuación ! estilos de
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \begin_layout Itemize
28192 Hay dos estilos diferentes de alineación:
28193 \end_layout
28194
28195 \begin_deeper
28196 \begin_layout Description
28197 Centrado es el estándar predefinido
28198 \end_layout
28199
28200 \begin_layout Description
28201 Sangrado para este estilo debe insertarse la opción de clase 
28202 \series bold
28203 fleqn
28204 \series default
28205  en el menú 
28206 \family sans
28207 Documento\SpecialChar \menuseparator
28208 Configuración
28209 \family default
28210  bajo 
28211 \family sans
28212 Clase de documento
28213 \end_layout
28214
28215 \begin_layout Standard
28216 Cuando se usa 
28217 \series bold
28218 Sangrado
28219 \series default
28220 , éste se puede ajustar con la longitud 
28221 \series bold
28222
28223 \backslash
28224 mathindent
28225 \series default
28226
28227 \begin_inset Index idx
28228 status collapsed
28229
28230 \begin_layout Plain Layout
28231 Comandos ! M ! 
28232 \backslash
28233 mathindent
28234 \end_layout
28235
28236 \end_inset
28237
28238 .
28239  Para 15
28240 \begin_inset space \thinspace{}
28241 \end_inset
28242
28243 mm, p.
28244 \begin_inset space \thinspace{}
28245 \end_inset
28246
28247 e., se inserta esta línea de comando en el preámbulo LaTeX:
28248 \end_layout
28249
28250 \begin_layout Standard
28251
28252 \series bold
28253
28254 \backslash
28255 setlength{
28256 \backslash
28257 mathindent}{15mm}
28258 \end_layout
28259
28260 \begin_layout Standard
28261 Si no se especifica longitud se usa el valor predeterminado de 30
28262 \begin_inset space \thinspace{}
28263 \end_inset
28264
28265 pt.
28266 \end_layout
28267
28268 \end_deeper
28269 \begin_layout Itemize
28270 Y dos estilos diferentes de numeración:
28271 \end_layout
28272
28273 \begin_deeper
28274 \begin_layout Description
28275 Derecha es el estándar predefinido
28276 \end_layout
28277
28278 \begin_layout Description
28279 Izquierda para este estilo debe insertarse la opción de clase 
28280 \series bold
28281 leqno
28282 \series default
28283  en el menú 
28284 \family sans
28285 Documento\SpecialChar \menuseparator
28286 Configuración
28287 \family default
28288  bajo 
28289 \family sans
28290 Clase de documento
28291 \end_layout
28292
28293 \end_deeper
28294 \begin_layout Standard
28295
28296 \series bold
28297 fleqn
28298 \series default
28299  y 
28300 \series bold
28301 leqno
28302 \series default
28303  también se pueden usar juntos.
28304  En ese caso se insertan ambas opciones, separadas por una coma.
28305 \end_layout
28306
28307 \begin_layout Standard
28308 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
28309  documento.
28310  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28311  estilo 
28312 \series bold
28313 Centrado
28314 \series default
28315  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28316 \begin_inset CommandInset ref
28317 LatexCommand ref
28318 reference "sub:Entorno-flalign"
28319
28320 \end_inset
28321
28322 .
28323 \end_layout
28324
28325 \begin_layout Section
28326 Ecuaciones multilínea
28327 \begin_inset CommandInset label
28328 LatexCommand label
28329 name "sec:Ecuaciones-multilínea"
28330
28331 \end_inset
28332
28333
28334 \begin_inset Index idx
28335 status collapsed
28336
28337 \begin_layout Plain Layout
28338 Ecuación ! multilínea
28339 \end_layout
28340
28341 \end_inset
28342
28343
28344 \end_layout
28345
28346 \begin_layout Subsection
28347 General
28348 \end_layout
28349
28350 \begin_layout Standard
28351 En LyX se generan nuevas líneas en una ecuación con 
28352 \family sans
28353 \series bold
28354 Ctrl+Retorno
28355 \family default
28356 \series default
28357 .
28358  Esto crea un 
28359 \series bold
28360 entorno eqnarray
28361 \series default
28362 , que se describe en
28363 \begin_inset space ~
28364 \end_inset
28365
28366
28367 \begin_inset CommandInset ref
28368 LatexCommand ref
28369 reference "sub:Entorno-eqnarray"
28370
28371 \end_inset
28372
28373  o, si se ha marcado la opción 
28374 \family sans
28375 Usar
28376 \begin_inset space ~
28377 \end_inset
28378
28379 el
28380 \begin_inset space ~
28381 \end_inset
28382
28383 paquete
28384 \begin_inset space ~
28385 \end_inset
28386
28387 de
28388 \begin_inset space ~
28389 \end_inset
28390
28391 ecuaciones
28392 \begin_inset space ~
28393 \end_inset
28394
28395 AMS
28396 \family default
28397  en la configuración del documento
28398 \family sans
28399 , un 
28400 \series bold
28401 entorno
28402 \family default
28403 \series default
28404  
28405 \series bold
28406 align
28407 \series default
28408 , que se describe en
28409 \begin_inset space ~
28410 \end_inset
28411
28412
28413 \begin_inset CommandInset ref
28414 LatexCommand ref
28415 reference "sub:Entorno-align-estándar"
28416
28417 \end_inset
28418
28419 .
28420 \end_layout
28421
28422 \begin_layout Standard
28423 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28424  el menú 
28425 \family sans
28426 Insertar\SpecialChar \menuseparator
28427 Ecuación
28428 \family default
28429 .
28430  En las siguientes secciones se describen estos entornos.
28431 \end_layout
28432
28433 \begin_layout Standard
28434 En todos los entornos de ecuación multilínea la combinación 
28435 \family sans
28436 Ctrl+Retorno
28437 \family default
28438  genera una línea nueva.
28439  Para añadir o quitar líneas se pueden usar los botones 
28440 \begin_inset Graphics
28441         filename ../../images/tabular-feature_append-row.png
28442         scale 85
28443
28444 \end_inset
28445
28446  o 
28447 \begin_inset Graphics
28448         filename ../../images/tabular-feature_delete-row.png
28449         scale 85
28450
28451 \end_inset
28452
28453 de la barra de herramientas, respectivamente, o el menú 
28454 \family sans
28455 Editar\SpecialChar \menuseparator
28456 Filas y columnas
28457 \family default
28458 .
28459 \end_layout
28460
28461 \begin_layout Subsubsection
28462 Separación de líneas
28463 \begin_inset CommandInset label
28464 LatexCommand label
28465 name "sub:Separación-de-líneas"
28466
28467 \end_inset
28468
28469
28470 \begin_inset Index idx
28471 status collapsed
28472
28473 \begin_layout Plain Layout
28474 Ecuación ! multilínea ! separación de filas
28475 \end_layout
28476
28477 \end_inset
28478
28479
28480 \end_layout
28481
28482 \begin_layout Standard
28483 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28484 \begin_inset Formula \begin{eqnarray*}
28485 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}\\
28486 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
28487 \end{eqnarray*}
28488
28489 \end_inset
28490
28491 En LaTeX un espacio adicional para una línea se especifica como argumento
28492  opcional del comando de nueva línea.
28493  Esto aún no es posible en LYX,
28494 \begin_inset Foot
28495 status collapsed
28496
28497 \begin_layout Plain Layout
28498 véase 
28499 \begin_inset CommandInset href
28500 LatexCommand href
28501 name "LyX-bug #1505"
28502 target "http://www.lyx.org/trac/ticket/1505"
28503
28504 \end_inset
28505
28506
28507 \end_layout
28508
28509 \end_inset
28510
28511  por lo que toda la ecuación debe insertarse en modo TeX.
28512  Para añadir espacio en nuestro ejemplo se inserta el comando 
28513 \series bold
28514
28515 \backslash
28516
28517 \backslash
28518 [3mm]
28519 \series default
28520  al final de la primera línea.
28521  Así: 
28522 \begin_inset ERT
28523 status collapsed
28524
28525 \begin_layout Plain Layout
28526
28527
28528 \backslash
28529 begin{eqnarray*}
28530 \end_layout
28531
28532 \begin_layout Plain Layout
28533
28534 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28535  = & 
28536 \backslash
28537 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28538 \backslash
28539
28540 \backslash
28541 [3mm]
28542 \end_layout
28543
28544 \begin_layout Plain Layout
28545
28546 4x^{2}
28547 \backslash
28548 left(B^{2}+x_{0}^{2}
28549 \backslash
28550 right)+4x_{0}x
28551 \backslash
28552 left(D-B^{2}
28553 \backslash
28554 right)+B^{2}
28555 \backslash
28556 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28557 \backslash
28558 right) & = & 0
28559 \end_layout
28560
28561 \begin_layout Plain Layout
28562
28563
28564 \backslash
28565 end{eqnarray*}
28566 \end_layout
28567
28568 \end_inset
28569
28570
28571 \begin_inset VSpace bigskip
28572 \end_inset
28573
28574
28575 \end_layout
28576
28577 \begin_layout Standard
28578 Para obtener separación en todas las líneas hay que cambiar la longitud
28579  
28580 \series bold
28581
28582 \backslash
28583 jot
28584 \series default
28585
28586 \begin_inset Index idx
28587 status collapsed
28588
28589 \begin_layout Plain Layout
28590 Comandos ! J ! 
28591 \backslash
28592 jot
28593 \end_layout
28594
28595 \end_inset
28596
28597 .
28598  La definición es: 
28599 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28600 \end_inset
28601
28602 .
28603  El valor predeterminado para 
28604 \series bold
28605
28606 \backslash
28607 jot
28608 \series default
28609  es 3
28610 \begin_inset space \thinspace{}
28611 \end_inset
28612
28613 pt.
28614  Para establecer una separación adicional de 3
28615 \begin_inset space \thinspace{}
28616 \end_inset
28617
28618 mm como en el ejemplo anterior, se inserta el comando
28619 \end_layout
28620
28621 \begin_layout Standard
28622
28623 \series bold
28624
28625 \backslash
28626 setlength{
28627 \backslash
28628 jot}{3mm+3pt}
28629 \end_layout
28630
28631 \begin_layout Standard
28632 en modo TeX antes de la ecuación.
28633  Es necesario cargar el paquete 
28634 \series bold
28635 calc
28636 \series default
28637
28638 \begin_inset Foot
28639 status collapsed
28640
28641 \begin_layout Plain Layout
28642
28643 \series bold
28644 calc
28645 \series default
28646  forma parte de toda instalación LaTeX estándar.
28647 \end_layout
28648
28649 \end_inset
28650
28651
28652 \begin_inset Index idx
28653 status collapsed
28654
28655 \begin_layout Plain Layout
28656 Paquetes ! calc
28657 \end_layout
28658
28659 \end_inset
28660
28661  en el preámbulo con la línea
28662 \end_layout
28663
28664 \begin_layout Standard
28665
28666 \series bold
28667
28668 \backslash
28669 usepackage{calc}
28670 \end_layout
28671
28672 \begin_layout Standard
28673 Se obtiene:
28674 \begin_inset ERT
28675 status collapsed
28676
28677 \begin_layout Plain Layout
28678
28679
28680 \backslash
28681 setlength{
28682 \backslash
28683 jot}{3mm+3pt}
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \begin_inset Formula \begin{eqnarray*}
28690 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}\\
28691 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
28692 \end{eqnarray*}
28693
28694 \end_inset
28695
28696
28697 \begin_inset ERT
28698 status collapsed
28699
28700 \begin_layout Plain Layout
28701
28702
28703 \backslash
28704 setlength{
28705 \backslash
28706 jot}{3pt}
28707 \end_layout
28708
28709 \end_inset
28710
28711  Para volver a la distancia predeterminada, 
28712 \series bold
28713
28714 \backslash
28715 jot
28716 \series default
28717  se establece en 3
28718 \begin_inset space \thinspace{}
28719 \end_inset
28720
28721 pt.
28722 \end_layout
28723
28724 \begin_layout Subsubsection
28725 Separación de columnas
28726 \begin_inset CommandInset label
28727 LatexCommand label
28728 name "sub:Separación-de-columnas"
28729
28730 \end_inset
28731
28732
28733 \begin_inset Index idx
28734 status collapsed
28735
28736 \begin_layout Plain Layout
28737 Ecuación ! multilínea !separación de columnas
28738 \end_layout
28739
28740 \end_inset
28741
28742
28743 \end_layout
28744
28745 \begin_layout Standard
28746 Una ecuación multilínea forma una matriz.
28747  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28748  columnas.
28749  Cambiando la separación de columnas en este entorno se puede cambiar el
28750  espacio junto al signo de relación.
28751 \end_layout
28752
28753 \begin_layout Standard
28754 La separación de columnas se especifica con la longitud
28755 \series bold
28756  
28757 \backslash
28758 arraycolsep
28759 \series default
28760
28761 \begin_inset Index idx
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765 Comandos ! A ! 
28766 \backslash
28767 arraycolsep
28768 \end_layout
28769
28770 \end_inset
28771
28772  según:
28773 \begin_inset Newline newline
28774 \end_inset
28775
28776 separación de columnas = 2
28777 \begin_inset space \thinspace{}
28778 \end_inset
28779
28780
28781 \series bold
28782
28783 \backslash
28784 arraycolsep
28785 \series default
28786
28787 \begin_inset Newline newline
28788 \end_inset
28789
28790 Así, el comando en modo TeX
28791 \end_layout
28792
28793 \begin_layout Standard
28794
28795 \series bold
28796
28797 \backslash
28798 setlength{
28799 \backslash
28800 arraycolsep}{1cm}
28801 \end_layout
28802
28803 \begin_layout Standard
28804 establece para todas las ecuaciones siguientes una separación de columnas
28805  de 2
28806 \begin_inset space \thinspace{}
28807 \end_inset
28808
28809 cm.
28810  Para volver al valor predefinido, 
28811 \series bold
28812
28813 \backslash
28814 arraycolsep
28815 \series default
28816  se pone en 5
28817 \begin_inset space \thinspace{}
28818 \end_inset
28819
28820 pt.
28821 \end_layout
28822
28823 \begin_layout Standard
28824 Una ecuación con separación de 2
28825 \begin_inset space \thinspace{}
28826 \end_inset
28827
28828 cm entre columnas:
28829 \begin_inset ERT
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833
28834
28835 \backslash
28836 setlength{
28837 \backslash
28838 arraycolsep}{1cm}
28839 \end_layout
28840
28841 \end_inset
28842
28843
28844 \begin_inset Formula \begin{eqnarray*}
28845 A & = & B\\
28846 C & \ne & A
28847 \end{eqnarray*}
28848
28849 \end_inset
28850
28851 Una ecuación con la separación predefinida para matrices, 10
28852 \begin_inset space \thinspace{}
28853 \end_inset
28854
28855 pt:
28856 \begin_inset ERT
28857 status collapsed
28858
28859 \begin_layout Plain Layout
28860
28861
28862 \backslash
28863 setlength{
28864 \backslash
28865 arraycolsep}{5pt}
28866 \end_layout
28867
28868 \end_inset
28869
28870
28871 \begin_inset Formula \begin{eqnarray*}
28872 A & = & B\\
28873 C & \ne & A
28874 \end{eqnarray*}
28875
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \begin_layout Subsubsection
28882 Ecuaciones largas
28883 \begin_inset Index idx
28884 status collapsed
28885
28886 \begin_layout Plain Layout
28887 Ecuación ! larga
28888 \end_layout
28889
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \begin_layout Standard
28896 Se pueden componer ecuaciones largas mediante estos métodos:
28897 \end_layout
28898
28899 \begin_layout Itemize
28900 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28901  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28902 \begin_inset Formula \begin{eqnarray}
28903 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 \\
28904  &  & -\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}
28905 \end{eqnarray}
28906
28907 \end_inset
28908
28909 El signo menos al principio de la segunda línea normalmente no aparece como
28910  operador porque es el primer carácter de la línea.
28911  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28912  Para evitarlo se ha insertado 3
28913 \begin_inset space \thinspace{}
28914 \end_inset
28915
28916 pt de espacio detrás del menos con el comando 
28917 \series bold
28918
28919 \backslash
28920 hspace
28921 \series default
28922 .
28923 \begin_inset Foot
28924 status collapsed
28925
28926 \begin_layout Plain Layout
28927 véase más sobre 
28928 \series bold
28929
28930 \backslash
28931 hspace
28932 \series default
28933  en 
28934 \begin_inset CommandInset ref
28935 LatexCommand ref
28936 reference "sub:Espacio-variable"
28937
28938 \end_inset
28939
28940
28941 \end_layout
28942
28943 \end_inset
28944
28945
28946 \begin_inset Index idx
28947 status collapsed
28948
28949 \begin_layout Plain Layout
28950 Comandos ! H ! 
28951 \backslash
28952 hspace
28953 \end_layout
28954
28955 \end_inset
28956
28957
28958 \end_layout
28959
28960 \begin_layout Itemize
28961 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28962 \series bold
28963
28964 \backslash
28965 lefteqn
28966 \series default
28967
28968 \begin_inset Index idx
28969 status collapsed
28970
28971 \begin_layout Plain Layout
28972 Comandos ! L ! 
28973 \backslash
28974 lefteqn
28975 \end_layout
28976
28977 \end_inset
28978
28979 .
28980  Se inserta en la primer columna de la primera línea y hace que todas las
28981  inserciones posteriores sobreescriban las columnas siguientes:
28982 \begin_inset Formula \begin{eqnarray}
28983 \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 \\
28984  &  & -\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 \\
28985  &  & =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}
28986 \end{eqnarray}
28987
28988 \end_inset
28989
28990 Tras la inserción de 
28991 \series bold
28992
28993 \backslash
28994 lefteqn
28995 \series default
28996  el cursor está en un marco púrpura un poco a la izquierda del azul.
28997  La ecuación se inserta en éste.
28998 \begin_inset Newline newline
28999 \end_inset
29000
29001 El contenido de las restantes líneas se inserta en la segunda columna o
29002  en otra.
29003  A mayor número de columna donde se inserte, mayor sangrado.
29004 \begin_inset VSpace medskip
29005 \end_inset
29006
29007
29008 \begin_inset Newline newline
29009 \end_inset
29010
29011
29012 \begin_inset Note Greyedout
29013 status collapsed
29014
29015 \begin_layout Plain Layout
29016 Ten en cuenta lo siguiente si usas 
29017 \series bold
29018
29019 \backslash
29020 lefteqn
29021 \series default
29022 :
29023 \end_layout
29024
29025 \begin_layout Itemize
29026 La ecuación no usa la anchura total de la página.
29027  Cuando se añade, p.
29028 \begin_inset space \thinspace{}
29029 \end_inset
29030
29031 e., el término 
29032 \begin_inset Formula $-B^{2}$
29033 \end_inset
29034
29035  en la primera línea del ejemplo, debería estar fuera del margen.
29036  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
29037  principio de la primera línea.
29038 \end_layout
29039
29040 \begin_layout Itemize
29041 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
29042  primera línea.
29043 \begin_inset Foot
29044 status collapsed
29045
29046 \begin_layout Plain Layout
29047 \begin_inset CommandInset href
29048 LatexCommand href
29049 name "LyX-bug #1429"
29050 target "http://www.lyx.org/trac/ticket/1429"
29051
29052 \end_inset
29053
29054
29055 \end_layout
29056
29057 \end_inset
29058
29059  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29060  teclas de flecha.
29061 \end_layout
29062
29063 \end_inset
29064
29065  
29066 \end_layout
29067
29068 \begin_layout Itemize
29069 Se describen otros métodos para escribir fórmulas largas en 
29070 \begin_inset CommandInset ref
29071 LatexCommand ref
29072 reference "sub:Entorno-multilínea"
29073
29074 \end_inset
29075
29076  y 
29077 \begin_inset CommandInset ref
29078 LatexCommand ref
29079 reference "sub:Partes-de-una-multilínea"
29080
29081 \end_inset
29082
29083 .
29084 \end_layout
29085
29086 \begin_layout Subsubsection
29087 Delimitadores multilínea
29088 \begin_inset CommandInset label
29089 LatexCommand label
29090 name "sub:Delimitadores-multilínea"
29091
29092 \end_inset
29093
29094
29095 \begin_inset Index idx
29096 status collapsed
29097
29098 \begin_layout Plain Layout
29099 Delimitadores ! para varias líneas
29100 \end_layout
29101
29102 \end_inset
29103
29104
29105 \end_layout
29106
29107 \begin_layout Standard
29108 Para poner delimitadores que cubran varias líneas hay un problema:
29109 \begin_inset Formula \begin{eqnarray*}
29110 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29111  &  & \left.\cdots+B-D\right]
29112 \end{eqnarray*}
29113
29114 \end_inset
29115
29116 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29117 res con tamaño variable no abarcan líneas múltiples.
29118 \end_layout
29119
29120 \begin_layout Standard
29121 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29122  primera línea se finaliza con 
29123 \series bold
29124
29125 \backslash
29126 right.
29127 \series default
29128
29129 \begin_inset Index idx
29130 status collapsed
29131
29132 \begin_layout Plain Layout
29133 Comandos ! R ! 
29134 \backslash
29135 right
29136 \end_layout
29137
29138 \end_inset
29139
29140  y la segunda con 
29141 \series bold
29142
29143 \backslash
29144 left.
29145 \series default
29146 .
29147 \begin_inset Foot
29148 status collapsed
29149
29150 \begin_layout Plain Layout
29151 Más sobre 
29152 \series bold
29153
29154 \backslash
29155 left.
29156
29157 \series default
29158  y 
29159 \series bold
29160
29161 \backslash
29162 right.
29163
29164 \series default
29165  en 
29166 \begin_inset CommandInset ref
29167 LatexCommand ref
29168 reference "sub:Tamaño-automático-de"
29169
29170 \end_inset
29171
29172
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \begin_inset Index idx
29179 status collapsed
29180
29181 \begin_layout Plain Layout
29182 Comandos ! L ! 
29183 \backslash
29184 left
29185 \end_layout
29186
29187 \end_inset
29188
29189  Después de 
29190 \series bold
29191
29192 \backslash
29193 left.
29194
29195 \series default
29196  se inserta el comando 
29197 \series bold
29198
29199 \backslash
29200 vphantom
29201 \series default
29202
29203 \begin_inset ERT
29204 status collapsed
29205
29206 \begin_layout Plain Layout
29207
29208
29209 \backslash
29210 spce 
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \series bold
29217
29218 \backslash
29219 prod
29220 \series default
29221 ^
29222 \begin_inset ERT
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226
29227
29228 \backslash
29229 spce 
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \series bold
29236
29237 \backslash
29238 infty
29239 \series default
29240
29241 \begin_inset ERT
29242 status collapsed
29243
29244 \begin_layout Plain Layout
29245
29246
29247 \backslash
29248 spce 
29249 \end_layout
29250
29251 \end_inset
29252
29253
29254 \series bold
29255
29256 \begin_inset Formula $\downarrow$
29257 \end_inset
29258
29259 _R=1}
29260 \series default
29261
29262 \begin_inset Index idx
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266 Comandos ! V ! 
29267 \backslash
29268 vphantom
29269 \end_layout
29270
29271 \end_inset
29272
29273 , porque el operador de multiplicación con sus límites es el símbolo mayor
29274  en la primera línea y ese debería ser el tamaño para el delimitador en
29275  la segunda línea.
29276 \end_layout
29277
29278 \begin_layout Standard
29279 El resultado es: 
29280 \begin_inset Formula \begin{eqnarray*}
29281 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29282  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29283 \end{eqnarray*}
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \begin_layout Subsection
29291 Entornos align
29292 \end_layout
29293
29294 \begin_layout Standard
29295 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29296  Son especialmente apropiados para poner ecuaciones adosadas.
29297 \end_layout
29298
29299 \begin_layout Standard
29300 Los entornos align constan de columnas.
29301  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29302  En un entorno align se puede numerar cada línea.
29303 \end_layout
29304
29305 \begin_layout Standard
29306 Los entornos align se crean con el menú 
29307 \family sans
29308 Insertar\SpecialChar \menuseparator
29309 Ecuación
29310 \family default
29311 .
29312  Una ecuación existente se puede convertir a align con el menú 
29313 \family sans
29314 Editar\SpecialChar \menuseparator
29315 Ecuación\SpecialChar \menuseparator
29316 Cambiar tipo de ecuación
29317 \family default
29318 .
29319 \end_layout
29320
29321 \begin_layout Standard
29322 Para añadir o quitar columnas se pueden usar los botones 
29323 \begin_inset Graphics
29324         filename ../../images/tabular-feature_append-row.png
29325         scale 85
29326
29327 \end_inset
29328
29329  o 
29330 \begin_inset Graphics
29331         filename ../../images/tabular-feature_delete-row.png
29332         scale 85
29333
29334 \end_inset
29335
29336 de la barra de ecuaciones o el menú 
29337 \family sans
29338 Editar\SpecialChar \menuseparator
29339 Filas y columnas
29340 \family default
29341 .
29342 \end_layout
29343
29344 \begin_layout Subsubsection
29345 Entorno align estándar
29346 \begin_inset CommandInset label
29347 LatexCommand label
29348 name "sub:Entorno-align-estándar"
29349
29350 \end_inset
29351
29352
29353 \begin_inset Index idx
29354 status collapsed
29355
29356 \begin_layout Plain Layout
29357 Ecuación ! multilínea ! entorno align
29358 \end_layout
29359
29360 \end_inset
29361
29362
29363 \end_layout
29364
29365 \begin_layout Standard
29366 Este entorno align se crea pulsando 
29367 \family sans
29368 Ctrl+Retorno
29369 \family default
29370  en una ecuación o con el menú 
29371 \family sans
29372 Insertar\SpecialChar \menuseparator
29373 Ecuación\SpecialChar \menuseparator
29374 Entorno AMS align
29375 \family default
29376 .
29377 \end_layout
29378
29379 \begin_layout Standard
29380 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29381  align de cuatro columnas:
29382 \begin_inset Formula \begin{align*}
29383 A & =\sen(B) & C & =D\\
29384 C & \neq A & B & \neq D
29385 \end{align*}
29386
29387 \end_inset
29388
29389 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29390  un 
29391 \series bold
29392
29393 \backslash
29394 hfill
29395 \series default
29396
29397 \begin_inset Foot
29398 status collapsed
29399
29400 \begin_layout Plain Layout
29401 Más sobre 
29402 \series bold
29403
29404 \backslash
29405 hfill
29406 \series default
29407  en 
29408 \begin_inset CommandInset ref
29409 LatexCommand ref
29410 reference "sub:Espacio-variable"
29411
29412 \end_inset
29413
29414
29415 \end_layout
29416
29417 \end_inset
29418
29419  antes de la primera y detrás de cada columna par.
29420  Si se pone en estilo 
29421 \series bold
29422 Sangrado
29423 \series default
29424 ,
29425 \begin_inset Foot
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429 véase estilos de ecuación en 
29430 \begin_inset CommandInset ref
29431 LatexCommand ref
29432 reference "sec:Estilos-de-ecuación"
29433
29434 \end_inset
29435
29436
29437 \end_layout
29438
29439 \end_inset
29440
29441  la ecuación queda sin el 
29442 \series bold
29443
29444 \backslash
29445 hfill
29446 \series default
29447  ante la primera columna.
29448 \end_layout
29449
29450 \begin_layout Subsubsection
29451 Entorno alignat
29452 \begin_inset Index idx
29453 status collapsed
29454
29455 \begin_layout Plain Layout
29456 Ecuación ! multilínea ! entorno alignat
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \end_layout
29463
29464 \begin_layout Standard
29465 El entorno alignat no tiene separación predefinida de columnas.
29466  Se puede insertar manualmente con los espacios descritos en 
29467 \begin_inset CommandInset ref
29468 LatexCommand ref
29469 reference "sec:Espacio"
29470
29471 \end_inset
29472
29473 .
29474 \end_layout
29475
29476 \begin_layout Standard
29477 El ejemplo anterior en el entorno alignat, con un espacio de 1
29478 \begin_inset space \thinspace{}
29479 \end_inset
29480
29481 cm al comienzo da la segunda ecuación:
29482 \begin_inset Formula \begin{alignat*}{2}
29483 A & =\sen(B)\hspace{1cm} & C & =D\\
29484 C & \neq A & B & \neq D
29485 \end{alignat*}
29486
29487 \end_inset
29488
29489 Como cada columna puede tener un espacio diferente, este entorno es especialment
29490 e apropiado para poner tres o más ecuaciones adosadas.
29491 \end_layout
29492
29493 \begin_layout Subsubsection
29494 Entorno flalign
29495 \begin_inset CommandInset label
29496 LatexCommand label
29497 name "sub:Entorno-flalign"
29498
29499 \end_inset
29500
29501
29502 \begin_inset Index idx
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506 Ecuación ! multilínea ! entorno flalign
29507 \end_layout
29508
29509 \end_inset
29510
29511
29512 \end_layout
29513
29514 \begin_layout Standard
29515 En este entorno las dos primeras columnas están siempre tan a la izquierda
29516  como sea posible y las dos últimas a la derecha.
29517  Ejemplo:
29518 \begin_inset Formula \begin{flalign*}
29519 A & =1 & B & =2 & C & =3\\
29520 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29521 \end{flalign*}
29522
29523 \end_inset
29524
29525 En un entorno flalign con un número impar de columnas, en la última de las
29526  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29527  alineadas a la izquierda, aunque se use el estilo 
29528 \series bold
29529 Centrado
29530 \series default
29531 .
29532  Un ejemplo de fórmula sangrada 
29533 \begin_inset CommandInset ref
29534 LatexCommand eqref
29535 reference "eq:IntVol"
29536
29537 \end_inset
29538
29539 :
29540 \begin_inset Formula \begin{flalign}
29541 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29542
29543 \end_inset
29544
29545 Las dos primeras columnas contienen la fórmula.
29546  Para sangrarla como con el estilo 
29547 \series bold
29548 Sangrado
29549 \series default
29550 , se añade un espacio de 30
29551 \begin_inset space \thinspace{}
29552 \end_inset
29553
29554 pt al comienzo de la primera columna.
29555  
29556 \end_layout
29557
29558 \begin_layout Subsection
29559 Entorno eqnarray
29560 \begin_inset CommandInset label
29561 LatexCommand label
29562 name "sub:Entorno-eqnarray"
29563
29564 \end_inset
29565
29566
29567 \begin_inset Index idx
29568 status collapsed
29569
29570 \begin_layout Plain Layout
29571 Ecuación ! multilínea ! entorno eqnarray
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \begin_inset Index idx
29578 status collapsed
29579
29580 \begin_layout Plain Layout
29581 Ecuación ! multilínea ! entorno eqnarray
29582 \end_layout
29583
29584 \end_inset
29585
29586
29587 \end_layout
29588
29589 \begin_layout Standard
29590 Al introducir este entorno aparecen tres marcos azules.
29591  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29592  El contenido del marco central está centrado y algo más pequeño, porque
29593  está diseñado para insertar sólo caracteres de relación.
29594 \begin_inset Formula \begin{eqnarray*}
29595 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29596 AB & AB & AB\\
29597 A & = & A
29598 \end{eqnarray*}
29599
29600 \end_inset
29601
29602
29603 \end_layout
29604
29605 \begin_layout Subsection
29606 Entorno gather
29607 \begin_inset Index idx
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611 Ecuación ! multilínea ! entorno gather
29612 \end_layout
29613
29614 \end_inset
29615
29616
29617 \end_layout
29618
29619 \begin_layout Standard
29620 Este entorno consta de una sola columna centrada.
29621  Se puede numerar cada línea.
29622 \begin_inset Formula \begin{gather}
29623 A=1\\
29624 X=\mbox{-}1
29625 \end{gather}
29626
29627 \end_inset
29628
29629
29630 \end_layout
29631
29632 \begin_layout Subsection
29633 Entorno multilínea
29634 \begin_inset CommandInset label
29635 LatexCommand label
29636 name "sub:Entorno-multilínea"
29637
29638 \end_inset
29639
29640
29641 \begin_inset Index idx
29642 status collapsed
29643
29644 \begin_layout Plain Layout
29645 Ecuación ! multilínea ! entorno multilínea
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \end_layout
29652
29653 \begin_layout Standard
29654 El entorno multilínea, como gather, consta de una sola columna.
29655  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29656  Las demás están centradas.
29657  Por tanto este entorno es apropiado para ecuaciones largas.
29658  Como ejemplo, la ecuación
29659 \begin_inset space ~
29660 \end_inset
29661
29662
29663 \begin_inset CommandInset ref
29664 LatexCommand eqref
29665 reference "eq:lefteqn"
29666
29667 \end_inset
29668
29669  en entorno multilínea:
29670 \begin_inset Formula \begin{multline}
29671 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}\\
29672 -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}\\
29673 =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}}
29674 \end{multline}
29675
29676 \end_inset
29677
29678 En la salida sólo aparece numerada la última (primera) línea si la numeración
29679  del documento es a la derecha (izquierda).
29680 \begin_inset Foot
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684 véanse los estilos de numeración en 
29685 \begin_inset CommandInset ref
29686 LatexCommand ref
29687 reference "sec:Estilos-de-ecuación"
29688
29689 \end_inset
29690
29691
29692 \end_layout
29693
29694 \end_inset
29695
29696
29697 \end_layout
29698
29699 \begin_layout Standard
29700 Con los comandos 
29701 \series bold
29702
29703 \backslash
29704 shoveright
29705 \series default
29706
29707 \begin_inset Index idx
29708 status collapsed
29709
29710 \begin_layout Plain Layout
29711 Comandos ! S ! 
29712 \backslash
29713 shoveright
29714 \end_layout
29715
29716 \end_inset
29717
29718  y 
29719 \series bold
29720
29721 \backslash
29722 shoveleft
29723 \series default
29724
29725 \begin_inset Index idx
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729 Comandos ! S ! 
29730 \backslash
29731 shoveleft
29732 \end_layout
29733
29734 \end_inset
29735
29736 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29737 ente.
29738  Los comandos se usan como sigue:
29739 \end_layout
29740
29741 \begin_layout Standard
29742
29743 \series bold
29744
29745 \backslash
29746 shoveright{contenido de la línea}
29747 \series default
29748  y 
29749 \series bold
29750
29751 \backslash
29752 shoveleft{contenido de la línea}
29753 \end_layout
29754
29755 \begin_layout Standard
29756 \begin_inset VSpace medskip
29757 \end_inset
29758
29759
29760 \end_layout
29761
29762 \begin_layout Standard
29763 La longitud 
29764 \series bold
29765
29766 \backslash
29767 multlinegap
29768 \series default
29769
29770 \begin_inset Index idx
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774 Comandos ! M ! 
29775 \backslash
29776 multlinegap
29777 \end_layout
29778
29779 \end_inset
29780
29781  especifica la distancia de la primera línea desde el margen izquierdo de
29782  la página.
29783  Esta longitud es 0
29784 \begin_inset space \thinspace{}
29785 \end_inset
29786
29787 pt por omisión.
29788 \end_layout
29789
29790 \begin_layout Standard
29791 Como ejemplo la ecuación anterior con el comando
29792 \end_layout
29793
29794 \begin_layout Standard
29795
29796 \series bold
29797
29798 \backslash
29799 setlength{
29800 \backslash
29801 multlinegap}{2cm}
29802 \end_layout
29803
29804 \begin_layout Standard
29805 insertado previamente en modo TeX:
29806 \begin_inset ERT
29807 status collapsed
29808
29809 \begin_layout Plain Layout
29810
29811
29812 \backslash
29813 setlength{
29814 \backslash
29815 multlinegap}{2cm}
29816 \end_layout
29817
29818 \end_inset
29819
29820
29821 \begin_inset Formula \begin{multline}
29822 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}\\
29823 \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}}\\
29824 =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}}
29825 \end{multline}
29826
29827 \end_inset
29828
29829
29830 \begin_inset ERT
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834
29835
29836 \backslash
29837 setlength{
29838 \backslash
29839 multlinegap}{0pt}
29840 \end_layout
29841
29842 \end_inset
29843
29844 La segunda línea se ha alineado a la izquierda con 
29845 \series bold
29846
29847 \backslash
29848 shoveleft
29849 \series default
29850 .
29851 \end_layout
29852
29853 \begin_layout Subsection
29854 Partes de una ecuación multilínea
29855 \begin_inset CommandInset label
29856 LatexCommand label
29857 name "sub:Partes-de-una-multilínea"
29858
29859 \end_inset
29860
29861
29862 \begin_inset Index idx
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866 Ecuación ! multilínea ! partes de
29867 \end_layout
29868
29869 \end_inset
29870
29871
29872 \end_layout
29873
29874 \begin_layout Standard
29875 Para mostrar sólo partes de una ecuación multilínea usa uno de los siguientes
29876  entornos: 
29877 \series bold
29878 aligned
29879 \series default
29880
29881 \series bold
29882 alignedat
29883 \series default
29884
29885 \series bold
29886 gathered
29887 \series default
29888  o 
29889 \series bold
29890 split
29891 \series default
29892 .
29893  Se pueden elegir en el menú 
29894 \family sans
29895 Insertar\SpecialChar \menuseparator
29896 Ecuación
29897 \family default
29898  o usando los comandos aquí descritos.
29899 \end_layout
29900
29901 \begin_layout Standard
29902 Los tres primeros tienen las mismas propiedades que los correspondientes
29903  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29904  Un ejemplo:
29905 \begin_inset Formula \[
29906 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29907 \Delta E\Delta t & \ge\frac{\hbar}{2}
29908 \end{aligned}
29909 \right\} \mbox{Relaciones de incertidumbre}\]
29910
29911 \end_inset
29912
29913 Para componer esta expresión se inserta una ecuación presentada y en ella
29914  se introduce el comando 
29915 \series bold
29916
29917 \backslash
29918 aligned
29919 \series default
29920
29921 \begin_inset Index idx
29922 status collapsed
29923
29924 \begin_layout Plain Layout
29925 Comandos ! A ! 
29926 \backslash
29927 aligned
29928 \end_layout
29929
29930 \end_inset
29931
29932 .
29933  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29934  añadir filas y columnas.
29935  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29936  como la llave.
29937 \end_layout
29938
29939 \begin_layout Standard
29940 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29941  se alinean horizontalmente.
29942  Usar aligned en una ecuación presentada tiene la ventaja de que el número
29943  de ecuación se centra verticalmente con las líneas.
29944  Como ejemplo, la ecuación 
29945 \begin_inset CommandInset ref
29946 LatexCommand eqref
29947 reference "eq:cortolargo"
29948
29949 \end_inset
29950
29951  en entorno aligned: 
29952 \begin_inset Formula \begin{equation}
29953 \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}|}\\
29954  & -\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}|}
29955 \end{aligned}
29956 \end{equation}
29957
29958 \end_inset
29959
29960 Para usar los entornos 
29961 \series bold
29962 alignedat
29963 \series default
29964
29965 \series bold
29966 gathered
29967 \series default
29968 , o 
29969 \series bold
29970 split
29971 \series default
29972 , se insertan respectivamente los comandos
29973 \series bold
29974  
29975 \backslash
29976 alignedat
29977 \series default
29978 ,
29979 \begin_inset Index idx
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983 Comandos ! A ! 
29984 \backslash
29985 alignedat
29986 \end_layout
29987
29988 \end_inset
29989
29990  
29991 \series bold
29992
29993 \backslash
29994 gathered
29995 \series default
29996
29997 \begin_inset Index idx
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001 Comandos ! G ! 
30002 \backslash
30003 gathered
30004 \end_layout
30005
30006 \end_inset
30007
30008 , o 
30009 \series bold
30010
30011 \backslash
30012 split
30013 \series default
30014
30015 \begin_inset Index idx
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019 Comandos ! S ! 
30020 \backslash
30021 split
30022 \end_layout
30023
30024 \end_inset
30025
30026 .
30027  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30028  tener dos columnas.
30029 \end_layout
30030
30031 \begin_layout Subsection
30032 Texto en ecuaciones multilínea
30033 \begin_inset CommandInset label
30034 LatexCommand label
30035 name "sub:Texto-en-multilínea"
30036
30037 \end_inset
30038
30039
30040 \begin_inset Index idx
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044 Texto ! en ecuaciones
30045 \end_layout
30046
30047 \end_inset
30048
30049
30050 \begin_inset Index idx
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054 Ecuación ! multilínea ! texto en
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \end_layout
30061
30062 \begin_layout Standard
30063 En los entornos Align, multilínea y gather, se puede insertar texto que
30064  se mostrará en una línea separada y que no afecta la alineación de columna.
30065  Para esto se usa el comando 
30066 \series bold
30067
30068 \backslash
30069 intertext
30070 \series default
30071
30072 \begin_inset Index idx
30073 status collapsed
30074
30075 \begin_layout Plain Layout
30076 Comandos ! I ! 
30077 \backslash
30078 intertext
30079 \end_layout
30080
30081 \end_inset
30082
30083  con el siguiente esquema:
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \series bold
30089
30090 \backslash
30091 intertext{texto}
30092 \end_layout
30093
30094 \begin_layout Standard
30095 El texto no debería ocupar más de una línea porque no se puede partir con
30096  guión.
30097  Como LyX aún no soporta 
30098 \series bold
30099
30100 \backslash
30101 intertext
30102 \series default
30103  directamente, el texto se escribe como texto matemático.
30104  
30105 \series bold
30106
30107 \backslash
30108 intertext
30109 \series default
30110  debe por tanto estar al comienzo de una línea y en la salida se presenta
30111  sobre esta línea.
30112  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30113 \begin_inset Formula \begin{align}
30114 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30115 \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
30116 \end{align}
30117
30118 \end_inset
30119
30120
30121 \end_layout
30122
30123 \begin_layout Standard
30124 \begin_inset Newpage newpage
30125 \end_inset
30126
30127
30128 \end_layout
30129
30130 \begin_layout Section
30131 Numeración de ecuaciones
30132 \begin_inset Index idx
30133 status collapsed
30134
30135 \begin_layout Plain Layout
30136 Ecuación ! numeración|see
30137 \begin_inset ERT
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141
30142 {
30143 \end_layout
30144
30145 \end_inset
30146
30147 Numeración de ecuaciones
30148 \begin_inset ERT
30149 status collapsed
30150
30151 \begin_layout Plain Layout
30152
30153 }
30154 \end_layout
30155
30156 \end_inset
30157
30158
30159 \end_layout
30160
30161 \end_inset
30162
30163
30164 \begin_inset Index idx
30165 status collapsed
30166
30167 \begin_layout Plain Layout
30168 Numeración de ecuaciones
30169 \end_layout
30170
30171 \end_inset
30172
30173
30174 \end_layout
30175
30176 \begin_layout Subsection
30177 General
30178 \end_layout
30179
30180 \begin_layout Standard
30181 Las ecuaciones numeradas se insertan con el menú 
30182 \family sans
30183 Insertar\SpecialChar \menuseparator
30184 Ecuación
30185 \family default
30186  
30187 \family sans
30188 \SpecialChar \menuseparator
30189 Ecuación
30190 \begin_inset space ~
30191 \end_inset
30192
30193 numerada
30194 \family default
30195  (atajo 
30196 \family sans
30197 Ctrl+Alt
30198 \begin_inset space ~
30199 \end_inset
30200
30201 N
30202 \family default
30203 ).
30204  Ecuaciones existentes se pueden numerar con el menú 
30205 \family sans
30206 Editar\SpecialChar \menuseparator
30207 Ecuación\SpecialChar \menuseparator
30208 Conmutar
30209 \begin_inset space ~
30210 \end_inset
30211
30212 numeración
30213 \family default
30214  (atajo
30215 \family sans
30216  Alt+M
30217 \begin_inset space ~
30218 \end_inset
30219
30220 N
30221 \family default
30222 ).
30223  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30224  En la salida se muestra el número real.
30225 \end_layout
30226
30227 \begin_layout Standard
30228 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30229  líneas.
30230  No obstante, la numeración se puede controlar en cada línea con el menú
30231  
30232 \family sans
30233 Editar\SpecialChar \menuseparator
30234 Ecuación\SpecialChar \menuseparator
30235 Conmutar
30236 \begin_inset space ~
30237 \end_inset
30238
30239 numeración
30240 \begin_inset space ~
30241 \end_inset
30242
30243 de
30244 \begin_inset space ~
30245 \end_inset
30246
30247 línea
30248 \family default
30249  (atajo
30250 \family sans
30251  Alt+M
30252 \begin_inset space ~
30253 \end_inset
30254
30255 Mayúsculas+N
30256 \family default
30257 ).
30258 \end_layout
30259
30260 \begin_layout Standard
30261 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30262  distintos, véase 
30263 \begin_inset CommandInset ref
30264 LatexCommand ref
30265 reference "sec:Estilos-de-ecuación"
30266
30267 \end_inset
30268
30269 .
30270 \end_layout
30271
30272 \begin_layout Subsection
30273 Referencias cruzadas
30274 \begin_inset Index idx
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278 Ecuación ! referencias cruzadas a
30279 \end_layout
30280
30281 \end_inset
30282
30283
30284 \end_layout
30285
30286 \begin_layout Standard
30287 Todas las ecuaciones con etiqueta se pueden referenciar.
30288  La etiqueta se añade con el menú 
30289 \family sans
30290 Insertar\SpecialChar \menuseparator
30291 Etiqueta
30292 \family default
30293  o con el botón 
30294 \begin_inset Graphics
30295         filename ../../images/label-insert.png
30296         scale 85
30297
30298 \end_inset
30299
30300  de la barra de herramientas.
30301  El cursor debe estar dentro de una ecuación en modo presentación.
30302  Surge un diálogo con el prefijo 
30303 \series bold
30304 eq:
30305 \series default
30306 , detrás del cual se escribe el texto de la etiqueta.
30307  El prefijo significa 
30308 \begin_inset Quotes fld
30309 \end_inset
30310
30311 equation
30312 \begin_inset Quotes frd
30313 \end_inset
30314
30315  y hace más fácil encontrar etiquetas en documentos extensos porque así
30316  se distingue p.
30317 \begin_inset space \thinspace{}
30318 \end_inset
30319
30320 e.
30321 \begin_inset space ~
30322 \end_inset
30323
30324 de las etiquetas de sección.
30325  Para cambiar una etiqueta se usa de nuevo el menú 
30326 \family sans
30327 Insertar\SpecialChar \menuseparator
30328 Etiqueta
30329 \family default
30330 .
30331 \end_layout
30332
30333 \begin_layout Standard
30334 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30335  ecuación.
30336  Una ecuación con etiqueta se numera siempre.
30337 \end_layout
30338
30339 \begin_layout Standard
30340 Las referencias cruzadas se insertan mediante el menú 
30341 \family sans
30342 Insertar\SpecialChar \menuseparator
30343 Referencia cruzada
30344 \family default
30345  o con el botón 
30346 \begin_inset Graphics
30347         filename ../../images/dialog-show-new-inset_ref.png
30348         scale 85
30349
30350 \end_inset
30351
30352 .
30353  Una referencia a una ecuación aparece en la salida con su número.
30354  Si en el diálogo de referencia cruzada se elige el formato 
30355 \series bold
30356 (<referencia>)
30357 \series default
30358 , la referencia se muestra en la salida entre paréntesis.
30359  
30360 \begin_inset Newline newline
30361 \end_inset
30362
30363 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30364  a la ecuación de referencia.
30365 \end_layout
30366
30367 \begin_layout Standard
30368 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30369  siguientes:
30370 \begin_inset Note Note
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374 Observa los distintos tipos de referencias cruzadas.
30375 \end_layout
30376
30377 \end_inset
30378
30379
30380 \end_layout
30381
30382 \begin_layout Standard
30383 Las ecuaciones 
30384 \begin_inset CommandInset ref
30385 LatexCommand eqref
30386 reference "eq:tag"
30387
30388 \end_inset
30389
30390  y 
30391 \begin_inset CommandInset ref
30392 LatexCommand eqref
30393 reference "eq:c"
30394
30395 \end_inset
30396
30397  son equivalentes.
30398  En (
30399 \begin_inset CommandInset ref
30400 LatexCommand ref
30401 reference "eq:Lat"
30402
30403 \end_inset
30404
30405 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30406 \begin_inset CommandInset ref
30407 LatexCommand ref
30408 reference "eq:Rom"
30409
30410 \end_inset
30411
30412 ).
30413 \begin_inset VSpace medskip
30414 \end_inset
30415
30416
30417 \end_layout
30418
30419 \begin_layout Standard
30420 Si el argumento de 
30421 \series bold
30422
30423 \backslash
30424 tag
30425 \begin_inset Foot
30426 status collapsed
30427
30428 \begin_layout Plain Layout
30429
30430 \series bold
30431
30432 \backslash
30433 tag
30434 \series default
30435  se describe en 
30436 \begin_inset CommandInset ref
30437 LatexCommand ref
30438 reference "sub:Numeración-personalizada"
30439
30440 \end_inset
30441
30442
30443 \end_layout
30444
30445 \end_inset
30446
30447
30448 \series default
30449  contiene un marco, como se describe en la 
30450 \begin_inset CommandInset ref
30451 LatexCommand ref
30452 reference "sub:Cuadros-de-párrafo"
30453
30454 \end_inset
30455
30456 , no se puede referenciar la ecuación.
30457 \end_layout
30458
30459 \begin_layout Subsection
30460 Subnumeración
30461 \begin_inset Index idx
30462 status collapsed
30463
30464 \begin_layout Plain Layout
30465 Numeración de ecuaciones ! subnumeración
30466 \end_layout
30467
30468 \end_inset
30469
30470
30471 \end_layout
30472
30473 \begin_layout Standard
30474 Con ayuda de los comandos 
30475 \series bold
30476
30477 \backslash
30478 begin{subequations}
30479 \series default
30480  y 
30481 \series bold
30482
30483 \backslash
30484 end{subequations}
30485 \series default
30486  en modo TeX se pueden subnumerar ecuaciones.
30487 \end_layout
30488
30489 \begin_layout Standard
30490 Ejemplo:
30491 \begin_inset Formula \begin{equation}
30492 A=C-B\label{eq:a}\end{equation}
30493
30494 \end_inset
30495
30496
30497 \begin_inset ERT
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501
30502
30503 \backslash
30504 addtocounter{equation}{-1}
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \begin_inset ERT
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514
30515
30516 \backslash
30517 begin{subequations}
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \begin_inset VSpace -5mm
30524 \end_inset
30525
30526
30527 \begin_inset Formula \begin{equation}
30528 B=C-A\label{eq:b}\end{equation}
30529
30530 \end_inset
30531
30532
30533 \begin_inset Formula \begin{equation}
30534 C=A+B\label{eq:c}\end{equation}
30535
30536 \end_inset
30537
30538
30539 \end_layout
30540
30541 \begin_layout Standard
30542 \begin_inset ERT
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546
30547
30548 \backslash
30549 end{subequations}
30550 \end_layout
30551
30552 \end_inset
30553
30554
30555 \end_layout
30556
30557 \begin_layout Standard
30558 Para este ejemplo se ha hecho lo siguiente:
30559 \end_layout
30560
30561 \begin_layout Enumerate
30562 se inserta la primera ecuación
30563 \end_layout
30564
30565 \begin_layout Enumerate
30566 después de ella se inserta
30567 \series bold
30568
30569 \begin_inset Newline newline
30570 \end_inset
30571
30572
30573 \backslash
30574 addtocounter{equation}{-1} 
30575 \backslash
30576 begin{subequations}
30577 \begin_inset Index idx
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581 Comandos ! A ! 
30582 \backslash
30583 addtocounter
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \end_layout
30590
30591 \begin_layout Enumerate
30592 se inserta la segunda ecuación
30593 \end_layout
30594
30595 \begin_layout Enumerate
30596 se inserta la tercera ecuación
30597 \end_layout
30598
30599 \begin_layout Enumerate
30600 se inserta 
30601 \series bold
30602
30603 \backslash
30604 end{subequations}
30605 \series default
30606  tras la tercera ecuación
30607 \end_layout
30608
30609 \begin_layout Standard
30610 Toda ecuación entre los comandos 
30611 \series bold
30612
30613 \backslash
30614 begin
30615 \series default
30616  y 
30617 \series bold
30618
30619 \backslash
30620 end
30621 \series default
30622  se subnumera con a, b, c\SpecialChar \ldots{}
30623  En ecuaciones multilínea se subnumerará cada línea.
30624  Todas las ecuaciones subnumeradas son tratadas como 
30625 \emph on
30626 una
30627 \emph default
30628  ecuación numerada.
30629  Pero como cada ecuación numerada aumenta el contador 
30630 \series bold
30631 equation
30632 \series default
30633  en uno, hay que disminuir el comando 
30634 \series bold
30635
30636 \backslash
30637 addtocounter
30638 \series default
30639 .
30640  De lo contrario, las ecuaciones 
30641 \begin_inset CommandInset ref
30642 LatexCommand eqref
30643 reference "eq:a"
30644
30645 \end_inset
30646
30647
30648 \begin_inset CommandInset ref
30649 LatexCommand eqref
30650 reference "eq:b"
30651
30652 \end_inset
30653
30654
30655 \begin_inset CommandInset ref
30656 LatexCommand eqref
30657 reference "eq:c"
30658
30659 \end_inset
30660
30661  se numerarían 
30662 \begin_inset CommandInset ref
30663 LatexCommand eqref
30664 reference "eq:a"
30665
30666 \end_inset
30667
30668
30669 \begin_inset CommandInset ref
30670 LatexCommand eqref
30671 reference "eq:d"
30672
30673 \end_inset
30674
30675
30676 \begin_inset CommandInset ref
30677 LatexCommand eqref
30678 reference "eq:f"
30679
30680 \end_inset
30681
30682 .
30683 \end_layout
30684
30685 \begin_layout Standard
30686 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30687  ecuaciones.
30688  Para evitarlo se inserta ese espacio vertical de -5
30689 \begin_inset space \thinspace{}
30690 \end_inset
30691
30692 mm detrás del comando 
30693 \series bold
30694
30695 \backslash
30696 begin{subequations}
30697 \series default
30698 .
30699
30700 \series bold
30701  
30702 \series default
30703 Si se usa el estilo 
30704 \series bold
30705 Sangrado
30706 \series default
30707
30708 \begin_inset Foot
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712 véase estilos de ecuación en 
30713 \begin_inset CommandInset ref
30714 LatexCommand ref
30715 reference "sec:Estilos-de-ecuación"
30716
30717 \end_inset
30718
30719
30720 \end_layout
30721
30722 \end_inset
30723
30724 , entonces se inserta -7
30725 \begin_inset space \thinspace{}
30726 \end_inset
30727
30728 mm.
30729 \end_layout
30730
30731 \begin_layout Standard
30732 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30733  de la segunda línea:
30734 \begin_inset ERT
30735 status collapsed
30736
30737 \begin_layout Plain Layout
30738
30739
30740 \backslash
30741 begin{subequations}
30742 \end_layout
30743
30744 \end_inset
30745
30746
30747 \begin_inset Formula \begin{eqnarray}
30748 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30749  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30750  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30751 \end{eqnarray}
30752
30753 \end_inset
30754
30755
30756 \begin_inset ERT
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760
30761
30762 \backslash
30763 end{subequations}
30764 \end_layout
30765
30766 \end_inset
30767
30768
30769 \end_layout
30770
30771 \begin_layout Subsection
30772 Numeración definida por el usuario
30773 \begin_inset CommandInset label
30774 LatexCommand label
30775 name "sub:Numeración-personalizada"
30776
30777 \end_inset
30778
30779
30780 \begin_inset Index idx
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784 Numeración de ecuaciones ! personalizada
30785 \end_layout
30786
30787 \end_inset
30788
30789
30790 \end_layout
30791
30792 \begin_layout Standard
30793 Con la numeración estándar el número se coloca entre paréntesis.
30794  Para reemplazar los paréntesis con barras verticales, p.
30795 \begin_inset space \thinspace{}
30796 \end_inset
30797
30798 e., se añade al preámbulo LaTeX la línea: 
30799 \end_layout
30800
30801 \begin_layout Standard
30802
30803 \series bold
30804
30805 \backslash
30806 def
30807 \backslash
30808 tagform@#1{
30809 \backslash
30810 maketag@@@{|#1|}}
30811 \series default
30812
30813 \begin_inset Note Note
30814 status collapsed
30815
30816 \begin_layout Plain Layout
30817 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30818  Para activarlo, quita el % del principio.
30819 \end_layout
30820
30821 \end_inset
30822
30823
30824 \end_layout
30825
30826 \begin_layout Standard
30827 Para usar otros caracteres, se reemplazan las barras al lado de 
30828 \series bold
30829 #1
30830 \series default
30831  por ellos.
30832  Para obtener sólo el número de ecuación se omiten las barras verticales.
30833 \begin_inset VSpace bigskip
30834 \end_inset
30835
30836
30837 \end_layout
30838
30839 \begin_layout Standard
30840 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30841  consecutivo, se usa el comando 
30842 \series bold
30843
30844 \backslash
30845 tag
30846 \begin_inset Index idx
30847 status collapsed
30848
30849 \begin_layout Plain Layout
30850 Comandos ! T ! 
30851 \backslash
30852 tag
30853 \end_layout
30854
30855 \end_inset
30856
30857
30858 \series default
30859 :
30860 \begin_inset Formula \begin{equation}
30861 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30862
30863 \end_inset
30864
30865 En este ejemplo se ha insertado el comando
30866 \series bold
30867  
30868 \backslash
30869 tag
30870 \begin_inset ERT
30871 status collapsed
30872
30873 \begin_layout Plain Layout
30874
30875
30876 \backslash
30877 spce 
30878 \end_layout
30879
30880 \end_inset
30881
30882 algo
30883 \series default
30884  en la ecuación.
30885 \end_layout
30886
30887 \begin_layout Standard
30888 Si se usa en su lugar el comando con asterisco 
30889 \series bold
30890
30891 \backslash
30892 tag*
30893 \begin_inset ERT
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897
30898
30899 \backslash
30900 spce 
30901 \end_layout
30902
30903 \end_inset
30904
30905 algo
30906 \series default
30907  no se imprimen los paréntesis:
30908 \begin_inset Formula \[
30909 A+B=C\tag*{algo}\]
30910
30911 \end_inset
30912
30913
30914 \end_layout
30915
30916 \begin_layout Standard
30917 \begin_inset VSpace bigskip
30918 \end_inset
30919
30920
30921 \end_layout
30922
30923 \begin_layout Standard
30924 Para reiniciar la numeración en nuevas partes o secciones del documento
30925  se usan los siguientes comandos:
30926 \end_layout
30927
30928 \begin_layout Standard
30929
30930 \series bold
30931
30932 \backslash
30933 @addtoreset{equation}{part}
30934 \series default
30935
30936 \begin_inset Index idx
30937 status collapsed
30938
30939 \begin_layout Plain Layout
30940 Comandos ! 
30941 \begin_inset ERT
30942 status collapsed
30943
30944 \begin_layout Plain Layout
30945
30946 "
30947 \end_layout
30948
30949 \end_inset
30950
30951 @
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 \backslash
30964
30965 \begin_inset ERT
30966 status collapsed
30967
30968 \begin_layout Plain Layout
30969
30970 "
30971 \end_layout
30972
30973 \end_inset
30974
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 addtoreset
30987 \end_layout
30988
30989 \end_inset
30990
30991
30992 \begin_inset Newline newline
30993 \end_inset
30994
30995
30996 \series bold
30997
30998 \backslash
30999 @addtoreset{equation}{section}
31000 \end_layout
31001
31002 \begin_layout Standard
31003 Pata poder usar estos comandos en modo TeX, el carácter 
31004 \begin_inset Quotes fld
31005 \end_inset
31006
31007 @
31008 \begin_inset Quotes frd
31009 \end_inset
31010
31011  debe 
31012 \begin_inset Quotes fld
31013 \end_inset
31014
31015 activarse
31016 \begin_inset Quotes frd
31017 \end_inset
31018
31019  para LaTeX con el comando 
31020 \series bold
31021
31022 \backslash
31023 makeatletter
31024 \series default
31025 .
31026  El comando 
31027 \series bold
31028
31029 \backslash
31030 makeatother
31031 \series default
31032  deshace esto.
31033  Así pues, la secuencia de comandos en modo TeX es:
31034 \end_layout
31035
31036 \begin_layout Standard
31037
31038 \series bold
31039
31040 \backslash
31041 makeatletter
31042 \begin_inset Newline newline
31043 \end_inset
31044
31045
31046 \backslash
31047 @addtoreset{equation}{section}
31048 \begin_inset Newline newline
31049 \end_inset
31050
31051
31052 \backslash
31053 makeatother
31054 \end_layout
31055
31056 \begin_layout Standard
31057 En el preámbulo LaTeX se pueden omitir 
31058 \series bold
31059
31060 \backslash
31061 makeatletter
31062 \series default
31063  y 
31064 \series bold
31065
31066 \backslash
31067 makeatother
31068 \series default
31069  pues son automáticamente insertados por LyX.
31070 \end_layout
31071
31072 \begin_layout Standard
31073 Para el comando 
31074 \series bold
31075
31076 \backslash
31077 @addtoreset
31078 \series default
31079 ,
31080 \series bold
31081  
31082 \series default
31083 hay que cargar en el preámbulo LaTeX el archivo 
31084 \series bold
31085 remreset.sty
31086 \series default
31087
31088 \begin_inset Foot
31089 status collapsed
31090
31091 \begin_layout Plain Layout
31092
31093 \series bold
31094 remreset
31095 \series default
31096  es parte del paquete LaTeX 
31097 \series bold
31098 carlisle
31099 \series default
31100
31101 \begin_inset Index idx
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105 Paquetes ! carlisle
31106 \end_layout
31107
31108 \end_inset
31109
31110 , incluido en las instalaciones estándar de LaTeX.
31111 \end_layout
31112
31113 \end_inset
31114
31115
31116 \begin_inset Index idx
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120 Paquetes ! remreset
31121 \end_layout
31122
31123 \end_inset
31124
31125  con la línea
31126 \end_layout
31127
31128 \begin_layout Standard
31129
31130 \series bold
31131
31132 \backslash
31133 usepackage{remreset}
31134 \end_layout
31135
31136 \begin_layout Standard
31137 Entonces se puede usar el comando 
31138 \series bold
31139
31140 \backslash
31141 @removefromreset
31142 \series default
31143
31144 \begin_inset Index idx
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148 Comandos ! 
31149 \begin_inset ERT
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153
31154 "
31155 \end_layout
31156
31157 \end_inset
31158
31159 @
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 \backslash
31172
31173 \begin_inset ERT
31174 status collapsed
31175
31176 \begin_layout Plain Layout
31177
31178 "
31179 \end_layout
31180
31181 \end_inset
31182
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 removefromreset
31195 \end_layout
31196
31197 \end_inset
31198
31199  con el mismo esquema que 
31200 \series bold
31201
31202 \backslash
31203 @addtoreset
31204 \series default
31205 .
31206 \begin_inset VSpace bigskip
31207 \end_inset
31208
31209
31210 \end_layout
31211
31212 \begin_layout Standard
31213 A veces las ecuaciones deberían numerarse de la siguiente manera:
31214 \end_layout
31215
31216 \begin_layout Standard
31217
31218 \family typewriter
31219 (número de sección.número de ecuación)
31220 \end_layout
31221
31222 \begin_layout Standard
31223 El número de ecuación empezaría con 
31224 \begin_inset Quotes fld
31225 \end_inset
31226
31227 1
31228 \begin_inset Quotes frd
31229 \end_inset
31230
31231  en cada sección.
31232 \end_layout
31233
31234 \begin_layout Standard
31235 Para este caso hay el comando 
31236 \series bold
31237
31238 \backslash
31239 numberwithin
31240 \series default
31241
31242 \begin_inset Index idx
31243 status collapsed
31244
31245 \begin_layout Plain Layout
31246 Comandos ! N ! 
31247 \backslash
31248 numberwithin
31249 \end_layout
31250
31251 \end_inset
31252
31253 , que se usa con el esquema:
31254 \end_layout
31255
31256 \begin_layout Standard
31257
31258 \series bold
31259
31260 \backslash
31261 numberwithin{counter}{sectioning}
31262 \end_layout
31263
31264 \begin_layout Standard
31265 \begin_inset Quotes fld
31266 \end_inset
31267
31268 counter
31269 \begin_inset Quotes frd
31270 \end_inset
31271
31272  indica qué clase de numeración es afectada, 
31273 \begin_inset Quotes fld
31274 \end_inset
31275
31276 sectioning
31277 \begin_inset Quotes frd
31278 \end_inset
31279
31280  indica qué número va delante del punto.
31281  
31282 \end_layout
31283
31284 \begin_layout Standard
31285 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
31286  en el preámbulo LaTeX:
31287 \end_layout
31288
31289 \begin_layout Standard
31290
31291 \series bold
31292
31293 \backslash
31294 numberwithin{equation}{section}
31295 \end_layout
31296
31297 \begin_layout Standard
31298 Este es el resultado::
31299 \begin_inset ERT
31300 status collapsed
31301
31302 \begin_layout Plain Layout
31303
31304
31305 \backslash
31306 numberwithin{equation}{section}
31307 \end_layout
31308
31309 \end_inset
31310
31311
31312 \begin_inset Formula \begin{equation}
31313 A+B=C\end{equation}
31314
31315 \end_inset
31316
31317
31318 \end_layout
31319
31320 \begin_layout Standard
31321 Para numerar tablas de modo que, p.
31322 \begin_inset space \thinspace{}
31323 \end_inset
31324
31325 e., 
31326 \begin_inset Quotes fld
31327 \end_inset
31328
31329 sectioning
31330 \begin_inset Quotes frd
31331 \end_inset
31332
31333  sea el número de la parte se usa
31334 \begin_inset Newline newline
31335 \end_inset
31336
31337
31338 \series bold
31339
31340 \backslash
31341 numberwithin{table}{part}
31342 \end_layout
31343
31344 \begin_layout Standard
31345 Para volver a la numeración estándar o evitar esta clase numeración cuando
31346  es definida por la clase de documento, se inserta el siguiente comando
31347  en código TeX o en el preámbulo LaTeX:
31348 \end_layout
31349
31350 \begin_layout Standard
31351
31352 \series bold
31353
31354 \backslash
31355 renewcommand{
31356 \backslash
31357 theequation}{
31358 \backslash
31359 arabic{equation}}
31360 \begin_inset Index idx
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364 Comandos ! A ! 
31365 \backslash
31366 arabic
31367 \end_layout
31368
31369 \end_inset
31370
31371
31372 \series default
31373
31374 \begin_inset ERT
31375 status collapsed
31376
31377 \begin_layout Plain Layout
31378
31379
31380 \backslash
31381 renewcommand{
31382 \backslash
31383 theequation}{
31384 \backslash
31385 arabic{equation}}
31386 \end_layout
31387
31388 \end_inset
31389
31390
31391 \series bold
31392
31393 \begin_inset Newline newline
31394 \end_inset
31395
31396
31397 \series default
31398 o
31399 \series bold
31400
31401 \begin_inset Newline newline
31402 \end_inset
31403
31404
31405 \backslash
31406 renewcommand{
31407 \backslash
31408 thetable}{
31409 \backslash
31410 arabic{table}}
31411 \end_layout
31412
31413 \begin_layout Standard
31414
31415 \series bold
31416
31417 \backslash
31418 numberwithin
31419 \series default
31420  usa internamente el comando 
31421 \series bold
31422
31423 \backslash
31424 @addtoreset
31425 \series default
31426 , descrito arriba, que también debe ser restaurado.
31427 \begin_inset ERT
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431
31432
31433 \backslash
31434 makeatletter
31435 \end_layout
31436
31437 \begin_layout Plain Layout
31438
31439
31440 \backslash
31441 @removefromreset{equation}{section}
31442 \end_layout
31443
31444 \begin_layout Plain Layout
31445
31446
31447 \backslash
31448 makeatother
31449 \end_layout
31450
31451 \end_inset
31452
31453
31454 \end_layout
31455
31456 \begin_layout Subsection
31457 Numeración con números romanos y letras
31458 \begin_inset Index idx
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462 Numeración de ecuaciones ! con números romanos
31463 \end_layout
31464
31465 \end_inset
31466
31467
31468 \begin_inset Index idx
31469 status collapsed
31470
31471 \begin_layout Plain Layout
31472 Numeración de ecuaciones ! con letras
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \end_layout
31479
31480 \begin_layout Standard
31481 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31482  Por ejemplo, para numerar con romanos en minúscula,
31483 \begin_inset Foot
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487 Como en español no se usan romanos en minúscula, el estilo 
31488 \series bold
31489 spanish
31490 \series default
31491  del sistema 
31492 \series bold
31493 babel
31494 \series default
31495  redefine 
31496 \series bold
31497
31498 \backslash
31499 roman
31500 \series default
31501  para que los dé en versalitas.
31502  Véase 
31503 \begin_inset CommandInset citation
31504 LatexCommand cite
31505 key "spanish"
31506
31507 \end_inset
31508
31509  (
31510 \emph on
31511 N.
31512 \begin_inset space \thinspace{}
31513 \end_inset
31514
31515 del t
31516 \emph default
31517 ).
31518 \end_layout
31519
31520 \end_inset
31521
31522  se inserta el comando
31523 \end_layout
31524
31525 \begin_layout Standard
31526
31527 \series bold
31528
31529 \backslash
31530 renewcommand{
31531 \backslash
31532 theequation}{
31533 \backslash
31534 roman{equation}}
31535 \end_layout
31536
31537 \begin_layout Standard
31538 antes de la ecuación en modo TeX.
31539  
31540 \series bold
31541
31542 \backslash
31543 renewcommand
31544 \series default
31545
31546 \begin_inset Index idx
31547 status collapsed
31548
31549 \begin_layout Plain Layout
31550 Comandos ! R ! 
31551 \backslash
31552 renewcommand
31553 \end_layout
31554
31555 \end_inset
31556
31557  redefine el comando predefinido 
31558 \series bold
31559
31560 \backslash
31561 theequation
31562 \series default
31563  como 
31564 \series bold
31565
31566 \backslash
31567 roman{equation}
31568 \series default
31569 .
31570 \begin_inset Foot
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574 El comando 
31575 \series bold
31576
31577 \backslash
31578 renewcommand
31579 \series default
31580  tiene el mismo esquema que el comando 
31581 \series bold
31582
31583 \backslash
31584 newcommand
31585 \series default
31586 , descrito en 
31587 \begin_inset CommandInset ref
31588 LatexCommand ref
31589 reference "sub:El-comando-newcommand"
31590
31591 \end_inset
31592
31593 .
31594 \end_layout
31595
31596 \end_inset
31597
31598  
31599 \series bold
31600 equation
31601 \series default
31602  es el contador de ecuaciones.
31603  Si se usa el comando 
31604 \series bold
31605
31606 \backslash
31607 the
31608 \series default
31609  como prefijo de un contador, el valor del contador sale en números arábigos.
31610  Si una ecuación es numerada, LaTeX pone internamente el comando 
31611 \series bold
31612
31613 \backslash
31614 theequation
31615 \series default
31616  detrás de la ecuación.
31617  
31618 \series bold
31619
31620 \backslash
31621 roman{equation}
31622 \series default
31623
31624 \begin_inset Index idx
31625 status collapsed
31626
31627 \begin_layout Plain Layout
31628 Comandos ! R ! 
31629 \backslash
31630 roman
31631 \end_layout
31632
31633 \end_inset
31634
31635  pone el contador en romanos en minúscula.
31636 \end_layout
31637
31638 \begin_layout Standard
31639 Todas las ecuaciones siguientes a 
31640 \series bold
31641
31642 \backslash
31643 renew
31644 \series default
31645 c
31646 \series bold
31647 ommand
31648 \series default
31649  se numerarán en romanos.
31650  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31651  cambiando 
31652 \series bold
31653
31654 \backslash
31655 roman
31656 \series default
31657  por 
31658 \series bold
31659
31660 \backslash
31661 Roman
31662 \series default
31663
31664 \begin_inset Index idx
31665 status collapsed
31666
31667 \begin_layout Plain Layout
31668 Comandos ! R ! 
31669 \backslash
31670 roman@
31671 \backslash
31672 Roman
31673 \end_layout
31674
31675 \end_inset
31676
31677 .
31678  Para 
31679 \begin_inset Quotes fld
31680 \end_inset
31681
31682 numerar
31683 \begin_inset Quotes frd
31684 \end_inset
31685
31686  con minúsculas latinas hay el comando 
31687 \series bold
31688
31689 \backslash
31690 alph
31691 \series default
31692
31693 \begin_inset Index idx
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697 Comandos ! A ! 
31698 \backslash
31699 alph
31700 \end_layout
31701
31702 \end_inset
31703
31704 , y para mayúsculas el comando 
31705 \series bold
31706
31707 \backslash
31708 Alph
31709 \series default
31710
31711 \begin_inset Index idx
31712 status collapsed
31713
31714 \begin_layout Plain Layout
31715 Comandos ! A ! 
31716 \backslash
31717 alph@
31718 \backslash
31719 Alph
31720 \end_layout
31721
31722 \end_inset
31723
31724 .
31725 \end_layout
31726
31727 \begin_layout Standard
31728 \begin_inset Note Greyedout
31729 status collapsed
31730
31731 \begin_layout Plain Layout
31732
31733 \series bold
31734 Nota:
31735 \series default
31736  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31737 \end_layout
31738
31739 \end_inset
31740
31741
31742 \end_layout
31743
31744 \begin_layout Standard
31745 \begin_inset ERT
31746 status collapsed
31747
31748 \begin_layout Plain Layout
31749
31750
31751 \backslash
31752 renewcommand{
31753 \backslash
31754 theequation}{
31755 \backslash
31756 roman{equation}}
31757 \end_layout
31758
31759 \end_inset
31760
31761
31762 \begin_inset Formula \begin{equation}
31763 A=\textrm{romanos en minúscula}\end{equation}
31764
31765 \end_inset
31766
31767
31768 \begin_inset ERT
31769 status collapsed
31770
31771 \begin_layout Plain Layout
31772
31773
31774 \backslash
31775 renewcommand{
31776 \backslash
31777 theequation}{
31778 \backslash
31779 Roman{equation}}
31780 \end_layout
31781
31782 \end_inset
31783
31784
31785 \begin_inset Formula \begin{equation}
31786 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31787
31788 \end_inset
31789
31790
31791 \begin_inset ERT
31792 status collapsed
31793
31794 \begin_layout Plain Layout
31795
31796
31797 \backslash
31798 renewcommand{
31799 \backslash
31800 theequation}{
31801 \backslash
31802 alph{equation}}
31803 \end_layout
31804
31805 \end_inset
31806
31807
31808 \begin_inset Formula \begin{equation}
31809 C=\textrm{latinas en minúscula}\end{equation}
31810
31811 \end_inset
31812
31813
31814 \begin_inset ERT
31815 status collapsed
31816
31817 \begin_layout Plain Layout
31818
31819
31820 \backslash
31821 renewcommand{
31822 \backslash
31823 theequation}{
31824 \backslash
31825 Alph{equation}}
31826 \end_layout
31827
31828 \end_inset
31829
31830
31831 \begin_inset Formula \begin{equation}
31832 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31833
31834 \end_inset
31835
31836
31837 \end_layout
31838
31839 \begin_layout Standard
31840 Para volver a la numeración por omisión se inserta el comando:
31841 \end_layout
31842
31843 \begin_layout Standard
31844
31845 \series bold
31846
31847 \backslash
31848 renewcommand{
31849 \backslash
31850 theequation}{
31851 \backslash
31852 arabic{equation}}
31853 \begin_inset Index idx
31854 status collapsed
31855
31856 \begin_layout Plain Layout
31857 Comandos ! A ! 
31858 \backslash
31859 arabic
31860 \end_layout
31861
31862 \end_inset
31863
31864
31865 \end_layout
31866
31867 \begin_layout Standard
31868 \begin_inset ERT
31869 status collapsed
31870
31871 \begin_layout Plain Layout
31872
31873
31874 \backslash
31875 renewcommand{
31876 \backslash
31877 theequation}{
31878 \backslash
31879 arabic{equation}}
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \begin_inset Formula \begin{equation}
31886 E=\mbox{arábigos}\end{equation}
31887
31888 \end_inset
31889
31890
31891 \end_layout
31892
31893 \begin_layout Standard
31894 \begin_inset VSpace medskip
31895 \end_inset
31896
31897
31898 \end_layout
31899
31900 \begin_layout Standard
31901 Como ves, las ecuaciones se numeran consecutivamente independientemente
31902  del estilo de numeración.
31903  Cuando la numeración haya de empezar con 
31904 \begin_inset Quotes fld
31905 \end_inset
31906
31907 1
31908 \begin_inset Quotes frd
31909 \end_inset
31910
31911  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31912  Una descripción sobre esto se encuentra en el archivo 
31913 \begin_inset CommandInset href
31914 LatexCommand href
31915 name "Formula-numbering.lyx"
31916 target "run:Formula-numbering.lyx"
31917
31918 \end_inset
31919
31920 .
31921 \end_layout
31922
31923 \begin_layout Section
31924 Símbolos y ecuaciones químicas
31925 \begin_inset CommandInset label
31926 LatexCommand label
31927 name "sub:Símbolos-y-ecuaciones-químicas"
31928
31929 \end_inset
31930
31931
31932 \begin_inset Index idx
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936 Química ! símbolos
31937 \end_layout
31938
31939 \end_inset
31940
31941
31942 \begin_inset Index idx
31943 status collapsed
31944
31945 \begin_layout Plain Layout
31946 Química ! caracteres
31947 \end_layout
31948
31949 \end_inset
31950
31951
31952 \begin_inset Index idx
31953 status collapsed
31954
31955 \begin_layout Plain Layout
31956 Ecuación ! química|see
31957 \begin_inset ERT
31958 status collapsed
31959
31960 \begin_layout Plain Layout
31961
31962 {
31963 \end_layout
31964
31965 \end_inset
31966
31967 Química
31968 \begin_inset ERT
31969 status collapsed
31970
31971 \begin_layout Plain Layout
31972
31973 }
31974 \end_layout
31975
31976 \end_inset
31977
31978
31979 \end_layout
31980
31981 \end_inset
31982
31983
31984 \begin_inset Index idx
31985 status collapsed
31986
31987 \begin_layout Plain Layout
31988 Química ! iones
31989 \end_layout
31990
31991 \end_inset
31992
31993
31994 \begin_inset Index idx
31995 status collapsed
31996
31997 \begin_layout Plain Layout
31998 Iones|see
31999 \begin_inset ERT
32000 status collapsed
32001
32002 \begin_layout Plain Layout
32003
32004 {
32005 \end_layout
32006
32007 \end_inset
32008
32009 Química
32010 \begin_inset ERT
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014
32015 }
32016 \end_layout
32017
32018 \end_inset
32019
32020
32021 \end_layout
32022
32023 \end_inset
32024
32025
32026 \begin_inset Index idx
32027 status collapsed
32028
32029 \begin_layout Plain Layout
32030 Química ! reacción
32031 \end_layout
32032
32033 \end_inset
32034
32035
32036 \end_layout
32037
32038 \begin_layout Standard
32039 Un ejemplo de texto de química:
32040 \end_layout
32041
32042 \begin_layout Quote
32043 El ión 
32044 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32045 \end_inset
32046
32047  reacciona con dos iones 
32048 \begin_inset Formula $\mathrm{Na^{+}}$
32049 \end_inset
32050
32051  para dar sulfato de sodio 
32052 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32053 \end_inset
32054
32055 .
32056  La ecuación química es:
32057 \begin_inset Formula \begin{equation}
32058 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}\end{equation}
32059
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \begin_layout Standard
32066 Esta ecuación química puede componerse directamente en modo ecuación.
32067  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32068  y con el atajo 
32069 \family sans
32070 Alt+C
32071 \begin_inset space ~
32072 \end_inset
32073
32074 R
32075 \family default
32076  se cambia en redonda.
32077 \begin_inset Foot
32078 status collapsed
32079
32080 \begin_layout Plain Layout
32081 véase estilos de fuentes en 
32082 \begin_inset CommandInset ref
32083 LatexCommand ref
32084 reference "sub:Estilos-de-fuentes"
32085
32086 \end_inset
32087
32088 .
32089 \end_layout
32090
32091 \end_inset
32092
32093
32094 \end_layout
32095
32096 \begin_layout Standard
32097 Para escribir ecuaciones químicas es más conveniente usar el comando 
32098 \series bold
32099
32100 \backslash
32101 ce
32102 \series default
32103
32104 \begin_inset Index idx
32105 status collapsed
32106
32107 \begin_layout Plain Layout
32108 Comandos ! C ! 
32109 \backslash
32110 ce
32111 \end_layout
32112
32113 \end_inset
32114
32115 , que está disponible si está instalado el paquete LaTeX 
32116 \series bold
32117 mhchem
32118 \series default
32119
32120 \begin_inset Index idx
32121 status collapsed
32122
32123 \begin_layout Plain Layout
32124 Paquetes ! mhchem
32125 \end_layout
32126
32127 \end_inset
32128
32129 .
32130  Al insertar  
32131 \series bold
32132
32133 \backslash
32134 ce
32135 \series default
32136  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
32137   ecuaciones químicas de una forma intuitiva.
32138 \end_layout
32139
32140 \begin_layout Standard
32141 \align center
32142 \begin_inset Tabular
32143 <lyxtabular version="3" rows="9" columns="2">
32144 <features tabularvalignment="middle">
32145 <column alignment="center" valignment="top" width="0">
32146 <column alignment="center" valignment="top" width="0">
32147 <row>
32148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32149 \begin_inset Text
32150
32151 \begin_layout Plain Layout
32152 Comando
32153 \end_layout
32154
32155 \end_inset
32156 </cell>
32157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32158 \begin_inset Text
32159
32160 \begin_layout Plain Layout
32161 Resultado
32162 \begin_inset Note Note
32163 status collapsed
32164
32165 \begin_layout Plain Layout
32166
32167 \series bold
32168
32169 \backslash
32170 raisebox
32171 \series default
32172  se usa sólo como espaciador
32173 \end_layout
32174
32175 \end_inset
32176
32177
32178 \end_layout
32179
32180 \end_inset
32181 </cell>
32182 </row>
32183 <row>
32184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32185 \begin_inset Text
32186
32187 \begin_layout Plain Layout
32188
32189 \backslash
32190 ce
32191 \begin_inset ERT
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195
32196
32197 \backslash
32198 spce 
32199 \end_layout
32200
32201 \end_inset
32202
32203 H2CO3
32204 \end_layout
32205
32206 \end_inset
32207 </cell>
32208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32209 \begin_inset Text
32210
32211 \begin_layout Plain Layout
32212 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32213 \end_inset
32214
32215
32216 \end_layout
32217
32218 \end_inset
32219 </cell>
32220 </row>
32221 <row>
32222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32223 \begin_inset Text
32224
32225 \begin_layout Plain Layout
32226
32227 \backslash
32228 ce
32229 \begin_inset ERT
32230 status collapsed
32231
32232 \begin_layout Plain Layout
32233
32234
32235 \backslash
32236 spce 
32237 \end_layout
32238
32239 \end_inset
32240
32241 SO4^2-
32242 \end_layout
32243
32244 \end_inset
32245 </cell>
32246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32247 \begin_inset Text
32248
32249 \begin_layout Plain Layout
32250 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32251 \end_inset
32252
32253
32254 \end_layout
32255
32256 \end_inset
32257 </cell>
32258 </row>
32259 <row>
32260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32261 \begin_inset Text
32262
32263 \begin_layout Plain Layout
32264
32265 \backslash
32266 ce
32267 \begin_inset ERT
32268 status collapsed
32269
32270 \begin_layout Plain Layout
32271
32272
32273 \backslash
32274 spce 
32275 \end_layout
32276
32277 \end_inset
32278
32279 (NH4)2S
32280 \end_layout
32281
32282 \end_inset
32283 </cell>
32284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32285 \begin_inset Text
32286
32287 \begin_layout Plain Layout
32288 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32289 \end_inset
32290
32291
32292 \end_layout
32293
32294 \end_inset
32295 </cell>
32296 </row>
32297 <row>
32298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302
32303 \backslash
32304 ce
32305 \begin_inset ERT
32306 status collapsed
32307
32308 \begin_layout Plain Layout
32309
32310
32311 \backslash
32312 spce 
32313 \end_layout
32314
32315 \end_inset
32316
32317 KCr(SO4)2.12H2O
32318 \end_layout
32319
32320 \end_inset
32321 </cell>
32322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32323 \begin_inset Text
32324
32325 \begin_layout Plain Layout
32326 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32327 \end_inset
32328
32329
32330 \end_layout
32331
32332 \end_inset
32333 </cell>
32334 </row>
32335 <row>
32336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32337 \begin_inset Text
32338
32339 \begin_layout Plain Layout
32340
32341 \backslash
32342 ce
32343 \begin_inset ERT
32344 status collapsed
32345
32346 \begin_layout Plain Layout
32347
32348
32349 \backslash
32350 spce 
32351 \end_layout
32352
32353 \end_inset
32354
32355 A-B
32356 \backslash
32357 dbond
32358 \begin_inset ERT
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362
32363
32364 \backslash
32365 spce 
32366 \end_layout
32367
32368 \end_inset
32369
32370 C
32371 \backslash
32372 tbond
32373 \begin_inset ERT
32374 status collapsed
32375
32376 \begin_layout Plain Layout
32377
32378
32379 \backslash
32380 spce 
32381 \end_layout
32382
32383 \end_inset
32384
32385 D
32386 \end_layout
32387
32388 \end_inset
32389 </cell>
32390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32391 \begin_inset Text
32392
32393 \begin_layout Plain Layout
32394 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32395 \end_inset
32396
32397
32398 \end_layout
32399
32400 \end_inset
32401 </cell>
32402 </row>
32403 <row>
32404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32405 \begin_inset Text
32406
32407 \begin_layout Plain Layout
32408
32409 \backslash
32410 ce
32411 \begin_inset ERT
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415
32416
32417 \backslash
32418 spce 
32419 \end_layout
32420
32421 \end_inset
32422
32423 ^227
32424 \begin_inset Formula $\downarrow$
32425 \end_inset
32426
32427 _90
32428 \begin_inset Formula $\to$
32429 \end_inset
32430
32431 Th+
32432 \end_layout
32433
32434 \end_inset
32435 </cell>
32436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32437 \begin_inset Text
32438
32439 \begin_layout Plain Layout
32440 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32441 \end_inset
32442
32443
32444 \end_layout
32445
32446 \end_inset
32447 </cell>
32448 </row>
32449 <row>
32450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32451 \begin_inset Text
32452
32453 \begin_layout Plain Layout
32454
32455 \backslash
32456 ce
32457 \begin_inset ERT
32458 status collapsed
32459
32460 \begin_layout Plain Layout
32461
32462
32463 \backslash
32464 spce 
32465 \end_layout
32466
32467 \end_inset
32468
32469 CO2
32470 \begin_inset ERT
32471 status collapsed
32472
32473 \begin_layout Plain Layout
32474
32475
32476 \backslash
32477 spce 
32478 \end_layout
32479
32480 \end_inset
32481
32482 +
32483 \begin_inset ERT
32484 status collapsed
32485
32486 \begin_layout Plain Layout
32487
32488
32489 \backslash
32490 spce 
32491 \end_layout
32492
32493 \end_inset
32494
32495 C
32496 \begin_inset ERT
32497 status collapsed
32498
32499 \begin_layout Plain Layout
32500
32501
32502 \backslash
32503 spce 
32504 \end_layout
32505
32506 \end_inset
32507
32508 <=>
32509 \begin_inset ERT
32510 status collapsed
32511
32512 \begin_layout Plain Layout
32513
32514
32515 \backslash
32516 spce 
32517 \end_layout
32518
32519 \end_inset
32520
32521 2CO
32522 \end_layout
32523
32524 \end_inset
32525 </cell>
32526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32527 \begin_inset Text
32528
32529 \begin_layout Plain Layout
32530 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32531 \end_inset
32532
32533
32534 \end_layout
32535
32536 \end_inset
32537 </cell>
32538 </row>
32539 <row>
32540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32541 \begin_inset Text
32542
32543 \begin_layout Plain Layout
32544
32545 \backslash
32546 ce
32547 \begin_inset ERT
32548 status collapsed
32549
32550 \begin_layout Plain Layout
32551
32552
32553 \backslash
32554 spce 
32555 \end_layout
32556
32557 \end_inset
32558
32559 CO2
32560 \begin_inset ERT
32561 status collapsed
32562
32563 \begin_layout Plain Layout
32564
32565
32566 \backslash
32567 spce 
32568 \end_layout
32569
32570 \end_inset
32571
32572 +
32573 \begin_inset ERT
32574 status collapsed
32575
32576 \begin_layout Plain Layout
32577
32578
32579 \backslash
32580 spce 
32581 \end_layout
32582
32583 \end_inset
32584
32585 C
32586 \begin_inset ERT
32587 status collapsed
32588
32589 \begin_layout Plain Layout
32590
32591
32592 \backslash
32593 spce 
32594 \end_layout
32595
32596 \end_inset
32597
32598 ->[
32599 \backslash
32600 alpha][
32601 \backslash
32602 beta]
32603 \begin_inset ERT
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607
32608
32609 \backslash
32610 spce 
32611 \end_layout
32612
32613 \end_inset
32614
32615 2CO}
32616 \end_layout
32617
32618 \end_inset
32619 </cell>
32620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32621 \begin_inset Text
32622
32623 \begin_layout Plain Layout
32624 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32625 \end_inset
32626
32627
32628 \end_layout
32629
32630 \end_inset
32631 </cell>
32632 </row>
32633 </lyxtabular>
32634
32635 \end_inset
32636
32637
32638 \end_layout
32639
32640 \begin_layout Standard
32641 \begin_inset Note Greyedout
32642 status open
32643
32644 \begin_layout Plain Layout
32645
32646 \series bold
32647 Nota:
32648 \series default
32649  Insertar una ecuación en un marco  
32650 \series bold
32651
32652 \backslash
32653 ce
32654 \series default
32655  provocará errores de LaTeX.
32656  En estos casos hay que usar código TeX, como en  
32657 \series bold
32658
32659 \backslash
32660 ce{$
32661 \backslash
32662 mu
32663 \backslash
32664 hyphen$Cl}
32665 \series default
32666
32667 \begin_inset ERT
32668 status collapsed
32669
32670 \begin_layout Plain Layout
32671
32672
32673 \backslash
32674 ce{$
32675 \backslash
32676 mu
32677 \backslash
32678 hyphen$Cl}
32679 \end_layout
32680
32681 \end_inset
32682
32683  
32684 \end_layout
32685
32686 \end_inset
32687
32688
32689 \end_layout
32690
32691 \begin_layout Standard
32692 El comando 
32693 \series bold
32694
32695 \backslash
32696 ce
32697 \series default
32698  para la ecuación
32699 \begin_inset space ~
32700 \end_inset
32701
32702
32703 \begin_inset CommandInset ref
32704 LatexCommand eqref
32705 reference "eq:reaccion-quimica"
32706
32707 \end_inset
32708
32709  es
32710 \begin_inset Newline newline
32711 \end_inset
32712
32713
32714 \series bold
32715  
32716 \backslash
32717 ce
32718 \begin_inset ERT
32719 status collapsed
32720
32721 \begin_layout Plain Layout
32722
32723
32724 \backslash
32725 spce 
32726 \end_layout
32727
32728 \end_inset
32729
32730 2Na+
32731 \begin_inset ERT
32732 status collapsed
32733
32734 \begin_layout Plain Layout
32735
32736
32737 \backslash
32738 spce 
32739 \end_layout
32740
32741 \end_inset
32742
32743 +
32744 \begin_inset ERT
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748
32749
32750 \backslash
32751 spce 
32752 \end_layout
32753
32754 \end_inset
32755
32756 SO4^2-
32757 \begin_inset ERT
32758 status collapsed
32759
32760 \begin_layout Plain Layout
32761
32762
32763 \backslash
32764 spce 
32765 \end_layout
32766
32767 \end_inset
32768
32769
32770 \begin_inset ERT
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774
32775
32776 \backslash
32777 spce 
32778 \end_layout
32779
32780 \end_inset
32781
32782 ->
32783 \begin_inset ERT
32784 status collapsed
32785
32786 \begin_layout Plain Layout
32787
32788
32789 \backslash
32790 spce 
32791 \end_layout
32792
32793 \end_inset
32794
32795 Na2SO4
32796 \end_layout
32797
32798 \begin_layout Standard
32799 Para componer ecuaciones químicas multilínea primero se crea una ecuación
32800  multilínea, tal como se describe en la 
32801 \begin_inset CommandInset ref
32802 LatexCommand ref
32803 reference "sec:Ecuaciones-multilínea"
32804
32805 \end_inset
32806
32807 .
32808  Después se utiliza el comando 
32809 \series bold
32810 /ce
32811 \series default
32812  en cada cuadrito azul de la ecuación.
32813  
32814 \begin_inset CommandInset ref
32815 LatexCommand eqref
32816 reference "eq:TEOS-reac-1"
32817
32818 \end_inset
32819
32820  y 
32821 \begin_inset CommandInset ref
32822 LatexCommand eqref
32823 reference "eq:TEOS-reac-2"
32824
32825 \end_inset
32826
32827  son un ejemplo de reacción química multifase en la que cada ecuación tiene
32828  su propio número.
32829 \begin_inset Formula \begin{eqnarray}
32830 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
32831 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
32832 \end{eqnarray}
32833
32834 \end_inset
32835
32836
32837 \end_layout
32838
32839 \begin_layout Standard
32840 Además de 
32841 \series bold
32842
32843 \backslash
32844 ce
32845 \series default
32846  el paquete 
32847 \series bold
32848 mhchem
32849 \series default
32850  suministra el comando 
32851 \series bold
32852
32853 \backslash
32854 cf
32855 \series default
32856
32857 \begin_inset Index idx
32858 status collapsed
32859
32860 \begin_layout Plain Layout
32861 Comandos ! C ! 
32862 \backslash
32863 cf
32864 \end_layout
32865
32866 \end_inset
32867
32868  que ha de utilizarse en casos especiales.
32869  Para más información sobre 
32870 \series bold
32871
32872 \backslash
32873 cf
32874 \series default
32875  y más ejemplos echa un vistazo a la documentación de 
32876 \series bold
32877 mhchem
32878 \series default
32879
32880 \begin_inset CommandInset citation
32881 LatexCommand cite
32882 key "mhchem"
32883
32884 \end_inset
32885
32886 .
32887 \end_layout
32888
32889 \begin_layout Section
32890 Diagramas
32891 \end_layout
32892
32893 \begin_layout Standard
32894 Lyx soporta dos tipos de diagramas conmutativos: 
32895 \series bold
32896 amscd
32897 \series default
32898  y 
32899 \series bold
32900 xymatrix
32901 \series default
32902 , que se explican a continuación.
32903 \end_layout
32904
32905 \begin_layout Subsection
32906 Diagramas amscd
32907 \begin_inset Index idx
32908 status collapsed
32909
32910 \begin_layout Plain Layout
32911 Diagramas ! amscd
32912 \end_layout
32913
32914 \end_inset
32915
32916
32917 \end_layout
32918
32919 \begin_layout Standard
32920 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
32921  verticales y horizontales:
32922 \begin_inset Formula \[
32923 \begin{CD}A@)))B@)))C\\
32924 @AAA@.@VVV\\
32925 F@(((E@(((D
32926 \end{CD}\]
32927
32928 \end_inset
32929
32930 Para obtener el diagrama se inserta en la ecuación el comando 
32931 \series bold
32932
32933 \backslash
32934 CD
32935 \begin_inset Index idx
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939 Comandos ! C ! 
32940 \backslash
32941 CD
32942 \end_layout
32943
32944 \end_inset
32945
32946
32947 \series default
32948 .
32949  Surge un marco azul entre dos líneas de trazos en el que se insertan a
32950  continuación comandos.
32951  Con 
32952 \family sans
32953 Ctrl+Retorno
32954 \family default
32955  se inicia una nueva línea.
32956  En las líneas impares se insertan relaciones horizontales, en las pares
32957  verticales.
32958 \end_layout
32959
32960 \begin_layout Standard
32961 Para componer las relaciones hay los siguientes comandos:
32962 \begin_inset Foot
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966 \begin_inset CommandInset label
32967 LatexCommand label
32968 name "fn:sinónimos"
32969
32970 \end_inset
32971
32972 Los comandos con 
32973 \family sans
32974 '
32975 \series bold
32976 >
32977 \series default
32978 '
32979 \family default
32980  o 
32981 \family sans
32982 '
32983 \series bold
32984 <
32985 \series default
32986 '
32987 \family default
32988  pueden generar errores con el estilo 
32989 \series bold
32990 spanish
32991 \series default
32992  de 
32993 \series bold
32994 babel
32995 \series default
32996 .
32997  Para evitarlo se pueden sustituir por sus sinónimos 
32998 \family sans
32999 '
33000 \series bold
33001 )
33002 \series default
33003 '
33004 \family default
33005  y 
33006 \family sans
33007 '
33008 \series bold
33009 (
33010 \series default
33011 '
33012 \family default
33013  respectivamente.
33014  Véase 
33015 \begin_inset CommandInset citation
33016 LatexCommand cite
33017 key "spanish"
33018
33019 \end_inset
33020
33021 .
33022  (
33023 \emph on
33024 N.
33025 \begin_inset space \thinspace{}
33026 \end_inset
33027
33028 del t.
33029 \emph default
33030 )
33031 \end_layout
33032
33033 \end_inset
33034
33035
33036 \end_layout
33037
33038 \begin_layout Itemize
33039
33040 \series bold
33041 @<<<
33042 \series default
33043  genera una flecha hacia la izquierda, 
33044 \series bold
33045 @>>>
33046 \series default
33047  una hacia la derecha, y 
33048 \series bold
33049 @=
33050 \series default
33051  un signo igual largo
33052 \end_layout
33053
33054 \begin_layout Itemize
33055
33056 \series bold
33057 @AAA
33058 \series default
33059  genera una flecha hacia arriba, 
33060 \series bold
33061 @VVV
33062 \series default
33063  una hacia abajo, y 
33064 \series bold
33065 @|
33066 \series default
33067  un signo igual vertical
33068 \end_layout
33069
33070 \begin_layout Itemize
33071
33072 \series bold
33073 @.
33074
33075 \series default
33076  genera una ubicación vacía para relaciones inexistentes
33077 \end_layout
33078
33079 \begin_layout Standard
33080 Todas las flechas pueden etiquetarse como sigue:
33081 \end_layout
33082
33083 \begin_layout Itemize
33084 Si se inserta texto entre el primero y el segundo 
33085 \series bold
33086 <
33087 \series default
33088  o 
33089 \series bold
33090 >
33091 \series default
33092 , respectivamente, se muestra sobre la flecha.
33093  Si se inserta entre el segundo y el tercero, bajo la flecha.
33094 \end_layout
33095
33096 \begin_layout Itemize
33097 Para flechas verticales, si se inserta texto entre la primera y la segunda
33098  
33099 \series bold
33100 A
33101 \series default
33102  o 
33103 \series bold
33104 V
33105 \series default
33106 , respectivamente, se muestra al lado izquierdo de la flecha.
33107  Si se inserta entre la segunda y la tercera, al lado derecho.
33108  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33109 \end_layout
33110
33111 \begin_layout Standard
33112 Como ejemplo un diagrama con todas las relaciones posibles:
33113 \begin_inset Formula \[
33114 \begin{CD}A@)j))B@))k)C@=F\\
33115 @AmAA@.@VV{V}V@|\\
33116 D@((j\,(E@)k))F@=C
33117 \end{CD}\]
33118
33119 \end_inset
33120
33121 El comando para este diagrama es:
33122 \begin_inset Newline newline
33123 \end_inset
33124
33125
33126 \series bold
33127
33128 \backslash
33129 CD
33130 \begin_inset ERT
33131 status collapsed
33132
33133 \begin_layout Plain Layout
33134
33135
33136 \backslash
33137 spce 
33138 \end_layout
33139
33140 \end_inset
33141
33142 A@>j>>B@>>k>C@=F Ctrl+Retorno
33143 \begin_inset Newline newline
33144 \end_inset
33145
33146
33147 \begin_inset Phantom HPhantom
33148 status open
33149
33150 \begin_layout Plain Layout
33151
33152 \series bold
33153
33154 \backslash
33155 CD
33156 \begin_inset ERT
33157 status collapsed
33158
33159 \begin_layout Plain Layout
33160
33161
33162 \backslash
33163 spce 
33164 \end_layout
33165
33166 \end_inset
33167
33168
33169 \end_layout
33170
33171 \end_inset
33172
33173 @AmAA@.@VV
33174 \backslash
33175 {V
33176 \series default
33177
33178 \begin_inset Formula $\to$
33179 \end_inset
33180
33181
33182 \series bold
33183 V@| Ctrl+Retorno
33184 \begin_inset Newline newline
33185 \end_inset
33186
33187
33188 \begin_inset Phantom HPhantom
33189 status open
33190
33191 \begin_layout Plain Layout
33192
33193 \series bold
33194
33195 \backslash
33196 CD
33197 \begin_inset ERT
33198 status collapsed
33199
33200 \begin_layout Plain Layout
33201
33202
33203 \backslash
33204 spce 
33205 \end_layout
33206
33207 \end_inset
33208
33209
33210 \end_layout
33211
33212 \end_inset
33213
33214 D@<<j<E@>k>>F@=C
33215 \end_layout
33216
33217 \begin_layout Subsection
33218 Diagramas xymatrix
33219 \begin_inset Index idx
33220 status collapsed
33221
33222 \begin_layout Plain Layout
33223 Diagramas ! xymatrix
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \end_layout
33230
33231 \begin_layout Standard
33232 Para usar matrices xy debe estar instalado el paquete LaTeX 
33233 \series bold
33234 xypic
33235 \series default
33236 .
33237  Una matriz xy se crea insertando el comando 
33238 \series bold
33239
33240 \backslash
33241 xymatrix
33242 \series default
33243  en una ecuación.
33244  Después podrás añadir nuevas columnas y filas como en matrices normales,
33245  véase
33246 \begin_inset space ~
33247 \end_inset
33248
33249
33250 \begin_inset CommandInset ref
33251 LatexCommand ref
33252 reference "sec:Matrices"
33253
33254 \end_inset
33255
33256 .
33257 \end_layout
33258
33259 \begin_layout Standard
33260 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33261  y curvadas, y mucho más.
33262  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33263  se explican en el 
33264 \emph on
33265 Manual de XY-pic
33266 \emph default
33267  que se encuentra en el menú 
33268 \family sans
33269 Ayuda\SpecialChar \menuseparator
33270 Manuales
33271 \begin_inset space ~
33272 \end_inset
33273
33274 específicos
33275 \family default
33276 .
33277 \end_layout
33278
33279 \begin_layout Subsection
33280 Diagramas 
33281 \noun on
33282 Feynman
33283 \noun default
33284
33285 \begin_inset Index idx
33286 status collapsed
33287
33288 \begin_layout Plain Layout
33289 Diagramas ! Feynman
33290 \end_layout
33291
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \begin_layout Standard
33298 Para usar diagramas 
33299 \noun on
33300 Feynman
33301 \noun default
33302  estar instalado el paquete LaTeX 
33303 \series bold
33304 feyn
33305 \series default
33306 .
33307  Un diagrama 
33308 \noun on
33309 Feynman
33310 \noun default
33311  se crea insertando el comando 
33312 \series bold
33313
33314 \backslash
33315 Diagram
33316 \series default
33317  en una ecuación.
33318  Después podrás añadir nuevas columnas y filas como en matrices normales,
33319  véase
33320 \begin_inset space ~
33321 \end_inset
33322
33323
33324 \begin_inset CommandInset ref
33325 LatexCommand ref
33326 reference "sec:Matrices"
33327
33328 \end_inset
33329
33330 .
33331 \end_layout
33332
33333 \begin_layout Standard
33334
33335 \lang english
33336 Examples how to create 
33337 \noun on
33338 Feynman-
33339 \noun default
33340 diagrams in LyX is given in the 
33341 \emph on
33342 Feynman-diagram manual
33343 \emph default
33344 \lang spanish
33345  que se encuentra en el menú 
33346 \family sans
33347 Ayuda\SpecialChar \menuseparator
33348 Manuales
33349 \begin_inset space ~
33350 \end_inset
33351
33352 específicos
33353 \family default
33354 .
33355 \end_layout
33356
33357 \begin_layout Section
33358 Comandos definidos por el usuario
33359 \begin_inset Index idx
33360 status collapsed
33361
33362 \begin_layout Plain Layout
33363 Comandos de usuario
33364 \end_layout
33365
33366 \end_inset
33367
33368
33369 \end_layout
33370
33371 \begin_layout Standard
33372 \begin_inset Note Greyedout
33373 status collapsed
33374
33375 \begin_layout Plain Layout
33376
33377 \series bold
33378 Nota:
33379 \series default
33380  Los nombres de los comandos definidos por el usuario y macros solo pueden
33381  contener letras latinas.
33382 \end_layout
33383
33384 \end_inset
33385
33386
33387 \end_layout
33388
33389 \begin_layout Subsection
33390 El comando 
33391 \backslash
33392 newcommand
33393 \begin_inset CommandInset label
33394 LatexCommand label
33395 name "sub:El-comando-newcommand"
33396
33397 \end_inset
33398
33399
33400 \begin_inset Index idx
33401 status collapsed
33402
33403 \begin_layout Plain Layout
33404 Comandos de usuario ! 
33405 \backslash
33406 newcommand
33407 \end_layout
33408
33409 \end_inset
33410
33411
33412 \begin_inset Index idx
33413 status collapsed
33414
33415 \begin_layout Plain Layout
33416 Comandos ! N ! 
33417 \backslash
33418 newcommand
33419 \end_layout
33420
33421 \end_inset
33422
33423
33424 \end_layout
33425
33426 \begin_layout Standard
33427 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33428  Pero es posible definir nuevos comandos más cortos con el comando 
33429 \series bold
33430
33431 \backslash
33432 newcommand
33433 \series default
33434 .
33435  
33436 \end_layout
33437
33438 \begin_layout Standard
33439 El esquema del comando 
33440 \series bold
33441
33442 \backslash
33443 newcommand
33444 \series default
33445  es:
33446 \end_layout
33447
33448 \begin_layout Standard
33449
33450 \series bold
33451
33452 \backslash
33453 newcommand{nombre nuevo de comando}[número de argumentos]
33454 \begin_inset Newline newline
33455 \end_inset
33456
33457
33458 \begin_inset Phantom HPhantom
33459 status open
33460
33461 \begin_layout Plain Layout
33462
33463 \series bold
33464
33465 \backslash
33466 newcommand
33467 \end_layout
33468
33469 \end_inset
33470
33471 [valor opcional]{definición de comando}
33472 \end_layout
33473
33474 \begin_layout Standard
33475 \begin_inset Note Greyedout
33476 status collapsed
33477
33478 \begin_layout Plain Layout
33479
33480 \series bold
33481 Nota:
33482 \series default
33483  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33484  documento o en paquetes LaTeX que uses.
33485  Si p.
33486 \begin_inset space \thinspace{}
33487 \end_inset
33488
33489 e.
33490  defines el comando 
33491 \series bold
33492
33493 \backslash
33494 le
33495 \series default
33496  para 
33497 \series bold
33498
33499 \backslash
33500 Leftarrow,
33501 \series default
33502  se producirán errores porque 
33503 \series bold
33504
33505 \backslash
33506 le
33507 \series default
33508  ya existe como comando para 
33509 \begin_inset Quotes fld
33510 \end_inset
33511
33512
33513 \begin_inset Formula $\le$
33514 \end_inset
33515
33516
33517 \begin_inset Quotes frd
33518 \end_inset
33519
33520 .
33521
33522 \series bold
33523  
33524 \end_layout
33525
33526 \end_inset
33527
33528
33529 \end_layout
33530
33531 \begin_layout Standard
33532 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33533  argumentos debería tener el nuevo comando.
33534  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33535  Cuando se hace esto, el 
33536 \emph on
33537 primer
33538 \emph default
33539  argumento del nuevo comando es automáticamente opcional.
33540 \end_layout
33541
33542 \begin_layout Standard
33543 Veamos unos ejemplos:
33544 \end_layout
33545
33546 \begin_layout Itemize
33547 Para definir el comando 
33548 \series bold
33549
33550 \backslash
33551 gr
33552 \series default
33553  para 
33554 \series bold
33555
33556 \backslash
33557 Longrightarrow
33558 \series default
33559 , la línea de preámbulo LaTeX es:
33560 \begin_inset VSpace medskip
33561 \end_inset
33562
33563
33564 \begin_inset Newline newline
33565 \end_inset
33566
33567
33568 \series bold
33569
33570 \backslash
33571 newcommand{
33572 \backslash
33573 gr}{
33574 \backslash
33575 Longrightarrow}
33576 \end_layout
33577
33578 \begin_layout Itemize
33579 Para definir el comando 
33580 \series bold
33581
33582 \backslash
33583 us
33584 \series default
33585  para 
33586 \series bold
33587
33588 \backslash
33589 underline
33590 \series default
33591 , el argumento (que sería subrayado) debe tenerse en cuenta.
33592  Para esto la línea de preámbulo es:
33593 \begin_inset VSpace medskip
33594 \end_inset
33595
33596
33597 \begin_inset Newline newline
33598 \end_inset
33599
33600
33601 \series bold
33602
33603 \backslash
33604 newcommand{
33605 \backslash
33606 us}[1]{
33607 \backslash
33608 underline{#1}}
33609 \series default
33610
33611 \begin_inset VSpace medskip
33612 \end_inset
33613
33614
33615 \begin_inset Newline newline
33616 \end_inset
33617
33618 El carácter 
33619 \series bold
33620 #
33621 \series default
33622  actúa como colocador del argumento, el 
33623 \series bold
33624 1
33625 \series default
33626  indica que es el colocador para el primer argumento.
33627 \end_layout
33628
33629 \begin_layout Itemize
33630 Para 
33631 \series bold
33632
33633 \backslash
33634 framebox
33635 \series default
33636  se puede p.
33637 \begin_inset space \thinspace{}
33638 \end_inset
33639
33640 e.
33641  definir el comando 
33642 \series bold
33643
33644 \backslash
33645 fb
33646 \series default
33647 :
33648 \begin_inset VSpace medskip
33649 \end_inset
33650
33651
33652 \begin_inset Newline newline
33653 \end_inset
33654
33655
33656 \series bold
33657
33658 \backslash
33659 newcommand{
33660 \backslash
33661 fb}[3]{
33662 \backslash
33663 framebox#1#2{$#3$}}
33664 \series default
33665
33666 \begin_inset VSpace medskip
33667 \end_inset
33668
33669
33670 \begin_inset Newline newline
33671 \end_inset
33672
33673 Los dos signos dólar generan la ecuación extra necesaria para 
33674 \series bold
33675
33676 \backslash
33677 framebox
33678 \series default
33679 , véase 
33680 \begin_inset CommandInset ref
33681 LatexCommand ref
33682 reference "sub:Cuadros-con-marco"
33683
33684 \end_inset
33685
33686 .
33687 \end_layout
33688
33689 \begin_layout Itemize
33690 Para crear un nuevo comando para 
33691 \series bold
33692
33693 \backslash
33694 fcolorbox
33695 \series default
33696  donde no es necesario especificar el color para el cuadro, el argumento
33697  para el color se define opcional:
33698 \begin_inset VSpace medskip
33699 \end_inset
33700
33701
33702 \begin_inset Newline newline
33703 \end_inset
33704
33705
33706 \series bold
33707
33708 \backslash
33709 newcommand{
33710 \backslash
33711 cb}[3][white]{
33712 \backslash
33713 fcolorbox{#2}{#1}{$#3$}}
33714 \series default
33715
33716 \begin_inset VSpace medskip
33717 \end_inset
33718
33719
33720 \begin_inset Newline newline
33721 \end_inset
33722
33723 Si el color no es especificado al usar 
33724 \series bold
33725
33726 \backslash
33727 cb
33728 \series default
33729 , se elige el color 
33730 \series bold
33731 white
33732 \series default
33733  predefinido.
33734 \end_layout
33735
33736 \begin_layout Standard
33737 Un ensayo con los nuevos comandos definidos:
33738 \end_layout
33739
33740 \begin_layout Standard
33741 \noindent
33742 \align center
33743 \begin_inset Tabular
33744 <lyxtabular version="3" rows="6" columns="2">
33745 <features tabularvalignment="middle">
33746 <column alignment="center" valignment="top" width="0">
33747 <column alignment="center" valignment="top" width="0">
33748 <row>
33749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33750 \begin_inset Text
33751
33752 \begin_layout Plain Layout
33753 Comando
33754 \end_layout
33755
33756 \end_inset
33757 </cell>
33758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33759 \begin_inset Text
33760
33761 \begin_layout Plain Layout
33762 Resultado
33763 \begin_inset Note Note
33764 status collapsed
33765
33766 \begin_layout Plain Layout
33767
33768 \series bold
33769
33770 \backslash
33771 raisebox
33772 \series default
33773  se usa sólo como espaciador
33774 \end_layout
33775
33776 \end_inset
33777
33778
33779 \end_layout
33780
33781 \end_inset
33782 </cell>
33783 </row>
33784 <row>
33785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33786 \begin_inset Text
33787
33788 \begin_layout Plain Layout
33789 A
33790 \backslash
33791 gr
33792 \begin_inset ERT
33793 status collapsed
33794
33795 \begin_layout Plain Layout
33796
33797
33798 \backslash
33799 spce 
33800 \end_layout
33801
33802 \end_inset
33803
33804 B
33805 \end_layout
33806
33807 \end_inset
33808 </cell>
33809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33810 \begin_inset Text
33811
33812 \begin_layout Plain Layout
33813 \begin_inset Formula $A\gr B$
33814 \end_inset
33815
33816
33817 \end_layout
33818
33819 \end_inset
33820 </cell>
33821 </row>
33822 <row>
33823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33824 \begin_inset Text
33825
33826 \begin_layout Plain Layout
33827
33828 \backslash
33829 us{ABcd
33830 \end_layout
33831
33832 \end_inset
33833 </cell>
33834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33835 \begin_inset Text
33836
33837 \begin_layout Plain Layout
33838 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33839 \end_inset
33840
33841
33842 \end_layout
33843
33844 \end_inset
33845 </cell>
33846 </row>
33847 <row>
33848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33849 \begin_inset Text
33850
33851 \begin_layout Plain Layout
33852
33853 \backslash
33854 fb{[2cm]
33855 \begin_inset Formula $\to$
33856 \end_inset
33857
33858
33859 \backslash
33860 {
33861 \begin_inset Formula $\to$
33862 \end_inset
33863
33864
33865 \backslash
33866 {
33867 \backslash
33868 int
33869 \begin_inset ERT
33870 status collapsed
33871
33872 \begin_layout Plain Layout
33873
33874
33875 \backslash
33876 spce 
33877 \end_layout
33878
33879 \end_inset
33880
33881 A=B
33882 \end_layout
33883
33884 \end_inset
33885 </cell>
33886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33887 \begin_inset Text
33888
33889 \begin_layout Plain Layout
33890 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33891 \end_inset
33892
33893
33894 \end_layout
33895
33896 \end_inset
33897 </cell>
33898 </row>
33899 <row>
33900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33901 \begin_inset Text
33902
33903 \begin_layout Plain Layout
33904
33905 \backslash
33906 cb{red
33907 \begin_inset Formula $\to$
33908 \end_inset
33909
33910
33911 \backslash
33912 {
33913 \backslash
33914 int
33915 \begin_inset ERT
33916 status collapsed
33917
33918 \begin_layout Plain Layout
33919
33920
33921 \backslash
33922 spce 
33923 \end_layout
33924
33925 \end_inset
33926
33927 A=B
33928 \end_layout
33929
33930 \end_inset
33931 </cell>
33932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33933 \begin_inset Text
33934
33935 \begin_layout Plain Layout
33936 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33937 \end_inset
33938
33939
33940 \end_layout
33941
33942 \end_inset
33943 </cell>
33944 </row>
33945 <row>
33946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33947 \begin_inset Text
33948
33949 \begin_layout Plain Layout
33950
33951 \backslash
33952 cb[green]
33953 \backslash
33954 {red
33955 \begin_inset Formula $\to$
33956 \end_inset
33957
33958
33959 \backslash
33960 {
33961 \backslash
33962 int
33963 \begin_inset ERT
33964 status collapsed
33965
33966 \begin_layout Plain Layout
33967
33968
33969 \backslash
33970 spce 
33971 \end_layout
33972
33973 \end_inset
33974
33975 A=B
33976 \end_layout
33977
33978 \end_inset
33979 </cell>
33980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33981 \begin_inset Text
33982
33983 \begin_layout Plain Layout
33984 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33985 \end_inset
33986
33987
33988 \end_layout
33989
33990 \end_inset
33991 </cell>
33992 </row>
33993 </lyxtabular>
33994
33995 \end_inset
33996
33997
33998 \end_layout
33999
34000 \begin_layout Subsection
34001 Macros de ecuaciones
34002 \begin_inset Index idx
34003 status collapsed
34004
34005 \begin_layout Plain Layout
34006 Comandos de usuario ! Macros de ecuaciones
34007 \end_layout
34008
34009 \end_inset
34010
34011
34012 \begin_inset Index idx
34013 status collapsed
34014
34015 \begin_layout Plain Layout
34016 Macros
34017 \end_layout
34018
34019 \end_inset
34020
34021
34022 \end_layout
34023
34024 \begin_layout Standard
34025 Los comandos definidos por el usuario son especialmente convenientes para
34026  expresiones complejas.
34027  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
34028  el mismo tipo de solución se repite varias veces.
34029  La forma general de una ecuación de segundo grado es:
34030 \begin_inset Formula \[
34031 0=\lambda^{2}+p\lambda+q\]
34032
34033 \end_inset
34034
34035 La forma general de la solución es:
34036 \begin_inset Formula \[
34037 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
34038
34039 \end_inset
34040
34041
34042 \end_layout
34043
34044 \begin_layout Standard
34045 Para definir un comando para la ecuación de la solución, en donde solo hay
34046  que especificar los tres parámetros 
34047 \begin_inset Formula $\lambda$
34048 \end_inset
34049
34050
34051 \begin_inset Formula $p$
34052 \end_inset
34053
34054 , y 
34055 \begin_inset Formula $q$
34056 \end_inset
34057
34058 , y el índice de 
34059 \begin_inset Formula $\lambda$
34060 \end_inset
34061
34062  puede darse opcionalmente, la línea de preámbulo LaTeX es
34063 \begin_inset Newline newline
34064 \end_inset
34065
34066
34067 \series bold
34068
34069 \backslash
34070 newcommand{
34071 \backslash
34072 qG}[4][1,
34073 \backslash
34074 ,2]{#2_{#1}=-
34075 \backslash
34076 frac{#3}{2}
34077 \backslash
34078 pm
34079 \begin_inset Newline newline
34080 \end_inset
34081
34082
34083 \begin_inset Phantom HPhantom
34084 status open
34085
34086 \begin_layout Plain Layout
34087
34088 \series bold
34089
34090 \backslash
34091 newcommand
34092 \end_layout
34093
34094 \end_inset
34095
34096
34097 \backslash
34098 sqrt{
34099 \backslash
34100 frac{#3^{2}}{4}-#4}}
34101 \end_layout
34102
34103 \begin_layout Standard
34104 Para generar la solución se inserta el comando
34105 \begin_inset Newline newline
34106 \end_inset
34107
34108
34109 \series bold
34110
34111 \backslash
34112 qG{
34113 \backslash
34114 lambda
34115 \begin_inset Formula $\to$
34116 \end_inset
34117
34118
34119 \backslash
34120 {p
34121 \begin_inset Formula $\to$
34122 \end_inset
34123
34124
34125 \backslash
34126 {q
34127 \series default
34128  en una ecuación
34129 \series bold
34130 .
34131 \end_layout
34132
34133 \begin_layout Standard
34134 La definición del nuevo comando no es intuitiva porque hay que conocer los
34135  esquemas de todos los comandos LaTeX usados, p.
34136 \begin_inset space \thinspace{}
34137 \end_inset
34138
34139 e., que una fracción se inserta en LaTeX como
34140 \series bold
34141  
34142 \backslash
34143 frac{numerador}{denominador}
34144 \series default
34145 .
34146  Además, uno puede olvidar fácilmente una llave en la definición y no puede
34147  ver en LyX lo que el nuevo comando está haciendo.
34148  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
34149  ecuación en vez del comando
34150 \series bold
34151  
34152 \backslash
34153 newcommand
34154 \series default
34155 .
34156 \end_layout
34157
34158 \begin_layout Standard
34159 Una macro de ecuación se crea con el menú 
34160 \family sans
34161 Insertar\SpecialChar \menuseparator
34162 Ecuación\SpecialChar \menuseparator
34163 Macro
34164 \family default
34165  o con el botón 
34166 \begin_inset Graphics
34167         filename ../../images/math-macro_newmacroname_newcommand.png
34168         scale 85
34169
34170 \end_inset
34171
34172  de la barra de herramientas.
34173  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
34174  como el siguiente donde se define la macro:
34175 \begin_inset Newline newline
34176 \end_inset
34177
34178
34179 \end_layout
34180
34181 \begin_layout Standard
34182 \begin_inset space \hspace*{\fill}
34183 \end_inset
34184
34185
34186 \begin_inset Graphics
34187         filename ../clipart/macrobox.png
34188
34189 \end_inset
34190
34191
34192 \begin_inset space \hspace*{\fill}
34193 \end_inset
34194
34195
34196 \begin_inset Newline newline
34197 \end_inset
34198
34199
34200 \begin_inset FormulaMacro
34201 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34202 \end_inset
34203
34204
34205 \backslash
34206 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
34207  En el primer marco azul se inserta la ecuación buscada.
34208  Con el comando 
34209 \series bold
34210
34211 \backslash
34212 #númerodeargumento
34213 \series default
34214 , , o con el botón 
34215 \begin_inset Graphics
34216         filename ../../images/math-macro-add-param.png
34217         scale 85
34218
34219 \end_inset
34220
34221  de la barra de herramientas de macros se inserta un colocador de argumento,
34222  p.
34223 \begin_inset space \thinspace{}
34224 \end_inset
34225
34226 e
34227 \begin_inset space \space{}
34228 \end_inset
34229
34230
34231 \series bold
34232
34233 \backslash
34234 #1
34235 \series default
34236 .
34237  Los colocadores de argumento se muestran en rojo.
34238  Se pueden poner 9 argumentos como máximo.
34239  Con el botón 
34240 \begin_inset Graphics
34241         filename ../../images/math-macro-add-optional-param.png
34242         scale 85
34243
34244 \end_inset
34245
34246  se crean argumentos opcionales.
34247  El primer argumento no opcional puede transformarse en opcional con el
34248  botón 
34249 \begin_inset Graphics
34250         filename ../../images/math-macro-make-optional.png
34251         scale 85
34252
34253 \end_inset
34254
34255 .
34256  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
34257  Normalmente quieres verlo tal como está definido, así que el recuadro se
34258  deja vacío.
34259  Pero si has creado una macro que necesita mucho espacio en la pantalla,
34260  en dicho recuadro puedes insertar, por ejemplo
34261 \begin_inset Newline newline
34262 \end_inset
34263
34264
34265 \series bold
34266 qG: 
34267 \backslash
34268 #1
34269 \series default
34270  
34271 \series bold
34272 ,
34273 \series default
34274  
34275 \series bold
34276
34277 \backslash
34278 #2
34279 \series default
34280  
34281 \series bold
34282 ,
34283 \series default
34284  
34285 \series bold
34286
34287 \backslash
34288 #3, 
34289 \backslash
34290 #4
34291 \begin_inset Newline newline
34292 \end_inset
34293
34294
34295 \series default
34296 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
34297  en LyX, lo que conlleva una visualización mejor.
34298  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
34299 \begin_inset Newline newline
34300 \end_inset
34301
34302 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
34303  macros individuales situando el cursor en la macro y usando el menú 
34304 \family sans
34305 Ver\SpecialChar \menuseparator
34306 (Des)plegar macro de ecuación.
34307 \end_layout
34308
34309 \begin_layout Standard
34310 Para usar una macro, se inserta el nombre de la misma como comando en una
34311  ecuación, en nuestro caso 
34312 \series bold
34313
34314 \backslash
34315 qG
34316 \series default
34317 .
34318  Nuestra macro se muestra en LyX así:
34319 \begin_inset Newline newline
34320 \end_inset
34321
34322
34323 \begin_inset space \hspace*{\fill}
34324 \end_inset
34325
34326
34327 \begin_inset Graphics
34328         filename ../clipart/macrouse.png
34329
34330 \end_inset
34331
34332
34333 \begin_inset space \hspace*{\fill}
34334 \end_inset
34335
34336
34337 \begin_inset Newline newline
34338 \end_inset
34339
34340 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34341 \begin_inset Formula $x$
34342 \end_inset
34343
34344
34345 \begin_inset Formula $\ln(x)$
34346 \end_inset
34347
34348 , y 
34349 \begin_inset Formula $B$
34350 \end_inset
34351
34352 :
34353 \end_layout
34354
34355 \begin_layout Standard
34356 \begin_inset Formula \[
34357 \qG x{\ln(x)}B\]
34358
34359 \end_inset
34360
34361
34362 \end_layout
34363
34364 \begin_layout Standard
34365 LyX ofrece en el menú 
34366 \family sans
34367 Herramientas
34368 \family default
34369 \SpecialChar \menuseparator
34370
34371 \family sans
34372 Preferencias\SpecialChar \menuseparator
34373 Edición\SpecialChar \menuseparator
34374 Control
34375 \family default
34376  diferentes estilos para editar macros.
34377  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34378  cursor en una macro para ver la diferencia.
34379 \end_layout
34380
34381 \begin_layout Standard
34382 Una macro de ecuación se transforma internamente en un comando 
34383 \series bold
34384
34385 \backslash
34386 newcommand
34387 \series default
34388  cuando se exporta el documento.
34389  El comando creado 
34390 \series bold
34391
34392 \backslash
34393 newcommand
34394 \series default
34395  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
34396  usar en ecuaciones que estén en recuadros de definición de macros en el
34397  documento.
34398  
34399 \end_layout
34400
34401 \begin_layout Standard
34402 Las macros de ecuación también pueden crearse directamente a partir de un
34403  comando
34404 \series bold
34405  
34406 \backslash
34407 newcommand
34408 \series default
34409 .
34410  Por ejemplo, escribiendo el comando
34411 \begin_inset Newline newline
34412 \end_inset
34413
34414
34415 \series bold
34416
34417 \backslash
34418 newcommand{
34419 \backslash
34420 larrow}[2]{
34421 \backslash
34422 xleftarrow[#2]{#1}}
34423 \begin_inset Newline newline
34424 \end_inset
34425
34426
34427 \series default
34428 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34429  el atajo 
34430 \family sans
34431 Ctrl+M
34432 \family default
34433 , el comando se transformará en una macro de ecuación.
34434  Al emplear este método debes tener cuidado en escribir correctamente el
34435  comando 
34436 \series bold
34437
34438 \backslash
34439 newcommand
34440 \series default
34441 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34442  
34443 \end_layout
34444
34445 \begin_layout Standard
34446 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34447  en definiciones de macros se manejan incorrectamente.
34448  Por eso el ejemplo 
34449 \series bold
34450
34451 \backslash
34452 fb
34453 \series default
34454  de 
34455 \begin_inset CommandInset ref
34456 LatexCommand ref
34457 reference "sub:El-comando-newcommand"
34458
34459 \end_inset
34460
34461  no puede crearse como macro.
34462 \end_layout
34463
34464 \begin_layout Standard
34465 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34466  la barra de herramientas de macros:
34467 \end_layout
34468
34469 \begin_layout Standard
34470 \begin_inset VSpace defskip
34471 \end_inset
34472
34473
34474 \end_layout
34475
34476 \begin_layout Standard
34477 \begin_inset Graphics
34478         filename ../clipart/MacroToolbar.png
34479
34480 \end_inset
34481
34482
34483 \begin_inset Index idx
34484 status collapsed
34485
34486 \begin_layout Plain Layout
34487 Macros ! Barra de herramientas
34488 \end_layout
34489
34490 \end_inset
34491
34492
34493 \end_layout
34494
34495 \begin_layout Standard
34496 \begin_inset VSpace defskip
34497 \end_inset
34498
34499
34500 \end_layout
34501
34502 \begin_layout Standard
34503 La barra de herramientas de macros contiene los siguientes botones:
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 \begin_inset Tabular
34515 <lyxtabular version="3" rows="9" columns="2">
34516 <features islongtable="true" longtabularalignment="center">
34517 <column alignment="left" valignment="top" width="0">
34518 <column alignment="left" valignment="top" width="85col%">
34519 <row interlinespace="2.5mm">
34520 <cell alignment="center" valignment="top" usebox="none">
34521 \begin_inset Text
34522
34523 \begin_layout Plain Layout
34524 \begin_inset Graphics
34525         filename ../../images/math-macro-remove-param.png
34526         BoundingBox 0bp 5bp 20bp 25bp
34527         rotateOrigin center
34528
34529 \end_inset
34530
34531
34532 \end_layout
34533
34534 \end_inset
34535 </cell>
34536 <cell alignment="center" valignment="top" usebox="none">
34537 \begin_inset Text
34538
34539 \begin_layout Plain Layout
34540
34541 \family sans
34542 Editar\SpecialChar \menuseparator
34543 Ecuación\SpecialChar \menuseparator
34544 Definición de macro\SpecialChar \menuseparator
34545 Quitar último argumento
34546 \end_layout
34547
34548 \end_inset
34549 </cell>
34550 </row>
34551 <row interlinespace="2.5mm">
34552 <cell alignment="center" valignment="top" usebox="none">
34553 \begin_inset Text
34554
34555 \begin_layout Plain Layout
34556 \begin_inset Graphics
34557         filename ../../images/math-macro-add-param.png
34558         BoundingBox 0bp 5bp 20bp 25bp
34559         rotateOrigin center
34560
34561 \end_inset
34562
34563
34564 \end_layout
34565
34566 \end_inset
34567 </cell>
34568 <cell alignment="center" valignment="top" usebox="none">
34569 \begin_inset Text
34570
34571 \begin_layout Plain Layout
34572
34573 \family sans
34574 Editar\SpecialChar \menuseparator
34575 Ecuación\SpecialChar \menuseparator
34576 Definición de macro\SpecialChar \menuseparator
34577 Añadir argumento
34578 \end_layout
34579
34580 \end_inset
34581 </cell>
34582 </row>
34583 <row interlinespace="2.5mm">
34584 <cell alignment="center" valignment="top" usebox="none">
34585 \begin_inset Text
34586
34587 \begin_layout Plain Layout
34588 \begin_inset Graphics
34589         filename ../../images/math-macro-make-optional.png
34590         BoundingBox 0bp 5bp 20bp 25bp
34591         rotateOrigin center
34592
34593 \end_inset
34594
34595
34596 \end_layout
34597
34598 \end_inset
34599 </cell>
34600 <cell alignment="center" valignment="top" usebox="none">
34601 \begin_inset Text
34602
34603 \begin_layout Plain Layout
34604
34605 \family sans
34606 Editar\SpecialChar \menuseparator
34607 Ecuación\SpecialChar \menuseparator
34608 Definición de macro\SpecialChar \menuseparator
34609 Hacer opcional el primer
34610 \begin_inset Newline newline
34611 \end_inset
34612
34613
34614 \begin_inset Phantom HPhantom
34615 status open
34616
34617 \begin_layout Plain Layout
34618
34619 \family sans
34620 Editar\SpecialChar \menuseparator
34621 Ecuación\SpecialChar \menuseparator
34622 Definición de macro\SpecialChar \menuseparator
34623
34624 \end_layout
34625
34626 \end_inset
34627
34628 argumento no opcional
34629 \end_layout
34630
34631 \end_inset
34632 </cell>
34633 </row>
34634 <row interlinespace="2.5mm">
34635 <cell alignment="center" valignment="top" usebox="none">
34636 \begin_inset Text
34637
34638 \begin_layout Plain Layout
34639 \begin_inset Graphics
34640         filename ../../images/math-macro-make-nonoptional.png
34641         BoundingBox 0bp 5bp 20bp 25bp
34642         rotateOrigin center
34643
34644 \end_inset
34645
34646
34647 \end_layout
34648
34649 \end_inset
34650 </cell>
34651 <cell alignment="center" valignment="top" usebox="none">
34652 \begin_inset Text
34653
34654 \begin_layout Plain Layout
34655
34656 \family sans
34657 Editar\SpecialChar \menuseparator
34658 Ecuación\SpecialChar \menuseparator
34659 Definición de macro\SpecialChar \menuseparator
34660 Hacer no opcional el primer
34661 \begin_inset Newline newline
34662 \end_inset
34663
34664
34665 \begin_inset Phantom HPhantom
34666 status open
34667
34668 \begin_layout Plain Layout
34669
34670 \family sans
34671 Editar\SpecialChar \menuseparator
34672 Ecuación\SpecialChar \menuseparator
34673 Definición de macro\SpecialChar \menuseparator
34674
34675 \end_layout
34676
34677 \end_inset
34678
34679 argumento opcional
34680 \end_layout
34681
34682 \end_inset
34683 </cell>
34684 </row>
34685 <row interlinespace="2.5mm">
34686 <cell alignment="center" valignment="top" usebox="none">
34687 \begin_inset Text
34688
34689 \begin_layout Plain Layout
34690 \begin_inset Graphics
34691         filename ../../images/math-macro-remove-optional-param.png
34692         BoundingBox 0bp 5bp 20bp 25bp
34693         rotateOrigin center
34694
34695 \end_inset
34696
34697
34698 \end_layout
34699
34700 \end_inset
34701 </cell>
34702 <cell alignment="center" valignment="top" usebox="none">
34703 \begin_inset Text
34704
34705 \begin_layout Plain Layout
34706
34707 \family sans
34708 Editar\SpecialChar \menuseparator
34709 Ecuación\SpecialChar \menuseparator
34710 Definición de macro\SpecialChar \menuseparator
34711 Quitar argumento opcional
34712 \end_layout
34713
34714 \end_inset
34715 </cell>
34716 </row>
34717 <row interlinespace="2.5mm">
34718 <cell alignment="center" valignment="top" usebox="none">
34719 \begin_inset Text
34720
34721 \begin_layout Plain Layout
34722 \begin_inset Graphics
34723         filename ../../images/math-macro-add-optional-param.png
34724         BoundingBox 0bp 5bp 20bp 25bp
34725         rotateOrigin center
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \end_inset
34733 </cell>
34734 <cell alignment="center" valignment="top" usebox="none">
34735 \begin_inset Text
34736
34737 \begin_layout Plain Layout
34738
34739 \family sans
34740 Editar\SpecialChar \menuseparator
34741 Ecuación\SpecialChar \menuseparator
34742 Definición de macro\SpecialChar \menuseparator
34743 Insertar argumento opcional
34744 \end_layout
34745
34746 \end_inset
34747 </cell>
34748 </row>
34749 <row interlinespace="2.5mm">
34750 <cell alignment="center" valignment="top" usebox="none">
34751 \begin_inset Text
34752
34753 \begin_layout Plain Layout
34754 \begin_inset Graphics
34755         filename ../../images/math-macro-remove-greedy-param.png
34756         BoundingBox 0bp 5bp 20bp 25bp
34757         rotateOrigin center
34758
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \end_inset
34765 </cell>
34766 <cell alignment="center" valignment="top" usebox="none">
34767 \begin_inset Text
34768
34769 \begin_layout Plain Layout
34770
34771 \family sans
34772 Editar\SpecialChar \menuseparator
34773 Ecuación\SpecialChar \menuseparator
34774 Definición de macro\SpecialChar \menuseparator
34775 Quitar último argumento
34776 \begin_inset Newline newline
34777 \end_inset
34778
34779
34780 \begin_inset Phantom HPhantom
34781 status open
34782
34783 \begin_layout Plain Layout
34784
34785 \family sans
34786 Editar\SpecialChar \menuseparator
34787 Ecuación\SpecialChar \menuseparator
34788 Definición de macro\SpecialChar \menuseparator
34789
34790 \end_layout
34791
34792 \end_inset
34793
34794 yendo hacia la derecha
34795 \end_layout
34796
34797 \end_inset
34798 </cell>
34799 </row>
34800 <row interlinespace="2.5mm">
34801 <cell alignment="center" valignment="top" usebox="none">
34802 \begin_inset Text
34803
34804 \begin_layout Plain Layout
34805 \begin_inset Graphics
34806         filename ../../images/math-macro-append-greedy-param.png
34807         BoundingBox 0bp 5bp 20bp 25bp
34808         rotateOrigin center
34809
34810 \end_inset
34811
34812
34813 \end_layout
34814
34815 \end_inset
34816 </cell>
34817 <cell alignment="center" valignment="top" usebox="none">
34818 \begin_inset Text
34819
34820 \begin_layout Plain Layout
34821
34822 \family sans
34823 Editar\SpecialChar \menuseparator
34824 Ecuación\SpecialChar \menuseparator
34825 Definición de macro\SpecialChar \menuseparator
34826 Añadir argumento comiendo
34827 \begin_inset Newline newline
34828 \end_inset
34829
34830
34831 \begin_inset Phantom HPhantom
34832 status open
34833
34834 \begin_layout Plain Layout
34835
34836 \family sans
34837 Editar\SpecialChar \menuseparator
34838 Ecuación\SpecialChar \menuseparator
34839 Definición de macro\SpecialChar \menuseparator
34840
34841 \end_layout
34842
34843 \end_inset
34844
34845 desde la derecha
34846 \end_layout
34847
34848 \end_inset
34849 </cell>
34850 </row>
34851 <row interlinespace="2.5mm">
34852 <cell alignment="center" valignment="top" usebox="none">
34853 \begin_inset Text
34854
34855 \begin_layout Plain Layout
34856 \begin_inset Graphics
34857         filename ../../images/math-macro-add-greedy-optional-param.png
34858         BoundingBox 0bp 5bp 20bp 25bp
34859         rotateOrigin center
34860
34861 \end_inset
34862
34863
34864 \end_layout
34865
34866 \end_inset
34867 </cell>
34868 <cell alignment="center" valignment="top" usebox="none">
34869 \begin_inset Text
34870
34871 \begin_layout Plain Layout
34872
34873 \family sans
34874 Editar\SpecialChar \menuseparator
34875 Ecuación\SpecialChar \menuseparator
34876 Definición de macro\SpecialChar \menuseparator
34877 Añadir argumento opcional
34878 \begin_inset Newline newline
34879 \end_inset
34880
34881
34882 \begin_inset Phantom HPhantom
34883 status open
34884
34885 \begin_layout Plain Layout
34886
34887 \family sans
34888 Editar\SpecialChar \menuseparator
34889 Ecuación\SpecialChar \menuseparator
34890 Definición de macro\SpecialChar \menuseparator
34891
34892 \end_layout
34893
34894 \end_inset
34895
34896 comiendo desde la derecha
34897 \end_layout
34898
34899 \end_inset
34900 </cell>
34901 </row>
34902 </lyxtabular>
34903
34904 \end_inset
34905
34906
34907 \end_layout
34908
34909 \begin_layout Standard
34910 \noindent
34911 \align center
34912 \begin_inset Newpage newpage
34913 \end_inset
34914
34915
34916 \end_layout
34917
34918 \begin_layout Section
34919 Indicaciones
34920 \begin_inset Index idx
34921 status collapsed
34922
34923 \begin_layout Plain Layout
34924 Indicaciones
34925 \end_layout
34926
34927 \end_inset
34928
34929
34930 \end_layout
34931
34932 \begin_layout Subsection
34933 Números negativos
34934 \begin_inset Index idx
34935 status collapsed
34936
34937 \begin_layout Plain Layout
34938 Numeros@Números ! negativos
34939 \end_layout
34940
34941 \end_inset
34942
34943
34944 \end_layout
34945
34946 \begin_layout Standard
34947 Los números negativos a veces se ven feos en las ecuaciones porque el signo
34948  menos delante del número tiene la misma longitud que el operador signo
34949  menos.
34950  Si se escribe el número negativo en texto normal el signo menos aparece
34951  correctamente.
34952 \end_layout
34953
34954 \begin_layout Standard
34955 Así pues, el problema desaparece si se convierte el signo menos a texto
34956  matemático.
34957 \end_layout
34958
34959 \begin_layout Standard
34960 Un ejemplo para visualizar el problema:
34961 \end_layout
34962
34963 \begin_layout Standard
34964 \noindent
34965 \align center
34966 \begin_inset Tabular
34967 <lyxtabular version="3" rows="3" columns="2">
34968 <features tabularvalignment="middle">
34969 <column alignment="center" valignment="top" width="0">
34970 <column alignment="center" valignment="top" width="0">
34971 <row>
34972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34973 \begin_inset Text
34974
34975 \begin_layout Plain Layout
34976 texto normal:
34977 \end_layout
34978
34979 \end_inset
34980 </cell>
34981 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34982 \begin_inset Text
34983
34984 \begin_layout Plain Layout
34985 x = -2
34986 \end_layout
34987
34988 \end_inset
34989 </cell>
34990 </row>
34991 <row>
34992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34993 \begin_inset Text
34994
34995 \begin_layout Plain Layout
34996 ecuación:
34997 \end_layout
34998
34999 \end_inset
35000 </cell>
35001 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35002 \begin_inset Text
35003
35004 \begin_layout Plain Layout
35005 \begin_inset Formula $x=-2$
35006 \end_inset
35007
35008
35009 \end_layout
35010
35011 \end_inset
35012 </cell>
35013 </row>
35014 <row>
35015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35016 \begin_inset Text
35017
35018 \begin_layout Plain Layout
35019 solución:
35020 \end_layout
35021
35022 \end_inset
35023 </cell>
35024 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35025 \begin_inset Text
35026
35027 \begin_layout Plain Layout
35028 \begin_inset Formula $x=\mbox{-}2$
35029 \end_inset
35030
35031
35032 \end_layout
35033
35034 \end_inset
35035 </cell>
35036 </row>
35037 </lyxtabular>
35038
35039 \end_inset
35040
35041
35042 \end_layout
35043
35044 \begin_layout Subsection
35045 Coma como separador decimal
35046 \begin_inset Index idx
35047 status collapsed
35048
35049 \begin_layout Plain Layout
35050 Coma decimal
35051 \end_layout
35052
35053 \end_inset
35054
35055
35056 \end_layout
35057
35058 \begin_layout Standard
35059 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
35060  de grupos numéricos.
35061  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
35062 \end_layout
35063
35064 \begin_layout Standard
35065 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
35066  
35067 \family sans
35068 Ctrl+M
35069 \family default
35070 ).
35071 \end_layout
35072
35073 \begin_layout Standard
35074 Para usar las comas en todas las fórmulas del documento como separador decimal,
35075  se carga el archivo 
35076 \series bold
35077 icomma.sty
35078 \series default
35079
35080 \begin_inset Foot
35081 status collapsed
35082
35083 \begin_layout Plain Layout
35084
35085 \series bold
35086 icomma
35087 \series default
35088  forma parte del paquete LaTeX 
35089 \series bold
35090 was
35091 \series default
35092
35093 \begin_inset Index idx
35094 status collapsed
35095
35096 \begin_layout Plain Layout
35097 Paquetes ! was
35098 \begin_inset ERT
35099 status collapsed
35100
35101 \begin_layout Plain Layout
35102
35103
35104 \backslash
35105 vspace{4mm}
35106 \end_layout
35107
35108 \end_inset
35109
35110
35111 \end_layout
35112
35113 \end_inset
35114
35115 .
35116 \end_layout
35117
35118 \end_inset
35119
35120
35121 \begin_inset Index idx
35122 status collapsed
35123
35124 \begin_layout Plain Layout
35125 Paquetes ! icomma
35126 \end_layout
35127
35128 \end_inset
35129
35130  en el preámbulo LaTeX con la línea: 
35131 \end_layout
35132
35133 \begin_layout Standard
35134
35135 \series bold
35136
35137 \backslash
35138 usepackage{icomma}
35139 \end_layout
35140
35141 \begin_layout Subsection
35142 Vectores físicos
35143 \begin_inset CommandInset label
35144 LatexCommand label
35145 name "sub:Vectores-físicos"
35146
35147 \end_inset
35148
35149
35150 \begin_inset Index idx
35151 status collapsed
35152
35153 \begin_layout Plain Layout
35154 Vectores físicos
35155 \end_layout
35156
35157 \end_inset
35158
35159
35160 \end_layout
35161
35162 \begin_layout Standard
35163 El paquete LaTeX 
35164 \series bold
35165 braket
35166 \series default
35167
35168 \begin_inset Index idx
35169 status collapsed
35170
35171 \begin_layout Plain Layout
35172 Paquetes ! braket
35173 \end_layout
35174
35175 \end_inset
35176
35177  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
35178 \end_layout
35179
35180 \begin_layout Standard
35181
35182 \series bold
35183
35184 \backslash
35185 usepackage{braket}
35186 \end_layout
35187
35188 \begin_layout Standard
35189 \begin_inset ERT
35190 status collapsed
35191
35192 \begin_layout Plain Layout
35193
35194
35195 \backslash
35196 ifbraket 
35197 \end_layout
35198
35199 \end_inset
35200
35201
35202 \begin_inset Note Note
35203 status open
35204
35205 \begin_layout Plain Layout
35206 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
35207 \series bold
35208 braket
35209 \series default
35210  está instalado.
35211 \end_layout
35212
35213 \end_inset
35214
35215
35216 \end_layout
35217
35218 \begin_layout Standard
35219 Están definidos los siguientes comandos:
35220 \end_layout
35221
35222 \begin_layout Standard
35223 \noindent
35224 \align center
35225 \begin_inset Tabular
35226 <lyxtabular version="3" rows="4" columns="2">
35227 <features tabularvalignment="middle">
35228 <column alignment="center" valignment="top" width="0">
35229 <column alignment="center" valignment="top" width="0">
35230 <row>
35231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35232 \begin_inset Text
35233
35234 \begin_layout Plain Layout
35235 Comando
35236 \end_layout
35237
35238 \end_inset
35239 </cell>
35240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35241 \begin_inset Text
35242
35243 \begin_layout Plain Layout
35244 Resultado
35245 \end_layout
35246
35247 \end_inset
35248 </cell>
35249 </row>
35250 <row>
35251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255
35256 \backslash
35257 Bra{
35258 \backslash
35259 psi
35260 \end_layout
35261
35262 \end_inset
35263 </cell>
35264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35265 \begin_inset Text
35266
35267 \begin_layout Plain Layout
35268 \begin_inset Formula $\Bra{\psi}$
35269 \end_inset
35270
35271
35272 \end_layout
35273
35274 \end_inset
35275 </cell>
35276 </row>
35277 <row>
35278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35279 \begin_inset Text
35280
35281 \begin_layout Plain Layout
35282
35283 \backslash
35284 Ket{
35285 \backslash
35286 psi
35287 \end_layout
35288
35289 \end_inset
35290 </cell>
35291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35292 \begin_inset Text
35293
35294 \begin_layout Plain Layout
35295 \begin_inset Formula $\Ket{\psi}$
35296 \end_inset
35297
35298
35299 \end_layout
35300
35301 \end_inset
35302 </cell>
35303 </row>
35304 <row>
35305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35306 \begin_inset Text
35307
35308 \begin_layout Plain Layout
35309
35310 \backslash
35311 Braket{
35312 \backslash
35313 psi|
35314 \backslash
35315 phi
35316 \end_layout
35317
35318 \end_inset
35319 </cell>
35320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35321 \begin_inset Text
35322
35323 \begin_layout Plain Layout
35324 \begin_inset Formula $\Braket{\psi|\phi}$
35325 \end_inset
35326
35327
35328 \end_layout
35329
35330 \end_inset
35331 </cell>
35332 </row>
35333 </lyxtabular>
35334
35335 \end_inset
35336
35337
35338 \end_layout
35339
35340 \begin_layout Standard
35341 El comando 
35342 \series bold
35343
35344 \backslash
35345 Braket
35346 \series default
35347  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35348  circundantes:
35349 \begin_inset Formula \[
35350 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
35351
35352 \end_inset
35353
35354
35355 \begin_inset ERT
35356 status collapsed
35357
35358 \begin_layout Plain Layout
35359
35360
35361 \backslash
35362 else
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \begin_inset Note Note
35369 status open
35370
35371 \begin_layout Plain Layout
35372 Lo que sigue se verá en la salida si el paquete LaTeX 
35373 \series bold
35374 braket
35375 \series default
35376  no está instalado:
35377 \end_layout
35378
35379 \end_inset
35380
35381
35382 \end_layout
35383
35384 \begin_layout Standard
35385 Debes instalar el paquete LaTeX 
35386 \series bold
35387 braket
35388 \series default
35389  para ver en la salida el resto de esta subsección.
35390 \end_layout
35391
35392 \begin_layout Standard
35393 \begin_inset ERT
35394 status collapsed
35395
35396 \begin_layout Plain Layout
35397
35398
35399 \backslash
35400 fi
35401 \end_layout
35402
35403 \end_inset
35404
35405
35406 \end_layout
35407
35408 \begin_layout Standard
35409 El efecto de 
35410 \series bold
35411
35412 \backslash
35413 Braket
35414 \series default
35415  también se puede conseguir con el comando 
35416 \series bold
35417
35418 \backslash
35419 middle
35420 \series default
35421 , que se describe en 
35422 \begin_inset CommandInset ref
35423 LatexCommand ref
35424 reference "sub:Tamaño-automático-de"
35425
35426 \end_inset
35427
35428 .
35429 \end_layout
35430
35431 \begin_layout Subsection
35432 Fracciones definidas por el usuario
35433 \begin_inset CommandInset label
35434 LatexCommand label
35435 name "sub:Fracciones-personalizadas"
35436
35437 \end_inset
35438
35439
35440 \begin_inset Index idx
35441 status collapsed
35442
35443 \begin_layout Plain Layout
35444 Fracciones ! personalizadas
35445 \end_layout
35446
35447 \end_inset
35448
35449
35450 \end_layout
35451
35452 \begin_layout Standard
35453 Para definir comandos personalizados para fracciones, se usa el comando
35454  
35455 \series bold
35456
35457 \backslash
35458 genfrac
35459 \series default
35460
35461 \begin_inset Index idx
35462 status collapsed
35463
35464 \begin_layout Plain Layout
35465 Comandos ! G ! 
35466 \backslash
35467 genfrac
35468 \end_layout
35469
35470 \end_inset
35471
35472  con el siguiente esquema:
35473 \end_layout
35474
35475 \begin_layout Standard
35476
35477 \series bold
35478
35479 \backslash
35480 genfrac{delimitador izquierdo}{delimitador derecho}
35481 \begin_inset Newline newline
35482 \end_inset
35483
35484
35485 \begin_inset Phantom HPhantom
35486 status open
35487
35488 \begin_layout Plain Layout
35489
35490 \series bold
35491
35492 \backslash
35493 genfrac
35494 \end_layout
35495
35496 \end_inset
35497
35498 {grosor raya de fracción}{estilo}{numerador}{denominador}
35499 \end_layout
35500
35501 \begin_layout Standard
35502 El estilo es un número en el rango 0
35503 \begin_inset space \thinspace{}
35504 \end_inset
35505
35506 -
35507 \begin_inset space \thinspace{}
35508 \end_inset
35509
35510 3.
35511 \end_layout
35512
35513 \begin_layout Standard
35514 \align center
35515 \begin_inset Tabular
35516 <lyxtabular version="3" rows="5" columns="2">
35517 <features tabularvalignment="middle">
35518 <column alignment="center" valignment="top" width="0">
35519 <column alignment="center" valignment="top" width="0">
35520 <row>
35521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35522 \begin_inset Text
35523
35524 \begin_layout Plain Layout
35525 Número
35526 \end_layout
35527
35528 \end_inset
35529 </cell>
35530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35531 \begin_inset Text
35532
35533 \begin_layout Plain Layout
35534 Estilo (tamaño)
35535 \end_layout
35536
35537 \end_inset
35538 </cell>
35539 </row>
35540 <row>
35541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35542 \begin_inset Text
35543
35544 \begin_layout Plain Layout
35545 0
35546 \end_layout
35547
35548 \end_inset
35549 </cell>
35550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35551 \begin_inset Text
35552
35553 \begin_layout Plain Layout
35554 ecuación presentada
35555 \end_layout
35556
35557 \end_inset
35558 </cell>
35559 </row>
35560 <row>
35561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35562 \begin_inset Text
35563
35564 \begin_layout Plain Layout
35565 1
35566 \end_layout
35567
35568 \end_inset
35569 </cell>
35570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35571 \begin_inset Text
35572
35573 \begin_layout Plain Layout
35574 ecuación en línea
35575 \end_layout
35576
35577 \end_inset
35578 </cell>
35579 </row>
35580 <row>
35581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35582 \begin_inset Text
35583
35584 \begin_layout Plain Layout
35585 2
35586 \end_layout
35587
35588 \end_inset
35589 </cell>
35590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35591 \begin_inset Text
35592
35593 \begin_layout Plain Layout
35594 pequeño
35595 \end_layout
35596
35597 \end_inset
35598 </cell>
35599 </row>
35600 <row>
35601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35602 \begin_inset Text
35603
35604 \begin_layout Plain Layout
35605 3
35606 \end_layout
35607
35608 \end_inset
35609 </cell>
35610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35611 \begin_inset Text
35612
35613 \begin_layout Plain Layout
35614 muy pequeño
35615 \end_layout
35616
35617 \end_inset
35618 </cell>
35619 </row>
35620 </lyxtabular>
35621
35622 \end_inset
35623
35624
35625 \end_layout
35626
35627 \begin_layout Standard
35628 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35629  
35630 \series bold
35631
35632 \backslash
35633 frac
35634 \series default
35635 .
35636 \end_layout
35637
35638 \begin_layout Standard
35639 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35640  de 0.4
35641 \begin_inset space \thinspace{}
35642 \end_inset
35643
35644 pt.
35645 \end_layout
35646
35647 \begin_layout Standard
35648 Por ejemplo, los comandos 
35649 \series bold
35650
35651 \backslash
35652 dfrac
35653 \series default
35654  y 
35655 \series bold
35656
35657 \backslash
35658 tbinom
35659 \series default
35660  de la 
35661 \begin_inset CommandInset ref
35662 LatexCommand ref
35663 reference "sub:Fracciones"
35664
35665 \end_inset
35666
35667  se definen con los comandos:
35668 \end_layout
35669
35670 \begin_layout Standard
35671
35672 \series bold
35673
35674 \backslash
35675 newcommand{
35676 \backslash
35677 dfrac}[2]{
35678 \backslash
35679 genfrac{}{}{}{0}{#1}{#2}}
35680 \end_layout
35681
35682 \begin_layout Standard
35683 y
35684 \end_layout
35685
35686 \begin_layout Standard
35687
35688 \series bold
35689
35690 \backslash
35691 newcommand{
35692 \backslash
35693 tbinom}[2]{
35694 \backslash
35695 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35696 \end_layout
35697
35698 \begin_layout Standard
35699 \begin_inset VSpace medskip
35700 \end_inset
35701
35702
35703 \end_layout
35704
35705 \begin_layout Standard
35706 Para definir una fracción en la que el grosor de la raya se pueda definir
35707  como argumento opcional, se inserta la siguiente línea en el preámbulo
35708  LaTeX:
35709 \end_layout
35710
35711 \begin_layout Standard
35712
35713 \series bold
35714
35715 \backslash
35716 newcommand{
35717 \backslash
35718 fracS}[3][]{
35719 \backslash
35720 genfrac{}{}{#1}{}{#2}{#3}}
35721 \end_layout
35722
35723 \begin_layout Standard
35724 Un ensayo:
35725 \begin_inset Formula \begin{align*}
35726 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35727 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35728 \end{align*}
35729
35730 \end_inset
35731
35732 Como se puede ver, la distancia del numerador y el denominador a la raya
35733  de fracción se redondea a unas tres veces el grosor de la raya.
35734 \end_layout
35735
35736 \begin_layout Subsection
35737 Ecuaciones canceladas
35738 \begin_inset Index idx
35739 status collapsed
35740
35741 \begin_layout Plain Layout
35742 Ecuación ! cancelada
35743 \end_layout
35744
35745 \end_inset
35746
35747
35748 \end_layout
35749
35750 \begin_layout Standard
35751 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
35752  
35753 \series bold
35754 cancel
35755 \series default
35756
35757 \begin_inset Index idx
35758 status collapsed
35759
35760 \begin_layout Plain Layout
35761 Paquetes ! cancel
35762 \end_layout
35763
35764 \end_inset
35765
35766  con la línea de preámbulo LaTeX
35767 \end_layout
35768
35769 \begin_layout Standard
35770
35771 \series bold
35772
35773 \backslash
35774 usepackage[samesize]{cancel}
35775 \end_layout
35776
35777 \begin_layout Standard
35778 \begin_inset ERT
35779 status collapsed
35780
35781 \begin_layout Plain Layout
35782
35783
35784 \backslash
35785 ifcancel 
35786 \end_layout
35787
35788 \end_inset
35789
35790
35791 \begin_inset Note Note
35792 status open
35793
35794 \begin_layout Plain Layout
35795 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
35796 \series bold
35797 cancel
35798 \series default
35799  está instalado.
35800 \end_layout
35801
35802 \end_inset
35803
35804
35805 \end_layout
35806
35807 \begin_layout Standard
35808 Hay cuatro formas de cancelar ecuaciones:
35809 \end_layout
35810
35811 \begin_layout Standard
35812 \align center
35813 \begin_inset Tabular
35814 <lyxtabular version="3" rows="5" columns="2">
35815 <features tabularvalignment="middle">
35816 <column alignment="center" valignment="top" width="0">
35817 <column alignment="center" valignment="top" width="0">
35818 <row>
35819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35820 \begin_inset Text
35821
35822 \begin_layout Plain Layout
35823 Comando
35824 \end_layout
35825
35826 \end_inset
35827 </cell>
35828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35829 \begin_inset Text
35830
35831 \begin_layout Plain Layout
35832 Resultado
35833 \begin_inset Note Note
35834 status collapsed
35835
35836 \begin_layout Plain Layout
35837 El
35838 \series bold
35839  
35840 \series default
35841 espacio y 
35842 \series bold
35843
35844 \backslash
35845 raisebox
35846 \series default
35847  se usa sólo como espaciador
35848 \end_layout
35849
35850 \end_inset
35851
35852
35853 \end_layout
35854
35855 \end_inset
35856 </cell>
35857 </row>
35858 <row>
35859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35860 \begin_inset Text
35861
35862 \begin_layout Plain Layout
35863
35864 \backslash
35865 cancel{
35866 \backslash
35867 int
35868 \begin_inset ERT
35869 status collapsed
35870
35871 \begin_layout Plain Layout
35872
35873
35874 \backslash
35875 spce 
35876 \end_layout
35877
35878 \end_inset
35879
35880 A=B
35881 \end_layout
35882
35883 \end_inset
35884 </cell>
35885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35886 \begin_inset Text
35887
35888 \begin_layout Plain Layout
35889 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35890 \end_inset
35891
35892
35893 \end_layout
35894
35895 \end_inset
35896 </cell>
35897 </row>
35898 <row>
35899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35900 \begin_inset Text
35901
35902 \begin_layout Plain Layout
35903
35904 \backslash
35905 bcancel{
35906 \backslash
35907 int
35908 \begin_inset ERT
35909 status collapsed
35910
35911 \begin_layout Plain Layout
35912
35913
35914 \backslash
35915 spce 
35916 \end_layout
35917
35918 \end_inset
35919
35920 A=B
35921 \end_layout
35922
35923 \end_inset
35924 </cell>
35925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35926 \begin_inset Text
35927
35928 \begin_layout Plain Layout
35929 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35930 \end_inset
35931
35932
35933 \end_layout
35934
35935 \end_inset
35936 </cell>
35937 </row>
35938 <row>
35939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35940 \begin_inset Text
35941
35942 \begin_layout Plain Layout
35943
35944 \backslash
35945 xcancel{
35946 \backslash
35947 int
35948 \begin_inset ERT
35949 status collapsed
35950
35951 \begin_layout Plain Layout
35952
35953
35954 \backslash
35955 spce 
35956 \end_layout
35957
35958 \end_inset
35959
35960 A=B
35961 \end_layout
35962
35963 \end_inset
35964 </cell>
35965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35966 \begin_inset Text
35967
35968 \begin_layout Plain Layout
35969 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35970 \end_inset
35971
35972
35973 \end_layout
35974
35975 \end_inset
35976 </cell>
35977 </row>
35978 <row>
35979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35980 \begin_inset Text
35981
35982 \begin_layout Plain Layout
35983
35984 \backslash
35985 cancelto{1
35986 \begin_inset Formula $\to$
35987 \end_inset
35988
35989
35990 \backslash
35991 {
35992 \backslash
35993 int
35994 \begin_inset ERT
35995 status collapsed
35996
35997 \begin_layout Plain Layout
35998
35999
36000 \backslash
36001 spce 
36002 \end_layout
36003
36004 \end_inset
36005
36006 A=B
36007 \end_layout
36008
36009 \end_inset
36010 </cell>
36011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36012 \begin_inset Text
36013
36014 \begin_layout Plain Layout
36015 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36016 \end_inset
36017
36018
36019 \end_layout
36020
36021 \end_inset
36022 </cell>
36023 </row>
36024 </lyxtabular>
36025
36026 \end_inset
36027
36028
36029 \end_layout
36030
36031 \begin_layout Standard
36032
36033 \series bold
36034
36035 \backslash
36036 cancelto
36037 \series default
36038  es especialmente apropiada para visualizar la simplificación de fracciones
36039  en una ecuación:
36040 \begin_inset Formula \[
36041 \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}}}\]
36042
36043 \end_inset
36044
36045
36046 \end_layout
36047
36048 \begin_layout Standard
36049 \begin_inset ERT
36050 status collapsed
36051
36052 \begin_layout Plain Layout
36053
36054
36055 \backslash
36056 else
36057 \end_layout
36058
36059 \end_inset
36060
36061
36062 \begin_inset Note Note
36063 status open
36064
36065 \begin_layout Plain Layout
36066 Lo que sigue se verá en la salida si el paquete LaTeX 
36067 \series bold
36068 cancel
36069 \series default
36070  no está instalado:
36071 \end_layout
36072
36073 \end_inset
36074
36075
36076 \end_layout
36077
36078 \begin_layout Standard
36079 Debes instalar el paquete LaTeX 
36080 \series bold
36081 cancel
36082 \series default
36083  para ver en la salida el resto de esta subsección.
36084 \end_layout
36085
36086 \begin_layout Standard
36087 \begin_inset ERT
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091
36092
36093 \backslash
36094 fi
36095 \end_layout
36096
36097 \end_inset
36098
36099
36100 \end_layout
36101
36102 \begin_layout Subsection
36103 Ecuaciones en encabezados de sección
36104 \begin_inset CommandInset label
36105 LatexCommand label
36106 name "sub:Ecuaciones-en-encabezados"
36107
36108 \end_inset
36109
36110
36111 \begin_inset Index idx
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115 Ecuación ! en encabezados de sección
36116 \end_layout
36117
36118 \end_inset
36119
36120
36121 \end_layout
36122
36123 \begin_layout Standard
36124 Si se quiere poner una ecuación en un encabezado de sección hay que tener
36125  en cuenta lo siguiente:
36126 \end_layout
36127
36128 \begin_layout Standard
36129 \begin_inset Note Greyedout
36130 status open
36131
36132 \begin_layout Plain Layout
36133 Si el soporte para 
36134 \series bold
36135 hyperref
36136 \series default
36137
36138 \begin_inset Index idx
36139 status collapsed
36140
36141 \begin_layout Plain Layout
36142 Paquetes ! hyperref
36143 \end_layout
36144
36145 \end_inset
36146
36147  está activado en la configuración del documento, 
36148 \family sans
36149 Propiedades
36150 \begin_inset space ~
36151 \end_inset
36152
36153
36154 \family default
36155 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
36156  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
36157  texto del marcador, porque se infringen las convenciones PDF.
36158 \end_layout
36159
36160 \end_inset
36161
36162
36163 \end_layout
36164
36165 \begin_layout Standard
36166 Estos problemas se pueden solucionar insertando al final del encabezado
36167  un título breve con el menú 
36168 \family sans
36169 Insertar\SpecialChar \menuseparator
36170 Título
36171 \begin_inset space ~
36172 \end_inset
36173
36174 breve
36175 \family default
36176 .
36177  Los títulos breves se usan como alternativa para encabezados de sección
36178  con más de una línea para mantener el buen aspecto del índice.
36179  En éste sólo aparece el título breve y por tanto también en los marcadores.
36180 \end_layout
36181
36182 \begin_layout Standard
36183 Si hay que poner ecuaciones en el índice y se usa 
36184 \series bold
36185 hyperref
36186 \series default
36187 , se puede insertar el siguiente comando en modo TeX:
36188 \end_layout
36189
36190 \begin_layout Standard
36191
36192 \series bold
36193
36194 \backslash
36195 texorpdfstring{parte}{alternativa}
36196 \begin_inset Index idx
36197 status collapsed
36198
36199 \begin_layout Plain Layout
36200 Comandos ! T ! 
36201 \backslash
36202 texorpdfstring
36203 \end_layout
36204
36205 \end_inset
36206
36207
36208 \end_layout
36209
36210 \begin_layout Standard
36211 parte se refiere a la parte del encabezado que no debería aparecer en el
36212  marcador PDF.
36213  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
36214  La alternativa se usa para el marcador en vez de la parte.
36215 \end_layout
36216
36217 \begin_layout Standard
36218 Aquí hay dos ejemplos de encabezados con ecuación:
36219 \end_layout
36220
36221 \begin_layout Standard
36222 \begin_inset VSpace -3mm
36223 \end_inset
36224
36225
36226 \end_layout
36227
36228 \begin_layout Standard
36229 \begin_inset ERT
36230 status collapsed
36231
36232 \begin_layout Plain Layout
36233
36234
36235 \backslash
36236 boldmath 
36237 \end_layout
36238
36239 \end_inset
36240
36241
36242 \end_layout
36243
36244 \begin_layout Subsubsection
36245 Encabezado sin ecuación en el índice 
36246 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36247 \end_inset
36248
36249
36250 \begin_inset Argument
36251 status collapsed
36252
36253 \begin_layout Plain Layout
36254 Encabezado sin ecuación en el índice
36255 \end_layout
36256
36257 \end_inset
36258
36259
36260 \end_layout
36261
36262 \begin_layout Subsubsection
36263 Encabezado con ecuación en el índice
36264 \begin_inset ERT
36265 status collapsed
36266
36267 \begin_layout Plain Layout
36268
36269
36270 \backslash
36271 texorpdfstring{
36272 \end_layout
36273
36274 \end_inset
36275
36276  
36277 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36278 \end_inset
36279
36280
36281 \begin_inset ERT
36282 status collapsed
36283
36284 \begin_layout Plain Layout
36285
36286 }{}
36287 \end_layout
36288
36289 \end_inset
36290
36291
36292 \end_layout
36293
36294 \begin_layout Standard
36295 \begin_inset ERT
36296 status collapsed
36297
36298 \begin_layout Plain Layout
36299
36300
36301 \backslash
36302 unboldmath 
36303 \end_layout
36304
36305 \end_inset
36306
36307 En el primer encabezado se ha puesto un título breve, en el segundo un 
36308 \series bold
36309
36310 \backslash
36311 texorpdfstring
36312 \series default
36313 .
36314 \end_layout
36315
36316 \begin_layout Standard
36317 Para obtener el mismo formato que en los demás encabezados se han puesto
36318  ambos en un entorno 
36319 \series bold
36320 boldmath
36321 \series default
36322 .
36323 \begin_inset Foot
36324 status collapsed
36325
36326 \begin_layout Plain Layout
36327 véase 
36328 \begin_inset CommandInset ref
36329 LatexCommand ref
36330 reference "sub:Ecuaciones-en-negrita"
36331
36332 \end_inset
36333
36334
36335 \end_layout
36336
36337 \end_inset
36338
36339
36340 \end_layout
36341
36342 \begin_layout Subsection
36343 Ecuaciones en texto multicolumna
36344 \begin_inset Index idx
36345 status collapsed
36346
36347 \begin_layout Plain Layout
36348 Ecuación ! en texto multicolumna
36349 \end_layout
36350
36351 \end_inset
36352
36353
36354 \end_layout
36355
36356 \begin_layout Standard
36357 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36358  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36359  de la página.
36360  Esto se hace usando el paquete LaTeX 
36361 \series bold
36362 multicol
36363 \series default
36364 ,
36365 \begin_inset Foot
36366 status collapsed
36367
36368 \begin_layout Plain Layout
36369
36370 \series bold
36371 multicol
36372 \series default
36373  forma parte de las distribuciones LaTeX estándar.
36374 \end_layout
36375
36376 \end_inset
36377
36378
36379 \begin_inset Index idx
36380 status collapsed
36381
36382 \begin_layout Plain Layout
36383 Paquetes ! multicol
36384 \end_layout
36385
36386 \end_inset
36387
36388  que se carga en el preámbulo LaTeX con la línea
36389 \end_layout
36390
36391 \begin_layout Standard
36392
36393 \series bold
36394
36395 \backslash
36396 usepackage{multicol}
36397 \end_layout
36398
36399 \begin_layout Standard
36400 \begin_inset Note Greyedout
36401 status collapsed
36402
36403 \begin_layout Plain Layout
36404 Ten en cuenta que la opción 
36405 \family sans
36406 Documento
36407 \begin_inset space ~
36408 \end_inset
36409
36410 con
36411 \begin_inset space ~
36412 \end_inset
36413
36414 dos
36415 \begin_inset space ~
36416 \end_inset
36417
36418 caras
36419 \family default
36420 , bajo 
36421 \family sans
36422 Diseño
36423 \begin_inset space ~
36424 \end_inset
36425
36426 de
36427 \begin_inset space ~
36428 \end_inset
36429
36430 página 
36431 \family default
36432 en el menú 
36433 \family sans
36434 Documento\SpecialChar \menuseparator
36435 Configuración
36436 \family default
36437  
36438 \emph on
36439 debe
36440 \emph default
36441  estar desmarcada.
36442 \end_layout
36443
36444 \end_inset
36445
36446
36447 \end_layout
36448
36449 \begin_layout Standard
36450 Antes del texto multicolumna se inserta en modo TeX el comando
36451 \end_layout
36452
36453 \begin_layout Standard
36454
36455 \series bold
36456
36457 \backslash
36458 begin{multicols}{número de columnas}
36459 \end_layout
36460
36461 \begin_layout Standard
36462 El número de columnas está en el rango 2-10.
36463  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36464  TeX el comando
36465 \end_layout
36466
36467 \begin_layout Standard
36468
36469 \series bold
36470
36471 \backslash
36472 end{multicols}
36473 \end_layout
36474
36475 \begin_layout Standard
36476 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36477  Para quitarlo se inserta un espacio vertical de -6
36478 \begin_inset space \thinspace{}
36479 \end_inset
36480
36481 mm antes de la ecuación.
36482  Si se usa el estilo 
36483 \series bold
36484 Sangrado
36485 \series default
36486 ,
36487 \begin_inset Foot
36488 status collapsed
36489
36490 \begin_layout Plain Layout
36491 véase estilos de ecuación en 
36492 \begin_inset CommandInset ref
36493 LatexCommand ref
36494 reference "sec:Estilos-de-ecuación"
36495
36496 \end_inset
36497
36498
36499 \end_layout
36500
36501 \end_inset
36502
36503  se inserta un espacio de -9
36504 \begin_inset space \thinspace{}
36505 \end_inset
36506
36507 mm.
36508 \end_layout
36509
36510 \begin_layout Standard
36511 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36512 \end_layout
36513
36514 \begin_layout Standard
36515
36516 \lang german
36517 \begin_inset ERT
36518 status collapsed
36519
36520 \begin_layout Plain Layout
36521
36522
36523 \backslash
36524 begin{multicols}{2}
36525 \end_layout
36526
36527 \end_inset
36528
36529 Das Spektrum wird fouriertransformiert.
36530  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36531 , Lösungsmittel) zu trennen.
36532  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36533  nun das Aussehen des Ausgangssignals.
36534  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36535  über alle Phasen integrieren muss.
36536  Sei nun 
36537 \begin_inset Formula $S$
36538 \end_inset
36539
36540  unser normiertes Ausgangssignal und 
36541 \begin_inset Formula $P$
36542 \end_inset
36543
36544  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36545 \begin_inset ERT
36546 status collapsed
36547
36548 \begin_layout Plain Layout
36549
36550
36551 \backslash
36552 end{multicols}
36553 \end_layout
36554
36555 \end_inset
36556
36557
36558 \begin_inset VSpace -6mm
36559 \end_inset
36560
36561
36562 \begin_inset Formula \begin{equation}
36563 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
36564
36565 \end_inset
36566
36567
36568 \begin_inset ERT
36569 status collapsed
36570
36571 \begin_layout Plain Layout
36572
36573
36574 \backslash
36575 begin{multicols}{2}
36576 \end_layout
36577
36578 \end_inset
36579
36580 wobei 
36581 \begin_inset Formula $S_{0}$
36582 \end_inset
36583
36584  das Signal ohne Gradient ist und die Normierungsbedingung 
36585 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36586 \end_inset
36587
36588  gilt.
36589  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36590  Direkt nach dem 
36591 \begin_inset Formula $\nicefrac{\pi}{2}$
36592 \end_inset
36593
36594
36595 \begin_inset space \thinspace{}
36596 \end_inset
36597
36598 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36599  das Signal zusätzlich abschwächt.
36600  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36601  
36602 \begin_inset Formula $T_{2}$
36603 \end_inset
36604
36605 -Zeit.
36606 \end_layout
36607
36608 \begin_layout Standard
36609
36610 \lang german
36611 \begin_inset ERT
36612 status collapsed
36613
36614 \begin_layout Plain Layout
36615
36616
36617 \backslash
36618 end{multicols}
36619 \end_layout
36620
36621 \end_inset
36622
36623
36624 \end_layout
36625
36626 \begin_layout Subsection
36627 Ecuaciones con descripción de variables
36628 \begin_inset Index idx
36629 status collapsed
36630
36631 \begin_layout Plain Layout
36632 Ecuación ! con descripción de variables
36633 \end_layout
36634
36635 \end_inset
36636
36637
36638 \end_layout
36639
36640 \begin_layout Standard
36641 Para describir variables en una ecuación, como en la fórmula 
36642 \begin_inset CommandInset ref
36643 LatexCommand eqref
36644 reference "eq:within"
36645
36646 \end_inset
36647
36648 , se inserta una matriz 2×
36649 \begin_inset Formula $n$
36650 \end_inset
36651
36652  con columnas alineadas a la izquierda para las 
36653 \emph on
36654
36655 \begin_inset Formula $n$
36656 \end_inset
36657
36658
36659 \emph default
36660  variables usadas.
36661 \begin_inset Foot
36662 status collapsed
36663
36664 \begin_layout Plain Layout
36665 véase matrices en 
36666 \begin_inset CommandInset ref
36667 LatexCommand ref
36668 reference "sec:Matrices"
36669
36670 \end_inset
36671
36672
36673 \end_layout
36674
36675 \end_inset
36676
36677  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
36678  
36679 \series bold
36680
36681 \backslash
36682 footnotesize
36683 \series default
36684  antes de la matriz.
36685 \begin_inset Foot
36686 status collapsed
36687
36688 \begin_layout Plain Layout
36689 véase tamaños de fuentes en 
36690 \begin_inset CommandInset ref
36691 LatexCommand ref
36692 reference "sub:Tamaños-de-fuentes"
36693
36694 \end_inset
36695
36696 .
36697 \end_layout
36698
36699 \end_inset
36700
36701
36702 \end_layout
36703
36704 \begin_layout Standard
36705 Si se usa el estilo 
36706 \series bold
36707 Sangrado
36708 \series default
36709 ,
36710 \begin_inset Foot
36711 status collapsed
36712
36713 \begin_layout Plain Layout
36714 véase estilos de ecuación en 
36715 \begin_inset CommandInset ref
36716 LatexCommand ref
36717 reference "sec:Estilos-de-ecuación"
36718
36719 \end_inset
36720
36721
36722 \end_layout
36723
36724 \end_inset
36725
36726  se inserta un 
36727 \series bold
36728
36729 \backslash
36730 hfill
36731 \series default
36732
36733 \begin_inset Foot
36734 status collapsed
36735
36736 \begin_layout Plain Layout
36737
36738 \series bold
36739
36740 \backslash
36741 hfill
36742 \series default
36743  sólo funciona en ecuaciones en estilo 
36744 \series bold
36745 Sangrado
36746 \series default
36747 , véase 
36748 \begin_inset CommandInset ref
36749 LatexCommand ref
36750 reference "sub:Espacio-variable"
36751
36752 \end_inset
36753
36754
36755 \end_layout
36756
36757 \end_inset
36758
36759  delante y detrás de la matriz para que tenga la misma separación con la
36760  ecuación y con el margen.
36761 \end_layout
36762
36763 \begin_layout Standard
36764 Si se usa el estilo 
36765 \series bold
36766 Centrado
36767 \series default
36768  se emplea el método descrito en la 
36769 \begin_inset CommandInset ref
36770 LatexCommand ref
36771 reference "sub:Entorno-flalign"
36772
36773 \end_inset
36774
36775  para sangrar la ecuación.
36776  La ecuación 
36777 \begin_inset CommandInset ref
36778 LatexCommand eqref
36779 reference "eq:within"
36780
36781 \end_inset
36782
36783  consta de cinco columnas ya que las dos primeras contienen la fórmula,
36784  la tercera la matriz y la última una llave TeX vacía.
36785 \begin_inset Formula \begin{flalign}
36786 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
36787 \rho & \mbox{densidad}\\
36788 V & \mbox{volumen}\\
36789 g & \mbox{aceleración gravitatoria}
36790 \end{array} &  & {}\label{eq:within}\end{flalign}
36791
36792 \end_inset
36793
36794
36795 \end_layout
36796
36797 \begin_layout Subsection
36798 Letras griegas minúsculas en redonda
36799 \begin_inset CommandInset label
36800 LatexCommand label
36801 name "sub:Griegas-en-redonda"
36802
36803 \end_inset
36804
36805
36806 \begin_inset Index idx
36807 status collapsed
36808
36809 \begin_layout Plain Layout
36810 Letras griegas ! en redonda
36811 \end_layout
36812
36813 \end_inset
36814
36815
36816 \end_layout
36817
36818 \begin_layout Standard
36819 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
36820  cursiva.
36821  Pero para símbolos de partículas elementales como piones y neutrinos hacen
36822  falta letras griegas en redonda.
36823  El archivo 
36824 \series bold
36825 upgreek.sty
36826 \series default
36827
36828 \begin_inset Foot
36829 status collapsed
36830
36831 \begin_layout Plain Layout
36832
36833 \series bold
36834 upgreek
36835 \series default
36836  forma parte del paquete LaTeX 
36837 \series bold
36838 was
36839 \series default
36840
36841 \begin_inset Index idx
36842 status collapsed
36843
36844 \begin_layout Plain Layout
36845 Paquetes ! was
36846 \begin_inset ERT
36847 status collapsed
36848
36849 \begin_layout Plain Layout
36850
36851
36852 \backslash
36853 vspace{4mm}
36854 \end_layout
36855
36856 \end_inset
36857
36858
36859 \end_layout
36860
36861 \end_inset
36862
36863 .
36864 \end_layout
36865
36866 \end_inset
36867
36868
36869 \begin_inset Index idx
36870 status collapsed
36871
36872 \begin_layout Plain Layout
36873 Paquetes ! upgreek
36874 \end_layout
36875
36876 \end_inset
36877
36878 , que se carga en el preámbulo LaTeX con la línea
36879 \end_layout
36880
36881 \begin_layout Standard
36882
36883 \series bold
36884
36885 \backslash
36886 usepackage{upgreek}
36887 \end_layout
36888
36889 \begin_layout Standard
36890 las suministra.
36891  
36892 \begin_inset ERT
36893 status collapsed
36894
36895 \begin_layout Plain Layout
36896
36897
36898 \backslash
36899 ifupgreek 
36900 \end_layout
36901
36902 \end_inset
36903
36904
36905 \begin_inset Note Note
36906 status open
36907
36908 \begin_layout Plain Layout
36909 Lo siguinente sólo se podrá ver si está instalado el paquete LaTeX 
36910 \series bold
36911 upgreek
36912 \series default
36913 :
36914 \end_layout
36915
36916 \end_inset
36917
36918  Se imprimen con el comando de la letra correspondiente precedido de 
36919 \series bold
36920 up
36921 \series default
36922 .
36923  Por ejemplo, el comando 
36924 \series bold
36925
36926 \backslash
36927 uptau
36928 \series default
36929  genera: 
36930 \begin_inset Formula $\uptau$
36931 \end_inset
36932
36933
36934 \end_layout
36935
36936 \begin_layout Standard
36937 Con estos comandos se pueden escribir reacciones entre partículas elementales:
36938 \begin_inset Formula \[
36939 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
36940
36941 \end_inset
36942
36943
36944 \end_layout
36945
36946 \begin_layout Standard
36947 Las letras en redonda son más remarcadas y más grandes que las correspondientes
36948  en cursiva.
36949  Por tanto no deberían emplearse para unidades como 
36950 \begin_inset Quotes fld
36951 \end_inset
36952
36953 µm
36954 \begin_inset Quotes frd
36955 \end_inset
36956
36957 .
36958 \end_layout
36959
36960 \begin_layout Standard
36961 \begin_inset ERT
36962 status collapsed
36963
36964 \begin_layout Plain Layout
36965
36966
36967 \backslash
36968 else 
36969 \end_layout
36970
36971 \end_inset
36972
36973
36974 \begin_inset Note Note
36975 status open
36976
36977 \begin_layout Plain Layout
36978 Lo siguiente se mostrará si el paquete LaTeX 
36979 \series bold
36980 upgreek
36981 \series default
36982  no está instalado:
36983 \end_layout
36984
36985 \end_inset
36986
36987
36988 \end_layout
36989
36990 \begin_layout Standard
36991 Debes instalar el paquete LaTeX 
36992 \series bold
36993 upgreek
36994 \series default
36995  para ver en la salida el resto de esta subsección.
36996  
36997 \end_layout
36998
36999 \begin_layout Standard
37000 \begin_inset ERT
37001 status collapsed
37002
37003 \begin_layout Plain Layout
37004
37005
37006 \backslash
37007 fi
37008 \end_layout
37009
37010 \end_inset
37011
37012
37013 \end_layout
37014
37015 \begin_layout Subsection
37016 Caracteres de texto en ecuaciones
37017 \begin_inset CommandInset label
37018 LatexCommand label
37019 name "sub:Caracteres-de-texto"
37020
37021 \end_inset
37022
37023
37024 \begin_inset Index idx
37025 status collapsed
37026
37027 \begin_layout Plain Layout
37028 Texto ! en ecuaciones
37029 \end_layout
37030
37031 \end_inset
37032
37033
37034 \end_layout
37035
37036 \begin_layout Standard
37037 En algunos casos podrías querer insertar caracteres de texto directamente
37038  en ecuaciones.
37039  Por ejemplo, cuando se usa con frecuencia el punto centrado 
37040 \begin_inset Formula $\cdot$
37041 \end_inset
37042
37043  en expresiones como 
37044 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
37045 \end_inset
37046
37047 , habría que insertar el comando 
37048 \series bold
37049
37050 \backslash
37051 cdot
37052 \series default
37053
37054 \begin_inset Foot
37055 status collapsed
37056
37057 \begin_layout Plain Layout
37058 véase 
37059 \begin_inset CommandInset ref
37060 LatexCommand ref
37061 reference "sub:Operadores-binarios"
37062
37063 \end_inset
37064
37065
37066 \end_layout
37067
37068 \end_inset
37069
37070  continuamente, porque este carácter está definido en todas las codificaciones
37071  como carácter de texto.
37072  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
37073 \end_layout
37074
37075 \begin_layout Standard
37076
37077 \series bold
37078
37079 \backslash
37080 Declare Inputtext{183}{
37081 \backslash
37082 ifmmode
37083 \backslash
37084 cdot
37085 \backslash
37086 else
37087 \backslash
37088 textperiodcentered
37089 \backslash
37090 f\SpecialChar \textcompwordmark{}
37091 i}
37092 \end_layout
37093
37094 \begin_layout Standard
37095 La codificación de caracteres (menú 
37096 \family sans
37097 Documento\SpecialChar \menuseparator
37098 Configuración\SpecialChar \menuseparator
37099 Idioma
37100 \family default
37101 ) especifica el carácter que se muestra al pulsar una tecla.
37102  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
37103  
37104 \series bold
37105
37106 \backslash
37107 textperiodcentered
37108 \series default
37109 .
37110  Pero este comando no está disponible en ecuaciones así que obtendrías errores
37111  de LaTeX.
37112  Con la codificación cambiada se escoge automáticamente el comando correcto,
37113  dependiendo de si el carácter se ha insertado en una ecuación o no.
37114 \end_layout
37115
37116 \begin_layout Standard
37117 La codificación de diversos caracteres se guarda en archivos de definición.
37118  Por ejemplo la codificación 
37119 \series bold
37120 latin9
37121 \series default
37122  se define en el archivo 
37123 \series bold
37124 latin9.def
37125 \series default
37126  que está en el directorio de LaTeX.
37127  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
37128  archivo de definición, de lo contrario nuestros documentos no podrían ser
37129  editados en otros ordenadores.
37130 \begin_inset VSpace medskip
37131 \end_inset
37132
37133
37134 \end_layout
37135
37136 \begin_layout Standard
37137 Además del punto centrado, en este documento se ha definido el símbolo grado
37138  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
37139  directamente en una fórmula:
37140 \end_layout
37141
37142 \begin_layout Standard
37143
37144 \series bold
37145
37146 \backslash
37147 DeclareInputtext{176}{
37148 \backslash
37149 ifmmode^
37150 \backslash
37151 circ
37152 \backslash
37153 else
37154 \backslash
37155 textdegree
37156 \backslash
37157 f\SpecialChar \textcompwordmark{}
37158 i}
37159 \begin_inset Newpage newpage
37160 \end_inset
37161
37162
37163 \end_layout
37164
37165 \begin_layout Section
37166 \start_of_appendix
37167 Notas sobre tipografía
37168 \begin_inset Index idx
37169 status collapsed
37170
37171 \begin_layout Plain Layout
37172 Tipografía, notas
37173 \end_layout
37174
37175 \end_inset
37176
37177
37178 \end_layout
37179
37180 \begin_layout Standard
37181 Esta sección es un resumen de las normas tipográficas ISO más importantes.
37182 \begin_inset Foot
37183 status collapsed
37184
37185 \begin_layout Plain Layout
37186 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
37187  
37188 \begin_inset Quotes fld
37189 \end_inset
37190
37191 Duden
37192 \begin_inset Quotes frd
37193 \end_inset
37194
37195  
37196 \begin_inset CommandInset citation
37197 LatexCommand cite
37198 key "Duden"
37199
37200 \end_inset
37201
37202 , que incluye algunas de las normas ISO.
37203  
37204 \begin_inset Newline newline
37205 \end_inset
37206
37207 (
37208 \emph on
37209 N.
37210 \begin_inset space \thinspace{}
37211 \end_inset
37212
37213 del t.
37214 \emph default
37215 : Para documentación en español sobre el tema, véase 
37216 \begin_inset CommandInset citation
37217 LatexCommand cite
37218 key "Bezos"
37219
37220 \end_inset
37221
37222 .)
37223 \end_layout
37224
37225 \end_inset
37226
37227
37228 \end_layout
37229
37230 \begin_layout Itemize
37231 Las unidades físicas se escriben 
37232 \emph on
37233 siempre 
37234 \emph default
37235 en redonda
37236 \begin_inset Foot
37237 status collapsed
37238
37239 \begin_layout Plain Layout
37240 véase estilos de fuentes en 
37241 \begin_inset CommandInset ref
37242 LatexCommand ref
37243 reference "sub:Estilos-de-fuentes"
37244
37245 \end_inset
37246
37247
37248 \end_layout
37249
37250 \end_inset
37251
37252 , aunque aparezcan en un texto en cursiva: 30
37253 \begin_inset space \thinspace{}
37254 \end_inset
37255
37256 km/h
37257 \begin_inset Newline newline
37258 \end_inset
37259
37260 Entre el valor y la unidad hay un espacio delgado, véase 
37261 \begin_inset CommandInset ref
37262 LatexCommand ref
37263 reference "sub:Espacio-predefinido"
37264
37265 \end_inset
37266
37267 .
37268 \begin_inset Newline newline
37269 \end_inset
37270
37271 Esta norma la cumple automáticamente el comando 
37272 \series bold
37273
37274 \backslash
37275 unittwo
37276 \series default
37277 .
37278  Si se introduce en una fórmula aparecen dos cuadros.
37279  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37280  como antes, 
37281 \begin_inset Formula $\unit[30]{km/h}$
37282 \end_inset
37283
37284
37285 \begin_inset space \thinspace{}
37286 \end_inset
37287
37288 .
37289  Ten en cuenta que 
37290 \series bold
37291
37292 \backslash
37293 unittwo
37294 \series default
37295  no es un auténtico comando LaTeX, sino el comando 
37296 \series bold
37297
37298 \backslash
37299 unit[value]{unit}
37300 \series default
37301 , por tanto no lo puedes usar en código TeX.
37302 \end_layout
37303
37304 \begin_layout Itemize
37305 Los signos por ciento y por mil se escriben como las unidades físicas:
37306 \begin_inset Newline newline
37307 \end_inset
37308
37309 1,2
37310 \begin_inset space \thinspace{}
37311 \end_inset
37312
37313 ‰ de alcohol en sangre.
37314 \end_layout
37315
37316 \begin_layout Itemize
37317 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37318  otra unidad: 15
37319 \begin_inset space \thinspace{}
37320 \end_inset
37321
37322 °C
37323 \end_layout
37324
37325 \begin_layout Itemize
37326 En números con más de cuatro dígitos se inserta un espacio delgado para
37327  separarlos en grupos de tres cifras: 18
37328 \begin_inset space \thinspace{}
37329 \end_inset
37330
37331 473
37332 \begin_inset space \thinspace{}
37333 \end_inset
37334
37335 588
37336 \end_layout
37337
37338 \begin_layout Itemize
37339 Para dimensiones como 120×90×40
37340 \begin_inset space \thinspace{}
37341 \end_inset
37342
37343 cm se usa el aspa de multiplicar 
37344 \begin_inset Quotes fld
37345 \end_inset
37346
37347 ×
37348 \begin_inset Quotes frd
37349 \end_inset
37350
37351 .
37352  Está disponible en el menú 
37353 \family sans
37354 Insertar\SpecialChar \menuseparator
37355 Carácter especial
37356 \family default
37357 \SpecialChar \menuseparator
37358
37359 \family sans
37360 Símbolos
37361 \family default
37362  o bien mediante el comando 
37363 \series bold
37364
37365 \backslash
37366 times
37367 \series default
37368 .
37369  Se puede insertar directamente con cierta combinación de teclas.
37370 \end_layout
37371
37372 \begin_layout Itemize
37373 Las funciones con nombres que constan de varias letras se escriben en redonda
37374  para evitar confusiones, véase 
37375 \begin_inset CommandInset ref
37376 LatexCommand ref
37377 reference "sub:Funciones-predefinidas"
37378
37379 \end_inset
37380
37381 .
37382 \end_layout
37383
37384 \begin_layout Itemize
37385 Los índices que constan de varias letras se escriben en redonda: 
37386 \begin_inset Formula $E_{\mathrm{cin}}$
37387 \end_inset
37388
37389
37390 \begin_inset Newline newline
37391 \end_inset
37392
37393 Los componentes de una matriz se escriben en cursiva: 
37394 \begin_inset Formula $\hat{H}_{kl}$
37395 \end_inset
37396
37397
37398 \end_layout
37399
37400 \begin_layout Itemize
37401 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37402  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37403 s con otras variables.
37404 \end_layout
37405
37406 \begin_layout Itemize
37407 El carácter que indica una transformación 
37408 \noun on
37409 Fourier
37410 \noun default
37411  se inserta con el comando 
37412 \series bold
37413
37414 \backslash
37415 mathscr
37416 \begin_inset ERT
37417 status collapsed
37418
37419 \begin_layout Plain Layout
37420
37421
37422 \backslash
37423 spce 
37424 \end_layout
37425
37426 \end_inset
37427
37428 F
37429 \series default
37430  o mediante el menú
37431 \family sans
37432  Insertar\SpecialChar \menuseparator
37433 Carácter especial
37434 \family default
37435 \SpecialChar \menuseparator
37436
37437 \family sans
37438 Símbolos\SpecialChar \menuseparator
37439 Símbolos de letra
37440 \family default
37441
37442 \begin_inset Formula $\mathscr{F}$
37443 \end_inset
37444
37445
37446 \end_layout
37447
37448 \begin_layout Standard
37449 \begin_inset Newpage newpage
37450 \end_inset
37451
37452
37453 \end_layout
37454
37455 \begin_layout Section
37456 Sinónimos
37457 \begin_inset Index idx
37458 status collapsed
37459
37460 \begin_layout Plain Layout
37461 Sinónimos
37462 \end_layout
37463
37464 \end_inset
37465
37466
37467 \end_layout
37468
37469 \begin_layout Standard
37470 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37471  como los que se recogen en esta lista:
37472 \begin_inset Foot
37473 status collapsed
37474
37475 \begin_layout Plain Layout
37476 véase también 
37477 \begin_inset CommandInset ref
37478 LatexCommand ref
37479 reference "fn:sinónimos"
37480
37481 \end_inset
37482
37483 .
37484 \end_layout
37485
37486 \end_inset
37487
37488
37489 \end_layout
37490
37491 \begin_layout Standard
37492
37493 \end_layout
37494
37495 \begin_layout Standard
37496 \begin_inset VSpace bigskip
37497 \end_inset
37498
37499
37500 \begin_inset space \hfill{}
37501 \end_inset
37502
37503
37504 \begin_inset Tabular
37505 <lyxtabular version="3" rows="12" columns="2">
37506 <features tabularvalignment="middle">
37507 <column alignment="center" valignment="top" width="0pt">
37508 <column alignment="center" valignment="top" width="0pt">
37509 <row>
37510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout Plain Layout
37514 Comando
37515 \end_layout
37516
37517 \end_inset
37518 </cell>
37519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37520 \begin_inset Text
37521
37522 \begin_layout Plain Layout
37523 equivalente a
37524 \begin_inset Note Note
37525 status collapsed
37526
37527 \begin_layout Plain Layout
37528
37529 \series bold
37530
37531 \backslash
37532 raisebox
37533 \series default
37534  se usa sólo como espaciador
37535 \end_layout
37536
37537 \end_inset
37538
37539
37540 \end_layout
37541
37542 \end_inset
37543 </cell>
37544 </row>
37545 <row>
37546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37547 \begin_inset Text
37548
37549 \begin_layout Plain Layout
37550
37551 \backslash
37552 ast
37553 \end_layout
37554
37555 \end_inset
37556 </cell>
37557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37558 \begin_inset Text
37559
37560 \begin_layout Plain Layout
37561 \begin_inset ERT
37562 status collapsed
37563
37564 \begin_layout Plain Layout
37565
37566
37567 \backslash
37568 raisebox{-1.2mm}{
37569 \end_layout
37570
37571 \end_inset
37572
37573 *
37574 \begin_inset ERT
37575 status collapsed
37576
37577 \begin_layout Plain Layout
37578
37579 }
37580 \end_layout
37581
37582 \end_inset
37583
37584
37585 \end_layout
37586
37587 \end_inset
37588 </cell>
37589 </row>
37590 <row>
37591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37592 \begin_inset Text
37593
37594 \begin_layout Plain Layout
37595
37596 \backslash
37597 choose
37598 \end_layout
37599
37600 \end_inset
37601 </cell>
37602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37603 \begin_inset Text
37604
37605 \begin_layout Plain Layout
37606
37607 \backslash
37608 binom
37609 \end_layout
37610
37611 \end_inset
37612 </cell>
37613 </row>
37614 <row>
37615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37616 \begin_inset Text
37617
37618 \begin_layout Plain Layout
37619
37620 \backslash
37621 geq
37622 \end_layout
37623
37624 \end_inset
37625 </cell>
37626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37627 \begin_inset Text
37628
37629 \begin_layout Plain Layout
37630
37631 \backslash
37632 ge
37633 \end_layout
37634
37635 \end_inset
37636 </cell>
37637 </row>
37638 <row>
37639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37640 \begin_inset Text
37641
37642 \begin_layout Plain Layout
37643
37644 \backslash
37645 lbrace
37646 \end_layout
37647
37648 \end_inset
37649 </cell>
37650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37651 \begin_inset Text
37652
37653 \begin_layout Plain Layout
37654 {
37655 \end_layout
37656
37657 \end_inset
37658 </cell>
37659 </row>
37660 <row>
37661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37662 \begin_inset Text
37663
37664 \begin_layout Plain Layout
37665
37666 \backslash
37667 lbracket
37668 \end_layout
37669
37670 \end_inset
37671 </cell>
37672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37673 \begin_inset Text
37674
37675 \begin_layout Plain Layout
37676 [
37677 \end_layout
37678
37679 \end_inset
37680 </cell>
37681 </row>
37682 <row>
37683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37684 \begin_inset Text
37685
37686 \begin_layout Plain Layout
37687
37688 \backslash
37689 leftarrow
37690 \end_layout
37691
37692 \end_inset
37693 </cell>
37694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37695 \begin_inset Text
37696
37697 \begin_layout Plain Layout
37698
37699 \backslash
37700 gets
37701 \end_layout
37702
37703 \end_inset
37704 </cell>
37705 </row>
37706 <row>
37707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37708 \begin_inset Text
37709
37710 \begin_layout Plain Layout
37711
37712 \backslash
37713 leq
37714 \end_layout
37715
37716 \end_inset
37717 </cell>
37718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37719 \begin_inset Text
37720
37721 \begin_layout Plain Layout
37722
37723 \backslash
37724 le
37725 \end_layout
37726
37727 \end_inset
37728 </cell>
37729 </row>
37730 <row>
37731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37732 \begin_inset Text
37733
37734 \begin_layout Plain Layout
37735
37736 \backslash
37737 lor
37738 \end_layout
37739
37740 \end_inset
37741 </cell>
37742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37743 \begin_inset Text
37744
37745 \begin_layout Plain Layout
37746
37747 \backslash
37748 vee
37749 \end_layout
37750
37751 \end_inset
37752 </cell>
37753 </row>
37754 <row>
37755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37756 \begin_inset Text
37757
37758 \begin_layout Plain Layout
37759
37760 \backslash
37761 neq
37762 \end_layout
37763
37764 \end_inset
37765 </cell>
37766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37767 \begin_inset Text
37768
37769 \begin_layout Plain Layout
37770
37771 \backslash
37772 not=
37773 \end_layout
37774
37775 \end_inset
37776 </cell>
37777 </row>
37778 <row>
37779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37780 \begin_inset Text
37781
37782 \begin_layout Plain Layout
37783
37784 \backslash
37785 slash
37786 \end_layout
37787
37788 \end_inset
37789 </cell>
37790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37791 \begin_inset Text
37792
37793 \begin_layout Plain Layout
37794 /
37795 \end_layout
37796
37797 \end_inset
37798 </cell>
37799 </row>
37800 <row>
37801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37802 \begin_inset Text
37803
37804 \begin_layout Plain Layout
37805
37806 \backslash
37807 vert
37808 \end_layout
37809
37810 \end_inset
37811 </cell>
37812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37813 \begin_inset Text
37814
37815 \begin_layout Plain Layout
37816 |
37817 \end_layout
37818
37819 \end_inset
37820 </cell>
37821 </row>
37822 </lyxtabular>
37823
37824 \end_inset
37825
37826
37827 \begin_inset space \hfill{}
37828 \end_inset
37829
37830
37831 \begin_inset Tabular
37832 <lyxtabular version="3" rows="12" columns="2">
37833 <features tabularvalignment="middle">
37834 <column alignment="center" valignment="top" width="0pt">
37835 <column alignment="center" valignment="top" width="0pt">
37836 <row>
37837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37838 \begin_inset Text
37839
37840 \begin_layout Plain Layout
37841 Comando
37842 \end_layout
37843
37844 \end_inset
37845 </cell>
37846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37847 \begin_inset Text
37848
37849 \begin_layout Plain Layout
37850 equivalente a
37851 \end_layout
37852
37853 \end_inset
37854 </cell>
37855 </row>
37856 <row>
37857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37858 \begin_inset Text
37859
37860 \begin_layout Plain Layout
37861
37862 \backslash
37863 backslash
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872
37873 \backslash
37874
37875 \backslash
37876
37877 \end_layout
37878
37879 \end_inset
37880 </cell>
37881 </row>
37882 <row>
37883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37884 \begin_inset Text
37885
37886 \begin_layout Plain Layout
37887
37888 \backslash
37889 dasharrow
37890 \end_layout
37891
37892 \end_inset
37893 </cell>
37894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37895 \begin_inset Text
37896
37897 \begin_layout Plain Layout
37898
37899 \backslash
37900 dashrightarrow
37901 \end_layout
37902
37903 \end_inset
37904 </cell>
37905 </row>
37906 <row>
37907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37908 \begin_inset Text
37909
37910 \begin_layout Plain Layout
37911
37912 \backslash
37913 land
37914 \end_layout
37915
37916 \end_inset
37917 </cell>
37918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37919 \begin_inset Text
37920
37921 \begin_layout Plain Layout
37922
37923 \backslash
37924 wedge
37925 \end_layout
37926
37927 \end_inset
37928 </cell>
37929 </row>
37930 <row>
37931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37932 \begin_inset Text
37933
37934 \begin_layout Plain Layout
37935
37936 \backslash
37937 rbrace
37938 \end_layout
37939
37940 \end_inset
37941 </cell>
37942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37943 \begin_inset Text
37944
37945 \begin_layout Plain Layout
37946 }
37947 \end_layout
37948
37949 \end_inset
37950 </cell>
37951 </row>
37952 <row>
37953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37954 \begin_inset Text
37955
37956 \begin_layout Plain Layout
37957
37958 \backslash
37959 rbracket
37960 \end_layout
37961
37962 \end_inset
37963 </cell>
37964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37965 \begin_inset Text
37966
37967 \begin_layout Plain Layout
37968 ]
37969 \end_layout
37970
37971 \end_inset
37972 </cell>
37973 </row>
37974 <row>
37975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37976 \begin_inset Text
37977
37978 \begin_layout Plain Layout
37979
37980 \backslash
37981 rightarrow
37982 \end_layout
37983
37984 \end_inset
37985 </cell>
37986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37987 \begin_inset Text
37988
37989 \begin_layout Plain Layout
37990
37991 \backslash
37992 to
37993 \end_layout
37994
37995 \end_inset
37996 </cell>
37997 </row>
37998 <row>
37999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38000 \begin_inset Text
38001
38002 \begin_layout Plain Layout
38003
38004 \backslash
38005 lnot
38006 \end_layout
38007
38008 \end_inset
38009 </cell>
38010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38011 \begin_inset Text
38012
38013 \begin_layout Plain Layout
38014
38015 \backslash
38016 neg
38017 \end_layout
38018
38019 \end_inset
38020 </cell>
38021 </row>
38022 <row>
38023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38024 \begin_inset Text
38025
38026 \begin_layout Plain Layout
38027
38028 \backslash
38029 ne
38030 \end_layout
38031
38032 \end_inset
38033 </cell>
38034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38035 \begin_inset Text
38036
38037 \begin_layout Plain Layout
38038
38039 \backslash
38040 not=
38041 \end_layout
38042
38043 \end_inset
38044 </cell>
38045 </row>
38046 <row>
38047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38048 \begin_inset Text
38049
38050 \begin_layout Plain Layout
38051
38052 \backslash
38053 owns
38054 \end_layout
38055
38056 \end_inset
38057 </cell>
38058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38059 \begin_inset Text
38060
38061 \begin_layout Plain Layout
38062
38063 \backslash
38064 ni
38065 \end_layout
38066
38067 \end_inset
38068 </cell>
38069 </row>
38070 <row>
38071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38072 \begin_inset Text
38073
38074 \begin_layout Plain Layout
38075
38076 \backslash
38077 square
38078 \end_layout
38079
38080 \end_inset
38081 </cell>
38082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38083 \begin_inset Text
38084
38085 \begin_layout Plain Layout
38086
38087 \backslash
38088 Box
38089 \end_layout
38090
38091 \end_inset
38092 </cell>
38093 </row>
38094 <row>
38095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38096 \begin_inset Text
38097
38098 \begin_layout Plain Layout
38099
38100 \backslash
38101 Vert
38102 \end_layout
38103
38104 \end_inset
38105 </cell>
38106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38107 \begin_inset Text
38108
38109 \begin_layout Plain Layout
38110
38111 \backslash
38112 |
38113 \end_layout
38114
38115 \end_inset
38116 </cell>
38117 </row>
38118 </lyxtabular>
38119
38120 \end_inset
38121
38122
38123 \begin_inset space \hfill{}
38124 \end_inset
38125
38126
38127 \end_layout
38128
38129 \begin_layout Standard
38130 \begin_inset Newpage newpage
38131 \end_inset
38132
38133
38134 \end_layout
38135
38136 \begin_layout Bibliography
38137 \labelwidthstring Referencias
38138 \begin_inset CommandInset bibitem
38139 LatexCommand bibitem
38140 key "TLC2"
38141
38142 \end_inset
38143
38144
38145 \shape smallcaps
38146 Mittelbach, F.
38147  ; Goossens, M.
38148 \shape default
38149
38150 \shape italic
38151 The LaTeX Companion
38152 \shape default
38153 .
38154  Addison Wesley, 2004
38155 \end_layout
38156
38157 \begin_layout Bibliography
38158 \labelwidthstring Referencias
38159 \begin_inset CommandInset bibitem
38160 LatexCommand bibitem
38161 key "Mathmode"
38162
38163 \end_inset
38164
38165
38166 \begin_inset CommandInset href
38167 LatexCommand href
38168 name "Descripción"
38169 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38170
38171 \end_inset
38172
38173  de habilidades matemáticas de LaTeX
38174 \end_layout
38175
38176 \begin_layout Bibliography
38177 \labelwidthstring Referencias
38178 \begin_inset CommandInset bibitem
38179 LatexCommand bibitem
38180 key "AMS"
38181
38182 \end_inset
38183
38184
38185 \begin_inset CommandInset href
38186 LatexCommand href
38187 name "Descripción"
38188 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38189
38190 \end_inset
38191
38192  de 
38193 \begin_inset ERT
38194 status collapsed
38195
38196 \begin_layout Plain Layout
38197
38198
38199 \backslash
38200 AmS
38201 \end_layout
38202
38203 \end_inset
38204
38205 -LaTeX
38206 \end_layout
38207
38208 \begin_layout Bibliography
38209 \labelwidthstring Referencias
38210 \begin_inset CommandInset bibitem
38211 LatexCommand bibitem
38212 key "Symbols"
38213
38214 \end_inset
38215
38216
38217 \begin_inset CommandInset href
38218 LatexCommand href
38219 name "Lista"
38220 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38221
38222 \end_inset
38223
38224  de todos los símbolos disponibles con paquetes LaTeX
38225 \end_layout
38226
38227 \begin_layout Bibliography
38228 \labelwidthstring Referencias
38229 \begin_inset CommandInset bibitem
38230 LatexCommand bibitem
38231 key "hyperref"
38232
38233 \end_inset
38234
38235
38236 \begin_inset CommandInset href
38237 LatexCommand href
38238 name "Documentación"
38239 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38240
38241 \end_inset
38242
38243  del paquete LaTeX 
38244 \series bold
38245 hyperref
38246 \series default
38247
38248 \begin_inset Index idx
38249 status collapsed
38250
38251 \begin_layout Plain Layout
38252 Paquetes ! hyperref
38253 \end_layout
38254
38255 \end_inset
38256
38257
38258 \end_layout
38259
38260 \begin_layout Bibliography
38261 \labelwidthstring Referencias
38262 \begin_inset CommandInset bibitem
38263 LatexCommand bibitem
38264 key "mhchem"
38265
38266 \end_inset
38267
38268
38269 \begin_inset CommandInset href
38270 LatexCommand href
38271 name "Documentación"
38272 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38273
38274 \end_inset
38275
38276  del paquete LaTeX 
38277 \series bold
38278 mhchem
38279 \series default
38280
38281 \begin_inset Index idx
38282 status collapsed
38283
38284 \begin_layout Plain Layout
38285 Paquetes ! mhchem
38286 \end_layout
38287
38288 \end_inset
38289
38290
38291 \end_layout
38292
38293 \begin_layout Bibliography
38294 \labelwidthstring Referencias
38295 \begin_inset CommandInset bibitem
38296 LatexCommand bibitem
38297 key "Mathclap"
38298
38299 \end_inset
38300
38301
38302 \begin_inset CommandInset href
38303 LatexCommand href
38304 name "Descripción"
38305 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38306
38307 \end_inset
38308
38309  del comando 
38310 \series bold
38311
38312 \backslash
38313 mathclap
38314 \series default
38315 , descrito en 
38316 \begin_inset CommandInset ref
38317 LatexCommand ref
38318 reference "sub:Límites-de-operadores"
38319
38320 \end_inset
38321
38322
38323 \begin_inset Index idx
38324 status collapsed
38325
38326 \begin_layout Plain Layout
38327 Comandos ! M ! 
38328 \backslash
38329 mathclap
38330 \end_layout
38331
38332 \end_inset
38333
38334
38335 \end_layout
38336
38337 \begin_layout Bibliography
38338 \labelwidthstring Referencias
38339 \begin_inset CommandInset bibitem
38340 LatexCommand bibitem
38341 key "Duden"
38342
38343 \end_inset
38344
38345
38346 \emph on
38347 Duden Band 1
38348 \emph default
38349 .
38350  22.
38351  Auflage, Duden 2001
38352 \end_layout
38353
38354 \begin_layout Bibliography
38355 \labelwidthstring Referencias
38356 \begin_inset CommandInset bibitem
38357 LatexCommand bibitem
38358 key "spanish"
38359
38360 \end_inset
38361
38362
38363 \begin_inset CommandInset href
38364 LatexCommand href
38365 name "Página web"
38366 target "http://www.tex-tipografia.com/spanish.html"
38367
38368 \end_inset
38369
38370  del estilo 
38371 \series bold
38372 spanish
38373 \family sans
38374 \series default
38375  
38376 \family default
38377 incluido en el paquete 
38378 \series bold
38379 babel
38380 \end_layout
38381
38382 \begin_layout Bibliography
38383 \labelwidthstring Referencias
38384 \begin_inset CommandInset bibitem
38385 LatexCommand bibitem
38386 key "Bezos"
38387
38388 \end_inset
38389
38390
38391 \begin_inset CommandInset href
38392 LatexCommand href
38393 name "Documento"
38394 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38395
38396 \end_inset
38397
38398  sobre ortotipografía y notaciones matemáticas en español
38399 \end_layout
38400
38401 \begin_layout Standard
38402
38403 \family sans
38404 \series bold
38405 \begin_inset CommandInset index_print
38406 LatexCommand printindex
38407 type "idx"
38408
38409 \end_inset
38410
38411
38412 \end_layout
38413
38414 \end_body
38415 \end_document