]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Spanish EmbeddedObjects.lyx, Math.lyx: updates by Ignacio
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 2.0.0beta2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 410
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \AtBeginDocument{%
45 \addto\extrasspanish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50 }
51
52 % don't load packages twice
53 % see first footnote in sec. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % the pages of the TOC are numbered roman
57 % and a PDF-bookmark for the TOC is added
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % insert additional vertical space of 1.5 mm between footnotes,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % used in sec. 23.6
75 \usepackage[samesize]{cancel}
76
77 % enables calculation of values
78 \usepackage{calc}
79
80 % for multiple columns used in sec. 23.7
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % for the Fourier transformation symbol
87 \usepackage{mathrsfs}
88
89 % define a color, used in sec.9.3
90 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package eurosym
119 % used for the Euro symbol
120 \newboolean{eurosym}
121 \IfFileExists{eurosym.sty}
122  {\usepackage[gennarrow]{eurosym}
123   \setboolean{eurosym}{true}}
124  {\setboolean{eurosym}{false}}
125
126 % check for package braket
127 % used for physical vectors
128 \newboolean{braket}
129 \IfFileExists{braket.sty}
130  {\usepackage{braket}
131   \setboolean{braket}{true}}
132  {\setboolean{braket}{false}}
133
134 % check for package cancel
135 \newboolean{cancel}
136 \IfFileExists{cancel.sty}
137  {\usepackage{cancel}
138   \setboolean{cancel}{true}}
139  {\setboolean{cancel}{false}}
140
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147 \end_preamble
148 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
149 \use_default_options false
150 \maintain_unincluded_children false
151 \language spanish
152 \inputencoding auto
153 \fontencoding global
154 \font_roman default
155 \font_sans default
156 \font_typewriter default
157 \font_default_family default
158 \use_non_tex_fonts false
159 \font_sc false
160 \font_osf false
161 \font_sf_scale 100
162 \font_tt_scale 100
163
164 \graphics default
165 \default_output_format default
166 \output_sync 0
167 \bibtex_command default
168 \index_command default
169 \paperfontsize 12
170 \spacing single
171 \use_hyperref true
172 \pdf_title "Manual detallado de Matemáticas en LyX"
173 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
174 \pdf_subject "LyX-documentation about math"
175 \pdf_keywords "LyX, Mathed"
176 \pdf_bookmarks true
177 \pdf_bookmarksnumbered true
178 \pdf_bookmarksopen true
179 \pdf_bookmarksopenlevel 1
180 \pdf_breaklinks false
181 \pdf_pdfborder false
182 \pdf_colorlinks true
183 \pdf_backref false
184 \pdf_pdfusetitle false
185 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
186 \papersize a4paper
187 \use_geometry false
188 \use_amsmath 2
189 \use_esint 1
190 \use_mhchem 1
191 \use_mathdots 1
192 \cite_engine basic
193 \use_bibtopic false
194 \use_indices false
195 \paperorientation portrait
196 \suppress_date false
197 \use_refstyle 0
198 \notefontcolor #0000ff
199 \index Índice
200 \shortcut idx
201 \color #008000
202 \end_index
203 \secnumdepth 4
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language french
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle plain
211 \bullet 1 0 6 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \html_math_output 0
217 \html_be_strict false
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 Manual detallado de
224 \begin_inset Newline newline
225 \end_inset
226
227 Matemáticas en LyX
228 \end_layout
229
230 \begin_layout Author
231 por el Equipo LyX
232 \begin_inset Foot
233 status collapsed
234
235 \begin_layout Plain Layout
236 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
237  lista de correo de documentación de LyX
238 \family typewriter
239
240 \begin_inset CommandInset href
241 LatexCommand href
242 name "lyx-docs@lists.lyx.org"
243 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
244
245 \end_inset
246
247
248 \end_layout
249
250 \end_inset
251
252
253 \begin_inset Note Note
254 status collapsed
255
256 \begin_layout Plain Layout
257 autor: Uwe Stöhr, traducción: Ignacio Garcia
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270 Versión 2.0.x
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset CommandInset toc
275 LatexCommand tableofcontents
276
277 \end_inset
278
279
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset Note Note
284 status open
285
286 \begin_layout Plain Layout
287 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
288  paquetes LaTeX 
289 \series bold
290 braket, cancel, eurosym
291 \series default
292
293 \series bold
294 mhchem
295 \series default
296  y 
297 \series bold
298 was
299 \series default
300 .
301  Si
302 \series bold
303  
304 \series default
305 no están instalados también puedes exportar el documento pero las secciones
306  en que se requieren dichos paquetes no aparecerán en la salida.
307  
308 \series bold
309 mhchem
310 \series default
311  es una excepción: si no está instalado no se puede exportar este archivo.
312 \end_layout
313
314 \begin_layout Plain Layout
315 La última versión PDF de este documento está disponible en:
316 \begin_inset Newline newline
317 \end_inset
318
319
320 \series bold
321 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
322 \end_layout
323
324 \end_inset
325
326
327 \begin_inset Newpage newpage
328 \end_inset
329
330
331 \end_layout
332
333 \begin_layout Section
334 Introducción
335 \end_layout
336
337 \begin_layout Standard
338 Este documento explica las características matemáticas de LyX y además es
339  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
340  Las explicaciones están diseñadas para el uso de comandos.
341  Por consiguiente es preciso que hayas leído la sección 
342 \emph on
343 Ecuaciones matemáticas
344 \emph default
345  de la 
346 \emph on
347 Guía del usuario
348 \emph default
349 .
350 \end_layout
351
352 \begin_layout Standard
353 La mayoría de caracteres y muchas estructuras explicadas en este manual
354  también son accesibles mediante el menú 
355 \family sans
356 Insertar\SpecialChar \menuseparator
357 Ecuación
358 \family default
359  o la barra de herramientas
360 \family sans
361  Ecuaciones
362 \family default
363 .
364  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
365  mucho más rápido usar comandos que la barra de herramientas.
366  Por tanto este manual está enfocado al uso de comandos, aunque también
367  se mencionan los botones correspondientes de las barras de herramientas
368  cuando están disponibles.
369 \end_layout
370
371 \begin_layout Standard
372 Si no se especifica lo contrario los comandos sólo están disponibles dentro
373  de las fórmulas.
374  Para poder usar todos los comandos explicados en este documento, debe usarse
375  la opción 
376 \family sans
377 Usar el paquete de ecuaciones AMS
378 \family default
379  en la configuración del documento (menú 
380 \family sans
381 Documento\SpecialChar \menuseparator
382 Configuración\SpecialChar \menuseparator
383 Ecuaciones
384 \family default
385 )
386 \begin_inset Foot
387 status collapsed
388
389 \begin_layout Plain Layout
390 La opción 
391 \family sans
392 Usar el paquete de ecuaciones AMS automáticamente
393 \family default
394  sólo usa ecuaciones 
395 \begin_inset ERT
396 status collapsed
397
398 \begin_layout Plain Layout
399
400
401 \backslash
402 AmS 
403 \end_layout
404
405 \end_inset
406
407
408 \begin_inset space ~
409 \end_inset
410
411  si las estructuras matemáticas son soportadas por LyX.
412 \end_layout
413
414 \end_inset
415
416 .
417 \end_layout
418
419 \begin_layout Standard
420 Este documento no recoge todos los comandos de ecuaciones 
421 \begin_inset ERT
422 status collapsed
423
424 \begin_layout Plain Layout
425
426
427 \backslash
428 AmS 
429 \end_layout
430
431 \end_inset
432
433
434 \begin_inset Foot
435 status collapsed
436
437 \begin_layout Plain Layout
438 En el archivo 
439 \family sans
440
441 \begin_inset CommandInset href
442 LatexCommand href
443 name "amsguide.ps"
444 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
445
446 \end_inset
447
448
449 \family default
450 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
451  lista con todos los comandos de ecuaciones 
452 \begin_inset ERT
453 status collapsed
454
455 \begin_layout Plain Layout
456
457
458 \backslash
459 AmS 
460 \end_layout
461
462 \end_inset
463
464 .
465 \end_layout
466
467 \end_inset
468
469  por razones de claridad.
470 \end_layout
471
472 \begin_layout Section
473 Instrucciones generales
474 \end_layout
475
476 \begin_layout Standard
477 Para crear una ecuación en línea
478 \begin_inset Index idx
479 status collapsed
480
481 \begin_layout Plain Layout
482 Ecuación ! en línea
483 \end_layout
484
485 \end_inset
486
487  insertada en una línea de texto, teclea una de las combinaciones 
488 \family sans
489 Ctrl+M, Alt+C M, Alt+M M
490 \family default
491  o pulsa el botón 
492 \begin_inset Graphics
493         filename ../../images/math-mode.png
494         scale 85
495
496 \end_inset
497
498  de la barra de herramientas.
499 \begin_inset Newline newline
500 \end_inset
501
502 Para crear una ecuación en estilo presentación
503 \begin_inset Index idx
504 status collapsed
505
506 \begin_layout Plain Layout
507 Ecuación ! presentada
508 \end_layout
509
510 \end_inset
511
512 , que se verá más grande y en su propio párrafo, teclea
513 \family sans
514  
515 \family default
516 una de estas combinaciones: 
517 \family sans
518 Ctrl+Mayúsculas+M, Alt+M D.
519 \end_layout
520
521 \begin_layout Standard
522 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
523  dentro de la ecuación y teclea
524 \family sans
525  Ctrl+M, Alt+C M, Alt+M M 
526 \family default
527 o usa el menú 
528 \family sans
529 Editar\SpecialChar \menuseparator
530 Ecuación\SpecialChar \menuseparator
531 Cambiar tipo de ecuación
532 \family default
533 .
534  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
535 \end_layout
536
537 \begin_layout Standard
538 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
539  presentada, escribe el comando 
540 \series bold
541
542 \backslash
543 displaystyle
544 \series default
545
546 \begin_inset Index idx
547 status collapsed
548
549 \begin_layout Plain Layout
550 Comandos ! D ! 
551 \backslash
552 displaystyle
553 \end_layout
554
555 \end_inset
556
557  en la ecuación y pulsa espacio.
558  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
559  de la ecuación.
560 \end_layout
561
562 \begin_layout Standard
563 En las tablas sólo se permiten ecuaciones en línea.
564 \end_layout
565
566 \begin_layout Standard
567 Las barras 
568 \family sans
569 Ecuaciones
570 \family default
571  y 
572 \family sans
573 Panel de ecuaciones 
574 \family default
575 se pueden visualizar mediante el menú 
576 \family sans
577 Ver\SpecialChar \menuseparator
578 Barras de herramientas
579 \family default
580 .
581  Si ahí pulsas en 
582 \begin_inset Quotes fld
583 \end_inset
584
585 Ecuaciones
586 \begin_inset Quotes frd
587 \end_inset
588
589  y/o en 
590 \begin_inset Quotes fld
591 \end_inset
592
593 Panel de ecuaciones
594 \begin_inset Quotes frd
595 \end_inset
596
597 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
598  estado se visualiza en el menú de las barras de herramientas con una marca.
599  Si en este estado pulsas de nuevo sobre 
600 \begin_inset Quotes fld
601 \end_inset
602
603 Ecuaciones
604 \begin_inset Quotes frd
605 \end_inset
606
607  y/o 
608 \begin_inset Quotes fld
609 \end_inset
610
611 Panel de ecuaciones
612 \begin_inset Quotes frd
613 \end_inset
614
615  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
616  de una ecuación; este estado se indica añadiendo a las entradas del menú
617  la palabra 
618 \begin_inset Quotes fld
619 \end_inset
620
621 (auto)
622 \begin_inset Quotes frd
623 \end_inset
624
625 .
626  
627 \end_layout
628
629 \begin_layout Standard
630 El modo TeX
631 \begin_inset Index idx
632 status collapsed
633
634 \begin_layout Plain Layout
635 T@TeX ! modo
636 \end_layout
637
638 \end_inset
639
640  se invoca pulsando el botón 
641 \begin_inset Graphics
642         filename ../../images/ert-insert.png
643         scale 85
644
645 \end_inset
646
647  de la barra de herramientas o con el menú 
648 \family sans
649 Insertar\SpecialChar \menuseparator
650 Código Te
651 \begin_inset ERT
652 status collapsed
653
654 \begin_layout Plain Layout
655
656 {}
657 \end_layout
658
659 \end_inset
660
661 X
662 \family default
663 , (atajo 
664 \family sans
665 Ctrl+L
666 \family default
667 ).
668 \begin_inset Note Note
669 status collapsed
670
671 \begin_layout Plain Layout
672 En LyX hay tres 
673 \begin_inset Quotes fld
674 \end_inset
675
676 nombres propios
677 \begin_inset Quotes frd
678 \end_inset
679
680  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
681  LaTeX y LyX.
682 \end_layout
683
684 \begin_layout Plain Layout
685 Para evitar que estas palabras sean reconocidas como tales nombres propios,
686  se inserta un par de llaves TeX.
687  
688 \end_layout
689
690 \end_inset
691
692
693 \end_layout
694
695 \begin_layout Standard
696 Para cambiar el preámbulo LaTeX
697 \begin_inset Index idx
698 status collapsed
699
700 \begin_layout Plain Layout
701 LaTeX, preámbulo
702 \end_layout
703
704 \end_inset
705
706 , usa el menú 
707 \family sans
708 Documento\SpecialChar \menuseparator
709 Configuración\SpecialChar \menuseparator
710 Preámbulo LaT
711 \begin_inset ERT
712 status collapsed
713
714 \begin_layout Plain Layout
715
716 {}
717 \end_layout
718
719 \end_inset
720
721 eX
722 \family default
723 .
724 \end_layout
725
726 \begin_layout Standard
727 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
728  multilínea, se pueden usar los menús 
729 \family sans
730 Editar\SpecialChar \menuseparator
731 Ecuación
732 \family default
733  y 
734 \family sans
735 Editar\SpecialChar \menuseparator
736 Filas y columnas
737 \family default
738  o la barra de herramientas de 
739 \family sans
740 Tabla
741 \family default
742 .
743  Cuando las líneas y columnas se intercambian mediante el menú, la columna
744  o línea en la que está se cambia con la columna de la derecha o con la
745  línea de abajo, respectivamente.
746  Si el cursor está en la última columna o fila, el cambio se hace con la
747  columna de la izquierda o la línea de arriba.
748 \end_layout
749
750 \begin_layout Standard
751 Para escribir texto en fórmulas se usa 
752 \emph on
753 texto de ecuaciones
754 \emph default
755
756 \begin_inset Index idx
757 status collapsed
758
759 \begin_layout Plain Layout
760 Texto ! en ecuaciones
761 \end_layout
762
763 \end_inset
764
765 .
766 \begin_inset Foot
767 status collapsed
768
769 \begin_layout Plain Layout
770 Para ecuaciones multilínea se usa el comando 
771 \series bold
772
773 \backslash
774 intertext
775 \series default
776 , véase
777 \begin_inset space ~
778 \end_inset
779
780
781 \begin_inset CommandInset ref
782 LatexCommand ref
783 reference "sub:Texto-en-multilínea"
784
785 \end_inset
786
787 .
788 \end_layout
789
790 \end_inset
791
792  Este modo se invoca con el atajo 
793 \family sans
794 Alt+M
795 \begin_inset space ~
796 \end_inset
797
798 M
799 \family default
800  o
801 \family sans
802  Ctrl+M
803 \family default
804  o insertando el comando 
805 \series bold
806
807 \backslash
808 text
809 \series default
810
811 \begin_inset Index idx
812 status collapsed
813
814 \begin_layout Plain Layout
815 Comandos ! T ! 
816 \backslash
817 text
818 \end_layout
819
820 \end_inset
821
822 .
823  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
824  partes de la ecuación que se ven en azul.
825  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
826 a de otras partes de la fórmula.
827 \end_layout
828
829 \begin_layout Subsection*
830 Esquema de comandos
831 \end_layout
832
833 \begin_layout Standard
834 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
835  siguiente esquema:
836 \end_layout
837
838 \begin_layout Standard
839
840 \series bold
841
842 \backslash
843 nombre_del_comando[argumento opcional]{argumento requerido}
844 \end_layout
845
846 \begin_layout Standard
847 Un comando empieza siempre por una barra inversa, 
848 \begin_inset Quotes fld
849 \end_inset
850
851
852 \series bold
853
854 \backslash
855
856 \series default
857
858 \begin_inset Quotes frd
859 \end_inset
860
861 .
862  Para omitir argumentos opcionales, quita también los corchetes asociados.
863  En este documento, las llaves que encierran los argumentos requeridos se
864  denominan llaves TeX
865 \begin_inset Index idx
866 status collapsed
867
868 \begin_layout Plain Layout
869 T@TeX ! llaves
870 \end_layout
871
872 \end_inset
873
874 .
875  Si en una ecuación añades una llave de apertura al nombre de un comando,
876  LyX crea automáticamente una llave TeX.
877  En todos los demás casos las llaves TeX se crean en las ecuaciones con
878  el comando 
879 \series bold
880
881 \backslash
882 {
883 \series default
884 .
885  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
886  que se muestran en azul.
887  En modo TeX no hace falta comando para poner llaves TeX.
888  Las llaves TeX no aparecen en la salida.
889 \end_layout
890
891 \begin_layout Standard
892 En el caso de comandos sin argumentos, como los comandos para símbolos que
893  se introducen en modo TeX, 
894 \emph on
895 siempre
896 \emph default
897  debe teclearse un espacio tras el comando para finalizarlo.
898  Este espacio no aparece en la salida.
899  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
900  de un espacio protegido en texto normal.
901 \end_layout
902
903 \begin_layout Standard
904 Un espacio protegido se inserta con 
905 \family sans
906 Ctrl+Espacio
907 \family default
908 .
909 \end_layout
910
911 \begin_layout Subsection*
912 Explicación de la sintaxis
913 \end_layout
914
915 \begin_layout Itemize
916 El símbolo 
917 \begin_inset ERT
918 status collapsed
919
920 \begin_layout Plain Layout
921
922
923 \backslash
924 spce 
925 \end_layout
926
927 \end_inset
928
929
930 \begin_inset Foot
931 status collapsed
932
933 \begin_layout Plain Layout
934 Este carácter, espacio visible, se puede componer con el comando 
935 \series bold
936
937 \backslash
938 textvisiblespace
939 \series default
940
941 \begin_inset Index idx
942 status collapsed
943
944 \begin_layout Plain Layout
945 Comandos ! T ! 
946 \backslash
947 textvisiblespace
948 \end_layout
949
950 \end_inset
951
952  insertado en código TeX.
953 \end_layout
954
955 \end_inset
956
957  indica que hay que teclear un espacio.
958 \end_layout
959
960 \begin_layout Itemize
961 Una flecha como 
962 \begin_inset Formula $\rightarrow$
963 \end_inset
964
965  indica el uso de la correspondiente tecla de flecha.
966  
967 \end_layout
968
969 \begin_layout Subsection*
970 Unidades disponibles
971 \end_layout
972
973 \begin_layout Standard
974 \align center
975 \begin_inset Float table
976 placement H
977 wide false
978 sideways false
979 status open
980
981 \begin_layout Plain Layout
982 \align center
983 \begin_inset Caption
984
985 \begin_layout Plain Layout
986 \begin_inset CommandInset label
987 LatexCommand label
988 name "tab:Unidades-disponibles"
989
990 \end_inset
991
992 Unidades disponibles
993 \end_layout
994
995 \end_inset
996
997
998 \end_layout
999
1000 \begin_layout Plain Layout
1001 \align center
1002 \begin_inset Tabular
1003 <lyxtabular version="3" rows="13" columns="2">
1004 <features tabularvalignment="middle">
1005 <column alignment="center" valignment="top" width="0">
1006 <column alignment="center" valignment="top" width="0">
1007 <row>
1008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1009 \begin_inset Text
1010
1011 \begin_layout Plain Layout
1012 Unidad
1013 \end_layout
1014
1015 \end_inset
1016 </cell>
1017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1018 \begin_inset Text
1019
1020 \begin_layout Plain Layout
1021 Nombre / Descripción
1022 \end_layout
1023
1024 \end_inset
1025 </cell>
1026 </row>
1027 <row>
1028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1029 \begin_inset Text
1030
1031 \begin_layout Plain Layout
1032 mm
1033 \end_layout
1034
1035 \end_inset
1036 </cell>
1037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1038 \begin_inset Text
1039
1040 \begin_layout Plain Layout
1041 Milímetro
1042 \end_layout
1043
1044 \end_inset
1045 </cell>
1046 </row>
1047 <row>
1048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1049 \begin_inset Text
1050
1051 \begin_layout Plain Layout
1052 cm
1053 \end_layout
1054
1055 \end_inset
1056 </cell>
1057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1058 \begin_inset Text
1059
1060 \begin_layout Plain Layout
1061 Centímetro
1062 \end_layout
1063
1064 \end_inset
1065 </cell>
1066 </row>
1067 <row>
1068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1069 \begin_inset Text
1070
1071 \begin_layout Plain Layout
1072 in
1073 \end_layout
1074
1075 \end_inset
1076 </cell>
1077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1078 \begin_inset Text
1079
1080 \begin_layout Plain Layout
1081 Pulgada (1
1082 \begin_inset space \thinspace{}
1083 \end_inset
1084
1085 in = 2,54
1086 \begin_inset space \thinspace{}
1087 \end_inset
1088
1089 cm)
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 </row>
1095 <row>
1096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 pt
1101 \end_layout
1102
1103 \end_inset
1104 </cell>
1105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Plain Layout
1109 Punto (72.27
1110 \begin_inset space \thinspace{}
1111 \end_inset
1112
1113 pt = 1
1114 \begin_inset space \thinspace{}
1115 \end_inset
1116
1117 in)
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 </row>
1123 <row>
1124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1125 \begin_inset Text
1126
1127 \begin_layout Plain Layout
1128 pc
1129 \end_layout
1130
1131 \end_inset
1132 </cell>
1133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1134 \begin_inset Text
1135
1136 \begin_layout Plain Layout
1137 Pica (1
1138 \begin_inset space \thinspace{}
1139 \end_inset
1140
1141 pc = 12
1142 \begin_inset space \thinspace{}
1143 \end_inset
1144
1145 pt)
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 </row>
1151 <row>
1152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1153 \begin_inset Text
1154
1155 \begin_layout Plain Layout
1156 sp
1157 \end_layout
1158
1159 \end_inset
1160 </cell>
1161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1162 \begin_inset Text
1163
1164 \begin_layout Plain Layout
1165 Punto escalado (65536
1166 \begin_inset space \thinspace{}
1167 \end_inset
1168
1169 sp = 1
1170 \begin_inset space \thinspace{}
1171 \end_inset
1172
1173 pt)
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 </row>
1179 <row>
1180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1181 \begin_inset Text
1182
1183 \begin_layout Plain Layout
1184 bp
1185 \end_layout
1186
1187 \end_inset
1188 </cell>
1189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1190 \begin_inset Text
1191
1192 \begin_layout Plain Layout
1193 Punto grande (72
1194 \begin_inset space \thinspace{}
1195 \end_inset
1196
1197 bp = 1
1198 \begin_inset space \thinspace{}
1199 \end_inset
1200
1201 in)
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 </row>
1207 <row>
1208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1209 \begin_inset Text
1210
1211 \begin_layout Plain Layout
1212 dd
1213 \end_layout
1214
1215 \end_inset
1216 </cell>
1217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1218 \begin_inset Text
1219
1220 \begin_layout Plain Layout
1221 Didot (1
1222 \begin_inset space \thinspace{}
1223 \end_inset
1224
1225 dd 
1226 \begin_inset Formula $\approx$
1227 \end_inset
1228
1229  0.376
1230 \begin_inset space \thinspace{}
1231 \end_inset
1232
1233 mm)
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 </row>
1239 <row>
1240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1241 \begin_inset Text
1242
1243 \begin_layout Plain Layout
1244 cc
1245 \end_layout
1246
1247 \end_inset
1248 </cell>
1249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1250 \begin_inset Text
1251
1252 \begin_layout Plain Layout
1253 Cicero (1
1254 \begin_inset space \thinspace{}
1255 \end_inset
1256
1257 cc = 12
1258 \begin_inset space \thinspace{}
1259 \end_inset
1260
1261 dd)
1262 \end_layout
1263
1264 \end_inset
1265 </cell>
1266 </row>
1267 <row>
1268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1269 \begin_inset Text
1270
1271 \begin_layout Plain Layout
1272 ex
1273 \end_layout
1274
1275 \end_inset
1276 </cell>
1277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1278 \begin_inset Text
1279
1280 \begin_layout Plain Layout
1281 Altura de la letra 
1282 \begin_inset Quotes fld
1283 \end_inset
1284
1285
1286 \emph on
1287 x
1288 \emph default
1289
1290 \begin_inset Quotes frd
1291 \end_inset
1292
1293  en la fuente actual
1294 \end_layout
1295
1296 \end_inset
1297 </cell>
1298 </row>
1299 <row>
1300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1301 \begin_inset Text
1302
1303 \begin_layout Plain Layout
1304 em
1305 \end_layout
1306
1307 \end_inset
1308 </cell>
1309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1310 \begin_inset Text
1311
1312 \begin_layout Plain Layout
1313 Anchura de la letra 
1314 \begin_inset Quotes fld
1315 \end_inset
1316
1317
1318 \emph on
1319 M
1320 \emph default
1321
1322 \begin_inset Quotes frd
1323 \end_inset
1324
1325  en la fuente actual
1326 \end_layout
1327
1328 \end_inset
1329 </cell>
1330 </row>
1331 <row>
1332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1333 \begin_inset Text
1334
1335 \begin_layout Plain Layout
1336 mu
1337 \end_layout
1338
1339 \end_inset
1340 </cell>
1341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1342 \begin_inset Text
1343
1344 \begin_layout Plain Layout
1345 Unidad matemática (1
1346 \begin_inset space \thinspace{}
1347 \end_inset
1348
1349 mu = 
1350 \begin_inset Formula $\nicefrac{1}{18}$
1351 \end_inset
1352
1353
1354 \begin_inset space \thinspace{}
1355 \end_inset
1356
1357 em)
1358 \end_layout
1359
1360 \end_inset
1361 </cell>
1362 </row>
1363 </lyxtabular>
1364
1365 \end_inset
1366
1367
1368 \end_layout
1369
1370 \end_inset
1371
1372
1373 \end_layout
1374
1375 \begin_layout Standard
1376 \align center
1377 \begin_inset Newpage newpage
1378 \end_inset
1379
1380
1381 \end_layout
1382
1383 \begin_layout Section
1384 Funciones básicas
1385 \end_layout
1386
1387 \begin_layout Subsection
1388 Exponentes
1389 \begin_inset Index idx
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 Exponentes
1394 \end_layout
1395
1396 \end_inset
1397
1398  e índices
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 Indices@Índices
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \begin_inset Index idx
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413 Superíndices|see
1414 \begin_inset ERT
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418
1419 {
1420 \end_layout
1421
1422 \end_inset
1423
1424 Exponentes
1425 \begin_inset ERT
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429
1430 }
1431 \end_layout
1432
1433 \end_inset
1434
1435
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \begin_inset Index idx
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 Subíndices|see
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 {
1452 \end_layout
1453
1454 \end_inset
1455
1456 Índices
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 }
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \end_layout
1474
1475 \begin_layout Standard
1476 Los subíndices se componen con un guión bajo 
1477 \begin_inset Quotes fld
1478 \end_inset
1479
1480 _
1481 \begin_inset Quotes frd
1482 \end_inset
1483
1484  o con el botón de la barra de herramientas de ecuaciones 
1485 \begin_inset Graphics
1486         filename ../../images/math-subscript.png
1487         scale 85
1488
1489 \end_inset
1490
1491 , los superíndices con un circunflejo 
1492 \begin_inset Quotes fld
1493 \end_inset
1494
1495 ^
1496 \begin_inset Quotes frd
1497 \end_inset
1498
1499  o con el botón de la barra de herramientas de ecuaciones 
1500 \begin_inset Graphics
1501         filename ../../images/math-superscript.png
1502         scale 85
1503
1504 \end_inset
1505
1506 .
1507 \end_layout
1508
1509 \begin_layout Standard
1510 \noindent
1511 \align center
1512 \begin_inset Tabular
1513 <lyxtabular version="3" rows="4" columns="2">
1514 <features tabularvalignment="middle">
1515 <column alignment="center" valignment="top" width="0">
1516 <column alignment="center" valignment="top" width="0">
1517 <row>
1518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1519 \begin_inset Text
1520
1521 \begin_layout Plain Layout
1522 Comando
1523 \end_layout
1524
1525 \end_inset
1526 </cell>
1527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1528 \begin_inset Text
1529
1530 \begin_layout Plain Layout
1531 Resultado
1532 \begin_inset Note Note
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536
1537 \series bold
1538
1539 \backslash
1540 raisebox
1541 \series default
1542  sólo se usa como espaciador.
1543 \end_layout
1544
1545 \end_inset
1546
1547
1548 \end_layout
1549
1550 \end_inset
1551 </cell>
1552 </row>
1553 <row>
1554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1555 \begin_inset Text
1556
1557 \begin_layout Plain Layout
1558 B_V
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1564 \begin_inset Text
1565
1566 \begin_layout Plain Layout
1567 \begin_inset Formula $B_{V}$
1568 \end_inset
1569
1570
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 </row>
1576 <row>
1577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1578 \begin_inset Text
1579
1580 \begin_layout Plain Layout
1581 B^V
1582 \end_layout
1583
1584 \end_inset
1585 </cell>
1586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1587 \begin_inset Text
1588
1589 \begin_layout Plain Layout
1590 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1591 \end_inset
1592
1593
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 </row>
1599 <row>
1600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 B^
1605 \begin_inset ERT
1606 status collapsed
1607
1608 \begin_layout Plain Layout
1609
1610
1611 \backslash
1612 spce 
1613 \end_layout
1614
1615 \end_inset
1616
1617 A
1618 \end_layout
1619
1620 \end_inset
1621 </cell>
1622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1623 \begin_inset Text
1624
1625 \begin_layout Plain Layout
1626 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1627 \end_inset
1628
1629
1630 \end_layout
1631
1632 \end_inset
1633 </cell>
1634 </row>
1635 </lyxtabular>
1636
1637 \end_inset
1638
1639
1640 \end_layout
1641
1642 \begin_layout Standard
1643 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1644  caso acentuará las vocales y no servirá para entrar en modo exponente.
1645 \begin_inset Foot
1646 status collapsed
1647
1648 \begin_layout Plain Layout
1649 Dependiendo de la configuración del teclado esto puede suceder también con
1650  otros caracteres además de las vocales.
1651 \end_layout
1652
1653 \end_inset
1654
1655  Para conseguir exponentes en estos casos debes pulsar 
1656 \family sans
1657 Espacio
1658 \family default
1659  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1660  
1661 \end_layout
1662
1663 \begin_layout Subsection
1664 Fracciones
1665 \begin_inset CommandInset label
1666 LatexCommand label
1667 name "sub:Fracciones"
1668
1669 \end_inset
1670
1671
1672 \begin_inset Index idx
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676 Fracciones
1677 \end_layout
1678
1679 \end_inset
1680
1681
1682 \end_layout
1683
1684 \begin_layout Standard
1685 Las fracciones se generan con el comando 
1686 \series bold
1687
1688 \backslash
1689 frac
1690 \series default
1691
1692 \begin_inset Index idx
1693 status collapsed
1694
1695 \begin_layout Plain Layout
1696 Comandos ! F ! 
1697 \backslash
1698 frac
1699 \end_layout
1700
1701 \end_inset
1702
1703  o con el botón 
1704 \begin_inset Graphics
1705         filename ../../images/math/frac.png
1706         scale 50
1707
1708 \end_inset
1709
1710  de la barra de herramientas.
1711  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1712  está en línea o en estilo presentación.
1713  Con el botón 
1714 \begin_inset Graphics
1715         filename ../../images/math/frac-square.png
1716         scale 85
1717
1718 \end_inset
1719
1720 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1721  de fracciones.
1722 \end_layout
1723
1724 \begin_layout Standard
1725 Con el comando 
1726 \series bold
1727
1728 \backslash
1729 dfrac
1730 \series default
1731
1732 \begin_inset Index idx
1733 status collapsed
1734
1735 \begin_layout Plain Layout
1736 Comandos ! D ! 
1737 \backslash
1738 dfrac
1739 \end_layout
1740
1741 \end_inset
1742
1743  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1744  presentación.
1745  Con 
1746 \series bold
1747
1748 \backslash
1749 tfrac
1750 \series default
1751
1752 \begin_inset Index idx
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Comandos ! T ! 
1757 \backslash
1758 tfrac
1759 \end_layout
1760
1761 \end_inset
1762
1763  la fracción tiene siempre el tamaño del estilo en línea.
1764  Un ejemplo:
1765 \end_layout
1766
1767 \begin_layout Standard
1768 Una línea con la fracción 
1769 \begin_inset Formula $\frac{1}{2}$
1770 \end_inset
1771
1772  creada con el comando 
1773 \series bold
1774
1775 \backslash
1776 frac
1777 \series default
1778 .
1779  
1780 \end_layout
1781
1782 \begin_layout Standard
1783 Una línea con la fracción 
1784 \begin_inset Formula $\dfrac{1}{2}$
1785 \end_inset
1786
1787  creada con el comando 
1788 \series bold
1789
1790 \backslash
1791 dfrac
1792 \series default
1793 .
1794 \end_layout
1795
1796 \begin_layout Standard
1797 \noindent
1798 \align center
1799 \begin_inset Tabular
1800 <lyxtabular version="3" rows="4" columns="2">
1801 <features tabularvalignment="middle">
1802 <column alignment="center" valignment="top" width="0">
1803 <column alignment="center" valignment="top" width="0">
1804 <row>
1805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809 Comando
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818 Resultado
1819 \begin_inset Note Note
1820 status collapsed
1821
1822 \begin_layout Plain Layout
1823
1824 \series bold
1825
1826 \backslash
1827 raisebox
1828 \series default
1829  se usa sólo como espaciador
1830 \end_layout
1831
1832 \end_inset
1833
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 </row>
1840 <row>
1841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845
1846 \backslash
1847 frac
1848 \begin_inset ERT
1849 status collapsed
1850
1851 \begin_layout Plain Layout
1852
1853
1854 \backslash
1855 spce 
1856 \end_layout
1857
1858 \end_inset
1859
1860 A
1861 \begin_inset Formula $\downarrow$
1862 \end_inset
1863
1864 B
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1874 \end_inset
1875
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 </row>
1882 <row>
1883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \backslash
1889 dfrac
1890 \begin_inset ERT
1891 status collapsed
1892
1893 \begin_layout Plain Layout
1894
1895
1896 \backslash
1897 spce 
1898 \end_layout
1899
1900 \end_inset
1901
1902 A
1903 \begin_inset Formula $\downarrow$
1904 \end_inset
1905
1906 B
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1912 \begin_inset Text
1913
1914 \begin_layout Plain Layout
1915 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1916 \end_inset
1917
1918
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 </row>
1924 <row>
1925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929
1930 \backslash
1931 dfrac
1932 \begin_inset ERT
1933 status collapsed
1934
1935 \begin_layout Plain Layout
1936
1937
1938 \backslash
1939 spce 
1940 \end_layout
1941
1942 \end_inset
1943
1944 e^
1945 \begin_inset ERT
1946 status collapsed
1947
1948 \begin_layout Plain Layout
1949
1950
1951 \backslash
1952 spce 
1953 \end_layout
1954
1955 \end_inset
1956
1957
1958 \backslash
1959 frac
1960 \begin_inset ERT
1961 status collapsed
1962
1963 \begin_layout Plain Layout
1964
1965
1966 \backslash
1967 spce 
1968 \end_layout
1969
1970 \end_inset
1971
1972 1
1973 \begin_inset Formula $\downarrow$
1974 \end_inset
1975
1976 2
1977 \begin_inset Formula $\downarrow$
1978 \end_inset
1979
1980 3
1981 \end_layout
1982
1983 \end_inset
1984 </cell>
1985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1986 \begin_inset Text
1987
1988 \begin_layout Plain Layout
1989 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1990 \end_inset
1991
1992
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 </row>
1998 </lyxtabular>
1999
2000 \end_inset
2001
2002
2003 \begin_inset VSpace bigskip
2004 \end_inset
2005
2006
2007 \end_layout
2008
2009 \begin_layout Standard
2010 Para fracciones anidadas se puede usar el comando 
2011 \series bold
2012
2013 \backslash
2014 cfrac
2015 \series default
2016
2017 \begin_inset Index idx
2018 status collapsed
2019
2020 \begin_layout Plain Layout
2021 Comandos ! C ! 
2022 \backslash
2023 cfrac
2024 \end_layout
2025
2026 \end_inset
2027
2028 .
2029  Un ejemplo:
2030 \begin_inset VSpace -3mm
2031 \end_inset
2032
2033
2034 \end_layout
2035
2036 \begin_layout Standard
2037 \begin_inset Formula \begin{align*}
2038 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
2039 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2040 \end{align*}
2041
2042 \end_inset
2043
2044
2045 \end_layout
2046
2047 \begin_layout Standard
2048 El comando para el ejemplo de arriba es:
2049 \end_layout
2050
2051 \begin_layout Standard
2052
2053 \series bold
2054
2055 \backslash
2056 cfrac
2057 \begin_inset ERT
2058 status collapsed
2059
2060 \begin_layout Plain Layout
2061
2062
2063 \backslash
2064 spce 
2065 \end_layout
2066
2067 \end_inset
2068
2069 A
2070 \begin_inset Formula $\downarrow$
2071 \end_inset
2072
2073 B+
2074 \backslash
2075 cfrac
2076 \begin_inset ERT
2077 status collapsed
2078
2079 \begin_layout Plain Layout
2080
2081
2082 \backslash
2083 spce 
2084 \end_layout
2085
2086 \end_inset
2087
2088 C+
2089 \backslash
2090 cfrac
2091 \begin_inset ERT
2092 status collapsed
2093
2094 \begin_layout Plain Layout
2095
2096
2097 \backslash
2098 spce 
2099 \end_layout
2100
2101 \end_inset
2102
2103 E
2104 \begin_inset Formula $\downarrow$
2105 \end_inset
2106
2107 F
2108 \begin_inset Formula $\downarrow$
2109 \end_inset
2110
2111 D
2112 \end_layout
2113
2114 \begin_layout Standard
2115 \begin_inset VSpace medskip
2116 \end_inset
2117
2118
2119 \end_layout
2120
2121 \begin_layout Standard
2122
2123 \series bold
2124
2125 \backslash
2126 cfrac
2127 \series default
2128  compone la fracción siempre en el tamaño del estilo presentación, también
2129  cuando es parte de otra fracción.
2130 \end_layout
2131
2132 \begin_layout Standard
2133 Es posible especificar la alineación del numerador.
2134  El comando 
2135 \series bold
2136
2137 \backslash
2138 cfracleft
2139 \series default
2140  se usa para alinearlo a la izquierda, el comando 
2141 \series bold
2142
2143 \backslash
2144 cfracright
2145 \series default
2146  para alinearlo a la derecha, 
2147 \series bold
2148
2149 \backslash
2150 cfrac
2151 \series default
2152  centra el numerador.
2153 \end_layout
2154
2155 \begin_layout Standard
2156 Estas fracciones muestran las distintas alineaciones:
2157 \end_layout
2158
2159 \begin_layout Standard
2160 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2161 \end_inset
2162
2163  ; 
2164 \begin_inset Formula $\cfrac{A}{B+C}$
2165 \end_inset
2166
2167  ; 
2168 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2169 \end_inset
2170
2171
2172 \end_layout
2173
2174 \begin_layout Standard
2175 \noindent
2176 \begin_inset Note Greyedout
2177 status open
2178
2179 \begin_layout Plain Layout
2180
2181 \series bold
2182 Nota
2183 \series default
2184
2185 \series bold
2186
2187 \backslash
2188 cfracleft
2189 \series default
2190  y
2191 \series bold
2192  
2193 \backslash
2194 cfracright
2195 \series default
2196  no son comandos LaTeX reales sino sustituciones del comando 
2197 \series bold
2198
2199 \backslash
2200 cfrac[posición del numerador]{numerador}{denominador}
2201 \series default
2202  .
2203  Por tanto no puedes usarlos código TeX.
2204 \end_layout
2205
2206 \end_inset
2207
2208
2209 \begin_inset VSpace medskip
2210 \end_inset
2211
2212
2213 \end_layout
2214
2215 \begin_layout Standard
2216 Muchas veces es adecuado combinar 
2217 \series bold
2218
2219 \backslash
2220 cfrac
2221 \series default
2222  y 
2223 \series bold
2224
2225 \backslash
2226 frac
2227 \series default
2228 :
2229 \begin_inset Formula \[
2230 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2231 \]
2232
2233 \end_inset
2234
2235
2236 \end_layout
2237
2238 \begin_layout Standard
2239 Para componer fracciones en línea con raya de fracción inclinada puedes
2240  usar el comando 
2241 \series bold
2242
2243 \backslash
2244 nicefrac
2245 \series default
2246
2247 \begin_inset Index idx
2248 status collapsed
2249
2250 \begin_layout Plain Layout
2251 Comandos ! N ! 
2252 \backslash
2253 nicefrac
2254 \end_layout
2255
2256 \end_inset
2257
2258
2259 \begin_inset Formula $\nicefrac{5}{31}$
2260 \end_inset
2261
2262  Hay además el comando 
2263 \series bold
2264
2265 \backslash
2266 unitfracthree
2267 \series default
2268  que permite escribir una fracción en combinación con un número: 
2269 \begin_inset Formula $\unitfrac[2]{1}{3}$
2270 \end_inset
2271
2272
2273 \end_layout
2274
2275 \begin_layout Standard
2276 \begin_inset Note Greyedout
2277 status open
2278
2279 \begin_layout Plain Layout
2280
2281 \series bold
2282 Nota
2283 \series default
2284
2285 \series bold
2286
2287 \backslash
2288 unitfracthree
2289 \series default
2290  no es un comando LaTeX auténtico, sino un equivalente al comando
2291 \begin_inset Newline newline
2292 \end_inset
2293
2294
2295 \series bold
2296
2297 \backslash
2298 unitfrac[número]{numerador}{denominador}
2299 \series default
2300  .
2301  Por tanto no puedes usarlo en código TeX.
2302 \end_layout
2303
2304 \end_inset
2305
2306
2307 \end_layout
2308
2309 \begin_layout Standard
2310 En la 
2311 \begin_inset CommandInset ref
2312 LatexCommand ref
2313 reference "sub:Fracciones-personalizadas"
2314
2315 \end_inset
2316
2317  se explica cómo componer fracciones personalizadas en las que la raya de
2318  fracción se puede cambiar.
2319  
2320 \end_layout
2321
2322 \begin_layout Subsection
2323 Raíces
2324 \begin_inset Index idx
2325 status collapsed
2326
2327 \begin_layout Plain Layout
2328 Raíces
2329 \end_layout
2330
2331 \end_inset
2332
2333
2334 \end_layout
2335
2336 \begin_layout Standard
2337 Las raíces cuadradas se componen con 
2338 \series bold
2339
2340 \backslash
2341 sqrt
2342 \series default
2343
2344 \begin_inset Index idx
2345 status collapsed
2346
2347 \begin_layout Plain Layout
2348 Comandos ! S ! 
2349 \backslash
2350 sqrt
2351 \end_layout
2352
2353 \end_inset
2354
2355  o con el botón 
2356 \begin_inset Graphics
2357         filename ../../images/math/sqrt.png
2358         scale 85
2359
2360 \end_inset
2361
2362  de la barra de  ecuaciones; todas las demás raíces con el comando 
2363 \series bold
2364
2365 \backslash
2366 root
2367 \series default
2368
2369 \begin_inset Index idx
2370 status collapsed
2371
2372 \begin_layout Plain Layout
2373 Comandos ! R ! 
2374 \backslash
2375 root
2376 \end_layout
2377
2378 \end_inset
2379
2380  o con el botón 
2381 \begin_inset Graphics
2382         filename ../../images/math/root.png
2383         scale 85
2384
2385 \end_inset
2386
2387 .
2388 \end_layout
2389
2390 \begin_layout Standard
2391 \noindent
2392 \align center
2393 \begin_inset Tabular
2394 <lyxtabular version="3" rows="3" columns="2">
2395 <features tabularvalignment="middle">
2396 <column alignment="center" valignment="top" width="0">
2397 <column alignment="center" valignment="top" width="0">
2398 <row>
2399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2400 \begin_inset Text
2401
2402 \begin_layout Plain Layout
2403 Comando
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Plain Layout
2412 Resultado
2413 \begin_inset Note Note
2414 status collapsed
2415
2416 \begin_layout Plain Layout
2417
2418 \series bold
2419
2420 \backslash
2421 raisebox
2422 \series default
2423  se usa sólo como espaciador
2424 \end_layout
2425
2426 \end_inset
2427
2428
2429 \end_layout
2430
2431 \end_inset
2432 </cell>
2433 </row>
2434 <row>
2435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Plain Layout
2439
2440 \backslash
2441 sqrt
2442 \begin_inset ERT
2443 status collapsed
2444
2445 \begin_layout Plain Layout
2446
2447
2448 \backslash
2449 spce 
2450 \end_layout
2451
2452 \end_inset
2453
2454 A-B
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2460 \begin_inset Text
2461
2462 \begin_layout Plain Layout
2463 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2464 \end_inset
2465
2466
2467 \end_layout
2468
2469 \end_inset
2470 </cell>
2471 </row>
2472 <row>
2473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2474 \begin_inset Text
2475
2476 \begin_layout Plain Layout
2477
2478 \backslash
2479 root
2480 \begin_inset ERT
2481 status collapsed
2482
2483 \begin_layout Plain Layout
2484
2485
2486 \backslash
2487 spce 
2488 \end_layout
2489
2490 \end_inset
2491
2492 3
2493 \begin_inset Formula $\downarrow$
2494 \end_inset
2495
2496 A-B
2497 \end_layout
2498
2499 \end_inset
2500 </cell>
2501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2502 \begin_inset Text
2503
2504 \begin_layout Plain Layout
2505 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2506 \end_inset
2507
2508
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 </row>
2514 </lyxtabular>
2515
2516 \end_inset
2517
2518
2519 \end_layout
2520
2521 \begin_layout Standard
2522 Una raíz cuadrada se compone también con 
2523 \series bold
2524
2525 \backslash
2526 root
2527 \series default
2528  dejando vacío el campo del índice.
2529 \end_layout
2530
2531 \begin_layout Standard
2532 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2533  la raíz: 
2534 \begin_inset Formula $\sqrt[\beta]{B}$
2535 \end_inset
2536
2537
2538 \begin_inset Newline newline
2539 \end_inset
2540
2541 La 
2542 \begin_inset Formula $\beta$
2543 \end_inset
2544
2545  toca la raíz.
2546  Para evitar esto se usan los comandos 
2547 \series bold
2548
2549 \backslash
2550 leftroot
2551 \series default
2552
2553 \begin_inset Index idx
2554 status collapsed
2555
2556 \begin_layout Plain Layout
2557 Comandos ! L ! 
2558 \backslash
2559 leftroot
2560 \end_layout
2561
2562 \end_inset
2563
2564  y 
2565 \series bold
2566
2567 \backslash
2568 uproot
2569 \series default
2570
2571 \begin_inset Index idx
2572 status collapsed
2573
2574 \begin_layout Plain Layout
2575 Comandos ! U ! 
2576 \backslash
2577 uproot
2578 \end_layout
2579
2580 \end_inset
2581
2582  con el esquema siguiente:
2583 \end_layout
2584
2585 \begin_layout Standard
2586
2587 \series bold
2588
2589 \backslash
2590 leftroot{distancia}
2591 \series default
2592  y 
2593 \series bold
2594
2595 \backslash
2596 uproot{distancia}
2597 \end_layout
2598
2599 \begin_layout Standard
2600 Distancia es el número de Puntos Grandes (
2601 \begin_inset Quotes fld
2602 \end_inset
2603
2604 Big Points
2605 \begin_inset Quotes frd
2606 \end_inset
2607
2608 , unidad bp; 
2609 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2610 \end_inset
2611
2612 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2613  Los comandos se escriben en el índice.
2614  Así, el comando:
2615 \begin_inset Newline newline
2616 \end_inset
2617
2618
2619 \series bold
2620
2621 \backslash
2622 root
2623 \backslash
2624 leftroot{-1
2625 \begin_inset Formula $\to$
2626 \end_inset
2627
2628
2629 \backslash
2630 uproot{2
2631 \begin_inset Formula $\to$
2632 \end_inset
2633
2634
2635 \backslash
2636 beta
2637 \begin_inset ERT
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641
2642
2643 \backslash
2644 spce 
2645 \end_layout
2646
2647 \end_inset
2648
2649
2650 \begin_inset Formula $\to$
2651 \end_inset
2652
2653 B
2654 \begin_inset Newline newline
2655 \end_inset
2656
2657
2658 \series default
2659 genera una fórmula correctamente tipografiada: 
2660 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2661 \end_inset
2662
2663
2664 \end_layout
2665
2666 \begin_layout Subsection
2667 Coeficientes de un binomio
2668 \begin_inset Index idx
2669 status collapsed
2670
2671 \begin_layout Plain Layout
2672 Binomios
2673 \end_layout
2674
2675 \end_inset
2676
2677
2678 \end_layout
2679
2680 \begin_layout Standard
2681 Los coeficientes de un binomio se insertan con el comando 
2682 \series bold
2683
2684 \backslash
2685 binom
2686 \series default
2687
2688 \begin_inset Index idx
2689 status collapsed
2690
2691 \begin_layout Plain Layout
2692 Comandos ! B ! 
2693 \backslash
2694 binom
2695 \end_layout
2696
2697 \end_inset
2698
2699  o con el submenú del botón 
2700 \begin_inset Graphics
2701         filename ../../images/math/frac-square.png
2702         scale 85
2703
2704 \end_inset
2705
2706 de la barra de herramientas de ecuaciones.
2707  Como en las fracciones, además de 
2708 \series bold
2709
2710 \backslash
2711 binom
2712 \series default
2713  hay los comandos 
2714 \series bold
2715
2716 \backslash
2717 dbinom
2718 \series default
2719
2720 \begin_inset Index idx
2721 status collapsed
2722
2723 \begin_layout Plain Layout
2724 Comandos ! D ! 
2725 \backslash
2726 dbinom
2727 \end_layout
2728
2729 \end_inset
2730
2731  y 
2732 \series bold
2733
2734 \backslash
2735 tbinom
2736 \series default
2737
2738 \begin_inset Index idx
2739 status collapsed
2740
2741 \begin_layout Plain Layout
2742 Comandos ! T ! 
2743 \backslash
2744 tbinom
2745 \end_layout
2746
2747 \end_inset
2748
2749 .
2750  Para otros delimitadores de coeficientes de un binomio hay los comandos
2751  
2752 \series bold
2753
2754 \backslash
2755 brace
2756 \series default
2757
2758 \begin_inset Index idx
2759 status collapsed
2760
2761 \begin_layout Plain Layout
2762 Comandos ! B ! 
2763 \backslash
2764 brace
2765 \end_layout
2766
2767 \end_inset
2768
2769  y 
2770 \series bold
2771
2772 \backslash
2773 brack
2774 \series default
2775
2776 \begin_inset Index idx
2777 status collapsed
2778
2779 \begin_layout Plain Layout
2780 Comandos ! B ! 
2781 \backslash
2782 brack
2783 \end_layout
2784
2785 \end_inset
2786
2787 .
2788 \end_layout
2789
2790 \begin_layout Standard
2791 \noindent
2792 \align center
2793 \begin_inset Tabular
2794 <lyxtabular version="3" rows="6" columns="2">
2795 <features tabularvalignment="middle">
2796 <column alignment="center" valignment="top" width="0">
2797 <column alignment="center" valignment="top" width="0">
2798 <row>
2799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2800 \begin_inset Text
2801
2802 \begin_layout Plain Layout
2803 Comando
2804 \end_layout
2805
2806 \end_inset
2807 </cell>
2808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2809 \begin_inset Text
2810
2811 \begin_layout Plain Layout
2812 Resultado
2813 \begin_inset Note Note
2814 status collapsed
2815
2816 \begin_layout Plain Layout
2817
2818 \series bold
2819
2820 \backslash
2821 raisebox
2822 \series default
2823  se usa sólo como espaciador
2824 \end_layout
2825
2826 \end_inset
2827
2828
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 </row>
2834 <row>
2835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839
2840 \backslash
2841 binom
2842 \begin_inset ERT
2843 status collapsed
2844
2845 \begin_layout Plain Layout
2846
2847
2848 \backslash
2849 spce 
2850 \end_layout
2851
2852 \end_inset
2853
2854 A
2855 \begin_inset Formula $\downarrow$
2856 \end_inset
2857
2858 B
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2868 \end_inset
2869
2870
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 </row>
2876 <row>
2877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2878 \begin_inset Text
2879
2880 \begin_layout Plain Layout
2881
2882 \backslash
2883 dbinom
2884 \begin_inset ERT
2885 status collapsed
2886
2887 \begin_layout Plain Layout
2888
2889
2890 \backslash
2891 spce 
2892 \end_layout
2893
2894 \end_inset
2895
2896 A
2897 \begin_inset Formula $\downarrow$
2898 \end_inset
2899
2900 B
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2910 \end_inset
2911
2912
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 <row>
2919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Plain Layout
2923
2924 \backslash
2925 tbinom
2926 \begin_inset ERT
2927 status collapsed
2928
2929 \begin_layout Plain Layout
2930
2931
2932 \backslash
2933 spce 
2934 \end_layout
2935
2936 \end_inset
2937
2938 A
2939 \begin_inset Formula $\downarrow$
2940 \end_inset
2941
2942 B
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2952 \end_inset
2953
2954
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 </row>
2960 <row>
2961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965
2966 \backslash
2967 brack
2968 \begin_inset ERT
2969 status collapsed
2970
2971 \begin_layout Plain Layout
2972
2973
2974 \backslash
2975 spce 
2976 \end_layout
2977
2978 \end_inset
2979
2980 A
2981 \begin_inset Formula $\downarrow$
2982 \end_inset
2983
2984 B
2985 \end_layout
2986
2987 \end_inset
2988 </cell>
2989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2994 \end_inset
2995
2996
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 </row>
3002 <row>
3003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007
3008 \backslash
3009 brace
3010 \begin_inset ERT
3011 status collapsed
3012
3013 \begin_layout Plain Layout
3014
3015
3016 \backslash
3017 spce 
3018 \end_layout
3019
3020 \end_inset
3021
3022 A
3023 \begin_inset Formula $\downarrow$
3024 \end_inset
3025
3026 B
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3036 \end_inset
3037
3038
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 </row>
3044 </lyxtabular>
3045
3046 \end_inset
3047
3048
3049 \begin_inset Newpage newpage
3050 \end_inset
3051
3052
3053 \end_layout
3054
3055 \begin_layout Subsection
3056 Diferenciaciones de casos
3057 \begin_inset Index idx
3058 status collapsed
3059
3060 \begin_layout Plain Layout
3061 Casos
3062 \end_layout
3063
3064 \end_inset
3065
3066
3067 \end_layout
3068
3069 \begin_layout Standard
3070 \noindent
3071 \align center
3072 \begin_inset Tabular
3073 <lyxtabular version="3" rows="3" columns="2">
3074 <features tabularvalignment="middle">
3075 <column alignment="center" valignment="top" width="0">
3076 <column alignment="center" valignment="top" width="0">
3077 <row>
3078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082 Comando
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091 Resultado
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 </row>
3097 <row>
3098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102
3103 \backslash
3104 cases
3105 \begin_inset ERT
3106 status collapsed
3107
3108 \begin_layout Plain Layout
3109
3110
3111 \backslash
3112 spce 
3113 \end_layout
3114
3115 \end_inset
3116
3117 A
3118 \begin_inset Formula $\to$
3119 \end_inset
3120
3121 B>0
3122 \begin_inset Index idx
3123 status collapsed
3124
3125 \begin_layout Plain Layout
3126 Comandos ! C ! 
3127 \backslash
3128 cases
3129 \end_layout
3130
3131 \end_inset
3132
3133
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142 \begin_inset Formula $\begin{cases}
3143 A & B>0\end{cases}$
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row>
3153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157
3158 \backslash
3159 cases
3160 \begin_inset ERT
3161 status collapsed
3162
3163 \begin_layout Plain Layout
3164
3165
3166 \backslash
3167 spce 
3168 \end_layout
3169
3170 \end_inset
3171
3172
3173 \family sans
3174 Ctrl+Entrar
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183 \begin_inset Formula $\begin{cases}
3184 A & \textrm{para }x>0\\
3185 B & \textrm{para }x=0
3186 \end{cases}$
3187 \end_inset
3188
3189
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 </row>
3195 </lyxtabular>
3196
3197 \end_inset
3198
3199
3200 \end_layout
3201
3202 \begin_layout Standard
3203 Después de insertar 
3204 \series bold
3205
3206 \backslash
3207 cases
3208 \series default
3209  o usar el botón 
3210 \begin_inset Graphics
3211         filename ../../images/math/cases.png
3212         scale 85
3213
3214 \end_inset
3215
3216  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3217 \family sans
3218 Ctrl+Entrar
3219 \family default
3220  o con el botón
3221 \family sans
3222  
3223 \family default
3224
3225 \begin_inset Graphics
3226         filename ../../images/tabular-feature_append-row.png
3227         scale 85
3228
3229 \end_inset
3230
3231  de la barra de tablas.
3232 \end_layout
3233
3234 \begin_layout Standard
3235 El comando 
3236 \series bold
3237
3238 \backslash
3239 cases
3240 \series default
3241  también está disponible en el menú 
3242 \family sans
3243 Insertar\SpecialChar \menuseparator
3244 Ecuación\SpecialChar \menuseparator
3245 Entorno casos
3246 \family default
3247 .
3248 \end_layout
3249
3250 \begin_layout Subsection
3251 Negaciones
3252 \begin_inset Index idx
3253 status collapsed
3254
3255 \begin_layout Plain Layout
3256 Negaciones
3257 \end_layout
3258
3259 \end_inset
3260
3261
3262 \end_layout
3263
3264 \begin_layout Standard
3265 Con el comando 
3266 \series bold
3267
3268 \backslash
3269 not
3270 \series default
3271
3272 \begin_inset Index idx
3273 status collapsed
3274
3275 \begin_layout Plain Layout
3276 Comandos ! N ! 
3277 \backslash
3278 not
3279 \end_layout
3280
3281 \end_inset
3282
3283  todo carácter se puede mostrar cancelado.
3284  Los caracteres son casi tachados con una barra inclinada.
3285 \end_layout
3286
3287 \begin_layout Standard
3288 \noindent
3289 \align center
3290 \begin_inset Tabular
3291 <lyxtabular version="3" rows="4" columns="2">
3292 <features tabularvalignment="middle">
3293 <column alignment="center" valignment="top" width="0">
3294 <column alignment="center" valignment="top" width="0">
3295 <row>
3296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300 Comando
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309 Resultado
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 </row>
3315 <row>
3316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320
3321 \backslash
3322 not=
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 \begin_inset Formula $\not=$
3332 \end_inset
3333
3334
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 </row>
3340 <row>
3341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345
3346 \backslash
3347 not 
3348 \backslash
3349 le
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 \begin_inset Formula $\not\le$
3359 \end_inset
3360
3361
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 <row>
3368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \backslash
3374 not 
3375 \backslash
3376 parallel
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 \begin_inset Formula $\not\parallel$
3386 \end_inset
3387
3388
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 </row>
3394 </lyxtabular>
3395
3396 \end_inset
3397
3398
3399 \end_layout
3400
3401 \begin_layout Standard
3402 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3403  Por tanto para algunas negaciones hay comandos especiales (véase 
3404 \begin_inset CommandInset ref
3405 LatexCommand ref
3406 reference "sub:Símbolos-matemáticos"
3407
3408 \end_inset
3409
3410  y 
3411 \begin_inset CommandInset ref
3412 LatexCommand ref
3413 reference "sec:Relaciones"
3414
3415 \end_inset
3416
3417 ).
3418 \end_layout
3419
3420 \begin_layout Subsection
3421 Espacios reservados 
3422 \begin_inset CommandInset label
3423 LatexCommand label
3424 name "sub:Espacios-reservados"
3425
3426 \end_inset
3427
3428
3429 \begin_inset Index idx
3430 status collapsed
3431
3432 \begin_layout Plain Layout
3433 Espacios reservados
3434 \end_layout
3435
3436 \end_inset
3437
3438
3439 \begin_inset Index idx
3440 status collapsed
3441
3442 \begin_layout Plain Layout
3443 Química ! isótopos
3444 \end_layout
3445
3446 \end_inset
3447
3448
3449 \begin_inset Index idx
3450 status collapsed
3451
3452 \begin_layout Plain Layout
3453 Isótopos|see
3454 \begin_inset ERT
3455 status collapsed
3456
3457 \begin_layout Plain Layout
3458
3459 {
3460 \end_layout
3461
3462 \end_inset
3463
3464 Química
3465 \begin_inset ERT
3466 status collapsed
3467
3468 \begin_layout Plain Layout
3469
3470 }
3471 \end_layout
3472
3473 \end_inset
3474
3475
3476 \end_layout
3477
3478 \end_inset
3479
3480
3481 \end_layout
3482
3483 \begin_layout Standard
3484 En la presentación de, p.
3485 \begin_inset space \thinspace{}
3486 \end_inset
3487
3488 e., isótopos,
3489 \begin_inset Foot
3490 status collapsed
3491
3492 \begin_layout Plain Layout
3493 Más sobre símbolos químicos en 
3494 \begin_inset CommandInset ref
3495 LatexCommand ref
3496 reference "sub:Símbolos-y-ecuaciones-químicas"
3497
3498 \end_inset
3499
3500
3501 \end_layout
3502
3503 \end_inset
3504
3505  surge el problema siguiente:
3506 \end_layout
3507
3508 \begin_layout Standard
3509 \noindent
3510 \align center
3511 \begin_inset Tabular
3512 <lyxtabular version="3" rows="2" columns="2">
3513 <features tabularvalignment="middle">
3514 <column alignment="center" valignment="top" width="0">
3515 <column alignment="center" valignment="top" width="0">
3516 <row>
3517 <cell alignment="center" valignment="top" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 Índices generados con sub- y superíndices:
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3531 \end_inset
3532
3533
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 </row>
3539 <row>
3540 <cell alignment="center" valignment="top" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 Índices correctos:
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3554 \end_inset
3555
3556
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 </lyxtabular>
3563
3564 \end_inset
3565
3566
3567 \begin_inset Note Note
3568 status collapsed
3569
3570 \begin_layout Plain Layout
3571
3572 \series bold
3573
3574 \backslash
3575 raisebox
3576 \series default
3577  se usa sólo como espaciador
3578 \end_layout
3579
3580 \end_inset
3581
3582
3583 \end_layout
3584
3585 \begin_layout Standard
3586 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3587  del índice más largo.
3588  Para evitarlo está el comando 
3589 \series bold
3590
3591 \backslash
3592 phantom
3593 \series default
3594
3595 \begin_inset Index idx
3596 status collapsed
3597
3598 \begin_layout Plain Layout
3599 Comandos ! P ! 
3600 \backslash
3601 phantom
3602 \end_layout
3603
3604 \end_inset
3605
3606  o el botón 
3607 \begin_inset space ~
3608 \end_inset
3609
3610
3611 \begin_inset Graphics
3612         filename ../../images/math/phantom.png
3613         scale 85
3614
3615 \end_inset
3616
3617  del submenú de espaciado de ecuaciones
3618 \begin_inset Foot
3619 status collapsed
3620
3621 \begin_layout Plain Layout
3622 Botón 
3623 \begin_inset Graphics
3624         filename ../../images/math/space.png
3625         scale 85
3626
3627 \end_inset
3628
3629  de la barra de ecuaciones
3630 \end_layout
3631
3632 \end_inset
3633
3634 , que genera uno o más espacios reservados.
3635  Al insertar 
3636 \series bold
3637
3638 \backslash
3639 phantom
3640 \series default
3641  aparece un pequeño marco azul con dos flechas rojas superpuestas
3642 \begin_inset Formula $\phantom{}$
3643 \end_inset
3644
3645 .
3646  Las flechas indican que se reservará un espacio equivalente a la anchura
3647  y altura totales del contenido del marco.
3648  Los espacios reservados son correspondientes al tamaño de los caracteres.
3649 \end_layout
3650
3651 \begin_layout Standard
3652 \noindent
3653 \align center
3654 \begin_inset Tabular
3655 <lyxtabular version="3" rows="4" columns="2">
3656 <features tabularvalignment="middle">
3657 <column alignment="center" valignment="top" width="0">
3658 <column alignment="center" valignment="top" width="0">
3659 <row>
3660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 Comando
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 Resultado
3674 \begin_inset Note Note
3675 status collapsed
3676
3677 \begin_layout Plain Layout
3678
3679 \series bold
3680
3681 \backslash
3682 raisebox
3683 \series default
3684  se usa sólo como espaciador
3685 \end_layout
3686
3687 \end_inset
3688
3689
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 </row>
3695 <row>
3696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 ^19
3701 \begin_inset ERT
3702 status collapsed
3703
3704 \begin_layout Plain Layout
3705
3706
3707 \backslash
3708 spce 
3709 \end_layout
3710
3711 \end_inset
3712
3713 _
3714 \backslash
3715 phantom
3716 \begin_inset ERT
3717 status collapsed
3718
3719 \begin_layout Plain Layout
3720
3721
3722 \backslash
3723 spce 
3724 \end_layout
3725
3726 \end_inset
3727
3728 1
3729 \begin_inset Formula $\rightarrow$
3730 \end_inset
3731
3732 9
3733 \begin_inset ERT
3734 status collapsed
3735
3736 \begin_layout Plain Layout
3737
3738
3739 \backslash
3740 spce 
3741 \end_layout
3742
3743 \end_inset
3744
3745 F
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3755 \end_inset
3756
3757
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 </row>
3763 <row>
3764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768 ^235
3769 \begin_inset ERT
3770 status collapsed
3771
3772 \begin_layout Plain Layout
3773
3774
3775 \backslash
3776 spce 
3777 \end_layout
3778
3779 \end_inset
3780
3781 _
3782 \backslash
3783 phantom
3784 \begin_inset ERT
3785 status collapsed
3786
3787 \begin_layout Plain Layout
3788
3789
3790 \backslash
3791 spce 
3792 \end_layout
3793
3794 \end_inset
3795
3796 23
3797 \begin_inset Formula $\rightarrow$
3798 \end_inset
3799
3800 9
3801 \begin_inset ERT
3802 status collapsed
3803
3804 \begin_layout Plain Layout
3805
3806
3807 \backslash
3808 spce 
3809 \end_layout
3810
3811 \end_inset
3812
3813 F
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3823 \end_inset
3824
3825
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 </row>
3831 <row>
3832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836
3837 \backslash
3838 Lambda^
3839 \begin_inset ERT
3840 status collapsed
3841
3842 \begin_layout Plain Layout
3843
3844
3845 \backslash
3846 spce 
3847 \end_layout
3848
3849 \end_inset
3850
3851
3852 \backslash
3853 phantom
3854 \begin_inset ERT
3855 status collapsed
3856
3857 \begin_layout Plain Layout
3858
3859
3860 \backslash
3861 spce 
3862 \end_layout
3863
3864 \end_inset
3865
3866 ii
3867 \begin_inset Formula $\rightarrow$
3868 \end_inset
3869
3870 t
3871 \begin_inset ERT
3872 status collapsed
3873
3874 \begin_layout Plain Layout
3875
3876
3877 \backslash
3878 spce 
3879 \end_layout
3880
3881 \end_inset
3882
3883 _MMt
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3893 \end_inset
3894
3895
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 </row>
3901 </lyxtabular>
3902
3903 \end_inset
3904
3905
3906 \end_layout
3907
3908 \begin_layout Standard
3909 Además hay los comandos 
3910 \series bold
3911
3912 \backslash
3913 vphantom
3914 \series default
3915
3916 \begin_inset Index idx
3917 status collapsed
3918
3919 \begin_layout Plain Layout
3920 Comandos ! V ! 
3921 \backslash
3922 vphantom
3923 \end_layout
3924
3925 \end_inset
3926
3927  (botón 
3928 \begin_inset space ~
3929 \end_inset
3930
3931
3932 \begin_inset Graphics
3933         filename ../../images/math/vphantom.png
3934         scale 85
3935
3936 \end_inset
3937
3938 ) y 
3939 \series bold
3940
3941 \backslash
3942 hphantom
3943 \series default
3944
3945 \begin_inset Index idx
3946 status collapsed
3947
3948 \begin_layout Plain Layout
3949 Comandos ! H ! 
3950 \backslash
3951 hphantom
3952 \end_layout
3953
3954 \end_inset
3955
3956  (botón 
3957 \begin_inset space ~
3958 \end_inset
3959
3960
3961 \begin_inset Graphics
3962         filename ../../images/math/hphantom.png
3963         scale 85
3964
3965 \end_inset
3966
3967 ).
3968  
3969 \series bold
3970
3971 \backslash
3972 hphantom
3973 \series default
3974  genera espacio en el marco sólo para la altura máxima de los caracteres,
3975  no para su anchura.
3976  
3977 \series bold
3978
3979 \backslash
3980 vphantom
3981 \series default
3982  genera espacio sólo para la anchura del contenido del marco.
3983  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3984 \end_layout
3985
3986 \begin_layout Standard
3987 Por ejemplo, 
3988 \series bold
3989
3990 \backslash
3991 vphantom
3992 \series default
3993
3994 \begin_inset ERT
3995 status collapsed
3996
3997 \begin_layout Plain Layout
3998
3999
4000 \backslash
4001 spce 
4002 \end_layout
4003
4004 \end_inset
4005
4006
4007 \series bold
4008 a
4009 \backslash
4010 int
4011 \series default
4012  genera espacio de la altura del signo de la integral,
4013 \begin_inset Foot
4014 status collapsed
4015
4016 \begin_layout Plain Layout
4017 El comando 
4018 \series bold
4019
4020 \backslash
4021 int
4022 \series default
4023  genera un signo de integral, véase 
4024 \begin_inset CommandInset ref
4025 LatexCommand ref
4026 reference "sub:Operadores-grandes"
4027
4028 \end_inset
4029
4030
4031 \end_layout
4032
4033 \end_inset
4034
4035  porque este es el carácter más largo.
4036  En la 
4037 \begin_inset CommandInset ref
4038 LatexCommand ref
4039 reference "sub:Delimitadores-multilínea"
4040
4041 \end_inset
4042
4043  hay un ejemplo de aplicación.
4044 \end_layout
4045
4046 \begin_layout Standard
4047 Los espacios reservados también se pueden usar para un texto cuando se insertan
4048  mediante el menú 
4049 \family sans
4050 Insertar\SpecialChar \menuseparator
4051 Formato\SpecialChar \menuseparator
4052 Fantasma
4053 \family default
4054 :
4055 \end_layout
4056
4057 \begin_layout Standard
4058 Esto es una frase.
4059 \begin_inset Newline newline
4060 \end_inset
4061
4062
4063 \begin_inset Phantom Phantom
4064 status open
4065
4066 \begin_layout Plain Layout
4067 Esto
4068 \end_layout
4069
4070 \end_inset
4071
4072  es una frase.
4073 \end_layout
4074
4075 \begin_layout Subsection
4076 Líneas
4077 \begin_inset Index idx
4078 status collapsed
4079
4080 \begin_layout Plain Layout
4081 Lineas@Líneas
4082 \end_layout
4083
4084 \end_inset
4085
4086
4087 \begin_inset Index idx
4088 status collapsed
4089
4090 \begin_layout Plain Layout
4091 Ecuación ! sub- o superrayada
4092 \end_layout
4093
4094 \end_inset
4095
4096
4097 \end_layout
4098
4099 \begin_layout Standard
4100 \noindent
4101 \align center
4102 \begin_inset Tabular
4103 <lyxtabular version="3" rows="4" columns="2">
4104 <features tabularvalignment="middle">
4105 <column alignment="center" valignment="top" width="0">
4106 <column alignment="center" valignment="top" width="0">
4107 <row>
4108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 Comando
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121 Resultado
4122 \begin_inset Note Note
4123 status collapsed
4124
4125 \begin_layout Plain Layout
4126
4127 \series bold
4128
4129 \backslash
4130 raisebox
4131 \series default
4132  se usa sólo como espaciador
4133 \end_layout
4134
4135 \end_inset
4136
4137
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 </row>
4143 <row>
4144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148
4149 \backslash
4150 overline
4151 \begin_inset ERT
4152 status collapsed
4153
4154 \begin_layout Plain Layout
4155
4156
4157 \backslash
4158 spce 
4159 \end_layout
4160
4161 \end_inset
4162
4163 A+B
4164 \begin_inset Index idx
4165 status collapsed
4166
4167 \begin_layout Plain Layout
4168 Comandos ! O ! 
4169 \backslash
4170 overline
4171 \end_layout
4172
4173 \end_inset
4174
4175
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4185 \end_inset
4186
4187
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 </row>
4193 <row>
4194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198
4199 \backslash
4200 underline
4201 \begin_inset ERT
4202 status collapsed
4203
4204 \begin_layout Plain Layout
4205
4206
4207 \backslash
4208 spce 
4209 \end_layout
4210
4211 \end_inset
4212
4213 A+B
4214 \begin_inset Index idx
4215 status collapsed
4216
4217 \begin_layout Plain Layout
4218 Comandos ! U ! 
4219 \backslash
4220 underline
4221 \end_layout
4222
4223 \end_inset
4224
4225
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4235 \end_inset
4236
4237
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 </row>
4243 <row>
4244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248
4249 \backslash
4250 overline
4251 \begin_inset ERT
4252 status collapsed
4253
4254 \begin_layout Plain Layout
4255
4256
4257 \backslash
4258 spce 
4259 \end_layout
4260
4261 \end_inset
4262
4263
4264 \backslash
4265 underline
4266 \begin_inset ERT
4267 status collapsed
4268
4269 \begin_layout Plain Layout
4270
4271
4272 \backslash
4273 spce 
4274 \end_layout
4275
4276 \end_inset
4277
4278 A+B
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4288 \end_inset
4289
4290
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 </row>
4296 </lyxtabular>
4297
4298 \end_inset
4299
4300
4301 \end_layout
4302
4303 \begin_layout Standard
4304 En el último ejemplo es indiferente poner primero 
4305 \series bold
4306
4307 \backslash
4308 overline
4309 \series default
4310  o 
4311 \series bold
4312
4313 \backslash
4314 underline
4315 \series default
4316 .
4317 \end_layout
4318
4319 \begin_layout Standard
4320 Para poner doble subrayado, p.
4321 \begin_inset space \thinspace{}
4322 \end_inset
4323
4324 e.
4325  en resultados, se usa 
4326 \series bold
4327
4328 \backslash
4329 underline
4330 \series default
4331  dos veces.
4332 \end_layout
4333
4334 \begin_layout Standard
4335 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4336 \begin_inset VSpace bigskip
4337 \end_inset
4338
4339 Se pueden crear líneas personalizadas con el comando 
4340 \series bold
4341
4342 \backslash
4343 rule
4344 \series default
4345
4346 \begin_inset Index idx
4347 status collapsed
4348
4349 \begin_layout Plain Layout
4350 Comandos ! R ! 
4351 \backslash
4352 rule
4353 \end_layout
4354
4355 \end_inset
4356
4357  con el esquema siguiente:
4358 \end_layout
4359
4360 \begin_layout Standard
4361
4362 \series bold
4363
4364 \backslash
4365 rule[hueco vertical]{longitud}{grosor}
4366 \end_layout
4367
4368 \begin_layout Standard
4369 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4370  si el valor es negativo).
4371  Las unidades disponibles para los valores están listadas en
4372 \begin_inset space ~
4373 \end_inset
4374
4375
4376 \begin_inset CommandInset ref
4377 LatexCommand ref
4378 reference "tab:Unidades-disponibles"
4379
4380 \end_inset
4381
4382 .
4383  A continuación hay dos ejemplos de líneas creadas con los comandos
4384 \series bold
4385
4386 \begin_inset Newline newline
4387 \end_inset
4388
4389
4390 \backslash
4391 rule[-2ex]{3cm}{2pt}
4392 \series default
4393  y 
4394 \series bold
4395
4396 \backslash
4397 rule{2cm}{1pt}
4398 \series default
4399 :
4400 \end_layout
4401
4402 \begin_layout Standard
4403 Esto es una frase 
4404 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4405 \end_inset
4406
4407  con dos líneas.
4408 \end_layout
4409
4410 \begin_layout Standard
4411
4412 \series bold
4413
4414 \backslash
4415 rule
4416 \series default
4417  también se puede usar para texto insertando una línea mediante el menú
4418  
4419 \family sans
4420 Insertar\SpecialChar \menuseparator
4421 Formato\SpecialChar \menuseparator
4422 Línea horizontal
4423 \family default
4424 :
4425 \end_layout
4426
4427 \begin_layout Standard
4428 Esto es una frase 
4429 \begin_inset CommandInset line
4430 LatexCommand rule
4431 offset "0.5ex"
4432 width "3cm"
4433 height "1pt"
4434
4435 \end_inset
4436
4437  con una línea insertada.
4438 \end_layout
4439
4440 \begin_layout Subsection
4441 Puntos
4442 \begin_inset CommandInset label
4443 LatexCommand label
4444 name "sub:Puntos"
4445
4446 \end_inset
4447
4448
4449 \begin_inset Index idx
4450 status collapsed
4451
4452 \begin_layout Plain Layout
4453 Puntos
4454 \end_layout
4455
4456 \end_inset
4457
4458
4459 \end_layout
4460
4461 \begin_layout Standard
4462 Hay distintos tipos de puntos disponibles.
4463 \begin_inset Foot
4464 status collapsed
4465
4466 \begin_layout Plain Layout
4467 En la barra de herramientas de ecuaciones, en el panel del botón 
4468 \begin_inset Graphics
4469         filename ../../images/math/ldots.png
4470         scale 85
4471
4472 \end_inset
4473
4474 .
4475 \end_layout
4476
4477 \end_inset
4478
4479  Para continuación en enumeraciones se usan puntos bajos, (
4480 \series bold
4481
4482 \backslash
4483 ldots
4484 \series default
4485
4486 \begin_inset Index idx
4487 status collapsed
4488
4489 \begin_layout Plain Layout
4490 Comandos ! L ! 
4491 \backslash
4492 ldots
4493 \end_layout
4494
4495 \end_inset
4496
4497 ), mientras que para operaciones se usan puntos centrados a la misma altura
4498  que los operadores, (
4499 \series bold
4500
4501 \backslash
4502 cdots
4503 \series default
4504
4505 \begin_inset Index idx
4506 status collapsed
4507
4508 \begin_layout Plain Layout
4509 Comandos ! C ! 
4510 \backslash
4511 cdots
4512 \end_layout
4513
4514 \end_inset
4515
4516 ).
4517  Si se usa el comando 
4518 \series bold
4519
4520 \backslash
4521 dots
4522 \series default
4523
4524 \begin_inset Index idx
4525 status collapsed
4526
4527 \begin_layout Plain Layout
4528 Comandos ! D ! 
4529 \backslash
4530 dots
4531 \end_layout
4532
4533 \end_inset
4534
4535 , LaTeX decide el tipo a usar en función del carácter siguiente.
4536 \end_layout
4537
4538 \begin_layout Standard
4539 \align center
4540 \begin_inset Tabular
4541 <lyxtabular version="3" rows="9" columns="2">
4542 <features tabularvalignment="middle">
4543 <column alignment="center" valignment="top" width="0pt">
4544 <column alignment="center" valignment="top" width="0pt">
4545 <row>
4546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 Comando
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 Resultado
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 </row>
4565 <row>
4566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 A_1
4571 \begin_inset ERT
4572 status collapsed
4573
4574 \begin_layout Plain Layout
4575
4576
4577 \backslash
4578 spce 
4579 \end_layout
4580
4581 \end_inset
4582
4583 ,
4584 \backslash
4585 dots
4586 \begin_inset ERT
4587 status collapsed
4588
4589 \begin_layout Plain Layout
4590
4591
4592 \backslash
4593 spce 
4594 \end_layout
4595
4596 \end_inset
4597
4598 ,A_n
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 \begin_inset Formula $A_{1},\dots,A_{n}$
4608 \end_inset
4609
4610
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 A_1
4622 \begin_inset ERT
4623 status collapsed
4624
4625 \begin_layout Plain Layout
4626
4627
4628 \backslash
4629 spce 
4630 \end_layout
4631
4632 \end_inset
4633
4634 +
4635 \backslash
4636 dots
4637 \begin_inset ERT
4638 status collapsed
4639
4640 \begin_layout Plain Layout
4641
4642
4643 \backslash
4644 spce 
4645 \end_layout
4646
4647 \end_inset
4648
4649 +A_n
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 \begin_inset Formula $A_{1}+\dots+A_{n}$
4659 \end_inset
4660
4661
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 A_1
4673 \begin_inset ERT
4674 status collapsed
4675
4676 \begin_layout Plain Layout
4677
4678
4679 \backslash
4680 spce 
4681 \end_layout
4682
4683 \end_inset
4684
4685 ,
4686 \backslash
4687 ldots
4688 \begin_inset ERT
4689 status collapsed
4690
4691 \begin_layout Plain Layout
4692
4693
4694 \backslash
4695 spce 
4696 \end_layout
4697
4698 \end_inset
4699
4700 ,A_n
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 \begin_inset Formula $A_{1},\ldots,A_{n}$
4710 \end_inset
4711
4712
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 </row>
4718 <row>
4719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 A_1
4724 \begin_inset ERT
4725 status collapsed
4726
4727 \begin_layout Plain Layout
4728
4729
4730 \backslash
4731 spce 
4732 \end_layout
4733
4734 \end_inset
4735
4736 +
4737 \backslash
4738 cdots
4739 \begin_inset ERT
4740 status collapsed
4741
4742 \begin_layout Plain Layout
4743
4744
4745 \backslash
4746 spce 
4747 \end_layout
4748
4749 \end_inset
4750
4751 +A_n
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4761 \end_inset
4762
4763
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774
4775 \backslash
4776 vdots
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 \begin_inset Formula $\vdots$
4786 \end_inset
4787
4788
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 </row>
4794 <row>
4795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799
4800 \backslash
4801 ddots
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810 \begin_inset Formula $\ddots$
4811 \end_inset
4812
4813
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 </row>
4819 <row>
4820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824
4825 \backslash
4826 iddots
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 \begin_inset Formula $\iddots$
4836 \end_inset
4837
4838
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 </row>
4844 <row>
4845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 Matriz
4850 \begin_inset space \thinspace{}
4851 \end_inset
4852
4853 3×3 con los distintos puntos
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 \begin_inset Formula $\begin{array}{ccc}
4863 A_{11} & \cdots & A_{1m}\\
4864 \vdots & \ddots & \vdots\\
4865 A_{n1} & \cdots & A_{nm}
4866 \end{array}$
4867 \end_inset
4868
4869
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 </row>
4875 </lyxtabular>
4876
4877 \end_inset
4878
4879
4880 \end_layout
4881
4882 \begin_layout Standard
4883 Los puntos suspensivos disponibles en el menú 
4884 \family sans
4885 Insertar\SpecialChar \menuseparator
4886 Carácter especial
4887 \family default
4888  son 
4889 \series bold
4890
4891 \backslash
4892 ldots
4893 \series default
4894 .
4895 \end_layout
4896
4897 \begin_layout Standard
4898 \begin_inset VSpace medskip
4899 \end_inset
4900
4901
4902 \end_layout
4903
4904 \begin_layout Standard
4905 Para usar 
4906 \series bold
4907
4908 \backslash
4909 iddots
4910 \series default
4911 , hay que marcar una de las opciones 
4912 \family sans
4913 Usar paquete mathdots (automáticamente)
4914 \family default
4915  en las 
4916 \family sans
4917 Opciones de ecuación
4918 \family default
4919  de la configuración del documento.
4920 \begin_inset Newline newline
4921 \end_inset
4922
4923 La opción 
4924 \family sans
4925 Usar paquete mathdots
4926 \family default
4927  mejorará el aspecto de todos los puntos en los documentos si su estilo
4928  o tamaño de fuente no son los predeterminados.
4929 \end_layout
4930
4931 \begin_layout Standard
4932 \begin_inset VSpace medskip
4933 \end_inset
4934
4935 Hay puntos específicos para matrices que se extienden por varias columnas.
4936  Se generan con el comando 
4937 \series bold
4938
4939 \backslash
4940 hdotsfor
4941 \series default
4942
4943 \begin_inset Index idx
4944 status collapsed
4945
4946 \begin_layout Plain Layout
4947 Comandos ! H ! 
4948 \backslash
4949 hdotsfor
4950 \end_layout
4951
4952 \end_inset
4953
4954 , que tiene el siguiente esquema:
4955 \end_layout
4956
4957 \begin_layout Standard
4958
4959 \series bold
4960
4961 \backslash
4962 hdotsfor[distancia]{número de columnas}
4963 \end_layout
4964
4965 \begin_layout Standard
4966 Número de columnas especifica cuántas columnas deben abarcarse.
4967  Distancia es un factor para la separación entre los puntos.
4968 \end_layout
4969
4970 \begin_layout Standard
4971 En la siguiente matriz se ha insertado el comando 
4972 \series bold
4973
4974 \backslash
4975 hdotsfor[2]{4}
4976 \series default
4977  en el primer recuadro de la segunda línea para obtener puntos separados
4978  una distancia equivalente a dos veces la del comando 
4979 \series bold
4980
4981 \backslash
4982 dots
4983 \series default
4984 .
4985 \begin_inset Formula \[
4986 \left(\begin{array}{cccc}
4987 A & B & C & D\\
4988 \hdotsfor[2]{4}\\
4989 q & w & e & r
4990 \end{array}\right)
4991 \]
4992
4993 \end_inset
4994
4995
4996 \end_layout
4997
4998 \begin_layout Standard
4999 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
5000  de lo contrario se producen errores de LaTeX.
5001 \end_layout
5002
5003 \begin_layout Standard
5004 \begin_inset VSpace bigskip
5005 \end_inset
5006
5007
5008 \end_layout
5009
5010 \begin_layout Standard
5011 Además, con el comando 
5012 \series bold
5013
5014 \backslash
5015 dotfill
5016 \series default
5017
5018 \begin_inset Index idx
5019 status collapsed
5020
5021 \begin_layout Plain Layout
5022 Comandos ! D ! 
5023 \backslash
5024 dotfill
5025 \end_layout
5026
5027 \end_inset
5028
5029  puedes completar con puntos una línea.
5030  El efecto de este tipo de comandos es como el de 
5031 \series bold
5032
5033 \backslash
5034 hfill
5035 \series default
5036 , véase 
5037 \begin_inset CommandInset ref
5038 LatexCommand ref
5039 reference "sub:Espacio-variable"
5040
5041 \end_inset
5042
5043 .
5044 \end_layout
5045
5046 \begin_layout Standard
5047 Por ejemplo el comando 
5048 \series bold
5049 A
5050 \backslash
5051 dotfill
5052 \series default
5053
5054 \begin_inset ERT
5055 status collapsed
5056
5057 \begin_layout Plain Layout
5058
5059
5060 \backslash
5061 spce 
5062 \end_layout
5063
5064 \end_inset
5065
5066
5067 \series bold
5068 B
5069 \series default
5070  genera
5071 \end_layout
5072
5073 \begin_layout Standard
5074 \begin_inset Formula $A\dotfill B$
5075 \end_inset
5076
5077
5078 \end_layout
5079
5080 \begin_layout Standard
5081 Un comando análogo a 
5082 \series bold
5083
5084 \backslash
5085 dotfill
5086 \series default
5087  para rellenar con una línea es 
5088 \series bold
5089
5090 \backslash
5091 hrulefill
5092 \series default
5093
5094 \begin_inset Index idx
5095 status collapsed
5096
5097 \begin_layout Plain Layout
5098 Comandos ! H ! 
5099 \backslash
5100 hrulefill
5101 \end_layout
5102
5103 \end_inset
5104
5105 :
5106 \end_layout
5107
5108 \begin_layout Standard
5109 \begin_inset Formula $A\hrulefill B$
5110 \end_inset
5111
5112
5113 \end_layout
5114
5115 \begin_layout Standard
5116 Para usar estos comandos en el texto, deben insertarse en modo TeX.
5117 \end_layout
5118
5119 \begin_layout Section
5120 Matrices
5121 \begin_inset CommandInset label
5122 LatexCommand label
5123 name "sec:Matrices"
5124
5125 \end_inset
5126
5127
5128 \begin_inset Index idx
5129 status collapsed
5130
5131 \begin_layout Plain Layout
5132 Matrices
5133 \end_layout
5134
5135 \end_inset
5136
5137
5138 \end_layout
5139
5140 \begin_layout Standard
5141 Se pueden insertar con el botón 
5142 \begin_inset Graphics
5143         filename ../../images/dialog-show_mathmatrix.png
5144         scale 85
5145
5146 \end_inset
5147
5148  de la barra de ecuaciones o con el menú 
5149 \family sans
5150 Insertar\SpecialChar \menuseparator
5151 Ecuación\SpecialChar \menuseparator
5152 Matriz
5153 \family default
5154 .
5155  Aparece una ventana en la que se pide el número de filas y columnas, la
5156  alineación y la decoración.
5157  La alineación vertical sólo es relevante para matrices en línea:
5158 \end_layout
5159
5160 \begin_layout Standard
5161 Esta primera matriz tiene alineación superior 
5162 \begin_inset Formula $\begin{array}[t]{cccc}
5163 A & D & G & J\\
5164 B & E & H & K\\
5165 D & F & I & L
5166 \end{array}$
5167 \end_inset
5168
5169  , la segunda alineación central 
5170 \begin_inset Formula $\begin{array}{cccc}
5171 A & D & G & J\\
5172 B & E & H & K\\
5173 D & F & I & L
5174 \end{array}$
5175 \end_inset
5176
5177  , y la tercera alineación inferior 
5178 \begin_inset Formula $\begin{array}[b]{cccc}
5179 A & D & G & J\\
5180 B & E & H & K\\
5181 D & F & I & L
5182 \end{array}$
5183 \end_inset
5184
5185 .
5186 \end_layout
5187
5188 \begin_layout Standard
5189 La alineación horizontal especifica cómo deben alinearse las entradas de
5190  la columna.
5191  Se determina mediante una letra para cada columna.
5192  
5193 \emph on
5194 l
5195 \emph default
5196  indica alineación a la izquierda, 
5197 \emph on
5198 c
5199 \emph default
5200  alineación centrada y 
5201 \emph on
5202 r
5203 \emph default
5204  alineación a la derecha.
5205  Por ejemplo, para componer una matriz
5206 \begin_inset space ~
5207 \end_inset
5208
5209 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5210  centradas y la última a la derecha, se anota 
5211 \series bold
5212 lccr
5213 \series default
5214  en la alineación horizontal.
5215  Normalmente todas las columnas de una matriz están centradas, por tanto
5216  el valor por omisión es 
5217 \series bold
5218 c
5219 \series default
5220  para todas ellas.
5221 \end_layout
5222
5223 \begin_layout Standard
5224 Alineación horizontal:
5225 \end_layout
5226
5227 \begin_layout Standard
5228
5229 \series bold
5230 lll
5231 \series default
5232  : 
5233 \begin_inset Formula $\begin{array}{lll}
5234 10000 & D & G\\
5235 B & 10000 & H\\
5236 C & F & 10000
5237 \end{array}$
5238 \end_inset
5239
5240  , 
5241 \series bold
5242 ccc 
5243 \series default
5244
5245 \begin_inset Formula $\begin{array}{ccc}
5246 10000 & D & G\\
5247 B & 10000 & H\\
5248 C & F & 10000
5249 \end{array}$
5250 \end_inset
5251
5252  
5253 \series bold
5254 ,
5255 \series default
5256  
5257 \series bold
5258 rrr 
5259 \series default
5260
5261 \begin_inset Formula $\begin{array}{rrr}
5262 10000 & D & G\\
5263 B & 10000 & H\\
5264 C & F & 10000
5265 \end{array}$
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \begin_layout Standard
5272 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5273  botones 
5274 \begin_inset Graphics
5275         filename ../../images/tabular-feature_append-row.png
5276         scale 85
5277
5278 \end_inset
5279
5280
5281 \begin_inset Graphics
5282         filename ../../images/tabular-feature_delete-row.png
5283         scale 85
5284
5285 \end_inset
5286
5287 , etc.
5288  de la barra de ecuaciones o el menú 
5289 \family sans
5290 Editar\SpecialChar \menuseparator
5291 Filas y columnas
5292 \family default
5293 .
5294  También se pueden añadir filas nuevas con 
5295 \family sans
5296 Ctrl+Entrar
5297 \family default
5298 .
5299 \end_layout
5300
5301 \begin_layout Standard
5302 \begin_inset VSpace bigskip
5303 \end_inset
5304
5305
5306 \end_layout
5307
5308 \begin_layout Standard
5309 La 
5310 \family sans
5311 Decoración
5312 \family default
5313  añade paréntesis en el estilo seleccionado alrededor de la matriz.
5314  Alternativamente, se pueden generar paréntesis con los comandos 
5315 \series bold
5316
5317 \backslash
5318 left
5319 \series default
5320
5321 \begin_inset Index idx
5322 status collapsed
5323
5324 \begin_layout Plain Layout
5325 Comandos ! L ! 
5326 \backslash
5327 left
5328 \end_layout
5329
5330 \end_inset
5331
5332  y 
5333 \series bold
5334
5335 \backslash
5336 right
5337 \series default
5338
5339 \begin_inset Index idx
5340 status collapsed
5341
5342 \begin_layout Plain Layout
5343 Comandos ! R ! 
5344 \backslash
5345 right
5346 \end_layout
5347
5348 \end_inset
5349
5350  (atajo 
5351 \family sans
5352 Alt+M
5353 \begin_inset space ~
5354 \end_inset
5355
5356 Paréntesis
5357 \family default
5358 ), véase 
5359 \begin_inset CommandInset ref
5360 LatexCommand ref
5361 reference "sub:Tamaño-automático-de"
5362
5363 \end_inset
5364
5365 , o usando los comandos siguientes:
5366 \end_layout
5367
5368 \begin_layout Standard
5369 \begin_inset VSpace medskip
5370 \end_inset
5371
5372
5373 \end_layout
5374
5375 \begin_layout Standard
5376 \begin_inset space \hfill{}
5377 \end_inset
5378
5379
5380 \begin_inset Tabular
5381 <lyxtabular version="3" rows="4" columns="2">
5382 <features tabularvalignment="middle">
5383 <column alignment="center" valignment="top" width="0">
5384 <column alignment="center" valignment="top" width="0">
5385 <row>
5386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390 Comando
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399 Resultado
5400 \begin_inset Note Note
5401 status collapsed
5402
5403 \begin_layout Plain Layout
5404
5405 \series bold
5406
5407 \backslash
5408 raisebox
5409 \series default
5410  se usa sólo como espaciador
5411 \end_layout
5412
5413 \end_inset
5414
5415
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 <row>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426
5427 \backslash
5428 bmatrix
5429 \begin_inset ERT
5430 status collapsed
5431
5432 \begin_layout Plain Layout
5433
5434
5435 \backslash
5436 spce 
5437 \end_layout
5438
5439 \end_inset
5440
5441 2
5442 \series bold
5443 ×
5444 \series default
5445 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" leftline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475
5476 \backslash
5477 Bmatrix
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×2
5491 \begin_inset space \thinspace{}
5492 \end_inset
5493
5494 matriz
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5504 0 & \textrm{-}\mathrm{i}\\
5505 \mathrm{i} & 0
5506 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5507 \end_inset
5508
5509
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 </row>
5515 <row>
5516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520
5521 \backslash
5522 pmatrix
5523 \begin_inset ERT
5524 status collapsed
5525
5526 \begin_layout Plain Layout
5527
5528
5529 \backslash
5530 spce 
5531 \end_layout
5532
5533 \end_inset
5534
5535 2
5536 \series bold
5537 ×
5538 \series default
5539 2
5540 \begin_inset space \thinspace{}
5541 \end_inset
5542
5543 matriz
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5553 0 & \textrm{-}\mathrm{i}\\
5554 \mathrm{i} & 0
5555 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5556 \end_inset
5557
5558
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 </row>
5564 </lyxtabular>
5565
5566 \end_inset
5567
5568
5569 \begin_inset space \hfill{}
5570 \end_inset
5571
5572
5573 \begin_inset Tabular
5574 <lyxtabular version="3" rows="4" columns="2">
5575 <features tabularvalignment="middle">
5576 <column alignment="center" valignment="top" width="0">
5577 <column alignment="center" valignment="top" width="0">
5578 <row>
5579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 Comando
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 Resultado
5593 \begin_inset Note Note
5594 status collapsed
5595
5596 \begin_layout Plain Layout
5597
5598 \series bold
5599
5600 \backslash
5601 raisebox
5602 \series default
5603  se usa sólo como espaciador
5604 \end_layout
5605
5606 \end_inset
5607
5608
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 </row>
5614 <row>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619
5620 \backslash
5621 vmatrix
5622 \begin_inset ERT
5623 status collapsed
5624
5625 \begin_layout Plain Layout
5626
5627
5628 \backslash
5629 spce 
5630 \end_layout
5631
5632 \end_inset
5633
5634 2
5635 \series bold
5636 ×
5637 \series default
5638 2
5639 \begin_inset space \thinspace{}
5640 \end_inset
5641
5642 matriz
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5652 0 & \textrm{-}\mathrm{i}\\
5653 \mathrm{i} & 0
5654 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5655 \end_inset
5656
5657
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 </row>
5663 <row>
5664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668
5669 \backslash
5670 Vmatrix
5671 \begin_inset ERT
5672 status collapsed
5673
5674 \begin_layout Plain Layout
5675
5676
5677 \backslash
5678 spce 
5679 \end_layout
5680
5681 \end_inset
5682
5683 2
5684 \series bold
5685 ×
5686 \series default
5687 2
5688 \begin_inset space \thinspace{}
5689 \end_inset
5690
5691 matriz
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5701 0 & \textrm{-}\mathrm{i}\\
5702 \mathrm{i} & 0
5703 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5704 \end_inset
5705
5706
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 <row>
5713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717
5718 \backslash
5719 matrix
5720 \begin_inset ERT
5721 status collapsed
5722
5723 \begin_layout Plain Layout
5724
5725
5726 \backslash
5727 spce 
5728 \end_layout
5729
5730 \end_inset
5731
5732 2
5733 \series bold
5734 ×
5735 \series default
5736 2
5737 \begin_inset space \thinspace{}
5738 \end_inset
5739
5740 matriz
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5750 0 & \textrm{-}\mathrm{i}\\
5751 \mathrm{i} & 0
5752 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5753 \end_inset
5754
5755
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 </row>
5761 </lyxtabular>
5762
5763 \end_inset
5764
5765
5766 \begin_inset space \hfill{}
5767 \end_inset
5768
5769
5770 \end_layout
5771
5772 \begin_layout Standard
5773 \begin_inset VSpace medskip
5774 \end_inset
5775
5776
5777 \end_layout
5778
5779 \begin_layout Standard
5780 Cuando se inserta p.
5781 \begin_inset space \thinspace{}
5782 \end_inset
5783
5784 e.
5785 \begin_inset space ~
5786 \end_inset
5787
5788
5789 \series bold
5790
5791 \backslash
5792 vmatrix
5793 \series default
5794 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5795  la matriz.
5796 \begin_inset Newline newline
5797 \end_inset
5798
5799 Hay que tener en cuenta que las matrices decoradas ignoran el alineaiento
5800  vertical.
5801 \begin_inset VSpace bigskip
5802 \end_inset
5803
5804
5805 \end_layout
5806
5807 \begin_layout Standard
5808 Como todas las ecuaciones multilínea son matrices, la longitud 
5809 \series bold
5810
5811 \backslash
5812 arraycolsep
5813 \series default
5814
5815 \begin_inset Index idx
5816 status collapsed
5817
5818 \begin_layout Plain Layout
5819 Comandos ! A ! 
5820 \backslash
5821 arraycolsep
5822 \end_layout
5823
5824 \end_inset
5825
5826 , que se describe en 
5827 \begin_inset CommandInset ref
5828 LatexCommand ref
5829 reference "sub:Separación-de-columnas"
5830
5831 \end_inset
5832
5833 , también se puede usar para cambiar la separación de las columnas en una
5834  matriz.
5835  Para cambiar la separación de las filas, se usa el comando 
5836 \series bold
5837
5838 \backslash
5839 arraystretch
5840 \series default
5841
5842 \begin_inset Index idx
5843 status collapsed
5844
5845 \begin_layout Plain Layout
5846 Comandos ! A ! 
5847 \backslash
5848 arraystretch
5849 \end_layout
5850
5851 \end_inset
5852
5853  de la siguiente manera:
5854 \end_layout
5855
5856 \begin_layout Standard
5857
5858 \series bold
5859
5860 \backslash
5861 renewcommand{
5862 \backslash
5863 arraystretch}{factor de separación}
5864 \begin_inset Index idx
5865 status collapsed
5866
5867 \begin_layout Plain Layout
5868 Comandos ! R ! 
5869 \backslash
5870 renewcommand
5871 \end_layout
5872
5873 \end_inset
5874
5875
5876 \end_layout
5877
5878 \begin_layout Standard
5879 El comando 
5880 \series bold
5881
5882 \backslash
5883 renewcommand
5884 \series default
5885  asigna el factor de separación al comando predefinido 
5886 \series bold
5887
5888 \backslash
5889 arraystretch
5890 \series default
5891 .
5892  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5893  Además, éste se usa para todas las matrices siguientes.
5894  Para volver a la separación original, asigna factor 1 a 
5895 \series bold
5896
5897 \backslash
5898 arraystretch
5899 \series default
5900 .
5901 \end_layout
5902
5903 \begin_layout Standard
5904 Para poner matrices en línea se usa el comando 
5905 \series bold
5906
5907 \backslash
5908 smallmatrix
5909 \series default
5910
5911 \begin_inset Index idx
5912 status collapsed
5913
5914 \begin_layout Plain Layout
5915 Comandos ! S ! 
5916 \backslash
5917 smallmatrix
5918 \end_layout
5919
5920 \end_inset
5921
5922 .
5923  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5924  se inserta la matriz.
5925  
5926 \end_layout
5927
5928 \begin_layout Standard
5929 Esto es una matriz 
5930 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5931 C & D
5932 \end{smallmatrix}\right)$
5933 \end_inset
5934
5935  en línea.
5936 \end_layout
5937
5938 \begin_layout Section
5939 Delimitadores
5940 \begin_inset Index idx
5941 status collapsed
5942
5943 \begin_layout Plain Layout
5944 Delimitadores
5945 \end_layout
5946
5947 \end_inset
5948
5949
5950 \end_layout
5951
5952 \begin_layout Subsection
5953 Delimitadores verticales
5954 \begin_inset Index idx
5955 status collapsed
5956
5957 \begin_layout Plain Layout
5958 Delimitadores ! verticales
5959 \end_layout
5960
5961 \end_inset
5962
5963
5964 \end_layout
5965
5966 \begin_layout Standard
5967 \begin_inset space \hfill{}
5968 \end_inset
5969
5970
5971 \begin_inset Tabular
5972 <lyxtabular version="3" rows="9" columns="2">
5973 <features tabularvalignment="middle">
5974 <column alignment="center" valignment="top" width="0pt">
5975 <column alignment="center" valignment="top" width="0pt">
5976 <row>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 Comando
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 Resultado
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 <row>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 (
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 \begin_inset Formula $($
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 </row>
6019 <row>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 {
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 \begin_inset Formula $\{$
6034 \end_inset
6035
6036
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 </row>
6042 <row>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 [
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 \begin_inset Formula $[$
6057 \end_inset
6058
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070
6071 \backslash
6072 langle
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 \begin_inset Formula $\langle$
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095
6096 \backslash
6097 lceil
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 \begin_inset Formula $\lceil$
6107 \end_inset
6108
6109
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 <row>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120
6121 \backslash
6122 lfloor
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 \begin_inset Formula $\lfloor$
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 </row>
6140 <row>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 /
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154 \begin_inset Formula $/$
6155 \end_inset
6156
6157
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 </row>
6163 <row>
6164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 |
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 \begin_inset Formula $|$
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 </row>
6186 </lyxtabular>
6187
6188 \end_inset
6189
6190
6191 \begin_inset space \hfill{}
6192 \end_inset
6193
6194
6195 \begin_inset Tabular
6196 <lyxtabular version="3" rows="9" columns="2">
6197 <features tabularvalignment="middle">
6198 <column alignment="center" valignment="top" width="0pt">
6199 <column alignment="center" valignment="top" width="0pt">
6200 <row>
6201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 Comando
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 Resultado
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 </row>
6220 <row>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 )
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 \begin_inset Formula $)$
6235 \end_inset
6236
6237
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 </row>
6243 <row>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 }
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 \begin_inset Formula $\}$
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 </row>
6266 <row>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 ]
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 \begin_inset Formula $]$
6281 \end_inset
6282
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 <row>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294
6295 \backslash
6296 rangle
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 \begin_inset Formula $\rangle$
6306 \end_inset
6307
6308
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 </row>
6314 <row>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319
6320 \backslash
6321 rceil
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 \begin_inset Formula $\rceil$
6331 \end_inset
6332
6333
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 </row>
6339 <row>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344
6345 \backslash
6346 rfloor
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 \begin_inset Formula $\rfloor$
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 </row>
6364 <row>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369
6370 \backslash
6371
6372 \backslash
6373
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 \begin_inset Formula $\backslash$
6383 \end_inset
6384
6385
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 </row>
6391 <row>
6392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396
6397 \backslash
6398 |
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 \begin_inset Formula $\|$
6408 \end_inset
6409
6410
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 </row>
6416 </lyxtabular>
6417
6418 \end_inset
6419
6420
6421 \begin_inset space \hfill{}
6422 \end_inset
6423
6424
6425 \end_layout
6426
6427 \begin_layout Standard
6428 \begin_inset Note Greyedout
6429 status open
6430
6431 \begin_layout Plain Layout
6432
6433 \series bold
6434 Nota
6435 \series default
6436 : En modo TeX hay que usar el comando 
6437 \series bold
6438
6439 \backslash
6440 textbackslash
6441 \series default
6442
6443 \begin_inset Index idx
6444 status collapsed
6445
6446 \begin_layout Plain Layout
6447 Comandos ! T ! 
6448 \backslash
6449 textbackslash
6450 \end_layout
6451
6452 \end_inset
6453
6454  para la barra invertida, porque si no el comando 
6455 \series bold
6456
6457 \backslash
6458
6459 \backslash
6460
6461 \series default
6462  genera un salto de línea.
6463 \end_layout
6464
6465 \end_inset
6466
6467
6468 \end_layout
6469
6470 \begin_layout Standard
6471 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6472  descritos en las dos subsecciones siguientes.
6473  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6474  < y > en vez de los comandos 
6475 \series bold
6476
6477 \backslash
6478 langle
6479 \series default
6480  y 
6481 \series bold
6482
6483 \backslash
6484 rangle
6485 \series default
6486 .
6487  
6488 \end_layout
6489
6490 \begin_layout Subsubsection
6491 Tamaño manual de los delimitadores
6492 \begin_inset CommandInset label
6493 LatexCommand label
6494 name "sub:Tamaño-manual-de"
6495
6496 \end_inset
6497
6498
6499 \begin_inset Index idx
6500 status collapsed
6501
6502 \begin_layout Plain Layout
6503 Delimitadores ! tamaño manual
6504 \end_layout
6505
6506 \end_inset
6507
6508
6509 \end_layout
6510
6511 \begin_layout Standard
6512 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6513  LaTeX 
6514 \series bold
6515
6516 \backslash
6517 big
6518 \series default
6519
6520 \begin_inset Index idx
6521 status collapsed
6522
6523 \begin_layout Plain Layout
6524 Comandos ! B ! 
6525 \backslash
6526 big
6527 \end_layout
6528
6529 \end_inset
6530
6531
6532 \series bold
6533
6534 \backslash
6535 Big
6536 \series default
6537
6538 \series bold
6539
6540 \backslash
6541 bigg
6542 \series default
6543 , y 
6544 \series bold
6545
6546 \backslash
6547 Bigg
6548 \series default
6549 .
6550  
6551 \series bold
6552
6553 \backslash
6554 big
6555 \series default
6556  indica el tamaño menor y 
6557 \series bold
6558
6559 \backslash
6560 Bigg
6561 \series default
6562  el mayor.
6563 \end_layout
6564
6565 \begin_layout Standard
6566 Estos comandos se usan para resaltar niveles de delimitación:
6567 \end_layout
6568
6569 \begin_layout Standard
6570 \noindent
6571 \align center
6572 \begin_inset Tabular
6573 <lyxtabular version="3" rows="2" columns="2">
6574 <features tabularvalignment="middle">
6575 <column alignment="center" valignment="top" width="0">
6576 <column alignment="center" valignment="top" width="0">
6577 <row>
6578 <cell alignment="center" valignment="top" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 todos los delimitadores de igual tamaño:
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6592 \end_inset
6593
6594
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 </row>
6600 <row>
6601 <cell alignment="center" valignment="top" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 así tiene mejor aspecto:
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6615 \end_inset
6616
6617
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 </row>
6623 </lyxtabular>
6624
6625 \end_inset
6626
6627
6628 \begin_inset Note Note
6629 status collapsed
6630
6631 \begin_layout Plain Layout
6632
6633 \series bold
6634
6635 \backslash
6636 raisebox
6637 \series default
6638  se usa sólo como espaciador
6639 \end_layout
6640
6641 \end_inset
6642
6643
6644 \end_layout
6645
6646 \begin_layout Standard
6647 Para la segunda expresión se ha empleado el comando 
6648 \series bold
6649
6650 \backslash
6651 Big((A+B)(A-B)
6652 \backslash
6653 Big)^
6654 \series default
6655
6656 \begin_inset ERT
6657 status collapsed
6658
6659 \begin_layout Plain Layout
6660
6661
6662 \backslash
6663 spce 
6664 \end_layout
6665
6666 \end_inset
6667
6668
6669 \series bold
6670 C
6671 \series default
6672 .
6673 \end_layout
6674
6675 \begin_layout Standard
6676 He aquí una visión conjunta de todos los tamaños y delimitadores:
6677 \end_layout
6678
6679 \begin_layout Standard
6680 \noindent
6681 \align center
6682
6683 \backslash
6684 Bigg(
6685 \backslash
6686 exp
6687 \backslash
6688 bigg<
6689 \backslash
6690 Big[
6691 \backslash
6692 big{
6693 \backslash
6694 ln(3x)
6695 \backslash
6696 big}^2
6697 \begin_inset ERT
6698 status collapsed
6699
6700 \begin_layout Plain Layout
6701
6702
6703 \backslash
6704 spce 
6705 \end_layout
6706
6707 \end_inset
6708
6709
6710 \backslash
6711 sen(x)
6712 \backslash
6713 Big]^
6714 \begin_inset ERT
6715 status collapsed
6716
6717 \begin_layout Plain Layout
6718
6719
6720 \backslash
6721 spce 
6722 \end_layout
6723
6724 \end_inset
6725
6726 A
6727 \begin_inset ERT
6728 status collapsed
6729
6730 \begin_layout Plain Layout
6731
6732
6733 \backslash
6734 spce 
6735 \end_layout
6736
6737 \end_inset
6738
6739
6740 \backslash
6741 bigg>
6742 \backslash
6743 Bigg)^0,5
6744 \begin_inset Formula \[
6745 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6746 \]
6747
6748 \end_inset
6749
6750
6751 \end_layout
6752
6753 \begin_layout Standard
6754 Además de los comandos 
6755 \series bold
6756
6757 \backslash
6758 big
6759 \series default
6760  hay la variante 
6761 \series bold
6762
6763 \backslash
6764 bigm
6765 \series default
6766
6767 \begin_inset Index idx
6768 status collapsed
6769
6770 \begin_layout Plain Layout
6771 Comandos ! B ! 
6772 \backslash
6773 bigm
6774 \end_layout
6775
6776 \end_inset
6777
6778 , que añade un poco más de espacio entre el delimitador y su contenido,
6779  y la variante 
6780 \series bold
6781
6782 \backslash
6783 bigl
6784 \series default
6785 -
6786 \series bold
6787
6788 \backslash
6789 bigr
6790 \series default
6791
6792 \begin_inset Index idx
6793 status collapsed
6794
6795 \begin_layout Plain Layout
6796 Comandos ! B ! 
6797 \backslash
6798 bigl - 
6799 \backslash
6800 bigr
6801 \end_layout
6802
6803 \end_inset
6804
6805 , que no añade espacio adicional.
6806  La 
6807 \emph on
6808 l
6809 \emph default
6810  al final del comando 
6811 \series bold
6812
6813 \backslash
6814 bigl 
6815 \series default
6816 es para el delimitador izquierdo, la 
6817 \emph on
6818 r
6819 \emph default
6820  es para el delimitador derecho.
6821  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6822  apertura o de cierre.
6823 \end_layout
6824
6825 \begin_layout Standard
6826 En el siguiente cuadro hay una comparación de las variantes:
6827 \end_layout
6828
6829 \begin_layout Standard
6830 \noindent
6831 \align center
6832 \begin_inset Tabular
6833 <lyxtabular version="3" rows="5" columns="2">
6834 <features tabularvalignment="middle">
6835 <column alignment="center" valignment="top" width="0">
6836 <column alignment="center" valignment="top" width="0">
6837 <row>
6838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 Comando
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 Resultado
6852 \begin_inset Note Note
6853 status collapsed
6854
6855 \begin_layout Plain Layout
6856
6857 \series bold
6858
6859 \backslash
6860 raisebox
6861 \series default
6862  se usa sólo como espaciador
6863 \end_layout
6864
6865 \end_inset
6866
6867
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 </row>
6873 <row>
6874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878
6879 \backslash
6880 Bigm(
6881 \backslash
6882 bigm(
6883 \backslash
6884 ln(3x)
6885 \backslash
6886 bigm)^2
6887 \series bold
6888
6889 \begin_inset ERT
6890 status collapsed
6891
6892 \begin_layout Plain Layout
6893
6894
6895 \backslash
6896 spce 
6897 \end_layout
6898
6899 \end_inset
6900
6901
6902 \series default
6903
6904 \backslash
6905 Bigm)
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6915 \end_inset
6916
6917
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 </row>
6923 <row>
6924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928
6929 \backslash
6930 Big(
6931 \backslash
6932 big(
6933 \backslash
6934 ln(3x)
6935 \backslash
6936 big)^2
6937 \series bold
6938
6939 \begin_inset ERT
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943
6944
6945 \backslash
6946 spce 
6947 \end_layout
6948
6949 \end_inset
6950
6951
6952 \series default
6953
6954 \backslash
6955 Big)
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6965 \end_inset
6966
6967
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 </row>
6973 <row>
6974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Plain Layout
6978
6979 \backslash
6980 Bigl(
6981 \backslash
6982 bigl(
6983 \backslash
6984 ln(3x)
6985 \backslash
6986 bigr)^2
6987 \series bold
6988
6989 \begin_inset ERT
6990 status collapsed
6991
6992 \begin_layout Plain Layout
6993
6994
6995 \backslash
6996 spce 
6997 \end_layout
6998
6999 \end_inset
7000
7001
7002 \series default
7003
7004 \backslash
7005 Bigr)
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
7015 \end_inset
7016
7017
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 </row>
7023 <row>
7024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028
7029 \backslash
7030 bigl)
7031 \backslash
7032 ln(3x)
7033 \backslash
7034 bigr(
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7044 \end_inset
7045
7046
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 </row>
7052 </lyxtabular>
7053
7054 \end_inset
7055
7056
7057 \end_layout
7058
7059 \begin_layout Subsubsection
7060 Tamaño automático de los delimitadores
7061 \begin_inset CommandInset label
7062 LatexCommand label
7063 name "sub:Tamaño-automático-de"
7064
7065 \end_inset
7066
7067
7068 \begin_inset Index idx
7069 status collapsed
7070
7071 \begin_layout Plain Layout
7072 Delimitadores ! tamaño automático
7073 \end_layout
7074
7075 \end_inset
7076
7077
7078 \end_layout
7079
7080 \begin_layout Standard
7081 Se pueden insertar delimitadores de tamaño variable con los comandos 
7082 \series bold
7083
7084 \backslash
7085 left
7086 \series default
7087
7088 \begin_inset Index idx
7089 status collapsed
7090
7091 \begin_layout Plain Layout
7092 Comandos ! L ! 
7093 \backslash
7094 left
7095 \end_layout
7096
7097 \end_inset
7098
7099  y 
7100 \series bold
7101
7102 \backslash
7103 right
7104 \series default
7105
7106 \begin_inset Index idx
7107 status collapsed
7108
7109 \begin_layout Plain Layout
7110 Comandos ! R ! 
7111 \backslash
7112 right
7113 \end_layout
7114
7115 \end_inset
7116
7117  o con el botón de la barra de ecuaciones 
7118 \begin_inset Graphics
7119         filename ../../images/dialog-show_mathdelimiter.png
7120         scale 85
7121
7122 \end_inset
7123
7124 .
7125  El delimitador deseado se debe insertar directamente detrás de 
7126 \series bold
7127
7128 \backslash
7129 left
7130 \series default
7131  y 
7132 \series bold
7133
7134 \backslash
7135 right
7136 \series default
7137 .
7138  El tamaño se calculará automáticamente después para la salida.
7139  
7140 \end_layout
7141
7142 \begin_layout Standard
7143 \noindent
7144 \align center
7145 delimitador normal: El comando 
7146 \series bold
7147
7148 \backslash
7149 ln(
7150 \backslash
7151 frac
7152 \series default
7153
7154 \begin_inset ERT
7155 status collapsed
7156
7157 \begin_layout Plain Layout
7158
7159
7160 \backslash
7161 spce 
7162 \end_layout
7163
7164 \end_inset
7165
7166
7167 \series bold
7168 A
7169 \begin_inset Formula $\downarrow$
7170 \end_inset
7171
7172 C
7173 \series default
7174
7175 \begin_inset ERT
7176 status collapsed
7177
7178 \begin_layout Plain Layout
7179
7180
7181 \backslash
7182 spce
7183 \end_layout
7184
7185 \end_inset
7186
7187
7188 \series bold
7189 )
7190 \series default
7191  genera
7192 \begin_inset Formula \[
7193 \ln(\frac{A}{C})
7194 \]
7195
7196 \end_inset
7197
7198
7199 \end_layout
7200
7201 \begin_layout Standard
7202 \noindent
7203 \align center
7204 delimitador multilínea: El comando 
7205 \series bold
7206
7207 \backslash
7208 ln
7209 \backslash
7210 left(
7211 \backslash
7212 frac
7213 \series default
7214
7215 \begin_inset ERT
7216 status collapsed
7217
7218 \begin_layout Plain Layout
7219
7220
7221 \backslash
7222 spce 
7223 \end_layout
7224
7225 \end_inset
7226
7227
7228 \series bold
7229 A
7230 \begin_inset Formula $\downarrow$
7231 \end_inset
7232
7233 C
7234 \series default
7235
7236 \begin_inset ERT
7237 status collapsed
7238
7239 \begin_layout Plain Layout
7240
7241
7242 \backslash
7243 spce 
7244 \end_layout
7245
7246 \end_inset
7247
7248
7249 \series bold
7250
7251 \backslash
7252 right)
7253 \series default
7254  genera
7255 \begin_inset Formula \[
7256 \ln\left(\frac{A}{C}\right)
7257 \]
7258
7259 \end_inset
7260
7261
7262 \end_layout
7263
7264 \begin_layout Standard
7265 En lugar de 
7266 \series bold
7267
7268 \backslash
7269 left
7270 \series default
7271  y 
7272 \series bold
7273
7274 \backslash
7275 right
7276 \series default
7277  se puede usar el atajo 
7278 \family sans
7279 Alt+M
7280 \begin_inset space ~
7281 \end_inset
7282
7283 Corchete
7284 \family default
7285 .
7286  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7287  real del delimitador y además se genera el correspondiente delimitador
7288  de cierre.
7289 \begin_inset Newline newline
7290 \end_inset
7291
7292 El comando para el último ejemplo sería 
7293 \series bold
7294
7295 \backslash
7296 ln Alt+M
7297 \series default
7298  
7299 \series bold
7300 (
7301 \backslash
7302 frac
7303 \begin_inset ERT
7304 status collapsed
7305
7306 \begin_layout Plain Layout
7307
7308
7309 \backslash
7310 spce 
7311 \end_layout
7312
7313 \end_inset
7314
7315 A
7316 \begin_inset Formula $\downarrow$
7317 \end_inset
7318
7319
7320 \end_layout
7321
7322 \begin_layout Standard
7323 Para omitir uno de los dos delimitadores se inserta un punto.
7324  Por ejemplo, el comando 
7325 \series bold
7326
7327 \backslash
7328 left.
7329 \backslash
7330 frac
7331 \series default
7332
7333 \begin_inset ERT
7334 status collapsed
7335
7336 \begin_layout Plain Layout
7337
7338
7339 \backslash
7340 spce 
7341 \end_layout
7342
7343 \end_inset
7344
7345
7346 \series bold
7347 A
7348 \begin_inset Formula $\downarrow$
7349 \end_inset
7350
7351 B
7352 \series default
7353
7354 \begin_inset ERT
7355 status collapsed
7356
7357 \begin_layout Plain Layout
7358
7359
7360 \backslash
7361 spce 
7362 \end_layout
7363
7364 \end_inset
7365
7366
7367 \series bold
7368
7369 \backslash
7370 right}
7371 \series default
7372  da lugar a:
7373 \begin_inset Formula \[
7374 \left.\frac{A}{B}\right\} 
7375 \]
7376
7377 \end_inset
7378
7379
7380 \end_layout
7381
7382 \begin_layout Standard
7383 LyX convertirá los comandos 
7384 \series bold
7385
7386 \backslash
7387 left
7388 \series default
7389  y 
7390 \series bold
7391
7392 \backslash
7393 right
7394 \series default
7395  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7396  omitido aparecerá como línea de trazos.
7397  
7398 \begin_inset VSpace bigskip
7399 \end_inset
7400
7401
7402 \end_layout
7403
7404 \begin_layout Standard
7405 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7406  de LaTeX, el comando 
7407 \series bold
7408
7409 \backslash
7410 middle
7411 \series default
7412
7413 \begin_inset Index idx
7414 status collapsed
7415
7416 \begin_layout Plain Layout
7417 Comandos ! M ! 
7418 \backslash
7419 middle
7420 \end_layout
7421
7422 \end_inset
7423
7424  está también disponible para todos los delimitadores y límites.
7425  Con este comando la altura del siguiente carácter se adapta a la de los
7426  delimitadores circundantes, lo que es necesario, p.
7427 \begin_inset space \thinspace{}
7428 \end_inset
7429
7430 e., para vectores físicos: 
7431 \begin_inset Formula \[
7432 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7433 \]
7434
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \begin_layout Standard
7441 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7442 \begin_inset CommandInset ref
7443 LatexCommand ref
7444 reference "sub:Vectores-físicos"
7445
7446 \end_inset
7447
7448 .
7449 \end_layout
7450
7451 \begin_layout Subsection
7452 Delimitadores horizontales
7453 \begin_inset Index idx
7454 status collapsed
7455
7456 \begin_layout Plain Layout
7457 Delimitadores ! horizontales
7458 \end_layout
7459
7460 \end_inset
7461
7462
7463 \end_layout
7464
7465 \begin_layout Standard
7466 \noindent
7467 \align center
7468 \begin_inset Tabular
7469 <lyxtabular version="3" rows="4" columns="2">
7470 <features tabularvalignment="middle">
7471 <column alignment="center" valignment="top" width="0">
7472 <column alignment="center" valignment="top" width="0">
7473 <row>
7474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 Comando
7479 \begin_inset Note Note
7480 status collapsed
7481
7482 \begin_layout Plain Layout
7483
7484 \series bold
7485
7486 \backslash
7487 raisebox
7488 \series default
7489  se usa sólo como espaciador
7490 \end_layout
7491
7492 \end_inset
7493
7494
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503 Resultado
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 </row>
7509 <row>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 \begin_inset ERT
7515 status collapsed
7516
7517 \begin_layout Plain Layout
7518
7519
7520 \backslash
7521 raisebox{2.3mm}{
7522 \end_layout
7523
7524 \end_inset
7525
7526
7527 \backslash
7528 overbrace
7529 \begin_inset ERT
7530 status collapsed
7531
7532 \begin_layout Plain Layout
7533
7534
7535 \backslash
7536 spce 
7537 \end_layout
7538
7539 \end_inset
7540
7541 A+B
7542 \begin_inset ERT
7543 status collapsed
7544
7545 \begin_layout Plain Layout
7546
7547
7548 \backslash
7549 spce 
7550 \end_layout
7551
7552 \end_inset
7553
7554 ^
7555 \begin_inset ERT
7556 status collapsed
7557
7558 \begin_layout Plain Layout
7559
7560
7561 \backslash
7562 spce 
7563 \end_layout
7564
7565 \end_inset
7566
7567 3
7568 \begin_inset ERT
7569 status collapsed
7570
7571 \begin_layout Plain Layout
7572
7573 }
7574 \end_layout
7575
7576 \end_inset
7577
7578
7579 \begin_inset Index idx
7580 status collapsed
7581
7582 \begin_layout Plain Layout
7583 Comandos ! O ! 
7584 \backslash
7585 overbrace
7586 \end_layout
7587
7588 \end_inset
7589
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 \begin_inset Formula $\overbrace{A+B}^{3}$
7600 \end_inset
7601
7602
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 </row>
7608 <row>
7609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613 \begin_inset ERT
7614 status collapsed
7615
7616 \begin_layout Plain Layout
7617
7618
7619 \backslash
7620 raisebox{-2.2mm}{
7621 \end_layout
7622
7623 \end_inset
7624
7625
7626 \backslash
7627 underbrace
7628 \begin_inset ERT
7629 status collapsed
7630
7631 \begin_layout Plain Layout
7632
7633
7634 \backslash
7635 spce 
7636 \end_layout
7637
7638 \end_inset
7639
7640 A+B
7641 \begin_inset ERT
7642 status collapsed
7643
7644 \begin_layout Plain Layout
7645
7646
7647 \backslash
7648 spce 
7649 \end_layout
7650
7651 \end_inset
7652
7653 _5
7654 \begin_inset ERT
7655 status collapsed
7656
7657 \begin_layout Plain Layout
7658
7659 }
7660 \end_layout
7661
7662 \end_inset
7663
7664
7665 \begin_inset Index idx
7666 status collapsed
7667
7668 \begin_layout Plain Layout
7669 Comandos ! U ! 
7670 \backslash
7671 underbrace
7672 \end_layout
7673
7674 \end_inset
7675
7676
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 \begin_inset Formula $\underbrace{A+B}_{5}$
7686 \end_inset
7687
7688
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 </row>
7694 <row>
7695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699
7700 \backslash
7701 overbrace
7702 \begin_inset ERT
7703 status collapsed
7704
7705 \begin_layout Plain Layout
7706
7707
7708 \backslash
7709 spce 
7710 \end_layout
7711
7712 \end_inset
7713
7714
7715 \backslash
7716 underbrace
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 A+B_w
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
7743 \begin_inset ERT
7744 status collapsed
7745
7746 \begin_layout Plain Layout
7747
7748
7749 \backslash
7750 spce 
7751 \end_layout
7752
7753 \end_inset
7754
7755 _7
7756 \begin_inset ERT
7757 status collapsed
7758
7759 \begin_layout Plain Layout
7760
7761
7762 \backslash
7763 spce 
7764 \end_layout
7765
7766 \end_inset
7767
7768
7769 \begin_inset ERT
7770 status collapsed
7771
7772 \begin_layout Plain Layout
7773
7774
7775 \backslash
7776 spce 
7777 \end_layout
7778
7779 \end_inset
7780
7781 ^
7782 \begin_inset ERT
7783 status collapsed
7784
7785 \begin_layout Plain Layout
7786
7787
7788 \backslash
7789 spce 
7790 \end_layout
7791
7792 \end_inset
7793
7794 C
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7804 \end_inset
7805
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 </row>
7812 </lyxtabular>
7813
7814 \end_inset
7815
7816
7817 \end_layout
7818
7819 \begin_layout Standard
7820 En el último ejemplo no importa en qué orden se introducen los comandos
7821  
7822 \series bold
7823
7824 \backslash
7825 overbrace
7826 \series default
7827  y 
7828 \series bold
7829
7830 \backslash
7831 underbrace
7832 \series default
7833 .
7834 \begin_inset VSpace bigskip
7835 \end_inset
7836
7837
7838 \end_layout
7839
7840 \begin_layout Standard
7841 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7842  multilínea, como se describe en
7843 \begin_inset space ~
7844 \end_inset
7845
7846
7847 \begin_inset CommandInset ref
7848 LatexCommand ref
7849 reference "sec:Ecuaciones-multilínea"
7850
7851 \end_inset
7852
7853 :
7854 \begin_inset Formula \begin{eqnarray*}
7855 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7856  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7857 \end{eqnarray*}
7858
7859 \end_inset
7860
7861 En la primera fila se insertan la ecuación y la primera llave.
7862  Aquí es importante insertar el comando de espacio
7863 \begin_inset Foot
7864 status collapsed
7865
7866 \begin_layout Plain Layout
7867 Los comandos para espacios se explican en 
7868 \begin_inset CommandInset ref
7869 LatexCommand ref
7870 reference "sub:Espacio-predefinido"
7871
7872 \end_inset
7873
7874
7875 \end_layout
7876
7877 \end_inset
7878
7879  
7880 \series bold
7881
7882 \backslash
7883 :
7884 \series default
7885  antes de la primera
7886 \series bold
7887  
7888 \series default
7889
7890 \begin_inset Formula $d$
7891 \end_inset
7892
7893 , porque la llave que termina detrás de 
7894 \begin_inset Formula $q$
7895 \end_inset
7896
7897  impide que el siguiente 
7898 \begin_inset Quotes fld
7899 \end_inset
7900
7901 +
7902 \begin_inset Quotes frd
7903 \end_inset
7904
7905  esté rodeado de espacio.
7906 \begin_inset Foot
7907 status collapsed
7908
7909 \begin_layout Plain Layout
7910 Debido a que la llave no es considerada como carácter, véase 
7911 \begin_inset CommandInset ref
7912 LatexCommand ref
7913 reference "sub:Operadores-binarios"
7914
7915 \end_inset
7916
7917
7918 \end_layout
7919
7920 \end_inset
7921
7922  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7923  de 
7924 \begin_inset Formula $b$
7925 \end_inset
7926
7927  se inserta antes el comando 
7928 \series bold
7929
7930 \backslash
7931 hphantom{gggg+
7932 \backslash
7933 :}
7934 \series default
7935 .
7936 \begin_inset Foot
7937 status collapsed
7938
7939 \begin_layout Plain Layout
7940 Más sobre 
7941 \series bold
7942
7943 \backslash
7944 hphantom
7945 \series default
7946  en 
7947 \begin_inset CommandInset ref
7948 LatexCommand ref
7949 reference "sub:Espacios-reservados"
7950
7951 \end_inset
7952
7953
7954 \end_layout
7955
7956 \end_inset
7957
7958  Ese espacio es necesario porque el signo 
7959 \begin_inset Quotes fld
7960 \end_inset
7961
7962 +
7963 \begin_inset Quotes frd
7964 \end_inset
7965
7966  va seguido de un espacio en la ecuación.
7967  La llave se coloca bajo el comando 
7968 \series bold
7969
7970 \backslash
7971 hphantom{bbqq+dddd}
7972 \series default
7973 .
7974  
7975 \end_layout
7976
7977 \begin_layout Standard
7978 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7979  ejemplo:
7980 \begin_inset ERT
7981 status collapsed
7982
7983 \begin_layout Plain Layout
7984
7985
7986 \backslash
7987 setlength{
7988 \backslash
7989 jot}{-6pt}
7990 \end_layout
7991
7992 \end_inset
7993
7994
7995 \begin_inset Formula \begin{eqnarray*}
7996  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7997 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7998 \end{eqnarray*}
7999
8000 \end_inset
8001
8002
8003 \begin_inset ERT
8004 status collapsed
8005
8006 \begin_layout Plain Layout
8007
8008
8009 \backslash
8010 setlength{
8011 \backslash
8012 jot}{3pt}
8013 \end_layout
8014
8015 \end_inset
8016
8017 La primera fila de la ecuación es igual que la segunda fila del ejemplo
8018  anterior, con la diferencia de que la llave está encima.
8019  La segunda fila contiene la ecuación junto con la segunda llave.
8020  Para evitar que haya demasiado espacio entre la llave superior en la primera
8021  fila y la ecuación hay que reducirlo.
8022  Esto no es fácil de hacer debido a un fallo de LyX.
8023 \begin_inset Foot
8024 status collapsed
8025
8026 \begin_layout Plain Layout
8027 \begin_inset CommandInset href
8028 LatexCommand href
8029 name "LyX-bug #1505"
8030 target "http://www.lyx.org/trac/ticket/1505"
8031
8032 \end_inset
8033
8034
8035 \end_layout
8036
8037 \end_inset
8038
8039  Una solución es cambiar la separación global de filas en la ecuación, 
8040 \series bold
8041
8042 \backslash
8043 jot
8044 \series default
8045
8046 \begin_inset Index idx
8047 status collapsed
8048
8049 \begin_layout Plain Layout
8050 Comandos ! J ! 
8051 \backslash
8052 jot
8053 \end_layout
8054
8055 \end_inset
8056
8057 , en -6
8058 \begin_inset space \thinspace{}
8059 \end_inset
8060
8061 pt insertando antes de la ecuación el comando 
8062 \series bold
8063
8064 \backslash
8065 setlength{
8066 \backslash
8067 jot}{-6pt}
8068 \series default
8069  en modo TeX.
8070  Después de la ecuación se vuelve al valor normal 3
8071 \begin_inset space \thinspace{}
8072 \end_inset
8073
8074 pt de 
8075 \series bold
8076
8077 \backslash
8078 jot
8079 \series default
8080  usando el mismo comando.
8081  Más información sobre separación de filas en ecuaciones en
8082 \begin_inset space ~
8083 \end_inset
8084
8085
8086 \begin_inset CommandInset ref
8087 LatexCommand ref
8088 reference "sub:Separación-de-líneas"
8089
8090 \end_inset
8091
8092 .
8093 \end_layout
8094
8095 \begin_layout Section
8096 Flechas
8097 \begin_inset Index idx
8098 status collapsed
8099
8100 \begin_layout Plain Layout
8101 Flechas
8102 \end_layout
8103
8104 \end_inset
8105
8106
8107 \end_layout
8108
8109 \begin_layout Standard
8110 Las flechas se pueden insertar con el botón 
8111 \begin_inset Graphics
8112         filename ../../images/math/leftarrow.png
8113         scale 85
8114
8115 \end_inset
8116
8117  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
8118  siguientes.
8119 \end_layout
8120
8121 \begin_layout Subsection
8122 Flechas horizontales
8123 \begin_inset Index idx
8124 status collapsed
8125
8126 \begin_layout Plain Layout
8127 Flechas ! horizontales
8128 \end_layout
8129
8130 \end_inset
8131
8132
8133 \end_layout
8134
8135 \begin_layout Standard
8136 \begin_inset space \hfill{}
8137 \end_inset
8138
8139
8140 \begin_inset Tabular
8141 <lyxtabular version="3" rows="8" columns="2">
8142 <features tabularvalignment="middle">
8143 <column alignment="center" valignment="top" width="0pt">
8144 <column alignment="center" valignment="top" width="0pt">
8145 <row>
8146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 Comando
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 Resultado
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 </row>
8165 <row>
8166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170
8171 \backslash
8172 gets
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 \begin_inset Formula $\gets$
8182 \end_inset
8183
8184
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 </row>
8190 <row>
8191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195
8196 \backslash
8197 Leftarrow
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 \begin_inset Formula $\Leftarrow$
8207 \end_inset
8208
8209
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 </row>
8215 <row>
8216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220
8221 \backslash
8222 longleftarrow
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 \begin_inset Formula $\longleftarrow$
8232 \end_inset
8233
8234
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 </row>
8240 <row>
8241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245
8246 \backslash
8247 Longleftarrow
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 \begin_inset Formula $\Longleftarrow$
8257 \end_inset
8258
8259
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 </row>
8265 <row>
8266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270
8271 \backslash
8272 leftharpoonup
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 \begin_inset Formula $\leftharpoonup$
8282 \end_inset
8283
8284
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 </row>
8290 <row>
8291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295
8296 \backslash
8297 leftharpoondown
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 \begin_inset Formula $\leftharpoondown$
8307 \end_inset
8308
8309
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320
8321 \backslash
8322 hookleftarrow
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 \begin_inset Formula $\hookleftarrow$
8332 \end_inset
8333
8334
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 </row>
8340 </lyxtabular>
8341
8342 \end_inset
8343
8344
8345 \begin_inset space \hfill{}
8346 \end_inset
8347
8348
8349 \begin_inset Tabular
8350 <lyxtabular version="3" rows="8" columns="2">
8351 <features tabularvalignment="middle">
8352 <column alignment="center" valignment="top" width="0pt">
8353 <column alignment="center" valignment="top" width="0pt">
8354 <row>
8355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 Comando
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 Resultado
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 </row>
8374 <row>
8375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379
8380 \backslash
8381 to
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 \begin_inset Formula $\to$
8391 \end_inset
8392
8393
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 </row>
8399 <row>
8400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404
8405 \backslash
8406 Rightarrow
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 \begin_inset Formula $\Rightarrow$
8416 \end_inset
8417
8418
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \backslash
8431 longrightarrow
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 \begin_inset Formula $\longrightarrow$
8441 \end_inset
8442
8443
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \backslash
8456 Longrightarrow
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 \begin_inset Formula $\Longrightarrow$
8466 \end_inset
8467
8468
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \backslash
8481 rightharpoonup
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 \begin_inset Formula $\rightharpoonup$
8491 \end_inset
8492
8493
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \backslash
8506 rightharpoondown
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 \begin_inset Formula $\rightharpoondown$
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \backslash
8531 hookrightarrow
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 \begin_inset Formula $\hookrightarrow$
8541 \end_inset
8542
8543
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 </lyxtabular>
8550
8551 \end_inset
8552
8553
8554 \begin_inset space \hfill{}
8555 \end_inset
8556
8557
8558 \end_layout
8559
8560 \begin_layout Standard
8561 \begin_inset space \hfill{}
8562 \end_inset
8563
8564
8565 \begin_inset Tabular
8566 <lyxtabular version="3" rows="6" columns="2">
8567 <features tabularvalignment="middle">
8568 <column alignment="center" valignment="top" width="0pt">
8569 <column alignment="center" valignment="top" width="0pt">
8570 <row>
8571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 Comando
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 Resultado
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 </row>
8590 <row>
8591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \backslash
8597 leftrightarrow
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 \begin_inset Formula $\leftrightarrow$
8607 \end_inset
8608
8609
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 </row>
8615 <row>
8616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620
8621 \backslash
8622 Leftrightarrow
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 \begin_inset Formula $\Leftrightarrow$
8632 \end_inset
8633
8634
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 </row>
8640 <row>
8641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645
8646 \backslash
8647 longleftrightarrow
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 \begin_inset Formula $\longleftrightarrow$
8657 \end_inset
8658
8659
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \backslash
8672 Longleftrightarrow
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 \begin_inset Formula $\Longleftrightarrow$
8682 \end_inset
8683
8684
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 </row>
8690 <row>
8691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695
8696 \backslash
8697 rightleftharpoons
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 \begin_inset Formula $\rightleftharpoons$
8707 \end_inset
8708
8709
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 </row>
8715 </lyxtabular>
8716
8717 \end_inset
8718
8719
8720 \begin_inset space \hspace{}
8721 \length 25pt
8722 \end_inset
8723
8724
8725 \begin_inset space \hfill{}
8726 \end_inset
8727
8728
8729 \begin_inset Tabular
8730 <lyxtabular version="3" rows="5" columns="2">
8731 <features tabularvalignment="middle">
8732 <column alignment="center" valignment="top" width="0pt">
8733 <column alignment="center" valignment="top" width="0pt">
8734 <row>
8735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 Comando
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 Resultado
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 </row>
8754 <row>
8755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759
8760 \backslash
8761 mapsto
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 \begin_inset Formula $\mapsto$
8771 \end_inset
8772
8773
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 </row>
8779 <row>
8780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784
8785 \backslash
8786 longmapsto
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 \begin_inset Formula $\longmapsto$
8796 \end_inset
8797
8798
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 </row>
8804 <row>
8805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809
8810 \backslash
8811 leadsto
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 \begin_inset Formula $\leadsto$
8821 \end_inset
8822
8823
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row>
8830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834
8835 \backslash
8836 dasharrow
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 \begin_inset Formula $\dasharrow$
8846 \end_inset
8847
8848
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 </row>
8854 </lyxtabular>
8855
8856 \end_inset
8857
8858
8859 \begin_inset space \hfill{}
8860 \end_inset
8861
8862
8863 \begin_inset VSpace medskip
8864 \end_inset
8865
8866
8867 \end_layout
8868
8869 \begin_layout Standard
8870 Las flechas que se utilizan como acentos, p.
8871 \begin_inset space \thinspace{}
8872 \end_inset
8873
8874 e.
8875  en vectores, se describen en 
8876 \begin_inset CommandInset ref
8877 LatexCommand ref
8878 reference "sec:Acentos"
8879
8880 \end_inset
8881
8882 .
8883  
8884 \begin_inset VSpace bigskip
8885 \end_inset
8886
8887
8888 \end_layout
8889
8890 \begin_layout Standard
8891 Además hay las flechas etiquetadas
8892 \begin_inset Index idx
8893 status collapsed
8894
8895 \begin_layout Plain Layout
8896 Flechas ! etiquetadas
8897 \end_layout
8898
8899 \end_inset
8900
8901  
8902 \series bold
8903
8904 \backslash
8905 xleftarrow
8906 \series default
8907
8908 \begin_inset Index idx
8909 status collapsed
8910
8911 \begin_layout Plain Layout
8912 Comandos ! X ! 
8913 \backslash
8914 xleftarrow
8915 \end_layout
8916
8917 \end_inset
8918
8919  y 
8920 \series bold
8921
8922 \backslash
8923 xrightarrow
8924 \series default
8925
8926 \begin_inset Index idx
8927 status collapsed
8928
8929 \begin_layout Plain Layout
8930 Comandos ! X ! 
8931 \backslash
8932 xrightarrow
8933 \begin_inset ERT
8934 status collapsed
8935
8936 \begin_layout Plain Layout
8937
8938
8939 \backslash
8940 vspace{4mm}
8941 \end_layout
8942
8943 \end_inset
8944
8945
8946 \end_layout
8947
8948 \end_inset
8949
8950 .
8951  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8952  con dos marcos azules donde se puede insertar la etiqueta.
8953  La longitud de la flecha se adapta a la anchura de la etiqueta.
8954 \end_layout
8955
8956 \begin_layout Standard
8957 \noindent
8958 \align center
8959 \begin_inset Tabular
8960 <lyxtabular version="3" rows="3" columns="2">
8961 <features tabularvalignment="middle">
8962 <column alignment="center" valignment="top" width="0">
8963 <column alignment="center" valignment="top" width="0">
8964 <row>
8965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 Comando
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 Resultado
8979 \begin_inset Note Note
8980 status collapsed
8981
8982 \begin_layout Plain Layout
8983
8984 \series bold
8985
8986 \backslash
8987 raisebox
8988 \series default
8989  se usa sólo como espaciador
8990 \end_layout
8991
8992 \end_inset
8993
8994
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 </row>
9000 <row>
9001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 F(a)
9006 \backslash
9007 xleftarrow
9008 \begin_inset ERT
9009 status collapsed
9010
9011 \begin_layout Plain Layout
9012
9013
9014 \backslash
9015 spce 
9016 \end_layout
9017
9018 \end_inset
9019
9020 x=a
9021 \begin_inset Formula $\downarrow$
9022 \end_inset
9023
9024 x>0
9025 \begin_inset Formula $\to$
9026 \end_inset
9027
9028 F(x)
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9038 \end_inset
9039
9040
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 </row>
9046 <row>
9047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 F(x)
9052 \backslash
9053 xrightarrow
9054 \begin_inset ERT
9055 status collapsed
9056
9057 \begin_layout Plain Layout
9058
9059
9060 \backslash
9061 spce 
9062 \end_layout
9063
9064 \end_inset
9065
9066 x=a
9067 \begin_inset Formula $\downarrow$
9068 \end_inset
9069
9070 x>0
9071 \begin_inset Formula $\to$
9072 \end_inset
9073
9074 F(a)
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9084 \end_inset
9085
9086
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 </lyxtabular>
9093
9094 \end_inset
9095
9096
9097 \end_layout
9098
9099 \begin_layout Subsection
9100 Flechas verticales y diagonales
9101 \begin_inset Index idx
9102 status collapsed
9103
9104 \begin_layout Plain Layout
9105 Flechas ! diagonales
9106 \end_layout
9107
9108 \end_inset
9109
9110
9111 \begin_inset Index idx
9112 status collapsed
9113
9114 \begin_layout Plain Layout
9115 Flechas ! verticales
9116 \end_layout
9117
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \begin_layout Standard
9124 \begin_inset space \hfill{}
9125 \end_inset
9126
9127
9128 \begin_inset Tabular
9129 <lyxtabular version="3" rows="7" columns="2">
9130 <features tabularvalignment="middle">
9131 <column alignment="center" valignment="top" width="0pt">
9132 <column alignment="center" valignment="top" width="0pt">
9133 <row>
9134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Comando
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 Resultado
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 <row>
9154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158
9159 \backslash
9160 uparrow
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 \begin_inset Formula $\uparrow$
9170 \end_inset
9171
9172
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 <row>
9179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183
9184 \backslash
9185 Uparrow
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 \begin_inset Formula $\Uparrow$
9195 \end_inset
9196
9197
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \backslash
9210 updownarrow
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 \begin_inset Formula $\updownarrow$
9220 \end_inset
9221
9222
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \backslash
9235 Updownarrow
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 \begin_inset Formula $\Updownarrow$
9245 \end_inset
9246
9247
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 </row>
9253 <row>
9254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258
9259 \backslash
9260 Downarrow
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 \begin_inset Formula $\Downarrow$
9270 \end_inset
9271
9272
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 <row>
9279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283
9284 \backslash
9285 downarrow
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 \begin_inset Formula $\downarrow$
9295 \end_inset
9296
9297
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 </row>
9303 </lyxtabular>
9304
9305 \end_inset
9306
9307
9308 \begin_inset space \hfill{}
9309 \end_inset
9310
9311
9312 \begin_inset Tabular
9313 <lyxtabular version="3" rows="5" columns="2">
9314 <features tabularvalignment="middle">
9315 <column alignment="center" valignment="top" width="0pt">
9316 <column alignment="center" valignment="top" width="0pt">
9317 <row>
9318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 Comando
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331 Resultado
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 </row>
9337 <row>
9338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342
9343 \backslash
9344 nearrow
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353 \begin_inset Formula $\nearrow$
9354 \end_inset
9355
9356
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 </row>
9362 <row>
9363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367
9368 \backslash
9369 searrow
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 \begin_inset Formula $\searrow$
9379 \end_inset
9380
9381
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 </row>
9387 <row>
9388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392
9393 \backslash
9394 swarrow
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 \begin_inset Formula $\swarrow$
9404 \end_inset
9405
9406
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 </row>
9412 <row>
9413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \backslash
9419 nwarrow
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 \begin_inset Formula $\nwarrow$
9429 \end_inset
9430
9431
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 </row>
9437 </lyxtabular>
9438
9439 \end_inset
9440
9441
9442 \begin_inset space \hfill{}
9443 \end_inset
9444
9445
9446 \end_layout
9447
9448 \begin_layout Standard
9449 \begin_inset VSpace medskip
9450 \end_inset
9451
9452
9453 \end_layout
9454
9455 \begin_layout Standard
9456 Las flechas verticales también se pueden usar como delimitadores junto con
9457  los comandos descritos en
9458 \begin_inset space ~
9459 \end_inset
9460
9461
9462 \begin_inset CommandInset ref
9463 LatexCommand ref
9464 reference "sub:Tamaño-manual-de"
9465
9466 \end_inset
9467
9468  y 
9469 \begin_inset CommandInset ref
9470 LatexCommand ref
9471 reference "sub:Tamaño-automático-de"
9472
9473 \end_inset
9474
9475 .
9476 \end_layout
9477
9478 \begin_layout Standard
9479
9480 \end_layout
9481
9482 \begin_layout Section
9483 Acentos
9484 \begin_inset CommandInset label
9485 LatexCommand label
9486 name "sec:Acentos"
9487
9488 \end_inset
9489
9490
9491 \begin_inset Index idx
9492 status collapsed
9493
9494 \begin_layout Plain Layout
9495 Acentos
9496 \end_layout
9497
9498 \end_inset
9499
9500
9501 \end_layout
9502
9503 \begin_layout Standard
9504 Los acentos se pueden insertar con el botón 
9505 \begin_inset Graphics
9506         filename ../../images/math/hat.png
9507         scale 85
9508
9509 \end_inset
9510
9511  o mediante los comandos listados en las siguientes subsecciones.
9512 \end_layout
9513
9514 \begin_layout Subsection
9515 Acentos para un carácter
9516 \begin_inset ERT
9517 status collapsed
9518
9519 \begin_layout Plain Layout
9520
9521
9522 \backslash
9523 texorpdfstring{
9524 \end_layout
9525
9526 \end_inset
9527
9528
9529 \begin_inset Foot
9530 status collapsed
9531
9532 \begin_layout Plain Layout
9533 Para acentos en texto, véase 
9534 \begin_inset CommandInset ref
9535 LatexCommand ref
9536 reference "sub:Acentos-en-texto"
9537
9538 \end_inset
9539
9540
9541 \end_layout
9542
9543 \end_inset
9544
9545
9546 \begin_inset ERT
9547 status collapsed
9548
9549 \begin_layout Plain Layout
9550
9551 }{}
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \begin_inset Note Note
9558 status collapsed
9559
9560 \begin_layout Plain Layout
9561
9562 \series bold
9563
9564 \backslash
9565 texorpdfstring
9566 \series default
9567  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
9568 \end_layout
9569
9570 \begin_layout Plain Layout
9571 Más sobre 
9572 \series bold
9573
9574 \backslash
9575 texorpdfstring
9576 \series default
9577  en la sección 
9578 \begin_inset CommandInset ref
9579 LatexCommand ref
9580 reference "sub:Ecuaciones-en-encabezados"
9581
9582 \end_inset
9583
9584 .
9585 \end_layout
9586
9587 \end_inset
9588
9589
9590 \begin_inset CommandInset label
9591 LatexCommand label
9592 name "sub:Acentos-para-un"
9593
9594 \end_inset
9595
9596
9597 \begin_inset Index idx
9598 status collapsed
9599
9600 \begin_layout Plain Layout
9601 Acentos ! para un carácter
9602 \end_layout
9603
9604 \end_inset
9605
9606
9607 \end_layout
9608
9609 \begin_layout Standard
9610 \begin_inset space \hfill{}
9611 \end_inset
9612
9613
9614 \begin_inset Tabular
9615 <lyxtabular version="3" rows="8" columns="2">
9616 <features tabularvalignment="middle">
9617 <column alignment="center" valignment="top" width="0pt">
9618 <column alignment="center" valignment="top" width="0pt">
9619 <row>
9620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624 Comando
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633 Resultado
9634 \begin_inset Note Note
9635 status collapsed
9636
9637 \begin_layout Plain Layout
9638
9639 \series bold
9640
9641 \backslash
9642 raisebox
9643 \series default
9644  se usa sólo como espaciador
9645 \end_layout
9646
9647 \end_inset
9648
9649
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 </row>
9655 <row>
9656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660
9661 \backslash
9662 dot
9663 \begin_inset ERT
9664 status collapsed
9665
9666 \begin_layout Plain Layout
9667
9668
9669 \backslash
9670 spce 
9671 \end_layout
9672
9673 \end_inset
9674
9675 A
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9685 \end_inset
9686
9687
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 </row>
9693 <row>
9694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698
9699 \backslash
9700 ddot
9701 \begin_inset ERT
9702 status collapsed
9703
9704 \begin_layout Plain Layout
9705
9706
9707 \backslash
9708 spce 
9709 \end_layout
9710
9711 \end_inset
9712
9713 A
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9723 \end_inset
9724
9725
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 </row>
9731 <row>
9732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736
9737 \backslash
9738 dddot
9739 \begin_inset ERT
9740 status collapsed
9741
9742 \begin_layout Plain Layout
9743
9744
9745 \backslash
9746 spce 
9747 \end_layout
9748
9749 \end_inset
9750
9751 A
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9761 \end_inset
9762
9763
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 </row>
9769 <row>
9770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774
9775 \backslash
9776 ddddot
9777 \begin_inset ERT
9778 status collapsed
9779
9780 \begin_layout Plain Layout
9781
9782
9783 \backslash
9784 spce 
9785 \end_layout
9786
9787 \end_inset
9788
9789 A
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9799 \end_inset
9800
9801
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 </row>
9807 <row>
9808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812
9813 \backslash
9814 vec
9815 \begin_inset ERT
9816 status collapsed
9817
9818 \begin_layout Plain Layout
9819
9820
9821 \backslash
9822 spce 
9823 \end_layout
9824
9825 \end_inset
9826
9827 A
9828 \begin_inset Index idx
9829 status collapsed
9830
9831 \begin_layout Plain Layout
9832 Vectores
9833 \end_layout
9834
9835 \end_inset
9836
9837
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9847 \end_inset
9848
9849
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 </row>
9855 <row>
9856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860
9861 \backslash
9862 bar
9863 \begin_inset ERT
9864 status collapsed
9865
9866 \begin_layout Plain Layout
9867
9868
9869 \backslash
9870 spce 
9871 \end_layout
9872
9873 \end_inset
9874
9875 A
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9885 \end_inset
9886
9887
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 </row>
9893 <row>
9894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898
9899 \backslash
9900 mathring
9901 \begin_inset ERT
9902 status collapsed
9903
9904 \begin_layout Plain Layout
9905
9906
9907 \backslash
9908 spce 
9909 \end_layout
9910
9911 \end_inset
9912
9913 A
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9923 \end_inset
9924
9925
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 </lyxtabular>
9932
9933 \end_inset
9934
9935
9936 \begin_inset space \hfill{}
9937 \end_inset
9938
9939
9940 \begin_inset Tabular
9941 <lyxtabular version="3" rows="7" columns="2">
9942 <features tabularvalignment="middle">
9943 <column alignment="center" valignment="top" width="0pt">
9944 <column alignment="center" valignment="top" width="0pt">
9945 <row>
9946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950 Comando
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959 Resultado
9960 \begin_inset Note Note
9961 status collapsed
9962
9963 \begin_layout Plain Layout
9964
9965 \series bold
9966
9967 \backslash
9968 raisebox
9969 \series default
9970  se usa sólo como espaciador
9971 \end_layout
9972
9973 \end_inset
9974
9975
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 </row>
9981 <row>
9982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \backslash
9988 tilde
9989 \begin_inset ERT
9990 status collapsed
9991
9992 \begin_layout Plain Layout
9993
9994
9995 \backslash
9996 spce 
9997 \end_layout
9998
9999 \end_inset
10000
10001 A
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10011 \end_inset
10012
10013
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 </row>
10019 <row>
10020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \backslash
10026 hat
10027 \begin_inset ERT
10028 status collapsed
10029
10030 \begin_layout Plain Layout
10031
10032
10033 \backslash
10034 spce 
10035 \end_layout
10036
10037 \end_inset
10038
10039 A
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10049 \end_inset
10050
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 </row>
10057 <row>
10058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \backslash
10064 check
10065 \begin_inset ERT
10066 status collapsed
10067
10068 \begin_layout Plain Layout
10069
10070
10071 \backslash
10072 spce 
10073 \end_layout
10074
10075 \end_inset
10076
10077 A
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10087 \end_inset
10088
10089
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row>
10096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \backslash
10102 acute
10103 \begin_inset ERT
10104 status collapsed
10105
10106 \begin_layout Plain Layout
10107
10108
10109 \backslash
10110 spce 
10111 \end_layout
10112
10113 \end_inset
10114
10115 A
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10125 \end_inset
10126
10127
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 </row>
10133 <row>
10134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \backslash
10140 grave
10141 \begin_inset ERT
10142 status collapsed
10143
10144 \begin_layout Plain Layout
10145
10146
10147 \backslash
10148 spce 
10149 \end_layout
10150
10151 \end_inset
10152
10153 A
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10163 \end_inset
10164
10165
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 <row>
10172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \backslash
10178 breve
10179 \begin_inset ERT
10180 status collapsed
10181
10182 \begin_layout Plain Layout
10183
10184
10185 \backslash
10186 spce 
10187 \end_layout
10188
10189 \end_inset
10190
10191 A
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10201 \end_inset
10202
10203
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 </row>
10209 </lyxtabular>
10210
10211 \end_inset
10212
10213
10214 \begin_inset space \hfill{}
10215 \end_inset
10216
10217
10218 \end_layout
10219
10220 \begin_layout Standard
10221 \begin_inset VSpace bigskip
10222 \end_inset
10223
10224
10225 \end_layout
10226
10227 \begin_layout Standard
10228 En ecuaciones se pueden insertar acentos como é directamente.
10229  LyX los transformará al comando de acento correspondiente.
10230  Para poner diéresis
10231 \begin_inset Index idx
10232 status collapsed
10233
10234 \begin_layout Plain Layout
10235 Dieresis@Diéresis
10236 \end_layout
10237
10238 \end_inset
10239
10240  es mejor insertar comillas antes de la vocal.
10241  Estos dos caracteres son considerados por LaTeX como 
10242 \emph on
10243 un solo
10244 \emph default
10245  carácter si la parte de la ecuación con la diéresis se marca en idioma
10246  alemán.
10247 \begin_inset Foot
10248 status collapsed
10249
10250 \begin_layout Plain Layout
10251 O algún otro idioma que use acentos, p.
10252 \begin_inset space \thinspace{}
10253 \end_inset
10254
10255 e.
10256  catalán.
10257  Aunque esto no funciona en español por algún conflicto con el estilo 
10258 \series bold
10259 spanish
10260 \series default
10261  de 
10262 \series bold
10263 babel
10264 \series default
10265 , no es necesario: se puede escribir 
10266 \begin_inset Formula $ï$
10267 \end_inset
10268
10269  en una ecuación igual que se hace en texto normal, ï.
10270  (
10271 \emph on
10272 N.
10273 \begin_inset space \thinspace{}
10274 \end_inset
10275
10276 del t.
10277 \emph default
10278 )
10279 \end_layout
10280
10281 \end_inset
10282
10283  A diferencia de 
10284 \series bold
10285
10286 \backslash
10287 ddot
10288 \series default
10289 , con este método se generan diéresis 
10290 \begin_inset Quotes fld
10291 \end_inset
10292
10293 reales
10294 \begin_inset Quotes frd
10295 \end_inset
10296
10297 , como se demuestra en el siguiente ejemplo:
10298 \begin_inset VSpace -2mm
10299 \end_inset
10300
10301
10302 \end_layout
10303
10304 \begin_layout Standard
10305 \noindent
10306 \align center
10307 \begin_inset Tabular
10308 <lyxtabular version="3" rows="3" columns="2">
10309 <features tabularvalignment="middle">
10310 <column alignment="center" valignment="top" width="0">
10311 <column alignment="center" valignment="top" width="0">
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 Comando
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 Resultado
10327 \begin_inset Note Note
10328 status collapsed
10329
10330 \begin_layout Plain Layout
10331
10332 \series bold
10333
10334 \backslash
10335 raisebox
10336 \series default
10337  se usa sólo como espaciador.
10338 \end_layout
10339
10340 \end_inset
10341
10342
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 </row>
10348 <row>
10349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 ï
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 \begin_inset Formula $ï$
10363 \end_inset
10364
10365
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 <row>
10372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376
10377 \backslash
10378 ddot
10379 \begin_inset ERT
10380 status collapsed
10381
10382 \begin_layout Plain Layout
10383
10384
10385 \backslash
10386 spce 
10387 \end_layout
10388
10389 \end_inset
10390
10391 i
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10401 \end_inset
10402
10403
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 </row>
10409 </lyxtabular>
10410
10411 \end_inset
10412
10413
10414 \end_layout
10415
10416 \begin_layout Standard
10417 Otra ventaja frente a 
10418 \series bold
10419
10420 \backslash
10421 ddot
10422 \series default
10423  es que la diéresis puede convertirse directamente a texto matemático, porque
10424  los anteriores comandos para acentos 
10425 \emph on
10426 no están permitidos en texto matemático
10427 \emph default
10428 .
10429  Para convertir un carácter acentuado a texto matemático, se debe convertir
10430  sólo el carácter bajo el acento.
10431  Esto también se aplica para otras conversiones, p.
10432 \begin_inset space \thinspace{}
10433 \end_inset
10434
10435 e.
10436 \begin_inset space ~
10437 \end_inset
10438
10439 cursiva o negrita.
10440 \end_layout
10441
10442 \begin_layout Standard
10443 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10444 \end_layout
10445
10446 \begin_layout Subsection
10447 Acentos para operadores
10448 \begin_inset Index idx
10449 status collapsed
10450
10451 \begin_layout Plain Layout
10452 Acentos ! en operadores
10453 \end_layout
10454
10455 \end_inset
10456
10457
10458 \end_layout
10459
10460 \begin_layout Standard
10461 Con los comandos 
10462 \series bold
10463
10464 \backslash
10465 overset
10466 \series default
10467
10468 \begin_inset Index idx
10469 status collapsed
10470
10471 \begin_layout Plain Layout
10472 Comandos ! O ! 
10473 \backslash
10474 overset
10475 \end_layout
10476
10477 \end_inset
10478
10479  y 
10480 \series bold
10481
10482 \backslash
10483 underset
10484 \series default
10485
10486 \begin_inset Index idx
10487 status collapsed
10488
10489 \begin_layout Plain Layout
10490 Comandos ! U ! 
10491 \backslash
10492 underset
10493 \end_layout
10494
10495 \end_inset
10496
10497  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10498  Con el comando 
10499 \series bold
10500
10501 \backslash
10502 sideset
10503 \series default
10504
10505 \begin_inset Index idx
10506 status collapsed
10507
10508 \begin_layout Plain Layout
10509 Comandos ! S ! 
10510 \backslash
10511 sideset
10512 \end_layout
10513
10514 \end_inset
10515
10516  se pueden poner caracteres delante y detrás de un operador.
10517  El esquema del comando es:
10518 \end_layout
10519
10520 \begin_layout Standard
10521
10522 \series bold
10523
10524 \backslash
10525 sideset{carácter
10526 \series default
10527  
10528 \series bold
10529 anterior}{carácter posterior}
10530 \end_layout
10531
10532 \begin_layout Standard
10533
10534 \series bold
10535
10536 \backslash
10537 sideset
10538 \series default
10539  siempre debe estar delante del operador que debe acentuarse.
10540  Se puede acentuar con varios caracteres e incluso con otros operadores
10541  y símbolos.
10542  Para colocar con
10543 \series bold
10544  
10545 \backslash
10546 sideset
10547 \series default
10548  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10549  el primer par de llaves, pero sin quitarlas.
10550  
10551 \end_layout
10552
10553 \begin_layout Standard
10554 Por ejemplo, el comando 
10555 \series bold
10556
10557 \backslash
10558 sideset{
10559 \begin_inset Formula $\to$
10560 \end_inset
10561
10562
10563 \backslash
10564 {
10565 \series default
10566 '
10567 \series bold
10568
10569 \begin_inset Formula $\to$
10570 \end_inset
10571
10572
10573 \backslash
10574 sum_k=1
10575 \begin_inset ERT
10576 status collapsed
10577
10578 \begin_layout Plain Layout
10579
10580
10581 \backslash
10582 spce 
10583 \end_layout
10584
10585 \end_inset
10586
10587
10588 \series default
10589 ^
10590 \series bold
10591
10592 \begin_inset ERT
10593 status collapsed
10594
10595 \begin_layout Plain Layout
10596
10597
10598 \backslash
10599 spce 
10600 \end_layout
10601
10602 \end_inset
10603
10604 n
10605 \series default
10606  genera:
10607 \begin_inset Formula \[
10608 \sideset{}{'}\sum_{k=1}^{n}
10609 \]
10610
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \begin_layout Standard
10617 El comando 
10618 \series bold
10619
10620 \backslash
10621 overset
10622 \begin_inset ERT
10623 status collapsed
10624
10625 \begin_layout Plain Layout
10626
10627
10628 \backslash
10629 spce 
10630 \end_layout
10631
10632 \end_inset
10633
10634
10635 \backslash
10636 maltese
10637 \begin_inset ERT
10638 status collapsed
10639
10640 \begin_layout Plain Layout
10641
10642
10643 \backslash
10644 spce 
10645 \end_layout
10646
10647 \end_inset
10648
10649
10650 \series default
10651
10652 \begin_inset Formula $\uparrow$
10653 \end_inset
10654
10655
10656 \series bold
10657 a
10658 \series default
10659  genera:
10660 \begin_inset Formula \[
10661 \overset{a}{\maltese}
10662 \]
10663
10664 \end_inset
10665
10666
10667 \end_layout
10668
10669 \begin_layout Standard
10670 Como se ve en el último ejemplo, con 
10671 \series bold
10672
10673 \backslash
10674 overset
10675 \series default
10676  y 
10677 \series bold
10678
10679 \backslash
10680 underset
10681 \series default
10682  también se pueden acentuar símbolos y caracteres; con 
10683 \series bold
10684
10685 \backslash
10686 sideset
10687 \series default
10688  esto no es posible.
10689 \end_layout
10690
10691 \begin_layout Subsection
10692 Acentos para varios caracteres
10693 \begin_inset Index idx
10694 status collapsed
10695
10696 \begin_layout Plain Layout
10697 Acentos ! en varios caracteres
10698 \end_layout
10699
10700 \end_inset
10701
10702
10703 \end_layout
10704
10705 \begin_layout Standard
10706 \begin_inset space \hfill{}
10707 \end_inset
10708
10709
10710 \begin_inset Tabular
10711 <lyxtabular version="3" rows="5" columns="2">
10712 <features tabularvalignment="middle">
10713 <column alignment="center" valignment="top" width="0pt">
10714 <column alignment="center" valignment="top" width="0pt">
10715 <row>
10716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 Comando
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 Resultado
10730 \begin_inset Note Note
10731 status collapsed
10732
10733 \begin_layout Plain Layout
10734
10735 \series bold
10736
10737 \backslash
10738 raisebox
10739 \series default
10740  se usa sólo como espaciador
10741 \end_layout
10742
10743 \end_inset
10744
10745
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 <row>
10752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \backslash
10758 overleftarrow
10759 \begin_inset ERT
10760 status collapsed
10761
10762 \begin_layout Plain Layout
10763
10764
10765 \backslash
10766 spce 
10767 \end_layout
10768
10769 \end_inset
10770
10771 A=B
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10781 \end_inset
10782
10783
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 </row>
10789 <row>
10790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794
10795 \backslash
10796 underleftarrow
10797 \begin_inset ERT
10798 status collapsed
10799
10800 \begin_layout Plain Layout
10801
10802
10803 \backslash
10804 spce 
10805 \end_layout
10806
10807 \end_inset
10808
10809 A=B
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10819 \end_inset
10820
10821
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 </row>
10827 <row>
10828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832
10833 \backslash
10834 overleftrightarrow
10835 \begin_inset ERT
10836 status collapsed
10837
10838 \begin_layout Plain Layout
10839
10840
10841 \backslash
10842 spce 
10843 \end_layout
10844
10845 \end_inset
10846
10847 A=B
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10857 \end_inset
10858
10859
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 </row>
10865 <row>
10866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870
10871 \backslash
10872 underleftrightarrow
10873 \begin_inset ERT
10874 status collapsed
10875
10876 \begin_layout Plain Layout
10877
10878
10879 \backslash
10880 spce 
10881 \end_layout
10882
10883 \end_inset
10884
10885 A=B
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10895 \end_inset
10896
10897
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 </row>
10903 </lyxtabular>
10904
10905 \end_inset
10906
10907
10908 \begin_inset space \hfill{}
10909 \end_inset
10910
10911
10912 \begin_inset Tabular
10913 <lyxtabular version="3" rows="5" columns="2">
10914 <features tabularvalignment="middle">
10915 <column alignment="center" valignment="top" width="0pt">
10916 <column alignment="center" valignment="top" width="0pt">
10917 <row>
10918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 Comando
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 Resultado
10932 \begin_inset Note Note
10933 status collapsed
10934
10935 \begin_layout Plain Layout
10936
10937 \series bold
10938
10939 \backslash
10940 raisebox
10941 \series default
10942  se usa sólo como espaciador
10943 \end_layout
10944
10945 \end_inset
10946
10947
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 </row>
10953 <row>
10954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958
10959 \backslash
10960 overrightarrow
10961 \begin_inset ERT
10962 status collapsed
10963
10964 \begin_layout Plain Layout
10965
10966
10967 \backslash
10968 spce 
10969 \end_layout
10970
10971 \end_inset
10972
10973 A=B
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10983 \end_inset
10984
10985
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 </row>
10991 <row>
10992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996
10997 \backslash
10998 underrightarrow
10999 \begin_inset ERT
11000 status collapsed
11001
11002 \begin_layout Plain Layout
11003
11004
11005 \backslash
11006 spce 
11007 \end_layout
11008
11009 \end_inset
11010
11011 A=B
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11021 \end_inset
11022
11023
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 <row>
11030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034
11035 \backslash
11036 widetilde
11037 \begin_inset ERT
11038 status collapsed
11039
11040 \begin_layout Plain Layout
11041
11042
11043 \backslash
11044 spce 
11045 \end_layout
11046
11047 \end_inset
11048
11049 A=B
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11059 \end_inset
11060
11061
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 <row>
11068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \backslash
11074 widehat
11075 \begin_inset ERT
11076 status collapsed
11077
11078 \begin_layout Plain Layout
11079
11080
11081 \backslash
11082 spce 
11083 \end_layout
11084
11085 \end_inset
11086
11087 A=B
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11097 \end_inset
11098
11099
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 </row>
11105 </lyxtabular>
11106
11107 \end_inset
11108
11109
11110 \begin_inset space \hfill{}
11111 \end_inset
11112
11113
11114 \end_layout
11115
11116 \begin_layout Standard
11117 \begin_inset VSpace medskip
11118 \end_inset
11119
11120
11121 \end_layout
11122
11123 \begin_layout Standard
11124 Con estos comandos se pueden acentuar tantos caracteres como quieras.
11125  Pero los acentos 
11126 \series bold
11127
11128 \backslash
11129 widetilde
11130 \series default
11131  y 
11132 \series bold
11133
11134 \backslash
11135 widehat
11136 \series default
11137  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
11138  ejemplo:
11139 \begin_inset Formula \[
11140 \widetilde{A+B=C-D}
11141 \]
11142
11143 \end_inset
11144
11145
11146 \end_layout
11147
11148 \begin_layout Standard
11149 Con los comandos 
11150 \series bold
11151
11152 \backslash
11153 overset
11154 \series default
11155
11156 \begin_inset Index idx
11157 status collapsed
11158
11159 \begin_layout Plain Layout
11160 Comandos ! O ! 
11161 \backslash
11162 overset
11163 \end_layout
11164
11165 \end_inset
11166
11167  y 
11168 \series bold
11169
11170 \backslash
11171 underset
11172 \series default
11173
11174 \begin_inset Index idx
11175 status collapsed
11176
11177 \begin_layout Plain Layout
11178 Comandos ! U ! 
11179 \backslash
11180 underset
11181 \end_layout
11182
11183 \end_inset
11184
11185 , descritos en la subsección anterior, también se pueden acentuar varios
11186  caracteres.
11187  El comando 
11188 \series bold
11189
11190 \backslash
11191 underset
11192 \begin_inset ERT
11193 status collapsed
11194
11195 \begin_layout Plain Layout
11196
11197
11198 \backslash
11199 spce 
11200 \end_layout
11201
11202 \end_inset
11203
11204 A=B
11205 \begin_inset Formula $\downarrow$
11206 \end_inset
11207
11208 ***
11209 \series default
11210  da:
11211 \begin_inset Formula \[
11212 \underset{***}{A=B}
11213 \]
11214
11215 \end_inset
11216
11217
11218 \end_layout
11219
11220 \begin_layout Section
11221 Espacios
11222 \begin_inset CommandInset label
11223 LatexCommand label
11224 name "sec:Espacio"
11225
11226 \end_inset
11227
11228
11229 \begin_inset Index idx
11230 status collapsed
11231
11232 \begin_layout Plain Layout
11233 Espacio ! horizontal
11234 \end_layout
11235
11236 \end_inset
11237
11238
11239 \end_layout
11240
11241 \begin_layout Subsection
11242 Espacio predefinido
11243 \begin_inset CommandInset label
11244 LatexCommand label
11245 name "sub:Espacio-predefinido"
11246
11247 \end_inset
11248
11249
11250 \begin_inset Index idx
11251 status collapsed
11252
11253 \begin_layout Plain Layout
11254 Espacio ! horizontal ! predefinido
11255 \end_layout
11256
11257 \end_inset
11258
11259
11260 \end_layout
11261
11262 \begin_layout Standard
11263 A veces es necesario insertar espacio horizontal en una ecuación.
11264  Esto se hace insertando un espacio protegido (atajo 
11265 \family sans
11266 Ctrl+Espacio
11267 \family default
11268 ).
11269  Aparece un 
11270 \begin_inset Quotes fld
11271 \end_inset
11272
11273
11274 \color black
11275
11276 \begin_inset ERT
11277 status collapsed
11278
11279 \begin_layout Plain Layout
11280
11281
11282 \backslash
11283 spce 
11284 \end_layout
11285
11286 \end_inset
11287
11288
11289 \color inherit
11290
11291 \begin_inset Quotes frd
11292 \end_inset
11293
11294 , y pulsando 
11295 \family sans
11296 Espacio
11297 \family default
11298  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11299  espacio.
11300  También se pueden insertar espacios mediante el botón 
11301 \begin_inset Graphics
11302         filename ../../images/math/space.png
11303         scale 85
11304
11305 \end_inset
11306
11307  de la barra de ecuaciones o con comandos especiales.
11308  Independientemente del comando insertado, se puede seleccionar de nuevo
11309  el tamaño pulsando acto seguido 
11310 \family sans
11311 Espacio.
11312  
11313 \end_layout
11314
11315 \begin_layout Standard
11316 \noindent
11317 \align center
11318 \begin_inset VSpace -5mm
11319 \end_inset
11320
11321
11322 \begin_inset Tabular
11323 <lyxtabular version="3" rows="3" columns="7">
11324 <features tabularvalignment="middle">
11325 <column alignment="center" valignment="middle" width="6.8cm">
11326 <column alignment="center" valignment="top" width="0">
11327 <column alignment="center" valignment="top" width="0">
11328 <column alignment="center" valignment="top" width="0">
11329 <column alignment="center" valignment="top" width="0">
11330 <column alignment="center" valignment="top" width="0">
11331 <column alignment="center" valignment="top" width="0">
11332 <row>
11333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 Comando
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346
11347 \backslash
11348 ,
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357
11358 \backslash
11359 :
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368
11369 \backslash
11370 ;
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379
11380 \backslash
11381 quad
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390
11391 \backslash
11392 qquad
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401
11402 \backslash
11403 !
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 </row>
11409 <row>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 Número de pulsaciones de 
11415 \family sans
11416 Espacio
11417 \family default
11418  tras insertar el espacio protegido
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 0
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 1
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 2
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 3
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 4
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 5
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 </row>
11478 <row>
11479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 Resultado
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 \begin_inset Formula $A\, B$
11493 \end_inset
11494
11495
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 \begin_inset Formula $A\: B$
11505 \end_inset
11506
11507
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 \begin_inset Formula $A\; B$
11517 \end_inset
11518
11519
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 \begin_inset Formula $A\quad B$
11529 \end_inset
11530
11531
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 \begin_inset Formula $A\qquad B$
11541 \end_inset
11542
11543
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 \begin_inset Formula $A\! B$
11553 \end_inset
11554
11555
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 </row>
11561 </lyxtabular>
11562
11563 \end_inset
11564
11565
11566 \end_layout
11567
11568 \begin_layout Standard
11569 El último tamaño parece no generar espacio.
11570  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11571  negativo.
11572  Hay otros dos espacios negativos:
11573 \end_layout
11574
11575 \begin_layout Standard
11576 \align center
11577 \begin_inset Tabular
11578 <lyxtabular version="3" rows="3" columns="3">
11579 <features tabularvalignment="middle">
11580 <column alignment="center" valignment="middle" width="6.8cm">
11581 <column alignment="center" valignment="top" width="0pt">
11582 <column alignment="center" valignment="top" width="0pt">
11583 <row>
11584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 Comando
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597
11598 \backslash
11599 negmedspace
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608
11609 \backslash
11610 negthickspace
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 </row>
11616 <row>
11617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621 Número de pulsaciones de 
11622 \family sans
11623 Espacio
11624 \family default
11625  tras insertar el espacio protegido
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11631 \begin_inset Text
11632
11633 \begin_layout Plain Layout
11634 6
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 7
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 </row>
11649 <row>
11650 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 Resultado
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 \begin_inset Formula $A\negmedspace B$
11664 \end_inset
11665
11666
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675 \begin_inset Formula $A\negthickspace B$
11676 \end_inset
11677
11678
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 </row>
11684 </lyxtabular>
11685
11686 \end_inset
11687
11688
11689 \end_layout
11690
11691 \begin_layout Standard
11692 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11693  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11694 \begin_inset space \thinspace{}
11695 \end_inset
11696
11697 e., para operadores suma: 
11698 \end_layout
11699
11700 \begin_layout Standard
11701 \noindent
11702 \align center
11703 \begin_inset Tabular
11704 <lyxtabular version="3" rows="3" columns="2">
11705 <features tabularvalignment="middle">
11706 <column alignment="center" valignment="top" width="0">
11707 <column alignment="center" valignment="top" width="0">
11708 <row>
11709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 Comando
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 Resultado
11723 \begin_inset Note Note
11724 status collapsed
11725
11726 \begin_layout Plain Layout
11727
11728 \series bold
11729
11730 \backslash
11731 raisebox
11732 \series default
11733  se usa sólo como espaciador
11734 \end_layout
11735
11736 \end_inset
11737
11738
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 </row>
11744 <row>
11745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749
11750 \backslash
11751 sum
11752 \backslash
11753 sum
11754 \begin_inset ERT
11755 status collapsed
11756
11757 \begin_layout Plain Layout
11758
11759
11760 \backslash
11761 spce 
11762 \end_layout
11763
11764 \end_inset
11765
11766 f_kl
11767 \end_layout
11768
11769 \end_inset
11770 </cell>
11771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11776 \end_inset
11777
11778
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 </row>
11784 <row>
11785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789
11790 \backslash
11791 sum
11792 \backslash
11793 negmedspace
11794 \backslash
11795 sum
11796 \begin_inset ERT
11797 status collapsed
11798
11799 \begin_layout Plain Layout
11800
11801
11802 \backslash
11803 spce 
11804 \end_layout
11805
11806 \end_inset
11807
11808 f_kl
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11818 \end_inset
11819
11820
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 </row>
11826 </lyxtabular>
11827
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \begin_layout Standard
11834 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11835  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11836  El siguiente ejemplo lo ilustra:
11837 \end_layout
11838
11839 \begin_layout Standard
11840 \noindent
11841 \align center
11842 \begin_inset Tabular
11843 <lyxtabular version="3" rows="2" columns="2">
11844 <features tabularvalignment="middle">
11845 <column alignment="center" valignment="top" width="0">
11846 <column alignment="center" valignment="top" width="0">
11847 <row>
11848 <cell alignment="center" valignment="top" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852 ecuación normal
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 <cell alignment="center" valignment="top" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 \begin_inset Formula $A=B$
11862 \end_inset
11863
11864
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 </row>
11870 <row>
11871 <cell alignment="center" valignment="top" usebox="none">
11872 \begin_inset Text
11873
11874 \begin_layout Plain Layout
11875 \begin_inset Note Note
11876 status collapsed
11877
11878 \begin_layout Plain Layout
11879
11880 \series bold
11881
11882 \backslash
11883 raisebox
11884 \series default
11885  se usa sólo como espaciador
11886 \end_layout
11887
11888 \end_inset
11889
11890
11891 \begin_inset Formula $\raisebox{5mm}{}$
11892 \end_inset
11893
11894 ecuación sin espacio
11895 \end_layout
11896
11897 \end_inset
11898 </cell>
11899 <cell alignment="center" valignment="top" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 \begin_inset Formula $A{=}B$
11904 \end_inset
11905
11906
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 </row>
11912 </lyxtabular>
11913
11914 \end_inset
11915
11916
11917 \end_layout
11918
11919 \begin_layout Standard
11920 El comando para la segunda ecuación es: 
11921 \series bold
11922 A
11923 \backslash
11924 {=
11925 \begin_inset Formula $\rightarrow$
11926 \end_inset
11927
11928 B
11929 \series default
11930  
11931 \begin_inset VSpace bigskip
11932 \end_inset
11933
11934
11935 \end_layout
11936
11937 \begin_layout Standard
11938 Para las unidades físicas hacen falta espacios, porque entre el valor y
11939  su unidad se pone un espacio más pequeño que el normal.
11940  Para unidades en el texto se inserta con el menú 
11941 \family sans
11942 Insertar\SpecialChar \menuseparator
11943 Formato\SpecialChar \menuseparator
11944 Espacio
11945 \begin_inset space ~
11946 \end_inset
11947
11948 delgado
11949 \family default
11950  (atajo 
11951 \family sans
11952 Ctrl+Mayúscula+Espacio
11953 \family default
11954 ).
11955 \end_layout
11956
11957 \begin_layout Standard
11958 Un ejemplo para visualizar la diferencia:
11959 \end_layout
11960
11961 \begin_layout Standard
11962 \begin_inset Tabular
11963 <lyxtabular version="3" rows="2" columns="2">
11964 <features tabularvalignment="middle">
11965 <column alignment="center" valignment="top" width="0">
11966 <column alignment="left" valignment="top" width="0">
11967 <row>
11968 <cell alignment="center" valignment="top" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 24 kW
11973 \begin_inset Formula $\cdot$
11974 \end_inset
11975
11976 h
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell alignment="center" valignment="top" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 espacio entre valor y unidad 
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 </row>
11991 <row>
11992 <cell alignment="center" valignment="top" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996 24
11997 \begin_inset space \thinspace{}
11998 \end_inset
11999
12000 kW
12001 \begin_inset Formula $\cdot$
12002 \end_inset
12003
12004 h
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 espacio delgado entre valor y unidad
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 </row>
12019 </lyxtabular>
12020
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \begin_layout Subsection
12027 Espacio variable
12028 \begin_inset ERT
12029 status collapsed
12030
12031 \begin_layout Plain Layout
12032
12033
12034 \backslash
12035 texorpdfstring{
12036 \end_layout
12037
12038 \end_inset
12039
12040
12041 \begin_inset Foot
12042 status collapsed
12043
12044 \begin_layout Plain Layout
12045 Para espacio vertical en ecuaciones véase 
12046 \begin_inset CommandInset ref
12047 LatexCommand ref
12048 reference "sub:Separación-de-líneas"
12049
12050 \end_inset
12051
12052
12053 \end_layout
12054
12055 \end_inset
12056
12057
12058 \begin_inset ERT
12059 status collapsed
12060
12061 \begin_layout Plain Layout
12062
12063 }{}
12064 \end_layout
12065
12066 \end_inset
12067
12068
12069 \begin_inset Note Note
12070 status collapsed
12071
12072 \begin_layout Plain Layout
12073
12074 \backslash
12075 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
12076  PDF.
12077 \end_layout
12078
12079 \begin_layout Plain Layout
12080 Más sobre 
12081 \backslash
12082 texorpdfstring en la sección 
12083 \begin_inset CommandInset ref
12084 LatexCommand ref
12085 reference "sub:Ecuaciones-en-encabezados"
12086
12087 \end_inset
12088
12089 .
12090 \end_layout
12091
12092 \end_inset
12093
12094
12095 \begin_inset CommandInset label
12096 LatexCommand label
12097 name "sub:Espacio-variable"
12098
12099 \end_inset
12100
12101
12102 \begin_inset Index idx
12103 status collapsed
12104
12105 \begin_layout Plain Layout
12106 Espacio ! horizontal ! variable
12107 \end_layout
12108
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \begin_layout Standard
12115 En LyX se puede insertar espacio con una longitud definida con el comando
12116  
12117 \series bold
12118
12119 \backslash
12120 hspace
12121 \series default
12122
12123 \begin_inset Index idx
12124 status collapsed
12125
12126 \begin_layout Plain Layout
12127 Comandos ! H ! 
12128 \backslash
12129 hspace
12130 \end_layout
12131
12132 \end_inset
12133
12134 .
12135  Aparece un 
12136 \begin_inset Quotes fld
12137 \end_inset
12138
12139
12140 \color black
12141
12142 \begin_inset ERT
12143 status collapsed
12144
12145 \begin_layout Plain Layout
12146
12147
12148 \backslash
12149 spce 
12150 \end_layout
12151
12152 \end_inset
12153
12154
12155 \color inherit
12156
12157 \begin_inset Quotes frd
12158 \end_inset
12159
12160  largo.
12161  La longitud se puede ajustar haciendo clic izquierdo sobre el 
12162 \begin_inset Quotes fld
12163 \end_inset
12164
12165
12166 \color black
12167
12168 \begin_inset ERT
12169 status collapsed
12170
12171 \begin_layout Plain Layout
12172
12173
12174 \backslash
12175 spce 
12176 \end_layout
12177
12178 \end_inset
12179
12180
12181 \color inherit
12182
12183 \begin_inset Quotes frd
12184 \end_inset
12185
12186 .
12187  La longitud también puede ser negativa.
12188  Para insertar en una ecuación tanto espacio como esté disponible se usa
12189  el comando 
12190 \series bold
12191
12192 \backslash
12193 hfill
12194 \series default
12195
12196 \begin_inset Index idx
12197 status collapsed
12198
12199 \begin_layout Plain Layout
12200 Comandos ! H ! 
12201 \backslash
12202 hfill
12203 \end_layout
12204
12205 \end_inset
12206
12207 .
12208 \begin_inset VSpace -1mm
12209 \end_inset
12210
12211
12212 \end_layout
12213
12214 \begin_layout Standard
12215 \noindent
12216 \align center
12217 \begin_inset Tabular
12218 <lyxtabular version="3" rows="4" columns="2">
12219 <features tabularvalignment="middle">
12220 <column alignment="center" valignment="top" width="0">
12221 <column alignment="center" valignment="top" width="0">
12222 <row>
12223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12224 \begin_inset Text
12225
12226 \begin_layout Plain Layout
12227 Comando (
12228 \backslash
12229 hspace longitud)
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238 Resultado
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 </row>
12244 <row>
12245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249 A=B
12250 \backslash
12251 hspace
12252 \begin_inset ERT
12253 status collapsed
12254
12255 \begin_layout Plain Layout
12256
12257
12258 \backslash
12259 spce 
12260 \end_layout
12261
12262 \end_inset
12263
12264
12265 \begin_inset Formula $\to$
12266 \end_inset
12267
12268 A
12269 \backslash
12270 not=C (3
12271 \begin_inset space \thinspace{}
12272 \end_inset
12273
12274 cm)
12275 \end_layout
12276
12277 \end_inset
12278 </cell>
12279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12284 \end_inset
12285
12286
12287 \end_layout
12288
12289 \end_inset
12290 </cell>
12291 </row>
12292 <row>
12293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297 A
12298 \backslash
12299 hspace
12300 \begin_inset ERT
12301 status collapsed
12302
12303 \begin_layout Plain Layout
12304
12305
12306 \backslash
12307 spce 
12308 \end_layout
12309
12310 \end_inset
12311
12312
12313 \begin_inset Formula $\to$
12314 \end_inset
12315
12316 A
12317 \backslash
12318 not=A (-1
12319 \begin_inset space \thinspace{}
12320 \end_inset
12321
12322 mm)
12323 \end_layout
12324
12325 \end_inset
12326 </cell>
12327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12328 \begin_inset Text
12329
12330 \begin_layout Plain Layout
12331 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12332 \end_inset
12333
12334
12335 \end_layout
12336
12337 \end_inset
12338 </cell>
12339 </row>
12340 <row>
12341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12342 \begin_inset Text
12343
12344 \begin_layout Plain Layout
12345 A=A
12346 \backslash
12347 hfill
12348 \begin_inset ERT
12349 status collapsed
12350
12351 \begin_layout Plain Layout
12352
12353
12354 \backslash
12355 spce 
12356 \end_layout
12357
12358 \end_inset
12359
12360 B=B
12361 \end_layout
12362
12363 \end_inset
12364 </cell>
12365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12366 \begin_inset Text
12367
12368 \begin_layout Plain Layout
12369 \begin_inset Formula $A=A\hfill B=B$
12370 \end_inset
12371
12372
12373 \end_layout
12374
12375 \end_inset
12376 </cell>
12377 </row>
12378 </lyxtabular>
12379
12380 \end_inset
12381
12382
12383 \end_layout
12384
12385 \begin_layout Standard
12386 En el último ejemplo el espacio disponible viene dado por la entrada más
12387  larga de columna en la tabla.
12388  En una ecuación en línea el espacio depende de la longitud de la línea
12389  en la que se inserta 
12390 \series bold
12391
12392 \backslash
12393 hfill
12394 \series default
12395 .
12396  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12397  
12398 \series bold
12399
12400 \backslash
12401 hfill
12402 \series default
12403  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12404 \series bold
12405 Sangrado
12406 \series default
12407 .
12408  (Los estilos de ecuaciones se explican en
12409 \begin_inset space ~
12410 \end_inset
12411
12412
12413 \begin_inset CommandInset ref
12414 LatexCommand ref
12415 reference "sec:Estilos-de-ecuación"
12416
12417 \end_inset
12418
12419 ).
12420 \end_layout
12421
12422 \begin_layout Standard
12423 Además de 
12424 \series bold
12425
12426 \backslash
12427 hfill
12428 \series default
12429  hay los comandos 
12430 \series bold
12431
12432 \backslash
12433 dotfill
12434 \series default
12435  y 
12436 \series bold
12437
12438 \backslash
12439 hrulefill
12440 \series default
12441  que llenan el espacio con un patrón, véase un ejemplo en
12442 \begin_inset space ~
12443 \end_inset
12444
12445
12446 \begin_inset CommandInset ref
12447 LatexCommand ref
12448 reference "sub:Puntos"
12449
12450 \end_inset
12451
12452 .
12453 \end_layout
12454
12455 \begin_layout Standard
12456 Para texto se puede insertar espacio variable con el menú 
12457 \family sans
12458 Insertar\SpecialChar \menuseparator
12459 Formato\SpecialChar \menuseparator
12460 Espacio
12461 \begin_inset space ~
12462 \end_inset
12463
12464 horizontal
12465 \family default
12466 :
12467 \end_layout
12468
12469 \begin_layout Standard
12470 En esta línea hay un espacio
12471 \begin_inset space \hspace{}
12472 \length 2cm
12473 \end_inset
12474
12475 de 2
12476 \begin_inset space \thinspace{}
12477 \end_inset
12478
12479 cm.
12480 \end_layout
12481
12482 \begin_layout Standard
12483 En esta línea hay un
12484 \begin_inset space \hfill{}
12485 \end_inset
12486
12487 espacio máximo.
12488 \end_layout
12489
12490 \begin_layout Subsection
12491 Espacio adicional en ecuaciones en línea
12492 \begin_inset Index idx
12493 status collapsed
12494
12495 \begin_layout Plain Layout
12496 Espacio ! adicional en línea
12497 \end_layout
12498
12499 \end_inset
12500
12501
12502 \end_layout
12503
12504 \begin_layout Standard
12505 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12506  
12507 \series bold
12508
12509 \backslash
12510 mathsurround
12511 \series default
12512
12513 \begin_inset Index idx
12514 status collapsed
12515
12516 \begin_layout Plain Layout
12517 Comandos ! M ! 
12518 \backslash
12519 mathsurround
12520 \end_layout
12521
12522 \end_inset
12523
12524 .
12525  El valor de una longitud se establece con el comando 
12526 \series bold
12527
12528 \backslash
12529 setlength
12530 \series default
12531
12532 \begin_inset Index idx
12533 status collapsed
12534
12535 \begin_layout Plain Layout
12536 Comandos ! S ! 
12537 \backslash
12538 setlength
12539 \end_layout
12540
12541 \end_inset
12542
12543  según el siguiente esquema:
12544 \end_layout
12545
12546 \begin_layout Standard
12547
12548 \series bold
12549
12550 \backslash
12551 setlength{nombre de la longitud}{valor}
12552 \end_layout
12553
12554 \begin_layout Standard
12555 Para poner a 
12556 \series bold
12557
12558 \backslash
12559 mathsurround
12560 \series default
12561  un valor de 5
12562 \begin_inset space \thinspace{}
12563 \end_inset
12564
12565 mm, se inserta el comando
12566 \end_layout
12567
12568 \begin_layout Standard
12569
12570 \series bold
12571
12572 \backslash
12573 setlength{
12574 \backslash
12575 mathsurround}{5mm}
12576 \end_layout
12577
12578 \begin_layout Standard
12579 en modo TeX.
12580  Se establecerá un espacio de 5
12581 \begin_inset space \thinspace{}
12582 \end_inset
12583
12584 mm alrededor de todas las ecuaciones en línea:
12585 \begin_inset ERT
12586 status collapsed
12587
12588 \begin_layout Plain Layout
12589
12590
12591 \backslash
12592 setlength{
12593 \backslash
12594 mathsurround}{5mm}
12595 \end_layout
12596
12597 \end_inset
12598
12599
12600 \end_layout
12601
12602 \begin_layout Standard
12603 En esta línea hay una ecuación 
12604 \begin_inset Formula $A=B$
12605 \end_inset
12606
12607  rodeada por espacios de 5
12608 \begin_inset space \thinspace{}
12609 \end_inset
12610
12611 mm.
12612 \begin_inset ERT
12613 status collapsed
12614
12615 \begin_layout Plain Layout
12616
12617
12618 \backslash
12619 setlength{
12620 \backslash
12621 mathsurround}{0mm}
12622 \end_layout
12623
12624 \end_inset
12625
12626
12627 \end_layout
12628
12629 \begin_layout Standard
12630 Para volver al espacio predeterminado, 
12631 \series bold
12632
12633 \backslash
12634 mathsurround
12635 \series default
12636  se restablece al valor 0
12637 \begin_inset space \thinspace{}
12638 \end_inset
12639
12640 pt.
12641 \end_layout
12642
12643 \begin_layout Section
12644 Cuadros y marcos
12645 \begin_inset Index idx
12646 status collapsed
12647
12648 \begin_layout Plain Layout
12649 Marcos
12650 \end_layout
12651
12652 \end_inset
12653
12654
12655 \begin_inset Index idx
12656 status collapsed
12657
12658 \begin_layout Plain Layout
12659 Marcos|see
12660 \begin_inset ERT
12661 status collapsed
12662
12663 \begin_layout Plain Layout
12664
12665 {
12666 \end_layout
12667
12668 \end_inset
12669
12670 Cuadros
12671 \begin_inset ERT
12672 status collapsed
12673
12674 \begin_layout Plain Layout
12675
12676 }
12677 \end_layout
12678
12679 \end_inset
12680
12681
12682 \end_layout
12683
12684 \end_inset
12685
12686
12687 \end_layout
12688
12689 \begin_layout Standard
12690 Los cuadros para texto se describen en el capítulo 
12691 \emph on
12692 Cuadros
12693 \emph default
12694  del manual 
12695 \emph on
12696 Objetos insertados
12697 \emph default
12698 .
12699 \end_layout
12700
12701 \begin_layout Subsection
12702 Cuadros con marco
12703 \begin_inset CommandInset label
12704 LatexCommand label
12705 name "sub:Cuadros-con-marco"
12706
12707 \end_inset
12708
12709
12710 \begin_inset Index idx
12711 status collapsed
12712
12713 \begin_layout Plain Layout
12714 Cuadros ! con marco
12715 \end_layout
12716
12717 \end_inset
12718
12719
12720 \end_layout
12721
12722 \begin_layout Standard
12723 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12724 \series bold
12725
12726 \backslash
12727 fbox
12728 \series default
12729
12730 \begin_inset Index idx
12731 status collapsed
12732
12733 \begin_layout Plain Layout
12734 Comandos ! F ! 
12735 \backslash
12736 fbox
12737 \end_layout
12738
12739 \end_inset
12740
12741  y 
12742 \series bold
12743
12744 \backslash
12745 boxed
12746 \series default
12747
12748 \begin_inset Index idx
12749 status collapsed
12750
12751 \begin_layout Plain Layout
12752 Comandos ! B ! 
12753 \backslash
12754 boxed
12755 \end_layout
12756
12757 \end_inset
12758
12759 .
12760 \end_layout
12761
12762 \begin_layout Standard
12763 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12764  azul en un marco donde se introduce parte de una ecuación.
12765  Para 
12766 \series bold
12767
12768 \backslash
12769 fbox
12770 \series default
12771  hay que generar una ecuación adicional con 
12772 \family sans
12773 Ctrl+M
12774 \family default
12775  dentro del recuadro, porque si no el contenido del mismo sería considerado
12776  texto matemático.
12777  Si se usa 
12778 \series bold
12779
12780 \backslash
12781 boxed
12782 \series default
12783  la nueva ecuación se genera automáticamente dentro del marco.
12784 \end_layout
12785
12786 \begin_layout Standard
12787 El comando 
12788 \series bold
12789
12790 \backslash
12791 fbox
12792 \series default
12793  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12794  ecuación tendría siempre el tamaño del texto.
12795  Por otra parte, 
12796 \series bold
12797
12798 \backslash
12799 fboxed
12800 \series default
12801  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12802  siempre el tamaño de una ecuación presentada.
12803 \end_layout
12804
12805 \begin_layout Standard
12806 El comando 
12807 \series bold
12808
12809 \backslash
12810 framebox
12811 \series default
12812
12813 \begin_inset Index idx
12814 status collapsed
12815
12816 \begin_layout Plain Layout
12817 Comandos ! F ! 
12818 \backslash
12819 framebox
12820 \end_layout
12821
12822 \end_inset
12823
12824  es una extensión de 
12825 \series bold
12826
12827 \backslash
12828 fbox
12829 \series default
12830 , que permite especificar además la anchura del marco yla alineación.
12831  
12832 \series bold
12833
12834 \backslash
12835 framebox
12836 \series default
12837  se usa con el siguiente esquema: 
12838 \end_layout
12839
12840 \begin_layout Standard
12841
12842 \series bold
12843
12844 \backslash
12845 framebox[anchura del marco][posición]{contenido del cuadro}
12846 \end_layout
12847
12848 \begin_layout Standard
12849 La posición puede ser 
12850 \emph on
12851 l
12852 \emph default
12853  o 
12854 \emph on
12855 r
12856 \emph default
12857
12858 \emph on
12859 l
12860 \emph default
12861  alinea la ecuación a la izquierda del cuadro, 
12862 \emph on
12863 r
12864 \emph default
12865  la alinea a la derecha.
12866  Si no se da posición la ecuación será centrada.
12867 \begin_inset Newline newline
12868 \end_inset
12869
12870 Si no se pone anchura tampoco puede darse posición.
12871  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12872  con 
12873 \series bold
12874
12875 \backslash
12876 fbox
12877 \series default
12878 .
12879  
12880 \end_layout
12881
12882 \begin_layout Standard
12883 Cuando se inserta el comando 
12884 \series bold
12885
12886 \backslash
12887 framebox
12888 \series default
12889  aparece un recuadro con tres marcos azules.
12890  Los dos primeros marcos están encerrados entre corchetes e indican los
12891  dos argumentos opcionales.
12892  El tercer marco es para partes de la ecuación, como para 
12893 \series bold
12894
12895 \backslash
12896 fbox
12897 \series default
12898 .
12899 \end_layout
12900
12901 \begin_layout Standard
12902 \noindent
12903 \align center
12904 \begin_inset Tabular
12905 <lyxtabular version="3" rows="5" columns="2">
12906 <features tabularvalignment="middle">
12907 <column alignment="center" valignment="top" width="0">
12908 <column alignment="center" valignment="top" width="0">
12909 <row>
12910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914 Comando
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Plain Layout
12923 Resultado
12924 \begin_inset Note Note
12925 status collapsed
12926
12927 \begin_layout Plain Layout
12928
12929 \series bold
12930
12931 \backslash
12932 raisebox
12933 \series default
12934  se usa sólo como espaciador
12935 \end_layout
12936
12937 \end_inset
12938
12939
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 </row>
12945 <row>
12946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950
12951 \backslash
12952 fbox
12953 \begin_inset ERT
12954 status collapsed
12955
12956 \begin_layout Plain Layout
12957
12958
12959 \backslash
12960 spce 
12961 \end_layout
12962
12963 \end_inset
12964
12965
12966 \family sans
12967 Ctrl+M
12968 \family default
12969  
12970 \backslash
12971 int
12972 \begin_inset ERT
12973 status collapsed
12974
12975 \begin_layout Plain Layout
12976
12977
12978 \backslash
12979 spce 
12980 \end_layout
12981
12982 \end_inset
12983
12984 A=B
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12994 \end_inset
12995
12996
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 </row>
13002 <row>
13003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007
13008 \backslash
13009 boxed
13010 \begin_inset ERT
13011 status collapsed
13012
13013 \begin_layout Plain Layout
13014
13015
13016 \backslash
13017 spce 
13018 \end_layout
13019
13020 \end_inset
13021
13022
13023 \backslash
13024 int
13025 \begin_inset ERT
13026 status collapsed
13027
13028 \begin_layout Plain Layout
13029
13030
13031 \backslash
13032 spce 
13033 \end_layout
13034
13035 \end_inset
13036
13037 A=B
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13047 \end_inset
13048
13049
13050 \end_layout
13051
13052 \end_inset
13053 </cell>
13054 </row>
13055 <row>
13056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060 A+
13061 \backslash
13062 fbox
13063 \begin_inset ERT
13064 status collapsed
13065
13066 \begin_layout Plain Layout
13067
13068
13069 \backslash
13070 spce 
13071 \end_layout
13072
13073 \end_inset
13074
13075 B
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13085 \end_inset
13086
13087
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 </row>
13093 <row>
13094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098
13099 \backslash
13100 framebox
13101 \begin_inset ERT
13102 status collapsed
13103
13104 \begin_layout Plain Layout
13105
13106
13107 \backslash
13108 spce 
13109 \end_layout
13110
13111 \end_inset
13112
13113 20mm
13114 \begin_inset Formula $\to$
13115 \end_inset
13116
13117
13118 \begin_inset Formula $\to$
13119 \end_inset
13120
13121
13122 \family sans
13123 Ctrl+M
13124 \family default
13125  
13126 \backslash
13127 frac
13128 \begin_inset ERT
13129 status collapsed
13130
13131 \begin_layout Plain Layout
13132
13133
13134 \backslash
13135 spce 
13136 \end_layout
13137
13138 \end_inset
13139
13140 A
13141 \begin_inset Formula $\downarrow$
13142 \end_inset
13143
13144 B
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153 \begin_inset Formula $\raisebox{6mm}{}$
13154 \end_inset
13155
13156
13157 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13158 \end_inset
13159
13160
13161 \begin_inset Formula $\raisebox{-4mm}{}$
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 </row>
13170 </lyxtabular>
13171
13172 \end_inset
13173
13174
13175 \end_layout
13176
13177 \begin_layout Standard
13178 El grosor del marco también se puede ajustar.
13179  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13180  la fórmula:
13181 \end_layout
13182
13183 \begin_layout Standard
13184
13185 \series bold
13186
13187 \backslash
13188 fboxrule
13189 \series default
13190  
13191 \series bold
13192
13193 \begin_inset Quotes fld
13194 \end_inset
13195
13196 grosor
13197 \begin_inset Quotes frd
13198 \end_inset
13199
13200
13201 \series default
13202  
13203 \series bold
13204
13205 \backslash
13206 fboxsep
13207 \series default
13208  
13209 \series bold
13210
13211 \begin_inset Quotes fld
13212 \end_inset
13213
13214 distancia
13215 \begin_inset Quotes frd
13216 \end_inset
13217
13218
13219 \end_layout
13220
13221 \begin_layout Standard
13222 \begin_inset Quotes fld
13223 \end_inset
13224
13225 distancia
13226 \begin_inset Quotes frd
13227 \end_inset
13228
13229  especifica la distancia mínima entre el marco y el primer carácter en el
13230  cuadro.
13231  Un ejemplo de esto es la siguiente ecuación enmarcada:
13232 \begin_inset ERT
13233 status collapsed
13234
13235 \begin_layout Plain Layout
13236
13237
13238 \backslash
13239 fboxrule 2mm 
13240 \backslash
13241 fboxsep 3mm
13242 \end_layout
13243
13244 \end_inset
13245
13246
13247 \begin_inset Formula \[
13248 \boxed{A+B=C}
13249 \]
13250
13251 \end_inset
13252
13253
13254 \end_layout
13255
13256 \begin_layout Standard
13257 Delante de esta ecuación se han insertado los comandos
13258 \end_layout
13259
13260 \begin_layout Standard
13261
13262 \series bold
13263
13264 \backslash
13265 fboxrule
13266 \series default
13267  
13268 \series bold
13269 2mm
13270 \series default
13271  
13272 \series bold
13273
13274 \backslash
13275 fboxsep
13276 \series default
13277  
13278 \series bold
13279 3mm
13280 \end_layout
13281
13282 \begin_layout Standard
13283 en modo TeX.
13284  Los valores dados se usan para todos los cuadros siguientes.
13285 \end_layout
13286
13287 \begin_layout Standard
13288 Para volver al tamaño estándar del marco se inserta el comando
13289 \end_layout
13290
13291 \begin_layout Standard
13292
13293 \series bold
13294
13295 \backslash
13296 fboxrule
13297 \series default
13298  
13299 \series bold
13300 0.4pt
13301 \series default
13302  
13303 \series bold
13304
13305 \backslash
13306 fboxsep
13307 \series default
13308  
13309 \series bold
13310 3pt
13311 \series default
13312
13313 \begin_inset ERT
13314 status collapsed
13315
13316 \begin_layout Plain Layout
13317
13318
13319 \backslash
13320 fboxrule 0.4pt 
13321 \backslash
13322 fboxsep 3pt
13323 \end_layout
13324
13325 \end_inset
13326
13327
13328 \end_layout
13329
13330 \begin_layout Standard
13331 en modo TeX antes de la ecuación siguiente.
13332 \end_layout
13333
13334 \begin_layout Subsection
13335 Cuadros sin marco
13336 \begin_inset CommandInset label
13337 LatexCommand label
13338 name "sub:Cuadros-sin-marco"
13339
13340 \end_inset
13341
13342
13343 \begin_inset Index idx
13344 status collapsed
13345
13346 \begin_layout Plain Layout
13347 Cuadros ! sin marco
13348 \end_layout
13349
13350 \end_inset
13351
13352
13353 \end_layout
13354
13355 \begin_layout Standard
13356 Para cuadros sin marco hay los comandos: 
13357 \series bold
13358
13359 \backslash
13360 mbox
13361 \series default
13362
13363 \begin_inset Index idx
13364 status collapsed
13365
13366 \begin_layout Plain Layout
13367 Comandos ! M ! 
13368 \backslash
13369 mbox
13370 \end_layout
13371
13372 \end_inset
13373
13374
13375 \series bold
13376
13377 \backslash
13378 makebox
13379 \series default
13380
13381 \begin_inset Index idx
13382 status collapsed
13383
13384 \begin_layout Plain Layout
13385 Comandos ! M ! 
13386 \backslash
13387 makebox
13388 \end_layout
13389
13390 \end_inset
13391
13392  y 
13393 \series bold
13394
13395 \backslash
13396 raisebox
13397 \series default
13398
13399 \begin_inset Index idx
13400 status collapsed
13401
13402 \begin_layout Plain Layout
13403 Comandos ! R ! 
13404 \backslash
13405 raisebox
13406 \end_layout
13407
13408 \end_inset
13409
13410 .
13411 \end_layout
13412
13413 \begin_layout Standard
13414 Con 
13415 \series bold
13416
13417 \backslash
13418 raisebox
13419 \series default
13420  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13421  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13422  
13423 \series bold
13424
13425 \backslash
13426 raisebox
13427 \series default
13428  se usa con el siguiente esquema: 
13429 \end_layout
13430
13431 \begin_layout Standard
13432
13433 \series bold
13434
13435 \backslash
13436 raisebox{altura}{contenido del marco}
13437 \end_layout
13438
13439 \begin_layout Standard
13440 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13441  extra, como con 
13442 \series bold
13443
13444 \backslash
13445 fbox
13446 \series default
13447 .
13448  
13449 \begin_inset Note Greyedout
13450 status open
13451
13452 \begin_layout Plain Layout
13453
13454 \series bold
13455 Nota
13456 \series default
13457 : Para
13458 \series bold
13459
13460 \backslash
13461 raisebox
13462 \series default
13463  se ha creado esta ecuación extra tecleando 
13464 \family sans
13465 Ctrl+M
13466 \family default
13467  dos veces en vez de una porque LyX aún no soporta 
13468 \series bold
13469
13470 \backslash
13471 raisebox
13472 \series default
13473  directamente.
13474 \end_layout
13475
13476 \end_inset
13477
13478
13479 \end_layout
13480
13481 \begin_layout Standard
13482 \align center
13483 \begin_inset Tabular
13484 <lyxtabular version="3" rows="4" columns="2">
13485 <features tabularvalignment="middle">
13486 <column alignment="center" valignment="top" width="0">
13487 <column alignment="center" valignment="top" width="0">
13488 <row>
13489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 Comando
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13499 \begin_inset Text
13500
13501 \begin_layout Plain Layout
13502 Resultado
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 </row>
13508 <row>
13509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 H
13514 \backslash
13515 raisebox{2mm
13516 \begin_inset Formula $\to$
13517 \end_inset
13518
13519
13520 \backslash
13521 {al
13522 \begin_inset Formula $\to$
13523 \end_inset
13524
13525  lo
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13535 \end_inset
13536
13537
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 </row>
13543 <row>
13544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 H
13549 \backslash
13550 raisebox{-2mm
13551 \begin_inset Formula $\to$
13552 \end_inset
13553
13554
13555 \backslash
13556 {al
13557 \begin_inset Formula $\to$
13558 \end_inset
13559
13560 lo
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13570 \end_inset
13571
13572
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 </row>
13578 <row>
13579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 A=
13584 \backslash
13585 raisebox{-2mm
13586 \begin_inset Formula $\to$
13587 \end_inset
13588
13589
13590 \backslash
13591 {
13592 \family sans
13593 Ctrl+M Ctrl+M
13594 \family default
13595  
13596 \backslash
13597 sqrt
13598 \begin_inset ERT
13599 status collapsed
13600
13601 \begin_layout Plain Layout
13602
13603
13604 \backslash
13605 spce 
13606 \end_layout
13607
13608 \end_inset
13609
13610
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13620 \end_inset
13621
13622
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 </row>
13628 </lyxtabular>
13629
13630 \end_inset
13631
13632
13633 \end_layout
13634
13635 \begin_layout Standard
13636 El comando 
13637 \series bold
13638
13639 \backslash
13640 mbox
13641 \series default
13642  es equivalente a 
13643 \series bold
13644
13645 \backslash
13646 fbox
13647 \series default
13648  y 
13649 \series bold
13650
13651 \backslash
13652 makebox
13653 \series default
13654  es equivalente a 
13655 \series bold
13656
13657 \backslash
13658 framebox
13659 \series default
13660 , con la diferencia de que no hay marco.
13661 \end_layout
13662
13663 \begin_layout Subsection
13664 Cuadros coloreados
13665 \begin_inset CommandInset label
13666 LatexCommand label
13667 name "sub:Cuadros-coloreados"
13668
13669 \end_inset
13670
13671
13672 \begin_inset Index idx
13673 status collapsed
13674
13675 \begin_layout Plain Layout
13676 Cuadros ! coloreados
13677 \end_layout
13678
13679 \end_inset
13680
13681
13682 \end_layout
13683
13684 \begin_layout Standard
13685 Para poder usar todos los comandos explicados en esta sección hay que cargar
13686  en el preámbulo LaTeX el paquete LaTeX 
13687 \series bold
13688 color
13689 \series default
13690
13691 \begin_inset Foot
13692 status collapsed
13693
13694 \begin_layout Plain Layout
13695 El paquete LaTeX 
13696 \series bold
13697 color
13698 \series default
13699  forma parte de toda distribución LaTeX estándar.
13700 \end_layout
13701
13702 \end_inset
13703
13704
13705 \begin_inset Index idx
13706 status collapsed
13707
13708 \begin_layout Plain Layout
13709 Paquetes ! color
13710 \end_layout
13711
13712 \end_inset
13713
13714 , con la línea
13715 \begin_inset Foot
13716 status collapsed
13717
13718 \begin_layout Plain Layout
13719 Cuando hay texto coloreado con un color predefinido en alguna parte del
13720  documento, LyX carga automáticamente el paquete LaTeX 
13721 \series bold
13722 color
13723 \series default
13724 .
13725  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13726  origina problemas.
13727 \end_layout
13728
13729 \end_inset
13730
13731
13732 \begin_inset Note Note
13733 status collapsed
13734
13735 \begin_layout Plain Layout
13736 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13737  en el preámbulo LaTeX.
13738 \end_layout
13739
13740 \end_inset
13741
13742
13743 \end_layout
13744
13745 \begin_layout Standard
13746
13747 \series bold
13748
13749 \backslash
13750 usepackage{color}
13751 \begin_inset VSpace medskip
13752 \end_inset
13753
13754
13755 \end_layout
13756
13757 \begin_layout Standard
13758 Para colorear cuadros se usa el comando 
13759 \series bold
13760
13761 \backslash
13762 colorbox
13763 \series default
13764
13765 \begin_inset Index idx
13766 status collapsed
13767
13768 \begin_layout Plain Layout
13769 Comandos ! C ! 
13770 \backslash
13771 colorbox
13772 \end_layout
13773
13774 \end_inset
13775
13776  con el siguiente esquema:
13777 \end_layout
13778
13779 \begin_layout Standard
13780
13781 \series bold
13782
13783 \backslash
13784 colorbox{color}{contenido del cuadro}
13785 \end_layout
13786
13787 \begin_layout Standard
13788 El contenido del cuadro puede ser otro cuadro, y también un 
13789 \backslash
13790
13791 \series bold
13792 colorbox
13793 \series default
13794  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13795  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13796  como con 
13797 \series bold
13798
13799 \backslash
13800 raisebox
13801 \series default
13802 .
13803 \begin_inset Foot
13804 status collapsed
13805
13806 \begin_layout Plain Layout
13807 Esto también se aplica para el comando 
13808 \series bold
13809
13810 \backslash
13811 fcolorbox
13812 \series default
13813 .
13814 \end_layout
13815
13816 \end_inset
13817
13818  
13819 \end_layout
13820
13821 \begin_layout Standard
13822 Se puede elegir uno de los siguientes colores predefinidos:
13823 \end_layout
13824
13825 \begin_layout Standard
13826
13827 \series bold
13828 black
13829 \series default
13830
13831 \series bold
13832 blue
13833 \series default
13834
13835 \series bold
13836 cyan
13837 \series default
13838
13839 \series bold
13840 green
13841 \series default
13842
13843 \series bold
13844 magenta
13845 \series default
13846
13847 \series bold
13848 red
13849 \series default
13850
13851 \series bold
13852 white
13853 \series default
13854
13855 \series bold
13856 yellow
13857 \end_layout
13858
13859 \begin_layout Standard
13860 \align center
13861 \begin_inset Tabular
13862 <lyxtabular version="3" rows="4" columns="2">
13863 <features tabularvalignment="middle">
13864 <column alignment="center" valignment="top" width="0">
13865 <column alignment="center" valignment="top" width="0">
13866 <row>
13867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871 Comando
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 Resultado
13881 \begin_inset Note Note
13882 status collapsed
13883
13884 \begin_layout Plain Layout
13885
13886 \series bold
13887
13888 \backslash
13889 raisebox
13890 \series default
13891  se usa sólo como espaciador
13892 \end_layout
13893
13894 \end_inset
13895
13896
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 </row>
13902 <row>
13903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907
13908 \backslash
13909 colorbox{yellow
13910 \begin_inset Formula $\to$
13911 \end_inset
13912
13913
13914 \backslash
13915 {A=B
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13925 \end_inset
13926
13927
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 </row>
13933 <row>
13934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938
13939 \backslash
13940 colorbox{green
13941 \begin_inset Formula $\to$
13942 \end_inset
13943
13944
13945 \backslash
13946 {
13947 \backslash
13948 fbox
13949 \begin_inset ERT
13950 status collapsed
13951
13952 \begin_layout Plain Layout
13953
13954
13955 \backslash
13956 spce 
13957 \end_layout
13958
13959 \end_inset
13960
13961 A=B
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13971 \end_inset
13972
13973
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 </row>
13979 <row>
13980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984
13985 \backslash
13986 fbox
13987 \begin_inset ERT
13988 status collapsed
13989
13990 \begin_layout Plain Layout
13991
13992
13993 \backslash
13994 spce 
13995 \end_layout
13996
13997 \end_inset
13998
13999
14000 \backslash
14001 colorbox{green
14002 \begin_inset Formula $\to$
14003 \end_inset
14004
14005
14006 \backslash
14007 {
14008 \family sans
14009 Ctrl+M Ctrl+M
14010 \family default
14011  
14012 \backslash
14013 int
14014 \begin_inset ERT
14015 status collapsed
14016
14017 \begin_layout Plain Layout
14018
14019
14020 \backslash
14021 spce 
14022 \end_layout
14023
14024 \end_inset
14025
14026 C=D
14027 \end_layout
14028
14029 \end_inset
14030 </cell>
14031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Plain Layout
14035 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14036 \end_inset
14037
14038
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 </row>
14044 </lyxtabular>
14045
14046 \end_inset
14047
14048
14049 \end_layout
14050
14051 \begin_layout Standard
14052
14053 \series bold
14054
14055 \backslash
14056 colorbox
14057 \series default
14058  sólo colorea el cuadro pero no los caracteres.
14059  Para colorear todos los caracteres se selecciona toda la ecuación y se
14060  elige un color en el diálogo 
14061 \family sans
14062 Estilo
14063 \begin_inset space ~
14064 \end_inset
14065
14066 del
14067 \begin_inset space ~
14068 \end_inset
14069
14070 texto
14071 \family default
14072 .
14073  El diálogo puede abrirse con el botón 
14074 \begin_inset Graphics
14075         filename ../../images/dialog-show_character.png
14076         scale 85
14077
14078 \end_inset
14079
14080  de la barra de herramientas o con el menú 
14081 \family sans
14082 Editar\SpecialChar \menuseparator
14083 Estilo
14084 \begin_inset space ~
14085 \end_inset
14086
14087 del
14088 \begin_inset space ~
14089 \end_inset
14090
14091 texto\SpecialChar \menuseparator
14092 Personalizado
14093 \family default
14094 .
14095  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
14096  Si el número de la ecuación debe tener otro color que el de los caracteres
14097  de la ecuación, el color debe cambiarse dentro de la ecuación.
14098 \end_layout
14099
14100 \begin_layout Standard
14101 Un ejemplo:
14102 \color red
14103
14104 \begin_inset Formula \begin{equation}
14105 {\color{red}\int A=B}\label{eq:rojo}
14106 \end{equation}
14107
14108 \end_inset
14109
14110
14111 \color green
14112
14113 \begin_inset Formula \begin{equation}
14114 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
14115 \end{equation}
14116
14117 \end_inset
14118
14119
14120 \end_layout
14121
14122 \begin_layout Standard
14123 La ecuación 
14124 \begin_inset CommandInset ref
14125 LatexCommand eqref
14126 reference "eq:rojo"
14127
14128 \end_inset
14129
14130  está toda coloreada en rojo.
14131 \begin_inset Newline newline
14132 \end_inset
14133
14134 La ecuación 
14135 \begin_inset CommandInset ref
14136 LatexCommand eqref
14137 reference "eq:rojoverde"
14138
14139 \end_inset
14140
14141  se ha coloreado en primer lugar toda en verde para colorear el número de
14142  la ecuación.
14143  Posteriormente se han coloreado en rojo los caracteres.
14144 \family sans
14145
14146 \begin_inset VSpace bigskip
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \begin_layout Standard
14153 Para colorear diferente el marco y el resto del cuadro se usa el comando
14154  
14155 \series bold
14156
14157 \backslash
14158 fcolorbox
14159 \series default
14160
14161 \begin_inset Index idx
14162 status collapsed
14163
14164 \begin_layout Plain Layout
14165 Comandos ! F ! 
14166 \backslash
14167 fcolorbox
14168 \end_layout
14169
14170 \end_inset
14171
14172  con el siguiente esquema:
14173 \end_layout
14174
14175 \begin_layout Standard
14176
14177 \series bold
14178
14179 \backslash
14180 fcolorbox{color del marco}{color}{contenido del cuadro}
14181 \end_layout
14182
14183 \begin_layout Standard
14184 Así pues 
14185 \series bold
14186
14187 \backslash
14188 fcolorbox
14189 \series default
14190  es una extensión del comando 
14191 \series bold
14192
14193 \backslash
14194 colorbox
14195 \series default
14196 .
14197  La anchura del marco se establece, como para 
14198 \series bold
14199
14200 \backslash
14201 framebox
14202 \series default
14203 , con 
14204 \series bold
14205
14206 \backslash
14207 fboxrule
14208 \series default
14209  y 
14210 \series bold
14211
14212 \backslash
14213 fboxsep
14214 \series default
14215 .
14216  Un ejemplo:
14217 \begin_inset ERT
14218 status collapsed
14219
14220 \begin_layout Plain Layout
14221
14222
14223 \backslash
14224 fboxrule 1mm 
14225 \backslash
14226 fboxsep 1mm
14227 \end_layout
14228
14229 \end_inset
14230
14231
14232 \begin_inset Formula \[
14233 \fcolorbox{cyan}{magenta}{A=B}
14234 \]
14235
14236 \end_inset
14237
14238
14239 \end_layout
14240
14241 \begin_layout Standard
14242 \begin_inset ERT
14243 status collapsed
14244
14245 \begin_layout Plain Layout
14246
14247
14248 \backslash
14249 fboxrule 0.4pt 
14250 \backslash
14251 fboxsep 3pt
14252 \end_layout
14253
14254 \end_inset
14255
14256
14257 \end_layout
14258
14259 \begin_layout Standard
14260 Esta ecuación se ha compuesto con el comando
14261 \begin_inset Newline newline
14262 \end_inset
14263
14264
14265 \series bold
14266
14267 \backslash
14268 fcolorbox{cyan
14269 \begin_inset Formula $\to$
14270 \end_inset
14271
14272
14273 \backslash
14274 {magenta
14275 \begin_inset Formula $\to$
14276 \end_inset
14277
14278
14279 \backslash
14280 {A=B
14281 \end_layout
14282
14283 \begin_layout Standard
14284 \begin_inset VSpace bigskip
14285 \end_inset
14286
14287
14288 \end_layout
14289
14290 \begin_layout Standard
14291 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14292 \end_layout
14293
14294 \begin_layout Standard
14295 Por ejemplo, se puede definir el color 
14296 \begin_inset Quotes fld
14297 \end_inset
14298
14299
14300 \series bold
14301 verdeoscuro
14302 \series default
14303
14304 \begin_inset Quotes frd
14305 \end_inset
14306
14307  con la línea de preámbulo LaTeX:
14308 \end_layout
14309
14310 \begin_layout Standard
14311
14312 \series bold
14313
14314 \backslash
14315 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14316 \series default
14317
14318 \begin_inset Index idx
14319 status collapsed
14320
14321 \begin_layout Plain Layout
14322 Comandos ! D ! 
14323 \backslash
14324 definecolor
14325 \end_layout
14326
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \begin_layout Standard
14333
14334 \series bold
14335 cmyk
14336 \series default
14337  es el espacio de color referido a los colores 
14338 \series bold
14339 cyan
14340 \series default
14341
14342 \series bold
14343 magenta
14344 \series default
14345
14346 \series bold
14347 yellow
14348 \series default
14349  y 
14350 \series bold
14351 black
14352 \series default
14353 .
14354  Los cuatro números separados por coma son el factor de cuota para los colores
14355  correspondientes del espacio de color.
14356  Los factores pueden estar en el rango 0-1.
14357  En vez de 
14358 \series bold
14359 cmyk
14360 \series default
14361  se puede usar el espacio de color 
14362 \series bold
14363 rgb
14364 \series default
14365 , que se refiere a 
14366 \series bold
14367 red
14368 \series default
14369
14370 \series bold
14371 green
14372 \series default
14373  y 
14374 \series bold
14375 blue
14376 \series default
14377 , así pues en este caso hay tres factores de cuota para los correspondientes
14378  colores.
14379  Además hay el espacio de color 
14380 \series bold
14381 gray
14382 \series default
14383  con un factor de cuota para el valor gris.
14384 \end_layout
14385
14386 \begin_layout Standard
14387 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14388 \series bold
14389 verdeoscuro
14390 \series default
14391  y los caracteres en color amarillo:
14392 \color black
14393
14394 \begin_inset Formula \begin{equation}
14395 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
14396 \end{equation}
14397
14398 \end_inset
14399
14400
14401 \end_layout
14402
14403 \begin_layout Standard
14404 Los colores personalizados también se pueden usar para texto con la ayuda
14405  del comando 
14406 \series bold
14407
14408 \backslash
14409 textcolor
14410 \series default
14411
14412 \begin_inset Index idx
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416 Texto ! coloreado
14417 \end_layout
14418
14419 \end_inset
14420
14421
14422 \end_layout
14423
14424 \begin_layout Standard
14425 \begin_inset ERT
14426 status collapsed
14427
14428 \begin_layout Plain Layout
14429
14430
14431 \backslash
14432 textcolor{verdeoscuro}{
14433 \end_layout
14434
14435 \end_inset
14436
14437 Esta frase en 
14438 \begin_inset Quotes fld
14439 \end_inset
14440
14441 verdeoscuro
14442 \begin_inset Quotes frd
14443 \end_inset
14444
14445 .
14446 \begin_inset ERT
14447 status collapsed
14448
14449 \begin_layout Plain Layout
14450
14451 }
14452 \end_layout
14453
14454 \end_inset
14455
14456
14457 \end_layout
14458
14459 \begin_layout Standard
14460
14461 \series bold
14462
14463 \backslash
14464 textcolor
14465 \series default
14466
14467 \begin_inset Index idx
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471 Comandos ! T ! 
14472 \backslash
14473 textcolor
14474 \end_layout
14475
14476 \end_inset
14477
14478  se usa con el esquema 
14479 \series bold
14480
14481 \backslash
14482 textcolor{color}{caracteres a colorear}
14483 \series default
14484 .
14485 \end_layout
14486
14487 \begin_layout Subsection
14488 Cuadros de párrafo
14489 \begin_inset CommandInset label
14490 LatexCommand label
14491 name "sub:Cuadros-de-párrafo"
14492
14493 \end_inset
14494
14495
14496 \begin_inset Index idx
14497 status collapsed
14498
14499 \begin_layout Plain Layout
14500 Cuadros ! para párrafos
14501 \end_layout
14502
14503 \end_inset
14504
14505
14506 \end_layout
14507
14508 \begin_layout Standard
14509 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14510  de párrafo (parbox), se puede generar con el menú 
14511 \family sans
14512 Insertar\SpecialChar \menuseparator
14513 Cuadro
14514 \family default
14515  o con el botón 
14516 \begin_inset Graphics
14517         filename ../../images/box-insert.png
14518         scale 85
14519
14520 \end_inset
14521
14522  de la barra de herramientas.
14523 \end_layout
14524
14525 \begin_layout Standard
14526 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14527 \begin_inset VSpace medskip
14528 \end_inset
14529
14530 Esta línea contiene 
14531 \begin_inset Box Boxed
14532 position "c"
14533 hor_pos "c"
14534 has_inner_box 1
14535 inner_pos "c"
14536 use_parbox 1
14537 use_makebox 0
14538 width "5cm"
14539 special "none"
14540 height "1in"
14541 height_special "totalheight"
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545 Esto es un cuadro de párrafo.
14546  Tiene exactamente 5
14547 \begin_inset space \thinspace{}
14548 \end_inset
14549
14550 cm de largo y además puede contener ecuaciones: 
14551 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14552 \end_inset
14553
14554
14555 \end_layout
14556
14557 \end_inset
14558
14559
14560 \begin_inset space ~
14561 \end_inset
14562
14563  un cuadro de párrafo.
14564 \begin_inset VSpace medskip
14565 \end_inset
14566
14567 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14568  Surge un diálogo con las propiedades del cuadro.
14569  En este caso: 
14570 \emph on
14571 Decoración
14572 \emph default
14573 : Marco rectangular, 
14574 \emph on
14575 Cuadro interior
14576 \emph default
14577 : Párrafo, 
14578 \emph on
14579 Ancho
14580 \emph default
14581 : 5
14582 \begin_inset space \thinspace{}
14583 \end_inset
14584
14585 cm, 
14586 \emph on
14587 Alineación Vertical
14588 \emph default
14589  
14590 \emph on
14591 Cuadro
14592 \emph default
14593 : Medio.
14594 \end_layout
14595
14596 \begin_layout Standard
14597 \begin_inset VSpace medskip
14598 \end_inset
14599
14600 En LaTeX, un cuadro de párrafo se inserta con el comando 
14601 \series bold
14602
14603 \backslash
14604 parbox
14605 \series default
14606
14607 \begin_inset Index idx
14608 status collapsed
14609
14610 \begin_layout Plain Layout
14611 Comandos ! P ! 
14612 \backslash
14613 parbox
14614 \end_layout
14615
14616 \end_inset
14617
14618  con el esquema siguiente:
14619 \end_layout
14620
14621 \begin_layout Standard
14622
14623 \series bold
14624
14625 \backslash
14626 parbox[posición]{anchura}{contenido}
14627 \end_layout
14628
14629 \begin_layout Standard
14630 Son posibles las posiciones 
14631 \emph on
14632 b
14633 \emph default
14634  y 
14635 \emph on
14636 t
14637 \emph default
14638
14639 \emph on
14640 b
14641 \emph default
14642  por 
14643 \begin_inset Quotes fld
14644 \end_inset
14645
14646 bottom
14647 \begin_inset Quotes frd
14648 \end_inset
14649
14650  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14651  Con 
14652 \emph on
14653 t
14654 \emph default
14655 , por 
14656 \begin_inset Quotes fld
14657 \end_inset
14658
14659 top
14660 \begin_inset Quotes frd
14661 \end_inset
14662
14663  (arriba), la alineación se hace con la primera línea.
14664  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14665  
14666 \emph on
14667 Cuadros
14668 \emph default
14669  del manual 
14670 \emph on
14671 Objetos insertados
14672 \emph default
14673  para ejemplos.
14674 \end_layout
14675
14676 \begin_layout Standard
14677 \begin_inset VSpace bigskip
14678 \end_inset
14679
14680 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14681  ponerse en un cuadro de párrafo.
14682  Para ello se inserta el comando
14683 \begin_inset Newline newline
14684 \end_inset
14685
14686
14687 \series bold
14688
14689 \backslash
14690 fbox{
14691 \backslash
14692 parbox{
14693 \backslash
14694 linewidth-2
14695 \backslash
14696 fboxsep-2
14697 \backslash
14698 fboxrule}{
14699 \begin_inset Newline newline
14700 \end_inset
14701
14702
14703 \series default
14704 en modo TeX delante de la ecuación.
14705  Aquí 
14706 \series bold
14707
14708 \backslash
14709 linewidth
14710 \series default
14711
14712 \begin_inset Index idx
14713 status collapsed
14714
14715 \begin_layout Plain Layout
14716 Comandos ! L ! 
14717 \backslash
14718 linewidth
14719 \end_layout
14720
14721 \end_inset
14722
14723  es la anchura de línea establecida para el documento.
14724  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14725  anchura dos veces la separación del marco y el grosor.
14726  Como LyX no lo hace automáticamente debido a un fallo,
14727 \begin_inset Foot
14728 status collapsed
14729
14730 \begin_layout Plain Layout
14731 \begin_inset CommandInset href
14732 LatexCommand href
14733 name "LyX-bug #4483"
14734 target "http://www.lyx.org/trac/ticket/4483"
14735
14736 \end_inset
14737
14738
14739 \end_layout
14740
14741 \end_inset
14742
14743  hay que usar modo TeX.
14744  Para poder multiplicar y restar en los argumentos hay que cargar en el
14745  preámbulo LaTeX el paquete LaTeX 
14746 \series bold
14747 calc
14748 \series default
14749 ,
14750 \begin_inset Foot
14751 status collapsed
14752
14753 \begin_layout Plain Layout
14754
14755 \series bold
14756 calc
14757 \series default
14758  es parte de toda instalación LaTeX estándar.
14759 \end_layout
14760
14761 \end_inset
14762
14763
14764 \begin_inset Index idx
14765 status collapsed
14766
14767 \begin_layout Plain Layout
14768 Paquetes ! calc
14769 \end_layout
14770
14771 \end_inset
14772
14773  con la línea
14774 \end_layout
14775
14776 \begin_layout Standard
14777
14778 \series bold
14779
14780 \backslash
14781 usepackage{calc}
14782 \end_layout
14783
14784 \begin_layout Standard
14785 Detrás de la ecuación se cierran ambos cuadros con 
14786 \series bold
14787 }}
14788 \series default
14789  en modo TeX.
14790  Aquí hay un ejemplo:
14791 \begin_inset ERT
14792 status collapsed
14793
14794 \begin_layout Plain Layout
14795
14796
14797 \backslash
14798 fboxsep 5mm 
14799 \backslash
14800 fboxrule 5mm
14801 \end_layout
14802
14803 \end_inset
14804
14805
14806 \end_layout
14807
14808 \begin_layout Standard
14809 \begin_inset ERT
14810 status collapsed
14811
14812 \begin_layout Plain Layout
14813
14814
14815 \backslash
14816 fbox{
14817 \backslash
14818 parbox{
14819 \backslash
14820 linewidth-2
14821 \backslash
14822 fboxsep-2
14823 \backslash
14824 fboxrule}{
14825 \end_layout
14826
14827 \end_inset
14828
14829
14830 \begin_inset Formula \begin{equation}
14831 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14832 \end{equation}
14833
14834 \end_inset
14835
14836
14837 \end_layout
14838
14839 \begin_layout Standard
14840 \begin_inset ERT
14841 status collapsed
14842
14843 \begin_layout Plain Layout
14844
14845 }}
14846 \end_layout
14847
14848 \end_inset
14849
14850
14851 \begin_inset ERT
14852 status collapsed
14853
14854 \begin_layout Plain Layout
14855
14856
14857 \backslash
14858 fboxrule 0.4pt 
14859 \backslash
14860 fboxsep 3pt
14861 \end_layout
14862
14863 \end_inset
14864
14865
14866 \end_layout
14867
14868 \begin_layout Standard
14869 \begin_inset VSpace medskip
14870 \end_inset
14871
14872
14873 \end_layout
14874
14875 \begin_layout Standard
14876 Como se ha usado el cuadro de párrafo como argumento de 
14877 \series bold
14878
14879 \backslash
14880 fbox
14881 \series default
14882 , en este caso no hay diferencia entre 
14883 \series bold
14884
14885 \backslash
14886 fbox
14887 \series default
14888  y 
14889 \series bold
14890
14891 \backslash
14892 boxed
14893 \series default
14894 .
14895  
14896 \end_layout
14897
14898 \begin_layout Standard
14899 \begin_inset VSpace bigskip
14900 \end_inset
14901
14902
14903 \end_layout
14904
14905 \begin_layout Standard
14906 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14907  Para hacerlo, se usa 
14908 \series bold
14909
14910 \backslash
14911 parbox
14912 \series default
14913  en combinación con el comando 
14914 \series bold
14915
14916 \backslash
14917 tag
14918 \series default
14919 .
14920  (Véase más sobre 
14921 \series bold
14922
14923 \backslash
14924 tag
14925 \series default
14926  en 
14927 \begin_inset CommandInset ref
14928 LatexCommand ref
14929 reference "sub:Numeración-personalizada"
14930
14931 \end_inset
14932
14933 ).
14934 \end_layout
14935
14936 \begin_layout Standard
14937 Un ejemplo de ecuación comentada con 
14938 \series bold
14939
14940 \backslash
14941 parbox
14942 \series default
14943 :
14944 \end_layout
14945
14946 \begin_layout Standard
14947 \begin_inset ERT
14948 status collapsed
14949
14950 \begin_layout Plain Layout
14951
14952
14953 \backslash
14954 [5x-7b=3b
14955 \backslash
14956 tag*{
14957 \backslash
14958 parbox{5cm}{
14959 \end_layout
14960
14961 \end_inset
14962
14963 Esto es una descripción.
14964  Está claramente separada de la ecuación y es multilínea.
14965 \begin_inset ERT
14966 status collapsed
14967
14968 \begin_layout Plain Layout
14969
14970 }}
14971 \backslash
14972 ]
14973 \end_layout
14974
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \begin_layout Standard
14981 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14982  no soporta el comando 
14983 \series bold
14984
14985 \backslash
14986 parbox
14987 \series default
14988  en ecuaciones.
14989  La ecuación se compone con la siguiente secuencia de comandos:
14990 \end_layout
14991
14992 \begin_layout Standard
14993 El comando 
14994 \series bold
14995
14996 \backslash
14997 [5x-7b=3b
14998 \backslash
14999 tag*
15000 \backslash
15001 {
15002 \backslash
15003 parbox{5cm}{
15004 \series default
15005  se inserta en modo TeX.
15006 \begin_inset Foot
15007 status collapsed
15008
15009 \begin_layout Plain Layout
15010 Si se usa el estilo de ecuación 
15011 \series bold
15012 Sangrado
15013 \series default
15014
15015 \series bold
15016
15017 \backslash
15018 tag*
15019 \backslash
15020
15021 \series default
15022  se puede reemplazar por 
15023 \series bold
15024
15025 \backslash
15026 hfill
15027 \series default
15028 .
15029  (Véanse los estilos de ecuación en 
15030 \begin_inset CommandInset ref
15031 LatexCommand ref
15032 reference "sec:Estilos-de-ecuación"
15033
15034 \end_inset
15035
15036 ).
15037 \end_layout
15038
15039 \end_inset
15040
15041  Después sigue la descripción en texto normal, y por último 
15042 \series bold
15043 }}
15044 \backslash
15045 ]
15046 \series default
15047  en modo TeX.
15048  Aquí los comandos 
15049 \series bold
15050
15051 \backslash
15052 [
15053 \series default
15054  y 
15055 \series bold
15056
15057 \backslash
15058 ]
15059 \series default
15060  crean una ecuación presentada.
15061 \end_layout
15062
15063 \begin_layout Standard
15064 Las ventajas de 
15065 \series bold
15066
15067 \backslash
15068 parbox
15069 \series default
15070  pueden verse en este ejemplo que se ha 
15071 \begin_inset Quotes fld
15072 \end_inset
15073
15074 comentado
15075 \begin_inset Quotes frd
15076 \end_inset
15077
15078  usando el modo texto matemático:
15079 \begin_inset Formula \[
15080 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
15081 \]
15082
15083 \end_inset
15084
15085
15086 \end_layout
15087
15088 \begin_layout Section
15089 Operadores
15090 \begin_inset Index idx
15091 status collapsed
15092
15093 \begin_layout Plain Layout
15094 Operadores
15095 \end_layout
15096
15097 \end_inset
15098
15099
15100 \end_layout
15101
15102 \begin_layout Subsection
15103 Operadores grandes
15104 \begin_inset CommandInset label
15105 LatexCommand label
15106 name "sub:Operadores-grandes"
15107
15108 \end_inset
15109
15110
15111 \begin_inset Index idx
15112 status collapsed
15113
15114 \begin_layout Plain Layout
15115 Operadores ! grandes
15116 \end_layout
15117
15118 \end_inset
15119
15120
15121 \begin_inset Index idx
15122 status collapsed
15123
15124 \begin_layout Plain Layout
15125 Sumatorios
15126 \end_layout
15127
15128 \end_inset
15129
15130
15131 \begin_inset Index idx
15132 status collapsed
15133
15134 \begin_layout Plain Layout
15135 Integrales
15136 \end_layout
15137
15138 \end_inset
15139
15140
15141 \end_layout
15142
15143 \begin_layout Standard
15144 Para poder usar todos los comandos de integrales listados aquí, debe estar
15145  marcada la opción 
15146 \family sans
15147 Usar paquete esint automáticamente
15148 \family default
15149  en el apartado 
15150 \family sans
15151 Ecuaciones
15152 \family default
15153  de la configuración del documento.
15154  
15155 \end_layout
15156
15157 \begin_layout Standard
15158 \begin_inset space \hfill{}
15159 \end_inset
15160
15161
15162 \begin_inset Tabular
15163 <lyxtabular version="3" rows="11" columns="2">
15164 <features tabularvalignment="middle">
15165 <column alignment="center" valignment="top" width="0pt">
15166 <column alignment="center" valignment="top" width="0pt">
15167 <row>
15168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172 Comando
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 Resultado
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192
15193 \backslash
15194 int
15195 \begin_inset Index idx
15196 status collapsed
15197
15198 \begin_layout Plain Layout
15199 Comandos ! I ! 
15200 \backslash
15201 int
15202 \end_layout
15203
15204 \end_inset
15205
15206
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215 \begin_inset Formula $\int$
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 </row>
15224 <row>
15225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229
15230 \backslash
15231 oint
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 \begin_inset Formula $\oint$
15241 \end_inset
15242
15243
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 </row>
15249 <row>
15250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254
15255 \backslash
15256 ointctrclockwise
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265 \begin_inset Formula $\ointctrclockwise$
15266 \end_inset
15267
15268
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 </row>
15274 <row>
15275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279
15280 \backslash
15281 ointclockwise
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290 \begin_inset Formula $\ointclockwise$
15291 \end_inset
15292
15293
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 </row>
15299 <row>
15300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304
15305 \backslash
15306 sqint
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315 \begin_inset Formula $\sqint$
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 </row>
15324 <row>
15325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329
15330 \backslash
15331 fint
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340  
15341 \begin_inset Formula $\fint$
15342 \end_inset
15343
15344
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 </row>
15350 <row>
15351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355
15356 \backslash
15357 landupint
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366  
15367 \begin_inset Formula $\landupint$
15368 \end_inset
15369
15370
15371 \end_layout
15372
15373 \end_inset
15374 </cell>
15375 </row>
15376 <row>
15377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381
15382 \backslash
15383 landdownint
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15389 \begin_inset Text
15390
15391 \begin_layout Plain Layout
15392  
15393 \begin_inset Formula $\landdownint$
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 <row>
15403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407
15408 \backslash
15409 bigcap
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418 \begin_inset Formula $\bigcap$
15419 \end_inset
15420
15421
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 </row>
15427 <row>
15428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432
15433 \backslash
15434 bigcup
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443 \begin_inset Formula $\bigcup$
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 </row>
15452 </lyxtabular>
15453
15454 \end_inset
15455
15456
15457 \begin_inset space \hfill{}
15458 \end_inset
15459
15460
15461 \begin_inset Tabular
15462 <lyxtabular version="3" rows="11" columns="2">
15463 <features tabularvalignment="middle">
15464 <column alignment="center" valignment="top" width="0pt">
15465 <column alignment="center" valignment="top" width="0pt">
15466 <row>
15467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15468 \begin_inset Text
15469
15470 \begin_layout Plain Layout
15471 Comando
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480 Resultado
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 </row>
15486 <row>
15487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491
15492 \backslash
15493 sum
15494 \begin_inset Index idx
15495 status collapsed
15496
15497 \begin_layout Plain Layout
15498 Comandos ! S ! 
15499 \backslash
15500 sum
15501 \end_layout
15502
15503 \end_inset
15504
15505
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Plain Layout
15514 \begin_inset Formula $\sum$
15515 \end_inset
15516
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 </row>
15523 <row>
15524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528
15529 \backslash
15530 prod
15531 \begin_inset Index idx
15532 status collapsed
15533
15534 \begin_layout Plain Layout
15535 Comandos ! P ! 
15536 \backslash
15537 prod
15538 \end_layout
15539
15540 \end_inset
15541
15542
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551 \begin_inset Formula $\prod$
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 </row>
15560 <row>
15561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565
15566 \backslash
15567 coprod
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576 \begin_inset Formula $\coprod$
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 </row>
15585 <row>
15586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590
15591 \backslash
15592 bigodot
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601 \begin_inset Formula $\bigodot$
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 <row>
15611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615
15616 \backslash
15617 bigotimes
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15623 \begin_inset Text
15624
15625 \begin_layout Plain Layout
15626 \begin_inset Formula $\bigotimes$
15627 \end_inset
15628
15629
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 </row>
15635 <row>
15636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15637 \begin_inset Text
15638
15639 \begin_layout Plain Layout
15640
15641 \backslash
15642 bigoplus
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Plain Layout
15651 \begin_inset Formula $\bigoplus$
15652 \end_inset
15653
15654
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 </row>
15660 <row>
15661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Plain Layout
15665
15666 \backslash
15667 bigwedge
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 \begin_inset Formula $\bigwedge$
15677 \end_inset
15678
15679
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 </row>
15685 <row>
15686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690
15691 \backslash
15692 bigvee
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701 \begin_inset Formula $\bigvee$
15702 \end_inset
15703
15704
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 </row>
15710 <row>
15711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715
15716 \backslash
15717 bigsqcup
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726 \begin_inset Formula $\bigsqcup$
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 </row>
15735 <row>
15736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740
15741 \backslash
15742 biguplus
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 \begin_inset Formula $\biguplus$
15752 \end_inset
15753
15754
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 </row>
15760 </lyxtabular>
15761
15762 \end_inset
15763
15764
15765 \begin_inset space \hfill{}
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \begin_layout Standard
15772 Todos los operadores grandes se pueden insertar con el botón 
15773 \begin_inset Graphics
15774         filename ../../images/math/intop.png
15775         scale 85
15776
15777 \end_inset
15778
15779  de la barra de ecuaciones.
15780 \end_layout
15781
15782 \begin_layout Standard
15783 Estos operadores son llamados grandes porque son mayores que los operadores
15784  binarios de aspecto semejante.
15785  Todos los operadores grandes pueden tener límites, como se describe en
15786  la subsección siguiente.
15787 \end_layout
15788
15789 \begin_layout Standard
15790 Para todos los operadores de integral hay una segunda versión disponible,
15791  terminando en 
15792 \series bold
15793 op
15794 \series default
15795
15796 \series bold
15797
15798 \backslash
15799 intop
15800 \series default
15801
15802 \series bold
15803
15804 \backslash
15805 ointop
15806 \series default
15807  etc.
15808  Estos operadores difieren de 
15809 \series bold
15810
15811 \backslash
15812 int
15813 \series default
15814 , etc., en el estilo en que se presentan los límites, véase
15815 \series bold
15816  
15817 \series default
15818
15819 \begin_inset CommandInset ref
15820 LatexCommand ref
15821 reference "sub:Límites-de-operadores"
15822
15823 \end_inset
15824
15825 .
15826 \end_layout
15827
15828 \begin_layout Subsubsection*
15829 Sugerencias para las integrales
15830 \end_layout
15831
15832 \begin_layout Standard
15833 La letra 
15834 \emph on
15835 d
15836 \emph default
15837  en una integral es un operador, por consiguiente debe escribirse en redonda.
15838  Esto se hace resaltando la 
15839 \emph on
15840 d
15841 \emph default
15842  y usando el atajo de teclado 
15843 \family sans
15844 Alt+C
15845 \begin_inset space ~
15846 \end_inset
15847
15848 R
15849 \family default
15850 .
15851 \begin_inset Foot
15852 status collapsed
15853
15854 \begin_layout Plain Layout
15855 véase estilos de letras en 
15856 \begin_inset CommandInset ref
15857 LatexCommand ref
15858 reference "sub:Estilos-de-fuentes"
15859
15860 \end_inset
15861
15862  
15863 \end_layout
15864
15865 \end_inset
15866
15867  Delante de la 
15868 \emph on
15869 d
15870 \emph default
15871  se inserta un espacio delgado, como es habitual en los operadores.
15872  Un ejemplo:
15873 \end_layout
15874
15875 \begin_layout Standard
15876 incorrecto: 
15877 \begin_inset Formula $\int A(x)dx$
15878 \end_inset
15879
15880
15881 \begin_inset Newline newline
15882 \end_inset
15883
15884
15885 \begin_inset Phantom HPhantom
15886 status open
15887
15888 \begin_layout Plain Layout
15889 in
15890 \end_layout
15891
15892 \end_inset
15893
15894 correcto: 
15895 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15896 \end_inset
15897
15898
15899 \end_layout
15900
15901 \begin_layout Standard
15902 \begin_inset Newpage pagebreak
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \begin_layout Standard
15909 Para integrales múltiples hay los siguientes comandos:
15910 \begin_inset VSpace medskip
15911 \end_inset
15912
15913
15914 \end_layout
15915
15916 \begin_layout Standard
15917 \begin_inset space \hfill{}
15918 \end_inset
15919
15920
15921 \begin_inset Tabular
15922 <lyxtabular version="3" rows="4" columns="2">
15923 <features tabularvalignment="middle">
15924 <column alignment="center" valignment="top" width="0">
15925 <column alignment="center" valignment="top" width="0">
15926 <row>
15927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931 Comando
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940 Resultado
15941 \begin_inset Note Note
15942 status collapsed
15943
15944 \begin_layout Plain Layout
15945
15946 \series bold
15947
15948 \backslash
15949 raisebox
15950 \series default
15951  se usa sólo como espaciador
15952 \end_layout
15953
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 </row>
15962 <row>
15963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967
15968 \backslash
15969 iint
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 </row>
15987 <row>
15988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992
15993 \backslash
15994 oiint
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16004 \end_inset
16005
16006
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 </row>
16012 <row>
16013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017
16018 \backslash
16019 sqiint
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16029 \end_inset
16030
16031
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 </row>
16037 </lyxtabular>
16038
16039 \end_inset
16040
16041
16042 \begin_inset space \hfill{}
16043 \end_inset
16044
16045
16046 \begin_inset Tabular
16047 <lyxtabular version="3" rows="4" columns="2">
16048 <features tabularvalignment="middle">
16049 <column alignment="center" valignment="top" width="0">
16050 <column alignment="center" valignment="top" width="0">
16051 <row>
16052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056 Comando
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 Resultado
16066 \begin_inset Note Note
16067 status collapsed
16068
16069 \begin_layout Plain Layout
16070
16071 \series bold
16072
16073 \backslash
16074 raisebox
16075 \series default
16076  se usa sólo como espaciador
16077 \end_layout
16078
16079 \end_inset
16080
16081
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 </row>
16087 <row>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092
16093 \backslash
16094 iiint
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16104 \end_inset
16105
16106
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 <row>
16113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117
16118 \backslash
16119 iiiint
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16129 \end_inset
16130
16131
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 <row>
16138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142
16143 \backslash
16144 dotsint
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16154 \end_inset
16155
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 </lyxtabular>
16163
16164 \end_inset
16165
16166
16167 \begin_inset space \hfill{}
16168 \end_inset
16169
16170
16171 \end_layout
16172
16173 \begin_layout Subsection
16174 Límites de operadores
16175 \begin_inset CommandInset label
16176 LatexCommand label
16177 name "sub:Límites-de-operadores"
16178
16179 \end_inset
16180
16181
16182 \begin_inset Index idx
16183 status collapsed
16184
16185 \begin_layout Plain Layout
16186 Operadores ! límites de
16187 \end_layout
16188
16189 \end_inset
16190
16191
16192 \end_layout
16193
16194 \begin_layout Standard
16195 Los límites se crean mediante superíndices y subíndices:
16196 \end_layout
16197
16198 \begin_layout Standard
16199 \noindent
16200 \align center
16201 \begin_inset Tabular
16202 <lyxtabular version="3" rows="2" columns="2">
16203 <features tabularvalignment="middle">
16204 <column alignment="center" valignment="top" width="0">
16205 <column alignment="center" valignment="top" width="0">
16206 <row>
16207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211 Comando
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 Resultado
16221 \begin_inset Note Note
16222 status collapsed
16223
16224 \begin_layout Plain Layout
16225
16226 \series bold
16227
16228 \backslash
16229 raisebox
16230 \series default
16231  se usa sólo como espaciador
16232 \end_layout
16233
16234 \end_inset
16235
16236
16237 \end_layout
16238
16239 \end_inset
16240 </cell>
16241 </row>
16242 <row>
16243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247
16248 \backslash
16249 prod^
16250 \backslash
16251 infty
16252 \begin_inset ERT
16253 status collapsed
16254
16255 \begin_layout Plain Layout
16256
16257
16258 \backslash
16259 spce 
16260 \end_layout
16261
16262 \end_inset
16263
16264
16265 \begin_inset Formula $\to$
16266 \end_inset
16267
16268 _0
16269 \begin_inset Formula $\to$
16270 \end_inset
16271
16272 A(x)
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Plain Layout
16281 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16282 \end_inset
16283
16284
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 </row>
16290 </lyxtabular>
16291
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \begin_layout Standard
16298 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16299  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16300 \end_layout
16301
16302 \begin_layout Standard
16303 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16304  directamente detrás del operador y se elige 
16305 \series bold
16306 Alineado
16307 \series default
16308  en el menú 
16309 \family sans
16310 Editar\SpecialChar \menuseparator
16311 Ecuación\SpecialChar \menuseparator
16312 Cambiar tipo de límites
16313 \family default
16314  (atajo 
16315 \family sans
16316 Alt+M
16317 \begin_inset space ~
16318 \end_inset
16319
16320 L
16321 \family default
16322 ).
16323  Un ejemplo:
16324 \end_layout
16325
16326 \begin_layout Standard
16327 El tipo de límites por omisión es:
16328 \begin_inset Formula \[
16329 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16330 \]
16331
16332 \end_inset
16333
16334
16335 \end_layout
16336
16337 \begin_layout Standard
16338 Así se ven si se cambia el tipo de límites a 
16339 \series bold
16340 Alineado
16341 \series default
16342 :
16343 \begin_inset Formula \[
16344 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16345 \]
16346
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \begin_layout Standard
16353 En integrales, excepto las que terminan en 
16354 \series bold
16355 op
16356 \series default
16357  como 
16358 \series bold
16359
16360 \backslash
16361 intop
16362 \series default
16363
16364 \series bold
16365
16366 \backslash
16367 ointop
16368 \series default
16369 , etc., los límites se colocan por omisión junto al operador.
16370  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16371  operador.
16372  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16373 \series bold
16374 Presentado
16375 \series default
16376  para poner el límite debajo:
16377 \begin_inset Formula \begin{equation}
16378 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
16379 \end{equation}
16380
16381 \end_inset
16382
16383
16384 \begin_inset VSpace medskip
16385 \end_inset
16386
16387 Para especificar condiciones en los límites se usan los comandos 
16388 \series bold
16389
16390 \backslash
16391 subarray
16392 \series default
16393
16394 \begin_inset Index idx
16395 status collapsed
16396
16397 \begin_layout Plain Layout
16398 Comandos ! S ! 
16399 \backslash
16400 subarray
16401 \end_layout
16402
16403 \end_inset
16404
16405  y 
16406 \series bold
16407
16408 \backslash
16409 substack
16410 \series default
16411
16412 \begin_inset Index idx
16413 status collapsed
16414
16415 \begin_layout Plain Layout
16416 Comandos ! S ! 
16417 \backslash
16418 substack
16419 \end_layout
16420
16421 \end_inset
16422
16423 .
16424  Por ejemplo, para componer la expresión
16425 \begin_inset Formula \begin{equation}
16426 \sum_{\begin{subarray}{c}
16427 0<k<1000\\
16428 \\
16429 k\,\in\,\mathbb{N}
16430 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16431 \end{equation}
16432
16433 \end_inset
16434
16435 se ha hecho lo siguiente: primero se escribe el comando 
16436 \series bold
16437
16438 \backslash
16439 sum^n
16440 \series default
16441
16442 \begin_inset ERT
16443 status collapsed
16444
16445 \begin_layout Plain Layout
16446
16447
16448 \backslash
16449 spce 
16450 \end_layout
16451
16452 \end_inset
16453
16454
16455 \series bold
16456 _
16457 \series default
16458 .
16459  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16460  se inserta el comando 
16461 \series bold
16462
16463 \backslash
16464 subarray
16465 \series default
16466
16467 \begin_inset ERT
16468 status collapsed
16469
16470 \begin_layout Plain Layout
16471
16472
16473 \backslash
16474 spce 
16475 \end_layout
16476
16477 \end_inset
16478
16479 .
16480  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16481  distintas.
16482  Cada línea nueva se crea con un salto de línea (
16483 \family sans
16484 Ctrl+Entrar
16485 \family default
16486 ).
16487  Si ahora se teclea en ella
16488 \begin_inset Newline newline
16489 \end_inset
16490
16491
16492 \series bold
16493 0<k<1000 Ctrl+Entrar
16494 \begin_inset Newline newline
16495 \end_inset
16496
16497
16498 \series default
16499 aparece debajo un nuevo marco para la línea nueva.
16500 \end_layout
16501
16502 \begin_layout Standard
16503 La alineación de las líneas puede cambiarse a la izquierda con la 
16504 \family sans
16505 barra de herramientas de tabla
16506 \family default
16507  o con el menú 
16508 \family sans
16509 Editar\SpecialChar \menuseparator
16510 Filas y columnas
16511 \family default
16512 .
16513  Para obtener alineación derecha se inserta 
16514 \series bold
16515
16516 \backslash
16517 hfill
16518 \series default
16519
16520 \begin_inset ERT
16521 status collapsed
16522
16523 \begin_layout Plain Layout
16524
16525
16526 \backslash
16527 spce 
16528 \end_layout
16529
16530 \end_inset
16531
16532  al principio de la línea.
16533 \end_layout
16534
16535 \begin_layout Standard
16536 El comando 
16537 \series bold
16538
16539 \backslash
16540 substack
16541 \series default
16542  es equivalente a 
16543 \series bold
16544
16545 \backslash
16546 subarray
16547 \series default
16548  con la diferencia de que las líneas están siempre centradas.
16549 \begin_inset VSpace bigskip
16550 \end_inset
16551
16552
16553 \end_layout
16554
16555 \begin_layout Standard
16556 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16557  siguientes, como en la ecuación 
16558 \begin_inset CommandInset ref
16559 LatexCommand eqref
16560 reference "eq:substack"
16561
16562 \end_inset
16563
16564 , porque éstos se colocan junto a los límites.
16565 \end_layout
16566
16567 \begin_layout Standard
16568 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16569 \end_layout
16570
16571 \begin_layout Standard
16572
16573 \series bold
16574
16575 \backslash
16576 def
16577 \backslash
16578 clap#1{
16579 \backslash
16580 hbox to 0pt{
16581 \backslash
16582 hss #1
16583 \backslash
16584 hss}}
16585 \begin_inset Newline newline
16586 \end_inset
16587
16588
16589 \backslash
16590 def
16591 \backslash
16592 mathclap {
16593 \backslash
16594 mathpalette 
16595 \backslash
16596 mathclapinternal}
16597 \begin_inset Newline newline
16598 \end_inset
16599
16600
16601 \backslash
16602 def
16603 \backslash
16604 mathclapinternal #1#2{
16605 \backslash
16606 clap{$
16607 \backslash
16608 mathsurround =0pt #1{#2}$}}
16609 \end_layout
16610
16611 \begin_layout Standard
16612 En ella se define el comando 
16613 \series bold
16614
16615 \backslash
16616 mathclap
16617 \series default
16618
16619 \begin_inset Index idx
16620 status collapsed
16621
16622 \begin_layout Plain Layout
16623 Comandos ! M ! 
16624 \backslash
16625 mathclap
16626 \end_layout
16627
16628 \end_inset
16629
16630  que establece la anchura del límite en 0
16631 \begin_inset space \thinspace{}
16632 \end_inset
16633
16634 pt.
16635  El esquema del comando es:
16636 \end_layout
16637
16638 \begin_layout Standard
16639
16640 \series bold
16641
16642 \backslash
16643 mathclap{límite}
16644 \end_layout
16645
16646 \begin_layout Standard
16647 donde el límite puede consistir en varias condiciones.
16648 \end_layout
16649
16650 \begin_layout Standard
16651 Aplicado en la ecuación 
16652 \begin_inset CommandInset ref
16653 LatexCommand eqref
16654 reference "eq:substack"
16655
16656 \end_inset
16657
16658  se usa el comando
16659 \end_layout
16660
16661 \begin_layout Standard
16662
16663 \series bold
16664
16665 \backslash
16666 sum_
16667 \backslash
16668 mathclap{
16669 \backslash
16670 substack
16671 \begin_inset ERT
16672 status collapsed
16673
16674 \begin_layout Plain Layout
16675
16676
16677 \backslash
16678 spce 
16679 \end_layout
16680
16681 \end_inset
16682
16683 0<k<1000 Ctrl+Entrar
16684 \end_layout
16685
16686 \begin_layout Standard
16687 para componer el límite inferior.
16688  Ahora el sumando está junto al sumatorio:
16689 \begin_inset Formula \[
16690 \sum_{\mathclap{\substack{0<k<1000\\
16691 \\
16692 k\,\in\,\mathbb{N}
16693 }
16694 }}^{n}k^{-2}
16695 \]
16696
16697 \end_inset
16698
16699
16700 \begin_inset VSpace bigskip
16701 \end_inset
16702
16703 Cómo utilizar un límite para varios operadores se describe en la 
16704 \begin_inset CommandInset ref
16705 LatexCommand ref
16706 reference "sub:Operadores-de-usuario"
16707
16708 \end_inset
16709
16710 .
16711 \end_layout
16712
16713 \begin_layout Standard
16714 \begin_inset Newpage newpage
16715 \end_inset
16716
16717
16718 \end_layout
16719
16720 \begin_layout Subsection
16721 Operadores binarios
16722 \begin_inset CommandInset label
16723 LatexCommand label
16724 name "sub:Operadores-binarios"
16725
16726 \end_inset
16727
16728
16729 \begin_inset Index idx
16730 status collapsed
16731
16732 \begin_layout Plain Layout
16733 Operadores ! binarios
16734 \end_layout
16735
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \begin_layout Standard
16742 Los operadores binarios se rodean por espacios si llevan un carácter delante
16743  o detrás.
16744 \begin_inset VSpace medskip
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \begin_layout Standard
16751 \begin_inset space \hfill{}
16752 \end_inset
16753
16754
16755 \begin_inset Tabular
16756 <lyxtabular version="3" rows="13" columns="2">
16757 <features tabularvalignment="middle">
16758 <column alignment="center" valignment="top" width="0pt">
16759 <column alignment="center" valignment="top" width="0pt">
16760 <row>
16761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765 Comando
16766 \begin_inset Note Note
16767 status collapsed
16768
16769 \begin_layout Plain Layout
16770
16771 \series bold
16772
16773 \backslash
16774 raisebox
16775 \series default
16776  se usa sólo como espaciador
16777 \end_layout
16778
16779 \end_inset
16780
16781
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790 Operador
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row>
16797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801 +
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 \begin_inset Formula $+$
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 </row>
16819 <row>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 -
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 $-$
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 pm
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 $\pm$
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 mp
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 $\mp$
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
16898 \backslash
16899 cdot
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908 \begin_inset Formula $\cdot$
16909 \end_inset
16910
16911
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 </row>
16917 <row>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922
16923 \backslash
16924 times
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 \begin_inset Formula $\times$
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 <row>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \backslash
16949 div
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 \begin_inset Formula $\div$
16959 \end_inset
16960
16961
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 <row>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 \begin_inset ERT
16973 status collapsed
16974
16975 \begin_layout Plain Layout
16976
16977
16978 \backslash
16979 raisebox{-1.2mm}{
16980 \end_layout
16981
16982 \end_inset
16983
16984 *
16985 \begin_inset ERT
16986 status collapsed
16987
16988 \begin_layout Plain Layout
16989
16990 }
16991 \end_layout
16992
16993 \end_inset
16994
16995
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 $*$
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" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018
17019 \backslash
17020 star
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 \begin_inset Formula $\star$
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 </row>
17038 <row>
17039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043
17044 \backslash
17045 circ
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 \begin_inset Formula $\circ$
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 </row>
17063 <row>
17064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068
17069 \backslash
17070 diamond
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 \begin_inset Formula $\diamond$
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 </row>
17088 <row>
17089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093
17094 \backslash
17095 bullet
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 \begin_inset Formula $\bullet$
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 </row>
17113 </lyxtabular>
17114
17115 \end_inset
17116
17117
17118 \begin_inset space \hfill{}
17119 \end_inset
17120
17121
17122 \begin_inset Tabular
17123 <lyxtabular version="3" rows="13" columns="2">
17124 <features tabularvalignment="middle">
17125 <column alignment="center" valignment="top" width="0pt">
17126 <column alignment="center" valignment="top" width="0pt">
17127 <row>
17128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132 Comando
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 Operador
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 nabla
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 $\nabla$
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 bigtriangledown
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 $\bigtriangledown$
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 bigtriangleup
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 $\bigtriangleup$
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 Box
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 $\Box$
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 cap 
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 $\cap$
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 cup
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 $\cup$
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 dagger
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 $\dagger$
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 ddagger
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 $\ddagger$
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" leftline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352
17353 \backslash
17354 wr
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 \begin_inset Formula $\wr$
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 </row>
17372 <row>
17373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377
17378 \backslash
17379 bigcirc
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 \begin_inset Formula $\bigcirc$
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 </row>
17397 <row>
17398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402
17403 \backslash
17404 wedge
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413 \begin_inset Formula $\wedge$
17414 \end_inset
17415
17416
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 </row>
17422 <row>
17423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427
17428 \backslash
17429 vee
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438 \begin_inset Formula $\vee$
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 </row>
17447 </lyxtabular>
17448
17449 \end_inset
17450
17451
17452 \begin_inset space \hfill{}
17453 \end_inset
17454
17455
17456 \begin_inset Tabular
17457 <lyxtabular version="3" rows="13" columns="2">
17458 <features tabularvalignment="middle">
17459 <column alignment="center" valignment="top" width="0pt">
17460 <column alignment="center" valignment="top" width="0pt">
17461 <row>
17462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17463 \begin_inset Text
17464
17465 \begin_layout Plain Layout
17466 Comando
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475 Operador
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 oplus
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 $\oplus$
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 ominus
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 $\ominus$
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 otimes
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 $\otimes$
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 oslash
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 $\oslash$
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 odot
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 $\odot$
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 amalg
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 $\amalg$
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 uplus
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 $\uplus$
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 setminus
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 $\setminus$
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" leftline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686
17687 \backslash
17688 sqcap
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout Plain Layout
17697 \begin_inset Formula $\sqcap$
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \end_inset
17704 </cell>
17705 </row>
17706 <row>
17707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711
17712 \backslash
17713 sqcup
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722 \begin_inset Formula $\sqcup$
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \end_inset
17729 </cell>
17730 </row>
17731 <row>
17732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736
17737 \backslash
17738 triangleleft
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Plain Layout
17747 \begin_inset Formula $\triangleleft$
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 </row>
17756 <row>
17757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761
17762 \backslash
17763 triangleright
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 \begin_inset Formula $\triangleright$
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 </row>
17781 </lyxtabular>
17782
17783 \end_inset
17784
17785
17786 \begin_inset space \hfill{}
17787 \end_inset
17788
17789
17790 \end_layout
17791
17792 \begin_layout Standard
17793 Todos los operadores binarios se pueden insertar también con el botón 
17794 \begin_inset Graphics
17795         filename ../../images/math/pm.png
17796         scale 85
17797
17798 \end_inset
17799
17800  de la barra de ecuaciones.
17801 \end_layout
17802
17803 \begin_layout Standard
17804 Para imprimir el operador Laplace se pueden usar 
17805 \series bold
17806
17807 \backslash
17808 Delta
17809 \series default
17810  o 
17811 \series bold
17812
17813 \backslash
17814 nabla
17815 \series default
17816 ^
17817 \series bold
17818 2
17819 \series default
17820  (
17821 \begin_inset Formula $\nabla^{2}$
17822 \end_inset
17823
17824 ) en vez de 
17825 \series bold
17826
17827 \backslash
17828 bigtriangleup
17829 \series default
17830 .
17831 \end_layout
17832
17833 \begin_layout Standard
17834 El carácter 
17835 \family sans
17836 Separador de menú
17837 \family default
17838  del menú 
17839 \family sans
17840 Insertar\SpecialChar \menuseparator
17841 Carácter especial
17842 \family default
17843  es el operador 
17844 \series bold
17845
17846 \backslash
17847 triangleright
17848 \series default
17849 .
17850 \end_layout
17851
17852 \begin_layout Subsection
17853 Operadores definidos por el usuario
17854 \begin_inset CommandInset label
17855 LatexCommand label
17856 name "sub:Operadores-de-usuario"
17857
17858 \end_inset
17859
17860
17861 \begin_inset Index idx
17862 status collapsed
17863
17864 \begin_layout Plain Layout
17865 Operadores ! personalizados
17866 \end_layout
17867
17868 \end_inset
17869
17870
17871 \end_layout
17872
17873 \begin_layout Standard
17874 Con ayuda del comando 
17875 \series bold
17876
17877 \backslash
17878 DeclareMathOperator
17879 \series default
17880
17881 \begin_inset Index idx
17882 status collapsed
17883
17884 \begin_layout Plain Layout
17885 Comandos ! D ! 
17886 \backslash
17887 dbinom@
17888 \backslash
17889 DeclareMathOperator
17890 \end_layout
17891
17892 \end_inset
17893
17894  se pueden definir operadores personalizados en el preámbulo LaTeX.
17895  Su esquema es:
17896 \end_layout
17897
17898 \begin_layout Standard
17899
17900 \series bold
17901
17902 \backslash
17903 DeclareMathOperator{comando nuevo}{presentación}
17904 \end_layout
17905
17906 \begin_layout Standard
17907 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17908  en la salida.
17909  Para definir un operador grande hay que añadirle un * detrás.
17910  Todos los operadores grandes personalizados pueden tener límites como se
17911  describe en 
17912 \begin_inset CommandInset ref
17913 LatexCommand ref
17914 reference "sub:Límites-de-operadores"
17915
17916 \end_inset
17917
17918 .
17919 \end_layout
17920
17921 \begin_layout Standard
17922 Por ejemplo, la línea en el preámbulo LaTeX
17923 \end_layout
17924
17925 \begin_layout Standard
17926
17927 \series bold
17928
17929 \backslash
17930 DeclareMathOperator*{
17931 \backslash
17932 Lozenge}{
17933 \backslash
17934 blacklozenge}
17935 \end_layout
17936
17937 \begin_layout Standard
17938 define el comando 
17939 \series bold
17940
17941 \backslash
17942 Lozenge
17943 \series default
17944 , que inserta un operador grande que es el símbolo blacklozenge de la 
17945 \begin_inset CommandInset ref
17946 LatexCommand ref
17947 reference "sub:Símbolos-misceláneos"
17948
17949 \end_inset
17950
17951 .
17952 \begin_inset Formula \[
17953 \Lozenge_{n=1}^{\infty}
17954 \]
17955
17956 \end_inset
17957
17958 El comando para esta expresión es: 
17959 \series bold
17960
17961 \backslash
17962 Lozenge^
17963 \backslash
17964 infty
17965 \begin_inset Formula $\rightarrow$
17966 \end_inset
17967
17968 _n=1
17969 \begin_inset VSpace bigskip
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \begin_layout Standard
17976 Si los operadores personalizados no se van a usar varias veces en el documento,
17977  se pueden también definir con los comandos 
17978 \series bold
17979
17980 \backslash
17981 mathop
17982 \series default
17983
17984 \begin_inset Index idx
17985 status collapsed
17986
17987 \begin_layout Plain Layout
17988 Comandos ! M ! 
17989 \backslash
17990 mathop
17991 \end_layout
17992
17993 \end_inset
17994
17995  y 
17996 \series bold
17997
17998 \backslash
17999 mathbin
18000 \series default
18001
18002 \begin_inset Index idx
18003 status collapsed
18004
18005 \begin_layout Plain Layout
18006 Comandos ! M ! 
18007 \backslash
18008 mathbin
18009 \end_layout
18010
18011 \end_inset
18012
18013 , con el siguiente esquema:
18014 \end_layout
18015
18016 \begin_layout Standard
18017
18018 \series bold
18019
18020 \backslash
18021 mathop{presentación}
18022 \series default
18023  y 
18024 \series bold
18025
18026 \backslash
18027 mathbin{presentación}
18028 \end_layout
18029
18030 \begin_layout Standard
18031
18032 \series bold
18033
18034 \backslash
18035 mathop
18036 \series default
18037  define operadores grandes, 
18038 \series bold
18039
18040 \backslash
18041 mathbin
18042 \series default
18043  operadores binarios.
18044 \end_layout
18045
18046 \begin_layout Standard
18047
18048 \series bold
18049
18050 \backslash
18051 mathop
18052 \series default
18053  se puede usar, p.e., para poner un límite a varios operadores:
18054 \begin_inset Formula \[
18055 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18056 \]
18057
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \begin_layout Standard
18064 El comando para la expresión anterior es:
18065 \begin_inset Newline newline
18066 \end_inset
18067
18068
18069 \series bold
18070
18071 \backslash
18072 mathop{
18073 \backslash
18074 sum
18075 \backslash
18076 negmedspace
18077 \backslash
18078 sum
18079 \series default
18080
18081 \begin_inset ERT
18082 status collapsed
18083
18084 \begin_layout Plain Layout
18085
18086
18087 \backslash
18088 spce 
18089 \end_layout
18090
18091 \end_inset
18092
18093
18094 \series bold
18095
18096 \begin_inset Formula $\to$
18097 \end_inset
18098
18099 ^N
18100 \series default
18101
18102 \begin_inset ERT
18103 status collapsed
18104
18105 \begin_layout Plain Layout
18106
18107
18108 \backslash
18109 spce 
18110 \end_layout
18111
18112 \end_inset
18113
18114
18115 \series bold
18116 _i,j=1
18117 \end_layout
18118
18119 \begin_layout Section
18120 Fuentes
18121 \begin_inset Index idx
18122 status collapsed
18123
18124 \begin_layout Plain Layout
18125 Fuentes
18126 \end_layout
18127
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \begin_layout Subsection
18134 Estilos de fuentes
18135 \begin_inset CommandInset label
18136 LatexCommand label
18137 name "sub:Estilos-de-fuentes"
18138
18139 \end_inset
18140
18141
18142 \begin_inset Index idx
18143 status collapsed
18144
18145 \begin_layout Plain Layout
18146 Fuentes ! estilos de
18147 \end_layout
18148
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \begin_layout Standard
18155 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18156  estilos:
18157 \end_layout
18158
18159 \begin_layout Standard
18160 \begin_inset VSpace -2mm
18161 \end_inset
18162
18163
18164 \end_layout
18165
18166 \begin_layout Standard
18167 \align center
18168 \begin_inset Tabular
18169 <lyxtabular version="3" rows="7" columns="3">
18170 <features tabularvalignment="middle">
18171 <column alignment="center" valignment="top" width="0">
18172 <column alignment="center" valignment="top" width="0">
18173 <column alignment="center" valignment="top" width="0">
18174 <row>
18175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179 Comando
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 Resultado
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 atajo
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 </row>
18203 <row>
18204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208
18209 \backslash
18210 mathbb
18211 \series bold
18212
18213 \begin_inset ERT
18214 status collapsed
18215
18216 \begin_layout Plain Layout
18217
18218
18219 \backslash
18220 spce 
18221 \end_layout
18222
18223 \end_inset
18224
18225
18226 \series default
18227 ABC
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 \begin_inset Formula $\mathbb{ABC}$
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248
18249 \family sans
18250 Alt+C C
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 </row>
18256 <row>
18257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261
18262 \backslash
18263 mathbf
18264 \series bold
18265
18266 \begin_inset ERT
18267 status collapsed
18268
18269 \begin_layout Plain Layout
18270
18271
18272 \backslash
18273 spce 
18274 \end_layout
18275
18276 \end_inset
18277
18278
18279 \series default
18280 AbC
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 \begin_inset Formula $\mathbf{AbC}$
18290 \end_inset
18291
18292
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301
18302 \family sans
18303 Ctrl+B
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 </row>
18309 <row>
18310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18311 \begin_inset Text
18312
18313 \begin_layout Plain Layout
18314
18315 \backslash
18316 boldsymbol
18317 \series bold
18318
18319 \begin_inset ERT
18320 status collapsed
18321
18322 \begin_layout Plain Layout
18323
18324
18325 \backslash
18326 spce 
18327 \end_layout
18328
18329 \end_inset
18330
18331
18332 \series default
18333 AbC
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342 \begin_inset Formula $\boldsymbol{AbC}$
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354
18355 \family sans
18356 Ctrl+Alt+B , Alt+C B
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 </row>
18362 <row>
18363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367
18368 \backslash
18369 mathcal
18370 \series bold
18371
18372 \begin_inset ERT
18373 status collapsed
18374
18375 \begin_layout Plain Layout
18376
18377
18378 \backslash
18379 spce 
18380 \end_layout
18381
18382 \end_inset
18383
18384
18385 \series default
18386 ABC
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 \begin_inset Formula $\mathcal{ABC}$
18396 \end_inset
18397
18398
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407
18408 \family sans
18409 Ctrl+E , Alt+C E
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 </row>
18415 <row>
18416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420
18421 \backslash
18422 mathfrak
18423 \series bold
18424
18425 \begin_inset ERT
18426 status collapsed
18427
18428 \begin_layout Plain Layout
18429
18430
18431 \backslash
18432 spce 
18433 \end_layout
18434
18435 \end_inset
18436
18437
18438 \series default
18439 AbC
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448 \begin_inset Formula $\mathfrak{AbC}$
18449 \end_inset
18450
18451
18452 \end_layout
18453
18454 \end_inset
18455 </cell>
18456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460 -
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 </row>
18466 <row>
18467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471
18472 \backslash
18473 mathscr
18474 \series bold
18475
18476 \begin_inset ERT
18477 status collapsed
18478
18479 \begin_layout Plain Layout
18480
18481
18482 \backslash
18483 spce 
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \series default
18490 AbC
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 \begin_inset Formula $\mathscr{AbC}$
18500 \end_inset
18501
18502
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 -
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 </row>
18517 </lyxtabular>
18518
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \begin_layout Standard
18525 \align center
18526 \begin_inset Tabular
18527 <lyxtabular version="3" rows="5" columns="3">
18528 <features tabularvalignment="middle">
18529 <column alignment="center" valignment="top" width="0">
18530 <column alignment="center" valignment="top" width="0">
18531 <column alignment="center" valignment="top" width="0">
18532 <row>
18533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 Comando
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 Resultado
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555 atajo
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 </row>
18561 <row>
18562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566
18567 \backslash
18568 mathit
18569 \series bold
18570
18571 \begin_inset ERT
18572 status collapsed
18573
18574 \begin_layout Plain Layout
18575
18576
18577 \backslash
18578 spce 
18579 \end_layout
18580
18581 \end_inset
18582
18583
18584 \series default
18585 AbC
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594 \begin_inset Formula $\mathit{AbC}$
18595 \end_inset
18596
18597
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 -
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 </row>
18612 <row>
18613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617
18618 \backslash
18619 mathrm
18620 \series bold
18621
18622 \begin_inset ERT
18623 status collapsed
18624
18625 \begin_layout Plain Layout
18626
18627
18628 \backslash
18629 spce 
18630 \end_layout
18631
18632 \end_inset
18633
18634
18635 \series default
18636 AbC
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645 \begin_inset Formula $\mathrm{AbC}$
18646 \end_inset
18647
18648
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657
18658 \family sans
18659 Alt+C R
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 </row>
18665 <row>
18666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670
18671 \backslash
18672 mathsf
18673 \series bold
18674
18675 \begin_inset ERT
18676 status collapsed
18677
18678 \begin_layout Plain Layout
18679
18680
18681 \backslash
18682 spce 
18683 \end_layout
18684
18685 \end_inset
18686
18687
18688 \series default
18689 AbC
18690 \end_layout
18691
18692 \end_inset
18693 </cell>
18694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18695 \begin_inset Text
18696
18697 \begin_layout Plain Layout
18698 \begin_inset Formula $\mathsf{AbC}$
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710
18711 \family sans
18712 Alt+C S
18713 \end_layout
18714
18715 \end_inset
18716 </cell>
18717 </row>
18718 <row>
18719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18720 \begin_inset Text
18721
18722 \begin_layout Plain Layout
18723
18724 \backslash
18725 mathtt
18726 \series bold
18727
18728 \begin_inset ERT
18729 status collapsed
18730
18731 \begin_layout Plain Layout
18732
18733
18734 \backslash
18735 spce 
18736 \end_layout
18737
18738 \end_inset
18739
18740
18741 \series default
18742 AbC
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751 \begin_inset Formula $\mathtt{AbC}$
18752 \end_inset
18753
18754
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763
18764 \family sans
18765 Ctrl+Mayúsculas+P
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 </row>
18771 </lyxtabular>
18772
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \begin_layout Standard
18779 \begin_inset Note Greyedout
18780 status open
18781
18782 \begin_layout Plain Layout
18783
18784 \series bold
18785 Nota
18786 \series default
18787 : Los estilos 
18788 \series bold
18789
18790 \backslash
18791 mathbb
18792 \series default
18793  y 
18794 \series bold
18795
18796 \backslash
18797 mathcal
18798 \series default
18799  sólo se aplican a letras mayúsculas.
18800 \end_layout
18801
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \begin_layout Standard
18808 El estilo predeterminado es 
18809 \series bold
18810
18811 \backslash
18812 mathnormal
18813 \series default
18814 .
18815 \end_layout
18816
18817 \begin_layout Standard
18818 Los comandos de estilo funcionan también en estructuras matemáticas:
18819 \begin_inset Formula \[
18820 \mathfrak{A=\frac{b}{C}}
18821 \]
18822
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \begin_layout Standard
18829 Los caracteres en texto matemático no aparecen en un estilo de letra de
18830  ecuaciones sino en el estilo 
18831 \series bold
18832
18833 \backslash
18834 textrm
18835 \series default
18836 .
18837  Este estilo no se puede poner correctamente con el diálogo de estilo de
18838  texto por un fallo de LyX.
18839 \begin_inset Foot
18840 status collapsed
18841
18842 \begin_layout Plain Layout
18843 \begin_inset CommandInset href
18844 LatexCommand href
18845 name "LyX-bug #4629"
18846 target "http://www.lyx.org/trac/ticket/4629"
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \begin_layout Standard
18859 En vez de comandos se puede usar el menú 
18860 \family sans
18861 Editar\SpecialChar \menuseparator
18862 Ecuación\SpecialChar \menuseparator
18863 Estilo del texto
18864 \family default
18865  o el botón 
18866 \begin_inset Graphics
18867         filename ../../images/math/font.png
18868         scale 85
18869
18870 \end_inset
18871
18872 .
18873 \end_layout
18874
18875 \begin_layout Subsection
18876 Ecuaciones en negrita
18877 \begin_inset CommandInset label
18878 LatexCommand label
18879 name "sub:Ecuaciones-en-negrita"
18880
18881 \end_inset
18882
18883
18884 \begin_inset Index idx
18885 status collapsed
18886
18887 \begin_layout Plain Layout
18888 Ecuación ! en negrita
18889 \end_layout
18890
18891 \end_inset
18892
18893
18894 \end_layout
18895
18896 \begin_layout Standard
18897 Para poner en negrita una ecuación completa no se puede usar el comando
18898  
18899 \series bold
18900
18901 \backslash
18902 mathbf
18903 \series default
18904 , porque no funciona con minúsculas griegas.
18905  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18906 \begin_inset Formula \[
18907 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18908 \]
18909
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \begin_layout Standard
18916 Para presentar la ecuación correctamente se usa el comando 
18917 \series bold
18918 boldsymbol
18919 \series default
18920 :
18921 \begin_inset Formula \[
18922 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18923 \]
18924
18925 \end_inset
18926
18927
18928 \end_layout
18929
18930 \begin_layout Standard
18931 También es posible poner la fórmula en un 
18932 \series bold
18933 entorno boldmath
18934 \series default
18935 , que se inserta con el comando 
18936 \series bold
18937
18938 \backslash
18939 boldmath
18940 \series default
18941
18942 \begin_inset Index idx
18943 status collapsed
18944
18945 \begin_layout Plain Layout
18946 Comandos ! B ! 
18947 \backslash
18948 boldmath
18949 \end_layout
18950
18951 \end_inset
18952
18953  en modo TeX.
18954  Para finalizar el entorno se usa el comando 
18955 \series bold
18956
18957 \backslash
18958 unboldmath
18959 \series default
18960
18961 \begin_inset Index idx
18962 status collapsed
18963
18964 \begin_layout Plain Layout
18965 Comandos ! U ! 
18966 \backslash
18967 unboldmath
18968 \end_layout
18969
18970 \end_inset
18971
18972  en modo TeX.
18973 \begin_inset ERT
18974 status collapsed
18975
18976 \begin_layout Plain Layout
18977
18978
18979 \backslash
18980 boldmath
18981 \end_layout
18982
18983 \end_inset
18984
18985
18986 \begin_inset Formula \[
18987 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
18988 \]
18989
18990 \end_inset
18991
18992
18993 \end_layout
18994
18995 \begin_layout Standard
18996 \begin_inset ERT
18997 status collapsed
18998
18999 \begin_layout Plain Layout
19000
19001
19002 \backslash
19003 unboldmath
19004 \end_layout
19005
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \begin_layout Subsection
19012 Ecuaciones coloreadas
19013 \begin_inset Index idx
19014 status collapsed
19015
19016 \begin_layout Plain Layout
19017 Ecuación ! coloreada
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \begin_layout Standard
19026 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
19027  o una parte de una ecuación y usa el diálogo 
19028 \family sans
19029 Estilo del texto
19030 \family default
19031 .
19032  Aquí hay una ecuación en magenta:
19033 \begin_inset Formula \[
19034 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19035 \]
19036
19037 \end_inset
19038
19039 También puedes definir tus propios colores como se describe en
19040 \begin_inset space ~
19041 \end_inset
19042
19043
19044 \begin_inset CommandInset ref
19045 LatexCommand ref
19046 reference "sub:Cuadros-coloreados"
19047
19048 \end_inset
19049
19050 .
19051  Pueden usarse con el comando en código TeX 
19052 \series bold
19053
19054 \backslash
19055 textcolor
19056 \series default
19057
19058 \begin_inset Index idx
19059 status collapsed
19060
19061 \begin_layout Plain Layout
19062 Comandos ! T ! 
19063 \backslash
19064 textcolor
19065 \end_layout
19066
19067 \end_inset
19068
19069  según el esquema
19070 \end_layout
19071
19072 \begin_layout Standard
19073
19074 \series bold
19075
19076 \backslash
19077 textcolor{color}{caracteres o ecuación}
19078 \end_layout
19079
19080 \begin_layout Standard
19081 \begin_inset Newpage pagebreak
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \begin_layout Standard
19088 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
19089 e en rojo:
19090 \end_layout
19091
19092 \begin_layout Standard
19093 \begin_inset ERT
19094 status collapsed
19095
19096 \begin_layout Plain Layout
19097
19098
19099 \backslash
19100 textcolor{verdeoscuro}{
19101 \end_layout
19102
19103 \end_inset
19104
19105
19106 \begin_inset Formula \[
19107 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19108 \]
19109
19110 \end_inset
19111
19112
19113 \begin_inset ERT
19114 status collapsed
19115
19116 \begin_layout Plain Layout
19117
19118 }
19119 \end_layout
19120
19121 \end_inset
19122
19123
19124 \end_layout
19125
19126 \begin_layout Standard
19127 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
19128  a ecuaciones completas.
19129 \begin_inset Foot
19130 status collapsed
19131
19132 \begin_layout Plain Layout
19133 \begin_inset CommandInset href
19134 LatexCommand href
19135 name "LyX-bug #5269"
19136 target "http://www.lyx.org/trac/ticket/5269"
19137
19138 \end_inset
19139
19140
19141 \end_layout
19142
19143 \end_inset
19144
19145
19146 \end_layout
19147
19148 \begin_layout Subsection
19149 Tamaños de fuentes
19150 \begin_inset CommandInset label
19151 LatexCommand label
19152 name "sub:Tamaños-de-fuentes"
19153
19154 \end_inset
19155
19156
19157 \begin_inset Index idx
19158 status collapsed
19159
19160 \begin_layout Plain Layout
19161 Fuentes ! tamaño
19162 \end_layout
19163
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \begin_layout Standard
19170 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
19171  siguientes comandos de tamaño:
19172 \end_layout
19173
19174 \begin_layout Standard
19175
19176 \series bold
19177
19178 \backslash
19179 Huge
19180 \series default
19181
19182 \series bold
19183
19184 \backslash
19185 huge
19186 \series default
19187
19188 \series bold
19189
19190 \backslash
19191 LARGE
19192 \series default
19193
19194 \series bold
19195
19196 \backslash
19197 Large
19198 \series default
19199
19200 \series bold
19201
19202 \backslash
19203 large
19204 \series default
19205
19206 \series bold
19207
19208 \backslash
19209 normalsize
19210 \series default
19211
19212 \series bold
19213
19214 \backslash
19215 small
19216 \series default
19217 ,
19218 \begin_inset Newline newline
19219 \end_inset
19220
19221
19222 \series bold
19223
19224 \backslash
19225 footnotesize
19226 \series default
19227
19228 \series bold
19229
19230 \backslash
19231 scriptsize
19232 \series default
19233 , y 
19234 \series bold
19235
19236 \backslash
19237 tiny
19238 \end_layout
19239
19240 \begin_layout Standard
19241 El tamaño dado por los comandos depende del tamaño base de la fuente en
19242  el documento, dado por el comando 
19243 \series bold
19244
19245 \backslash
19246 normalsize
19247 \series default
19248 .
19249  Los demás comandos producen tamaños menores o mayores que 
19250 \series bold
19251
19252 \backslash
19253 normalsize
19254 \series default
19255 .
19256  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
19257  Si, por ejemplo, la fuente del documento es de 12
19258 \begin_inset space \thinspace{}
19259 \end_inset
19260
19261 pt, el comando 
19262 \series bold
19263
19264 \backslash
19265 Huge
19266 \series default
19267  da el mismo tamaño que 
19268 \series bold
19269
19270 \backslash
19271 huge
19272 \series default
19273 .
19274 \end_layout
19275
19276 \begin_layout Standard
19277 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19278  a todas las ecuaciones y texto siguientes.
19279  Para volver al tamaño anterior hay que insertar el comando 
19280 \series bold
19281
19282 \backslash
19283 normalsize
19284 \series default
19285  en modo TeX detrás de la ecuación.
19286 \end_layout
19287
19288 \begin_layout Standard
19289 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19290  comandos de tamaño:
19291 \end_layout
19292
19293 \begin_layout Standard
19294 \noindent
19295 \align center
19296 \begin_inset Tabular
19297 <lyxtabular version="3" rows="5" columns="2">
19298 <features tabularvalignment="middle">
19299 <column alignment="center" valignment="top" width="0">
19300 <column alignment="center" valignment="top" width="0">
19301 <row>
19302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 Comando
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 Resultado
19316 \begin_inset Note Note
19317 status collapsed
19318
19319 \begin_layout Plain Layout
19320
19321 \series bold
19322
19323 \backslash
19324 raisebox
19325 \series default
19326  se usa sólo como espaciador
19327 \end_layout
19328
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 </row>
19337 <row>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342
19343 \backslash
19344 displaystyle
19345 \begin_inset Index idx
19346 status collapsed
19347
19348 \begin_layout Plain Layout
19349 Comandos ! D ! 
19350 \backslash
19351 displaystyle
19352 \end_layout
19353
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19366 \end_inset
19367
19368
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 </row>
19374 <row>
19375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379
19380 \backslash
19381 textstyle
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 </row>
19399 <row>
19400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404
19405 \backslash
19406 scriptstyle
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19416 \end_inset
19417
19418
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 </row>
19424 <row>
19425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429
19430 \backslash
19431 scriptscriptstyle
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19437 \begin_inset Text
19438
19439 \begin_layout Plain Layout
19440 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 </row>
19449 </lyxtabular>
19450
19451 \end_inset
19452
19453
19454 \end_layout
19455
19456 \begin_layout Standard
19457 Después de introcucir estos comandos, aparece un marco azul en el que se
19458  insertan las partes de la fórmula.
19459 \end_layout
19460
19461 \begin_layout Standard
19462 Hay un método más para cambiar el tamaño de fuente, aunque solo funciona
19463  para símbolos o letras en texto matemático.
19464  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19465  de texto anteriores.
19466  Todos los caracteres siguientes, hasta el final del texto matemático o
19467  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19468  Dos ejemplos:
19469 \begin_inset VSpace -2mm
19470 \end_inset
19471
19472
19473 \end_layout
19474
19475 \begin_layout Standard
19476 \begin_inset ERT
19477 status collapsed
19478
19479 \begin_layout Plain Layout
19480
19481
19482 \backslash
19483 huge
19484 \end_layout
19485
19486 \end_inset
19487
19488
19489 \begin_inset Formula \[
19490 A=\frac{B}{c}\cdot\maltese
19491 \]
19492
19493 \end_inset
19494
19495
19496 \begin_inset Formula \[
19497 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19498 \]
19499
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \begin_layout Standard
19506 \begin_inset ERT
19507 status collapsed
19508
19509 \begin_layout Plain Layout
19510
19511
19512 \backslash
19513 normalsize
19514 \end_layout
19515
19516 \end_inset
19517
19518
19519 \begin_inset VSpace medskip
19520 \end_inset
19521
19522
19523 \end_layout
19524
19525 \begin_layout Standard
19526 Antes de las ecuaciones se ha insertado el comando 
19527 \series bold
19528
19529 \backslash
19530 huge
19531 \series default
19532 .
19533  Para la segunda ecuación el comando es:
19534 \begin_inset Newline newline
19535 \end_inset
19536
19537
19538 \series bold
19539
19540 \backslash
19541 maltese
19542 \begin_inset ERT
19543 status collapsed
19544
19545 \begin_layout Plain Layout
19546
19547
19548 \backslash
19549 spce 
19550 \end_layout
19551
19552 \end_inset
19553
19554 A Alt+M M 
19555 \backslash
19556 Large
19557 \begin_inset ERT
19558 status collapsed
19559
19560 \begin_layout Plain Layout
19561
19562
19563 \backslash
19564 spce 
19565 \end_layout
19566
19567 \end_inset
19568
19569
19570 \backslash
19571 maltese
19572 \begin_inset ERT
19573 status collapsed
19574
19575 \begin_layout Plain Layout
19576
19577
19578 \backslash
19579 spce 
19580 \end_layout
19581
19582 \end_inset
19583
19584
19585 \backslash
19586 textit
19587 \begin_inset ERT
19588 status collapsed
19589
19590 \begin_layout Plain Layout
19591
19592
19593 \backslash
19594 spce 
19595 \end_layout
19596
19597 \end_inset
19598
19599 A
19600 \begin_inset Formula $\to$
19601 \end_inset
19602
19603
19604 \begin_inset Formula $\to$
19605 \end_inset
19606
19607
19608 \begin_inset Newline newline
19609 \end_inset
19610
19611
19612 \begin_inset space \hspace*{}
19613 \length 1cm
19614 \end_inset
19615
19616 Alt+M M 
19617 \backslash
19618 tiny
19619 \begin_inset ERT
19620 status collapsed
19621
19622 \begin_layout Plain Layout
19623
19624
19625 \backslash
19626 spce 
19627 \end_layout
19628
19629 \end_inset
19630
19631
19632 \backslash
19633 maltese
19634 \begin_inset ERT
19635 status collapsed
19636
19637 \begin_layout Plain Layout
19638
19639
19640 \backslash
19641 spce 
19642 \end_layout
19643
19644 \end_inset
19645
19646
19647 \backslash
19648 textit
19649 \begin_inset ERT
19650 status collapsed
19651
19652 \begin_layout Plain Layout
19653
19654
19655 \backslash
19656 spce 
19657 \end_layout
19658
19659 \end_inset
19660
19661 A
19662 \end_layout
19663
19664 \begin_layout Standard
19665 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19666  el tamaño por omisión.
19667 \end_layout
19668
19669 \begin_layout Section
19670 Letras griegas
19671 \begin_inset Index idx
19672 status collapsed
19673
19674 \begin_layout Plain Layout
19675 Letras griegas
19676 \end_layout
19677
19678 \end_inset
19679
19680
19681 \end_layout
19682
19683 \begin_layout Standard
19684 Las letras griegas se pueden insertar además mediante el botón 
19685 \begin_inset Graphics
19686         filename ../../images/math/alpha.png
19687         scale 85
19688
19689 \end_inset
19690
19691  de la barra de ecuaciones.
19692  Las normas internacionales de tipografía proponen que las letras griegas
19693  en ecuaciones deben escribirse en cursiva/inclinada.
19694  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
19695  en redonda.
19696  Para las normas en español, véase
19697 \begin_inset space ~
19698 \end_inset
19699
19700
19701 \begin_inset CommandInset citation
19702 LatexCommand cite
19703 key "Bezos"
19704
19705 \end_inset
19706
19707 .
19708 \end_layout
19709
19710 \begin_layout Subsection
19711 Minúsculas
19712 \begin_inset Index idx
19713 status collapsed
19714
19715 \begin_layout Plain Layout
19716 Letras griegas ! minúsculas
19717 \end_layout
19718
19719 \end_inset
19720
19721
19722 \end_layout
19723
19724 \begin_layout Standard
19725 \begin_inset space \hfill{}
19726 \end_inset
19727
19728
19729 \begin_inset Tabular
19730 <lyxtabular version="3" rows="11" columns="2">
19731 <features tabularvalignment="middle">
19732 <column alignment="center" valignment="top" width="0pt">
19733 <column alignment="center" valignment="top" width="0pt">
19734 <row>
19735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739 Comando
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748 Símbolo
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 </row>
19754 <row>
19755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19756 \begin_inset Text
19757
19758 \begin_layout Plain Layout
19759
19760 \backslash
19761 alpha
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770 \begin_inset Formula $\alpha$
19771 \end_inset
19772
19773
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 </row>
19779 <row>
19780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784
19785 \backslash
19786 beta
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795 \begin_inset Formula $\beta$
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 </row>
19804 <row>
19805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809
19810 \backslash
19811 gamma
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820 \begin_inset Formula $\gamma$
19821 \end_inset
19822
19823
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 </row>
19829 <row>
19830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834
19835 \backslash
19836 delta
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845 \begin_inset Formula $\delta$
19846 \end_inset
19847
19848
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 </row>
19854 <row>
19855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859
19860 \backslash
19861 epsilon
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870 \begin_inset Formula $\epsilon$
19871 \end_inset
19872
19873
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 </row>
19879 <row>
19880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884
19885 \backslash
19886 varepsilon
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895 \begin_inset Formula $\varepsilon$
19896 \end_inset
19897
19898
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 </row>
19904 <row>
19905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909
19910 \backslash
19911 zeta
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920 \begin_inset Formula $\zeta$
19921 \end_inset
19922
19923
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 </row>
19929 <row>
19930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934
19935 \backslash
19936 eta
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945 \begin_inset Formula $\eta$
19946 \end_inset
19947
19948
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 </row>
19954 <row>
19955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959
19960 \backslash
19961 theta
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970 \begin_inset Formula $\theta$
19971 \end_inset
19972
19973
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 </row>
19979 <row>
19980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984
19985 \backslash
19986 vartheta
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 \begin_inset Formula $\vartheta$
19996 \end_inset
19997
19998
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 </row>
20004 </lyxtabular>
20005
20006 \end_inset
20007
20008
20009 \begin_inset space \hfill{}
20010 \end_inset
20011
20012
20013 \begin_inset Tabular
20014 <lyxtabular version="3" rows="12" columns="2">
20015 <features tabularvalignment="middle">
20016 <column alignment="center" valignment="top" width="0pt">
20017 <column alignment="center" valignment="top" width="0pt">
20018 <row>
20019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 Comando
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 Símbolo
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 </row>
20038 <row>
20039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043
20044 \backslash
20045 iota
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054 \begin_inset Formula $\iota$
20055 \end_inset
20056
20057
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 </row>
20063 <row>
20064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068
20069 \backslash
20070 kappa
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 \begin_inset Formula $\kappa$
20080 \end_inset
20081
20082
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 </row>
20088 <row>
20089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093
20094 \backslash
20095 varkappa
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104 \begin_inset Formula $\varkappa$
20105 \end_inset
20106
20107
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 </row>
20113 <row>
20114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20115 \begin_inset Text
20116
20117 \begin_layout Plain Layout
20118
20119 \backslash
20120 lambda
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129 \begin_inset Formula $\lambda$
20130 \end_inset
20131
20132
20133 \end_layout
20134
20135 \end_inset
20136 </cell>
20137 </row>
20138 <row>
20139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20140 \begin_inset Text
20141
20142 \begin_layout Plain Layout
20143
20144 \backslash
20145 mu
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Plain Layout
20154 \begin_inset Formula $\mu$
20155 \end_inset
20156
20157
20158 \end_layout
20159
20160 \end_inset
20161 </cell>
20162 </row>
20163 <row>
20164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168
20169 \backslash
20170 nu
20171 \end_layout
20172
20173 \end_inset
20174 </cell>
20175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20176 \begin_inset Text
20177
20178 \begin_layout Plain Layout
20179 \begin_inset Formula $\nu$
20180 \end_inset
20181
20182
20183 \end_layout
20184
20185 \end_inset
20186 </cell>
20187 </row>
20188 <row>
20189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193
20194 \backslash
20195 xi
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204 \begin_inset Formula $\xi$
20205 \end_inset
20206
20207
20208 \end_layout
20209
20210 \end_inset
20211 </cell>
20212 </row>
20213 <row>
20214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20215 \begin_inset Text
20216
20217 \begin_layout Plain Layout
20218 o
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227 \begin_inset Formula $o$
20228 \end_inset
20229
20230
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 </row>
20236 <row>
20237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241
20242 \backslash
20243 pi
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252 \begin_inset Formula $\pi$
20253 \end_inset
20254
20255
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 </row>
20261 <row>
20262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266
20267 \backslash
20268 varpi
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277 \begin_inset Formula $\varpi$
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 </row>
20286 <row>
20287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20288 \begin_inset Text
20289
20290 \begin_layout Plain Layout
20291
20292 \backslash
20293 rho
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302 \begin_inset Formula $\rho$
20303 \end_inset
20304
20305
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 </row>
20311 </lyxtabular>
20312
20313 \end_inset
20314
20315
20316 \begin_inset space \hfill{}
20317 \end_inset
20318
20319
20320 \begin_inset Tabular
20321 <lyxtabular version="3" rows="11" columns="2">
20322 <features tabularvalignment="middle">
20323 <column alignment="center" valignment="top" width="0pt">
20324 <column alignment="center" valignment="top" width="0pt">
20325 <row>
20326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330 Comando
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 Símbolo
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 </row>
20345 <row>
20346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350
20351 \backslash
20352 varrho
20353 \end_layout
20354
20355 \end_inset
20356 </cell>
20357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361 \begin_inset Formula $\varrho$
20362 \end_inset
20363
20364
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 </row>
20370 <row>
20371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375
20376 \backslash
20377 sigma
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386 \begin_inset Formula $\sigma$
20387 \end_inset
20388
20389
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 </row>
20395 <row>
20396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Plain Layout
20400
20401 \backslash
20402 varsigma
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411 \begin_inset Formula $\varsigma$
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 </row>
20420 <row>
20421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20422 \begin_inset Text
20423
20424 \begin_layout Plain Layout
20425
20426 \backslash
20427 tau
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436 \begin_inset Formula $\tau$
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 </row>
20445 <row>
20446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450
20451 \backslash
20452 upsilon
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Plain Layout
20461 \begin_inset Formula $\upsilon$
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 </row>
20470 <row>
20471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475
20476 \backslash
20477 phi
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20483 \begin_inset Text
20484
20485 \begin_layout Plain Layout
20486 \begin_inset Formula $\phi$
20487 \end_inset
20488
20489
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 </row>
20495 <row>
20496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20497 \begin_inset Text
20498
20499 \begin_layout Plain Layout
20500
20501 \backslash
20502 varphi
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20508 \begin_inset Text
20509
20510 \begin_layout Plain Layout
20511 \begin_inset Formula $\varphi$
20512 \end_inset
20513
20514
20515 \end_layout
20516
20517 \end_inset
20518 </cell>
20519 </row>
20520 <row>
20521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20522 \begin_inset Text
20523
20524 \begin_layout Plain Layout
20525
20526 \backslash
20527 chi
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20533 \begin_inset Text
20534
20535 \begin_layout Plain Layout
20536 \begin_inset Formula $\chi$
20537 \end_inset
20538
20539
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 </row>
20545 <row>
20546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20547 \begin_inset Text
20548
20549 \begin_layout Plain Layout
20550
20551 \backslash
20552 psi
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20558 \begin_inset Text
20559
20560 \begin_layout Plain Layout
20561 \begin_inset Formula $\psi$
20562 \end_inset
20563
20564
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 </row>
20570 <row>
20571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20572 \begin_inset Text
20573
20574 \begin_layout Plain Layout
20575
20576 \backslash
20577 omega
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20583 \begin_inset Text
20584
20585 \begin_layout Plain Layout
20586 \begin_inset Formula $\omega$
20587 \end_inset
20588
20589
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 </row>
20595 </lyxtabular>
20596
20597 \end_inset
20598
20599
20600 \begin_inset space \hfill{}
20601 \end_inset
20602
20603
20604 \end_layout
20605
20606 \begin_layout Standard
20607 \begin_inset VSpace medskip
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \begin_layout Standard
20614 Cómo escribir letras griegas especiales en redonda se explica en 
20615 \begin_inset CommandInset ref
20616 LatexCommand ref
20617 reference "sub:Griegas-en-redonda"
20618
20619 \end_inset
20620
20621 .
20622 \end_layout
20623
20624 \begin_layout Subsection
20625 Mayúsculas
20626 \begin_inset Index idx
20627 status collapsed
20628
20629 \begin_layout Plain Layout
20630 Letras griegas ! mayúsculas
20631 \end_layout
20632
20633 \end_inset
20634
20635
20636 \end_layout
20637
20638 \begin_layout Standard
20639 \begin_inset space \hfill{}
20640 \end_inset
20641
20642
20643 \begin_inset Tabular
20644 <lyxtabular version="3" rows="7" columns="2">
20645 <features tabularvalignment="middle">
20646 <column alignment="center" valignment="top" width="0pt">
20647 <column alignment="center" valignment="top" width="0pt">
20648 <row>
20649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653 Comando
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662 Símbolo
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 </row>
20668 <row>
20669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673
20674 \backslash
20675 Gamma
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684 \begin_inset Formula $\Gamma$
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 </row>
20693 <row>
20694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698
20699 \backslash
20700 Delta
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709 \begin_inset Formula $\Delta$
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 </row>
20718 <row>
20719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723
20724 \backslash
20725 Theta
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734 \begin_inset Formula $\Theta$
20735 \end_inset
20736
20737
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 </row>
20743 <row>
20744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748
20749 \backslash
20750 Lambda
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759 \begin_inset Formula $\Lambda$
20760 \end_inset
20761
20762
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 </row>
20768 <row>
20769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773
20774 \backslash
20775 Xi
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784 \begin_inset Formula $\Xi$
20785 \end_inset
20786
20787
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 </row>
20793 <row>
20794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798
20799 \backslash
20800 Pi
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809 \begin_inset Formula $\Pi$
20810 \end_inset
20811
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 </row>
20818 </lyxtabular>
20819
20820 \end_inset
20821
20822
20823 \begin_inset space \hfill{}
20824 \end_inset
20825
20826
20827 \begin_inset Tabular
20828 <lyxtabular version="3" rows="6" columns="2">
20829 <features tabularvalignment="middle">
20830 <column alignment="center" valignment="top" width="0pt">
20831 <column alignment="center" valignment="top" width="0pt">
20832 <row>
20833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837 Comando
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846 Símbolo
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 </row>
20852 <row>
20853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857
20858 \backslash
20859 Sigma
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868 \begin_inset Formula $\Sigma$
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 </row>
20877 <row>
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882
20883 \backslash
20884 Upsilon
20885 \end_layout
20886
20887 \end_inset
20888 </cell>
20889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893 \begin_inset Formula $\Upsilon$
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 </row>
20902 <row>
20903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907
20908 \backslash
20909 Phi
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918 \begin_inset Formula $\Phi$
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 </row>
20927 <row>
20928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932
20933 \backslash
20934 Psi
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943 \begin_inset Formula $\Psi$
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 </row>
20952 <row>
20953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957
20958 \backslash
20959 Omega
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968 \begin_inset Formula $\Omega$
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 </row>
20977 </lyxtabular>
20978
20979 \end_inset
20980
20981
20982 \begin_inset space \hfill{}
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \begin_layout Standard
20989 \begin_inset VSpace medskip
20990 \end_inset
20991
20992
20993 \end_layout
20994
20995 \begin_layout Standard
20996 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20997  cuando se desarrolló TeX.
20998  Para obtener mayúsculas en cursiva, inicia cada comando con 
20999 \series bold
21000 var
21001 \series default
21002 .
21003  Por ejemplo, el comando 
21004 \series bold
21005
21006 \backslash
21007 varGamma
21008 \series default
21009  genera 
21010 \begin_inset Formula $\varGamma$
21011 \end_inset
21012
21013 .
21014  Otra forma es cargar el paquete 
21015 \series bold
21016 fixmath
21017 \series default
21018
21019 \begin_inset Foot
21020 status collapsed
21021
21022 \begin_layout Plain Layout
21023
21024 \series bold
21025 fixmath
21026 \series default
21027  forma parte del paquete LaTeX 
21028 \series bold
21029 was
21030 \series default
21031
21032 \begin_inset Index idx
21033 status collapsed
21034
21035 \begin_layout Plain Layout
21036 Paquetes ! was
21037 \begin_inset ERT
21038 status collapsed
21039
21040 \begin_layout Plain Layout
21041
21042
21043 \backslash
21044 vspace{4mm}
21045 \end_layout
21046
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \end_inset
21053
21054 .
21055 \end_layout
21056
21057 \end_inset
21058
21059
21060 \begin_inset Index idx
21061 status collapsed
21062
21063 \begin_layout Plain Layout
21064 Paquetes ! fixmath
21065 \end_layout
21066
21067 \end_inset
21068
21069  con la línea siguiente en el preámbulo LaTeX
21070 \end_layout
21071
21072 \begin_layout Standard
21073
21074 \series bold
21075
21076 \backslash
21077 usepackage{fixmath}
21078 \end_layout
21079
21080 \begin_layout Standard
21081 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
21082 ente en cursiva.
21083 \end_layout
21084
21085 \begin_layout Subsection
21086 Letras en negrita
21087 \begin_inset Index idx
21088 status collapsed
21089
21090 \begin_layout Plain Layout
21091 Letras griegas ! en negrita
21092 \end_layout
21093
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \begin_layout Standard
21100 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
21101  Sólo se pueden poner en negrita con el comando 
21102 \series bold
21103
21104 \backslash
21105 boldsymbol
21106 \series default
21107
21108 \begin_inset Index idx
21109 status collapsed
21110
21111 \begin_layout Plain Layout
21112 Comandos ! B ! 
21113 \backslash
21114 boldsymbol
21115 \end_layout
21116
21117 \end_inset
21118
21119 .
21120 \end_layout
21121
21122 \begin_layout Standard
21123 \align center
21124 \begin_inset Tabular
21125 <lyxtabular version="3" rows="3" columns="2">
21126 <features tabularvalignment="middle">
21127 <column alignment="center" valignment="top" width="0">
21128 <column alignment="center" valignment="top" width="0">
21129 <row>
21130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134 Comando
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 Símbolo
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 </row>
21149 <row>
21150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154
21155 \backslash
21156 Upsilon
21157 \backslash
21158 boldsymbol
21159 \backslash
21160 Upsilon
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 </row>
21178 <row>
21179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183
21184 \backslash
21185 theta
21186 \backslash
21187 boldsymbol
21188 \backslash
21189 theta
21190 \end_layout
21191
21192 \end_inset
21193 </cell>
21194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198 \begin_inset Formula $\theta\boldsymbol{\theta}$
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 </row>
21207 </lyxtabular>
21208
21209 \end_inset
21210
21211
21212 \end_layout
21213
21214 \begin_layout Section
21215 Símbolos
21216 \begin_inset ERT
21217 status collapsed
21218
21219 \begin_layout Plain Layout
21220
21221
21222 \backslash
21223 texorpdfstring{
21224 \end_layout
21225
21226 \end_inset
21227
21228
21229 \begin_inset Foot
21230 status collapsed
21231
21232 \begin_layout Plain Layout
21233 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
21234  LaTeX en 
21235 \begin_inset CommandInset citation
21236 LatexCommand cite
21237 key "Symbols"
21238
21239 \end_inset
21240
21241 .
21242 \end_layout
21243
21244 \end_inset
21245
21246
21247 \begin_inset ERT
21248 status collapsed
21249
21250 \begin_layout Plain Layout
21251
21252 }{}
21253 \end_layout
21254
21255 \end_inset
21256
21257
21258 \begin_inset Note Note
21259 status collapsed
21260
21261 \begin_layout Plain Layout
21262
21263 \backslash
21264 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
21265  PDF.
21266 \end_layout
21267
21268 \begin_layout Plain Layout
21269 Más sobre 
21270 \backslash
21271 texorpdfstring en la sección 
21272 \begin_inset CommandInset ref
21273 LatexCommand ref
21274 reference "sub:Ecuaciones-en-encabezados"
21275
21276 \end_inset
21277
21278 .
21279 \end_layout
21280
21281 \end_inset
21282
21283
21284 \begin_inset Index idx
21285 status collapsed
21286
21287 \begin_layout Plain Layout
21288 Símbolos
21289 \end_layout
21290
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \begin_layout Standard
21297 Muchos de los símbolos listados en esta sección se pueden insertar además
21298  mediante los botones 
21299 \begin_inset Graphics
21300         filename ../../images/math/nabla.png
21301         scale 85
21302
21303 \end_inset
21304
21305  y 
21306 \begin_inset Graphics
21307         filename ../../images/math/digamma.png
21308         scale 85
21309
21310 \end_inset
21311
21312  de la barra de ecuaciones.
21313 \end_layout
21314
21315 \begin_layout Subsection
21316 Símbolos matemáticos
21317 \begin_inset CommandInset label
21318 LatexCommand label
21319 name "sub:Símbolos-matemáticos"
21320
21321 \end_inset
21322
21323
21324 \begin_inset Index idx
21325 status collapsed
21326
21327 \begin_layout Plain Layout
21328 Símbolos ! matemáticos
21329 \end_layout
21330
21331 \end_inset
21332
21333
21334 \end_layout
21335
21336 \begin_layout Standard
21337 \begin_inset space \hfill{}
21338 \end_inset
21339
21340
21341 \begin_inset Tabular
21342 <lyxtabular version="3" rows="10" columns="2">
21343 <features tabularvalignment="middle">
21344 <column alignment="center" valignment="top" width="0pt">
21345 <column alignment="center" valignment="top" width="0pt">
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 Comando
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360 Símbolo
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 </row>
21366 <row>
21367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371
21372 \backslash
21373 neg
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 \begin_inset Formula $\neg$
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 </row>
21391 <row>
21392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396
21397 \backslash
21398 Im
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\Im$
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 <row>
21417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421
21422 \backslash
21423 Re
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 \begin_inset Formula $\Re$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446
21447 \backslash
21448 aleph
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $\aleph$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \backslash
21473 partial
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Formula $\partial$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496
21497 \backslash
21498 infty
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 \begin_inset Formula $\infty$
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 </row>
21516 <row>
21517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521
21522 \backslash
21523 wp
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532 \begin_inset Formula $\wp$
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 </row>
21541 <row>
21542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546
21547 \backslash
21548 imath
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557 \begin_inset Formula $\imath$
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 </row>
21566 <row>
21567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571
21572 \backslash
21573 jmath
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 \begin_inset Formula $\jmath$
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 </row>
21591 </lyxtabular>
21592
21593 \end_inset
21594
21595
21596 \begin_inset space \hfill{}
21597 \end_inset
21598
21599
21600 \begin_inset Tabular
21601 <lyxtabular version="3" rows="10" columns="2">
21602 <features tabularvalignment="middle">
21603 <column alignment="center" valignment="top" width="0pt">
21604 <column alignment="center" valignment="top" width="0pt">
21605 <row>
21606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610 Comando
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 Símbolo
21620 \begin_inset Note Note
21621 status collapsed
21622
21623 \begin_layout Plain Layout
21624
21625 \series bold
21626
21627 \backslash
21628 raisebox
21629 \series default
21630  se usa sólo como espaciador
21631 \end_layout
21632
21633 \end_inset
21634
21635
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 </row>
21641 <row>
21642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646
21647 \backslash
21648 forall
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657 \begin_inset Formula $\forall$
21658 \end_inset
21659
21660
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 </row>
21666 <row>
21667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671
21672 \backslash
21673 exists
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 \begin_inset Formula $\exists$
21683 \end_inset
21684
21685
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 </row>
21691 <row>
21692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696
21697 \backslash
21698 nexists
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707 \begin_inset Formula $\nexists$
21708 \end_inset
21709
21710
21711 \end_layout
21712
21713 \end_inset
21714 </cell>
21715 </row>
21716 <row>
21717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721
21722 \backslash
21723 emptyset
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732 \begin_inset Formula $\emptyset$
21733 \end_inset
21734
21735
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 </row>
21741 <row>
21742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21743 \begin_inset Text
21744
21745 \begin_layout Plain Layout
21746
21747 \backslash
21748 varnothing
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757 \begin_inset Formula $\varnothing$
21758 \end_inset
21759
21760
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 </row>
21766 <row>
21767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771
21772 \backslash
21773 dag
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782 \begin_inset Formula $\dag$
21783 \end_inset
21784
21785
21786 \end_layout
21787
21788 \end_inset
21789 </cell>
21790 </row>
21791 <row>
21792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21793 \begin_inset Text
21794
21795 \begin_layout Plain Layout
21796
21797 \backslash
21798 ddag
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807 \begin_inset Formula $\ddag$
21808 \end_inset
21809
21810
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 </row>
21816 <row>
21817 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821
21822 \backslash
21823 complement
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832 \begin_inset ERT
21833 status collapsed
21834
21835 \begin_layout Plain Layout
21836
21837
21838 \backslash
21839 raisebox{-0.8mm}{
21840 \end_layout
21841
21842 \end_inset
21843
21844
21845 \begin_inset Formula $\complement$
21846 \end_inset
21847
21848
21849 \begin_inset ERT
21850 status collapsed
21851
21852 \begin_layout Plain Layout
21853
21854 }
21855 \end_layout
21856
21857 \end_inset
21858
21859
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 </row>
21865 <row>
21866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870
21871 \backslash
21872 Bbbk
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 \begin_inset Formula $\Bbbk$
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 </lyxtabular>
21891
21892 \end_inset
21893
21894
21895 \begin_inset space \hfill{}
21896 \end_inset
21897
21898
21899 \begin_inset Tabular
21900 <lyxtabular version="3" rows="10" columns="2">
21901 <features tabularvalignment="middle">
21902 <column alignment="center" valignment="top" width="0pt">
21903 <column alignment="center" valignment="top" width="0pt">
21904 <row>
21905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 Comando
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918 Símbolo
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 </row>
21924 <row>
21925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929
21930 \backslash
21931 prime
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 \begin_inset Formula $\prime$
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 </row>
21949 <row>
21950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21951 \begin_inset Text
21952
21953 \begin_layout Plain Layout
21954
21955 \backslash
21956 backprime
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965 \begin_inset Formula $\backprime$
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 </row>
21974 <row>
21975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21976 \begin_inset Text
21977
21978 \begin_layout Plain Layout
21979
21980 \backslash
21981 mho
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990 \begin_inset Formula $\mho$
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 </row>
21999 <row>
22000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004
22005 \backslash
22006 triangle
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 \begin_inset Formula $\triangle$
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 </row>
22024 <row>
22025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029
22030 \backslash
22031 angle
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 \begin_inset Formula $\angle$
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 </row>
22049 <row>
22050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054
22055 \backslash
22056 measuredangle
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065 \begin_inset Formula $\measuredangle$
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \end_inset
22072 </cell>
22073 </row>
22074 <row>
22075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22076 \begin_inset Text
22077
22078 \begin_layout Plain Layout
22079
22080 \backslash
22081 sphericalangle
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090 \begin_inset Formula $\sphericalangle$
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 </row>
22099 <row>
22100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104
22105 \backslash
22106 top
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115 \begin_inset Formula $\top$
22116 \end_inset
22117
22118
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 </row>
22124 <row>
22125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129
22130 \backslash
22131 bot
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140 \begin_inset Formula $\bot$
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \end_inset
22147 </cell>
22148 </row>
22149 </lyxtabular>
22150
22151 \end_inset
22152
22153
22154 \begin_inset space \hfill{}
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \begin_layout Subsection
22161 Símbolos misceláneos
22162 \begin_inset CommandInset label
22163 LatexCommand label
22164 name "sub:Símbolos-misceláneos"
22165
22166 \end_inset
22167
22168
22169 \begin_inset Index idx
22170 status collapsed
22171
22172 \begin_layout Plain Layout
22173 Símbolos ! misceláneos
22174 \end_layout
22175
22176 \end_inset
22177
22178
22179 \end_layout
22180
22181 \begin_layout Standard
22182 \noindent
22183 \align center
22184 \begin_inset Tabular
22185 <lyxtabular version="3" rows="10" columns="2">
22186 <features tabularvalignment="middle">
22187 <column alignment="center" valignment="top" width="0pt">
22188 <column alignment="center" valignment="top" width="0pt">
22189 <row>
22190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194 Comando
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 Símbolo
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 </row>
22209 <row>
22210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214
22215 \backslash
22216 flat
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225 \begin_inset Formula $\flat$
22226 \end_inset
22227
22228
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 </row>
22234 <row>
22235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239
22240 \backslash
22241 natural
22242 \end_layout
22243
22244 \end_inset
22245 </cell>
22246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250 \begin_inset Formula $\natural$
22251 \end_inset
22252
22253
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 </row>
22259 <row>
22260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Plain Layout
22264
22265 \backslash
22266 sharp
22267 \end_layout
22268
22269 \end_inset
22270 </cell>
22271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 \begin_inset Formula $\sharp$
22276 \end_inset
22277
22278
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 </row>
22284 <row>
22285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289
22290 \backslash
22291 surd
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300 \begin_inset Formula $\surd$
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 </row>
22309 <row>
22310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314
22315 \backslash
22316 checkmark
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 \begin_inset Formula $\checkmark$
22326 \end_inset
22327
22328
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 </row>
22334 <row>
22335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22336 \begin_inset Text
22337
22338 \begin_layout Plain Layout
22339
22340 \backslash
22341 yen
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350 \begin_inset Formula $\yen$
22351 \end_inset
22352
22353
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 </row>
22359 <row>
22360 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364
22365 \backslash
22366 pounds
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375 \begin_inset Formula $\pounds$
22376 \end_inset
22377
22378
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 </row>
22384 <row>
22385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 $
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 \begin_inset Formula $\$$
22399 \end_inset
22400
22401
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 </row>
22407 <row>
22408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 §
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 \begin_inset Formula $§$
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 </row>
22430 </lyxtabular>
22431
22432 \end_inset
22433
22434
22435 \begin_inset Tabular
22436 <lyxtabular version="3" rows="10" columns="2">
22437 <features tabularvalignment="middle">
22438 <column alignment="center" valignment="top" width="0">
22439 <column alignment="center" valignment="top" width="0">
22440 <row>
22441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 Comando
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 Símbolo
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 </row>
22460 <row>
22461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465
22466 \backslash
22467 hbar
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22473 \begin_inset Text
22474
22475 \begin_layout Plain Layout
22476 \begin_inset Formula $\hbar$
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 </row>
22485 <row>
22486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490
22491 \backslash
22492 hslash
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501 \begin_inset Formula $\hslash$
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 </row>
22510 <row>
22511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22512 \begin_inset Text
22513
22514 \begin_layout Plain Layout
22515
22516 \backslash
22517 clubsuit
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 \begin_inset Formula $\clubsuit$
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 </row>
22535 <row>
22536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540
22541 \backslash
22542 spadesuit
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 \begin_inset Formula $\spadesuit$
22552 \end_inset
22553
22554
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 </row>
22560 <row>
22561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565
22566 \backslash
22567 bigstar
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 \begin_inset Formula $\bigstar$
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 </row>
22585 <row>
22586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22587 \begin_inset Text
22588
22589 \begin_layout Plain Layout
22590
22591 \backslash
22592 blacklozenge
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22598 \begin_inset Text
22599
22600 \begin_layout Plain Layout
22601 \begin_inset Formula $\blacklozenge$
22602 \end_inset
22603
22604
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 </row>
22610 <row>
22611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615
22616 \backslash
22617 blacktriangle
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626 \begin_inset Formula $\blacktriangle$
22627 \end_inset
22628
22629
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 </row>
22635 <row>
22636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640
22641 \backslash
22642 blacktiangledown
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651 \begin_inset Formula $\blacktriangledown$
22652 \end_inset
22653
22654
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 </row>
22660 <row>
22661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22662 \begin_inset Text
22663
22664 \begin_layout Plain Layout
22665
22666 \backslash
22667 bullet
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676 \begin_inset Formula $\bullet$
22677 \end_inset
22678
22679
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 </row>
22685 </lyxtabular>
22686
22687 \end_inset
22688
22689
22690 \begin_inset Tabular
22691 <lyxtabular version="3" rows="10" columns="2">
22692 <features tabularvalignment="middle">
22693 <column alignment="center" valignment="top" width="0pt">
22694 <column alignment="center" valignment="top" width="0pt">
22695 <row>
22696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 Comando
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 Símbolo
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 <row>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720
22721 \backslash
22722 diamondsuit
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 \begin_inset Formula $\diamondsuit$
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 </row>
22740 <row>
22741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745
22746 \backslash
22747 Diamond
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756 \begin_inset Formula $\Diamond$
22757 \end_inset
22758
22759
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 </row>
22765 <row>
22766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770
22771 \backslash
22772 heartsuit
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781 \begin_inset Formula $\heartsuit$
22782 \end_inset
22783
22784
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 </row>
22790 <row>
22791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795
22796 \backslash
22797 P
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806 \begin_inset Formula $\P$
22807 \end_inset
22808
22809
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 </row>
22815 <row>
22816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820
22821 \backslash
22822 copyright
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831 \begin_inset Formula $\copyright$
22832 \end_inset
22833
22834
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 </row>
22840 <row>
22841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845
22846 \backslash
22847 circledR
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856 \begin_inset Formula $\circledR$
22857 \end_inset
22858
22859
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 </row>
22865 <row>
22866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870
22871 \backslash
22872 maltese
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881 \begin_inset Formula $\maltese$
22882 \end_inset
22883
22884
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 </row>
22890 <row>
22891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895
22896 \backslash
22897 diagup
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906 \begin_inset Formula $\diagup$
22907 \end_inset
22908
22909
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 </row>
22915 <row>
22916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920
22921 \backslash
22922 diagdown
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931 \begin_inset Formula $\diagdown$
22932 \end_inset
22933
22934
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 </row>
22940 </lyxtabular>
22941
22942 \end_inset
22943
22944
22945 \end_layout
22946
22947 \begin_layout Standard
22948 \begin_inset VSpace medskip
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \begin_layout Standard
22955 Hay más símbolos en 
22956 \begin_inset CommandInset ref
22957 LatexCommand ref
22958 reference "sub:Caracteres-especiales-misceláneos"
22959
22960 \end_inset
22961
22962 .
22963 \end_layout
22964
22965 \begin_layout Standard
22966 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22967 \begin_inset CommandInset ref
22968 LatexCommand ref
22969 reference "sub:Tamaños-de-fuentes"
22970
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \begin_layout Subsection
22977 El símbolo del euro, €
22978 \begin_inset Index idx
22979 status collapsed
22980
22981 \begin_layout Plain Layout
22982 Símbolos ! euro
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \begin_inset Index idx
22989 status collapsed
22990
22991 \begin_layout Plain Layout
22992
22993 \backslash
22994 @
22995 \begin_inset ERT
22996 status collapsed
22997
22998 \begin_layout Plain Layout
22999
23000
23001 \backslash
23002 officialeuro
23003 \end_layout
23004
23005 \end_inset
23006
23007
23008 \end_layout
23009
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \begin_layout Standard
23016 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
23017  LaTeX 
23018 \series bold
23019 eurosym
23020 \series default
23021
23022 \begin_inset Index idx
23023 status collapsed
23024
23025 \begin_layout Plain Layout
23026 Paquetes ! eurosym
23027 \end_layout
23028
23029 \end_inset
23030
23031 , y cargado en el preámbulo LaTeX con la línea
23032 \end_layout
23033
23034 \begin_layout Standard
23035
23036 \series bold
23037
23038 \backslash
23039 usepackage[gennarrow]{eurosym}
23040 \end_layout
23041
23042 \begin_layout Standard
23043 Actualmente también se puede insertar con el comando 
23044 \series bold
23045
23046 \backslash
23047 euro
23048 \series default
23049
23050 \begin_inset Index idx
23051 status collapsed
23052
23053 \begin_layout Plain Layout
23054 Comandos ! E ! 
23055 \backslash
23056 euro
23057 \end_layout
23058
23059 \end_inset
23060
23061 .
23062 \end_layout
23063
23064 \begin_layout Standard
23065 El símbolo del euro puede insertarse directamente con la tecla € en texto
23066  matemático sin tener 
23067 \series bold
23068 eurosym
23069 \series default
23070  instalado.
23071  Si 
23072 \series bold
23073 eurosym
23074 \series default
23075  está instalado, se puede insertar 
23076 \series bold
23077
23078 \backslash
23079 euro
23080 \series default
23081  en modo TeX.
23082  El símbolo oficial de la moneda se puede insertar con el comando 
23083 \series bold
23084
23085 \backslash
23086 officialeuro
23087 \series default
23088
23089 \begin_inset Index idx
23090 status collapsed
23091
23092 \begin_layout Plain Layout
23093 Comandos ! O ! 
23094 \backslash
23095 officialeuro
23096 \end_layout
23097
23098 \end_inset
23099
23100 , que sólo está disponible en modo TeX.
23101 \end_layout
23102
23103 \begin_layout Standard
23104 \begin_inset ERT
23105 status collapsed
23106
23107 \begin_layout Plain Layout
23108
23109
23110 \backslash
23111 ifeurosym
23112 \end_layout
23113
23114 \end_inset
23115
23116
23117 \begin_inset Note Note
23118 status collapsed
23119
23120 \begin_layout Plain Layout
23121 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
23122 \series bold
23123 eurosym
23124 \series default
23125 .
23126 \end_layout
23127
23128 \end_inset
23129
23130
23131 \end_layout
23132
23133 \begin_layout Standard
23134 Un vistazo a los diferentes símbolos del euro.
23135 \end_layout
23136
23137 \begin_layout Standard
23138 \noindent
23139 \align center
23140 \begin_inset Tabular
23141 <lyxtabular version="3" rows="4" columns="3">
23142 <features tabularvalignment="middle">
23143 <column alignment="center" valignment="top" width="0">
23144 <column alignment="center" valignment="top" width="0">
23145 <column alignment="center" valignment="top" width="0">
23146 <row>
23147 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160 Comando
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169 Símbolo
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 </row>
23175 <row>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 ecuación
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189
23190 \backslash
23191 euro
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200 \begin_inset Formula $\euro$
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 </row>
23209 <row>
23210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214 texto matemático
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232 \begin_inset Formula $\mbox{€}$
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 </row>
23241 <row>
23242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 modo TeX
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255
23256 \backslash
23257 officialeuro
23258 \end_layout
23259
23260 \end_inset
23261 </cell>
23262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266 \begin_inset ERT
23267 status collapsed
23268
23269 \begin_layout Plain Layout
23270
23271
23272 \backslash
23273 officialeuro
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 </row>
23284 </lyxtabular>
23285
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \begin_layout Standard
23292 \begin_inset ERT
23293 status collapsed
23294
23295 \begin_layout Plain Layout
23296
23297
23298 \backslash
23299 else
23300 \end_layout
23301
23302 \end_inset
23303
23304
23305 \begin_inset Note Note
23306 status collapsed
23307
23308 \begin_layout Plain Layout
23309 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
23310 \series bold
23311 eurosym
23312 \series default
23313 :
23314 \end_layout
23315
23316 \end_inset
23317
23318
23319 \end_layout
23320
23321 \begin_layout Standard
23322 Para ver la salida completa de esta subsección debe estar instalado el paquete
23323  LaTeX 
23324 \series bold
23325 eurosym
23326 \series default
23327 .
23328 \end_layout
23329
23330 \begin_layout Standard
23331 \begin_inset ERT
23332 status collapsed
23333
23334 \begin_layout Plain Layout
23335
23336
23337 \backslash
23338 fi
23339 \end_layout
23340
23341 \end_inset
23342
23343
23344 \end_layout
23345
23346 \begin_layout Section
23347 Relaciones
23348 \begin_inset CommandInset label
23349 LatexCommand label
23350 name "sec:Relaciones"
23351
23352 \end_inset
23353
23354
23355 \begin_inset Index idx
23356 status collapsed
23357
23358 \begin_layout Plain Layout
23359 Relaciones
23360 \end_layout
23361
23362 \end_inset
23363
23364
23365 \begin_inset Index idx
23366 status collapsed
23367
23368 \begin_layout Plain Layout
23369 Comparaciones|see
23370 \begin_inset ERT
23371 status collapsed
23372
23373 \begin_layout Plain Layout
23374
23375 {
23376 \end_layout
23377
23378 \end_inset
23379
23380 Relaciones
23381 \begin_inset ERT
23382 status collapsed
23383
23384 \begin_layout Plain Layout
23385
23386 }
23387 \end_layout
23388
23389 \end_inset
23390
23391
23392 \end_layout
23393
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \begin_layout Standard
23400 Todas las relaciones se pueden insertar también con el botón 
23401 \begin_inset Graphics
23402         filename ../../images/math/leq.png
23403         scale 85
23404
23405 \end_inset
23406
23407  de la barra de ecuaciones.
23408 \end_layout
23409
23410 \begin_layout Standard
23411 \begin_inset space \hfill{}
23412 \end_inset
23413
23414
23415 \begin_inset Tabular
23416 <lyxtabular version="3" rows="17" columns="2">
23417 <features tabularvalignment="middle">
23418 <column alignment="center" valignment="top" width="0pt">
23419 <column alignment="center" valignment="top" width="0pt">
23420 <row>
23421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 Comando
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 Relación
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 </row>
23440 <row>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445 <
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454 \begin_inset Formula $<$
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 </row>
23463 <row>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468
23469 \backslash
23470 le
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479 \begin_inset Formula $\le$
23480 \end_inset
23481
23482
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 </row>
23488 <row>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493
23494 \backslash
23495 ll
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23501 \begin_inset Text
23502
23503 \begin_layout Plain Layout
23504 \begin_inset Formula $\ll$
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 </row>
23513 <row>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518
23519 \backslash
23520 prec
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529 \begin_inset Formula $\prec$
23530 \end_inset
23531
23532
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 </row>
23538 <row>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543
23544 \backslash
23545 preceq
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554 \begin_inset Formula $\preceq$
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 </row>
23563 <row>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568
23569 \backslash
23570 subset
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579 \begin_inset Formula $\subset$
23580 \end_inset
23581
23582
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 </row>
23588 <row>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593
23594 \backslash
23595 subseteq
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604 \begin_inset Formula $\subseteq$
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 </row>
23613 <row>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \backslash
23620 sqsubseteq
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629 \begin_inset Formula $\sqsubseteq$
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \end_inset
23636 </cell>
23637 </row>
23638 <row>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643
23644 \backslash
23645 in
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654 \begin_inset Formula $\in$
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 </row>
23663 <row>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668
23669 \backslash
23670 vdash
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679 \begin_inset Formula $\vdash$
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 </row>
23688 <row>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693
23694 \backslash
23695 smile
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 \begin_inset Formula $\smile$
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 </row>
23713 <row>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718
23719 \backslash
23720 lhd
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729 \begin_inset Formula $\lhd$
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 </row>
23738 <row>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743
23744 \backslash
23745 unlhd
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 \begin_inset Formula $\unlhd$
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 </row>
23763 <row>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768
23769 \backslash
23770 gtrless
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779 \begin_inset Formula $\gtrless$
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 </row>
23788 <row>
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793
23794 \backslash
23795 mid
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 \begin_inset Formula $\mid$
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 </row>
23813 <row>
23814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \backslash
23820 nmid
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 \begin_inset Formula $\nmid$
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 </row>
23838 </lyxtabular>
23839
23840 \end_inset
23841
23842
23843 \begin_inset space \hfill{}
23844 \end_inset
23845
23846
23847 \begin_inset Tabular
23848 <lyxtabular version="3" rows="17" columns="2">
23849 <features tabularvalignment="middle">
23850 <column alignment="center" valignment="top" width="0pt">
23851 <column alignment="center" valignment="top" width="0pt">
23852 <row>
23853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857 Comando
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 Relación
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 </row>
23872 <row>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877 =
23878 \end_layout
23879
23880 \end_inset
23881 </cell>
23882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23883 \begin_inset Text
23884
23885 \begin_layout Plain Layout
23886 \begin_inset Formula $=$
23887 \end_inset
23888
23889
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 </row>
23895 <row>
23896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900
23901 \backslash
23902 not=
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911 \begin_inset Formula $\not=$
23912 \end_inset
23913
23914
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 </row>
23920 <row>
23921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925
23926 \backslash
23927 equiv
23928 \end_layout
23929
23930 \end_inset
23931 </cell>
23932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23933 \begin_inset Text
23934
23935 \begin_layout Plain Layout
23936 \begin_inset Formula $\equiv$
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 </row>
23945 <row>
23946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950
23951 \backslash
23952 sim
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961 \begin_inset Formula $\sim$
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 </row>
23970 <row>
23971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23972 \begin_inset Text
23973
23974 \begin_layout Plain Layout
23975
23976 \backslash
23977 simeq
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23983 \begin_inset Text
23984
23985 \begin_layout Plain Layout
23986 \begin_inset Formula $\simeq$
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 </row>
23995 <row>
23996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000
24001 \backslash
24002 approx
24003 \end_layout
24004
24005 \end_inset
24006 </cell>
24007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24008 \begin_inset Text
24009
24010 \begin_layout Plain Layout
24011 \begin_inset Formula $\approx$
24012 \end_inset
24013
24014
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 </row>
24020 <row>
24021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025
24026 \backslash
24027 cong
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Plain Layout
24036 \begin_inset Formula $\cong$
24037 \end_inset
24038
24039
24040 \end_layout
24041
24042 \end_inset
24043 </cell>
24044 </row>
24045 <row>
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050
24051 \backslash
24052 bowtie
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061 \begin_inset Formula $\bowtie$
24062 \end_inset
24063
24064
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 </row>
24070 <row>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075
24076 \backslash
24077 notin
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086 \begin_inset Formula $\notin$
24087 \end_inset
24088
24089
24090 \end_layout
24091
24092 \end_inset
24093 </cell>
24094 </row>
24095 <row>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100
24101 \backslash
24102 perp
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111 \begin_inset Formula $\perp$
24112 \end_inset
24113
24114
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 </row>
24120 <row>
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125
24126 \backslash
24127 propto
24128 \end_layout
24129
24130 \end_inset
24131 </cell>
24132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136 \begin_inset Formula $\propto$
24137 \end_inset
24138
24139
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 </row>
24145 <row>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150
24151 \backslash
24152 asymp
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 \begin_inset Formula $\asymp$
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 </row>
24170 <row>
24171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175
24176 \backslash
24177 doteq
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186 \begin_inset Formula $\doteq$
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 </row>
24195 <row>
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200
24201 \backslash
24202 circeq
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211 \begin_inset Formula $\circeq$
24212 \end_inset
24213
24214
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 </row>
24220 <row>
24221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225
24226 \backslash
24227 models
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24233 \begin_inset Text
24234
24235 \begin_layout Plain Layout
24236 \begin_inset Formula $\models$
24237 \end_inset
24238
24239
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 </row>
24245 <row>
24246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250
24251 \backslash
24252 widehat=
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261 \begin_inset Formula $\widehat{=}$
24262 \end_inset
24263
24264
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 </row>
24270 </lyxtabular>
24271
24272 \end_inset
24273
24274
24275 \begin_inset space \hfill{}
24276 \end_inset
24277
24278
24279 \begin_inset Tabular
24280 <lyxtabular version="3" rows="17" columns="2">
24281 <features tabularvalignment="middle">
24282 <column alignment="center" valignment="top" width="0pt">
24283 <column alignment="center" valignment="top" width="0pt">
24284 <row>
24285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289 Comando
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298 Relación
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 </row>
24304 <row>
24305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309 >
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Plain Layout
24318 \begin_inset Formula $>$
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 </row>
24327 <row>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332
24333 \backslash
24334 ge
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343 \begin_inset Formula $\ge$
24344 \end_inset
24345
24346
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 </row>
24352 <row>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357
24358 \backslash
24359 gg
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368 \begin_inset Formula $\gg$
24369 \end_inset
24370
24371
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 </row>
24377 <row>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382
24383 \backslash
24384 succ
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393 \begin_inset Formula $\succ$
24394 \end_inset
24395
24396
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 </row>
24402 <row>
24403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407
24408 \backslash
24409 succeq
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418 \begin_inset Formula $\succeq$
24419 \end_inset
24420
24421
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 </row>
24427 <row>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432
24433 \backslash
24434 supset
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443 \begin_inset Formula $\supset$
24444 \end_inset
24445
24446
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 </row>
24452 <row>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457
24458 \backslash
24459 supseteq
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24465 \begin_inset Text
24466
24467 \begin_layout Plain Layout
24468 \begin_inset Formula $\supseteq$
24469 \end_inset
24470
24471
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 </row>
24477 <row>
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482
24483 \backslash
24484 sqsupseteq
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493 \begin_inset Formula $\sqsupseteq$
24494 \end_inset
24495
24496
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 </row>
24502 <row>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507
24508 \backslash
24509 ni
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518 \begin_inset Formula $\ni$
24519 \end_inset
24520
24521
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 </row>
24527 <row>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532
24533 \backslash
24534 dashv
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543 \begin_inset Formula $\dashv$
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \end_inset
24550 </cell>
24551 </row>
24552 <row>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557
24558 \backslash
24559 frown
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Plain Layout
24568 \begin_inset Formula $\frown$
24569 \end_inset
24570
24571
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 </row>
24577 <row>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582
24583 \backslash
24584 rhd
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593 \begin_inset Formula $\rhd$
24594 \end_inset
24595
24596
24597 \end_layout
24598
24599 \end_inset
24600 </cell>
24601 </row>
24602 <row>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607
24608 \backslash
24609 unrhd
24610 \end_layout
24611
24612 \end_inset
24613 </cell>
24614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618 \begin_inset Formula $\unrhd$
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \end_inset
24625 </cell>
24626 </row>
24627 <row>
24628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632
24633 \backslash
24634 lessgtr
24635 \end_layout
24636
24637 \end_inset
24638 </cell>
24639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24640 \begin_inset Text
24641
24642 \begin_layout Plain Layout
24643 \begin_inset Formula $\lessgtr$
24644 \end_inset
24645
24646
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 </row>
24652 <row>
24653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657
24658 \backslash
24659 parallel
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668 \begin_inset Formula $\parallel$
24669 \end_inset
24670
24671
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 </row>
24677 <row>
24678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682
24683 \backslash
24684 nparallel
24685 \end_layout
24686
24687 \end_inset
24688 </cell>
24689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Plain Layout
24693 \begin_inset Formula $\nparallel$
24694 \end_inset
24695
24696
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 </row>
24702 </lyxtabular>
24703
24704 \end_inset
24705
24706
24707 \begin_inset space \hfill{}
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \begin_layout Standard
24714 \begin_inset VSpace medskip
24715 \end_inset
24716
24717
24718 \end_layout
24719
24720 \begin_layout Standard
24721 Los caracteres 
24722 \series bold
24723
24724 \backslash
24725 lhd
24726 \series default
24727  y 
24728 \series bold
24729
24730 \backslash
24731 rhd
24732 \series default
24733  son mayores que los operadores de aspecto similar 
24734 \series bold
24735
24736 \backslash
24737 triangleleft
24738 \series default
24739  y 
24740 \series bold
24741
24742 \backslash
24743 triangleright
24744 \series default
24745 , respectivamente.
24746 \end_layout
24747
24748 \begin_layout Standard
24749 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24750 \end_layout
24751
24752 \begin_layout Standard
24753 Se pueden componer relaciones con etiquetas con el comando 
24754 \series bold
24755
24756 \backslash
24757 stackrel
24758 \series default
24759
24760 \begin_inset Index idx
24761 status collapsed
24762
24763 \begin_layout Plain Layout
24764 Comandos ! S ! 
24765 \backslash
24766 stackrel
24767 \end_layout
24768
24769 \end_inset
24770
24771 :
24772 \end_layout
24773
24774 \begin_layout Standard
24775 \align center
24776 \begin_inset Tabular
24777 <lyxtabular version="3" rows="2" columns="2">
24778 <features tabularvalignment="middle">
24779 <column alignment="center" valignment="top" width="0">
24780 <column alignment="center" valignment="top" width="0">
24781 <row>
24782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Plain Layout
24786 Comando
24787 \end_layout
24788
24789 \end_inset
24790 </cell>
24791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24792 \begin_inset Text
24793
24794 \begin_layout Plain Layout
24795 Resultado
24796 \begin_inset Note Note
24797 status collapsed
24798
24799 \begin_layout Plain Layout
24800
24801 \series bold
24802
24803 \backslash
24804 raisebox
24805 \series default
24806  se usa sólo como espaciador
24807 \end_layout
24808
24809 \end_inset
24810
24811
24812 \end_layout
24813
24814 \end_inset
24815 </cell>
24816 </row>
24817 <row>
24818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24819 \begin_inset Text
24820
24821 \begin_layout Plain Layout
24822 A(r)
24823 \backslash
24824 stackrel
24825 \begin_inset ERT
24826 status collapsed
24827
24828 \begin_layout Plain Layout
24829
24830
24831 \backslash
24832 spce 
24833 \end_layout
24834
24835 \end_inset
24836
24837 r
24838 \backslash
24839 to
24840 \backslash
24841 infty
24842 \begin_inset ERT
24843 status collapsed
24844
24845 \begin_layout Plain Layout
24846
24847
24848 \backslash
24849 spce 
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \begin_inset Formula $\downarrow$
24856 \end_inset
24857
24858
24859 \backslash
24860 approx
24861 \begin_inset ERT
24862 status collapsed
24863
24864 \begin_layout Plain Layout
24865
24866
24867 \backslash
24868 spce 
24869 \end_layout
24870
24871 \end_inset
24872
24873
24874 \begin_inset ERT
24875 status collapsed
24876
24877 \begin_layout Plain Layout
24878
24879
24880 \backslash
24881 spce 
24882 \end_layout
24883
24884 \end_inset
24885
24886 B
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24896 \end_inset
24897
24898
24899 \end_layout
24900
24901 \end_inset
24902 </cell>
24903 </row>
24904 </lyxtabular>
24905
24906 \end_inset
24907
24908
24909 \end_layout
24910
24911 \begin_layout Section
24912 Funciones
24913 \end_layout
24914
24915 \begin_layout Subsection
24916 Funciones predefinidas
24917 \begin_inset CommandInset label
24918 LatexCommand label
24919 name "sub:Funciones-predefinidas"
24920
24921 \end_inset
24922
24923
24924 \begin_inset Index idx
24925 status collapsed
24926
24927 \begin_layout Plain Layout
24928 Funciones ! predefinidas
24929 \end_layout
24930
24931 \end_inset
24932
24933
24934 \begin_inset Index idx
24935 status collapsed
24936
24937 \begin_layout Plain Layout
24938 Funciones ! en español
24939 \end_layout
24940
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \begin_layout Standard
24947 En general las variables se escriben en 
24948 \emph on
24949 cursiva
24950 \emph default
24951  en expresiones matemáticas, pero no los nombres de las funciones, porque
24952  
24953 \begin_inset Formula $sen$
24954 \end_inset
24955
24956  podría confundirse con 
24957 \begin_inset Formula $s\cdot e\cdot n$
24958 \end_inset
24959
24960 .
24961  Por eso hay funciones predefinidas, que además se separan un poco del factor
24962  precedente.
24963  Se insertan como comandos con una barra inversa delante de su nombre.
24964 \end_layout
24965
24966 \begin_layout Standard
24967 \align center
24968 \begin_inset Tabular
24969 <lyxtabular version="3" rows="2" columns="4">
24970 <features tabularvalignment="middle">
24971 <column alignment="center" valignment="top" width="0pt">
24972 <column alignment="center" valignment="top" width="0pt">
24973 <column alignment="center" valignment="top" width="0pt">
24974 <column alignment="center" valignment="top" width="0pt">
24975 <row>
24976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980 Comando
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989 Resultado
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998 Comando
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007 Resultado
25008 \end_layout
25009
25010 \end_inset
25011 </cell>
25012 </row>
25013 <row>
25014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25015 \begin_inset Text
25016
25017 \begin_layout Plain Layout
25018 Asen(x)+B
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027 \begin_inset Formula $Asen(x)+B$
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \end_inset
25034 </cell>
25035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25036 \begin_inset Text
25037
25038 \begin_layout Plain Layout
25039 A
25040 \backslash
25041 sen(x)+B
25042 \end_layout
25043
25044 \end_inset
25045 </cell>
25046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050 \begin_inset Formula $A\sen(x)+B$
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 </row>
25059 </lyxtabular>
25060
25061 \end_inset
25062
25063
25064 \end_layout
25065
25066 \begin_layout Standard
25067 Las funciones siguientes están predefinidas:
25068 \begin_inset Foot
25069 status collapsed
25070
25071 \begin_layout Plain Layout
25072 Se han añadido los comandos equivalentes proporcionados por el estilo 
25073 \series bold
25074 spanish
25075 \series default
25076  de 
25077 \series bold
25078 babel
25079 \series default
25080 .
25081  (Estos no están disponibles en el panel de funciones).
25082  Además, en su caso, las funciones serán acentuadas automáticamente en la
25083  salida, p.
25084 \begin_inset space \thinspace{}
25085 \end_inset
25086
25087 e.
25088  
25089 \begin_inset Quotes fld
25090 \end_inset
25091
25092 lím
25093 \begin_inset Quotes frd
25094 \end_inset
25095
25096  o 
25097 \begin_inset Quotes fld
25098 \end_inset
25099
25100 máx
25101 \begin_inset Quotes frd
25102 \end_inset
25103
25104 .
25105  Más información en 
25106 \begin_inset CommandInset citation
25107 LatexCommand cite
25108 key "spanish"
25109
25110 \end_inset
25111
25112 .
25113  (
25114 \emph on
25115 N.
25116 \begin_inset space \thinspace{}
25117 \end_inset
25118
25119 del t.
25120 \emph default
25121 )
25122 \end_layout
25123
25124 \end_inset
25125
25126
25127 \end_layout
25128
25129 \begin_layout Standard
25130 \begin_inset VSpace -2mm
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \begin_layout Standard
25137 \align center
25138 \begin_inset Tabular
25139 <lyxtabular version="3" rows="9" columns="7">
25140 <features tabularvalignment="middle">
25141 <column alignment="center" valignment="top" width="0pt">
25142 <column alignment="center" valignment="top" width="0pt">
25143 <column alignment="center" valignment="top" width="0pt">
25144 <column alignment="center" valignment="top" width="0pt">
25145 <column alignment="center" valignment="top" width="0pt">
25146 <column alignment="center" valignment="top" width="0pt">
25147 <column alignment="center" valignment="top" width="0pt">
25148 <row>
25149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25150 \begin_inset Text
25151
25152 \begin_layout Plain Layout
25153 Comando
25154 \end_layout
25155
25156 \end_inset
25157 </cell>
25158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25159 \begin_inset Text
25160
25161 \begin_layout Plain Layout
25162 español
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25168 \begin_inset Text
25169
25170 \begin_layout Plain Layout
25171 Comando
25172 \end_layout
25173
25174 \end_inset
25175 </cell>
25176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25177 \begin_inset Text
25178
25179 \begin_layout Plain Layout
25180 español
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25186 \begin_inset Text
25187
25188 \begin_layout Plain Layout
25189 Comando
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Plain Layout
25198 español
25199 \end_layout
25200
25201 \end_inset
25202 </cell>
25203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25204 \begin_inset Text
25205
25206 \begin_layout Plain Layout
25207 Comando
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 </row>
25213 <row>
25214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25215 \begin_inset Text
25216
25217 \begin_layout Plain Layout
25218
25219 \backslash
25220 sin
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229
25230 \backslash
25231 sen
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240
25241 \backslash
25242 sinh
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 senh
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \backslash
25264 arcsin
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 arcsen
25276 \end_layout
25277
25278 \end_inset
25279 </cell>
25280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25281 \begin_inset Text
25282
25283 \begin_layout Plain Layout
25284
25285 \backslash
25286 sup
25287 \end_layout
25288
25289 \end_inset
25290 </cell>
25291 </row>
25292 <row>
25293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25294 \begin_inset Text
25295
25296 \begin_layout Plain Layout
25297
25298 \backslash
25299 cos
25300 \end_layout
25301
25302 \end_inset
25303 </cell>
25304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25305 \begin_inset Text
25306
25307 \begin_layout Plain Layout
25308
25309 \end_layout
25310
25311 \end_inset
25312 </cell>
25313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317
25318 \backslash
25319 cosh
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25334 \begin_inset Text
25335
25336 \begin_layout Plain Layout
25337
25338 \backslash
25339 arccos
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 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Plain Layout
25357
25358 \backslash
25359 inf
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 </row>
25365 <row>
25366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25367 \begin_inset Text
25368
25369 \begin_layout Plain Layout
25370
25371 \backslash
25372 tan
25373 \end_layout
25374
25375 \end_inset
25376 </cell>
25377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Plain Layout
25381
25382 \backslash
25383 tg
25384 \end_layout
25385
25386 \end_inset
25387 </cell>
25388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25389 \begin_inset Text
25390
25391 \begin_layout Plain Layout
25392
25393 \backslash
25394 tanh
25395 \end_layout
25396
25397 \end_inset
25398 </cell>
25399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Plain Layout
25403
25404 \backslash
25405 tgh
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414
25415 \backslash
25416 arctan
25417 \end_layout
25418
25419 \end_inset
25420 </cell>
25421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25422 \begin_inset Text
25423
25424 \begin_layout Plain Layout
25425
25426 \backslash
25427 arctg
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Plain Layout
25436
25437 \backslash
25438 lim
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 </row>
25444 <row>
25445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25446 \begin_inset Text
25447
25448 \begin_layout Plain Layout
25449
25450 \backslash
25451 cot
25452 \end_layout
25453
25454 \end_inset
25455 </cell>
25456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25457 \begin_inset Text
25458
25459 \begin_layout Plain Layout
25460
25461 \backslash
25462 cotg
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Plain Layout
25471
25472 \backslash
25473 coth
25474 \end_layout
25475
25476 \end_inset
25477 </cell>
25478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25479 \begin_inset Text
25480
25481 \begin_layout Plain Layout
25482
25483 \end_layout
25484
25485 \end_inset
25486 </cell>
25487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25488 \begin_inset Text
25489
25490 \begin_layout Plain Layout
25491
25492 \backslash
25493 arg
25494 \end_layout
25495
25496 \end_inset
25497 </cell>
25498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25499 \begin_inset Text
25500
25501 \begin_layout Plain Layout
25502
25503 \end_layout
25504
25505 \end_inset
25506 </cell>
25507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Plain Layout
25511
25512 \backslash
25513 liminf
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 </row>
25519 <row>
25520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524
25525 \backslash
25526 sec
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25532 \begin_inset Text
25533
25534 \begin_layout Plain Layout
25535
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544
25545 \backslash
25546 min
25547 \end_layout
25548
25549 \end_inset
25550 </cell>
25551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25552 \begin_inset Text
25553
25554 \begin_layout Plain Layout
25555
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564
25565 \backslash
25566 deg
25567 \end_layout
25568
25569 \end_inset
25570 </cell>
25571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25572 \begin_inset Text
25573
25574 \begin_layout Plain Layout
25575
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Plain Layout
25584
25585 \backslash
25586 limsup
25587 \end_layout
25588
25589 \end_inset
25590 </cell>
25591 </row>
25592 <row>
25593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25594 \begin_inset Text
25595
25596 \begin_layout Plain Layout
25597
25598 \backslash
25599 csc
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608
25609 \backslash
25610 cosec
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619
25620 \backslash
25621 max
25622 \end_layout
25623
25624 \end_inset
25625 </cell>
25626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630
25631 \end_layout
25632
25633 \end_inset
25634 </cell>
25635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25636 \begin_inset Text
25637
25638 \begin_layout Plain Layout
25639
25640 \backslash
25641 det
25642 \end_layout
25643
25644 \end_inset
25645 </cell>
25646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Plain Layout
25650
25651 \end_layout
25652
25653 \end_inset
25654 </cell>
25655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659
25660 \backslash
25661 Pr
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 </row>
25667 <row>
25668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672
25673 \backslash
25674 ln
25675 \end_layout
25676
25677 \end_inset
25678 </cell>
25679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25680 \begin_inset Text
25681
25682 \begin_layout Plain Layout
25683
25684 \end_layout
25685
25686 \end_inset
25687 </cell>
25688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25689 \begin_inset Text
25690
25691 \begin_layout Plain Layout
25692
25693 \backslash
25694 exp
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25700 \begin_inset Text
25701
25702 \begin_layout Plain Layout
25703
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Plain Layout
25712
25713 \backslash
25714 dim
25715 \end_layout
25716
25717 \end_inset
25718 </cell>
25719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25720 \begin_inset Text
25721
25722 \begin_layout Plain Layout
25723
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Plain Layout
25732
25733 \backslash
25734 hom
25735 \end_layout
25736
25737 \end_inset
25738 </cell>
25739 </row>
25740 <row>
25741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25742 \begin_inset Text
25743
25744 \begin_layout Plain Layout
25745
25746 \backslash
25747 lg
25748 \end_layout
25749
25750 \end_inset
25751 </cell>
25752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25753 \begin_inset Text
25754
25755 \begin_layout Plain Layout
25756
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25762 \begin_inset Text
25763
25764 \begin_layout Plain Layout
25765
25766 \backslash
25767 log
25768 \end_layout
25769
25770 \end_inset
25771 </cell>
25772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25773 \begin_inset Text
25774
25775 \begin_layout Plain Layout
25776
25777 \end_layout
25778
25779 \end_inset
25780 </cell>
25781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25782 \begin_inset Text
25783
25784 \begin_layout Plain Layout
25785
25786 \backslash
25787 ker
25788 \end_layout
25789
25790 \end_inset
25791 </cell>
25792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25793 \begin_inset Text
25794
25795 \begin_layout Plain Layout
25796
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25802 \begin_inset Text
25803
25804 \begin_layout Plain Layout
25805
25806 \backslash
25807 gcd
25808 \end_layout
25809
25810 \end_inset
25811 </cell>
25812 </row>
25813 </lyxtabular>
25814
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \begin_layout Standard
25821 También se pueden insertar con el botón 
25822 \begin_inset Graphics
25823         filename ../../images/math/functions.png
25824         scale 85
25825
25826 \end_inset
25827
25828  de la barra de ecuaciones.
25829 \end_layout
25830
25831 \begin_layout Subsection
25832 Funciones definidas por el usuario
25833 \begin_inset Index idx
25834 status collapsed
25835
25836 \begin_layout Plain Layout
25837 Funciones ! personalizadas
25838 \end_layout
25839
25840 \end_inset
25841
25842
25843 \end_layout
25844
25845 \begin_layout Standard
25846 Para usar una función no predefinida, como por ejemplo la función signo,
25847  sgn(x), hay dos posibilidades:
25848 \end_layout
25849
25850 \begin_layout Itemize
25851 Define la función añadiendo al preámbulo LaTeX la línea
25852 \begin_inset Foot
25853 status collapsed
25854
25855 \begin_layout Plain Layout
25856 Más sobre 
25857 \series bold
25858
25859 \backslash
25860 DeclareMathOperator
25861 \series default
25862  en 
25863 \begin_inset CommandInset ref
25864 LatexCommand ref
25865 reference "sub:Operadores-de-usuario"
25866
25867 \end_inset
25868
25869
25870 \end_layout
25871
25872 \end_inset
25873
25874
25875 \begin_inset Newline newline
25876 \end_inset
25877
25878
25879 \begin_inset VSpace -3mm
25880 \end_inset
25881
25882
25883 \begin_inset Newline newline
25884 \end_inset
25885
25886
25887 \series bold
25888
25889 \backslash
25890 DeclareMathOperator{
25891 \backslash
25892 sgn}{sgn}
25893 \series default
25894
25895 \begin_inset Index idx
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899 Comandos ! D ! 
25900 \backslash
25901 dbinom@
25902 \backslash
25903 DeclareMathOperator
25904 \end_layout
25905
25906 \end_inset
25907
25908
25909 \begin_inset Newline newline
25910 \end_inset
25911
25912
25913 \begin_inset VSpace -2mm
25914 \end_inset
25915
25916
25917 \begin_inset Newline newline
25918 \end_inset
25919
25920 Ahora la función recién definida se puede obtener con el comando 
25921 \series bold
25922
25923 \backslash
25924 sgn
25925 \series default
25926 .
25927 \end_layout
25928
25929 \begin_layout Itemize
25930 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25931  en nuestro ejemplo las letras 
25932 \emph on
25933 sgn
25934 \emph default
25935 , y cámbialo a texto matemático.
25936  Entre el factor precedente y la función se inserta un espacio.
25937 \end_layout
25938
25939 \begin_layout Standard
25940 El resultado con ambos métodos es el mismo que con una función predefinida:
25941 \begin_inset Foot
25942 status collapsed
25943
25944 \begin_layout Plain Layout
25945 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25946  negro.
25947 \end_layout
25948
25949 \end_inset
25950
25951
25952 \end_layout
25953
25954 \begin_layout Standard
25955 \align center
25956 \begin_inset Tabular
25957 <lyxtabular version="3" rows="3" columns="2">
25958 <features tabularvalignment="middle">
25959 <column alignment="center" valignment="top" width="0pt">
25960 <column alignment="center" valignment="top" width="0pt">
25961 <row>
25962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966 Comando
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975 Resultado
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 </row>
25981 <row>
25982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Plain Layout
25986 A
25987 \backslash
25988 sgn(x)+B
25989 \end_layout
25990
25991 \end_inset
25992 </cell>
25993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25994 \begin_inset Text
25995
25996 \begin_layout Plain Layout
25997 \begin_inset Formula $A\sgn(x)+B$
25998 \end_inset
25999
26000
26001 \end_layout
26002
26003 \end_inset
26004 </cell>
26005 </row>
26006 <row>
26007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26008 \begin_inset Text
26009
26010 \begin_layout Plain Layout
26011 A
26012 \backslash
26013 ,
26014 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
26015 \end_inset
26016
26017 (x)+B
26018 \end_layout
26019
26020 \end_inset
26021 </cell>
26022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26023 \begin_inset Text
26024
26025 \begin_layout Plain Layout
26026 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 </row>
26035 </lyxtabular>
26036
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \begin_layout Standard
26043 El primer método es preferible si la función se va a usar varias veces.
26044 \end_layout
26045
26046 \begin_layout Subsection
26047 Límites
26048 \begin_inset Index idx
26049 status collapsed
26050
26051 \begin_layout Plain Layout
26052 Limites@Límites
26053 \end_layout
26054
26055 \end_inset
26056
26057
26058 \end_layout
26059
26060 \begin_layout Standard
26061 Para límites, además de 
26062 \series bold
26063
26064 \backslash
26065 lim
26066 \series default
26067
26068 \begin_inset Index idx
26069 status collapsed
26070
26071 \begin_layout Plain Layout
26072 Comandos ! L ! 
26073 \backslash
26074 lim
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \series bold
26081
26082 \backslash
26083 liminf
26084 \series default
26085  y 
26086 \series bold
26087
26088 \backslash
26089 limsup
26090 \series default
26091  están definidas las siguientes funciones:
26092 \series bold
26093  
26094 \end_layout
26095
26096 \begin_layout Standard
26097 \noindent
26098 \align center
26099 \begin_inset Tabular
26100 <lyxtabular version="3" rows="5" columns="2">
26101 <features tabularvalignment="middle">
26102 <column alignment="center" valignment="top" width="0">
26103 <column alignment="center" valignment="top" width="0">
26104 <row>
26105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109 Comando
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118 Resultado
26119 \begin_inset Note Note
26120 status collapsed
26121
26122 \begin_layout Plain Layout
26123
26124 \series bold
26125
26126 \backslash
26127 raisebox
26128 \series default
26129  se usa sólo como espaciador
26130 \end_layout
26131
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 </row>
26140 <row>
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145
26146 \backslash
26147 varliminf
26148 \end_layout
26149
26150 \end_inset
26151 </cell>
26152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26153 \begin_inset Text
26154
26155 \begin_layout Plain Layout
26156 \begin_inset Formula $\varliminf$
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 </row>
26165 <row>
26166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170
26171 \backslash
26172 varlimsup
26173 \end_layout
26174
26175 \end_inset
26176 </cell>
26177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26178 \begin_inset Text
26179
26180 \begin_layout Plain Layout
26181 \begin_inset Formula $\varlimsup$
26182 \end_inset
26183
26184
26185 \end_layout
26186
26187 \end_inset
26188 </cell>
26189 </row>
26190 <row>
26191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26192 \begin_inset Text
26193
26194 \begin_layout Plain Layout
26195
26196 \backslash
26197 varprojlim
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206 \begin_inset Formula $\varprojlim$
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \end_inset
26213 </cell>
26214 </row>
26215 <row>
26216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220
26221 \backslash
26222 varinjlim
26223 \end_layout
26224
26225 \end_inset
26226 </cell>
26227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Plain Layout
26231 \begin_inset Formula $\varinjlim$
26232 \end_inset
26233
26234
26235 \begin_inset Formula $\raisebox{-2.5mm}{}$
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \end_inset
26242 </cell>
26243 </row>
26244 </lyxtabular>
26245
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \begin_layout Standard
26252 \begin_inset VSpace medskip
26253 \end_inset
26254
26255
26256 \end_layout
26257
26258 \begin_layout Standard
26259 El límite se crea insertando un subíndice.
26260  Se imprime a la derecha junto a la función en una fórmula en línea:
26261 \end_layout
26262
26263 \begin_layout Standard
26264 \noindent
26265 \align center
26266 \begin_inset Tabular
26267 <lyxtabular version="3" rows="2" columns="2">
26268 <features tabularvalignment="middle">
26269 <column alignment="center" valignment="top" width="0pt">
26270 <column alignment="center" valignment="top" width="0pt">
26271 <row>
26272 <cell alignment="center" valignment="top" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Plain Layout
26276 Comando
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 <cell alignment="center" valignment="top" usebox="none">
26282 \begin_inset Text
26283
26284 \begin_layout Plain Layout
26285 \begin_inset space \hspace{}
26286 \length 1cm
26287 \end_inset
26288
26289 Resultado
26290 \begin_inset Note Note
26291 status collapsed
26292
26293 \begin_layout Plain Layout
26294
26295 \series bold
26296
26297 \backslash
26298 raisebox
26299 \series default
26300  se usa sólo como espaciador
26301 \end_layout
26302
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 </row>
26311 <row>
26312 <cell alignment="center" valignment="top" usebox="none">
26313 \begin_inset Text
26314
26315 \begin_layout Plain Layout
26316
26317 \backslash
26318 lim_x
26319 \backslash
26320 to
26321 \begin_inset ERT
26322 status collapsed
26323
26324 \begin_layout Plain Layout
26325
26326
26327 \backslash
26328 spce 
26329 \end_layout
26330
26331 \end_inset
26332
26333 A
26334 \begin_inset ERT
26335 status collapsed
26336
26337 \begin_layout Plain Layout
26338
26339
26340 \backslash
26341 spce 
26342 \end_layout
26343
26344 \end_inset
26345
26346 x=B
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 <cell alignment="center" valignment="top" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Plain Layout
26355 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26356 \end_inset
26357
26358
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 </row>
26364 </lyxtabular>
26365
26366 \end_inset
26367
26368
26369 \end_layout
26370
26371 \begin_layout Standard
26372 En una ecuación presentada el límite se imprime debajo, como es habitual:
26373 \begin_inset Formula \[
26374 \lim\limits _{x\rightarrow A}=B
26375 \]
26376
26377 \end_inset
26378
26379
26380 \end_layout
26381
26382 \begin_layout Subsection
26383 Función módulo
26384 \begin_inset Index idx
26385 status collapsed
26386
26387 \begin_layout Plain Layout
26388 Funciones ! módulo
26389 \end_layout
26390
26391 \end_inset
26392
26393
26394 \end_layout
26395
26396 \begin_layout Standard
26397 La función módulo es especial, porque existe en cuatro variantes.
26398 \end_layout
26399
26400 \begin_layout Standard
26401 En una ecuación presentada:
26402 \begin_inset Formula \begin{align*}
26403 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26404 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26405 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26406 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26407 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26408 \end{align*}
26409
26410 \end_inset
26411
26412 En una ecuación en línea se pone menos espacio delante del nombre de la
26413  función para todas las variantes.
26414 \end_layout
26415
26416 \begin_layout Standard
26417 \begin_inset Newpage newpage
26418 \end_inset
26419
26420
26421 \end_layout
26422
26423 \begin_layout Section
26424 Caracteres especiales
26425 \begin_inset Index idx
26426 status collapsed
26427
26428 \begin_layout Plain Layout
26429 Caracteres especiales
26430 \end_layout
26431
26432 \end_inset
26433
26434
26435 \end_layout
26436
26437 \begin_layout Subsection
26438 Caracteres especiales en texto matemático
26439 \end_layout
26440
26441 \begin_layout Standard
26442 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26443  TeX:
26444 \end_layout
26445
26446 \begin_layout Standard
26447 \begin_inset space \hfill{}
26448 \end_inset
26449
26450
26451 \begin_inset Tabular
26452 <lyxtabular version="3" rows="8" columns="2">
26453 <features tabularvalignment="middle">
26454 <column alignment="block" valignment="top" width="0">
26455 <column alignment="block" valignment="top" width="0">
26456 <row>
26457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Plain Layout
26461 Comando
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Plain Layout
26470 Resultado
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 </row>
26476 <row>
26477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481
26482 \backslash
26483 oe
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492 \begin_inset Formula $\textrm{œ}$
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 </row>
26501 <row>
26502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26503 \begin_inset Text
26504
26505 \begin_layout Plain Layout
26506
26507 \backslash
26508 OE
26509 \end_layout
26510
26511 \end_inset
26512 </cell>
26513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26514 \begin_inset Text
26515
26516 \begin_layout Plain Layout
26517 \begin_inset Formula $\textrm{Œ}$
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 </row>
26526 <row>
26527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Plain Layout
26531
26532 \backslash
26533 ae
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Plain Layout
26542 \begin_inset Formula $\textrm{æ}$
26543 \end_inset
26544
26545
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 </row>
26551 <row>
26552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26553 \begin_inset Text
26554
26555 \begin_layout Plain Layout
26556
26557 \backslash
26558 AE
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567 \begin_inset Formula $\textrm{Æ}$
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 </row>
26576 <row>
26577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581
26582 \backslash
26583 aa
26584 \end_layout
26585
26586 \end_inset
26587 </cell>
26588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26589 \begin_inset Text
26590
26591 \begin_layout Plain Layout
26592 \begin_inset Formula $\textrm{\aa}$
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 </row>
26601 <row>
26602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606
26607 \backslash
26608 AA
26609 \begin_inset Index idx
26610 status collapsed
26611
26612 \begin_layout Plain Layout
26613
26614 \backslash
26615 @
26616 \begin_inset ERT
26617 status collapsed
26618
26619 \begin_layout Plain Layout
26620
26621
26622 \backslash
26623 textrm{
26624 \backslash
26625 AA}
26626 \end_layout
26627
26628 \end_inset
26629
26630
26631 \end_layout
26632
26633 \end_inset
26634
26635
26636 \end_layout
26637
26638 \end_inset
26639 </cell>
26640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Plain Layout
26644 \begin_inset Formula $\textrm{Å}$
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 </row>
26653 <row>
26654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658
26659 \backslash
26660 i
26661 \end_layout
26662
26663 \end_inset
26664 </cell>
26665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669 \begin_inset Formula $\textrm{ı}$
26670 \end_inset
26671
26672
26673 \end_layout
26674
26675 \end_inset
26676 </cell>
26677 </row>
26678 </lyxtabular>
26679
26680 \end_inset
26681
26682
26683 \begin_inset space \hfill{}
26684 \end_inset
26685
26686
26687 \begin_inset Tabular
26688 <lyxtabular version="3" rows="8" columns="2">
26689 <features tabularvalignment="middle">
26690 <column alignment="block" valignment="top" width="0">
26691 <column alignment="center" valignment="top" width="0">
26692 <row>
26693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Plain Layout
26697 Comando
26698 \begin_inset Note Note
26699 status collapsed
26700
26701 \begin_layout Plain Layout
26702
26703 \series bold
26704
26705 \backslash
26706 raisebox
26707 \series default
26708  se usa sólo como espaciador
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Plain Layout
26722 Resultado
26723 \end_layout
26724
26725 \end_inset
26726 </cell>
26727 </row>
26728 <row>
26729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26730 \begin_inset Text
26731
26732 \begin_layout Plain Layout
26733
26734 \backslash
26735 o
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26741 \begin_inset Text
26742
26743 \begin_layout Plain Layout
26744 \begin_inset Formula $\textrm{ø}$
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \end_inset
26751 </cell>
26752 </row>
26753 <row>
26754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26755 \begin_inset Text
26756
26757 \begin_layout Plain Layout
26758
26759 \backslash
26760 O
26761 \end_layout
26762
26763 \end_inset
26764 </cell>
26765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26766 \begin_inset Text
26767
26768 \begin_layout Plain Layout
26769 \begin_inset Formula $\textrm{Ø}$
26770 \end_inset
26771
26772
26773 \end_layout
26774
26775 \end_inset
26776 </cell>
26777 </row>
26778 <row>
26779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26780 \begin_inset Text
26781
26782 \begin_layout Plain Layout
26783
26784 \backslash
26785 l
26786 \end_layout
26787
26788 \end_inset
26789 </cell>
26790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26791 \begin_inset Text
26792
26793 \begin_layout Plain Layout
26794 \begin_inset Formula $\textrm{ł}$
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 </row>
26803 <row>
26804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26805 \begin_inset Text
26806
26807 \begin_layout Plain Layout
26808
26809 \backslash
26810 L
26811 \end_layout
26812
26813 \end_inset
26814 </cell>
26815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26816 \begin_inset Text
26817
26818 \begin_layout Plain Layout
26819 \begin_inset Formula $\textrm{Ł}$
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \end_inset
26826 </cell>
26827 </row>
26828 <row>
26829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Plain Layout
26833 !
26834 \begin_inset space \hspace{}
26835 \length 0mm
26836 \end_inset
26837
26838 `
26839 \begin_inset ERT
26840 status collapsed
26841
26842 \begin_layout Plain Layout
26843
26844
26845 \backslash
26846 spce 
26847 \end_layout
26848
26849 \end_inset
26850
26851
26852 \end_layout
26853
26854 \end_inset
26855 </cell>
26856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26857 \begin_inset Text
26858
26859 \begin_layout Plain Layout
26860 \begin_inset Formula $\textrm{!`}$
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 </row>
26869 <row>
26870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26871 \begin_inset Text
26872
26873 \begin_layout Plain Layout
26874 ?
26875 \begin_inset space \hspace{}
26876 \length 0mm
26877 \end_inset
26878
26879 `
26880 \begin_inset ERT
26881 status collapsed
26882
26883 \begin_layout Plain Layout
26884
26885
26886 \backslash
26887 spce 
26888 \end_layout
26889
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \end_inset
26896 </cell>
26897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26898 \begin_inset Text
26899
26900 \begin_layout Plain Layout
26901 \begin_inset Formula $\textrm{?`}$
26902 \end_inset
26903
26904
26905 \end_layout
26906
26907 \end_inset
26908 </cell>
26909 </row>
26910 <row>
26911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26912 \begin_inset Text
26913
26914 \begin_layout Plain Layout
26915
26916 \backslash
26917 j
26918 \end_layout
26919
26920 \end_inset
26921 </cell>
26922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26923 \begin_inset Text
26924
26925 \begin_layout Plain Layout
26926 \begin_inset Formula $\textrm{ȷ}$
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \end_inset
26933 </cell>
26934 </row>
26935 </lyxtabular>
26936
26937 \end_inset
26938
26939
26940 \begin_inset space \hfill{}
26941 \end_inset
26942
26943
26944 \end_layout
26945
26946 \begin_layout Standard
26947 Los caracteres 
26948 \begin_inset Formula $\textrm{\textrm{Å}}$
26949 \end_inset
26950
26951  y 
26952 \begin_inset Formula $\textrm{\textrm{Ø}}$
26953 \end_inset
26954
26955  también se pueden insertar mediante el botón 
26956 \begin_inset Graphics
26957         filename ../../images/math/digamma.png
26958         scale 85
26959
26960 \end_inset
26961
26962  de la barra de ecuaciones.
26963 \end_layout
26964
26965 \begin_layout Standard
26966 Los comandos 
26967 \series bold
26968 !
26969 \begin_inset space \hspace{}
26970 \length 0mm
26971 \end_inset
26972
26973 `
26974 \series default
26975  y 
26976 \series bold
26977 ?
26978 \begin_inset space \hspace{}
26979 \length 0mm
26980 \end_inset
26981
26982 `
26983 \series default
26984  son una excepción porque se pueden insertar directamente a texto en LyX.
26985  
26986 \end_layout
26987
26988 \begin_layout Subsection
26989 Acentos en texto
26990 \begin_inset CommandInset label
26991 LatexCommand label
26992 name "sub:Acentos-en-texto"
26993
26994 \end_inset
26995
26996
26997 \begin_inset Index idx
26998 status collapsed
26999
27000 \begin_layout Plain Layout
27001 Acentos ! en texto
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \begin_layout Standard
27010 Con los siguientes comandos se pueden acentuar todas las letras.
27011  Los comandos deben ponerse en modo TeX.
27012 \end_layout
27013
27014 \begin_layout Standard
27015 \begin_inset space \hfill{}
27016 \end_inset
27017
27018
27019 \begin_inset Tabular
27020 <lyxtabular version="3" rows="8" columns="2">
27021 <features tabularvalignment="middle">
27022 <column alignment="block" valignment="top" width="0">
27023 <column alignment="block" valignment="top" width="0">
27024 <row>
27025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27026 \begin_inset Text
27027
27028 \begin_layout Plain Layout
27029 Comando
27030 \end_layout
27031
27032 \end_inset
27033 </cell>
27034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27035 \begin_inset Text
27036
27037 \begin_layout Plain Layout
27038 Resultado
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 </row>
27044 <row>
27045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27046 \begin_inset Text
27047
27048 \begin_layout Plain Layout
27049
27050 \backslash
27051
27052 \begin_inset Quotes grd
27053 \end_inset
27054
27055 e
27056 \end_layout
27057
27058 \end_inset
27059 </cell>
27060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27061 \begin_inset Text
27062
27063 \begin_layout Plain Layout
27064 \begin_inset ERT
27065 status collapsed
27066
27067 \begin_layout Plain Layout
27068
27069
27070 \backslash
27071 "e
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \end_layout
27078
27079 \end_inset
27080 </cell>
27081 </row>
27082 <row>
27083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27084 \begin_inset Text
27085
27086 \begin_layout Plain Layout
27087
27088 \backslash
27089 `e
27090 \end_layout
27091
27092 \end_inset
27093 </cell>
27094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27095 \begin_inset Text
27096
27097 \begin_layout Plain Layout
27098 \begin_inset ERT
27099 status collapsed
27100
27101 \begin_layout Plain Layout
27102
27103
27104 \backslash
27105 `e
27106 \end_layout
27107
27108 \end_inset
27109
27110
27111 \end_layout
27112
27113 \end_inset
27114 </cell>
27115 </row>
27116 <row>
27117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27118 \begin_inset Text
27119
27120 \begin_layout Plain Layout
27121
27122 \backslash
27123 ^
27124 \begin_inset ERT
27125 status collapsed
27126
27127 \begin_layout Plain Layout
27128
27129
27130 \backslash
27131 spce 
27132 \end_layout
27133
27134 \end_inset
27135
27136 e
27137 \end_layout
27138
27139 \end_inset
27140 </cell>
27141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27142 \begin_inset Text
27143
27144 \begin_layout Plain Layout
27145 \begin_inset ERT
27146 status collapsed
27147
27148 \begin_layout Plain Layout
27149
27150
27151 \backslash
27152 ^e
27153 \end_layout
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \end_inset
27161 </cell>
27162 </row>
27163 <row>
27164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27165 \begin_inset Text
27166
27167 \begin_layout Plain Layout
27168
27169 \backslash
27170 =e
27171 \end_layout
27172
27173 \end_inset
27174 </cell>
27175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27176 \begin_inset Text
27177
27178 \begin_layout Plain Layout
27179 \begin_inset ERT
27180 status collapsed
27181
27182 \begin_layout Plain Layout
27183
27184
27185 \backslash
27186 =e
27187 \end_layout
27188
27189 \end_inset
27190
27191
27192 \end_layout
27193
27194 \end_inset
27195 </cell>
27196 </row>
27197 <row>
27198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27199 \begin_inset Text
27200
27201 \begin_layout Plain Layout
27202
27203 \backslash
27204 u
27205 \begin_inset ERT
27206 status collapsed
27207
27208 \begin_layout Plain Layout
27209
27210
27211 \backslash
27212 spce 
27213 \end_layout
27214
27215 \end_inset
27216
27217 e
27218 \end_layout
27219
27220 \end_inset
27221 </cell>
27222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27223 \begin_inset Text
27224
27225 \begin_layout Plain Layout
27226 \begin_inset ERT
27227 status collapsed
27228
27229 \begin_layout Plain Layout
27230
27231
27232 \backslash
27233 u e
27234 \end_layout
27235
27236 \end_inset
27237
27238
27239 \end_layout
27240
27241 \end_inset
27242 </cell>
27243 </row>
27244 <row>
27245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27246 \begin_inset Text
27247
27248 \begin_layout Plain Layout
27249
27250 \backslash
27251 b
27252 \begin_inset ERT
27253 status collapsed
27254
27255 \begin_layout Plain Layout
27256
27257
27258 \backslash
27259 spce 
27260 \end_layout
27261
27262 \end_inset
27263
27264 e
27265 \end_layout
27266
27267 \end_inset
27268 </cell>
27269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27270 \begin_inset Text
27271
27272 \begin_layout Plain Layout
27273 \begin_inset ERT
27274 status collapsed
27275
27276 \begin_layout Plain Layout
27277
27278
27279 \backslash
27280 b e
27281 \end_layout
27282
27283 \end_inset
27284
27285
27286 \end_layout
27287
27288 \end_inset
27289 </cell>
27290 </row>
27291 <row>
27292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27293 \begin_inset Text
27294
27295 \begin_layout Plain Layout
27296
27297 \backslash
27298 t
27299 \begin_inset ERT
27300 status collapsed
27301
27302 \begin_layout Plain Layout
27303
27304
27305 \backslash
27306 spce 
27307 \end_layout
27308
27309 \end_inset
27310
27311 ee
27312 \end_layout
27313
27314 \end_inset
27315 </cell>
27316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27317 \begin_inset Text
27318
27319 \begin_layout Plain Layout
27320 \begin_inset ERT
27321 status collapsed
27322
27323 \begin_layout Plain Layout
27324
27325
27326 \backslash
27327 t ee
27328 \end_layout
27329
27330 \end_inset
27331
27332
27333 \end_layout
27334
27335 \end_inset
27336 </cell>
27337 </row>
27338 </lyxtabular>
27339
27340 \end_inset
27341
27342
27343 \begin_inset space \hfill{}
27344 \end_inset
27345
27346
27347 \begin_inset Tabular
27348 <lyxtabular version="3" rows="8" columns="2">
27349 <features tabularvalignment="middle">
27350 <column alignment="block" valignment="top" width="0">
27351 <column alignment="center" valignment="top" width="0">
27352 <row>
27353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27354 \begin_inset Text
27355
27356 \begin_layout Plain Layout
27357 Comando
27358 \end_layout
27359
27360 \end_inset
27361 </cell>
27362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27363 \begin_inset Text
27364
27365 \begin_layout Plain Layout
27366 Resultado
27367 \end_layout
27368
27369 \end_inset
27370 </cell>
27371 </row>
27372 <row>
27373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27374 \begin_inset Text
27375
27376 \begin_layout Plain Layout
27377
27378 \backslash
27379 H
27380 \begin_inset ERT
27381 status collapsed
27382
27383 \begin_layout Plain Layout
27384
27385
27386 \backslash
27387 spce 
27388 \end_layout
27389
27390 \end_inset
27391
27392 e
27393 \end_layout
27394
27395 \end_inset
27396 </cell>
27397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27398 \begin_inset Text
27399
27400 \begin_layout Plain Layout
27401 \begin_inset ERT
27402 status collapsed
27403
27404 \begin_layout Plain Layout
27405
27406
27407 \backslash
27408 H e
27409 \end_layout
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \end_inset
27417 </cell>
27418 </row>
27419 <row>
27420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27421 \begin_inset Text
27422
27423 \begin_layout Plain Layout
27424
27425 \backslash
27426 'e
27427 \end_layout
27428
27429 \end_inset
27430 </cell>
27431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27432 \begin_inset Text
27433
27434 \begin_layout Plain Layout
27435 \begin_inset ERT
27436 status collapsed
27437
27438 \begin_layout Plain Layout
27439
27440
27441 \backslash
27442 'e
27443 \end_layout
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \end_inset
27451 </cell>
27452 </row>
27453 <row>
27454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27455 \begin_inset Text
27456
27457 \begin_layout Plain Layout
27458
27459 \backslash
27460 ~e
27461 \begin_inset Index idx
27462 status collapsed
27463
27464 \begin_layout Plain Layout
27465 Tilde
27466 \end_layout
27467
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \end_inset
27474 </cell>
27475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27476 \begin_inset Text
27477
27478 \begin_layout Plain Layout
27479 \begin_inset ERT
27480 status collapsed
27481
27482 \begin_layout Plain Layout
27483
27484
27485 \backslash
27486 ~e
27487 \end_layout
27488
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \end_inset
27495 </cell>
27496 </row>
27497 <row>
27498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27499 \begin_inset Text
27500
27501 \begin_layout Plain Layout
27502
27503 \backslash
27504 .e
27505 \end_layout
27506
27507 \end_inset
27508 </cell>
27509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27510 \begin_inset Text
27511
27512 \begin_layout Plain Layout
27513 \begin_inset ERT
27514 status collapsed
27515
27516 \begin_layout Plain Layout
27517
27518
27519 \backslash
27520 .e
27521 \end_layout
27522
27523 \end_inset
27524
27525
27526 \end_layout
27527
27528 \end_inset
27529 </cell>
27530 </row>
27531 <row>
27532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27533 \begin_inset Text
27534
27535 \begin_layout Plain Layout
27536
27537 \backslash
27538 v
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 e
27552 \end_layout
27553
27554 \end_inset
27555 </cell>
27556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27557 \begin_inset Text
27558
27559 \begin_layout Plain Layout
27560 \begin_inset ERT
27561 status collapsed
27562
27563 \begin_layout Plain Layout
27564
27565
27566 \backslash
27567 v e
27568 \end_layout
27569
27570 \end_inset
27571
27572
27573 \end_layout
27574
27575 \end_inset
27576 </cell>
27577 </row>
27578 <row>
27579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27580 \begin_inset Text
27581
27582 \begin_layout Plain Layout
27583
27584 \backslash
27585 d
27586 \begin_inset ERT
27587 status collapsed
27588
27589 \begin_layout Plain Layout
27590
27591
27592 \backslash
27593 spce 
27594 \end_layout
27595
27596 \end_inset
27597
27598 e
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27604 \begin_inset Text
27605
27606 \begin_layout Plain Layout
27607 \begin_inset ERT
27608 status collapsed
27609
27610 \begin_layout Plain Layout
27611
27612
27613 \backslash
27614 d e
27615 \end_layout
27616
27617 \end_inset
27618
27619
27620 \end_layout
27621
27622 \end_inset
27623 </cell>
27624 </row>
27625 <row>
27626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27627 \begin_inset Text
27628
27629 \begin_layout Plain Layout
27630
27631 \backslash
27632 c
27633 \begin_inset ERT
27634 status collapsed
27635
27636 \begin_layout Plain Layout
27637
27638
27639 \backslash
27640 spce 
27641 \end_layout
27642
27643 \end_inset
27644
27645 e
27646 \end_layout
27647
27648 \end_inset
27649 </cell>
27650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27651 \begin_inset Text
27652
27653 \begin_layout Plain Layout
27654 \begin_inset ERT
27655 status collapsed
27656
27657 \begin_layout Plain Layout
27658
27659
27660 \backslash
27661 c e
27662 \end_layout
27663
27664 \end_inset
27665
27666
27667 \end_layout
27668
27669 \end_inset
27670 </cell>
27671 </row>
27672 </lyxtabular>
27673
27674 \end_inset
27675
27676
27677 \begin_inset space \hfill{}
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \begin_layout Standard
27684 \begin_inset VSpace medskip
27685 \end_inset
27686
27687
27688 \end_layout
27689
27690 \begin_layout Standard
27691 Con el comando 
27692 \series bold
27693
27694 \backslash
27695 t
27696 \series default
27697  también se pueden acentuar dos caracteres distintos.
27698  El comando 
27699 \series bold
27700
27701 \backslash
27702 t
27703 \begin_inset ERT
27704 status collapsed
27705
27706 \begin_layout Plain Layout
27707
27708
27709 \backslash
27710 spce 
27711 \end_layout
27712
27713 \end_inset
27714
27715 sz
27716 \series default
27717  genera 
27718 \begin_inset ERT
27719 status collapsed
27720
27721 \begin_layout Plain Layout
27722
27723
27724 \backslash
27725 t sz
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \begin_layout Standard
27734 Los acentos 
27735 \series bold
27736 `
27737 \series default
27738  , 
27739 \series bold
27740 '
27741 \series default
27742  y 
27743 \series bold
27744 ^
27745 \series default
27746  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27747  TeX.
27748  Lo mismo se aplica a la tilde
27749 \begin_inset Foot
27750 status collapsed
27751
27752 \begin_layout Plain Layout
27753 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27754 \end_layout
27755
27756 \end_inset
27757
27758  con 
27759 \emph on
27760 a
27761 \emph default
27762
27763 \emph on
27764 o
27765 \emph default
27766  y 
27767 \emph on
27768 n.
27769 \end_layout
27770
27771 \begin_layout Standard
27772 Los comandos 
27773 \series bold
27774
27775 \backslash
27776 b
27777 \series default
27778  , 
27779 \series bold
27780
27781 \backslash
27782 c
27783 \series default
27784  , 
27785 \series bold
27786
27787 \backslash
27788 d
27789 \series default
27790  , 
27791 \series bold
27792
27793 \backslash
27794 H
27795 \series default
27796  , 
27797 \series bold
27798
27799 \backslash
27800 t
27801 \series default
27802  , 
27803 \series bold
27804
27805 \backslash
27806 u
27807 \series default
27808  , 
27809 \series bold
27810
27811 \backslash
27812 v
27813 \series default
27814 , y acentos insertados directamente con el teclado también están disponibles
27815  en texto matemático.
27816  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27817  
27818 \begin_inset CommandInset ref
27819 LatexCommand ref
27820 reference "sub:Acentos-para-un"
27821
27822 \end_inset
27823
27824 .
27825 \end_layout
27826
27827 \begin_layout Standard
27828 \begin_inset VSpace bigskip
27829 \end_inset
27830
27831
27832 \end_layout
27833
27834 \begin_layout Standard
27835 Además, con el comando 
27836 \series bold
27837
27838 \backslash
27839 textcircled
27840 \series default
27841
27842 \begin_inset Index idx
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846 Comandos ! T ! 
27847 \backslash
27848 textcircled
27849 \end_layout
27850
27851 \end_inset
27852
27853  se pueden insertar en un círculo todos los números y letras, de forma parecida
27854  al símbolo copyright.
27855 \end_layout
27856
27857 \begin_layout Standard
27858 \noindent
27859 \align center
27860 \begin_inset Tabular
27861 <lyxtabular version="3" rows="3" columns="2">
27862 <features tabularvalignment="middle">
27863 <column alignment="center" valignment="top" width="0">
27864 <column alignment="center" valignment="top" width="0">
27865 <row>
27866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27867 \begin_inset Text
27868
27869 \begin_layout Plain Layout
27870 Comando
27871 \end_layout
27872
27873 \end_inset
27874 </cell>
27875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27876 \begin_inset Text
27877
27878 \begin_layout Plain Layout
27879 Resultado
27880 \begin_inset Note Note
27881 status collapsed
27882
27883 \begin_layout Plain Layout
27884
27885 \series bold
27886
27887 \backslash
27888 raisebox
27889 \series default
27890  se usa sólo como espaciador
27891 \end_layout
27892
27893 \end_inset
27894
27895
27896 \end_layout
27897
27898 \end_inset
27899 </cell>
27900 </row>
27901 <row>
27902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27903 \begin_inset Text
27904
27905 \begin_layout Plain Layout
27906
27907 \backslash
27908 textcircled{w}
27909 \end_layout
27910
27911 \end_inset
27912 </cell>
27913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27914 \begin_inset Text
27915
27916 \begin_layout Plain Layout
27917 \begin_inset ERT
27918 status collapsed
27919
27920 \begin_layout Plain Layout
27921
27922
27923 \backslash
27924 textcircled{w}
27925 \end_layout
27926
27927 \end_inset
27928
27929
27930 \end_layout
27931
27932 \end_inset
27933 </cell>
27934 </row>
27935 <row>
27936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27937 \begin_inset Text
27938
27939 \begin_layout Plain Layout
27940
27941 \backslash
27942 Large 
27943 \backslash
27944 textcircled{
27945 \backslash
27946 normalsize
27947 \backslash
27948 protect
27949 \backslash
27950 raisebox{-1.5pt}{W}}
27951 \end_layout
27952
27953 \end_inset
27954 </cell>
27955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27956 \begin_inset Text
27957
27958 \begin_layout Plain Layout
27959 \begin_inset Formula $\raisebox{4.5mm}{}$
27960 \end_inset
27961
27962
27963 \begin_inset ERT
27964 status collapsed
27965
27966 \begin_layout Plain Layout
27967
27968
27969 \backslash
27970 Large 
27971 \backslash
27972 textcircled{
27973 \backslash
27974 normalsize
27975 \backslash
27976 protect
27977 \backslash
27978 raisebox{-1.5pt}W}
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \begin_inset Formula $\raisebox{-2mm}{}$
27985 \end_inset
27986
27987
27988 \end_layout
27989
27990 \end_inset
27991 </cell>
27992 </row>
27993 </lyxtabular>
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \begin_layout Standard
28001 Hay que tener cuidado que el carácter se ajuste al círculo.
28002  Por eso 
28003 \series bold
28004
28005 \backslash
28006 Large
28007 \begin_inset Foot
28008 status collapsed
28009
28010 \begin_layout Plain Layout
28011 véase 
28012 \begin_inset CommandInset ref
28013 LatexCommand ref
28014 reference "sub:Tamaños-de-fuentes"
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \series default
28025  especifica el tamaño del círculo.
28026  Con ayuda de 
28027 \series bold
28028
28029 \backslash
28030 raisebox
28031 \begin_inset Foot
28032 status collapsed
28033
28034 \begin_layout Plain Layout
28035 véase 
28036 \begin_inset CommandInset ref
28037 LatexCommand ref
28038 reference "sub:Cuadros-sin-marco"
28039
28040 \end_inset
28041
28042
28043 \end_layout
28044
28045 \end_inset
28046
28047
28048 \series default
28049  se puede centrar el carácter.
28050 \end_layout
28051
28052 \begin_layout Subsection
28053 Números en estilo antiguo
28054 \begin_inset Index idx
28055 status collapsed
28056
28057 \begin_layout Plain Layout
28058 Numeros@Números ! en estilo antiguo
28059 \end_layout
28060
28061 \end_inset
28062
28063
28064 \end_layout
28065
28066 \begin_layout Standard
28067 Los números en estilo antiguo o elzevirianos se componen con el comando
28068  
28069 \series bold
28070
28071 \backslash
28072 oldstylenums
28073 \series default
28074
28075 \begin_inset Index idx
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079 Comandos ! O ! 
28080 \backslash
28081 oldstylenums
28082 \end_layout
28083
28084 \end_inset
28085
28086 .
28087  El comando se puede usar en ecuaciones y en modo TeX.
28088  Su esquema es:
28089 \end_layout
28090
28091 \begin_layout Standard
28092
28093 \series bold
28094
28095 \backslash
28096 oldstylenums{número}
28097 \end_layout
28098
28099 \begin_layout Standard
28100 El comando 
28101 \series bold
28102
28103 \backslash
28104 oldstylenums{0123456789}
28105 \series default
28106  genera: 
28107 \begin_inset Formula $\oldstylenums{0123456789}$
28108 \end_inset
28109
28110
28111 \end_layout
28112
28113 \begin_layout Subsection
28114 Caracteres especiales misceláneos
28115 \begin_inset CommandInset label
28116 LatexCommand label
28117 name "sub:Caracteres-especiales-misceláneos"
28118
28119 \end_inset
28120
28121
28122 \begin_inset Index idx
28123 status collapsed
28124
28125 \begin_layout Plain Layout
28126 Caracteres especiales ! misceláneos
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Standard
28135 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
28136  comandos:
28137 \end_layout
28138
28139 \begin_layout Standard
28140 \noindent
28141 \align center
28142 \begin_inset Tabular
28143 <lyxtabular version="3" rows="4" columns="2">
28144 <features tabularvalignment="middle">
28145 <column alignment="center" valignment="top" width="0">
28146 <column alignment="center" valignment="top" width="0">
28147 <row>
28148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28149 \begin_inset Text
28150
28151 \begin_layout Plain Layout
28152 Comando
28153 \end_layout
28154
28155 \end_inset
28156 </cell>
28157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28158 \begin_inset Text
28159
28160 \begin_layout Plain Layout
28161 Resultado
28162 \end_layout
28163
28164 \end_inset
28165 </cell>
28166 </row>
28167 <row>
28168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28169 \begin_inset Text
28170
28171 \begin_layout Plain Layout
28172
28173 \backslash
28174 ^
28175 \begin_inset ERT
28176 status collapsed
28177
28178 \begin_layout Plain Layout
28179
28180
28181 \backslash
28182 spce 
28183 \end_layout
28184
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \end_inset
28191 </cell>
28192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28193 \begin_inset Text
28194
28195 \begin_layout Plain Layout
28196 \begin_inset Formula $\mathcircumflex$
28197 \end_inset
28198
28199
28200 \end_layout
28201
28202 \end_inset
28203 </cell>
28204 </row>
28205 <row>
28206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28207 \begin_inset Text
28208
28209 \begin_layout Plain Layout
28210
28211 \backslash
28212 _
28213 \end_layout
28214
28215 \end_inset
28216 </cell>
28217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28218 \begin_inset Text
28219
28220 \begin_layout Plain Layout
28221 \begin_inset Formula $\_$
28222 \end_inset
28223
28224
28225 \end_layout
28226
28227 \end_inset
28228 </cell>
28229 </row>
28230 <row>
28231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28232 \begin_inset Text
28233
28234 \begin_layout Plain Layout
28235 ^
28236 \begin_inset ERT
28237 status collapsed
28238
28239 \begin_layout Plain Layout
28240
28241
28242 \backslash
28243 spce 
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \backslash
28250 circ
28251 \begin_inset Index idx
28252 status collapsed
28253
28254 \begin_layout Plain Layout
28255
28256 \backslash
28257
28258 \end_layout
28259
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \end_inset
28266 </cell>
28267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28268 \begin_inset Text
28269
28270 \begin_layout Plain Layout
28271 \begin_inset Formula $^{\circ}$
28272 \end_inset
28273
28274
28275 \end_layout
28276
28277 \end_inset
28278 </cell>
28279 </row>
28280 </lyxtabular>
28281
28282 \end_inset
28283
28284
28285 \end_layout
28286
28287 \begin_layout Standard
28288 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
28289  LaTeX contiene la línea:
28290 \begin_inset Foot
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294 Más sobre este asunto en 
28295 \begin_inset CommandInset ref
28296 LatexCommand ref
28297 reference "sub:Caracteres-de-texto"
28298
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \end_inset
28305
28306  
28307 \end_layout
28308
28309 \begin_layout Standard
28310
28311 \series bold
28312
28313 \backslash
28314 DeclareInputtext{176}{
28315 \backslash
28316 ifmmode^
28317 \backslash
28318 circ
28319 \backslash
28320 else
28321 \backslash
28322 textdegree
28323 \backslash
28324 fi}
28325 \end_layout
28326
28327 \begin_layout Standard
28328 \begin_inset Newpage newpage
28329 \end_inset
28330
28331
28332 \end_layout
28333
28334 \begin_layout Section
28335 Estilos de ecuación
28336 \begin_inset CommandInset label
28337 LatexCommand label
28338 name "sec:Estilos-de-ecuación"
28339
28340 \end_inset
28341
28342
28343 \begin_inset Index idx
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347 Ecuación ! estilos de
28348 \end_layout
28349
28350 \end_inset
28351
28352
28353 \end_layout
28354
28355 \begin_layout Itemize
28356 Hay dos estilos diferentes de alineación:
28357 \end_layout
28358
28359 \begin_deeper
28360 \begin_layout Description
28361 Centrado es el estándar predefinido
28362 \end_layout
28363
28364 \begin_layout Description
28365 Sangrado para este estilo debe insertarse la opción de clase 
28366 \series bold
28367 fleqn
28368 \series default
28369  en el menú 
28370 \family sans
28371 Documento\SpecialChar \menuseparator
28372 Configuración
28373 \family default
28374  bajo 
28375 \family sans
28376 Clase de documento
28377 \end_layout
28378
28379 \begin_layout Standard
28380 Cuando se usa 
28381 \series bold
28382 Sangrado
28383 \series default
28384 , éste se puede ajustar con la longitud 
28385 \series bold
28386
28387 \backslash
28388 mathindent
28389 \series default
28390
28391 \begin_inset Index idx
28392 status collapsed
28393
28394 \begin_layout Plain Layout
28395 Comandos ! M ! 
28396 \backslash
28397 mathindent
28398 \end_layout
28399
28400 \end_inset
28401
28402 .
28403  Para 15
28404 \begin_inset space \thinspace{}
28405 \end_inset
28406
28407 mm, p.
28408 \begin_inset space \thinspace{}
28409 \end_inset
28410
28411 e., se inserta esta línea de comando en el preámbulo LaTeX:
28412 \end_layout
28413
28414 \begin_layout Standard
28415
28416 \series bold
28417
28418 \backslash
28419 setlength{
28420 \backslash
28421 mathindent}{15mm}
28422 \end_layout
28423
28424 \begin_layout Standard
28425 Si no se especifica longitud se usa el valor predeterminado de 30
28426 \begin_inset space \thinspace{}
28427 \end_inset
28428
28429 pt.
28430 \end_layout
28431
28432 \end_deeper
28433 \begin_layout Itemize
28434 Y dos estilos diferentes de numeración:
28435 \end_layout
28436
28437 \begin_deeper
28438 \begin_layout Description
28439 Derecha es el estándar predefinido
28440 \end_layout
28441
28442 \begin_layout Description
28443 Izquierda para este estilo debe insertarse la opción de clase 
28444 \series bold
28445 leqno
28446 \series default
28447  en el menú 
28448 \family sans
28449 Documento\SpecialChar \menuseparator
28450 Configuración
28451 \family default
28452  bajo 
28453 \family sans
28454 Clase de documento
28455 \end_layout
28456
28457 \end_deeper
28458 \begin_layout Standard
28459
28460 \series bold
28461 fleqn
28462 \series default
28463  y 
28464 \series bold
28465 leqno
28466 \series default
28467  también se pueden usar juntos.
28468  En ese caso se insertan ambas opciones, separadas por una coma.
28469 \end_layout
28470
28471 \begin_layout Standard
28472 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
28473  documento.
28474  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28475  estilo 
28476 \series bold
28477 Centrado
28478 \series default
28479  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28480 \begin_inset CommandInset ref
28481 LatexCommand ref
28482 reference "sub:Entorno-flalign"
28483
28484 \end_inset
28485
28486 .
28487 \end_layout
28488
28489 \begin_layout Section
28490 Ecuaciones multilínea
28491 \begin_inset CommandInset label
28492 LatexCommand label
28493 name "sec:Ecuaciones-multilínea"
28494
28495 \end_inset
28496
28497
28498 \begin_inset Index idx
28499 status collapsed
28500
28501 \begin_layout Plain Layout
28502 Ecuación ! multilínea
28503 \end_layout
28504
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \begin_layout Subsection
28511 General
28512 \end_layout
28513
28514 \begin_layout Standard
28515 En LyX se generan nuevas líneas en una ecuación con 
28516 \family sans
28517 \series bold
28518 Ctrl+Entrar
28519 \family default
28520 \series default
28521 .
28522  Esto crea un 
28523 \series bold
28524 entorno eqnarray
28525 \series default
28526 , que se describe en
28527 \begin_inset space ~
28528 \end_inset
28529
28530
28531 \begin_inset CommandInset ref
28532 LatexCommand ref
28533 reference "sub:Entorno-eqnarray"
28534
28535 \end_inset
28536
28537  o, si se ha marcado la opción 
28538 \family sans
28539 Usar
28540 \begin_inset space ~
28541 \end_inset
28542
28543 el
28544 \begin_inset space ~
28545 \end_inset
28546
28547 paquete
28548 \begin_inset space ~
28549 \end_inset
28550
28551 de
28552 \begin_inset space ~
28553 \end_inset
28554
28555 ecuaciones
28556 \begin_inset space ~
28557 \end_inset
28558
28559 AMS
28560 \family default
28561  en la configuración del documento
28562 \family sans
28563 , un 
28564 \series bold
28565 entorno
28566 \family default
28567 \series default
28568  
28569 \series bold
28570 align
28571 \series default
28572 , que se describe en
28573 \begin_inset space ~
28574 \end_inset
28575
28576
28577 \begin_inset CommandInset ref
28578 LatexCommand ref
28579 reference "sub:Entorno-align-estándar"
28580
28581 \end_inset
28582
28583 .
28584 \end_layout
28585
28586 \begin_layout Standard
28587 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28588  el menú 
28589 \family sans
28590 Insertar\SpecialChar \menuseparator
28591 Ecuación
28592 \family default
28593 .
28594  En las siguientes secciones se describen estos entornos.
28595 \end_layout
28596
28597 \begin_layout Standard
28598 En todos los entornos de ecuación multilínea la combinación 
28599 \family sans
28600 Ctrl+Entrar
28601 \family default
28602  genera una línea nueva.
28603  Para añadir o quitar líneas se pueden usar los botones 
28604 \begin_inset Graphics
28605         filename ../../images/tabular-feature_append-row.png
28606         scale 85
28607
28608 \end_inset
28609
28610  o 
28611 \begin_inset Graphics
28612         filename ../../images/tabular-feature_delete-row.png
28613         scale 85
28614
28615 \end_inset
28616
28617 de la barra de herramientas, respectivamente, o el menú 
28618 \family sans
28619 Editar\SpecialChar \menuseparator
28620 Filas y columnas
28621 \family default
28622 .
28623 \end_layout
28624
28625 \begin_layout Subsubsection
28626 Separación de líneas
28627 \begin_inset CommandInset label
28628 LatexCommand label
28629 name "sub:Separación-de-líneas"
28630
28631 \end_inset
28632
28633
28634 \begin_inset Index idx
28635 status collapsed
28636
28637 \begin_layout Plain Layout
28638 Ecuación ! multilínea ! separación de filas
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \begin_layout Standard
28647 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28648 \begin_inset Formula \begin{eqnarray*}
28649 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}\\
28650 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
28651 \end{eqnarray*}
28652
28653 \end_inset
28654
28655 En LaTeX un espacio adicional para una línea se especifica como argumento
28656  opcional del comando de nueva línea.
28657  Esto aún no es posible en LYX,
28658 \begin_inset Foot
28659 status collapsed
28660
28661 \begin_layout Plain Layout
28662 véase 
28663 \begin_inset CommandInset href
28664 LatexCommand href
28665 name "LyX-bug #1505"
28666 target "http://www.lyx.org/trac/ticket/1505"
28667
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \end_inset
28674
28675  por lo que toda la ecuación debe insertarse en modo TeX.
28676  Para añadir espacio en nuestro ejemplo se inserta el comando 
28677 \series bold
28678
28679 \backslash
28680
28681 \backslash
28682 [3mm]
28683 \series default
28684  al final de la primera línea.
28685  Así: 
28686 \begin_inset ERT
28687 status collapsed
28688
28689 \begin_layout Plain Layout
28690
28691
28692 \backslash
28693 begin{eqnarray*}
28694 \end_layout
28695
28696 \begin_layout Plain Layout
28697
28698 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28699  = & 
28700 \backslash
28701 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28702 \backslash
28703
28704 \backslash
28705 [3mm]
28706 \end_layout
28707
28708 \begin_layout Plain Layout
28709
28710 4x^{2}
28711 \backslash
28712 left(B^{2}+x_{0}^{2}
28713 \backslash
28714 right)+4x_{0}x
28715 \backslash
28716 left(D-B^{2}
28717 \backslash
28718 right)+B^{2}
28719 \backslash
28720 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28721 \backslash
28722 right) & = & 0
28723 \end_layout
28724
28725 \begin_layout Plain Layout
28726
28727
28728 \backslash
28729 end{eqnarray*}
28730 \end_layout
28731
28732 \end_inset
28733
28734
28735 \begin_inset VSpace bigskip
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \begin_layout Standard
28742 Para obtener separación en todas las líneas hay que cambiar la longitud
28743  
28744 \series bold
28745
28746 \backslash
28747 jot
28748 \series default
28749
28750 \begin_inset Index idx
28751 status collapsed
28752
28753 \begin_layout Plain Layout
28754 Comandos ! J ! 
28755 \backslash
28756 jot
28757 \end_layout
28758
28759 \end_inset
28760
28761 .
28762  La definición es: 
28763 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28764 \end_inset
28765
28766 .
28767  El valor predeterminado para 
28768 \series bold
28769
28770 \backslash
28771 jot
28772 \series default
28773  es 3
28774 \begin_inset space \thinspace{}
28775 \end_inset
28776
28777 pt.
28778  Para establecer una separación adicional de 3
28779 \begin_inset space \thinspace{}
28780 \end_inset
28781
28782 mm como en el ejemplo anterior, se inserta el comando
28783 \end_layout
28784
28785 \begin_layout Standard
28786
28787 \series bold
28788
28789 \backslash
28790 setlength{
28791 \backslash
28792 jot}{3mm+3pt}
28793 \end_layout
28794
28795 \begin_layout Standard
28796 en modo TeX antes de la ecuación.
28797  Es necesario cargar el paquete 
28798 \series bold
28799 calc
28800 \series default
28801
28802 \begin_inset Foot
28803 status collapsed
28804
28805 \begin_layout Plain Layout
28806
28807 \series bold
28808 calc
28809 \series default
28810  forma parte de toda instalación LaTeX estándar.
28811 \end_layout
28812
28813 \end_inset
28814
28815
28816 \begin_inset Index idx
28817 status collapsed
28818
28819 \begin_layout Plain Layout
28820 Paquetes ! calc
28821 \end_layout
28822
28823 \end_inset
28824
28825  en el preámbulo con la línea
28826 \end_layout
28827
28828 \begin_layout Standard
28829
28830 \series bold
28831
28832 \backslash
28833 usepackage{calc}
28834 \end_layout
28835
28836 \begin_layout Standard
28837 Se obtiene:
28838 \begin_inset ERT
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842
28843
28844 \backslash
28845 setlength{
28846 \backslash
28847 jot}{3mm+3pt}
28848 \end_layout
28849
28850 \end_inset
28851
28852
28853 \begin_inset Formula \begin{eqnarray*}
28854 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}\\
28855 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
28856 \end{eqnarray*}
28857
28858 \end_inset
28859
28860
28861 \begin_inset ERT
28862 status collapsed
28863
28864 \begin_layout Plain Layout
28865
28866
28867 \backslash
28868 setlength{
28869 \backslash
28870 jot}{3pt}
28871 \end_layout
28872
28873 \end_inset
28874
28875  Para volver a la distancia predeterminada, 
28876 \series bold
28877
28878 \backslash
28879 jot
28880 \series default
28881  se establece en 3
28882 \begin_inset space \thinspace{}
28883 \end_inset
28884
28885 pt.
28886 \end_layout
28887
28888 \begin_layout Subsubsection
28889 Separación de columnas
28890 \begin_inset CommandInset label
28891 LatexCommand label
28892 name "sub:Separación-de-columnas"
28893
28894 \end_inset
28895
28896
28897 \begin_inset Index idx
28898 status collapsed
28899
28900 \begin_layout Plain Layout
28901 Ecuación ! multilínea !separación de columnas
28902 \end_layout
28903
28904 \end_inset
28905
28906
28907 \end_layout
28908
28909 \begin_layout Standard
28910 Una ecuación multilínea forma una matriz.
28911  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28912  columnas.
28913  Cambiando la separación de columnas en este entorno se puede cambiar el
28914  espacio junto al signo de relación.
28915 \end_layout
28916
28917 \begin_layout Standard
28918 La separación de columnas se especifica con la longitud
28919 \series bold
28920  
28921 \backslash
28922 arraycolsep
28923 \series default
28924
28925 \begin_inset Index idx
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929 Comandos ! A ! 
28930 \backslash
28931 arraycolsep
28932 \end_layout
28933
28934 \end_inset
28935
28936  según:
28937 \begin_inset Newline newline
28938 \end_inset
28939
28940 separación de columnas = 2
28941 \begin_inset space \thinspace{}
28942 \end_inset
28943
28944
28945 \series bold
28946
28947 \backslash
28948 arraycolsep
28949 \series default
28950
28951 \begin_inset Newline newline
28952 \end_inset
28953
28954 Así, el comando en modo TeX
28955 \end_layout
28956
28957 \begin_layout Standard
28958
28959 \series bold
28960
28961 \backslash
28962 setlength{
28963 \backslash
28964 arraycolsep}{1cm}
28965 \end_layout
28966
28967 \begin_layout Standard
28968 establece para todas las ecuaciones siguientes una separación de columnas
28969  de 2
28970 \begin_inset space \thinspace{}
28971 \end_inset
28972
28973 cm.
28974  Para volver al valor predefinido, 
28975 \series bold
28976
28977 \backslash
28978 arraycolsep
28979 \series default
28980  se pone en 5
28981 \begin_inset space \thinspace{}
28982 \end_inset
28983
28984 pt.
28985 \end_layout
28986
28987 \begin_layout Standard
28988 Una ecuación con separación de 2
28989 \begin_inset space \thinspace{}
28990 \end_inset
28991
28992 cm entre columnas:
28993 \begin_inset ERT
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997
28998
28999 \backslash
29000 setlength{
29001 \backslash
29002 arraycolsep}{1cm}
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \begin_inset Formula \begin{eqnarray*}
29009 A & = & B\\
29010 C & \ne & A
29011 \end{eqnarray*}
29012
29013 \end_inset
29014
29015 Una ecuación con la separación predefinida para matrices, 10
29016 \begin_inset space \thinspace{}
29017 \end_inset
29018
29019 pt:
29020 \begin_inset ERT
29021 status collapsed
29022
29023 \begin_layout Plain Layout
29024
29025
29026 \backslash
29027 setlength{
29028 \backslash
29029 arraycolsep}{5pt}
29030 \end_layout
29031
29032 \end_inset
29033
29034
29035 \begin_inset Formula \begin{eqnarray*}
29036 A & = & B\\
29037 C & \ne & A
29038 \end{eqnarray*}
29039
29040 \end_inset
29041
29042
29043 \end_layout
29044
29045 \begin_layout Subsubsection
29046 Ecuaciones largas
29047 \begin_inset Index idx
29048 status collapsed
29049
29050 \begin_layout Plain Layout
29051 Ecuación ! larga
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \begin_layout Standard
29060 Se pueden componer ecuaciones largas mediante estos métodos:
29061 \end_layout
29062
29063 \begin_layout Itemize
29064 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
29065  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
29066 \begin_inset Formula \begin{eqnarray}
29067 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 \\
29068  &  & -\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}
29069 \end{eqnarray}
29070
29071 \end_inset
29072
29073 El signo menos al principio de la segunda línea normalmente no aparece como
29074  operador porque es el primer carácter de la línea.
29075  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
29076  Para evitarlo se ha insertado 3
29077 \begin_inset space \thinspace{}
29078 \end_inset
29079
29080 pt de espacio detrás del menos con el comando 
29081 \series bold
29082
29083 \backslash
29084 hspace
29085 \series default
29086 .
29087 \begin_inset Foot
29088 status collapsed
29089
29090 \begin_layout Plain Layout
29091 véase más sobre 
29092 \series bold
29093
29094 \backslash
29095 hspace
29096 \series default
29097  en 
29098 \begin_inset CommandInset ref
29099 LatexCommand ref
29100 reference "sub:Espacio-variable"
29101
29102 \end_inset
29103
29104
29105 \end_layout
29106
29107 \end_inset
29108
29109
29110 \begin_inset Index idx
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114 Comandos ! H ! 
29115 \backslash
29116 hspace
29117 \end_layout
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \begin_layout Itemize
29125 Si ambos lados de la ecuación son demasiado largos se usa el comando 
29126 \series bold
29127
29128 \backslash
29129 lefteqn
29130 \series default
29131
29132 \begin_inset Index idx
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136 Comandos ! L ! 
29137 \backslash
29138 lefteqn
29139 \end_layout
29140
29141 \end_inset
29142
29143 .
29144  Se inserta en la primer columna de la primera línea y hace que todas las
29145  inserciones posteriores sobreescriban las columnas siguientes:
29146 \begin_inset Formula \begin{eqnarray}
29147 \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 \\
29148  &  & -\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 \\
29149  &  & =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}
29150 \end{eqnarray}
29151
29152 \end_inset
29153
29154 Tras la inserción de 
29155 \series bold
29156
29157 \backslash
29158 lefteqn
29159 \series default
29160  el cursor está en un marco púrpura un poco a la izquierda del azul.
29161  La ecuación se inserta en éste.
29162 \begin_inset Newline newline
29163 \end_inset
29164
29165 El contenido de las restantes líneas se inserta en la segunda columna o
29166  en otra.
29167  A mayor número de columna donde se inserte, mayor sangrado.
29168 \begin_inset VSpace medskip
29169 \end_inset
29170
29171
29172 \begin_inset Newline newline
29173 \end_inset
29174
29175
29176 \begin_inset Note Greyedout
29177 status collapsed
29178
29179 \begin_layout Plain Layout
29180 Ten en cuenta lo siguiente si usas 
29181 \series bold
29182
29183 \backslash
29184 lefteqn
29185 \series default
29186 :
29187 \end_layout
29188
29189 \begin_layout Itemize
29190 La ecuación no usa la anchura total de la página.
29191  Cuando se añade, p.
29192 \begin_inset space \thinspace{}
29193 \end_inset
29194
29195 e., el término 
29196 \begin_inset Formula $-B^{2}$
29197 \end_inset
29198
29199  en la primera línea del ejemplo, debería estar fuera del margen.
29200  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
29201  principio de la primera línea.
29202 \end_layout
29203
29204 \begin_layout Itemize
29205 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
29206  primera línea.
29207 \begin_inset Foot
29208 status collapsed
29209
29210 \begin_layout Plain Layout
29211 \begin_inset CommandInset href
29212 LatexCommand href
29213 name "LyX-bug #1429"
29214 target "http://www.lyx.org/trac/ticket/1429"
29215
29216 \end_inset
29217
29218
29219 \end_layout
29220
29221 \end_inset
29222
29223  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29224  teclas de flecha.
29225 \end_layout
29226
29227 \end_inset
29228
29229  
29230 \end_layout
29231
29232 \begin_layout Itemize
29233 Se describen otros métodos para escribir fórmulas largas en 
29234 \begin_inset CommandInset ref
29235 LatexCommand ref
29236 reference "sub:Entorno-multilínea"
29237
29238 \end_inset
29239
29240  y 
29241 \begin_inset CommandInset ref
29242 LatexCommand ref
29243 reference "sub:Partes-de-una-multilínea"
29244
29245 \end_inset
29246
29247 .
29248 \end_layout
29249
29250 \begin_layout Subsubsection
29251 Delimitadores multilínea
29252 \begin_inset CommandInset label
29253 LatexCommand label
29254 name "sub:Delimitadores-multilínea"
29255
29256 \end_inset
29257
29258
29259 \begin_inset Index idx
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263 Delimitadores ! para varias líneas
29264 \end_layout
29265
29266 \end_inset
29267
29268
29269 \end_layout
29270
29271 \begin_layout Standard
29272 Para poner delimitadores que cubran varias líneas hay un problema:
29273 \begin_inset Formula \begin{eqnarray*}
29274 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29275  &  & \left.\cdots+B-D\right]
29276 \end{eqnarray*}
29277
29278 \end_inset
29279
29280 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29281 res con tamaño variable no abarcan líneas múltiples.
29282 \end_layout
29283
29284 \begin_layout Standard
29285 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29286  primera línea se finaliza con 
29287 \series bold
29288
29289 \backslash
29290 right.
29291 \series default
29292
29293 \begin_inset Index idx
29294 status collapsed
29295
29296 \begin_layout Plain Layout
29297 Comandos ! R ! 
29298 \backslash
29299 right
29300 \end_layout
29301
29302 \end_inset
29303
29304  y la segunda con 
29305 \series bold
29306
29307 \backslash
29308 left.
29309 \series default
29310 .
29311 \begin_inset Foot
29312 status collapsed
29313
29314 \begin_layout Plain Layout
29315 Más sobre 
29316 \series bold
29317
29318 \backslash
29319 left.
29320
29321 \series default
29322  y 
29323 \series bold
29324
29325 \backslash
29326 right.
29327
29328 \series default
29329  en 
29330 \begin_inset CommandInset ref
29331 LatexCommand ref
29332 reference "sub:Tamaño-automático-de"
29333
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \begin_inset Index idx
29343 status collapsed
29344
29345 \begin_layout Plain Layout
29346 Comandos ! L ! 
29347 \backslash
29348 left
29349 \end_layout
29350
29351 \end_inset
29352
29353  Después de 
29354 \series bold
29355
29356 \backslash
29357 left.
29358
29359 \series default
29360  se inserta el comando 
29361 \series bold
29362
29363 \backslash
29364 vphantom
29365 \series default
29366
29367 \begin_inset ERT
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371
29372
29373 \backslash
29374 spce 
29375 \end_layout
29376
29377 \end_inset
29378
29379
29380 \series bold
29381
29382 \backslash
29383 prod
29384 \series default
29385 ^
29386 \begin_inset ERT
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390
29391
29392 \backslash
29393 spce 
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \series bold
29400
29401 \backslash
29402 infty
29403 \series default
29404
29405 \begin_inset ERT
29406 status collapsed
29407
29408 \begin_layout Plain Layout
29409
29410
29411 \backslash
29412 spce 
29413 \end_layout
29414
29415 \end_inset
29416
29417
29418 \series bold
29419
29420 \begin_inset Formula $\downarrow$
29421 \end_inset
29422
29423 _R=1}
29424 \series default
29425
29426 \begin_inset Index idx
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430 Comandos ! V ! 
29431 \backslash
29432 vphantom
29433 \end_layout
29434
29435 \end_inset
29436
29437 , porque el operador de multiplicación con sus límites es el símbolo mayor
29438  en la primera línea y ese debería ser el tamaño para el delimitador en
29439  la segunda línea.
29440 \end_layout
29441
29442 \begin_layout Standard
29443 El resultado es: 
29444 \begin_inset Formula \begin{eqnarray*}
29445 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29446  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29447 \end{eqnarray*}
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Subsection
29455 Entornos align
29456 \end_layout
29457
29458 \begin_layout Standard
29459 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29460  Son especialmente apropiados para poner ecuaciones adosadas.
29461 \end_layout
29462
29463 \begin_layout Standard
29464 Los entornos align constan de columnas.
29465  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29466  En un entorno align se puede numerar cada línea.
29467 \end_layout
29468
29469 \begin_layout Standard
29470 Los entornos align se crean con el menú 
29471 \family sans
29472 Insertar\SpecialChar \menuseparator
29473 Ecuación
29474 \family default
29475 .
29476  Una ecuación existente se puede convertir a align con el menú 
29477 \family sans
29478 Editar\SpecialChar \menuseparator
29479 Ecuación\SpecialChar \menuseparator
29480 Cambiar tipo de ecuación
29481 \family default
29482 .
29483 \end_layout
29484
29485 \begin_layout Standard
29486 Para añadir o quitar columnas se pueden usar los botones 
29487 \begin_inset Graphics
29488         filename ../../images/tabular-feature_append-row.png
29489         scale 85
29490
29491 \end_inset
29492
29493  o 
29494 \begin_inset Graphics
29495         filename ../../images/tabular-feature_delete-row.png
29496         scale 85
29497
29498 \end_inset
29499
29500 de la barra de ecuaciones o el menú 
29501 \family sans
29502 Editar\SpecialChar \menuseparator
29503 Filas y columnas
29504 \family default
29505 .
29506 \end_layout
29507
29508 \begin_layout Subsubsection
29509 Entorno align estándar
29510 \begin_inset CommandInset label
29511 LatexCommand label
29512 name "sub:Entorno-align-estándar"
29513
29514 \end_inset
29515
29516
29517 \begin_inset Index idx
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521 Ecuación ! multilínea ! entorno align
29522 \end_layout
29523
29524 \end_inset
29525
29526
29527 \end_layout
29528
29529 \begin_layout Standard
29530 Este entorno align se crea pulsando 
29531 \family sans
29532 Ctrl+Entrar
29533 \family default
29534  en una ecuación o con el menú 
29535 \family sans
29536 Insertar\SpecialChar \menuseparator
29537 Ecuación\SpecialChar \menuseparator
29538 Entorno AMS align
29539 \family default
29540 .
29541 \end_layout
29542
29543 \begin_layout Standard
29544 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29545  align de cuatro columnas:
29546 \begin_inset Formula \begin{align*}
29547 A & =\sen(B) & C & =D\\
29548 C & \neq A & B & \neq D
29549 \end{align*}
29550
29551 \end_inset
29552
29553 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29554  un 
29555 \series bold
29556
29557 \backslash
29558 hfill
29559 \series default
29560
29561 \begin_inset Foot
29562 status collapsed
29563
29564 \begin_layout Plain Layout
29565 Más sobre 
29566 \series bold
29567
29568 \backslash
29569 hfill
29570 \series default
29571  en 
29572 \begin_inset CommandInset ref
29573 LatexCommand ref
29574 reference "sub:Espacio-variable"
29575
29576 \end_inset
29577
29578
29579 \end_layout
29580
29581 \end_inset
29582
29583  antes de la primera y detrás de cada columna par.
29584  Si se pone en estilo 
29585 \series bold
29586 Sangrado
29587 \series default
29588 ,
29589 \begin_inset Foot
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593 véase estilos de ecuación en 
29594 \begin_inset CommandInset ref
29595 LatexCommand ref
29596 reference "sec:Estilos-de-ecuación"
29597
29598 \end_inset
29599
29600
29601 \end_layout
29602
29603 \end_inset
29604
29605  la ecuación queda sin el 
29606 \series bold
29607
29608 \backslash
29609 hfill
29610 \series default
29611  ante la primera columna.
29612 \end_layout
29613
29614 \begin_layout Subsubsection
29615 Entorno alignat
29616 \begin_inset Index idx
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620 Ecuación ! multilínea ! entorno alignat
29621 \end_layout
29622
29623 \end_inset
29624
29625
29626 \end_layout
29627
29628 \begin_layout Standard
29629 El entorno alignat no tiene separación predefinida de columnas.
29630  Se puede insertar manualmente con los espacios descritos en 
29631 \begin_inset CommandInset ref
29632 LatexCommand ref
29633 reference "sec:Espacio"
29634
29635 \end_inset
29636
29637 .
29638 \end_layout
29639
29640 \begin_layout Standard
29641 El ejemplo anterior en el entorno alignat, con un espacio de 1
29642 \begin_inset space \thinspace{}
29643 \end_inset
29644
29645 cm al comienzo da la segunda ecuación:
29646 \begin_inset Formula \begin{alignat*}{2}
29647 A & =\sen(B)\hspace{1cm} & C & =D\\
29648 C & \neq A & B & \neq D
29649 \end{alignat*}
29650
29651 \end_inset
29652
29653 Como cada columna puede tener un espacio diferente, este entorno es especialment
29654 e apropiado para poner tres o más ecuaciones adosadas.
29655 \end_layout
29656
29657 \begin_layout Subsubsection
29658 Entorno flalign
29659 \begin_inset CommandInset label
29660 LatexCommand label
29661 name "sub:Entorno-flalign"
29662
29663 \end_inset
29664
29665
29666 \begin_inset Index idx
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 Ecuación ! multilínea ! entorno flalign
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \end_layout
29677
29678 \begin_layout Standard
29679 En este entorno las dos primeras columnas están siempre tan a la izquierda
29680  como sea posible y las dos últimas a la derecha.
29681  Ejemplo:
29682 \begin_inset Formula \begin{flalign*}
29683 A & =1 & B & =2 & C & =3\\
29684 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29685 \end{flalign*}
29686
29687 \end_inset
29688
29689 En un entorno flalign con un número impar de columnas, en la última de las
29690  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29691  alineadas a la izquierda, aunque se use el estilo 
29692 \series bold
29693 Centrado
29694 \series default
29695 .
29696  Un ejemplo de fórmula sangrada 
29697 \begin_inset CommandInset ref
29698 LatexCommand eqref
29699 reference "eq:IntVol"
29700
29701 \end_inset
29702
29703 :
29704 \begin_inset Formula \begin{flalign}
29705 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
29706 \end{flalign}
29707
29708 \end_inset
29709
29710 Las dos primeras columnas contienen la fórmula.
29711  Para sangrarla como con el estilo 
29712 \series bold
29713 Sangrado
29714 \series default
29715 , se añade un espacio de 30
29716 \begin_inset space \thinspace{}
29717 \end_inset
29718
29719 pt al comienzo de la primera columna.
29720  
29721 \end_layout
29722
29723 \begin_layout Subsection
29724 Entorno eqnarray
29725 \begin_inset CommandInset label
29726 LatexCommand label
29727 name "sub:Entorno-eqnarray"
29728
29729 \end_inset
29730
29731
29732 \begin_inset Index idx
29733 status collapsed
29734
29735 \begin_layout Plain Layout
29736 Ecuación ! multilínea ! entorno eqnarray
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \begin_inset Index idx
29743 status collapsed
29744
29745 \begin_layout Plain Layout
29746 Ecuación ! multilínea ! entorno eqnarray
29747 \end_layout
29748
29749 \end_inset
29750
29751
29752 \end_layout
29753
29754 \begin_layout Standard
29755 Al introducir este entorno aparecen tres marcos azules.
29756  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29757  El contenido del marco central está centrado y algo más pequeño, porque
29758  está diseñado para insertar sólo caracteres de relación.
29759 \begin_inset Formula \begin{eqnarray*}
29760 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29761 AB & AB & AB\\
29762 A & = & A
29763 \end{eqnarray*}
29764
29765 \end_inset
29766
29767
29768 \end_layout
29769
29770 \begin_layout Subsection
29771 Entorno gather
29772 \begin_inset Index idx
29773 status collapsed
29774
29775 \begin_layout Plain Layout
29776 Ecuación ! multilínea ! entorno gather
29777 \end_layout
29778
29779 \end_inset
29780
29781
29782 \end_layout
29783
29784 \begin_layout Standard
29785 Este entorno consta de una sola columna centrada.
29786  Se puede numerar cada línea.
29787 \begin_inset Formula \begin{gather}
29788 A=1\\
29789 X=\mbox{-}1
29790 \end{gather}
29791
29792 \end_inset
29793
29794
29795 \end_layout
29796
29797 \begin_layout Subsection
29798 Entorno multilínea
29799 \begin_inset CommandInset label
29800 LatexCommand label
29801 name "sub:Entorno-multilínea"
29802
29803 \end_inset
29804
29805
29806 \begin_inset Index idx
29807 status collapsed
29808
29809 \begin_layout Plain Layout
29810 Ecuación ! multilínea ! entorno multilínea
29811 \end_layout
29812
29813 \end_inset
29814
29815
29816 \end_layout
29817
29818 \begin_layout Standard
29819 El entorno multilínea, como gather, consta de una sola columna.
29820  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29821  Las demás están centradas.
29822  Por tanto este entorno es apropiado para ecuaciones largas.
29823  Como ejemplo, la ecuación
29824 \begin_inset space ~
29825 \end_inset
29826
29827
29828 \begin_inset CommandInset ref
29829 LatexCommand eqref
29830 reference "eq:lefteqn"
29831
29832 \end_inset
29833
29834  en entorno multilínea:
29835 \begin_inset Formula \begin{multline}
29836 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}\\
29837 -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}\\
29838 =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}}
29839 \end{multline}
29840
29841 \end_inset
29842
29843 En la salida sólo aparece numerada la última (primera) línea si la numeración
29844  del documento es a la derecha (izquierda).
29845 \begin_inset Foot
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849 véanse los estilos de numeración en 
29850 \begin_inset CommandInset ref
29851 LatexCommand ref
29852 reference "sec:Estilos-de-ecuación"
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \end_inset
29860
29861
29862 \end_layout
29863
29864 \begin_layout Standard
29865 Con los comandos 
29866 \series bold
29867
29868 \backslash
29869 shoveright
29870 \series default
29871
29872 \begin_inset Index idx
29873 status collapsed
29874
29875 \begin_layout Plain Layout
29876 Comandos ! S ! 
29877 \backslash
29878 shoveright
29879 \end_layout
29880
29881 \end_inset
29882
29883  y 
29884 \series bold
29885
29886 \backslash
29887 shoveleft
29888 \series default
29889
29890 \begin_inset Index idx
29891 status collapsed
29892
29893 \begin_layout Plain Layout
29894 Comandos ! S ! 
29895 \backslash
29896 shoveleft
29897 \end_layout
29898
29899 \end_inset
29900
29901 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29902 ente.
29903  Los comandos se usan como sigue:
29904 \end_layout
29905
29906 \begin_layout Standard
29907
29908 \series bold
29909
29910 \backslash
29911 shoveright{contenido de la línea}
29912 \series default
29913  y 
29914 \series bold
29915
29916 \backslash
29917 shoveleft{contenido de la línea}
29918 \end_layout
29919
29920 \begin_layout Standard
29921 \begin_inset VSpace medskip
29922 \end_inset
29923
29924
29925 \end_layout
29926
29927 \begin_layout Standard
29928 La longitud 
29929 \series bold
29930
29931 \backslash
29932 multlinegap
29933 \series default
29934
29935 \begin_inset Index idx
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939 Comandos ! M ! 
29940 \backslash
29941 multlinegap
29942 \end_layout
29943
29944 \end_inset
29945
29946  especifica la distancia de la primera línea desde el margen izquierdo de
29947  la página.
29948  Esta longitud es 0
29949 \begin_inset space \thinspace{}
29950 \end_inset
29951
29952 pt por omisión.
29953 \end_layout
29954
29955 \begin_layout Standard
29956 Como ejemplo la ecuación anterior con el comando
29957 \end_layout
29958
29959 \begin_layout Standard
29960
29961 \series bold
29962
29963 \backslash
29964 setlength{
29965 \backslash
29966 multlinegap}{2cm}
29967 \end_layout
29968
29969 \begin_layout Standard
29970 insertado previamente en modo TeX:
29971 \begin_inset ERT
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975
29976
29977 \backslash
29978 setlength{
29979 \backslash
29980 multlinegap}{2cm}
29981 \end_layout
29982
29983 \end_inset
29984
29985
29986 \begin_inset Formula \begin{multline}
29987 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}\\
29988 \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}}\\
29989 =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}}
29990 \end{multline}
29991
29992 \end_inset
29993
29994
29995 \begin_inset ERT
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999
30000
30001 \backslash
30002 setlength{
30003 \backslash
30004 multlinegap}{0pt}
30005 \end_layout
30006
30007 \end_inset
30008
30009 La segunda línea se ha alineado a la izquierda con 
30010 \series bold
30011
30012 \backslash
30013 shoveleft
30014 \series default
30015 .
30016 \end_layout
30017
30018 \begin_layout Subsection
30019 Partes de una ecuación multilínea
30020 \begin_inset CommandInset label
30021 LatexCommand label
30022 name "sub:Partes-de-una-multilínea"
30023
30024 \end_inset
30025
30026
30027 \begin_inset Index idx
30028 status collapsed
30029
30030 \begin_layout Plain Layout
30031 Ecuación ! multilínea ! partes de
30032 \end_layout
30033
30034 \end_inset
30035
30036
30037 \end_layout
30038
30039 \begin_layout Standard
30040 Para mostrar sólo partes de una ecuación multilínea usa uno de los siguientes
30041  entornos: 
30042 \series bold
30043 aligned
30044 \series default
30045
30046 \series bold
30047 alignedat
30048 \series default
30049
30050 \series bold
30051 gathered
30052 \series default
30053  o 
30054 \series bold
30055 split
30056 \series default
30057 .
30058  Se pueden elegir en el menú 
30059 \family sans
30060 Insertar\SpecialChar \menuseparator
30061 Ecuación
30062 \family default
30063  o usando los comandos aquí descritos.
30064 \end_layout
30065
30066 \begin_layout Standard
30067 Los tres primeros tienen las mismas propiedades que los correspondientes
30068  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
30069  Un ejemplo:
30070 \begin_inset Formula \[
30071 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
30072 \Delta E\Delta t & \ge\frac{\hbar}{2}
30073 \end{aligned}
30074 \right\} \mbox{Relaciones de incertidumbre}
30075 \]
30076
30077 \end_inset
30078
30079 Para componer esta expresión se inserta una ecuación presentada y en ella
30080  se introduce el comando 
30081 \series bold
30082
30083 \backslash
30084 aligned
30085 \series default
30086
30087 \begin_inset Index idx
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091 Comandos ! A ! 
30092 \backslash
30093 aligned
30094 \end_layout
30095
30096 \end_inset
30097
30098 .
30099  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
30100  añadir filas y columnas.
30101  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
30102  como la llave.
30103 \end_layout
30104
30105 \begin_layout Standard
30106 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
30107  se alinean horizontalmente.
30108  Usar aligned en una ecuación presentada tiene la ventaja de que el número
30109  de ecuación se centra verticalmente con las líneas.
30110  Como ejemplo, la ecuación 
30111 \begin_inset CommandInset ref
30112 LatexCommand eqref
30113 reference "eq:cortolargo"
30114
30115 \end_inset
30116
30117  en entorno aligned: 
30118 \begin_inset Formula \begin{equation}
30119 \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}|}\\
30120  & -\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}|}
30121 \end{aligned}
30122 \end{equation}
30123
30124 \end_inset
30125
30126 Para usar los entornos 
30127 \series bold
30128 alignedat
30129 \series default
30130
30131 \series bold
30132 gathered
30133 \series default
30134 , o 
30135 \series bold
30136 split
30137 \series default
30138 , se insertan respectivamente los comandos
30139 \series bold
30140  
30141 \backslash
30142 alignedat
30143 \series default
30144 ,
30145 \begin_inset Index idx
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149 Comandos ! A ! 
30150 \backslash
30151 alignedat
30152 \end_layout
30153
30154 \end_inset
30155
30156  
30157 \series bold
30158
30159 \backslash
30160 gathered
30161 \series default
30162
30163 \begin_inset Index idx
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167 Comandos ! G ! 
30168 \backslash
30169 gathered
30170 \end_layout
30171
30172 \end_inset
30173
30174 , o 
30175 \series bold
30176
30177 \backslash
30178 split
30179 \series default
30180
30181 \begin_inset Index idx
30182 status collapsed
30183
30184 \begin_layout Plain Layout
30185 Comandos ! S ! 
30186 \backslash
30187 split
30188 \end_layout
30189
30190 \end_inset
30191
30192 .
30193  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30194  tener dos columnas.
30195 \end_layout
30196
30197 \begin_layout Subsection
30198 Texto en ecuaciones multilínea
30199 \begin_inset CommandInset label
30200 LatexCommand label
30201 name "sub:Texto-en-multilínea"
30202
30203 \end_inset
30204
30205
30206 \begin_inset Index idx
30207 status collapsed
30208
30209 \begin_layout Plain Layout
30210 Texto ! en ecuaciones
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \begin_inset Index idx
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220 Ecuación ! multilínea ! texto en
30221 \end_layout
30222
30223 \end_inset
30224
30225
30226 \end_layout
30227
30228 \begin_layout Standard
30229 En los entornos Align, multilínea y gather, se puede insertar texto que
30230  se mostrará en una línea separada y que no afecta la alineación de columna.
30231  Para esto se usa el comando 
30232 \series bold
30233
30234 \backslash
30235 intertext
30236 \series default
30237
30238 \begin_inset Index idx
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242 Comandos ! I ! 
30243 \backslash
30244 intertext
30245 \end_layout
30246
30247 \end_inset
30248
30249  con el siguiente esquema:
30250 \end_layout
30251
30252 \begin_layout Standard
30253
30254 \series bold
30255
30256 \backslash
30257 intertext{texto}
30258 \end_layout
30259
30260 \begin_layout Standard
30261 El texto no debería ocupar más de una línea porque no se puede partir con
30262  guión.
30263  Como LyX aún no soporta 
30264 \series bold
30265
30266 \backslash
30267 intertext
30268 \series default
30269  directamente, el texto se escribe como texto matemático.
30270  
30271 \series bold
30272
30273 \backslash
30274 intertext
30275 \series default
30276  debe por tanto estar al comienzo de una línea y en la salida se presenta
30277  sobre esta línea.
30278  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30279 \begin_inset Formula \begin{align}
30280 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30281 \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
30282 \end{align}
30283
30284 \end_inset
30285
30286
30287 \end_layout
30288
30289 \begin_layout Standard
30290 \begin_inset Newpage newpage
30291 \end_inset
30292
30293
30294 \end_layout
30295
30296 \begin_layout Section
30297 Numeración de ecuaciones
30298 \begin_inset Index idx
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302 Ecuación ! numeración|see
30303 \begin_inset ERT
30304 status collapsed
30305
30306 \begin_layout Plain Layout
30307
30308 {
30309 \end_layout
30310
30311 \end_inset
30312
30313 Numeración de ecuaciones
30314 \begin_inset ERT
30315 status collapsed
30316
30317 \begin_layout Plain Layout
30318
30319 }
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \end_layout
30326
30327 \end_inset
30328
30329
30330 \begin_inset Index idx
30331 status collapsed
30332
30333 \begin_layout Plain Layout
30334 Numeración de ecuaciones
30335 \end_layout
30336
30337 \end_inset
30338
30339
30340 \end_layout
30341
30342 \begin_layout Subsection
30343 General
30344 \end_layout
30345
30346 \begin_layout Standard
30347 Las ecuaciones numeradas se insertan con el menú 
30348 \family sans
30349 Insertar\SpecialChar \menuseparator
30350 Ecuación
30351 \family default
30352  
30353 \family sans
30354 \SpecialChar \menuseparator
30355 Ecuación
30356 \begin_inset space ~
30357 \end_inset
30358
30359 numerada
30360 \family default
30361  (atajo 
30362 \family sans
30363 Ctrl+Alt
30364 \begin_inset space ~
30365 \end_inset
30366
30367 N
30368 \family default
30369 ).
30370  Ecuaciones existentes se pueden numerar con el menú 
30371 \family sans
30372 Editar\SpecialChar \menuseparator
30373 Ecuación\SpecialChar \menuseparator
30374 Conmutar
30375 \begin_inset space ~
30376 \end_inset
30377
30378 numeración
30379 \family default
30380  (atajo
30381 \family sans
30382  Alt+M
30383 \begin_inset space ~
30384 \end_inset
30385
30386 N
30387 \family default
30388 ).
30389  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30390  En la salida se muestra el número real.
30391 \end_layout
30392
30393 \begin_layout Standard
30394 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30395  líneas.
30396  No obstante, la numeración se puede controlar en cada línea con el menú
30397  
30398 \family sans
30399 Editar\SpecialChar \menuseparator
30400 Ecuación\SpecialChar \menuseparator
30401 Conmutar
30402 \begin_inset space ~
30403 \end_inset
30404
30405 numeración
30406 \begin_inset space ~
30407 \end_inset
30408
30409 de
30410 \begin_inset space ~
30411 \end_inset
30412
30413 línea
30414 \family default
30415  (atajo
30416 \family sans
30417  Alt+M
30418 \begin_inset space ~
30419 \end_inset
30420
30421 Mayúsculas+N
30422 \family default
30423 ).
30424 \end_layout
30425
30426 \begin_layout Standard
30427 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30428  distintos, véase 
30429 \begin_inset CommandInset ref
30430 LatexCommand ref
30431 reference "sec:Estilos-de-ecuación"
30432
30433 \end_inset
30434
30435 .
30436 \end_layout
30437
30438 \begin_layout Subsection
30439 Referencias cruzadas
30440 \begin_inset Index idx
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444 Ecuación ! referencias cruzadas a
30445 \end_layout
30446
30447 \end_inset
30448
30449
30450 \end_layout
30451
30452 \begin_layout Standard
30453 Todas las ecuaciones con etiqueta se pueden referenciar.
30454  La etiqueta se añade con el menú 
30455 \family sans
30456 Insertar\SpecialChar \menuseparator
30457 Etiqueta
30458 \family default
30459  o con el botón 
30460 \begin_inset Graphics
30461         filename ../../images/label-insert.png
30462         scale 85
30463
30464 \end_inset
30465
30466  de la barra de herramientas.
30467  El cursor debe estar dentro de una ecuación en modo presentación.
30468  Surge un diálogo con el prefijo 
30469 \series bold
30470 eq:
30471 \series default
30472 , detrás del cual se escribe el texto de la etiqueta.
30473  El prefijo significa 
30474 \begin_inset Quotes fld
30475 \end_inset
30476
30477 equation
30478 \begin_inset Quotes frd
30479 \end_inset
30480
30481  y hace más fácil encontrar etiquetas en documentos extensos porque así
30482  se distingue p.
30483 \begin_inset space \thinspace{}
30484 \end_inset
30485
30486 e.
30487 \begin_inset space ~
30488 \end_inset
30489
30490 de las etiquetas de sección.
30491  Para cambiar una etiqueta se usa de nuevo el menú 
30492 \family sans
30493 Insertar\SpecialChar \menuseparator
30494 Etiqueta
30495 \family default
30496 .
30497 \end_layout
30498
30499 \begin_layout Standard
30500 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30501  ecuación.
30502  Una ecuación con etiqueta se numera siempre.
30503 \end_layout
30504
30505 \begin_layout Standard
30506 Las referencias cruzadas se insertan mediante el menú 
30507 \family sans
30508 Insertar\SpecialChar \menuseparator
30509 Referencia cruzada
30510 \family default
30511  o con el botón 
30512 \begin_inset Graphics
30513         filename ../../images/dialog-show-new-inset_ref.png
30514         scale 85
30515
30516 \end_inset
30517
30518 .
30519  Una referencia a una ecuación aparece en la salida con su número.
30520  Si en el diálogo de referencia cruzada se elige el formato 
30521 \series bold
30522 (<referencia>)
30523 \series default
30524 , la referencia se muestra en la salida entre paréntesis.
30525  
30526 \begin_inset Newline newline
30527 \end_inset
30528
30529 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30530  a la ecuación de referencia.
30531 \end_layout
30532
30533 \begin_layout Standard
30534 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30535  siguientes:
30536 \begin_inset Note Note
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540 Observa los distintos tipos de referencias cruzadas.
30541 \end_layout
30542
30543 \end_inset
30544
30545
30546 \end_layout
30547
30548 \begin_layout Standard
30549 Las ecuaciones 
30550 \begin_inset CommandInset ref
30551 LatexCommand eqref
30552 reference "eq:tag"
30553
30554 \end_inset
30555
30556  y 
30557 \begin_inset CommandInset ref
30558 LatexCommand eqref
30559 reference "eq:c"
30560
30561 \end_inset
30562
30563  son equivalentes.
30564  En (
30565 \begin_inset CommandInset ref
30566 LatexCommand ref
30567 reference "eq:Lat"
30568
30569 \end_inset
30570
30571 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30572 \begin_inset CommandInset ref
30573 LatexCommand ref
30574 reference "eq:Rom"
30575
30576 \end_inset
30577
30578 ).
30579 \begin_inset VSpace medskip
30580 \end_inset
30581
30582
30583 \end_layout
30584
30585 \begin_layout Standard
30586 Si el argumento de 
30587 \series bold
30588
30589 \backslash
30590 tag
30591 \begin_inset Foot
30592 status collapsed
30593
30594 \begin_layout Plain Layout
30595
30596 \series bold
30597
30598 \backslash
30599 tag
30600 \series default
30601  se describe en 
30602 \begin_inset CommandInset ref
30603 LatexCommand ref
30604 reference "sub:Numeración-personalizada"
30605
30606 \end_inset
30607
30608
30609 \end_layout
30610
30611 \end_inset
30612
30613
30614 \series default
30615  contiene un marco, como se describe en la 
30616 \begin_inset CommandInset ref
30617 LatexCommand ref
30618 reference "sub:Cuadros-de-párrafo"
30619
30620 \end_inset
30621
30622 , no se puede referenciar la ecuación.
30623 \end_layout
30624
30625 \begin_layout Subsection
30626 Subnumeración
30627 \begin_inset Index idx
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631 Numeración de ecuaciones ! subnumeración
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \end_layout
30638
30639 \begin_layout Standard
30640 Con ayuda de los comandos 
30641 \series bold
30642
30643 \backslash
30644 begin{subequations}
30645 \series default
30646  y 
30647 \series bold
30648
30649 \backslash
30650 end{subequations}
30651 \series default
30652  en modo TeX se pueden subnumerar ecuaciones.
30653 \end_layout
30654
30655 \begin_layout Standard
30656 Ejemplo:
30657 \begin_inset Formula \begin{equation}
30658 A=C-B\label{eq:a}
30659 \end{equation}
30660
30661 \end_inset
30662
30663
30664 \begin_inset ERT
30665 status collapsed
30666
30667 \begin_layout Plain Layout
30668
30669
30670 \backslash
30671 addtocounter{equation}{-1}
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \begin_inset ERT
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681
30682
30683 \backslash
30684 begin{subequations}
30685 \end_layout
30686
30687 \end_inset
30688
30689
30690 \begin_inset VSpace -5mm
30691 \end_inset
30692
30693
30694 \begin_inset Formula \begin{equation}
30695 B=C-A\label{eq:b}
30696 \end{equation}
30697
30698 \end_inset
30699
30700
30701 \begin_inset Formula \begin{equation}
30702 C=A+B\label{eq:c}
30703 \end{equation}
30704
30705 \end_inset
30706
30707
30708 \end_layout
30709
30710 \begin_layout Standard
30711 \begin_inset ERT
30712 status collapsed
30713
30714 \begin_layout Plain Layout
30715
30716
30717 \backslash
30718 end{subequations}
30719 \end_layout
30720
30721 \end_inset
30722
30723
30724 \end_layout
30725
30726 \begin_layout Standard
30727 Para este ejemplo se ha hecho lo siguiente:
30728 \end_layout
30729
30730 \begin_layout Enumerate
30731 se inserta la primera ecuación
30732 \end_layout
30733
30734 \begin_layout Enumerate
30735 después de ella se inserta
30736 \series bold
30737
30738 \begin_inset Newline newline
30739 \end_inset
30740
30741
30742 \backslash
30743 addtocounter{equation}{-1} 
30744 \backslash
30745 begin{subequations}
30746 \begin_inset Index idx
30747 status collapsed
30748
30749 \begin_layout Plain Layout
30750 Comandos ! A ! 
30751 \backslash
30752 addtocounter
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \end_layout
30759
30760 \begin_layout Enumerate
30761 se inserta la segunda ecuación
30762 \end_layout
30763
30764 \begin_layout Enumerate
30765 se inserta la tercera ecuación
30766 \end_layout
30767
30768 \begin_layout Enumerate
30769 se inserta 
30770 \series bold
30771
30772 \backslash
30773 end{subequations}
30774 \series default
30775  tras la tercera ecuación
30776 \end_layout
30777
30778 \begin_layout Standard
30779 Toda ecuación entre los comandos 
30780 \series bold
30781
30782 \backslash
30783 begin
30784 \series default
30785  y 
30786 \series bold
30787
30788 \backslash
30789 end
30790 \series default
30791  se subnumera con a, b, c\SpecialChar \ldots{}
30792  En ecuaciones multilínea se subnumerará cada línea.
30793  Todas las ecuaciones subnumeradas son tratadas como 
30794 \emph on
30795 una
30796 \emph default
30797  ecuación numerada.
30798  Pero como cada ecuación numerada aumenta el contador 
30799 \series bold
30800 equation
30801 \series default
30802  en uno, hay que disminuir el comando 
30803 \series bold
30804
30805 \backslash
30806 addtocounter
30807 \series default
30808 .
30809  De lo contrario, las ecuaciones 
30810 \begin_inset CommandInset ref
30811 LatexCommand eqref
30812 reference "eq:a"
30813
30814 \end_inset
30815
30816
30817 \begin_inset CommandInset ref
30818 LatexCommand eqref
30819 reference "eq:b"
30820
30821 \end_inset
30822
30823
30824 \begin_inset CommandInset ref
30825 LatexCommand eqref
30826 reference "eq:c"
30827
30828 \end_inset
30829
30830  se numerarían 
30831 \begin_inset CommandInset ref
30832 LatexCommand eqref
30833 reference "eq:a"
30834
30835 \end_inset
30836
30837
30838 \begin_inset CommandInset ref
30839 LatexCommand eqref
30840 reference "eq:d"
30841
30842 \end_inset
30843
30844
30845 \begin_inset CommandInset ref
30846 LatexCommand eqref
30847 reference "eq:f"
30848
30849 \end_inset
30850
30851 .
30852 \end_layout
30853
30854 \begin_layout Standard
30855 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30856  ecuaciones.
30857  Para evitarlo se inserta ese espacio vertical de -5
30858 \begin_inset space \thinspace{}
30859 \end_inset
30860
30861 mm detrás del comando 
30862 \series bold
30863
30864 \backslash
30865 begin{subequations}
30866 \series default
30867 .
30868
30869 \series bold
30870  
30871 \series default
30872 Si se usa el estilo 
30873 \series bold
30874 Sangrado
30875 \series default
30876
30877 \begin_inset Foot
30878 status collapsed
30879
30880 \begin_layout Plain Layout
30881 véase estilos de ecuación en 
30882 \begin_inset CommandInset ref
30883 LatexCommand ref
30884 reference "sec:Estilos-de-ecuación"
30885
30886 \end_inset
30887
30888
30889 \end_layout
30890
30891 \end_inset
30892
30893 , entonces se inserta -7
30894 \begin_inset space \thinspace{}
30895 \end_inset
30896
30897 mm.
30898 \end_layout
30899
30900 \begin_layout Standard
30901 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30902  de la segunda línea:
30903 \begin_inset ERT
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907
30908
30909 \backslash
30910 begin{subequations}
30911 \end_layout
30912
30913 \end_inset
30914
30915
30916 \begin_inset Formula \begin{eqnarray}
30917 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30918  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30919  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30920 \end{eqnarray}
30921
30922 \end_inset
30923
30924
30925 \begin_inset ERT
30926 status collapsed
30927
30928 \begin_layout Plain Layout
30929
30930
30931 \backslash
30932 end{subequations}
30933 \end_layout
30934
30935 \end_inset
30936
30937
30938 \end_layout
30939
30940 \begin_layout Subsection
30941 Numeración definida por el usuario
30942 \begin_inset CommandInset label
30943 LatexCommand label
30944 name "sub:Numeración-personalizada"
30945
30946 \end_inset
30947
30948
30949 \begin_inset Index idx
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953 Numeración de ecuaciones ! personalizada
30954 \end_layout
30955
30956 \end_inset
30957
30958
30959 \end_layout
30960
30961 \begin_layout Standard
30962 Con la numeración estándar el número se coloca entre paréntesis.
30963  Para reemplazar los paréntesis con barras verticales, p.
30964 \begin_inset space \thinspace{}
30965 \end_inset
30966
30967 e., se añade al preámbulo LaTeX la línea: 
30968 \end_layout
30969
30970 \begin_layout Standard
30971
30972 \series bold
30973
30974 \backslash
30975 def
30976 \backslash
30977 tagform@#1{
30978 \backslash
30979 maketag@@@{|#1|}}
30980 \series default
30981
30982 \begin_inset Note Note
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30987  Para activarlo, quita el % del principio.
30988 \end_layout
30989
30990 \end_inset
30991
30992
30993 \end_layout
30994
30995 \begin_layout Standard
30996 Para usar otros caracteres, se reemplazan las barras al lado de 
30997 \series bold
30998 #1
30999 \series default
31000  por ellos.
31001  Para obtener sólo el número de ecuación se omiten las barras verticales.
31002 \begin_inset VSpace bigskip
31003 \end_inset
31004
31005
31006 \end_layout
31007
31008 \begin_layout Standard
31009 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
31010  consecutivo, se usa el comando 
31011 \series bold
31012
31013 \backslash
31014 tag
31015 \begin_inset Index idx
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019 Comandos ! T ! 
31020 \backslash
31021 tag
31022 \end_layout
31023
31024 \end_inset
31025
31026
31027 \series default
31028 :
31029 \begin_inset Formula \begin{equation}
31030 A+B=C\tag{algo}\label{eq:tag}
31031 \end{equation}
31032
31033 \end_inset
31034
31035 En este ejemplo se ha insertado el comando
31036 \series bold
31037  
31038 \backslash
31039 tag
31040 \begin_inset ERT
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044
31045
31046 \backslash
31047 spce 
31048 \end_layout
31049
31050 \end_inset
31051
31052 algo
31053 \series default
31054  en la ecuación.
31055 \end_layout
31056
31057 \begin_layout Standard
31058 Si se usa en su lugar el comando con asterisco 
31059 \series bold
31060
31061 \backslash
31062 tag*
31063 \begin_inset ERT
31064 status collapsed
31065
31066 \begin_layout Plain Layout
31067
31068
31069 \backslash
31070 spce 
31071 \end_layout
31072
31073 \end_inset
31074
31075 algo
31076 \series default
31077  no se imprimen los paréntesis:
31078 \begin_inset Formula \[
31079 A+B=C\tag*{algo}
31080 \]
31081
31082 \end_inset
31083
31084
31085 \end_layout
31086
31087 \begin_layout Standard
31088 \begin_inset VSpace bigskip
31089 \end_inset
31090
31091
31092 \end_layout
31093
31094 \begin_layout Standard
31095 Para reiniciar la numeración en nuevas partes o secciones del documento
31096  se usan los siguientes comandos:
31097 \end_layout
31098
31099 \begin_layout Standard
31100
31101 \series bold
31102
31103 \backslash
31104 @addtoreset{equation}{part}
31105 \series default
31106
31107 \begin_inset Index idx
31108 status collapsed
31109
31110 \begin_layout Plain Layout
31111 Comandos ! 
31112 \begin_inset ERT
31113 status collapsed
31114
31115 \begin_layout Plain Layout
31116
31117 "
31118 \end_layout
31119
31120 \end_inset
31121
31122 @
31123 \begin_inset ERT
31124 status collapsed
31125
31126 \begin_layout Plain Layout
31127
31128 "
31129 \end_layout
31130
31131 \end_inset
31132
31133  ! 
31134 \backslash
31135
31136 \begin_inset ERT
31137 status collapsed
31138
31139 \begin_layout Plain Layout
31140
31141 "
31142 \end_layout
31143
31144 \end_inset
31145
31146 @
31147 \begin_inset ERT
31148 status collapsed
31149
31150 \begin_layout Plain Layout
31151
31152 "
31153 \end_layout
31154
31155 \end_inset
31156
31157 addtoreset
31158 \end_layout
31159
31160 \end_inset
31161
31162
31163 \begin_inset Newline newline
31164 \end_inset
31165
31166
31167 \series bold
31168
31169 \backslash
31170 @addtoreset{equation}{section}
31171 \end_layout
31172
31173 \begin_layout Standard
31174 Pata poder usar estos comandos en modo TeX, el carácter 
31175 \begin_inset Quotes fld
31176 \end_inset
31177
31178 @
31179 \begin_inset Quotes frd
31180 \end_inset
31181
31182  debe 
31183 \begin_inset Quotes fld
31184 \end_inset
31185
31186 activarse
31187 \begin_inset Quotes frd
31188 \end_inset
31189
31190  para LaTeX con el comando 
31191 \series bold
31192
31193 \backslash
31194 makeatletter
31195 \series default
31196 .
31197  El comando 
31198 \series bold
31199
31200 \backslash
31201 makeatother
31202 \series default
31203  deshace esto.
31204  Así pues, la secuencia de comandos en modo TeX es:
31205 \end_layout
31206
31207 \begin_layout Standard
31208
31209 \series bold
31210
31211 \backslash
31212 makeatletter
31213 \begin_inset Newline newline
31214 \end_inset
31215
31216
31217 \backslash
31218 @addtoreset{equation}{section}
31219 \begin_inset Newline newline
31220 \end_inset
31221
31222
31223 \backslash
31224 makeatother
31225 \end_layout
31226
31227 \begin_layout Standard
31228 En el preámbulo LaTeX se pueden omitir 
31229 \series bold
31230
31231 \backslash
31232 makeatletter
31233 \series default
31234  y 
31235 \series bold
31236
31237 \backslash
31238 makeatother
31239 \series default
31240  pues son automáticamente insertados por LyX.
31241 \end_layout
31242
31243 \begin_layout Standard
31244 Para el comando 
31245 \series bold
31246
31247 \backslash
31248 @addtoreset
31249 \series default
31250 ,
31251 \series bold
31252  
31253 \series default
31254 hay que cargar en el preámbulo LaTeX el archivo 
31255 \series bold
31256 remreset.sty
31257 \series default
31258
31259 \begin_inset Foot
31260 status collapsed
31261
31262 \begin_layout Plain Layout
31263
31264 \series bold
31265 remreset
31266 \series default
31267  es parte del paquete LaTeX 
31268 \series bold
31269 carlisle
31270 \series default
31271
31272 \begin_inset Index idx
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276 Paquetes ! carlisle
31277 \end_layout
31278
31279 \end_inset
31280
31281 , incluido en las instalaciones estándar de LaTeX.
31282 \end_layout
31283
31284 \end_inset
31285
31286
31287 \begin_inset Index idx
31288 status collapsed
31289
31290 \begin_layout Plain Layout
31291 Paquetes ! remreset
31292 \end_layout
31293
31294 \end_inset
31295
31296  con la línea
31297 \end_layout
31298
31299 \begin_layout Standard
31300
31301 \series bold
31302
31303 \backslash
31304 usepackage{remreset}
31305 \end_layout
31306
31307 \begin_layout Standard
31308 Entonces se puede usar el comando 
31309 \series bold
31310
31311 \backslash
31312 @removefromreset
31313 \series default
31314
31315 \begin_inset Index idx
31316 status collapsed
31317
31318 \begin_layout Plain Layout
31319 Comandos ! 
31320 \begin_inset ERT
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324
31325 "
31326 \end_layout
31327
31328 \end_inset
31329
31330 @
31331 \begin_inset ERT
31332 status collapsed
31333
31334 \begin_layout Plain Layout
31335
31336 "
31337 \end_layout
31338
31339 \end_inset
31340
31341  ! 
31342 \backslash
31343
31344 \begin_inset ERT
31345 status collapsed
31346
31347 \begin_layout Plain Layout
31348
31349 "
31350 \end_layout
31351
31352 \end_inset
31353
31354 @
31355 \begin_inset ERT
31356 status collapsed
31357
31358 \begin_layout Plain Layout
31359
31360 "
31361 \end_layout
31362
31363 \end_inset
31364
31365 removefromreset
31366 \end_layout
31367
31368 \end_inset
31369
31370  con el mismo esquema que 
31371 \series bold
31372
31373 \backslash
31374 @addtoreset
31375 \series default
31376 .
31377 \begin_inset VSpace bigskip
31378 \end_inset
31379
31380
31381 \end_layout
31382
31383 \begin_layout Standard
31384 A veces las ecuaciones deberían numerarse de la siguiente manera:
31385 \end_layout
31386
31387 \begin_layout Standard
31388
31389 \family typewriter
31390 (número de sección.número de ecuación)
31391 \end_layout
31392
31393 \begin_layout Standard
31394 El número de ecuación empezaría con 
31395 \begin_inset Quotes fld
31396 \end_inset
31397
31398 1
31399 \begin_inset Quotes frd
31400 \end_inset
31401
31402  en cada sección.
31403 \end_layout
31404
31405 \begin_layout Standard
31406 Para este caso hay el comando 
31407 \series bold
31408
31409 \backslash
31410 numberwithin
31411 \series default
31412
31413 \begin_inset Index idx
31414 status collapsed
31415
31416 \begin_layout Plain Layout
31417 Comandos ! N ! 
31418 \backslash
31419 numberwithin
31420 \end_layout
31421
31422 \end_inset
31423
31424 , que se usa con el esquema:
31425 \end_layout
31426
31427 \begin_layout Standard
31428
31429 \series bold
31430
31431 \backslash
31432 numberwithin{counter}{sectioning}
31433 \end_layout
31434
31435 \begin_layout Standard
31436 \begin_inset Quotes fld
31437 \end_inset
31438
31439 counter
31440 \begin_inset Quotes frd
31441 \end_inset
31442
31443  indica qué clase de numeración es afectada, 
31444 \begin_inset Quotes fld
31445 \end_inset
31446
31447 sectioning
31448 \begin_inset Quotes frd
31449 \end_inset
31450
31451  indica qué número va delante del punto.
31452  
31453 \end_layout
31454
31455 \begin_layout Standard
31456 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
31457  en el preámbulo LaTeX:
31458 \end_layout
31459
31460 \begin_layout Standard
31461
31462 \series bold
31463
31464 \backslash
31465 numberwithin{equation}{section}
31466 \end_layout
31467
31468 \begin_layout Standard
31469 Este es el resultado::
31470 \begin_inset ERT
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474
31475
31476 \backslash
31477 numberwithin{equation}{section}
31478 \end_layout
31479
31480 \end_inset
31481
31482
31483 \begin_inset Formula \begin{equation}
31484 A+B=C
31485 \end{equation}
31486
31487 \end_inset
31488
31489
31490 \end_layout
31491
31492 \begin_layout Standard
31493 Para numerar tablas de modo que, p.
31494 \begin_inset space \thinspace{}
31495 \end_inset
31496
31497 e., 
31498 \begin_inset Quotes fld
31499 \end_inset
31500
31501 sectioning
31502 \begin_inset Quotes frd
31503 \end_inset
31504
31505  sea el número de la parte se usa
31506 \begin_inset Newline newline
31507 \end_inset
31508
31509
31510 \series bold
31511
31512 \backslash
31513 numberwithin{table}{part}
31514 \end_layout
31515
31516 \begin_layout Standard
31517 Para volver a la numeración estándar o evitar esta clase numeración cuando
31518  es definida por la clase de documento, se inserta el siguiente comando
31519  en código TeX o en el preámbulo LaTeX:
31520 \end_layout
31521
31522 \begin_layout Standard
31523
31524 \series bold
31525
31526 \backslash
31527 renewcommand{
31528 \backslash
31529 theequation}{
31530 \backslash
31531 arabic{equation}}
31532 \begin_inset Index idx
31533 status collapsed
31534
31535 \begin_layout Plain Layout
31536 Comandos ! A ! 
31537 \backslash
31538 arabic
31539 \end_layout
31540
31541 \end_inset
31542
31543
31544 \series default
31545
31546 \begin_inset ERT
31547 status collapsed
31548
31549 \begin_layout Plain Layout
31550
31551
31552 \backslash
31553 renewcommand{
31554 \backslash
31555 theequation}{
31556 \backslash
31557 arabic{equation}}
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \series bold
31564
31565 \begin_inset Newline newline
31566 \end_inset
31567
31568
31569 \series default
31570 o
31571 \series bold
31572
31573 \begin_inset Newline newline
31574 \end_inset
31575
31576
31577 \backslash
31578 renewcommand{
31579 \backslash
31580 thetable}{
31581 \backslash
31582 arabic{table}}
31583 \end_layout
31584
31585 \begin_layout Standard
31586
31587 \series bold
31588
31589 \backslash
31590 numberwithin
31591 \series default
31592  usa internamente el comando 
31593 \series bold
31594
31595 \backslash
31596 @addtoreset
31597 \series default
31598 , descrito arriba, que también debe ser restaurado.
31599 \begin_inset ERT
31600 status collapsed
31601
31602 \begin_layout Plain Layout
31603
31604
31605 \backslash
31606 makeatletter
31607 \end_layout
31608
31609 \begin_layout Plain Layout
31610
31611
31612 \backslash
31613 @removefromreset{equation}{section}
31614 \end_layout
31615
31616 \begin_layout Plain Layout
31617
31618
31619 \backslash
31620 makeatother
31621 \end_layout
31622
31623 \end_inset
31624
31625
31626 \end_layout
31627
31628 \begin_layout Subsection
31629 Numeración con números romanos y letras
31630 \begin_inset Index idx
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634 Numeración de ecuaciones ! con números romanos
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \begin_inset Index idx
31641 status collapsed
31642
31643 \begin_layout Plain Layout
31644 Numeración de ecuaciones ! con letras
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \begin_layout Standard
31653 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31654  Por ejemplo, para numerar con romanos en minúscula,
31655 \begin_inset Foot
31656 status collapsed
31657
31658 \begin_layout Plain Layout
31659 Como en español no se usan romanos en minúscula, el estilo 
31660 \series bold
31661 spanish
31662 \series default
31663  del sistema 
31664 \series bold
31665 babel
31666 \series default
31667  redefine 
31668 \series bold
31669
31670 \backslash
31671 roman
31672 \series default
31673  para que los dé en versalitas.
31674  Véase 
31675 \begin_inset CommandInset citation
31676 LatexCommand cite
31677 key "spanish"
31678
31679 \end_inset
31680
31681  (
31682 \emph on
31683 N.
31684 \begin_inset space \thinspace{}
31685 \end_inset
31686
31687 del t
31688 \emph default
31689 ).
31690 \end_layout
31691
31692 \end_inset
31693
31694  se inserta el comando
31695 \end_layout
31696
31697 \begin_layout Standard
31698
31699 \series bold
31700
31701 \backslash
31702 renewcommand{
31703 \backslash
31704 theequation}{
31705 \backslash
31706 roman{equation}}
31707 \end_layout
31708
31709 \begin_layout Standard
31710 antes de la ecuación en modo TeX.
31711  
31712 \series bold
31713
31714 \backslash
31715 renewcommand
31716 \series default
31717
31718 \begin_inset Index idx
31719 status collapsed
31720
31721 \begin_layout Plain Layout
31722 Comandos ! R ! 
31723 \backslash
31724 renewcommand
31725 \end_layout
31726
31727 \end_inset
31728
31729  redefine el comando predefinido 
31730 \series bold
31731
31732 \backslash
31733 theequation
31734 \series default
31735  como 
31736 \series bold
31737
31738 \backslash
31739 roman{equation}
31740 \series default
31741 .
31742 \begin_inset Foot
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746 El comando 
31747 \series bold
31748
31749 \backslash
31750 renewcommand
31751 \series default
31752  tiene el mismo esquema que el comando 
31753 \series bold
31754
31755 \backslash
31756 newcommand
31757 \series default
31758 , descrito en 
31759 \begin_inset CommandInset ref
31760 LatexCommand ref
31761 reference "sub:El-comando-newcommand"
31762
31763 \end_inset
31764
31765 .
31766 \end_layout
31767
31768 \end_inset
31769
31770  
31771 \series bold
31772 equation
31773 \series default
31774  es el contador de ecuaciones.
31775  Si se usa el comando 
31776 \series bold
31777
31778 \backslash
31779 the
31780 \series default
31781  como prefijo de un contador, el valor del contador sale en números arábigos.
31782  Si una ecuación es numerada, LaTeX pone internamente el comando 
31783 \series bold
31784
31785 \backslash
31786 theequation
31787 \series default
31788  detrás de la ecuación.
31789  
31790 \series bold
31791
31792 \backslash
31793 roman{equation}
31794 \series default
31795
31796 \begin_inset Index idx
31797 status collapsed
31798
31799 \begin_layout Plain Layout
31800 Comandos ! R ! 
31801 \backslash
31802 roman
31803 \end_layout
31804
31805 \end_inset
31806
31807  pone el contador en romanos en minúscula.
31808 \end_layout
31809
31810 \begin_layout Standard
31811 Todas las ecuaciones siguientes a 
31812 \series bold
31813
31814 \backslash
31815 renew
31816 \series default
31817 c
31818 \series bold
31819 ommand
31820 \series default
31821  se numerarán en romanos.
31822  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31823  cambiando 
31824 \series bold
31825
31826 \backslash
31827 roman
31828 \series default
31829  por 
31830 \series bold
31831
31832 \backslash
31833 Roman
31834 \series default
31835
31836 \begin_inset Index idx
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840 Comandos ! R ! 
31841 \backslash
31842 roman@
31843 \backslash
31844 Roman
31845 \end_layout
31846
31847 \end_inset
31848
31849 .
31850  Para 
31851 \begin_inset Quotes fld
31852 \end_inset
31853
31854 numerar
31855 \begin_inset Quotes frd
31856 \end_inset
31857
31858  con minúsculas latinas hay el comando 
31859 \series bold
31860
31861 \backslash
31862 alph
31863 \series default
31864
31865 \begin_inset Index idx
31866 status collapsed
31867
31868 \begin_layout Plain Layout
31869 Comandos ! A ! 
31870 \backslash
31871 alph
31872 \end_layout
31873
31874 \end_inset
31875
31876 , y para mayúsculas el comando 
31877 \series bold
31878
31879 \backslash
31880 Alph
31881 \series default
31882
31883 \begin_inset Index idx
31884 status collapsed
31885
31886 \begin_layout Plain Layout
31887 Comandos ! A ! 
31888 \backslash
31889 alph@
31890 \backslash
31891 Alph
31892 \end_layout
31893
31894 \end_inset
31895
31896 .
31897 \end_layout
31898
31899 \begin_layout Standard
31900 \begin_inset Note Greyedout
31901 status collapsed
31902
31903 \begin_layout Plain Layout
31904
31905 \series bold
31906 Nota:
31907 \series default
31908  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31909 \end_layout
31910
31911 \end_inset
31912
31913
31914 \end_layout
31915
31916 \begin_layout Standard
31917 \begin_inset ERT
31918 status collapsed
31919
31920 \begin_layout Plain Layout
31921
31922
31923 \backslash
31924 renewcommand{
31925 \backslash
31926 theequation}{
31927 \backslash
31928 roman{equation}}
31929 \end_layout
31930
31931 \end_inset
31932
31933
31934 \begin_inset Formula \begin{equation}
31935 A=\textrm{romanos en minúscula}
31936 \end{equation}
31937
31938 \end_inset
31939
31940
31941 \begin_inset ERT
31942 status collapsed
31943
31944 \begin_layout Plain Layout
31945
31946
31947 \backslash
31948 renewcommand{
31949 \backslash
31950 theequation}{
31951 \backslash
31952 Roman{equation}}
31953 \end_layout
31954
31955 \end_inset
31956
31957
31958 \begin_inset Formula \begin{equation}
31959 B=\textrm{romanos en mayúscula}\label{eq:Rom}
31960 \end{equation}
31961
31962 \end_inset
31963
31964
31965 \begin_inset ERT
31966 status collapsed
31967
31968 \begin_layout Plain Layout
31969
31970
31971 \backslash
31972 renewcommand{
31973 \backslash
31974 theequation}{
31975 \backslash
31976 alph{equation}}
31977 \end_layout
31978
31979 \end_inset
31980
31981
31982 \begin_inset Formula \begin{equation}
31983 C=\textrm{latinas en minúscula}
31984 \end{equation}
31985
31986 \end_inset
31987
31988
31989 \begin_inset ERT
31990 status collapsed
31991
31992 \begin_layout Plain Layout
31993
31994
31995 \backslash
31996 renewcommand{
31997 \backslash
31998 theequation}{
31999 \backslash
32000 Alph{equation}}
32001 \end_layout
32002
32003 \end_inset
32004
32005
32006 \begin_inset Formula \begin{equation}
32007 D=\textrm{latinas en mayúscula}\label{eq:Lat}
32008 \end{equation}
32009
32010 \end_inset
32011
32012
32013 \end_layout
32014
32015 \begin_layout Standard
32016 Para volver a la numeración por omisión se inserta el comando:
32017 \end_layout
32018
32019 \begin_layout Standard
32020
32021 \series bold
32022
32023 \backslash
32024 renewcommand{
32025 \backslash
32026 theequation}{
32027 \backslash
32028 arabic{equation}}
32029 \begin_inset Index idx
32030 status collapsed
32031
32032 \begin_layout Plain Layout
32033 Comandos ! A ! 
32034 \backslash
32035 arabic
32036 \end_layout
32037
32038 \end_inset
32039
32040
32041 \end_layout
32042
32043 \begin_layout Standard
32044 \begin_inset ERT
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048
32049
32050 \backslash
32051 renewcommand{
32052 \backslash
32053 theequation}{
32054 \backslash
32055 arabic{equation}}
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \begin_inset Formula \begin{equation}
32062 E=\mbox{arábigos}
32063 \end{equation}
32064
32065 \end_inset
32066
32067
32068 \end_layout
32069
32070 \begin_layout Standard
32071 \begin_inset VSpace medskip
32072 \end_inset
32073
32074
32075 \end_layout
32076
32077 \begin_layout Standard
32078 Como ves, las ecuaciones se numeran consecutivamente independientemente
32079  del estilo de numeración.
32080  Cuando la numeración haya de empezar con 
32081 \begin_inset Quotes fld
32082 \end_inset
32083
32084 1
32085 \begin_inset Quotes frd
32086 \end_inset
32087
32088  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
32089  Una descripción sobre esto se encuentra en el archivo 
32090 \begin_inset CommandInset href
32091 LatexCommand href
32092 name "Formula-numbering.lyx"
32093 target "run:Formula-numbering.lyx"
32094
32095 \end_inset
32096
32097 .
32098 \end_layout
32099
32100 \begin_layout Section
32101 Símbolos y ecuaciones químicas
32102 \begin_inset CommandInset label
32103 LatexCommand label
32104 name "sub:Símbolos-y-ecuaciones-químicas"
32105
32106 \end_inset
32107
32108
32109 \begin_inset Index idx
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113 Química ! símbolos
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \begin_inset Index idx
32120 status collapsed
32121
32122 \begin_layout Plain Layout
32123 Química ! caracteres
32124 \end_layout
32125
32126 \end_inset
32127
32128
32129 \begin_inset Index idx
32130 status collapsed
32131
32132 \begin_layout Plain Layout
32133 Ecuación ! química|see
32134 \begin_inset ERT
32135 status collapsed
32136
32137 \begin_layout Plain Layout
32138
32139 {
32140 \end_layout
32141
32142 \end_inset
32143
32144 Química
32145 \begin_inset ERT
32146 status collapsed
32147
32148 \begin_layout Plain Layout
32149
32150 }
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \end_inset
32159
32160
32161 \begin_inset Index idx
32162 status collapsed
32163
32164 \begin_layout Plain Layout
32165 Química ! iones
32166 \end_layout
32167
32168 \end_inset
32169
32170
32171 \begin_inset Index idx
32172 status collapsed
32173
32174 \begin_layout Plain Layout
32175 Iones|see
32176 \begin_inset ERT
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180
32181 {
32182 \end_layout
32183
32184 \end_inset
32185
32186 Química
32187 \begin_inset ERT
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191
32192 }
32193 \end_layout
32194
32195 \end_inset
32196
32197
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \begin_inset Index idx
32204 status collapsed
32205
32206 \begin_layout Plain Layout
32207 Química ! reacción
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \begin_layout Standard
32216 Un ejemplo de texto de química:
32217 \end_layout
32218
32219 \begin_layout Quote
32220 El ión 
32221 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32222 \end_inset
32223
32224  reacciona con dos iones 
32225 \begin_inset Formula $\mathrm{Na^{+}}$
32226 \end_inset
32227
32228  para dar sulfato de sodio 
32229 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32230 \end_inset
32231
32232 .
32233  La ecuación química es:
32234 \begin_inset Formula \begin{equation}
32235 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
32236 \end{equation}
32237
32238 \end_inset
32239
32240
32241 \end_layout
32242
32243 \begin_layout Standard
32244 Esta ecuación química puede componerse directamente en modo ecuación.
32245  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32246  y con el atajo 
32247 \family sans
32248 Alt+C
32249 \begin_inset space ~
32250 \end_inset
32251
32252 R
32253 \family default
32254  se cambia en redonda.
32255 \begin_inset Foot
32256 status collapsed
32257
32258 \begin_layout Plain Layout
32259 véase estilos de fuentes en 
32260 \begin_inset CommandInset ref
32261 LatexCommand ref
32262 reference "sub:Estilos-de-fuentes"
32263
32264 \end_inset
32265
32266 .
32267 \end_layout
32268
32269 \end_inset
32270
32271
32272 \end_layout
32273
32274 \begin_layout Standard
32275 Para escribir ecuaciones químicas es más conveniente usar el comando 
32276 \series bold
32277
32278 \backslash
32279 ce
32280 \series default
32281
32282 \begin_inset Index idx
32283 status collapsed
32284
32285 \begin_layout Plain Layout
32286 Comandos ! C ! 
32287 \backslash
32288 ce
32289 \end_layout
32290
32291 \end_inset
32292
32293 , que está disponible si está instalado el paquete LaTeX 
32294 \series bold
32295 mhchem
32296 \series default
32297
32298 \begin_inset Index idx
32299 status collapsed
32300
32301 \begin_layout Plain Layout
32302 Paquetes ! mhchem
32303 \end_layout
32304
32305 \end_inset
32306
32307 .
32308  Al insertar  
32309 \series bold
32310
32311 \backslash
32312 ce
32313 \series default
32314  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
32315   ecuaciones químicas de una forma intuitiva.
32316 \end_layout
32317
32318 \begin_layout Standard
32319 \align center
32320 \begin_inset Tabular
32321 <lyxtabular version="3" rows="9" columns="2">
32322 <features tabularvalignment="middle">
32323 <column alignment="center" valignment="top" width="0">
32324 <column alignment="center" valignment="top" width="0">
32325 <row>
32326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32327 \begin_inset Text
32328
32329 \begin_layout Plain Layout
32330 Comando
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32336 \begin_inset Text
32337
32338 \begin_layout Plain Layout
32339 Resultado
32340 \begin_inset Note Note
32341 status collapsed
32342
32343 \begin_layout Plain Layout
32344
32345 \series bold
32346
32347 \backslash
32348 raisebox
32349 \series default
32350  se usa sólo como espaciador
32351 \end_layout
32352
32353 \end_inset
32354
32355
32356 \end_layout
32357
32358 \end_inset
32359 </cell>
32360 </row>
32361 <row>
32362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32363 \begin_inset Text
32364
32365 \begin_layout Plain Layout
32366
32367 \backslash
32368 ce
32369 \begin_inset ERT
32370 status collapsed
32371
32372 \begin_layout Plain Layout
32373
32374
32375 \backslash
32376 spce 
32377 \end_layout
32378
32379 \end_inset
32380
32381 H2CO3
32382 \end_layout
32383
32384 \end_inset
32385 </cell>
32386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32387 \begin_inset Text
32388
32389 \begin_layout Plain Layout
32390 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32391 \end_inset
32392
32393
32394 \end_layout
32395
32396 \end_inset
32397 </cell>
32398 </row>
32399 <row>
32400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32401 \begin_inset Text
32402
32403 \begin_layout Plain Layout
32404
32405 \backslash
32406 ce
32407 \begin_inset ERT
32408 status collapsed
32409
32410 \begin_layout Plain Layout
32411
32412
32413 \backslash
32414 spce 
32415 \end_layout
32416
32417 \end_inset
32418
32419 SO4^2-
32420 \end_layout
32421
32422 \end_inset
32423 </cell>
32424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32425 \begin_inset Text
32426
32427 \begin_layout Plain Layout
32428 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32429 \end_inset
32430
32431
32432 \end_layout
32433
32434 \end_inset
32435 </cell>
32436 </row>
32437 <row>
32438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32439 \begin_inset Text
32440
32441 \begin_layout Plain Layout
32442
32443 \backslash
32444 ce
32445 \begin_inset ERT
32446 status collapsed
32447
32448 \begin_layout Plain Layout
32449
32450
32451 \backslash
32452 spce 
32453 \end_layout
32454
32455 \end_inset
32456
32457 (NH4)2S
32458 \end_layout
32459
32460 \end_inset
32461 </cell>
32462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32463 \begin_inset Text
32464
32465 \begin_layout Plain Layout
32466 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32467 \end_inset
32468
32469
32470 \end_layout
32471
32472 \end_inset
32473 </cell>
32474 </row>
32475 <row>
32476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32477 \begin_inset Text
32478
32479 \begin_layout Plain Layout
32480
32481 \backslash
32482 ce
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 KCr(SO4)2.12H2O
32496 \end_layout
32497
32498 \end_inset
32499 </cell>
32500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32501 \begin_inset Text
32502
32503 \begin_layout Plain Layout
32504 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32505 \end_inset
32506
32507
32508 \end_layout
32509
32510 \end_inset
32511 </cell>
32512 </row>
32513 <row>
32514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32515 \begin_inset Text
32516
32517 \begin_layout Plain Layout
32518
32519 \backslash
32520 ce
32521 \begin_inset ERT
32522 status collapsed
32523
32524 \begin_layout Plain Layout
32525
32526
32527 \backslash
32528 spce 
32529 \end_layout
32530
32531 \end_inset
32532
32533 A-B
32534 \backslash
32535 dbond
32536 \begin_inset ERT
32537 status collapsed
32538
32539 \begin_layout Plain Layout
32540
32541
32542 \backslash
32543 spce 
32544 \end_layout
32545
32546 \end_inset
32547
32548 C
32549 \backslash
32550 tbond
32551 \begin_inset ERT
32552 status collapsed
32553
32554 \begin_layout Plain Layout
32555
32556
32557 \backslash
32558 spce 
32559 \end_layout
32560
32561 \end_inset
32562
32563 D
32564 \end_layout
32565
32566 \end_inset
32567 </cell>
32568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32569 \begin_inset Text
32570
32571 \begin_layout Plain Layout
32572 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32573 \end_inset
32574
32575
32576 \end_layout
32577
32578 \end_inset
32579 </cell>
32580 </row>
32581 <row>
32582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32583 \begin_inset Text
32584
32585 \begin_layout Plain Layout
32586
32587 \backslash
32588 ce
32589 \begin_inset ERT
32590 status collapsed
32591
32592 \begin_layout Plain Layout
32593
32594
32595 \backslash
32596 spce 
32597 \end_layout
32598
32599 \end_inset
32600
32601 ^227
32602 \begin_inset Formula $\downarrow$
32603 \end_inset
32604
32605 _90
32606 \begin_inset Formula $\to$
32607 \end_inset
32608
32609 Th+
32610 \end_layout
32611
32612 \end_inset
32613 </cell>
32614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32615 \begin_inset Text
32616
32617 \begin_layout Plain Layout
32618 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32619 \end_inset
32620
32621
32622 \end_layout
32623
32624 \end_inset
32625 </cell>
32626 </row>
32627 <row>
32628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32629 \begin_inset Text
32630
32631 \begin_layout Plain Layout
32632
32633 \backslash
32634 ce
32635 \begin_inset ERT
32636 status collapsed
32637
32638 \begin_layout Plain Layout
32639
32640
32641 \backslash
32642 spce 
32643 \end_layout
32644
32645 \end_inset
32646
32647 CO2
32648 \begin_inset ERT
32649 status collapsed
32650
32651 \begin_layout Plain Layout
32652
32653
32654 \backslash
32655 spce 
32656 \end_layout
32657
32658 \end_inset
32659
32660 +
32661 \begin_inset ERT
32662 status collapsed
32663
32664 \begin_layout Plain Layout
32665
32666
32667 \backslash
32668 spce 
32669 \end_layout
32670
32671 \end_inset
32672
32673 C
32674 \begin_inset ERT
32675 status collapsed
32676
32677 \begin_layout Plain Layout
32678
32679
32680 \backslash
32681 spce 
32682 \end_layout
32683
32684 \end_inset
32685
32686 <=>
32687 \begin_inset ERT
32688 status collapsed
32689
32690 \begin_layout Plain Layout
32691
32692
32693 \backslash
32694 spce 
32695 \end_layout
32696
32697 \end_inset
32698
32699 2CO
32700 \end_layout
32701
32702 \end_inset
32703 </cell>
32704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32705 \begin_inset Text
32706
32707 \begin_layout Plain Layout
32708 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \end_inset
32715 </cell>
32716 </row>
32717 <row>
32718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32719 \begin_inset Text
32720
32721 \begin_layout Plain Layout
32722
32723 \backslash
32724 ce
32725 \begin_inset ERT
32726 status collapsed
32727
32728 \begin_layout Plain Layout
32729
32730
32731 \backslash
32732 spce 
32733 \end_layout
32734
32735 \end_inset
32736
32737 CO2
32738 \begin_inset ERT
32739 status collapsed
32740
32741 \begin_layout Plain Layout
32742
32743
32744 \backslash
32745 spce 
32746 \end_layout
32747
32748 \end_inset
32749
32750 +
32751 \begin_inset ERT
32752 status collapsed
32753
32754 \begin_layout Plain Layout
32755
32756
32757 \backslash
32758 spce 
32759 \end_layout
32760
32761 \end_inset
32762
32763 C
32764 \begin_inset ERT
32765 status collapsed
32766
32767 \begin_layout Plain Layout
32768
32769
32770 \backslash
32771 spce 
32772 \end_layout
32773
32774 \end_inset
32775
32776 ->[
32777 \backslash
32778 alpha][
32779 \backslash
32780 beta]
32781 \begin_inset ERT
32782 status collapsed
32783
32784 \begin_layout Plain Layout
32785
32786
32787 \backslash
32788 spce 
32789 \end_layout
32790
32791 \end_inset
32792
32793 2CO}
32794 \end_layout
32795
32796 \end_inset
32797 </cell>
32798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32799 \begin_inset Text
32800
32801 \begin_layout Plain Layout
32802 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32803 \end_inset
32804
32805
32806 \end_layout
32807
32808 \end_inset
32809 </cell>
32810 </row>
32811 </lyxtabular>
32812
32813 \end_inset
32814
32815
32816 \end_layout
32817
32818 \begin_layout Standard
32819 \begin_inset Note Greyedout
32820 status open
32821
32822 \begin_layout Plain Layout
32823
32824 \series bold
32825 Nota:
32826 \series default
32827  Insertar una ecuación en un marco  
32828 \series bold
32829
32830 \backslash
32831 ce
32832 \series default
32833  provocará errores de LaTeX.
32834  En estos casos hay que usar código TeX, como en  
32835 \series bold
32836
32837 \backslash
32838 ce{$
32839 \backslash
32840 mu
32841 \backslash
32842 hyphen$Cl}
32843 \series default
32844
32845 \begin_inset ERT
32846 status collapsed
32847
32848 \begin_layout Plain Layout
32849
32850
32851 \backslash
32852 ce{$
32853 \backslash
32854 mu
32855 \backslash
32856 hyphen$Cl}
32857 \end_layout
32858
32859 \end_inset
32860
32861  
32862 \end_layout
32863
32864 \end_inset
32865
32866
32867 \end_layout
32868
32869 \begin_layout Standard
32870 El comando 
32871 \series bold
32872
32873 \backslash
32874 ce
32875 \series default
32876  para la ecuación
32877 \begin_inset space ~
32878 \end_inset
32879
32880
32881 \begin_inset CommandInset ref
32882 LatexCommand eqref
32883 reference "eq:reaccion-quimica"
32884
32885 \end_inset
32886
32887  es
32888 \begin_inset Newline newline
32889 \end_inset
32890
32891
32892 \series bold
32893  
32894 \backslash
32895 ce
32896 \begin_inset ERT
32897 status collapsed
32898
32899 \begin_layout Plain Layout
32900
32901
32902 \backslash
32903 spce 
32904 \end_layout
32905
32906 \end_inset
32907
32908 2Na+
32909 \begin_inset ERT
32910 status collapsed
32911
32912 \begin_layout Plain Layout
32913
32914
32915 \backslash
32916 spce 
32917 \end_layout
32918
32919 \end_inset
32920
32921 +
32922 \begin_inset ERT
32923 status collapsed
32924
32925 \begin_layout Plain Layout
32926
32927
32928 \backslash
32929 spce 
32930 \end_layout
32931
32932 \end_inset
32933
32934 SO4^2-
32935 \begin_inset ERT
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939
32940
32941 \backslash
32942 spce 
32943 \end_layout
32944
32945 \end_inset
32946
32947
32948 \begin_inset ERT
32949 status collapsed
32950
32951 \begin_layout Plain Layout
32952
32953
32954 \backslash
32955 spce 
32956 \end_layout
32957
32958 \end_inset
32959
32960 ->
32961 \begin_inset ERT
32962 status collapsed
32963
32964 \begin_layout Plain Layout
32965
32966
32967 \backslash
32968 spce 
32969 \end_layout
32970
32971 \end_inset
32972
32973 Na2SO4
32974 \end_layout
32975
32976 \begin_layout Standard
32977 Para componer ecuaciones químicas multilínea primero se crea una ecuación
32978  multilínea, tal como se describe en la 
32979 \begin_inset CommandInset ref
32980 LatexCommand ref
32981 reference "sec:Ecuaciones-multilínea"
32982
32983 \end_inset
32984
32985 .
32986  Después se utiliza el comando 
32987 \series bold
32988 /ce
32989 \series default
32990  en cada cuadrito azul de la ecuación.
32991  
32992 \begin_inset CommandInset ref
32993 LatexCommand eqref
32994 reference "eq:TEOS-reac-1"
32995
32996 \end_inset
32997
32998  y 
32999 \begin_inset CommandInset ref
33000 LatexCommand eqref
33001 reference "eq:TEOS-reac-2"
33002
33003 \end_inset
33004
33005  son un ejemplo de reacción química multifase en la que cada ecuación tiene
33006  su propio número.
33007 \begin_inset Formula \begin{eqnarray}
33008 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
33009 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
33010 \end{eqnarray}
33011
33012 \end_inset
33013
33014
33015 \end_layout
33016
33017 \begin_layout Standard
33018 Además de 
33019 \series bold
33020
33021 \backslash
33022 ce
33023 \series default
33024  el paquete 
33025 \series bold
33026 mhchem
33027 \series default
33028  suministra el comando 
33029 \series bold
33030
33031 \backslash
33032 cf
33033 \series default
33034
33035 \begin_inset Index idx
33036 status collapsed
33037
33038 \begin_layout Plain Layout
33039 Comandos ! C ! 
33040 \backslash
33041 cf
33042 \end_layout
33043
33044 \end_inset
33045
33046  que ha de utilizarse en casos especiales.
33047  Para más información sobre 
33048 \series bold
33049
33050 \backslash
33051 cf
33052 \series default
33053  y más ejemplos echa un vistazo a la documentación de 
33054 \series bold
33055 mhchem
33056 \series default
33057
33058 \begin_inset CommandInset citation
33059 LatexCommand cite
33060 key "mhchem"
33061
33062 \end_inset
33063
33064 .
33065 \end_layout
33066
33067 \begin_layout Section
33068 Diagramas
33069 \end_layout
33070
33071 \begin_layout Standard
33072 Lyx soporta dos tipos de diagramas conmutativos: 
33073 \series bold
33074 amscd
33075 \series default
33076  y 
33077 \series bold
33078 xymatrix
33079 \series default
33080 , que se explican a continuación.
33081 \end_layout
33082
33083 \begin_layout Subsection
33084 Diagramas amscd
33085 \begin_inset Index idx
33086 status collapsed
33087
33088 \begin_layout Plain Layout
33089 Diagramas ! amscd
33090 \end_layout
33091
33092 \end_inset
33093
33094
33095 \end_layout
33096
33097 \begin_layout Standard
33098 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33099  verticales y horizontales:
33100 \begin_inset Formula \[
33101 \begin{CD}A@)))B@)))C\\
33102 @AAA@.@VVV\\
33103 F@(((E@(((D
33104 \end{CD}
33105 \]
33106
33107 \end_inset
33108
33109 Para obtener el diagrama se inserta en la ecuación el comando 
33110 \series bold
33111
33112 \backslash
33113 CD
33114 \begin_inset Index idx
33115 status collapsed
33116
33117 \begin_layout Plain Layout
33118 Comandos ! C ! 
33119 \backslash
33120 CD
33121 \end_layout
33122
33123 \end_inset
33124
33125
33126 \series default
33127 .
33128  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33129  continuación comandos.
33130  Con 
33131 \family sans
33132 Ctrl+Entrar
33133 \family default
33134  se inicia una nueva línea.
33135  En las líneas impares se insertan relaciones horizontales, en las pares
33136  verticales.
33137 \end_layout
33138
33139 \begin_layout Standard
33140 Para componer las relaciones hay los siguientes comandos:
33141 \begin_inset Foot
33142 status collapsed
33143
33144 \begin_layout Plain Layout
33145 \begin_inset CommandInset label
33146 LatexCommand label
33147 name "fn:sinónimos"
33148
33149 \end_inset
33150
33151 Los comandos con 
33152 \family sans
33153 '
33154 \series bold
33155 >
33156 \series default
33157 '
33158 \family default
33159  o 
33160 \family sans
33161 '
33162 \series bold
33163 <
33164 \series default
33165 '
33166 \family default
33167  pueden generar errores con el estilo 
33168 \series bold
33169 spanish
33170 \series default
33171  de 
33172 \series bold
33173 babel
33174 \series default
33175 .
33176  Para evitarlo se pueden sustituir por sus sinónimos 
33177 \family sans
33178 '
33179 \series bold
33180 )
33181 \series default
33182 '
33183 \family default
33184  y 
33185 \family sans
33186 '
33187 \series bold
33188 (
33189 \series default
33190 '
33191 \family default
33192  respectivamente.
33193  Véase 
33194 \begin_inset CommandInset citation
33195 LatexCommand cite
33196 key "spanish"
33197
33198 \end_inset
33199
33200 .
33201  (
33202 \emph on
33203 N.
33204 \begin_inset space \thinspace{}
33205 \end_inset
33206
33207 del t.
33208 \emph default
33209 )
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \begin_layout Itemize
33218
33219 \series bold
33220 @<<<
33221 \series default
33222  genera una flecha hacia la izquierda, 
33223 \series bold
33224 @>>>
33225 \series default
33226  una hacia la derecha, y 
33227 \series bold
33228 @=
33229 \series default
33230  un signo igual largo
33231 \end_layout
33232
33233 \begin_layout Itemize
33234
33235 \series bold
33236 @AAA
33237 \series default
33238  genera una flecha hacia arriba, 
33239 \series bold
33240 @VVV
33241 \series default
33242  una hacia abajo, y 
33243 \series bold
33244 @|
33245 \series default
33246  un signo igual vertical
33247 \end_layout
33248
33249 \begin_layout Itemize
33250
33251 \series bold
33252 @.
33253
33254 \series default
33255  genera una ubicación vacía para relaciones inexistentes
33256 \end_layout
33257
33258 \begin_layout Standard
33259 Todas las flechas pueden etiquetarse como sigue:
33260 \end_layout
33261
33262 \begin_layout Itemize
33263 Si se inserta texto entre el primero y el segundo 
33264 \series bold
33265 <
33266 \series default
33267  o 
33268 \series bold
33269 >
33270 \series default
33271 , respectivamente, se muestra sobre la flecha.
33272  Si se inserta entre el segundo y el tercero, bajo la flecha.
33273 \end_layout
33274
33275 \begin_layout Itemize
33276 Para flechas verticales, si se inserta texto entre la primera y la segunda
33277  
33278 \series bold
33279 A
33280 \series default
33281  o 
33282 \series bold
33283 V
33284 \series default
33285 , respectivamente, se muestra al lado izquierdo de la flecha.
33286  Si se inserta entre la segunda y la tercera, al lado derecho.
33287  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33288 \end_layout
33289
33290 \begin_layout Standard
33291 Como ejemplo un diagrama con todas las relaciones posibles:
33292 \begin_inset Formula \[
33293 \begin{CD}A@)j))B@))k)C@=F\\
33294 @AmAA@.@VV{V}V@|\\
33295 D@((j\,(E@)k))F@=C
33296 \end{CD}
33297 \]
33298
33299 \end_inset
33300
33301 El comando para este diagrama es:
33302 \begin_inset Newline newline
33303 \end_inset
33304
33305
33306 \series bold
33307
33308 \backslash
33309 CD
33310 \begin_inset ERT
33311 status collapsed
33312
33313 \begin_layout Plain Layout
33314
33315
33316 \backslash
33317 spce 
33318 \end_layout
33319
33320 \end_inset
33321
33322 A@>j>>B@>>k>C@=F Ctrl+Entrar
33323 \begin_inset Newline newline
33324 \end_inset
33325
33326
33327 \begin_inset Phantom HPhantom
33328 status open
33329
33330 \begin_layout Plain Layout
33331
33332 \series bold
33333
33334 \backslash
33335 CD
33336 \begin_inset ERT
33337 status collapsed
33338
33339 \begin_layout Plain Layout
33340
33341
33342 \backslash
33343 spce 
33344 \end_layout
33345
33346 \end_inset
33347
33348
33349 \end_layout
33350
33351 \end_inset
33352
33353 @AmAA@.@VV
33354 \backslash
33355 {V
33356 \series default
33357
33358 \begin_inset Formula $\to$
33359 \end_inset
33360
33361
33362 \series bold
33363 V@| Ctrl+Entrar
33364 \begin_inset Newline newline
33365 \end_inset
33366
33367
33368 \begin_inset Phantom HPhantom
33369 status open
33370
33371 \begin_layout Plain Layout
33372
33373 \series bold
33374
33375 \backslash
33376 CD
33377 \begin_inset ERT
33378 status collapsed
33379
33380 \begin_layout Plain Layout
33381
33382
33383 \backslash
33384 spce 
33385 \end_layout
33386
33387 \end_inset
33388
33389
33390 \end_layout
33391
33392 \end_inset
33393
33394 D@<<j<E@>k>>F@=C
33395 \end_layout
33396
33397 \begin_layout Subsection
33398 Diagramas xymatrix
33399 \begin_inset Index idx
33400 status collapsed
33401
33402 \begin_layout Plain Layout
33403 Diagramas ! xymatrix
33404 \end_layout
33405
33406 \end_inset
33407
33408
33409 \end_layout
33410
33411 \begin_layout Standard
33412 Para usar matrices xy debe estar instalado el paquete LaTeX 
33413 \series bold
33414 xypic
33415 \series default
33416 .
33417  Una matriz xy se crea insertando el comando 
33418 \series bold
33419
33420 \backslash
33421 xymatrix
33422 \series default
33423  en una ecuación.
33424  Después podrás añadir nuevas columnas y filas como en matrices normales,
33425  véase
33426 \begin_inset space ~
33427 \end_inset
33428
33429
33430 \begin_inset CommandInset ref
33431 LatexCommand ref
33432 reference "sec:Matrices"
33433
33434 \end_inset
33435
33436 .
33437 \end_layout
33438
33439 \begin_layout Standard
33440 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33441  y curvadas, y mucho más.
33442  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33443  se explican en el 
33444 \emph on
33445 Manual de XY-pic
33446 \emph default
33447  que se encuentra en el menú 
33448 \family sans
33449 Ayuda\SpecialChar \menuseparator
33450 Manuales
33451 \begin_inset space ~
33452 \end_inset
33453
33454 específicos
33455 \family default
33456 .
33457 \end_layout
33458
33459 \begin_layout Subsection
33460 Diagramas 
33461 \noun on
33462 Feynman
33463 \noun default
33464
33465 \begin_inset Index idx
33466 status collapsed
33467
33468 \begin_layout Plain Layout
33469 Diagramas ! Feynman
33470 \end_layout
33471
33472 \end_inset
33473
33474
33475 \end_layout
33476
33477 \begin_layout Standard
33478 Para usar diagramas 
33479 \noun on
33480 Feynman
33481 \noun default
33482  debe estar instalado el paquete LaTeX 
33483 \series bold
33484 feyn
33485 \series default
33486 .
33487  Un diagrama 
33488 \noun on
33489 Feynman
33490 \noun default
33491  se crea insertando el comando 
33492 \series bold
33493
33494 \backslash
33495 Diagram
33496 \series default
33497  en una ecuación.
33498  Después podrás añadir nuevas columnas y filas como en matrices normales,
33499  véase
33500 \begin_inset space ~
33501 \end_inset
33502
33503
33504 \begin_inset CommandInset ref
33505 LatexCommand ref
33506 reference "sec:Matrices"
33507
33508 \end_inset
33509
33510 .
33511 \end_layout
33512
33513 \begin_layout Standard
33514 En el 
33515 \emph on
33516 Manual de diagramas Feynman
33517 \emph default
33518 , disponible en 
33519 \family sans
33520 Ayuda\SpecialChar \menuseparator
33521 Manuales
33522 \begin_inset space ~
33523 \end_inset
33524
33525 específicos
33526 \family default
33527 , hay ejemplos de diagramas de este tipo.
33528 \end_layout
33529
33530 \begin_layout Section
33531 Comandos definidos por el usuario
33532 \begin_inset Index idx
33533 status collapsed
33534
33535 \begin_layout Plain Layout
33536 Comandos de usuario
33537 \end_layout
33538
33539 \end_inset
33540
33541
33542 \end_layout
33543
33544 \begin_layout Standard
33545 \begin_inset Note Greyedout
33546 status collapsed
33547
33548 \begin_layout Plain Layout
33549
33550 \series bold
33551 Nota:
33552 \series default
33553  Los nombres de los comandos definidos por el usuario y macros solo pueden
33554  contener letras latinas.
33555 \end_layout
33556
33557 \end_inset
33558
33559
33560 \end_layout
33561
33562 \begin_layout Subsection
33563 El comando 
33564 \backslash
33565 newcommand
33566 \begin_inset CommandInset label
33567 LatexCommand label
33568 name "sub:El-comando-newcommand"
33569
33570 \end_inset
33571
33572
33573 \begin_inset Index idx
33574 status collapsed
33575
33576 \begin_layout Plain Layout
33577 Comandos de usuario ! 
33578 \backslash
33579 newcommand
33580 \end_layout
33581
33582 \end_inset
33583
33584
33585 \begin_inset Index idx
33586 status collapsed
33587
33588 \begin_layout Plain Layout
33589 Comandos ! N ! 
33590 \backslash
33591 newcommand
33592 \end_layout
33593
33594 \end_inset
33595
33596
33597 \end_layout
33598
33599 \begin_layout Standard
33600 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33601  Pero es posible definir nuevos comandos más cortos con el comando 
33602 \series bold
33603
33604 \backslash
33605 newcommand
33606 \series default
33607 .
33608  
33609 \end_layout
33610
33611 \begin_layout Standard
33612 El esquema del comando 
33613 \series bold
33614
33615 \backslash
33616 newcommand
33617 \series default
33618  es:
33619 \end_layout
33620
33621 \begin_layout Standard
33622
33623 \series bold
33624
33625 \backslash
33626 newcommand{nombre nuevo de comando}[número de argumentos]
33627 \begin_inset Newline newline
33628 \end_inset
33629
33630
33631 \begin_inset Phantom HPhantom
33632 status open
33633
33634 \begin_layout Plain Layout
33635
33636 \series bold
33637
33638 \backslash
33639 newcommand
33640 \end_layout
33641
33642 \end_inset
33643
33644 [valor opcional]{definición de comando}
33645 \end_layout
33646
33647 \begin_layout Standard
33648 \begin_inset Note Greyedout
33649 status collapsed
33650
33651 \begin_layout Plain Layout
33652
33653 \series bold
33654 Nota:
33655 \series default
33656  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33657  documento o en paquetes LaTeX que uses.
33658  Si p.
33659 \begin_inset space \thinspace{}
33660 \end_inset
33661
33662 e.
33663  defines el comando 
33664 \series bold
33665
33666 \backslash
33667 le
33668 \series default
33669  para 
33670 \series bold
33671
33672 \backslash
33673 Leftarrow,
33674 \series default
33675  se producirán errores porque 
33676 \series bold
33677
33678 \backslash
33679 le
33680 \series default
33681  ya existe como comando para 
33682 \begin_inset Quotes fld
33683 \end_inset
33684
33685
33686 \begin_inset Formula $\le$
33687 \end_inset
33688
33689
33690 \begin_inset Quotes frd
33691 \end_inset
33692
33693 .
33694
33695 \series bold
33696  
33697 \end_layout
33698
33699 \end_inset
33700
33701
33702 \end_layout
33703
33704 \begin_layout Standard
33705 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33706  argumentos debería tener el nuevo comando.
33707  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33708  Cuando se hace esto, el 
33709 \emph on
33710 primer
33711 \emph default
33712  argumento del nuevo comando es automáticamente opcional.
33713 \end_layout
33714
33715 \begin_layout Standard
33716 Veamos unos ejemplos:
33717 \end_layout
33718
33719 \begin_layout Itemize
33720 Para definir el comando 
33721 \series bold
33722
33723 \backslash
33724 gr
33725 \series default
33726  para 
33727 \series bold
33728
33729 \backslash
33730 Longrightarrow
33731 \series default
33732 , la línea de preámbulo LaTeX es:
33733 \begin_inset VSpace medskip
33734 \end_inset
33735
33736
33737 \begin_inset Newline newline
33738 \end_inset
33739
33740
33741 \series bold
33742
33743 \backslash
33744 newcommand{
33745 \backslash
33746 gr}{
33747 \backslash
33748 Longrightarrow}
33749 \end_layout
33750
33751 \begin_layout Itemize
33752 Para definir el comando 
33753 \series bold
33754
33755 \backslash
33756 us
33757 \series default
33758  para 
33759 \series bold
33760
33761 \backslash
33762 underline
33763 \series default
33764 , el argumento (que sería subrayado) debe tenerse en cuenta.
33765  Para esto la línea de preámbulo es:
33766 \begin_inset VSpace medskip
33767 \end_inset
33768
33769
33770 \begin_inset Newline newline
33771 \end_inset
33772
33773
33774 \series bold
33775
33776 \backslash
33777 newcommand{
33778 \backslash
33779 us}[1]{
33780 \backslash
33781 underline{#1}}
33782 \series default
33783
33784 \begin_inset VSpace medskip
33785 \end_inset
33786
33787
33788 \begin_inset Newline newline
33789 \end_inset
33790
33791 El carácter 
33792 \series bold
33793 #
33794 \series default
33795  actúa como colocador del argumento, el 
33796 \series bold
33797 1
33798 \series default
33799  indica que es el colocador para el primer argumento.
33800 \end_layout
33801
33802 \begin_layout Itemize
33803 Para 
33804 \series bold
33805
33806 \backslash
33807 framebox
33808 \series default
33809  se puede p.
33810 \begin_inset space \thinspace{}
33811 \end_inset
33812
33813 e.
33814  definir el comando 
33815 \series bold
33816
33817 \backslash
33818 fb
33819 \series default
33820 :
33821 \begin_inset VSpace medskip
33822 \end_inset
33823
33824
33825 \begin_inset Newline newline
33826 \end_inset
33827
33828
33829 \series bold
33830
33831 \backslash
33832 newcommand{
33833 \backslash
33834 fb}[3]{
33835 \backslash
33836 framebox#1#2{$#3$}}
33837 \series default
33838
33839 \begin_inset VSpace medskip
33840 \end_inset
33841
33842
33843 \begin_inset Newline newline
33844 \end_inset
33845
33846 Los dos signos dólar generan la ecuación extra necesaria para 
33847 \series bold
33848
33849 \backslash
33850 framebox
33851 \series default
33852 , véase 
33853 \begin_inset CommandInset ref
33854 LatexCommand ref
33855 reference "sub:Cuadros-con-marco"
33856
33857 \end_inset
33858
33859 .
33860 \end_layout
33861
33862 \begin_layout Itemize
33863 Para crear un nuevo comando para 
33864 \series bold
33865
33866 \backslash
33867 fcolorbox
33868 \series default
33869  donde no es necesario especificar el color para el cuadro, el argumento
33870  para el color se define opcional:
33871 \begin_inset VSpace medskip
33872 \end_inset
33873
33874
33875 \begin_inset Newline newline
33876 \end_inset
33877
33878
33879 \series bold
33880
33881 \backslash
33882 newcommand{
33883 \backslash
33884 cb}[3][white]{
33885 \backslash
33886 fcolorbox{#2}{#1}{$#3$}}
33887 \series default
33888
33889 \begin_inset VSpace medskip
33890 \end_inset
33891
33892
33893 \begin_inset Newline newline
33894 \end_inset
33895
33896 Si el color no es especificado al usar 
33897 \series bold
33898
33899 \backslash
33900 cb
33901 \series default
33902 , se elige el color 
33903 \series bold
33904 white
33905 \series default
33906  predefinido.
33907 \end_layout
33908
33909 \begin_layout Standard
33910 Un ensayo con los nuevos comandos definidos:
33911 \end_layout
33912
33913 \begin_layout Standard
33914 \noindent
33915 \align center
33916 \begin_inset Tabular
33917 <lyxtabular version="3" rows="6" columns="2">
33918 <features tabularvalignment="middle">
33919 <column alignment="center" valignment="top" width="0">
33920 <column alignment="center" valignment="top" width="0">
33921 <row>
33922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33923 \begin_inset Text
33924
33925 \begin_layout Plain Layout
33926 Comando
33927 \end_layout
33928
33929 \end_inset
33930 </cell>
33931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33932 \begin_inset Text
33933
33934 \begin_layout Plain Layout
33935 Resultado
33936 \begin_inset Note Note
33937 status collapsed
33938
33939 \begin_layout Plain Layout
33940
33941 \series bold
33942
33943 \backslash
33944 raisebox
33945 \series default
33946  se usa sólo como espaciador
33947 \end_layout
33948
33949 \end_inset
33950
33951
33952 \end_layout
33953
33954 \end_inset
33955 </cell>
33956 </row>
33957 <row>
33958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33959 \begin_inset Text
33960
33961 \begin_layout Plain Layout
33962 A
33963 \backslash
33964 gr
33965 \begin_inset ERT
33966 status collapsed
33967
33968 \begin_layout Plain Layout
33969
33970
33971 \backslash
33972 spce 
33973 \end_layout
33974
33975 \end_inset
33976
33977 B
33978 \end_layout
33979
33980 \end_inset
33981 </cell>
33982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33983 \begin_inset Text
33984
33985 \begin_layout Plain Layout
33986 \begin_inset Formula $A\gr B$
33987 \end_inset
33988
33989
33990 \end_layout
33991
33992 \end_inset
33993 </cell>
33994 </row>
33995 <row>
33996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33997 \begin_inset Text
33998
33999 \begin_layout Plain Layout
34000
34001 \backslash
34002 us{ABcd
34003 \end_layout
34004
34005 \end_inset
34006 </cell>
34007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34008 \begin_inset Text
34009
34010 \begin_layout Plain Layout
34011 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
34012 \end_inset
34013
34014
34015 \end_layout
34016
34017 \end_inset
34018 </cell>
34019 </row>
34020 <row>
34021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34022 \begin_inset Text
34023
34024 \begin_layout Plain Layout
34025
34026 \backslash
34027 fb{[2cm]
34028 \begin_inset Formula $\to$
34029 \end_inset
34030
34031
34032 \backslash
34033 {
34034 \begin_inset Formula $\to$
34035 \end_inset
34036
34037
34038 \backslash
34039 {
34040 \backslash
34041 int
34042 \begin_inset ERT
34043 status collapsed
34044
34045 \begin_layout Plain Layout
34046
34047
34048 \backslash
34049 spce 
34050 \end_layout
34051
34052 \end_inset
34053
34054 A=B
34055 \end_layout
34056
34057 \end_inset
34058 </cell>
34059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34060 \begin_inset Text
34061
34062 \begin_layout Plain Layout
34063 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \end_inset
34070 </cell>
34071 </row>
34072 <row>
34073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34074 \begin_inset Text
34075
34076 \begin_layout Plain Layout
34077
34078 \backslash
34079 cb{red
34080 \begin_inset Formula $\to$
34081 \end_inset
34082
34083
34084 \backslash
34085 {
34086 \backslash
34087 int
34088 \begin_inset ERT
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092
34093
34094 \backslash
34095 spce 
34096 \end_layout
34097
34098 \end_inset
34099
34100 A=B
34101 \end_layout
34102
34103 \end_inset
34104 </cell>
34105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34106 \begin_inset Text
34107
34108 \begin_layout Plain Layout
34109 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
34110 \end_inset
34111
34112
34113 \end_layout
34114
34115 \end_inset
34116 </cell>
34117 </row>
34118 <row>
34119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34120 \begin_inset Text
34121
34122 \begin_layout Plain Layout
34123
34124 \backslash
34125 cb[green]
34126 \backslash
34127 {red
34128 \begin_inset Formula $\to$
34129 \end_inset
34130
34131
34132 \backslash
34133 {
34134 \backslash
34135 int
34136 \begin_inset ERT
34137 status collapsed
34138
34139 \begin_layout Plain Layout
34140
34141
34142 \backslash
34143 spce 
34144 \end_layout
34145
34146 \end_inset
34147
34148 A=B
34149 \end_layout
34150
34151 \end_inset
34152 </cell>
34153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34154 \begin_inset Text
34155
34156 \begin_layout Plain Layout
34157 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \end_inset
34164 </cell>
34165 </row>
34166 </lyxtabular>
34167
34168 \end_inset
34169
34170
34171 \end_layout
34172
34173 \begin_layout Subsection
34174 Macros de ecuaciones
34175 \begin_inset Index idx
34176 status collapsed
34177
34178 \begin_layout Plain Layout
34179 Comandos de usuario ! Macros de ecuaciones
34180 \end_layout
34181
34182 \end_inset
34183
34184
34185 \begin_inset Index idx
34186 status collapsed
34187
34188 \begin_layout Plain Layout
34189 Macros
34190 \end_layout
34191
34192 \end_inset
34193
34194
34195 \end_layout
34196
34197 \begin_layout Standard
34198 Los comandos definidos por el usuario son especialmente convenientes para
34199  expresiones complejas.
34200  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
34201  el mismo tipo de solución se repite varias veces.
34202  La forma general de una ecuación de segundo grado es:
34203 \begin_inset Formula \[
34204 0=\lambda^{2}+p\lambda+q
34205 \]
34206
34207 \end_inset
34208
34209 La forma general de la solución es:
34210 \begin_inset Formula \[
34211 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
34212 \]
34213
34214 \end_inset
34215
34216
34217 \end_layout
34218
34219 \begin_layout Standard
34220 Para definir un comando para la ecuación de la solución, en donde solo hay
34221  que especificar los tres parámetros 
34222 \begin_inset Formula $\lambda$
34223 \end_inset
34224
34225
34226 \begin_inset Formula $p$
34227 \end_inset
34228
34229 , y 
34230 \begin_inset Formula $q$
34231 \end_inset
34232
34233 , y el índice de 
34234 \begin_inset Formula $\lambda$
34235 \end_inset
34236
34237  puede darse opcionalmente, la línea de preámbulo LaTeX es
34238 \begin_inset Newline newline
34239 \end_inset
34240
34241
34242 \series bold
34243
34244 \backslash
34245 newcommand{
34246 \backslash
34247 qG}[4][1,
34248 \backslash
34249 ,2]{#2_{#1}=-
34250 \backslash
34251 frac{#3}{2}
34252 \backslash
34253 pm
34254 \begin_inset Newline newline
34255 \end_inset
34256
34257
34258 \begin_inset Phantom HPhantom
34259 status open
34260
34261 \begin_layout Plain Layout
34262
34263 \series bold
34264
34265 \backslash
34266 newcommand
34267 \end_layout
34268
34269 \end_inset
34270
34271
34272 \backslash
34273 sqrt{
34274 \backslash
34275 frac{#3^{2}}{4}-#4}}
34276 \end_layout
34277
34278 \begin_layout Standard
34279 Para generar la solución se inserta el comando
34280 \begin_inset Newline newline
34281 \end_inset
34282
34283
34284 \series bold
34285
34286 \backslash
34287 qG{
34288 \backslash
34289 lambda
34290 \begin_inset Formula $\to$
34291 \end_inset
34292
34293
34294 \backslash
34295 {p
34296 \begin_inset Formula $\to$
34297 \end_inset
34298
34299
34300 \backslash
34301 {q
34302 \series default
34303  en una ecuación
34304 \series bold
34305 .
34306 \end_layout
34307
34308 \begin_layout Standard
34309 La definición del nuevo comando no es intuitiva porque hay que conocer los
34310  esquemas de todos los comandos LaTeX usados, p.
34311 \begin_inset space \thinspace{}
34312 \end_inset
34313
34314 e., que una fracción se inserta en LaTeX como
34315 \series bold
34316  
34317 \backslash
34318 frac{numerador}{denominador}
34319 \series default
34320 .
34321  Además, uno puede olvidar fácilmente una llave en la definición y no puede
34322  ver en LyX lo que el nuevo comando está haciendo.
34323  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
34324  ecuación en vez del comando
34325 \series bold
34326  
34327 \backslash
34328 newcommand
34329 \series default
34330 .
34331 \end_layout
34332
34333 \begin_layout Standard
34334 Una macro de ecuación se crea con el menú 
34335 \family sans
34336 Insertar\SpecialChar \menuseparator
34337 Ecuación\SpecialChar \menuseparator
34338 Macro
34339 \family default
34340  o con el botón 
34341 \begin_inset Graphics
34342         filename ../../images/math-macro_newmacroname_newcommand.png
34343         scale 85
34344
34345 \end_inset
34346
34347  de la barra de herramientas.
34348  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
34349  como el siguiente donde se define la macro:
34350 \begin_inset Newline newline
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \begin_layout Standard
34357 \begin_inset space \hspace*{\fill}
34358 \end_inset
34359
34360
34361 \begin_inset Graphics
34362         filename ../clipart/macrobox.png
34363
34364 \end_inset
34365
34366
34367 \begin_inset space \hspace*{\fill}
34368 \end_inset
34369
34370
34371 \begin_inset Newline newline
34372 \end_inset
34373
34374
34375 \begin_inset FormulaMacro
34376 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34377 \end_inset
34378
34379
34380 \backslash
34381 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
34382  En el primer marco azul se inserta la ecuación buscada.
34383  Con el comando 
34384 \series bold
34385
34386 \backslash
34387 #númerodeargumento
34388 \series default
34389 , , o con el botón 
34390 \begin_inset Graphics
34391         filename ../../images/math-macro-add-param.png
34392         scale 85
34393
34394 \end_inset
34395
34396  de la barra de herramientas de macros se inserta un colocador de argumento,
34397  p.
34398 \begin_inset space \thinspace{}
34399 \end_inset
34400
34401 e
34402 \begin_inset space \space{}
34403 \end_inset
34404
34405
34406 \series bold
34407
34408 \backslash
34409 #1
34410 \series default
34411 .
34412  Los colocadores de argumento se muestran en rojo.
34413  Se pueden poner 9 argumentos como máximo.
34414  Con el botón 
34415 \begin_inset Graphics
34416         filename ../../images/math-macro-add-optional-param.png
34417         scale 85
34418
34419 \end_inset
34420
34421  se crean argumentos opcionales.
34422  El primer argumento no opcional puede transformarse en opcional con el
34423  botón 
34424 \begin_inset Graphics
34425         filename ../../images/math-macro-make-optional.png
34426         scale 85
34427
34428 \end_inset
34429
34430 .
34431  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
34432  Normalmente quieres verlo tal como está definido, así que el recuadro se
34433  deja vacío.
34434  Pero si has creado una macro que necesita mucho espacio en la pantalla,
34435  en dicho recuadro puedes insertar, por ejemplo
34436 \begin_inset Newline newline
34437 \end_inset
34438
34439
34440 \series bold
34441 qG: 
34442 \backslash
34443 #1
34444 \series default
34445  
34446 \series bold
34447 ,
34448 \series default
34449  
34450 \series bold
34451
34452 \backslash
34453 #2
34454 \series default
34455  
34456 \series bold
34457 ,
34458 \series default
34459  
34460 \series bold
34461
34462 \backslash
34463 #3, 
34464 \backslash
34465 #4
34466 \begin_inset Newline newline
34467 \end_inset
34468
34469
34470 \series default
34471 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
34472  en LyX, lo que conlleva una visualización mejor.
34473  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
34474 \begin_inset Newline newline
34475 \end_inset
34476
34477 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
34478  macros individuales situando el cursor en la macro y usando el menú 
34479 \family sans
34480 Ver\SpecialChar \menuseparator
34481 (Des)plegar macro de ecuación.
34482 \end_layout
34483
34484 \begin_layout Standard
34485 Para usar una macro, se inserta el nombre de la misma como comando en una
34486  ecuación, en nuestro caso 
34487 \series bold
34488
34489 \backslash
34490 qG
34491 \series default
34492 .
34493  Nuestra macro se muestra en LyX así:
34494 \begin_inset Newline newline
34495 \end_inset
34496
34497
34498 \begin_inset space \hspace*{\fill}
34499 \end_inset
34500
34501
34502 \begin_inset Graphics
34503         filename ../clipart/macrouse.png
34504
34505 \end_inset
34506
34507
34508 \begin_inset space \hspace*{\fill}
34509 \end_inset
34510
34511
34512 \begin_inset Newline newline
34513 \end_inset
34514
34515 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34516 \begin_inset Formula $x$
34517 \end_inset
34518
34519
34520 \begin_inset Formula $\ln(x)$
34521 \end_inset
34522
34523 , y 
34524 \begin_inset Formula $B$
34525 \end_inset
34526
34527 :
34528 \end_layout
34529
34530 \begin_layout Standard
34531 \begin_inset Formula \[
34532 \qG x{\ln(x)}B
34533 \]
34534
34535 \end_inset
34536
34537
34538 \end_layout
34539
34540 \begin_layout Standard
34541 LyX ofrece en el menú 
34542 \family sans
34543 Herramientas
34544 \family default
34545 \SpecialChar \menuseparator
34546
34547 \family sans
34548 Preferencias\SpecialChar \menuseparator
34549 Edición\SpecialChar \menuseparator
34550 Control
34551 \family default
34552  diferentes estilos para editar macros.
34553  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34554  cursor en una macro para ver la diferencia.
34555 \end_layout
34556
34557 \begin_layout Standard
34558 Una macro de ecuación se transforma internamente en un comando 
34559 \series bold
34560
34561 \backslash
34562 newcommand
34563 \series default
34564  cuando se exporta el documento.
34565  El comando creado 
34566 \series bold
34567
34568 \backslash
34569 newcommand
34570 \series default
34571  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
34572  usar en ecuaciones que estén en recuadros de definición de macros en el
34573  documento.
34574  
34575 \end_layout
34576
34577 \begin_layout Standard
34578 Las macros de ecuación también pueden crearse directamente a partir de un
34579  comando
34580 \series bold
34581  
34582 \backslash
34583 newcommand
34584 \series default
34585 .
34586  Por ejemplo, escribiendo el comando
34587 \begin_inset Newline newline
34588 \end_inset
34589
34590
34591 \series bold
34592
34593 \backslash
34594 newcommand{
34595 \backslash
34596 larrow}[2]{
34597 \backslash
34598 xleftarrow[#2]{#1}}
34599 \begin_inset Newline newline
34600 \end_inset
34601
34602
34603 \series default
34604 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34605  el atajo 
34606 \family sans
34607 Ctrl+M
34608 \family default
34609 , el comando se transformará en una macro de ecuación.
34610  Al emplear este método debes tener cuidado en escribir correctamente el
34611  comando 
34612 \series bold
34613
34614 \backslash
34615 newcommand
34616 \series default
34617 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34618  
34619 \end_layout
34620
34621 \begin_layout Standard
34622 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34623  en definiciones de macros se manejan incorrectamente.
34624  Por eso el ejemplo 
34625 \series bold
34626
34627 \backslash
34628 fb
34629 \series default
34630  de 
34631 \begin_inset CommandInset ref
34632 LatexCommand ref
34633 reference "sub:El-comando-newcommand"
34634
34635 \end_inset
34636
34637  no puede crearse como macro.
34638 \end_layout
34639
34640 \begin_layout Standard
34641 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34642  la barra de herramientas de macros:
34643 \end_layout
34644
34645 \begin_layout Standard
34646 \begin_inset VSpace defskip
34647 \end_inset
34648
34649
34650 \end_layout
34651
34652 \begin_layout Standard
34653 \begin_inset Graphics
34654         filename ../clipart/MacroToolbar.png
34655
34656 \end_inset
34657
34658
34659 \begin_inset Index idx
34660 status collapsed
34661
34662 \begin_layout Plain Layout
34663 Macros ! Barra de herramientas
34664 \end_layout
34665
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \begin_layout Standard
34672 \begin_inset VSpace defskip
34673 \end_inset
34674
34675
34676 \end_layout
34677
34678 \begin_layout Standard
34679 La barra de herramientas de macros contiene los siguientes botones:
34680 \end_layout
34681
34682 \begin_layout Standard
34683 \begin_inset VSpace defskip
34684 \end_inset
34685
34686
34687 \end_layout
34688
34689 \begin_layout Standard
34690 \begin_inset Tabular
34691 <lyxtabular version="3" rows="9" columns="2">
34692 <features islongtable="true" longtabularalignment="center">
34693 <column alignment="left" valignment="top" width="0">
34694 <column alignment="left" valignment="top" width="85col%">
34695 <row interlinespace="2.5mm">
34696 <cell alignment="center" valignment="top" usebox="none">
34697 \begin_inset Text
34698
34699 \begin_layout Plain Layout
34700 \begin_inset Graphics
34701         filename ../../images/math-macro-remove-param.png
34702         rotateOrigin center
34703
34704 \end_inset
34705
34706
34707 \end_layout
34708
34709 \end_inset
34710 </cell>
34711 <cell alignment="center" valignment="top" usebox="none">
34712 \begin_inset Text
34713
34714 \begin_layout Plain Layout
34715
34716 \family sans
34717 Editar\SpecialChar \menuseparator
34718 Ecuación\SpecialChar \menuseparator
34719 Definición de macro\SpecialChar \menuseparator
34720 Quitar último argumento
34721 \end_layout
34722
34723 \end_inset
34724 </cell>
34725 </row>
34726 <row interlinespace="2.5mm">
34727 <cell alignment="center" valignment="top" usebox="none">
34728 \begin_inset Text
34729
34730 \begin_layout Plain Layout
34731 \begin_inset Graphics
34732         filename ../../images/math-macro-add-param.png
34733         rotateOrigin center
34734
34735 \end_inset
34736
34737
34738 \end_layout
34739
34740 \end_inset
34741 </cell>
34742 <cell alignment="center" valignment="top" usebox="none">
34743 \begin_inset Text
34744
34745 \begin_layout Plain Layout
34746
34747 \family sans
34748 Editar\SpecialChar \menuseparator
34749 Ecuación\SpecialChar \menuseparator
34750 Definición de macro\SpecialChar \menuseparator
34751 Añadir argumento
34752 \end_layout
34753
34754 \end_inset
34755 </cell>
34756 </row>
34757 <row interlinespace="2.5mm">
34758 <cell alignment="center" valignment="top" usebox="none">
34759 \begin_inset Text
34760
34761 \begin_layout Plain Layout
34762 \begin_inset Graphics
34763         filename ../../images/math-macro-make-optional.png
34764         rotateOrigin center
34765
34766 \end_inset
34767
34768
34769 \end_layout
34770
34771 \end_inset
34772 </cell>
34773 <cell alignment="center" valignment="top" usebox="none">
34774 \begin_inset Text
34775
34776 \begin_layout Plain Layout
34777
34778 \family sans
34779 Editar\SpecialChar \menuseparator
34780 Ecuación\SpecialChar \menuseparator
34781 Definición de macro\SpecialChar \menuseparator
34782 Hacer opcional el primer
34783 \begin_inset Newline newline
34784 \end_inset
34785
34786
34787 \begin_inset Phantom HPhantom
34788 status open
34789
34790 \begin_layout Plain Layout
34791
34792 \family sans
34793 Editar\SpecialChar \menuseparator
34794 Ecuación\SpecialChar \menuseparator
34795 Definición de macro\SpecialChar \menuseparator
34796
34797 \end_layout
34798
34799 \end_inset
34800
34801 argumento no opcional
34802 \end_layout
34803
34804 \end_inset
34805 </cell>
34806 </row>
34807 <row interlinespace="2.5mm">
34808 <cell alignment="center" valignment="top" usebox="none">
34809 \begin_inset Text
34810
34811 \begin_layout Plain Layout
34812 \begin_inset Graphics
34813         filename ../../images/math-macro-make-nonoptional.png
34814         rotateOrigin center
34815
34816 \end_inset
34817
34818
34819 \end_layout
34820
34821 \end_inset
34822 </cell>
34823 <cell alignment="center" valignment="top" usebox="none">
34824 \begin_inset Text
34825
34826 \begin_layout Plain Layout
34827
34828 \family sans
34829 Editar\SpecialChar \menuseparator
34830 Ecuación\SpecialChar \menuseparator
34831 Definición de macro\SpecialChar \menuseparator
34832 Hacer no opcional el primer
34833 \begin_inset Newline newline
34834 \end_inset
34835
34836
34837 \begin_inset Phantom HPhantom
34838 status open
34839
34840 \begin_layout Plain Layout
34841
34842 \family sans
34843 Editar\SpecialChar \menuseparator
34844 Ecuación\SpecialChar \menuseparator
34845 Definición de macro\SpecialChar \menuseparator
34846
34847 \end_layout
34848
34849 \end_inset
34850
34851 argumento opcional
34852 \end_layout
34853
34854 \end_inset
34855 </cell>
34856 </row>
34857 <row interlinespace="2.5mm">
34858 <cell alignment="center" valignment="top" usebox="none">
34859 \begin_inset Text
34860
34861 \begin_layout Plain Layout
34862 \begin_inset Graphics
34863         filename ../../images/math-macro-remove-optional-param.png
34864         rotateOrigin center
34865
34866 \end_inset
34867
34868
34869 \end_layout
34870
34871 \end_inset
34872 </cell>
34873 <cell alignment="center" valignment="top" usebox="none">
34874 \begin_inset Text
34875
34876 \begin_layout Plain Layout
34877
34878 \family sans
34879 Editar\SpecialChar \menuseparator
34880 Ecuación\SpecialChar \menuseparator
34881 Definición de macro\SpecialChar \menuseparator
34882 Quitar argumento opcional
34883 \end_layout
34884
34885 \end_inset
34886 </cell>
34887 </row>
34888 <row interlinespace="2.5mm">
34889 <cell alignment="center" valignment="top" usebox="none">
34890 \begin_inset Text
34891
34892 \begin_layout Plain Layout
34893 \begin_inset Graphics
34894         filename ../../images/math-macro-add-optional-param.png
34895         rotateOrigin center
34896
34897 \end_inset
34898
34899
34900 \end_layout
34901
34902 \end_inset
34903 </cell>
34904 <cell alignment="center" valignment="top" usebox="none">
34905 \begin_inset Text
34906
34907 \begin_layout Plain Layout
34908
34909 \family sans
34910 Editar\SpecialChar \menuseparator
34911 Ecuación\SpecialChar \menuseparator
34912 Definición de macro\SpecialChar \menuseparator
34913 Insertar argumento opcional
34914 \end_layout
34915
34916 \end_inset
34917 </cell>
34918 </row>
34919 <row interlinespace="2.5mm">
34920 <cell alignment="center" valignment="top" usebox="none">
34921 \begin_inset Text
34922
34923 \begin_layout Plain Layout
34924 \begin_inset Graphics
34925         filename ../../images/math-macro-remove-greedy-param.png
34926         rotateOrigin center
34927
34928 \end_inset
34929
34930
34931 \end_layout
34932
34933 \end_inset
34934 </cell>
34935 <cell alignment="center" valignment="top" usebox="none">
34936 \begin_inset Text
34937
34938 \begin_layout Plain Layout
34939
34940 \family sans
34941 Editar\SpecialChar \menuseparator
34942 Ecuación\SpecialChar \menuseparator
34943 Definición de macro\SpecialChar \menuseparator
34944 Quitar último argumento
34945 \begin_inset Newline newline
34946 \end_inset
34947
34948
34949 \begin_inset Phantom HPhantom
34950 status open
34951
34952 \begin_layout Plain Layout
34953
34954 \family sans
34955 Editar\SpecialChar \menuseparator
34956 Ecuación\SpecialChar \menuseparator
34957 Definición de macro\SpecialChar \menuseparator
34958
34959 \end_layout
34960
34961 \end_inset
34962
34963 yendo hacia la derecha
34964 \end_layout
34965
34966 \end_inset
34967 </cell>
34968 </row>
34969 <row interlinespace="2.5mm">
34970 <cell alignment="center" valignment="top" usebox="none">
34971 \begin_inset Text
34972
34973 \begin_layout Plain Layout
34974 \begin_inset Graphics
34975         filename ../../images/math-macro-append-greedy-param.png
34976         rotateOrigin center
34977
34978 \end_inset
34979
34980
34981 \end_layout
34982
34983 \end_inset
34984 </cell>
34985 <cell alignment="center" valignment="top" usebox="none">
34986 \begin_inset Text
34987
34988 \begin_layout Plain Layout
34989
34990 \family sans
34991 Editar\SpecialChar \menuseparator
34992 Ecuación\SpecialChar \menuseparator
34993 Definición de macro\SpecialChar \menuseparator
34994 Añadir argumento comiendo
34995 \begin_inset Newline newline
34996 \end_inset
34997
34998
34999 \begin_inset Phantom HPhantom
35000 status open
35001
35002 \begin_layout Plain Layout
35003
35004 \family sans
35005 Editar\SpecialChar \menuseparator
35006 Ecuación\SpecialChar \menuseparator
35007 Definición de macro\SpecialChar \menuseparator
35008
35009 \end_layout
35010
35011 \end_inset
35012
35013 desde la derecha
35014 \end_layout
35015
35016 \end_inset
35017 </cell>
35018 </row>
35019 <row interlinespace="2.5mm">
35020 <cell alignment="center" valignment="top" usebox="none">
35021 \begin_inset Text
35022
35023 \begin_layout Plain Layout
35024 \begin_inset Graphics
35025         filename ../../images/math-macro-add-greedy-optional-param.png
35026         rotateOrigin center
35027
35028 \end_inset
35029
35030
35031 \end_layout
35032
35033 \end_inset
35034 </cell>
35035 <cell alignment="center" valignment="top" usebox="none">
35036 \begin_inset Text
35037
35038 \begin_layout Plain Layout
35039
35040 \family sans
35041 Editar\SpecialChar \menuseparator
35042 Ecuación\SpecialChar \menuseparator
35043 Definición de macro\SpecialChar \menuseparator
35044 Añadir argumento opcional
35045 \begin_inset Newline newline
35046 \end_inset
35047
35048
35049 \begin_inset Phantom HPhantom
35050 status open
35051
35052 \begin_layout Plain Layout
35053
35054 \family sans
35055 Editar\SpecialChar \menuseparator
35056 Ecuación\SpecialChar \menuseparator
35057 Definición de macro\SpecialChar \menuseparator
35058
35059 \end_layout
35060
35061 \end_inset
35062
35063 comiendo desde la derecha
35064 \end_layout
35065
35066 \end_inset
35067 </cell>
35068 </row>
35069 </lyxtabular>
35070
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \begin_layout Standard
35077 \noindent
35078 \align center
35079 \begin_inset Newpage newpage
35080 \end_inset
35081
35082
35083 \end_layout
35084
35085 \begin_layout Section
35086 Indicaciones
35087 \begin_inset Index idx
35088 status collapsed
35089
35090 \begin_layout Plain Layout
35091 Indicaciones
35092 \end_layout
35093
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Subsection
35100 Números negativos
35101 \begin_inset Index idx
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105 Numeros@Números ! negativos
35106 \end_layout
35107
35108 \end_inset
35109
35110
35111 \end_layout
35112
35113 \begin_layout Standard
35114 Los números negativos a veces se ven feos en las ecuaciones porque el signo
35115  menos delante del número tiene la misma longitud que el operador signo
35116  menos.
35117  Si se escribe el número negativo en texto normal el signo menos aparece
35118  correctamente.
35119 \end_layout
35120
35121 \begin_layout Standard
35122 Así pues, el problema desaparece si se convierte el signo menos a texto
35123  matemático.
35124 \end_layout
35125
35126 \begin_layout Standard
35127 Un ejemplo para visualizar el problema:
35128 \end_layout
35129
35130 \begin_layout Standard
35131 \noindent
35132 \align center
35133 \begin_inset Tabular
35134 <lyxtabular version="3" rows="3" columns="2">
35135 <features tabularvalignment="middle">
35136 <column alignment="center" valignment="top" width="0">
35137 <column alignment="center" valignment="top" width="0">
35138 <row>
35139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35140 \begin_inset Text
35141
35142 \begin_layout Plain Layout
35143 texto normal:
35144 \end_layout
35145
35146 \end_inset
35147 </cell>
35148 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35149 \begin_inset Text
35150
35151 \begin_layout Plain Layout
35152 x = -2
35153 \end_layout
35154
35155 \end_inset
35156 </cell>
35157 </row>
35158 <row>
35159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35160 \begin_inset Text
35161
35162 \begin_layout Plain Layout
35163 ecuación:
35164 \end_layout
35165
35166 \end_inset
35167 </cell>
35168 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35169 \begin_inset Text
35170
35171 \begin_layout Plain Layout
35172 \begin_inset Formula $x=-2$
35173 \end_inset
35174
35175
35176 \end_layout
35177
35178 \end_inset
35179 </cell>
35180 </row>
35181 <row>
35182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35183 \begin_inset Text
35184
35185 \begin_layout Plain Layout
35186 solución:
35187 \end_layout
35188
35189 \end_inset
35190 </cell>
35191 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35192 \begin_inset Text
35193
35194 \begin_layout Plain Layout
35195 \begin_inset Formula $x=\mbox{-}2$
35196 \end_inset
35197
35198
35199 \end_layout
35200
35201 \end_inset
35202 </cell>
35203 </row>
35204 </lyxtabular>
35205
35206 \end_inset
35207
35208
35209 \end_layout
35210
35211 \begin_layout Subsection
35212 Coma como separador decimal
35213 \begin_inset Index idx
35214 status collapsed
35215
35216 \begin_layout Plain Layout
35217 Coma decimal
35218 \end_layout
35219
35220 \end_inset
35221
35222
35223 \end_layout
35224
35225 \begin_layout Standard
35226 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
35227  de grupos numéricos.
35228  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
35229 \end_layout
35230
35231 \begin_layout Standard
35232 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
35233  
35234 \family sans
35235 Ctrl+M
35236 \family default
35237 ).
35238 \end_layout
35239
35240 \begin_layout Standard
35241 Para usar las comas en todas las fórmulas del documento como separador decimal,
35242  se carga el archivo 
35243 \series bold
35244 icomma.sty
35245 \series default
35246
35247 \begin_inset Foot
35248 status collapsed
35249
35250 \begin_layout Plain Layout
35251
35252 \series bold
35253 icomma
35254 \series default
35255  forma parte del paquete LaTeX 
35256 \series bold
35257 was
35258 \series default
35259
35260 \begin_inset Index idx
35261 status collapsed
35262
35263 \begin_layout Plain Layout
35264 Paquetes ! was
35265 \begin_inset ERT
35266 status collapsed
35267
35268 \begin_layout Plain Layout
35269
35270
35271 \backslash
35272 vspace{4mm}
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \end_layout
35279
35280 \end_inset
35281
35282 .
35283 \end_layout
35284
35285 \end_inset
35286
35287
35288 \begin_inset Index idx
35289 status collapsed
35290
35291 \begin_layout Plain Layout
35292 Paquetes ! icomma
35293 \end_layout
35294
35295 \end_inset
35296
35297  en el preámbulo LaTeX con la línea: 
35298 \end_layout
35299
35300 \begin_layout Standard
35301
35302 \series bold
35303
35304 \backslash
35305 usepackage{icomma}
35306 \end_layout
35307
35308 \begin_layout Subsection
35309 Vectores físicos
35310 \begin_inset CommandInset label
35311 LatexCommand label
35312 name "sub:Vectores-físicos"
35313
35314 \end_inset
35315
35316
35317 \begin_inset Index idx
35318 status collapsed
35319
35320 \begin_layout Plain Layout
35321 Vectores físicos
35322 \end_layout
35323
35324 \end_inset
35325
35326
35327 \end_layout
35328
35329 \begin_layout Standard
35330 El paquete LaTeX 
35331 \series bold
35332 braket
35333 \series default
35334
35335 \begin_inset Index idx
35336 status collapsed
35337
35338 \begin_layout Plain Layout
35339 Paquetes ! braket
35340 \end_layout
35341
35342 \end_inset
35343
35344  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
35345 \end_layout
35346
35347 \begin_layout Standard
35348
35349 \series bold
35350
35351 \backslash
35352 usepackage{braket}
35353 \end_layout
35354
35355 \begin_layout Standard
35356 \begin_inset ERT
35357 status collapsed
35358
35359 \begin_layout Plain Layout
35360
35361
35362 \backslash
35363 ifbraket 
35364 \end_layout
35365
35366 \end_inset
35367
35368
35369 \begin_inset Note Note
35370 status open
35371
35372 \begin_layout Plain Layout
35373 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
35374 \series bold
35375 braket
35376 \series default
35377  está instalado.
35378 \end_layout
35379
35380 \end_inset
35381
35382
35383 \end_layout
35384
35385 \begin_layout Standard
35386 Están definidos los siguientes comandos:
35387 \end_layout
35388
35389 \begin_layout Standard
35390 \noindent
35391 \align center
35392 \begin_inset Tabular
35393 <lyxtabular version="3" rows="4" columns="2">
35394 <features tabularvalignment="middle">
35395 <column alignment="center" valignment="top" width="0">
35396 <column alignment="center" valignment="top" width="0">
35397 <row>
35398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35399 \begin_inset Text
35400
35401 \begin_layout Plain Layout
35402 Comando
35403 \end_layout
35404
35405 \end_inset
35406 </cell>
35407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35408 \begin_inset Text
35409
35410 \begin_layout Plain Layout
35411 Resultado
35412 \end_layout
35413
35414 \end_inset
35415 </cell>
35416 </row>
35417 <row>
35418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35419 \begin_inset Text
35420
35421 \begin_layout Plain Layout
35422
35423 \backslash
35424 Bra{
35425 \backslash
35426 psi
35427 \end_layout
35428
35429 \end_inset
35430 </cell>
35431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35432 \begin_inset Text
35433
35434 \begin_layout Plain Layout
35435 \begin_inset Formula $\Bra{\psi}$
35436 \end_inset
35437
35438
35439 \end_layout
35440
35441 \end_inset
35442 </cell>
35443 </row>
35444 <row>
35445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35446 \begin_inset Text
35447
35448 \begin_layout Plain Layout
35449
35450 \backslash
35451 Ket{
35452 \backslash
35453 psi
35454 \end_layout
35455
35456 \end_inset
35457 </cell>
35458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35459 \begin_inset Text
35460
35461 \begin_layout Plain Layout
35462 \begin_inset Formula $\Ket{\psi}$
35463 \end_inset
35464
35465
35466 \end_layout
35467
35468 \end_inset
35469 </cell>
35470 </row>
35471 <row>
35472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35473 \begin_inset Text
35474
35475 \begin_layout Plain Layout
35476
35477 \backslash
35478 Braket{
35479 \backslash
35480 psi|
35481 \backslash
35482 phi
35483 \end_layout
35484
35485 \end_inset
35486 </cell>
35487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35488 \begin_inset Text
35489
35490 \begin_layout Plain Layout
35491 \begin_inset Formula $\Braket{\psi|\phi}$
35492 \end_inset
35493
35494
35495 \end_layout
35496
35497 \end_inset
35498 </cell>
35499 </row>
35500 </lyxtabular>
35501
35502 \end_inset
35503
35504
35505 \end_layout
35506
35507 \begin_layout Standard
35508 El comando 
35509 \series bold
35510
35511 \backslash
35512 Braket
35513 \series default
35514  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35515  circundantes:
35516 \begin_inset Formula \[
35517 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35518 \]
35519
35520 \end_inset
35521
35522
35523 \begin_inset ERT
35524 status collapsed
35525
35526 \begin_layout Plain Layout
35527
35528
35529 \backslash
35530 else
35531 \end_layout
35532
35533 \end_inset
35534
35535
35536 \begin_inset Note Note
35537 status open
35538
35539 \begin_layout Plain Layout
35540 Lo que sigue se verá en la salida si el paquete LaTeX 
35541 \series bold
35542 braket
35543 \series default
35544  no está instalado:
35545 \end_layout
35546
35547 \end_inset
35548
35549
35550 \end_layout
35551
35552 \begin_layout Standard
35553 Debes instalar el paquete LaTeX 
35554 \series bold
35555 braket
35556 \series default
35557  para ver en la salida el resto de esta subsección.
35558 \end_layout
35559
35560 \begin_layout Standard
35561 \begin_inset ERT
35562 status collapsed
35563
35564 \begin_layout Plain Layout
35565
35566
35567 \backslash
35568 fi
35569 \end_layout
35570
35571 \end_inset
35572
35573
35574 \end_layout
35575
35576 \begin_layout Standard
35577 El efecto de 
35578 \series bold
35579
35580 \backslash
35581 Braket
35582 \series default
35583  también se puede conseguir con el comando 
35584 \series bold
35585
35586 \backslash
35587 middle
35588 \series default
35589 , que se describe en 
35590 \begin_inset CommandInset ref
35591 LatexCommand ref
35592 reference "sub:Tamaño-automático-de"
35593
35594 \end_inset
35595
35596 .
35597 \end_layout
35598
35599 \begin_layout Subsection
35600 Fracciones definidas por el usuario
35601 \begin_inset CommandInset label
35602 LatexCommand label
35603 name "sub:Fracciones-personalizadas"
35604
35605 \end_inset
35606
35607
35608 \begin_inset Index idx
35609 status collapsed
35610
35611 \begin_layout Plain Layout
35612 Fracciones ! personalizadas
35613 \end_layout
35614
35615 \end_inset
35616
35617
35618 \end_layout
35619
35620 \begin_layout Standard
35621 Para definir comandos personalizados para fracciones, se usa el comando
35622  
35623 \series bold
35624
35625 \backslash
35626 genfrac
35627 \series default
35628
35629 \begin_inset Index idx
35630 status collapsed
35631
35632 \begin_layout Plain Layout
35633 Comandos ! G ! 
35634 \backslash
35635 genfrac
35636 \end_layout
35637
35638 \end_inset
35639
35640  con el siguiente esquema:
35641 \end_layout
35642
35643 \begin_layout Standard
35644
35645 \series bold
35646
35647 \backslash
35648 genfrac{delimitador izquierdo}{delimitador derecho}
35649 \begin_inset Newline newline
35650 \end_inset
35651
35652
35653 \begin_inset Phantom HPhantom
35654 status open
35655
35656 \begin_layout Plain Layout
35657
35658 \series bold
35659
35660 \backslash
35661 genfrac
35662 \end_layout
35663
35664 \end_inset
35665
35666 {grosor raya de fracción}{estilo}{numerador}{denominador}
35667 \end_layout
35668
35669 \begin_layout Standard
35670 El estilo es un número en el rango 0
35671 \begin_inset space \thinspace{}
35672 \end_inset
35673
35674 -
35675 \begin_inset space \thinspace{}
35676 \end_inset
35677
35678 3.
35679 \end_layout
35680
35681 \begin_layout Standard
35682 \align center
35683 \begin_inset Tabular
35684 <lyxtabular version="3" rows="5" columns="2">
35685 <features tabularvalignment="middle">
35686 <column alignment="center" valignment="top" width="0">
35687 <column alignment="center" valignment="top" width="0">
35688 <row>
35689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35690 \begin_inset Text
35691
35692 \begin_layout Plain Layout
35693 Número
35694 \end_layout
35695
35696 \end_inset
35697 </cell>
35698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35699 \begin_inset Text
35700
35701 \begin_layout Plain Layout
35702 Estilo (tamaño)
35703 \end_layout
35704
35705 \end_inset
35706 </cell>
35707 </row>
35708 <row>
35709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35710 \begin_inset Text
35711
35712 \begin_layout Plain Layout
35713 0
35714 \end_layout
35715
35716 \end_inset
35717 </cell>
35718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35719 \begin_inset Text
35720
35721 \begin_layout Plain Layout
35722 ecuación presentada
35723 \end_layout
35724
35725 \end_inset
35726 </cell>
35727 </row>
35728 <row>
35729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35730 \begin_inset Text
35731
35732 \begin_layout Plain Layout
35733 1
35734 \end_layout
35735
35736 \end_inset
35737 </cell>
35738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35739 \begin_inset Text
35740
35741 \begin_layout Plain Layout
35742 ecuación en línea
35743 \end_layout
35744
35745 \end_inset
35746 </cell>
35747 </row>
35748 <row>
35749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35750 \begin_inset Text
35751
35752 \begin_layout Plain Layout
35753 2
35754 \end_layout
35755
35756 \end_inset
35757 </cell>
35758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35759 \begin_inset Text
35760
35761 \begin_layout Plain Layout
35762 pequeño
35763 \end_layout
35764
35765 \end_inset
35766 </cell>
35767 </row>
35768 <row>
35769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35770 \begin_inset Text
35771
35772 \begin_layout Plain Layout
35773 3
35774 \end_layout
35775
35776 \end_inset
35777 </cell>
35778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35779 \begin_inset Text
35780
35781 \begin_layout Plain Layout
35782 muy pequeño
35783 \end_layout
35784
35785 \end_inset
35786 </cell>
35787 </row>
35788 </lyxtabular>
35789
35790 \end_inset
35791
35792
35793 \end_layout
35794
35795 \begin_layout Standard
35796 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35797  
35798 \series bold
35799
35800 \backslash
35801 frac
35802 \series default
35803 .
35804 \end_layout
35805
35806 \begin_layout Standard
35807 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35808  de 0.4
35809 \begin_inset space \thinspace{}
35810 \end_inset
35811
35812 pt.
35813 \end_layout
35814
35815 \begin_layout Standard
35816 Por ejemplo, los comandos 
35817 \series bold
35818
35819 \backslash
35820 dfrac
35821 \series default
35822  y 
35823 \series bold
35824
35825 \backslash
35826 tbinom
35827 \series default
35828  de la 
35829 \begin_inset CommandInset ref
35830 LatexCommand ref
35831 reference "sub:Fracciones"
35832
35833 \end_inset
35834
35835  se definen con los comandos:
35836 \end_layout
35837
35838 \begin_layout Standard
35839
35840 \series bold
35841
35842 \backslash
35843 newcommand{
35844 \backslash
35845 dfrac}[2]{
35846 \backslash
35847 genfrac{}{}{}{0}{#1}{#2}}
35848 \end_layout
35849
35850 \begin_layout Standard
35851 y
35852 \end_layout
35853
35854 \begin_layout Standard
35855
35856 \series bold
35857
35858 \backslash
35859 newcommand{
35860 \backslash
35861 tbinom}[2]{
35862 \backslash
35863 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35864 \end_layout
35865
35866 \begin_layout Standard
35867 \begin_inset VSpace medskip
35868 \end_inset
35869
35870
35871 \end_layout
35872
35873 \begin_layout Standard
35874 Para definir una fracción en la que el grosor de la raya se pueda definir
35875  como argumento opcional, se inserta la siguiente línea en el preámbulo
35876  LaTeX:
35877 \end_layout
35878
35879 \begin_layout Standard
35880
35881 \series bold
35882
35883 \backslash
35884 newcommand{
35885 \backslash
35886 fracS}[3][]{
35887 \backslash
35888 genfrac{}{}{#1}{}{#2}{#3}}
35889 \end_layout
35890
35891 \begin_layout Standard
35892 Un ensayo:
35893 \begin_inset Formula \begin{align*}
35894 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35895 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35896 \end{align*}
35897
35898 \end_inset
35899
35900 Como se puede ver, la distancia del numerador y el denominador a la raya
35901  de fracción se redondea a unas tres veces el grosor de la raya.
35902 \end_layout
35903
35904 \begin_layout Subsection
35905 Ecuaciones canceladas
35906 \begin_inset Index idx
35907 status collapsed
35908
35909 \begin_layout Plain Layout
35910 Ecuación ! cancelada
35911 \end_layout
35912
35913 \end_inset
35914
35915
35916 \end_layout
35917
35918 \begin_layout Standard
35919 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
35920  
35921 \series bold
35922 cancel
35923 \series default
35924
35925 \begin_inset Index idx
35926 status collapsed
35927
35928 \begin_layout Plain Layout
35929 Paquetes ! cancel
35930 \end_layout
35931
35932 \end_inset
35933
35934  con la línea de preámbulo LaTeX
35935 \end_layout
35936
35937 \begin_layout Standard
35938
35939 \series bold
35940
35941 \backslash
35942 usepackage[samesize]{cancel}
35943 \end_layout
35944
35945 \begin_layout Standard
35946 \begin_inset ERT
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950
35951
35952 \backslash
35953 ifcancel 
35954 \end_layout
35955
35956 \end_inset
35957
35958
35959 \begin_inset Note Note
35960 status open
35961
35962 \begin_layout Plain Layout
35963 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
35964 \series bold
35965 cancel
35966 \series default
35967  está instalado.
35968 \end_layout
35969
35970 \end_inset
35971
35972
35973 \end_layout
35974
35975 \begin_layout Standard
35976 Hay cuatro formas de cancelar ecuaciones:
35977 \end_layout
35978
35979 \begin_layout Standard
35980 \align center
35981 \begin_inset Tabular
35982 <lyxtabular version="3" rows="5" columns="2">
35983 <features tabularvalignment="middle">
35984 <column alignment="center" valignment="top" width="0">
35985 <column alignment="center" valignment="top" width="0">
35986 <row>
35987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35988 \begin_inset Text
35989
35990 \begin_layout Plain Layout
35991 Comando
35992 \end_layout
35993
35994 \end_inset
35995 </cell>
35996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35997 \begin_inset Text
35998
35999 \begin_layout Plain Layout
36000 Resultado
36001 \begin_inset Note Note
36002 status collapsed
36003
36004 \begin_layout Plain Layout
36005 El
36006 \series bold
36007  
36008 \series default
36009 espacio y 
36010 \series bold
36011
36012 \backslash
36013 raisebox
36014 \series default
36015  se usa sólo como espaciador
36016 \end_layout
36017
36018 \end_inset
36019
36020
36021 \end_layout
36022
36023 \end_inset
36024 </cell>
36025 </row>
36026 <row>
36027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36028 \begin_inset Text
36029
36030 \begin_layout Plain Layout
36031
36032 \backslash
36033 cancel{
36034 \backslash
36035 int
36036 \begin_inset ERT
36037 status collapsed
36038
36039 \begin_layout Plain Layout
36040
36041
36042 \backslash
36043 spce 
36044 \end_layout
36045
36046 \end_inset
36047
36048 A=B
36049 \end_layout
36050
36051 \end_inset
36052 </cell>
36053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36054 \begin_inset Text
36055
36056 \begin_layout Plain Layout
36057 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
36058 \end_inset
36059
36060
36061 \end_layout
36062
36063 \end_inset
36064 </cell>
36065 </row>
36066 <row>
36067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36068 \begin_inset Text
36069
36070 \begin_layout Plain Layout
36071
36072 \backslash
36073 bcancel{
36074 \backslash
36075 int
36076 \begin_inset ERT
36077 status collapsed
36078
36079 \begin_layout Plain Layout
36080
36081
36082 \backslash
36083 spce 
36084 \end_layout
36085
36086 \end_inset
36087
36088 A=B
36089 \end_layout
36090
36091 \end_inset
36092 </cell>
36093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36094 \begin_inset Text
36095
36096 \begin_layout Plain Layout
36097 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
36098 \end_inset
36099
36100
36101 \end_layout
36102
36103 \end_inset
36104 </cell>
36105 </row>
36106 <row>
36107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36108 \begin_inset Text
36109
36110 \begin_layout Plain Layout
36111
36112 \backslash
36113 xcancel{
36114 \backslash
36115 int
36116 \begin_inset ERT
36117 status collapsed
36118
36119 \begin_layout Plain Layout
36120
36121
36122 \backslash
36123 spce 
36124 \end_layout
36125
36126 \end_inset
36127
36128 A=B
36129 \end_layout
36130
36131 \end_inset
36132 </cell>
36133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36134 \begin_inset Text
36135
36136 \begin_layout Plain Layout
36137 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
36138 \end_inset
36139
36140
36141 \end_layout
36142
36143 \end_inset
36144 </cell>
36145 </row>
36146 <row>
36147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36148 \begin_inset Text
36149
36150 \begin_layout Plain Layout
36151
36152 \backslash
36153 cancelto{1
36154 \begin_inset Formula $\to$
36155 \end_inset
36156
36157
36158 \backslash
36159 {
36160 \backslash
36161 int
36162 \begin_inset ERT
36163 status collapsed
36164
36165 \begin_layout Plain Layout
36166
36167
36168 \backslash
36169 spce 
36170 \end_layout
36171
36172 \end_inset
36173
36174 A=B
36175 \end_layout
36176
36177 \end_inset
36178 </cell>
36179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36180 \begin_inset Text
36181
36182 \begin_layout Plain Layout
36183 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36184 \end_inset
36185
36186
36187 \end_layout
36188
36189 \end_inset
36190 </cell>
36191 </row>
36192 </lyxtabular>
36193
36194 \end_inset
36195
36196
36197 \end_layout
36198
36199 \begin_layout Standard
36200
36201 \series bold
36202
36203 \backslash
36204 cancelto
36205 \series default
36206  es especialmente apropiada para visualizar la simplificación de fracciones
36207  en una ecuación:
36208 \begin_inset Formula \[
36209 \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}}}
36210 \]
36211
36212 \end_inset
36213
36214
36215 \end_layout
36216
36217 \begin_layout Standard
36218 \begin_inset ERT
36219 status collapsed
36220
36221 \begin_layout Plain Layout
36222
36223
36224 \backslash
36225 else
36226 \end_layout
36227
36228 \end_inset
36229
36230
36231 \begin_inset Note Note
36232 status open
36233
36234 \begin_layout Plain Layout
36235 Lo que sigue se verá en la salida si el paquete LaTeX 
36236 \series bold
36237 cancel
36238 \series default
36239  no está instalado:
36240 \end_layout
36241
36242 \end_inset
36243
36244
36245 \end_layout
36246
36247 \begin_layout Standard
36248 Debes instalar el paquete LaTeX 
36249 \series bold
36250 cancel
36251 \series default
36252  para ver en la salida el resto de esta subsección.
36253 \end_layout
36254
36255 \begin_layout Standard
36256 \begin_inset ERT
36257 status collapsed
36258
36259 \begin_layout Plain Layout
36260
36261
36262 \backslash
36263 fi
36264 \end_layout
36265
36266 \end_inset
36267
36268
36269 \end_layout
36270
36271 \begin_layout Subsection
36272 Ecuaciones en encabezados de sección
36273 \begin_inset CommandInset label
36274 LatexCommand label
36275 name "sub:Ecuaciones-en-encabezados"
36276
36277 \end_inset
36278
36279
36280 \begin_inset Index idx
36281 status collapsed
36282
36283 \begin_layout Plain Layout
36284 Ecuación ! en encabezados de sección
36285 \end_layout
36286
36287 \end_inset
36288
36289
36290 \end_layout
36291
36292 \begin_layout Standard
36293 Si se quiere poner una ecuación en un encabezado de sección hay que tener
36294  en cuenta lo siguiente:
36295 \end_layout
36296
36297 \begin_layout Standard
36298 \begin_inset Note Greyedout
36299 status open
36300
36301 \begin_layout Plain Layout
36302 Si el soporte para 
36303 \series bold
36304 hyperref
36305 \series default
36306
36307 \begin_inset Index idx
36308 status collapsed
36309
36310 \begin_layout Plain Layout
36311 Paquetes ! hyperref
36312 \end_layout
36313
36314 \end_inset
36315
36316  está activado en la configuración del documento, 
36317 \family sans
36318 Propiedades
36319 \begin_inset space ~
36320 \end_inset
36321
36322
36323 \family default
36324 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
36325  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
36326  texto del marcador, porque se infringen las convenciones PDF.
36327 \end_layout
36328
36329 \end_inset
36330
36331
36332 \end_layout
36333
36334 \begin_layout Standard
36335 Estos problemas se pueden solucionar insertando al final del encabezado
36336  un título breve con el menú 
36337 \family sans
36338 Insertar\SpecialChar \menuseparator
36339 Título
36340 \begin_inset space ~
36341 \end_inset
36342
36343 breve
36344 \family default
36345 .
36346  Los títulos breves se usan como alternativa para encabezados de sección
36347  con más de una línea para mantener el buen aspecto del índice.
36348  En éste sólo aparece el título breve y por tanto también en los marcadores.
36349 \end_layout
36350
36351 \begin_layout Standard
36352 Si hay que poner ecuaciones en el índice y se usa 
36353 \series bold
36354 hyperref
36355 \series default
36356 , se puede insertar el siguiente comando en modo TeX:
36357 \end_layout
36358
36359 \begin_layout Standard
36360
36361 \series bold
36362
36363 \backslash
36364 texorpdfstring{parte}{alternativa}
36365 \begin_inset Index idx
36366 status collapsed
36367
36368 \begin_layout Plain Layout
36369 Comandos ! T ! 
36370 \backslash
36371 texorpdfstring
36372 \end_layout
36373
36374 \end_inset
36375
36376
36377 \end_layout
36378
36379 \begin_layout Standard
36380 parte se refiere a la parte del encabezado que no debería aparecer en el
36381  marcador PDF.
36382  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
36383  La alternativa se usa para el marcador en vez de la parte.
36384 \end_layout
36385
36386 \begin_layout Standard
36387 Aquí hay dos ejemplos de encabezados con ecuación:
36388 \end_layout
36389
36390 \begin_layout Standard
36391 \begin_inset VSpace -3mm
36392 \end_inset
36393
36394
36395 \end_layout
36396
36397 \begin_layout Standard
36398 \begin_inset ERT
36399 status collapsed
36400
36401 \begin_layout Plain Layout
36402
36403
36404 \backslash
36405 boldmath 
36406 \end_layout
36407
36408 \end_inset
36409
36410
36411 \end_layout
36412
36413 \begin_layout Subsubsection
36414 Encabezado sin ecuación en el índice 
36415 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36416 \end_inset
36417
36418
36419 \begin_inset Argument
36420 status collapsed
36421
36422 \begin_layout Plain Layout
36423 Encabezado sin ecuación en el índice
36424 \end_layout
36425
36426 \end_inset
36427
36428
36429 \end_layout
36430
36431 \begin_layout Subsubsection
36432 Encabezado con ecuación en el índice
36433 \begin_inset ERT
36434 status collapsed
36435
36436 \begin_layout Plain Layout
36437
36438
36439 \backslash
36440 texorpdfstring{
36441 \end_layout
36442
36443 \end_inset
36444
36445  
36446 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36447 \end_inset
36448
36449
36450 \begin_inset ERT
36451 status collapsed
36452
36453 \begin_layout Plain Layout
36454
36455 }{}
36456 \end_layout
36457
36458 \end_inset
36459
36460
36461 \end_layout
36462
36463 \begin_layout Standard
36464 \begin_inset ERT
36465 status collapsed
36466
36467 \begin_layout Plain Layout
36468
36469
36470 \backslash
36471 unboldmath 
36472 \end_layout
36473
36474 \end_inset
36475
36476 En el primer encabezado se ha puesto un título breve, en el segundo un 
36477 \series bold
36478
36479 \backslash
36480 texorpdfstring
36481 \series default
36482 .
36483 \end_layout
36484
36485 \begin_layout Standard
36486 Para obtener el mismo formato que en los demás encabezados se han puesto
36487  ambos en un entorno 
36488 \series bold
36489 boldmath
36490 \series default
36491 .
36492 \begin_inset Foot
36493 status collapsed
36494
36495 \begin_layout Plain Layout
36496 véase 
36497 \begin_inset CommandInset ref
36498 LatexCommand ref
36499 reference "sub:Ecuaciones-en-negrita"
36500
36501 \end_inset
36502
36503
36504 \end_layout
36505
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \begin_layout Subsection
36512 Ecuaciones en texto multicolumna
36513 \begin_inset Index idx
36514 status collapsed
36515
36516 \begin_layout Plain Layout
36517 Ecuación ! en texto multicolumna
36518 \end_layout
36519
36520 \end_inset
36521
36522
36523 \end_layout
36524
36525 \begin_layout Standard
36526 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36527  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36528  de la página.
36529  Esto se hace usando el paquete LaTeX 
36530 \series bold
36531 multicol
36532 \series default
36533 ,
36534 \begin_inset Foot
36535 status collapsed
36536
36537 \begin_layout Plain Layout
36538
36539 \series bold
36540 multicol
36541 \series default
36542  forma parte de las distribuciones LaTeX estándar.
36543 \end_layout
36544
36545 \end_inset
36546
36547
36548 \begin_inset Index idx
36549 status collapsed
36550
36551 \begin_layout Plain Layout
36552 Paquetes ! multicol
36553 \end_layout
36554
36555 \end_inset
36556
36557  que se carga en el preámbulo LaTeX con la línea
36558 \end_layout
36559
36560 \begin_layout Standard
36561
36562 \series bold
36563
36564 \backslash
36565 usepackage{multicol}
36566 \end_layout
36567
36568 \begin_layout Standard
36569 \begin_inset Note Greyedout
36570 status collapsed
36571
36572 \begin_layout Plain Layout
36573 Ten en cuenta que la opción 
36574 \family sans
36575 Documento
36576 \begin_inset space ~
36577 \end_inset
36578
36579 con
36580 \begin_inset space ~
36581 \end_inset
36582
36583 dos
36584 \begin_inset space ~
36585 \end_inset
36586
36587 caras
36588 \family default
36589 , bajo 
36590 \family sans
36591 Diseño
36592 \begin_inset space ~
36593 \end_inset
36594
36595 de
36596 \begin_inset space ~
36597 \end_inset
36598
36599 página 
36600 \family default
36601 en el menú 
36602 \family sans
36603 Documento\SpecialChar \menuseparator
36604 Configuración
36605 \family default
36606  
36607 \emph on
36608 debe
36609 \emph default
36610  estar desmarcada.
36611 \end_layout
36612
36613 \end_inset
36614
36615
36616 \end_layout
36617
36618 \begin_layout Standard
36619 Antes del texto multicolumna se inserta en modo TeX el comando
36620 \end_layout
36621
36622 \begin_layout Standard
36623
36624 \series bold
36625
36626 \backslash
36627 begin{multicols}{número de columnas}
36628 \end_layout
36629
36630 \begin_layout Standard
36631 El número de columnas está en el rango 2-10.
36632  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36633  TeX el comando
36634 \end_layout
36635
36636 \begin_layout Standard
36637
36638 \series bold
36639
36640 \backslash
36641 end{multicols}
36642 \end_layout
36643
36644 \begin_layout Standard
36645 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36646  Para quitarlo se inserta un espacio vertical de -6
36647 \begin_inset space \thinspace{}
36648 \end_inset
36649
36650 mm antes de la ecuación.
36651  Si se usa el estilo 
36652 \series bold
36653 Sangrado
36654 \series default
36655 ,
36656 \begin_inset Foot
36657 status collapsed
36658
36659 \begin_layout Plain Layout
36660 véase estilos de ecuación en 
36661 \begin_inset CommandInset ref
36662 LatexCommand ref
36663 reference "sec:Estilos-de-ecuación"
36664
36665 \end_inset
36666
36667
36668 \end_layout
36669
36670 \end_inset
36671
36672  se inserta un espacio de -9
36673 \begin_inset space \thinspace{}
36674 \end_inset
36675
36676 mm.
36677 \end_layout
36678
36679 \begin_layout Standard
36680 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36681 \end_layout
36682
36683 \begin_layout Standard
36684
36685 \lang german
36686 \begin_inset ERT
36687 status collapsed
36688
36689 \begin_layout Plain Layout
36690
36691
36692 \backslash
36693 begin{multicols}{2}
36694 \end_layout
36695
36696 \end_inset
36697
36698 Das Spektrum wird fouriertransformiert.
36699  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36700 , Lösungsmittel) zu trennen.
36701  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36702  nun das Aussehen des Ausgangssignals.
36703  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36704  über alle Phasen integrieren muss.
36705  Sei nun 
36706 \begin_inset Formula $S$
36707 \end_inset
36708
36709  unser normiertes Ausgangssignal und 
36710 \begin_inset Formula $P$
36711 \end_inset
36712
36713  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36714 \begin_inset ERT
36715 status collapsed
36716
36717 \begin_layout Plain Layout
36718
36719
36720 \backslash
36721 end{multicols}
36722 \end_layout
36723
36724 \end_inset
36725
36726
36727 \begin_inset VSpace -6mm
36728 \end_inset
36729
36730
36731 \begin_inset Formula \begin{equation}
36732 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36733 \end{equation}
36734
36735 \end_inset
36736
36737
36738 \begin_inset ERT
36739 status collapsed
36740
36741 \begin_layout Plain Layout
36742
36743
36744 \backslash
36745 begin{multicols}{2}
36746 \end_layout
36747
36748 \end_inset
36749
36750 wobei 
36751 \begin_inset Formula $S_{0}$
36752 \end_inset
36753
36754  das Signal ohne Gradient ist und die Normierungsbedingung 
36755 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36756 \end_inset
36757
36758  gilt.
36759  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36760  Direkt nach dem 
36761 \begin_inset Formula $\nicefrac{\pi}{2}$
36762 \end_inset
36763
36764
36765 \begin_inset space \thinspace{}
36766 \end_inset
36767
36768 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36769  das Signal zusätzlich abschwächt.
36770  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36771  
36772 \begin_inset Formula $T_{2}$
36773 \end_inset
36774
36775 -Zeit.
36776 \end_layout
36777
36778 \begin_layout Standard
36779
36780 \lang german
36781 \begin_inset ERT
36782 status collapsed
36783
36784 \begin_layout Plain Layout
36785
36786
36787 \backslash
36788 end{multicols}
36789 \end_layout
36790
36791 \end_inset
36792
36793
36794 \end_layout
36795
36796 \begin_layout Subsection
36797 Ecuaciones con descripción de variables
36798 \begin_inset Index idx
36799 status collapsed
36800
36801 \begin_layout Plain Layout
36802 Ecuación ! con descripción de variables
36803 \end_layout
36804
36805 \end_inset
36806
36807
36808 \end_layout
36809
36810 \begin_layout Standard
36811 Para describir variables en una ecuación, como en la fórmula 
36812 \begin_inset CommandInset ref
36813 LatexCommand eqref
36814 reference "eq:within"
36815
36816 \end_inset
36817
36818 , se inserta una matriz 2×
36819 \begin_inset Formula $n$
36820 \end_inset
36821
36822  con columnas alineadas a la izquierda para las 
36823 \emph on
36824
36825 \begin_inset Formula $n$
36826 \end_inset
36827
36828
36829 \emph default
36830  variables usadas.
36831 \begin_inset Foot
36832 status collapsed
36833
36834 \begin_layout Plain Layout
36835 véase matrices en 
36836 \begin_inset CommandInset ref
36837 LatexCommand ref
36838 reference "sec:Matrices"
36839
36840 \end_inset
36841
36842
36843 \end_layout
36844
36845 \end_inset
36846
36847  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
36848  
36849 \series bold
36850
36851 \backslash
36852 footnotesize
36853 \series default
36854  antes de la matriz.
36855 \begin_inset Foot
36856 status collapsed
36857
36858 \begin_layout Plain Layout
36859 véase tamaños de fuentes en 
36860 \begin_inset CommandInset ref
36861 LatexCommand ref
36862 reference "sub:Tamaños-de-fuentes"
36863
36864 \end_inset
36865
36866 .
36867 \end_layout
36868
36869 \end_inset
36870
36871
36872 \end_layout
36873
36874 \begin_layout Standard
36875 Si se usa el estilo 
36876 \series bold
36877 Sangrado
36878 \series default
36879 ,
36880 \begin_inset Foot
36881 status collapsed
36882
36883 \begin_layout Plain Layout
36884 véase estilos de ecuación en 
36885 \begin_inset CommandInset ref
36886 LatexCommand ref
36887 reference "sec:Estilos-de-ecuación"
36888
36889 \end_inset
36890
36891
36892 \end_layout
36893
36894 \end_inset
36895
36896  se inserta un 
36897 \series bold
36898
36899 \backslash
36900 hfill
36901 \series default
36902
36903 \begin_inset Foot
36904 status collapsed
36905
36906 \begin_layout Plain Layout
36907
36908 \series bold
36909
36910 \backslash
36911 hfill
36912 \series default
36913  sólo funciona en ecuaciones en estilo 
36914 \series bold
36915 Sangrado
36916 \series default
36917 , véase 
36918 \begin_inset CommandInset ref
36919 LatexCommand ref
36920 reference "sub:Espacio-variable"
36921
36922 \end_inset
36923
36924
36925 \end_layout
36926
36927 \end_inset
36928
36929  delante y detrás de la matriz para que tenga la misma separación con la
36930  ecuación y con el margen.
36931 \end_layout
36932
36933 \begin_layout Standard
36934 Si se usa el estilo 
36935 \series bold
36936 Centrado
36937 \series default
36938  se emplea el método descrito en la 
36939 \begin_inset CommandInset ref
36940 LatexCommand ref
36941 reference "sub:Entorno-flalign"
36942
36943 \end_inset
36944
36945  para sangrar la ecuación.
36946  La ecuación 
36947 \begin_inset CommandInset ref
36948 LatexCommand eqref
36949 reference "eq:within"
36950
36951 \end_inset
36952
36953  consta de cinco columnas ya que las dos primeras contienen la fórmula,
36954  la tercera la matriz y la última una llave TeX vacía.
36955 \begin_inset Formula \begin{flalign}
36956 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
36957 \rho & \mbox{densidad}\\
36958 V & \mbox{volumen}\\
36959 g & \mbox{aceleración gravitatoria}
36960 \end{array} &  & {}\label{eq:within}
36961 \end{flalign}
36962
36963 \end_inset
36964
36965
36966 \end_layout
36967
36968 \begin_layout Subsection
36969 Letras griegas minúsculas en redonda
36970 \begin_inset CommandInset label
36971 LatexCommand label
36972 name "sub:Griegas-en-redonda"
36973
36974 \end_inset
36975
36976
36977 \begin_inset Index idx
36978 status collapsed
36979
36980 \begin_layout Plain Layout
36981 Letras griegas ! en redonda
36982 \end_layout
36983
36984 \end_inset
36985
36986
36987 \end_layout
36988
36989 \begin_layout Standard
36990 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
36991  cursiva.
36992  Pero para símbolos de partículas elementales como piones y neutrinos hacen
36993  falta letras griegas en redonda.
36994  El archivo 
36995 \series bold
36996 upgreek.sty
36997 \series default
36998
36999 \begin_inset Foot
37000 status collapsed
37001
37002 \begin_layout Plain Layout
37003
37004 \series bold
37005 upgreek
37006 \series default
37007  forma parte del paquete LaTeX 
37008 \series bold
37009 was
37010 \series default
37011
37012 \begin_inset Index idx
37013 status collapsed
37014
37015 \begin_layout Plain Layout
37016 Paquetes ! was
37017 \begin_inset ERT
37018 status collapsed
37019
37020 \begin_layout Plain Layout
37021
37022
37023 \backslash
37024 vspace{4mm}
37025 \end_layout
37026
37027 \end_inset
37028
37029
37030 \end_layout
37031
37032 \end_inset
37033
37034 .
37035 \end_layout
37036
37037 \end_inset
37038
37039
37040 \begin_inset Index idx
37041 status collapsed
37042
37043 \begin_layout Plain Layout
37044 Paquetes ! upgreek
37045 \end_layout
37046
37047 \end_inset
37048
37049 , que se carga en el preámbulo LaTeX con la línea
37050 \end_layout
37051
37052 \begin_layout Standard
37053
37054 \series bold
37055
37056 \backslash
37057 usepackage{upgreek}
37058 \end_layout
37059
37060 \begin_layout Standard
37061 las suministra.
37062  
37063 \begin_inset ERT
37064 status collapsed
37065
37066 \begin_layout Plain Layout
37067
37068
37069 \backslash
37070 ifupgreek 
37071 \end_layout
37072
37073 \end_inset
37074
37075
37076 \begin_inset Note Note
37077 status open
37078
37079 \begin_layout Plain Layout
37080 Lo siguinente sólo se podrá ver si está instalado el paquete LaTeX 
37081 \series bold
37082 upgreek
37083 \series default
37084 :
37085 \end_layout
37086
37087 \end_inset
37088
37089  Se imprimen con el comando de la letra correspondiente precedido de 
37090 \series bold
37091 up
37092 \series default
37093 .
37094  Por ejemplo, el comando 
37095 \series bold
37096
37097 \backslash
37098 uptau
37099 \series default
37100  genera: 
37101 \begin_inset Formula $\uptau$
37102 \end_inset
37103
37104
37105 \end_layout
37106
37107 \begin_layout Standard
37108 Con estos comandos se pueden escribir reacciones entre partículas elementales:
37109 \begin_inset Formula \[
37110 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
37111 \]
37112
37113 \end_inset
37114
37115
37116 \end_layout
37117
37118 \begin_layout Standard
37119 Las letras en redonda son más remarcadas y más grandes que las correspondientes
37120  en cursiva.
37121  Por tanto no deberían emplearse para unidades como 
37122 \begin_inset Quotes fld
37123 \end_inset
37124
37125 µm
37126 \begin_inset Quotes frd
37127 \end_inset
37128
37129 .
37130 \end_layout
37131
37132 \begin_layout Standard
37133 \begin_inset ERT
37134 status collapsed
37135
37136 \begin_layout Plain Layout
37137
37138
37139 \backslash
37140 else 
37141 \end_layout
37142
37143 \end_inset
37144
37145
37146 \begin_inset Note Note
37147 status open
37148
37149 \begin_layout Plain Layout
37150 Lo siguiente se mostrará si el paquete LaTeX 
37151 \series bold
37152 upgreek
37153 \series default
37154  no está instalado:
37155 \end_layout
37156
37157 \end_inset
37158
37159
37160 \end_layout
37161
37162 \begin_layout Standard
37163 Debes instalar el paquete LaTeX 
37164 \series bold
37165 upgreek
37166 \series default
37167  para ver en la salida el resto de esta subsección.
37168  
37169 \end_layout
37170
37171 \begin_layout Standard
37172 \begin_inset ERT
37173 status collapsed
37174
37175 \begin_layout Plain Layout
37176
37177
37178 \backslash
37179 fi
37180 \end_layout
37181
37182 \end_inset
37183
37184
37185 \end_layout
37186
37187 \begin_layout Subsection
37188 Caracteres de texto en ecuaciones
37189 \begin_inset CommandInset label
37190 LatexCommand label
37191 name "sub:Caracteres-de-texto"
37192
37193 \end_inset
37194
37195
37196 \begin_inset Index idx
37197 status collapsed
37198
37199 \begin_layout Plain Layout
37200 Texto ! en ecuaciones
37201 \end_layout
37202
37203 \end_inset
37204
37205
37206 \end_layout
37207
37208 \begin_layout Standard
37209 En algunos casos podrías querer insertar caracteres de texto directamente
37210  en ecuaciones.
37211  Por ejemplo, cuando se usa con frecuencia el punto centrado 
37212 \begin_inset Formula $\cdot$
37213 \end_inset
37214
37215  en expresiones como 
37216 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
37217 \end_inset
37218
37219 , habría que insertar el comando 
37220 \series bold
37221
37222 \backslash
37223 cdot
37224 \series default
37225
37226 \begin_inset Foot
37227 status collapsed
37228
37229 \begin_layout Plain Layout
37230 véase 
37231 \begin_inset CommandInset ref
37232 LatexCommand ref
37233 reference "sub:Operadores-binarios"
37234
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \end_inset
37241
37242  continuamente, porque este carácter está definido en todas las codificaciones
37243  como carácter de texto.
37244  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
37245 \end_layout
37246
37247 \begin_layout Standard
37248
37249 \series bold
37250
37251 \backslash
37252 Declare Inputtext{183}{
37253 \backslash
37254 ifmmode
37255 \backslash
37256 cdot
37257 \backslash
37258 else
37259 \backslash
37260 textperiodcentered
37261 \backslash
37262 f\SpecialChar \textcompwordmark{}
37263 i}
37264 \end_layout
37265
37266 \begin_layout Standard
37267 La codificación de caracteres (menú 
37268 \family sans
37269 Documento\SpecialChar \menuseparator
37270 Configuración\SpecialChar \menuseparator
37271 Idioma
37272 \family default
37273 ) especifica el carácter que se muestra al pulsar una tecla.
37274  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
37275  
37276 \series bold
37277
37278 \backslash
37279 textperiodcentered
37280 \series default
37281 .
37282  Pero este comando no está disponible en ecuaciones así que obtendrías errores
37283  de LaTeX.
37284  Con la codificación cambiada se escoge automáticamente el comando correcto,
37285  dependiendo de si el carácter se ha insertado en una ecuación o no.
37286 \end_layout
37287
37288 \begin_layout Standard
37289 La codificación de diversos caracteres se guarda en archivos de definición.
37290  Por ejemplo la codificación 
37291 \series bold
37292 latin9
37293 \series default
37294  se define en el archivo 
37295 \series bold
37296 latin9.def
37297 \series default
37298  que está en el directorio de LaTeX.
37299  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
37300  archivo de definición, de lo contrario nuestros documentos no podrían ser
37301  editados en otros ordenadores.
37302 \begin_inset VSpace medskip
37303 \end_inset
37304
37305
37306 \end_layout
37307
37308 \begin_layout Standard
37309 Además del punto centrado, en este documento se ha definido el símbolo grado
37310  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
37311  directamente en una fórmula:
37312 \end_layout
37313
37314 \begin_layout Standard
37315
37316 \series bold
37317
37318 \backslash
37319 DeclareInputtext{176}{
37320 \backslash
37321 ifmmode^
37322 \backslash
37323 circ
37324 \backslash
37325 else
37326 \backslash
37327 textdegree
37328 \backslash
37329 f\SpecialChar \textcompwordmark{}
37330 i}
37331 \begin_inset Newpage newpage
37332 \end_inset
37333
37334
37335 \end_layout
37336
37337 \begin_layout Section
37338 \start_of_appendix
37339 Notas sobre tipografía
37340 \begin_inset Index idx
37341 status collapsed
37342
37343 \begin_layout Plain Layout
37344 Tipografía, notas
37345 \end_layout
37346
37347 \end_inset
37348
37349
37350 \end_layout
37351
37352 \begin_layout Standard
37353 Esta sección es un resumen de las normas tipográficas ISO más importantes.
37354 \begin_inset Foot
37355 status collapsed
37356
37357 \begin_layout Plain Layout
37358 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
37359  
37360 \begin_inset Quotes fld
37361 \end_inset
37362
37363 Duden
37364 \begin_inset Quotes frd
37365 \end_inset
37366
37367  
37368 \begin_inset CommandInset citation
37369 LatexCommand cite
37370 key "Duden"
37371
37372 \end_inset
37373
37374 , que incluye algunas de las normas ISO.
37375  
37376 \begin_inset Newline newline
37377 \end_inset
37378
37379 (
37380 \emph on
37381 N.
37382 \begin_inset space \thinspace{}
37383 \end_inset
37384
37385 del t.
37386 \emph default
37387 : Para documentación en español sobre el tema, véase 
37388 \begin_inset CommandInset citation
37389 LatexCommand cite
37390 key "Bezos"
37391
37392 \end_inset
37393
37394 .)
37395 \end_layout
37396
37397 \end_inset
37398
37399
37400 \end_layout
37401
37402 \begin_layout Itemize
37403 Las unidades físicas se escriben 
37404 \emph on
37405 siempre 
37406 \emph default
37407 en redonda
37408 \begin_inset Foot
37409 status collapsed
37410
37411 \begin_layout Plain Layout
37412 véase estilos de fuentes en 
37413 \begin_inset CommandInset ref
37414 LatexCommand ref
37415 reference "sub:Estilos-de-fuentes"
37416
37417 \end_inset
37418
37419
37420 \end_layout
37421
37422 \end_inset
37423
37424 , aunque aparezcan en un texto en cursiva: 30
37425 \begin_inset space \thinspace{}
37426 \end_inset
37427
37428 km/h
37429 \begin_inset Newline newline
37430 \end_inset
37431
37432 Entre el valor y la unidad hay un espacio delgado, véase 
37433 \begin_inset CommandInset ref
37434 LatexCommand ref
37435 reference "sub:Espacio-predefinido"
37436
37437 \end_inset
37438
37439 .
37440 \begin_inset Newline newline
37441 \end_inset
37442
37443 Esta norma la cumple automáticamente el comando 
37444 \series bold
37445
37446 \backslash
37447 unittwo
37448 \series default
37449 .
37450  Si se introduce en una fórmula aparecen dos cuadros.
37451  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37452  como antes, 
37453 \begin_inset Formula $\unit[30]{km/h}$
37454 \end_inset
37455
37456
37457 \begin_inset space \thinspace{}
37458 \end_inset
37459
37460 .
37461  Ten en cuenta que 
37462 \series bold
37463
37464 \backslash
37465 unittwo
37466 \series default
37467  no es un auténtico comando LaTeX, sino el comando 
37468 \series bold
37469
37470 \backslash
37471 unit[value]{unit}
37472 \series default
37473 , por tanto no lo puedes usar en código TeX.
37474 \end_layout
37475
37476 \begin_layout Itemize
37477 Los signos por ciento y por mil se escriben como las unidades físicas:
37478 \begin_inset Newline newline
37479 \end_inset
37480
37481 1,2
37482 \begin_inset space \thinspace{}
37483 \end_inset
37484
37485 ‰ de alcohol en sangre.
37486 \end_layout
37487
37488 \begin_layout Itemize
37489 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37490  otra unidad: 15
37491 \begin_inset space \thinspace{}
37492 \end_inset
37493
37494 °C
37495 \end_layout
37496
37497 \begin_layout Itemize
37498 En números con más de cuatro dígitos se inserta un espacio delgado para
37499  separarlos en grupos de tres cifras: 18
37500 \begin_inset space \thinspace{}
37501 \end_inset
37502
37503 473
37504 \begin_inset space \thinspace{}
37505 \end_inset
37506
37507 588
37508 \end_layout
37509
37510 \begin_layout Itemize
37511 Para dimensiones como 120×90×40
37512 \begin_inset space \thinspace{}
37513 \end_inset
37514
37515 cm se usa el aspa de multiplicar 
37516 \begin_inset Quotes fld
37517 \end_inset
37518
37519 ×
37520 \begin_inset Quotes frd
37521 \end_inset
37522
37523 .
37524  Está disponible en el menú 
37525 \family sans
37526 Insertar\SpecialChar \menuseparator
37527 Carácter especial
37528 \family default
37529 \SpecialChar \menuseparator
37530
37531 \family sans
37532 Símbolos
37533 \family default
37534  o bien mediante el comando 
37535 \series bold
37536
37537 \backslash
37538 times
37539 \series default
37540 .
37541  Se puede insertar directamente con cierta combinación de teclas.
37542 \end_layout
37543
37544 \begin_layout Itemize
37545 Las funciones con nombres que constan de varias letras se escriben en redonda
37546  para evitar confusiones, véase 
37547 \begin_inset CommandInset ref
37548 LatexCommand ref
37549 reference "sub:Funciones-predefinidas"
37550
37551 \end_inset
37552
37553 .
37554 \end_layout
37555
37556 \begin_layout Itemize
37557 Los índices que constan de varias letras se escriben en redonda: 
37558 \begin_inset Formula $E_{\mathrm{cin}}$
37559 \end_inset
37560
37561
37562 \begin_inset Newline newline
37563 \end_inset
37564
37565 Los componentes de una matriz se escriben en cursiva: 
37566 \begin_inset Formula $\hat{H}_{kl}$
37567 \end_inset
37568
37569
37570 \end_layout
37571
37572 \begin_layout Itemize
37573 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37574  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37575 s con otras variables.
37576 \end_layout
37577
37578 \begin_layout Itemize
37579 El carácter que indica una transformación 
37580 \noun on
37581 Fourier
37582 \noun default
37583  se inserta con el comando 
37584 \series bold
37585
37586 \backslash
37587 mathscr
37588 \begin_inset ERT
37589 status collapsed
37590
37591 \begin_layout Plain Layout
37592
37593
37594 \backslash
37595 spce 
37596 \end_layout
37597
37598 \end_inset
37599
37600 F
37601 \series default
37602  o mediante el menú
37603 \family sans
37604  Insertar\SpecialChar \menuseparator
37605 Carácter especial
37606 \family default
37607 \SpecialChar \menuseparator
37608
37609 \family sans
37610 Símbolos\SpecialChar \menuseparator
37611 Símbolos de letra
37612 \family default
37613
37614 \begin_inset Formula $\mathscr{F}$
37615 \end_inset
37616
37617
37618 \end_layout
37619
37620 \begin_layout Standard
37621 \begin_inset Newpage newpage
37622 \end_inset
37623
37624
37625 \end_layout
37626
37627 \begin_layout Section
37628 Sinónimos
37629 \begin_inset Index idx
37630 status collapsed
37631
37632 \begin_layout Plain Layout
37633 Sinónimos
37634 \end_layout
37635
37636 \end_inset
37637
37638
37639 \end_layout
37640
37641 \begin_layout Standard
37642 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37643  como los que se recogen en esta lista:
37644 \begin_inset Foot
37645 status collapsed
37646
37647 \begin_layout Plain Layout
37648 véase también 
37649 \begin_inset CommandInset ref
37650 LatexCommand ref
37651 reference "fn:sinónimos"
37652
37653 \end_inset
37654
37655 .
37656 \end_layout
37657
37658 \end_inset
37659
37660
37661 \end_layout
37662
37663 \begin_layout Standard
37664
37665 \end_layout
37666
37667 \begin_layout Standard
37668 \begin_inset VSpace bigskip
37669 \end_inset
37670
37671
37672 \begin_inset space \hfill{}
37673 \end_inset
37674
37675
37676 \begin_inset Tabular
37677 <lyxtabular version="3" rows="12" columns="2">
37678 <features tabularvalignment="middle">
37679 <column alignment="center" valignment="top" width="0pt">
37680 <column alignment="center" valignment="top" width="0pt">
37681 <row>
37682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37683 \begin_inset Text
37684
37685 \begin_layout Plain Layout
37686 Comando
37687 \end_layout
37688
37689 \end_inset
37690 </cell>
37691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37692 \begin_inset Text
37693
37694 \begin_layout Plain Layout
37695 equivalente a
37696 \begin_inset Note Note
37697 status collapsed
37698
37699 \begin_layout Plain Layout
37700
37701 \series bold
37702
37703 \backslash
37704 raisebox
37705 \series default
37706  se usa sólo como espaciador
37707 \end_layout
37708
37709 \end_inset
37710
37711
37712 \end_layout
37713
37714 \end_inset
37715 </cell>
37716 </row>
37717 <row>
37718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37719 \begin_inset Text
37720
37721 \begin_layout Plain Layout
37722
37723 \backslash
37724 ast
37725 \end_layout
37726
37727 \end_inset
37728 </cell>
37729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37730 \begin_inset Text
37731
37732 \begin_layout Plain Layout
37733 \begin_inset ERT
37734 status collapsed
37735
37736 \begin_layout Plain Layout
37737
37738
37739 \backslash
37740 raisebox{-1.2mm}{
37741 \end_layout
37742
37743 \end_inset
37744
37745 *
37746 \begin_inset ERT
37747 status collapsed
37748
37749 \begin_layout Plain Layout
37750
37751 }
37752 \end_layout
37753
37754 \end_inset
37755
37756
37757 \end_layout
37758
37759 \end_inset
37760 </cell>
37761 </row>
37762 <row>
37763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37764 \begin_inset Text
37765
37766 \begin_layout Plain Layout
37767
37768 \backslash
37769 choose
37770 \end_layout
37771
37772 \end_inset
37773 </cell>
37774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37775 \begin_inset Text
37776
37777 \begin_layout Plain Layout
37778
37779 \backslash
37780 binom
37781 \end_layout
37782
37783 \end_inset
37784 </cell>
37785 </row>
37786 <row>
37787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37788 \begin_inset Text
37789
37790 \begin_layout Plain Layout
37791
37792 \backslash
37793 geq
37794 \end_layout
37795
37796 \end_inset
37797 </cell>
37798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37799 \begin_inset Text
37800
37801 \begin_layout Plain Layout
37802
37803 \backslash
37804 ge
37805 \end_layout
37806
37807 \end_inset
37808 </cell>
37809 </row>
37810 <row>
37811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37812 \begin_inset Text
37813
37814 \begin_layout Plain Layout
37815
37816 \backslash
37817 lbrace
37818 \end_layout
37819
37820 \end_inset
37821 </cell>
37822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37823 \begin_inset Text
37824
37825 \begin_layout Plain Layout
37826 {
37827 \end_layout
37828
37829 \end_inset
37830 </cell>
37831 </row>
37832 <row>
37833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37834 \begin_inset Text
37835
37836 \begin_layout Plain Layout
37837
37838 \backslash
37839 lbracket
37840 \end_layout
37841
37842 \end_inset
37843 </cell>
37844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37845 \begin_inset Text
37846
37847 \begin_layout Plain Layout
37848 [
37849 \end_layout
37850
37851 \end_inset
37852 </cell>
37853 </row>
37854 <row>
37855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37856 \begin_inset Text
37857
37858 \begin_layout Plain Layout
37859
37860 \backslash
37861 leftarrow
37862 \end_layout
37863
37864 \end_inset
37865 </cell>
37866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37867 \begin_inset Text
37868
37869 \begin_layout Plain Layout
37870
37871 \backslash
37872 gets
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 </row>
37878 <row>
37879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37880 \begin_inset Text
37881
37882 \begin_layout Plain Layout
37883
37884 \backslash
37885 leq
37886 \end_layout
37887
37888 \end_inset
37889 </cell>
37890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37891 \begin_inset Text
37892
37893 \begin_layout Plain Layout
37894
37895 \backslash
37896 le
37897 \end_layout
37898
37899 \end_inset
37900 </cell>
37901 </row>
37902 <row>
37903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37904 \begin_inset Text
37905
37906 \begin_layout Plain Layout
37907
37908 \backslash
37909 lor
37910 \end_layout
37911
37912 \end_inset
37913 </cell>
37914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918
37919 \backslash
37920 vee
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 </row>
37926 <row>
37927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37928 \begin_inset Text
37929
37930 \begin_layout Plain Layout
37931
37932 \backslash
37933 neq
37934 \end_layout
37935
37936 \end_inset
37937 </cell>
37938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37939 \begin_inset Text
37940
37941 \begin_layout Plain Layout
37942
37943 \backslash
37944 not=
37945 \end_layout
37946
37947 \end_inset
37948 </cell>
37949 </row>
37950 <row>
37951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37952 \begin_inset Text
37953
37954 \begin_layout Plain Layout
37955
37956 \backslash
37957 slash
37958 \end_layout
37959
37960 \end_inset
37961 </cell>
37962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37963 \begin_inset Text
37964
37965 \begin_layout Plain Layout
37966 /
37967 \end_layout
37968
37969 \end_inset
37970 </cell>
37971 </row>
37972 <row>
37973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37974 \begin_inset Text
37975
37976 \begin_layout Plain Layout
37977
37978 \backslash
37979 vert
37980 \end_layout
37981
37982 \end_inset
37983 </cell>
37984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37985 \begin_inset Text
37986
37987 \begin_layout Plain Layout
37988 |
37989 \end_layout
37990
37991 \end_inset
37992 </cell>
37993 </row>
37994 </lyxtabular>
37995
37996 \end_inset
37997
37998
37999 \begin_inset space \hfill{}
38000 \end_inset
38001
38002
38003 \begin_inset Tabular
38004 <lyxtabular version="3" rows="12" columns="2">
38005 <features tabularvalignment="middle">
38006 <column alignment="center" valignment="top" width="0pt">
38007 <column alignment="center" valignment="top" width="0pt">
38008 <row>
38009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38010 \begin_inset Text
38011
38012 \begin_layout Plain Layout
38013 Comando
38014 \end_layout
38015
38016 \end_inset
38017 </cell>
38018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38019 \begin_inset Text
38020
38021 \begin_layout Plain Layout
38022 equivalente a
38023 \end_layout
38024
38025 \end_inset
38026 </cell>
38027 </row>
38028 <row>
38029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38030 \begin_inset Text
38031
38032 \begin_layout Plain Layout
38033
38034 \backslash
38035 backslash
38036 \end_layout
38037
38038 \end_inset
38039 </cell>
38040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38041 \begin_inset Text
38042
38043 \begin_layout Plain Layout
38044
38045 \backslash
38046
38047 \backslash
38048
38049 \end_layout
38050
38051 \end_inset
38052 </cell>
38053 </row>
38054 <row>
38055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38056 \begin_inset Text
38057
38058 \begin_layout Plain Layout
38059
38060 \backslash
38061 dasharrow
38062 \end_layout
38063
38064 \end_inset
38065 </cell>
38066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38067 \begin_inset Text
38068
38069 \begin_layout Plain Layout
38070
38071 \backslash
38072 dashrightarrow
38073 \end_layout
38074
38075 \end_inset
38076 </cell>
38077 </row>
38078 <row>
38079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38080 \begin_inset Text
38081
38082 \begin_layout Plain Layout
38083
38084 \backslash
38085 land
38086 \end_layout
38087
38088 \end_inset
38089 </cell>
38090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38091 \begin_inset Text
38092
38093 \begin_layout Plain Layout
38094
38095 \backslash
38096 wedge
38097 \end_layout
38098
38099 \end_inset
38100 </cell>
38101 </row>
38102 <row>
38103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38104 \begin_inset Text
38105
38106 \begin_layout Plain Layout
38107
38108 \backslash
38109 rbrace
38110 \end_layout
38111
38112 \end_inset
38113 </cell>
38114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38115 \begin_inset Text
38116
38117 \begin_layout Plain Layout
38118 }
38119 \end_layout
38120
38121 \end_inset
38122 </cell>
38123 </row>
38124 <row>
38125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38126 \begin_inset Text
38127
38128 \begin_layout Plain Layout
38129
38130 \backslash
38131 rbracket
38132 \end_layout
38133
38134 \end_inset
38135 </cell>
38136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38137 \begin_inset Text
38138
38139 \begin_layout Plain Layout
38140 ]
38141 \end_layout
38142
38143 \end_inset
38144 </cell>
38145 </row>
38146 <row>
38147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38148 \begin_inset Text
38149
38150 \begin_layout Plain Layout
38151
38152 \backslash
38153 rightarrow
38154 \end_layout
38155
38156 \end_inset
38157 </cell>
38158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38159 \begin_inset Text
38160
38161 \begin_layout Plain Layout
38162
38163 \backslash
38164 to
38165 \end_layout
38166
38167 \end_inset
38168 </cell>
38169 </row>
38170 <row>
38171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38172 \begin_inset Text
38173
38174 \begin_layout Plain Layout
38175
38176 \backslash
38177 lnot
38178 \end_layout
38179
38180 \end_inset
38181 </cell>
38182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38183 \begin_inset Text
38184
38185 \begin_layout Plain Layout
38186
38187 \backslash
38188 neg
38189 \end_layout
38190
38191 \end_inset
38192 </cell>
38193 </row>
38194 <row>
38195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38196 \begin_inset Text
38197
38198 \begin_layout Plain Layout
38199
38200 \backslash
38201 ne
38202 \end_layout
38203
38204 \end_inset
38205 </cell>
38206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38207 \begin_inset Text
38208
38209 \begin_layout Plain Layout
38210
38211 \backslash
38212 not=
38213 \end_layout
38214
38215 \end_inset
38216 </cell>
38217 </row>
38218 <row>
38219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38220 \begin_inset Text
38221
38222 \begin_layout Plain Layout
38223
38224 \backslash
38225 owns
38226 \end_layout
38227
38228 \end_inset
38229 </cell>
38230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38231 \begin_inset Text
38232
38233 \begin_layout Plain Layout
38234
38235 \backslash
38236 ni
38237 \end_layout
38238
38239 \end_inset
38240 </cell>
38241 </row>
38242 <row>
38243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38244 \begin_inset Text
38245
38246 \begin_layout Plain Layout
38247
38248 \backslash
38249 square
38250 \end_layout
38251
38252 \end_inset
38253 </cell>
38254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38255 \begin_inset Text
38256
38257 \begin_layout Plain Layout
38258
38259 \backslash
38260 Box
38261 \end_layout
38262
38263 \end_inset
38264 </cell>
38265 </row>
38266 <row>
38267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38268 \begin_inset Text
38269
38270 \begin_layout Plain Layout
38271
38272 \backslash
38273 Vert
38274 \end_layout
38275
38276 \end_inset
38277 </cell>
38278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38279 \begin_inset Text
38280
38281 \begin_layout Plain Layout
38282
38283 \backslash
38284 |
38285 \end_layout
38286
38287 \end_inset
38288 </cell>
38289 </row>
38290 </lyxtabular>
38291
38292 \end_inset
38293
38294
38295 \begin_inset space \hfill{}
38296 \end_inset
38297
38298
38299 \end_layout
38300
38301 \begin_layout Standard
38302 \begin_inset Newpage newpage
38303 \end_inset
38304
38305
38306 \end_layout
38307
38308 \begin_layout Bibliography
38309 \labelwidthstring Referencias
38310 \begin_inset CommandInset bibitem
38311 LatexCommand bibitem
38312 key "TLC2"
38313
38314 \end_inset
38315
38316
38317 \shape smallcaps
38318 Mittelbach, F.
38319  ; Goossens, M.
38320 \shape default
38321
38322 \shape italic
38323 The LaTeX Companion
38324 \shape default
38325 .
38326  Addison Wesley, 2004
38327 \end_layout
38328
38329 \begin_layout Bibliography
38330 \labelwidthstring Referencias
38331 \begin_inset CommandInset bibitem
38332 LatexCommand bibitem
38333 key "Mathmode"
38334
38335 \end_inset
38336
38337
38338 \begin_inset CommandInset href
38339 LatexCommand href
38340 name "Descripción"
38341 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38342
38343 \end_inset
38344
38345  de habilidades matemáticas de LaTeX
38346 \end_layout
38347
38348 \begin_layout Bibliography
38349 \labelwidthstring Referencias
38350 \begin_inset CommandInset bibitem
38351 LatexCommand bibitem
38352 key "AMS"
38353
38354 \end_inset
38355
38356
38357 \begin_inset CommandInset href
38358 LatexCommand href
38359 name "Descripción"
38360 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38361
38362 \end_inset
38363
38364  de 
38365 \begin_inset ERT
38366 status collapsed
38367
38368 \begin_layout Plain Layout
38369
38370
38371 \backslash
38372 AmS
38373 \end_layout
38374
38375 \end_inset
38376
38377 -LaTeX
38378 \end_layout
38379
38380 \begin_layout Bibliography
38381 \labelwidthstring Referencias
38382 \begin_inset CommandInset bibitem
38383 LatexCommand bibitem
38384 key "Symbols"
38385
38386 \end_inset
38387
38388
38389 \begin_inset CommandInset href
38390 LatexCommand href
38391 name "Lista"
38392 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38393
38394 \end_inset
38395
38396  de todos los símbolos disponibles con paquetes LaTeX
38397 \end_layout
38398
38399 \begin_layout Bibliography
38400 \labelwidthstring Referencias
38401 \begin_inset CommandInset bibitem
38402 LatexCommand bibitem
38403 key "hyperref"
38404
38405 \end_inset
38406
38407
38408 \begin_inset CommandInset href
38409 LatexCommand href
38410 name "Documentación"
38411 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38412
38413 \end_inset
38414
38415  del paquete LaTeX 
38416 \series bold
38417 hyperref
38418 \series default
38419
38420 \begin_inset Index idx
38421 status collapsed
38422
38423 \begin_layout Plain Layout
38424 Paquetes ! hyperref
38425 \end_layout
38426
38427 \end_inset
38428
38429
38430 \end_layout
38431
38432 \begin_layout Bibliography
38433 \labelwidthstring Referencias
38434 \begin_inset CommandInset bibitem
38435 LatexCommand bibitem
38436 key "mhchem"
38437
38438 \end_inset
38439
38440
38441 \begin_inset CommandInset href
38442 LatexCommand href
38443 name "Documentación"
38444 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38445
38446 \end_inset
38447
38448  del paquete LaTeX 
38449 \series bold
38450 mhchem
38451 \series default
38452
38453 \begin_inset Index idx
38454 status collapsed
38455
38456 \begin_layout Plain Layout
38457 Paquetes ! mhchem
38458 \end_layout
38459
38460 \end_inset
38461
38462
38463 \end_layout
38464
38465 \begin_layout Bibliography
38466 \labelwidthstring Referencias
38467 \begin_inset CommandInset bibitem
38468 LatexCommand bibitem
38469 key "Mathclap"
38470
38471 \end_inset
38472
38473
38474 \begin_inset CommandInset href
38475 LatexCommand href
38476 name "Descripción"
38477 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38478
38479 \end_inset
38480
38481  del comando 
38482 \series bold
38483
38484 \backslash
38485 mathclap
38486 \series default
38487 , descrito en 
38488 \begin_inset CommandInset ref
38489 LatexCommand ref
38490 reference "sub:Límites-de-operadores"
38491
38492 \end_inset
38493
38494
38495 \begin_inset Index idx
38496 status collapsed
38497
38498 \begin_layout Plain Layout
38499 Comandos ! M ! 
38500 \backslash
38501 mathclap
38502 \end_layout
38503
38504 \end_inset
38505
38506
38507 \end_layout
38508
38509 \begin_layout Bibliography
38510 \labelwidthstring Referencias
38511 \begin_inset CommandInset bibitem
38512 LatexCommand bibitem
38513 key "Duden"
38514
38515 \end_inset
38516
38517
38518 \emph on
38519 Duden Band 1
38520 \emph default
38521 .
38522  22.
38523  Auflage, Duden 2001
38524 \end_layout
38525
38526 \begin_layout Bibliography
38527 \labelwidthstring Referencias
38528 \begin_inset CommandInset bibitem
38529 LatexCommand bibitem
38530 key "spanish"
38531
38532 \end_inset
38533
38534
38535 \begin_inset CommandInset href
38536 LatexCommand href
38537 name "Página web"
38538 target "http://www.tex-tipografia.com/spanish.html"
38539
38540 \end_inset
38541
38542  del estilo 
38543 \series bold
38544 spanish
38545 \family sans
38546 \series default
38547  
38548 \family default
38549 incluido en el paquete 
38550 \series bold
38551 babel
38552 \end_layout
38553
38554 \begin_layout Bibliography
38555 \labelwidthstring Referencias
38556 \begin_inset CommandInset bibitem
38557 LatexCommand bibitem
38558 key "Bezos"
38559
38560 \end_inset
38561
38562
38563 \begin_inset CommandInset href
38564 LatexCommand href
38565 name "Documento"
38566 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38567
38568 \end_inset
38569
38570  sobre ortotipografía y notaciones matemáticas en español
38571 \end_layout
38572
38573 \begin_layout Standard
38574
38575 \family sans
38576 \series bold
38577 \begin_inset CommandInset index_print
38578 LatexCommand printindex
38579 type "idx"
38580
38581 \end_inset
38582
38583
38584 \end_layout
38585
38586 \end_body
38587 \end_document