]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
do \addto\extras \AtBeginDocument, which is after polyglossia, if this package is...
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 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+Retorno
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+Retorno
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
4048 \lang english
4049 Placeholders can also be used for text when it is inserted via the menu
4050  
4051 \family sans
4052 Insert\SpecialChar \menuseparator
4053 Formatting\SpecialChar \menuseparator
4054 Phantom
4055 \family default
4056 :
4057 \end_layout
4058
4059 \begin_layout Standard
4060
4061 \lang english
4062 This is a sentence.
4063 \begin_inset Newline newline
4064 \end_inset
4065
4066
4067 \begin_inset Phantom Phantom
4068 status open
4069
4070 \begin_layout Plain Layout
4071
4072 \lang english
4073 This
4074 \end_layout
4075
4076 \end_inset
4077
4078  is a sentence.
4079 \end_layout
4080
4081 \begin_layout Subsection
4082 Líneas
4083 \begin_inset Index idx
4084 status collapsed
4085
4086 \begin_layout Plain Layout
4087 Lineas@Líneas
4088 \end_layout
4089
4090 \end_inset
4091
4092
4093 \begin_inset Index idx
4094 status collapsed
4095
4096 \begin_layout Plain Layout
4097 Ecuación ! sub- o superrayada
4098 \end_layout
4099
4100 \end_inset
4101
4102
4103 \end_layout
4104
4105 \begin_layout Standard
4106 \noindent
4107 \align center
4108 \begin_inset Tabular
4109 <lyxtabular version="3" rows="4" columns="2">
4110 <features tabularvalignment="middle">
4111 <column alignment="center" valignment="top" width="0">
4112 <column alignment="center" valignment="top" width="0">
4113 <row>
4114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 Comando
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 Resultado
4128 \begin_inset Note Note
4129 status collapsed
4130
4131 \begin_layout Plain Layout
4132
4133 \series bold
4134
4135 \backslash
4136 raisebox
4137 \series default
4138  se usa sólo como espaciador
4139 \end_layout
4140
4141 \end_inset
4142
4143
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 </row>
4149 <row>
4150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154
4155 \backslash
4156 overline
4157 \begin_inset ERT
4158 status collapsed
4159
4160 \begin_layout Plain Layout
4161
4162
4163 \backslash
4164 spce 
4165 \end_layout
4166
4167 \end_inset
4168
4169 A+B
4170 \begin_inset Index idx
4171 status collapsed
4172
4173 \begin_layout Plain Layout
4174 Comandos ! O ! 
4175 \backslash
4176 overline
4177 \end_layout
4178
4179 \end_inset
4180
4181
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4191 \end_inset
4192
4193
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \backslash
4206 underline
4207 \begin_inset ERT
4208 status collapsed
4209
4210 \begin_layout Plain Layout
4211
4212
4213 \backslash
4214 spce 
4215 \end_layout
4216
4217 \end_inset
4218
4219 A+B
4220 \begin_inset Index idx
4221 status collapsed
4222
4223 \begin_layout Plain Layout
4224 Comandos ! U ! 
4225 \backslash
4226 underline
4227 \end_layout
4228
4229 \end_inset
4230
4231
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4241 \end_inset
4242
4243
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \backslash
4256 overline
4257 \begin_inset ERT
4258 status collapsed
4259
4260 \begin_layout Plain Layout
4261
4262
4263 \backslash
4264 spce 
4265 \end_layout
4266
4267 \end_inset
4268
4269
4270 \backslash
4271 underline
4272 \begin_inset ERT
4273 status collapsed
4274
4275 \begin_layout Plain Layout
4276
4277
4278 \backslash
4279 spce 
4280 \end_layout
4281
4282 \end_inset
4283
4284 A+B
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4294 \end_inset
4295
4296
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 </lyxtabular>
4303
4304 \end_inset
4305
4306
4307 \end_layout
4308
4309 \begin_layout Standard
4310 En el último ejemplo es indiferente poner primero 
4311 \series bold
4312
4313 \backslash
4314 overline
4315 \series default
4316  o 
4317 \series bold
4318
4319 \backslash
4320 underline
4321 \series default
4322 .
4323 \end_layout
4324
4325 \begin_layout Standard
4326 Para poner doble subrayado, p.
4327 \begin_inset space \thinspace{}
4328 \end_inset
4329
4330 e.
4331  en resultados, se usa 
4332 \series bold
4333
4334 \backslash
4335 underline
4336 \series default
4337  dos veces.
4338 \end_layout
4339
4340 \begin_layout Standard
4341 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4342 \begin_inset VSpace bigskip
4343 \end_inset
4344
4345 Se pueden crear líneas personalizadas con el comando 
4346 \series bold
4347
4348 \backslash
4349 rule
4350 \series default
4351
4352 \begin_inset Index idx
4353 status collapsed
4354
4355 \begin_layout Plain Layout
4356 Comandos ! R ! 
4357 \backslash
4358 rule
4359 \end_layout
4360
4361 \end_inset
4362
4363  con el esquema siguiente:
4364 \end_layout
4365
4366 \begin_layout Standard
4367
4368 \series bold
4369
4370 \backslash
4371 rule[hueco vertical]{longitud}{grosor}
4372 \end_layout
4373
4374 \begin_layout Standard
4375 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4376  si el valor es negativo).
4377  Las unidades disponibles para los valores están listadas en
4378 \begin_inset space ~
4379 \end_inset
4380
4381
4382 \begin_inset CommandInset ref
4383 LatexCommand ref
4384 reference "tab:Unidades-disponibles"
4385
4386 \end_inset
4387
4388 .
4389  A continuación hay dos ejemplos de líneas creadas con los comandos
4390 \series bold
4391
4392 \begin_inset Newline newline
4393 \end_inset
4394
4395
4396 \backslash
4397 rule[-2ex]{3cm}{2pt}
4398 \series default
4399  y 
4400 \series bold
4401
4402 \backslash
4403 rule{2cm}{1pt}
4404 \series default
4405 :
4406 \end_layout
4407
4408 \begin_layout Standard
4409 Esto es una frase 
4410 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4411 \end_inset
4412
4413  con dos líneas.
4414 \end_layout
4415
4416 \begin_layout Standard
4417
4418 \series bold
4419
4420 \backslash
4421 rule
4422 \series default
4423  también se puede usar para texto si 
4424 \lang english
4425 a line is inserted via the menu 
4426 \family sans
4427 Insert\SpecialChar \menuseparator
4428 Formatting\SpecialChar \menuseparator
4429 Horizontal
4430 \begin_inset space ~
4431 \end_inset
4432
4433 Line
4434 \family default
4435 :
4436 \end_layout
4437
4438 \begin_layout Standard
4439
4440 \lang english
4441 This is a sentence 
4442 \begin_inset CommandInset line
4443 LatexCommand rule
4444 offset "0.5ex"
4445 width "3cm"
4446 height "1pt"
4447
4448 \end_inset
4449
4450  with one line.
4451 \end_layout
4452
4453 \begin_layout Subsection
4454 Puntos
4455 \begin_inset CommandInset label
4456 LatexCommand label
4457 name "sub:Puntos"
4458
4459 \end_inset
4460
4461
4462 \begin_inset Index idx
4463 status collapsed
4464
4465 \begin_layout Plain Layout
4466 Puntos
4467 \end_layout
4468
4469 \end_inset
4470
4471
4472 \end_layout
4473
4474 \begin_layout Standard
4475 Hay distintos tipos de puntos disponibles.
4476 \begin_inset Foot
4477 status collapsed
4478
4479 \begin_layout Plain Layout
4480 En la barra de herramientas de ecuaciones, en el panel del botón 
4481 \begin_inset Graphics
4482         filename ../../images/math/ldots.png
4483         scale 85
4484
4485 \end_inset
4486
4487 .
4488 \end_layout
4489
4490 \end_inset
4491
4492  Para continuación en enumeraciones se usan puntos bajos, (
4493 \series bold
4494
4495 \backslash
4496 ldots
4497 \series default
4498
4499 \begin_inset Index idx
4500 status collapsed
4501
4502 \begin_layout Plain Layout
4503 Comandos ! L ! 
4504 \backslash
4505 ldots
4506 \end_layout
4507
4508 \end_inset
4509
4510 ), mientras que para operaciones se usan puntos centrados a la misma altura
4511  que los operadores, (
4512 \series bold
4513
4514 \backslash
4515 cdots
4516 \series default
4517
4518 \begin_inset Index idx
4519 status collapsed
4520
4521 \begin_layout Plain Layout
4522 Comandos ! C ! 
4523 \backslash
4524 cdots
4525 \end_layout
4526
4527 \end_inset
4528
4529 ).
4530  Si se usa el comando 
4531 \series bold
4532
4533 \backslash
4534 dots
4535 \series default
4536
4537 \begin_inset Index idx
4538 status collapsed
4539
4540 \begin_layout Plain Layout
4541 Comandos ! D ! 
4542 \backslash
4543 dots
4544 \end_layout
4545
4546 \end_inset
4547
4548 , LaTeX decide el tipo a usar en función del carácter siguiente.
4549 \end_layout
4550
4551 \begin_layout Standard
4552 \align center
4553 \begin_inset Tabular
4554 <lyxtabular version="3" rows="9" columns="2">
4555 <features tabularvalignment="middle">
4556 <column alignment="center" valignment="top" width="0pt">
4557 <column alignment="center" valignment="top" width="0pt">
4558 <row>
4559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563 Comando
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572 Resultado
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 </row>
4578 <row>
4579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 A_1
4584 \begin_inset ERT
4585 status collapsed
4586
4587 \begin_layout Plain Layout
4588
4589
4590 \backslash
4591 spce 
4592 \end_layout
4593
4594 \end_inset
4595
4596 ,
4597 \backslash
4598 dots
4599 \begin_inset ERT
4600 status collapsed
4601
4602 \begin_layout Plain Layout
4603
4604
4605 \backslash
4606 spce 
4607 \end_layout
4608
4609 \end_inset
4610
4611 ,A_n
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 \begin_inset Formula $A_{1},\dots,A_{n}$
4621 \end_inset
4622
4623
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 </row>
4629 <row>
4630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634 A_1
4635 \begin_inset ERT
4636 status collapsed
4637
4638 \begin_layout Plain Layout
4639
4640
4641 \backslash
4642 spce 
4643 \end_layout
4644
4645 \end_inset
4646
4647 +
4648 \backslash
4649 dots
4650 \begin_inset ERT
4651 status collapsed
4652
4653 \begin_layout Plain Layout
4654
4655
4656 \backslash
4657 spce 
4658 \end_layout
4659
4660 \end_inset
4661
4662 +A_n
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 \begin_inset Formula $A_{1}+\dots+A_{n}$
4672 \end_inset
4673
4674
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 </row>
4680 <row>
4681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 A_1
4686 \begin_inset ERT
4687 status collapsed
4688
4689 \begin_layout Plain Layout
4690
4691
4692 \backslash
4693 spce 
4694 \end_layout
4695
4696 \end_inset
4697
4698 ,
4699 \backslash
4700 ldots
4701 \begin_inset ERT
4702 status collapsed
4703
4704 \begin_layout Plain Layout
4705
4706
4707 \backslash
4708 spce 
4709 \end_layout
4710
4711 \end_inset
4712
4713 ,A_n
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 \begin_inset Formula $A_{1},\ldots,A_{n}$
4723 \end_inset
4724
4725
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 </row>
4731 <row>
4732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 A_1
4737 \begin_inset ERT
4738 status collapsed
4739
4740 \begin_layout Plain Layout
4741
4742
4743 \backslash
4744 spce 
4745 \end_layout
4746
4747 \end_inset
4748
4749 +
4750 \backslash
4751 cdots
4752 \begin_inset ERT
4753 status collapsed
4754
4755 \begin_layout Plain Layout
4756
4757
4758 \backslash
4759 spce 
4760 \end_layout
4761
4762 \end_inset
4763
4764 +A_n
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4774 \end_inset
4775
4776
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 </row>
4782 <row>
4783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787
4788 \backslash
4789 vdots
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 \begin_inset Formula $\vdots$
4799 \end_inset
4800
4801
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \backslash
4814 ddots
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 \begin_inset Formula $\ddots$
4824 \end_inset
4825
4826
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 </row>
4832 <row>
4833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837
4838 \backslash
4839 iddots
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 \begin_inset Formula $\iddots$
4849 \end_inset
4850
4851
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 </row>
4857 <row>
4858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 Matriz
4863 \begin_inset space \thinspace{}
4864 \end_inset
4865
4866 3×3 con los distintos puntos
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875 \begin_inset Formula $\begin{array}{ccc}
4876 A_{11} & \cdots & A_{1m}\\
4877 \vdots & \ddots & \vdots\\
4878 A_{n1} & \cdots & A_{nm}
4879 \end{array}$
4880 \end_inset
4881
4882
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 </row>
4888 </lyxtabular>
4889
4890 \end_inset
4891
4892
4893 \end_layout
4894
4895 \begin_layout Standard
4896 Los puntos suspensivos disponibles en el menú 
4897 \family sans
4898 Insertar\SpecialChar \menuseparator
4899 Carácter especial
4900 \family default
4901  son 
4902 \series bold
4903
4904 \backslash
4905 ldots
4906 \series default
4907 .
4908 \end_layout
4909
4910 \begin_layout Standard
4911 \begin_inset VSpace medskip
4912 \end_inset
4913
4914
4915 \lang english
4916 To use 
4917 \series bold
4918
4919 \backslash
4920 iddots
4921 \series default
4922 , one of the options 
4923 \family sans
4924 Use mathdots package (automatically)
4925 \family default
4926  must be set in the document settings under 
4927 \family sans
4928 Math
4929 \begin_inset space ~
4930 \end_inset
4931
4932 Options
4933 \family default
4934 .
4935 \begin_inset Newline newline
4936 \end_inset
4937
4938 Using the option 
4939 \family sans
4940 Use mathdots package
4941 \family default
4942  will improve the appearance of all dots in the documents if their font
4943  style or size is not the default.
4944 \end_layout
4945
4946 \begin_layout Standard
4947 \begin_inset VSpace medskip
4948 \end_inset
4949
4950 Hay puntos específicos para matrices que se extienden por varias columnas.
4951  Se generan con el comando 
4952 \series bold
4953
4954 \backslash
4955 hdotsfor
4956 \series default
4957
4958 \begin_inset Index idx
4959 status collapsed
4960
4961 \begin_layout Plain Layout
4962 Comandos ! H ! 
4963 \backslash
4964 hdotsfor
4965 \end_layout
4966
4967 \end_inset
4968
4969 , que tiene el siguiente esquema:
4970 \end_layout
4971
4972 \begin_layout Standard
4973
4974 \series bold
4975
4976 \backslash
4977 hdotsfor[distancia]{número de columnas}
4978 \end_layout
4979
4980 \begin_layout Standard
4981 Número de columnas especifica cuántas columnas deben abarcarse.
4982  Distancia es un factor para la separación entre los puntos.
4983 \end_layout
4984
4985 \begin_layout Standard
4986 En la siguiente matriz se ha insertado el comando 
4987 \series bold
4988
4989 \backslash
4990 hdotsfor[2]{4}
4991 \series default
4992  en el primer recuadro de la segunda línea para obtener puntos separados
4993  una distancia equivalente a dos veces la del comando 
4994 \series bold
4995
4996 \backslash
4997 dots
4998 \series default
4999 .
5000 \begin_inset Formula \[
5001 \left(\begin{array}{cccc}
5002 A & B & C & D\\
5003 \hdotsfor[2]{4}\\
5004 q & w & e & r
5005 \end{array}\right)
5006 \]
5007
5008 \end_inset
5009
5010
5011 \end_layout
5012
5013 \begin_layout Standard
5014 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
5015  de lo contrario se producen errores de LaTeX.
5016 \end_layout
5017
5018 \begin_layout Standard
5019 \begin_inset VSpace bigskip
5020 \end_inset
5021
5022
5023 \end_layout
5024
5025 \begin_layout Standard
5026 Además, con el comando 
5027 \series bold
5028
5029 \backslash
5030 dotfill
5031 \series default
5032
5033 \begin_inset Index idx
5034 status collapsed
5035
5036 \begin_layout Plain Layout
5037 Comandos ! D ! 
5038 \backslash
5039 dotfill
5040 \end_layout
5041
5042 \end_inset
5043
5044  puedes completar con puntos una línea.
5045  El efecto de este tipo de comandos es como el de 
5046 \series bold
5047
5048 \backslash
5049 hfill
5050 \series default
5051 , véase 
5052 \begin_inset CommandInset ref
5053 LatexCommand ref
5054 reference "sub:Espacio-variable"
5055
5056 \end_inset
5057
5058 .
5059 \end_layout
5060
5061 \begin_layout Standard
5062 Por ejemplo el comando 
5063 \series bold
5064 A
5065 \backslash
5066 dotfill
5067 \series default
5068
5069 \begin_inset ERT
5070 status collapsed
5071
5072 \begin_layout Plain Layout
5073
5074
5075 \backslash
5076 spce 
5077 \end_layout
5078
5079 \end_inset
5080
5081
5082 \series bold
5083 B
5084 \series default
5085  genera
5086 \end_layout
5087
5088 \begin_layout Standard
5089 \begin_inset Formula $A\dotfill B$
5090 \end_inset
5091
5092
5093 \end_layout
5094
5095 \begin_layout Standard
5096 Un comando análogo a 
5097 \series bold
5098
5099 \backslash
5100 dotfill
5101 \series default
5102  para rellenar con una línea es 
5103 \series bold
5104
5105 \backslash
5106 hrulefill
5107 \series default
5108
5109 \begin_inset Index idx
5110 status collapsed
5111
5112 \begin_layout Plain Layout
5113 Comandos ! H ! 
5114 \backslash
5115 hrulefill
5116 \end_layout
5117
5118 \end_inset
5119
5120 :
5121 \end_layout
5122
5123 \begin_layout Standard
5124 \begin_inset Formula $A\hrulefill B$
5125 \end_inset
5126
5127
5128 \end_layout
5129
5130 \begin_layout Standard
5131 Para usar estos comandos en el texto, deben insertarse en modo TeX.
5132 \end_layout
5133
5134 \begin_layout Section
5135 Matrices
5136 \begin_inset CommandInset label
5137 LatexCommand label
5138 name "sec:Matrices"
5139
5140 \end_inset
5141
5142
5143 \begin_inset Index idx
5144 status collapsed
5145
5146 \begin_layout Plain Layout
5147 Matrices
5148 \end_layout
5149
5150 \end_inset
5151
5152
5153 \end_layout
5154
5155 \begin_layout Standard
5156 Se pueden insertar con el botón 
5157 \begin_inset Graphics
5158         filename ../../images/dialog-show_mathmatrix.png
5159         scale 85
5160
5161 \end_inset
5162
5163  de la barra de ecuaciones o con el menú 
5164 \family sans
5165 Insertar\SpecialChar \menuseparator
5166 Ecuación\SpecialChar \menuseparator
5167 Matriz
5168 \family default
5169 .
5170  Aparece una ventana en la que se pide el número de filas y columnas, la
5171  alineación y la decoración.
5172  La alineación vertical sólo es relevante para matrices en línea:
5173 \end_layout
5174
5175 \begin_layout Standard
5176 Esta primera matriz tiene alineación superior 
5177 \begin_inset Formula $\begin{array}[t]{cccc}
5178 A & D & G & J\\
5179 B & E & H & K\\
5180 D & F & I & L
5181 \end{array}$
5182 \end_inset
5183
5184  , la segunda alineación central 
5185 \begin_inset Formula $\begin{array}{cccc}
5186 A & D & G & J\\
5187 B & E & H & K\\
5188 D & F & I & L
5189 \end{array}$
5190 \end_inset
5191
5192  , y la tercera alineación inferior 
5193 \begin_inset Formula $\begin{array}[b]{cccc}
5194 A & D & G & J\\
5195 B & E & H & K\\
5196 D & F & I & L
5197 \end{array}$
5198 \end_inset
5199
5200 .
5201 \end_layout
5202
5203 \begin_layout Standard
5204 La alineación horizontal especifica cómo deben alinearse las entradas de
5205  la columna.
5206  Se determina mediante una letra para cada columna.
5207  
5208 \emph on
5209 l
5210 \emph default
5211  indica alineación a la izquierda, 
5212 \emph on
5213 c
5214 \emph default
5215  alineación centrada y 
5216 \emph on
5217 r
5218 \emph default
5219  alineación a la derecha.
5220  Por ejemplo, para componer una matriz
5221 \begin_inset space ~
5222 \end_inset
5223
5224 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5225  centradas y la última a la derecha, se anota 
5226 \series bold
5227 lccr
5228 \series default
5229  en la alineación horizontal.
5230  Normalmente todas las columnas de una matriz están centradas, por tanto
5231  el valor por omisión es 
5232 \series bold
5233 c
5234 \series default
5235  para todas ellas.
5236 \end_layout
5237
5238 \begin_layout Standard
5239 Alineación horizontal:
5240 \end_layout
5241
5242 \begin_layout Standard
5243
5244 \series bold
5245 lll
5246 \series default
5247  : 
5248 \begin_inset Formula $\begin{array}{lll}
5249 10000 & D & G\\
5250 B & 10000 & H\\
5251 C & F & 10000
5252 \end{array}$
5253 \end_inset
5254
5255  , 
5256 \series bold
5257 ccc 
5258 \series default
5259
5260 \begin_inset Formula $\begin{array}{ccc}
5261 10000 & D & G\\
5262 B & 10000 & H\\
5263 C & F & 10000
5264 \end{array}$
5265 \end_inset
5266
5267  
5268 \series bold
5269 ,
5270 \series default
5271  
5272 \series bold
5273 rrr 
5274 \series default
5275
5276 \begin_inset Formula $\begin{array}{rrr}
5277 10000 & D & G\\
5278 B & 10000 & H\\
5279 C & F & 10000
5280 \end{array}$
5281 \end_inset
5282
5283
5284 \end_layout
5285
5286 \begin_layout Standard
5287 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5288  botones 
5289 \begin_inset Graphics
5290         filename ../../images/tabular-feature_append-row.png
5291         scale 85
5292
5293 \end_inset
5294
5295
5296 \begin_inset Graphics
5297         filename ../../images/tabular-feature_delete-row.png
5298         scale 85
5299
5300 \end_inset
5301
5302 , etc.
5303  de la barra de ecuaciones o el menú 
5304 \family sans
5305 Editar\SpecialChar \menuseparator
5306 Filas y columnas
5307 \family default
5308 .
5309  También se pueden añadir filas nuevas con 
5310 \family sans
5311 Ctrl+Retorno
5312 \family default
5313 .
5314 \end_layout
5315
5316 \begin_layout Standard
5317 \begin_inset VSpace bigskip
5318 \end_inset
5319
5320
5321 \lang english
5322 The 
5323 \family sans
5324 Decoration
5325 \family default
5326  adds parentheses in the selected style around the matrix.
5327  Alternatively,
5328 \lang spanish
5329  se pueden generar paréntesis con los comandos 
5330 \series bold
5331
5332 \backslash
5333 left
5334 \series default
5335
5336 \begin_inset Index idx
5337 status collapsed
5338
5339 \begin_layout Plain Layout
5340 Comandos ! L ! 
5341 \backslash
5342 left
5343 \end_layout
5344
5345 \end_inset
5346
5347  y 
5348 \series bold
5349
5350 \backslash
5351 right
5352 \series default
5353
5354 \begin_inset Index idx
5355 status collapsed
5356
5357 \begin_layout Plain Layout
5358 Comandos ! R ! 
5359 \backslash
5360 right
5361 \end_layout
5362
5363 \end_inset
5364
5365  (atajo 
5366 \family sans
5367 Alt+M
5368 \begin_inset space ~
5369 \end_inset
5370
5371 Paréntesis
5372 \family default
5373 ), véase 
5374 \begin_inset CommandInset ref
5375 LatexCommand ref
5376 reference "sub:Tamaño-automático-de"
5377
5378 \end_inset
5379
5380 , o usando los comandos siguientes:
5381 \end_layout
5382
5383 \begin_layout Standard
5384 \begin_inset VSpace medskip
5385 \end_inset
5386
5387
5388 \end_layout
5389
5390 \begin_layout Standard
5391 \begin_inset space \hfill{}
5392 \end_inset
5393
5394
5395 \begin_inset Tabular
5396 <lyxtabular version="3" rows="4" columns="2">
5397 <features tabularvalignment="middle">
5398 <column alignment="center" valignment="top" width="0">
5399 <column alignment="center" valignment="top" width="0">
5400 <row>
5401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405 Comando
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 Resultado
5415 \begin_inset Note Note
5416 status collapsed
5417
5418 \begin_layout Plain Layout
5419
5420 \series bold
5421
5422 \backslash
5423 raisebox
5424 \series default
5425  se usa sólo como espaciador
5426 \end_layout
5427
5428 \end_inset
5429
5430
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 </row>
5436 <row>
5437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441
5442 \backslash
5443 bmatrix
5444 \begin_inset ERT
5445 status collapsed
5446
5447 \begin_layout Plain Layout
5448
5449
5450 \backslash
5451 spce 
5452 \end_layout
5453
5454 \end_inset
5455
5456 2
5457 \series bold
5458 ×
5459 \series default
5460 2
5461 \begin_inset space \thinspace{}
5462 \end_inset
5463
5464 matriz
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5474 0 & \textrm{-}\mathrm{i}\\
5475 \mathrm{i} & 0
5476 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5477 \end_inset
5478
5479
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 </row>
5485 <row>
5486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490
5491 \backslash
5492 Bmatrix
5493 \begin_inset ERT
5494 status collapsed
5495
5496 \begin_layout Plain Layout
5497
5498
5499 \backslash
5500 spce 
5501 \end_layout
5502
5503 \end_inset
5504
5505 2×2
5506 \begin_inset space \thinspace{}
5507 \end_inset
5508
5509 matriz
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5519 0 & \textrm{-}\mathrm{i}\\
5520 \mathrm{i} & 0
5521 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5522 \end_inset
5523
5524
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 </row>
5530 <row>
5531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535
5536 \backslash
5537 pmatrix
5538 \begin_inset ERT
5539 status collapsed
5540
5541 \begin_layout Plain Layout
5542
5543
5544 \backslash
5545 spce 
5546 \end_layout
5547
5548 \end_inset
5549
5550 2
5551 \series bold
5552 ×
5553 \series default
5554 2
5555 \begin_inset space \thinspace{}
5556 \end_inset
5557
5558 matriz
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5568 0 & \textrm{-}\mathrm{i}\\
5569 \mathrm{i} & 0
5570 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5571 \end_inset
5572
5573
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 </lyxtabular>
5580
5581 \end_inset
5582
5583
5584 \begin_inset space \hfill{}
5585 \end_inset
5586
5587
5588 \begin_inset Tabular
5589 <lyxtabular version="3" rows="4" columns="2">
5590 <features tabularvalignment="middle">
5591 <column alignment="center" valignment="top" width="0">
5592 <column alignment="center" valignment="top" width="0">
5593 <row>
5594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 Comando
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 Resultado
5608 \begin_inset Note Note
5609 status collapsed
5610
5611 \begin_layout Plain Layout
5612
5613 \series bold
5614
5615 \backslash
5616 raisebox
5617 \series default
5618  se usa sólo como espaciador
5619 \end_layout
5620
5621 \end_inset
5622
5623
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 </row>
5629 <row>
5630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634
5635 \backslash
5636 vmatrix
5637 \begin_inset ERT
5638 status collapsed
5639
5640 \begin_layout Plain Layout
5641
5642
5643 \backslash
5644 spce 
5645 \end_layout
5646
5647 \end_inset
5648
5649 2
5650 \series bold
5651 ×
5652 \series default
5653 2
5654 \begin_inset space \thinspace{}
5655 \end_inset
5656
5657 matriz
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5667 0 & \textrm{-}\mathrm{i}\\
5668 \mathrm{i} & 0
5669 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5670 \end_inset
5671
5672
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 </row>
5678 <row>
5679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683
5684 \backslash
5685 Vmatrix
5686 \begin_inset ERT
5687 status collapsed
5688
5689 \begin_layout Plain Layout
5690
5691
5692 \backslash
5693 spce 
5694 \end_layout
5695
5696 \end_inset
5697
5698 2
5699 \series bold
5700 ×
5701 \series default
5702 2
5703 \begin_inset space \thinspace{}
5704 \end_inset
5705
5706 matriz
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5716 0 & \textrm{-}\mathrm{i}\\
5717 \mathrm{i} & 0
5718 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5719 \end_inset
5720
5721
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 </row>
5727 <row>
5728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732
5733 \backslash
5734 matrix
5735 \begin_inset ERT
5736 status collapsed
5737
5738 \begin_layout Plain Layout
5739
5740
5741 \backslash
5742 spce 
5743 \end_layout
5744
5745 \end_inset
5746
5747 2
5748 \series bold
5749 ×
5750 \series default
5751 2
5752 \begin_inset space \thinspace{}
5753 \end_inset
5754
5755 matriz
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5765 0 & \textrm{-}\mathrm{i}\\
5766 \mathrm{i} & 0
5767 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 </row>
5776 </lyxtabular>
5777
5778 \end_inset
5779
5780
5781 \begin_inset space \hfill{}
5782 \end_inset
5783
5784
5785 \end_layout
5786
5787 \begin_layout Standard
5788 \begin_inset VSpace medskip
5789 \end_inset
5790
5791
5792 \end_layout
5793
5794 \begin_layout Standard
5795 Cuando se inserta p.
5796 \begin_inset space \thinspace{}
5797 \end_inset
5798
5799 e.
5800 \begin_inset space ~
5801 \end_inset
5802
5803
5804 \series bold
5805
5806 \backslash
5807 vmatrix
5808 \series default
5809 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5810  la matriz.
5811 \begin_inset Newline newline
5812 \end_inset
5813
5814
5815 \lang english
5816 Note that decorated matrices ignore the vertical alignment.
5817 \end_layout
5818
5819 \begin_layout Standard
5820 \begin_inset VSpace bigskip
5821 \end_inset
5822
5823
5824 \end_layout
5825
5826 \begin_layout Standard
5827 Como todas las ecuaciones multilínea son matrices, la longitud 
5828 \series bold
5829
5830 \backslash
5831 arraycolsep
5832 \series default
5833
5834 \begin_inset Index idx
5835 status collapsed
5836
5837 \begin_layout Plain Layout
5838 Comandos ! A ! 
5839 \backslash
5840 arraycolsep
5841 \end_layout
5842
5843 \end_inset
5844
5845 , que se describe en 
5846 \begin_inset CommandInset ref
5847 LatexCommand ref
5848 reference "sub:Separación-de-columnas"
5849
5850 \end_inset
5851
5852 , también se puede usar para cambiar la separación de las columnas en una
5853  matriz.
5854  Para cambiar la separación de las filas, se usa el comando 
5855 \series bold
5856
5857 \backslash
5858 arraystretch
5859 \series default
5860
5861 \begin_inset Index idx
5862 status collapsed
5863
5864 \begin_layout Plain Layout
5865 Comandos ! A ! 
5866 \backslash
5867 arraystretch
5868 \end_layout
5869
5870 \end_inset
5871
5872  de la siguiente manera:
5873 \end_layout
5874
5875 \begin_layout Standard
5876
5877 \series bold
5878
5879 \backslash
5880 renewcommand{
5881 \backslash
5882 arraystretch}{factor de separación}
5883 \begin_inset Index idx
5884 status collapsed
5885
5886 \begin_layout Plain Layout
5887 Comandos ! R ! 
5888 \backslash
5889 renewcommand
5890 \end_layout
5891
5892 \end_inset
5893
5894
5895 \end_layout
5896
5897 \begin_layout Standard
5898 El comando 
5899 \series bold
5900
5901 \backslash
5902 renewcommand
5903 \series default
5904  asigna el factor de separación al comando predefinido 
5905 \series bold
5906
5907 \backslash
5908 arraystretch
5909 \series default
5910 .
5911  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5912  Además, éste se usa para todas las matrices siguientes.
5913  Para volver a la separación original, asigna factor 1 a 
5914 \series bold
5915
5916 \backslash
5917 arraystretch
5918 \series default
5919 .
5920 \end_layout
5921
5922 \begin_layout Standard
5923 Para poner matrices en línea se usa el comando 
5924 \series bold
5925
5926 \backslash
5927 smallmatrix
5928 \series default
5929
5930 \begin_inset Index idx
5931 status collapsed
5932
5933 \begin_layout Plain Layout
5934 Comandos ! S ! 
5935 \backslash
5936 smallmatrix
5937 \end_layout
5938
5939 \end_inset
5940
5941 .
5942  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5943  se inserta la matriz.
5944  
5945 \end_layout
5946
5947 \begin_layout Standard
5948 Esto es una matriz 
5949 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5950 C & D
5951 \end{smallmatrix}\right)$
5952 \end_inset
5953
5954  en línea.
5955 \end_layout
5956
5957 \begin_layout Section
5958 Delimitadores
5959 \begin_inset Index idx
5960 status collapsed
5961
5962 \begin_layout Plain Layout
5963 Delimitadores
5964 \end_layout
5965
5966 \end_inset
5967
5968
5969 \end_layout
5970
5971 \begin_layout Subsection
5972 Delimitadores verticales
5973 \begin_inset Index idx
5974 status collapsed
5975
5976 \begin_layout Plain Layout
5977 Delimitadores ! verticales
5978 \end_layout
5979
5980 \end_inset
5981
5982
5983 \end_layout
5984
5985 \begin_layout Standard
5986 \begin_inset space \hfill{}
5987 \end_inset
5988
5989
5990 \begin_inset Tabular
5991 <lyxtabular version="3" rows="9" columns="2">
5992 <features tabularvalignment="middle">
5993 <column alignment="center" valignment="top" width="0pt">
5994 <column alignment="center" valignment="top" width="0pt">
5995 <row>
5996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 Comando
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 Resultado
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 </row>
6015 <row>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 (
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 \begin_inset Formula $($
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 <row>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 {
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 \begin_inset Formula $\{$
6053 \end_inset
6054
6055
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 <row>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 [
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 \begin_inset Formula $[$
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 </row>
6084 <row>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089
6090 \backslash
6091 langle
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 \begin_inset Formula $\langle$
6101 \end_inset
6102
6103
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 </row>
6109 <row>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114
6115 \backslash
6116 lceil
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125 \begin_inset Formula $\lceil$
6126 \end_inset
6127
6128
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 </row>
6134 <row>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139
6140 \backslash
6141 lfloor
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 \begin_inset Formula $\lfloor$
6151 \end_inset
6152
6153
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 <row>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 /
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 \begin_inset Formula $/$
6174 \end_inset
6175
6176
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 </row>
6182 <row>
6183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 |
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 \begin_inset Formula $|$
6197 \end_inset
6198
6199
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 </row>
6205 </lyxtabular>
6206
6207 \end_inset
6208
6209
6210 \begin_inset space \hfill{}
6211 \end_inset
6212
6213
6214 \begin_inset Tabular
6215 <lyxtabular version="3" rows="9" columns="2">
6216 <features tabularvalignment="middle">
6217 <column alignment="center" valignment="top" width="0pt">
6218 <column alignment="center" valignment="top" width="0pt">
6219 <row>
6220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 Comando
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 Resultado
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 </row>
6239 <row>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 )
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 \begin_inset Formula $)$
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 </row>
6262 <row>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 }
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 \begin_inset Formula $\}$
6277 \end_inset
6278
6279
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 </row>
6285 <row>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 ]
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 \begin_inset Formula $]$
6300 \end_inset
6301
6302
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 </row>
6308 <row>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313
6314 \backslash
6315 rangle
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 \begin_inset Formula $\rangle$
6325 \end_inset
6326
6327
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 </row>
6333 <row>
6334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338
6339 \backslash
6340 rceil
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 \begin_inset Formula $\rceil$
6350 \end_inset
6351
6352
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 </row>
6358 <row>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363
6364 \backslash
6365 rfloor
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 \begin_inset Formula $\rfloor$
6375 \end_inset
6376
6377
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 </row>
6383 <row>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388
6389 \backslash
6390
6391 \backslash
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 \begin_inset Formula $\backslash$
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 </row>
6410 <row>
6411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415
6416 \backslash
6417 |
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 \begin_inset Formula $\|$
6427 \end_inset
6428
6429
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 </row>
6435 </lyxtabular>
6436
6437 \end_inset
6438
6439
6440 \begin_inset space \hfill{}
6441 \end_inset
6442
6443
6444 \end_layout
6445
6446 \begin_layout Standard
6447 \begin_inset Note Greyedout
6448 status open
6449
6450 \begin_layout Plain Layout
6451
6452 \series bold
6453 Nota
6454 \series default
6455 : En modo TeX hay que usar el comando 
6456 \series bold
6457
6458 \backslash
6459 textbackslash
6460 \series default
6461
6462 \begin_inset Index idx
6463 status collapsed
6464
6465 \begin_layout Plain Layout
6466 Comandos ! T ! 
6467 \backslash
6468 textbackslash
6469 \end_layout
6470
6471 \end_inset
6472
6473  para la barra invertida, porque si no el comando 
6474 \series bold
6475
6476 \backslash
6477
6478 \backslash
6479
6480 \series default
6481  genera un salto de línea.
6482 \end_layout
6483
6484 \end_inset
6485
6486
6487 \end_layout
6488
6489 \begin_layout Standard
6490 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6491  descritos en las dos subsecciones siguientes.
6492  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6493  < y > en vez de los comandos 
6494 \series bold
6495
6496 \backslash
6497 langle
6498 \series default
6499  y 
6500 \series bold
6501
6502 \backslash
6503 rangle
6504 \series default
6505 .
6506  
6507 \end_layout
6508
6509 \begin_layout Subsubsection
6510 Tamaño manual de los delimitadores
6511 \begin_inset CommandInset label
6512 LatexCommand label
6513 name "sub:Tamaño-manual-de"
6514
6515 \end_inset
6516
6517
6518 \begin_inset Index idx
6519 status collapsed
6520
6521 \begin_layout Plain Layout
6522 Delimitadores ! tamaño manual
6523 \end_layout
6524
6525 \end_inset
6526
6527
6528 \end_layout
6529
6530 \begin_layout Standard
6531 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6532  LaTeX 
6533 \series bold
6534
6535 \backslash
6536 big
6537 \series default
6538
6539 \begin_inset Index idx
6540 status collapsed
6541
6542 \begin_layout Plain Layout
6543 Comandos ! B ! 
6544 \backslash
6545 big
6546 \end_layout
6547
6548 \end_inset
6549
6550
6551 \series bold
6552
6553 \backslash
6554 Big
6555 \series default
6556
6557 \series bold
6558
6559 \backslash
6560 bigg
6561 \series default
6562 , y 
6563 \series bold
6564
6565 \backslash
6566 Bigg
6567 \series default
6568 .
6569  
6570 \series bold
6571
6572 \backslash
6573 big
6574 \series default
6575  indica el tamaño menor y 
6576 \series bold
6577
6578 \backslash
6579 Bigg
6580 \series default
6581  el mayor.
6582 \end_layout
6583
6584 \begin_layout Standard
6585 Estos comandos se usan para resaltar niveles de delimitación:
6586 \end_layout
6587
6588 \begin_layout Standard
6589 \noindent
6590 \align center
6591 \begin_inset Tabular
6592 <lyxtabular version="3" rows="2" columns="2">
6593 <features tabularvalignment="middle">
6594 <column alignment="center" valignment="top" width="0">
6595 <column alignment="center" valignment="top" width="0">
6596 <row>
6597 <cell alignment="center" valignment="top" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 todos los delimitadores de igual tamaño:
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell alignment="center" valignment="top" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6611 \end_inset
6612
6613
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 </row>
6619 <row>
6620 <cell alignment="center" valignment="top" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624 así tiene mejor aspecto:
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell alignment="center" valignment="top" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6634 \end_inset
6635
6636
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 </row>
6642 </lyxtabular>
6643
6644 \end_inset
6645
6646
6647 \begin_inset Note Note
6648 status collapsed
6649
6650 \begin_layout Plain Layout
6651
6652 \series bold
6653
6654 \backslash
6655 raisebox
6656 \series default
6657  se usa sólo como espaciador
6658 \end_layout
6659
6660 \end_inset
6661
6662
6663 \end_layout
6664
6665 \begin_layout Standard
6666 Para la segunda expresión se ha empleado el comando 
6667 \series bold
6668
6669 \backslash
6670 Big((A+B)(A-B)
6671 \backslash
6672 Big)^
6673 \series default
6674
6675 \begin_inset ERT
6676 status collapsed
6677
6678 \begin_layout Plain Layout
6679
6680
6681 \backslash
6682 spce 
6683 \end_layout
6684
6685 \end_inset
6686
6687
6688 \series bold
6689 C
6690 \series default
6691 .
6692 \end_layout
6693
6694 \begin_layout Standard
6695 He aquí una visión conjunta de todos los tamaños y delimitadores:
6696 \end_layout
6697
6698 \begin_layout Standard
6699 \noindent
6700 \align center
6701
6702 \backslash
6703 Bigg(
6704 \backslash
6705 exp
6706 \backslash
6707 bigg<
6708 \backslash
6709 Big[
6710 \backslash
6711 big{
6712 \backslash
6713 ln(3x)
6714 \backslash
6715 big}^2
6716 \begin_inset ERT
6717 status collapsed
6718
6719 \begin_layout Plain Layout
6720
6721
6722 \backslash
6723 spce 
6724 \end_layout
6725
6726 \end_inset
6727
6728
6729 \backslash
6730 sen(x)
6731 \backslash
6732 Big]^
6733 \begin_inset ERT
6734 status collapsed
6735
6736 \begin_layout Plain Layout
6737
6738
6739 \backslash
6740 spce 
6741 \end_layout
6742
6743 \end_inset
6744
6745 A
6746 \begin_inset ERT
6747 status collapsed
6748
6749 \begin_layout Plain Layout
6750
6751
6752 \backslash
6753 spce 
6754 \end_layout
6755
6756 \end_inset
6757
6758
6759 \backslash
6760 bigg>
6761 \backslash
6762 Bigg)^0,5
6763 \begin_inset Formula \[
6764 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6765 \]
6766
6767 \end_inset
6768
6769
6770 \end_layout
6771
6772 \begin_layout Standard
6773 Además de los comandos 
6774 \series bold
6775
6776 \backslash
6777 big
6778 \series default
6779  hay la variante 
6780 \series bold
6781
6782 \backslash
6783 bigm
6784 \series default
6785
6786 \begin_inset Index idx
6787 status collapsed
6788
6789 \begin_layout Plain Layout
6790 Comandos ! B ! 
6791 \backslash
6792 bigm
6793 \end_layout
6794
6795 \end_inset
6796
6797 , que añade un poco más de espacio entre el delimitador y su contenido,
6798  y la variante 
6799 \series bold
6800
6801 \backslash
6802 bigl
6803 \series default
6804 -
6805 \series bold
6806
6807 \backslash
6808 bigr
6809 \series default
6810
6811 \begin_inset Index idx
6812 status collapsed
6813
6814 \begin_layout Plain Layout
6815 Comandos ! B ! 
6816 \backslash
6817 bigl - 
6818 \backslash
6819 bigr
6820 \end_layout
6821
6822 \end_inset
6823
6824 , que no añade espacio adicional.
6825  La 
6826 \emph on
6827 l
6828 \emph default
6829  al final del comando 
6830 \series bold
6831
6832 \backslash
6833 bigl 
6834 \series default
6835 es para el delimitador izquierdo, la 
6836 \emph on
6837 r
6838 \emph default
6839  es para el delimitador derecho.
6840  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6841  apertura o de cierre.
6842 \end_layout
6843
6844 \begin_layout Standard
6845 En el siguiente cuadro hay una comparación de las variantes:
6846 \end_layout
6847
6848 \begin_layout Standard
6849 \noindent
6850 \align center
6851 \begin_inset Tabular
6852 <lyxtabular version="3" rows="5" columns="2">
6853 <features tabularvalignment="middle">
6854 <column alignment="center" valignment="top" width="0">
6855 <column alignment="center" valignment="top" width="0">
6856 <row>
6857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 Comando
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 Resultado
6871 \begin_inset Note Note
6872 status collapsed
6873
6874 \begin_layout Plain Layout
6875
6876 \series bold
6877
6878 \backslash
6879 raisebox
6880 \series default
6881  se usa sólo como espaciador
6882 \end_layout
6883
6884 \end_inset
6885
6886
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 </row>
6892 <row>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897
6898 \backslash
6899 Bigm(
6900 \backslash
6901 bigm(
6902 \backslash
6903 ln(3x)
6904 \backslash
6905 bigm)^2
6906 \series bold
6907
6908 \begin_inset ERT
6909 status collapsed
6910
6911 \begin_layout Plain Layout
6912
6913
6914 \backslash
6915 spce 
6916 \end_layout
6917
6918 \end_inset
6919
6920
6921 \series default
6922
6923 \backslash
6924 Bigm)
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6934 \end_inset
6935
6936
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 </row>
6942 <row>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947
6948 \backslash
6949 Big(
6950 \backslash
6951 big(
6952 \backslash
6953 ln(3x)
6954 \backslash
6955 big)^2
6956 \series bold
6957
6958 \begin_inset ERT
6959 status collapsed
6960
6961 \begin_layout Plain Layout
6962
6963
6964 \backslash
6965 spce 
6966 \end_layout
6967
6968 \end_inset
6969
6970
6971 \series default
6972
6973 \backslash
6974 Big)
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6984 \end_inset
6985
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 </row>
6992 <row>
6993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997
6998 \backslash
6999 Bigl(
7000 \backslash
7001 bigl(
7002 \backslash
7003 ln(3x)
7004 \backslash
7005 bigr)^2
7006 \series bold
7007
7008 \begin_inset ERT
7009 status collapsed
7010
7011 \begin_layout Plain Layout
7012
7013
7014 \backslash
7015 spce 
7016 \end_layout
7017
7018 \end_inset
7019
7020
7021 \series default
7022
7023 \backslash
7024 Bigr)
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
7034 \end_inset
7035
7036
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 </row>
7042 <row>
7043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047
7048 \backslash
7049 bigl)
7050 \backslash
7051 ln(3x)
7052 \backslash
7053 bigr(
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7063 \end_inset
7064
7065
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 </row>
7071 </lyxtabular>
7072
7073 \end_inset
7074
7075
7076 \end_layout
7077
7078 \begin_layout Subsubsection
7079 Tamaño automático de los delimitadores
7080 \begin_inset CommandInset label
7081 LatexCommand label
7082 name "sub:Tamaño-automático-de"
7083
7084 \end_inset
7085
7086
7087 \begin_inset Index idx
7088 status collapsed
7089
7090 \begin_layout Plain Layout
7091 Delimitadores ! tamaño automático
7092 \end_layout
7093
7094 \end_inset
7095
7096
7097 \end_layout
7098
7099 \begin_layout Standard
7100 Se pueden insertar delimitadores de tamaño variable con los comandos 
7101 \series bold
7102
7103 \backslash
7104 left
7105 \series default
7106
7107 \begin_inset Index idx
7108 status collapsed
7109
7110 \begin_layout Plain Layout
7111 Comandos ! L ! 
7112 \backslash
7113 left
7114 \end_layout
7115
7116 \end_inset
7117
7118  y 
7119 \series bold
7120
7121 \backslash
7122 right
7123 \series default
7124
7125 \begin_inset Index idx
7126 status collapsed
7127
7128 \begin_layout Plain Layout
7129 Comandos ! R ! 
7130 \backslash
7131 right
7132 \end_layout
7133
7134 \end_inset
7135
7136  o con el botón de la barra de ecuaciones 
7137 \begin_inset Graphics
7138         filename ../../images/dialog-show_mathdelimiter.png
7139         scale 85
7140
7141 \end_inset
7142
7143 .
7144  El delimitador deseado se debe insertar directamente detrás de 
7145 \series bold
7146
7147 \backslash
7148 left
7149 \series default
7150  y 
7151 \series bold
7152
7153 \backslash
7154 right
7155 \series default
7156 .
7157  El tamaño se calculará automáticamente después para la salida.
7158  
7159 \end_layout
7160
7161 \begin_layout Standard
7162 \noindent
7163 \align center
7164 delimitador normal: El comando 
7165 \series bold
7166
7167 \backslash
7168 ln(
7169 \backslash
7170 frac
7171 \series default
7172
7173 \begin_inset ERT
7174 status collapsed
7175
7176 \begin_layout Plain Layout
7177
7178
7179 \backslash
7180 spce 
7181 \end_layout
7182
7183 \end_inset
7184
7185
7186 \series bold
7187 A
7188 \begin_inset Formula $\downarrow$
7189 \end_inset
7190
7191 C
7192 \series default
7193
7194 \begin_inset ERT
7195 status collapsed
7196
7197 \begin_layout Plain Layout
7198
7199
7200 \backslash
7201 spce
7202 \end_layout
7203
7204 \end_inset
7205
7206
7207 \series bold
7208 )
7209 \series default
7210  genera
7211 \begin_inset Formula \[
7212 \ln(\frac{A}{C})
7213 \]
7214
7215 \end_inset
7216
7217
7218 \end_layout
7219
7220 \begin_layout Standard
7221 \noindent
7222 \align center
7223 delimitador multilínea: El comando 
7224 \series bold
7225
7226 \backslash
7227 ln
7228 \backslash
7229 left(
7230 \backslash
7231 frac
7232 \series default
7233
7234 \begin_inset ERT
7235 status collapsed
7236
7237 \begin_layout Plain Layout
7238
7239
7240 \backslash
7241 spce 
7242 \end_layout
7243
7244 \end_inset
7245
7246
7247 \series bold
7248 A
7249 \begin_inset Formula $\downarrow$
7250 \end_inset
7251
7252 C
7253 \series default
7254
7255 \begin_inset ERT
7256 status collapsed
7257
7258 \begin_layout Plain Layout
7259
7260
7261 \backslash
7262 spce 
7263 \end_layout
7264
7265 \end_inset
7266
7267
7268 \series bold
7269
7270 \backslash
7271 right)
7272 \series default
7273  genera
7274 \begin_inset Formula \[
7275 \ln\left(\frac{A}{C}\right)
7276 \]
7277
7278 \end_inset
7279
7280
7281 \end_layout
7282
7283 \begin_layout Standard
7284 En lugar de 
7285 \series bold
7286
7287 \backslash
7288 left
7289 \series default
7290  y 
7291 \series bold
7292
7293 \backslash
7294 right
7295 \series default
7296  se puede usar el atajo 
7297 \family sans
7298 Alt+M
7299 \begin_inset space ~
7300 \end_inset
7301
7302 Corchete
7303 \family default
7304 .
7305  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7306  real del delimitador y además se genera el correspondiente delimitador
7307  de cierre.
7308 \begin_inset Newline newline
7309 \end_inset
7310
7311 El comando para el último ejemplo sería 
7312 \series bold
7313
7314 \backslash
7315 ln Alt+M
7316 \series default
7317  
7318 \series bold
7319 (
7320 \backslash
7321 frac
7322 \begin_inset ERT
7323 status collapsed
7324
7325 \begin_layout Plain Layout
7326
7327
7328 \backslash
7329 spce 
7330 \end_layout
7331
7332 \end_inset
7333
7334 A
7335 \begin_inset Formula $\downarrow$
7336 \end_inset
7337
7338
7339 \end_layout
7340
7341 \begin_layout Standard
7342 Para omitir uno de los dos delimitadores se inserta un punto.
7343  Por ejemplo, el comando 
7344 \series bold
7345
7346 \backslash
7347 left.
7348 \backslash
7349 frac
7350 \series default
7351
7352 \begin_inset ERT
7353 status collapsed
7354
7355 \begin_layout Plain Layout
7356
7357
7358 \backslash
7359 spce 
7360 \end_layout
7361
7362 \end_inset
7363
7364
7365 \series bold
7366 A
7367 \begin_inset Formula $\downarrow$
7368 \end_inset
7369
7370 B
7371 \series default
7372
7373 \begin_inset ERT
7374 status collapsed
7375
7376 \begin_layout Plain Layout
7377
7378
7379 \backslash
7380 spce 
7381 \end_layout
7382
7383 \end_inset
7384
7385
7386 \series bold
7387
7388 \backslash
7389 right}
7390 \series default
7391  da lugar a:
7392 \begin_inset Formula \[
7393 \left.\frac{A}{B}\right\} 
7394 \]
7395
7396 \end_inset
7397
7398
7399 \end_layout
7400
7401 \begin_layout Standard
7402 LyX convertirá los comandos 
7403 \series bold
7404
7405 \backslash
7406 left
7407 \series default
7408  y 
7409 \series bold
7410
7411 \backslash
7412 right
7413 \series default
7414  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7415  omitido aparecerá como línea de trazos.
7416  
7417 \begin_inset VSpace bigskip
7418 \end_inset
7419
7420
7421 \end_layout
7422
7423 \begin_layout Standard
7424 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7425  de LaTeX, el comando 
7426 \series bold
7427
7428 \backslash
7429 middle
7430 \series default
7431
7432 \begin_inset Index idx
7433 status collapsed
7434
7435 \begin_layout Plain Layout
7436 Comandos ! M ! 
7437 \backslash
7438 middle
7439 \end_layout
7440
7441 \end_inset
7442
7443  está también disponible para todos los delimitadores y límites.
7444  Con este comando la altura del siguiente carácter se adapta a la de los
7445  delimitadores circundantes, lo que es necesario, p.
7446 \begin_inset space \thinspace{}
7447 \end_inset
7448
7449 e., para vectores físicos: 
7450 \begin_inset Formula \[
7451 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7452 \]
7453
7454 \end_inset
7455
7456
7457 \end_layout
7458
7459 \begin_layout Standard
7460 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7461 \begin_inset CommandInset ref
7462 LatexCommand ref
7463 reference "sub:Vectores-físicos"
7464
7465 \end_inset
7466
7467 .
7468 \end_layout
7469
7470 \begin_layout Subsection
7471 Delimitadores horizontales
7472 \begin_inset Index idx
7473 status collapsed
7474
7475 \begin_layout Plain Layout
7476 Delimitadores ! horizontales
7477 \end_layout
7478
7479 \end_inset
7480
7481
7482 \end_layout
7483
7484 \begin_layout Standard
7485 \noindent
7486 \align center
7487 \begin_inset Tabular
7488 <lyxtabular version="3" rows="4" columns="2">
7489 <features tabularvalignment="middle">
7490 <column alignment="center" valignment="top" width="0">
7491 <column alignment="center" valignment="top" width="0">
7492 <row>
7493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497 Comando
7498 \begin_inset Note Note
7499 status collapsed
7500
7501 \begin_layout Plain Layout
7502
7503 \series bold
7504
7505 \backslash
7506 raisebox
7507 \series default
7508  se usa sólo como espaciador
7509 \end_layout
7510
7511 \end_inset
7512
7513
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 Resultado
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 </row>
7528 <row>
7529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 \begin_inset ERT
7534 status collapsed
7535
7536 \begin_layout Plain Layout
7537
7538
7539 \backslash
7540 raisebox{2.3mm}{
7541 \end_layout
7542
7543 \end_inset
7544
7545
7546 \backslash
7547 overbrace
7548 \begin_inset ERT
7549 status collapsed
7550
7551 \begin_layout Plain Layout
7552
7553
7554 \backslash
7555 spce 
7556 \end_layout
7557
7558 \end_inset
7559
7560 A+B
7561 \begin_inset ERT
7562 status collapsed
7563
7564 \begin_layout Plain Layout
7565
7566
7567 \backslash
7568 spce 
7569 \end_layout
7570
7571 \end_inset
7572
7573 ^
7574 \begin_inset ERT
7575 status collapsed
7576
7577 \begin_layout Plain Layout
7578
7579
7580 \backslash
7581 spce 
7582 \end_layout
7583
7584 \end_inset
7585
7586 3
7587 \begin_inset ERT
7588 status collapsed
7589
7590 \begin_layout Plain Layout
7591
7592 }
7593 \end_layout
7594
7595 \end_inset
7596
7597
7598 \begin_inset Index idx
7599 status collapsed
7600
7601 \begin_layout Plain Layout
7602 Comandos ! O ! 
7603 \backslash
7604 overbrace
7605 \end_layout
7606
7607 \end_inset
7608
7609
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 \begin_inset Formula $\overbrace{A+B}^{3}$
7619 \end_inset
7620
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row>
7628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 \begin_inset ERT
7633 status collapsed
7634
7635 \begin_layout Plain Layout
7636
7637
7638 \backslash
7639 raisebox{-2.2mm}{
7640 \end_layout
7641
7642 \end_inset
7643
7644
7645 \backslash
7646 underbrace
7647 \begin_inset ERT
7648 status collapsed
7649
7650 \begin_layout Plain Layout
7651
7652
7653 \backslash
7654 spce 
7655 \end_layout
7656
7657 \end_inset
7658
7659 A+B
7660 \begin_inset ERT
7661 status collapsed
7662
7663 \begin_layout Plain Layout
7664
7665
7666 \backslash
7667 spce 
7668 \end_layout
7669
7670 \end_inset
7671
7672 _5
7673 \begin_inset ERT
7674 status collapsed
7675
7676 \begin_layout Plain Layout
7677
7678 }
7679 \end_layout
7680
7681 \end_inset
7682
7683
7684 \begin_inset Index idx
7685 status collapsed
7686
7687 \begin_layout Plain Layout
7688 Comandos ! U ! 
7689 \backslash
7690 underbrace
7691 \end_layout
7692
7693 \end_inset
7694
7695
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704 \begin_inset Formula $\underbrace{A+B}_{5}$
7705 \end_inset
7706
7707
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 </row>
7713 <row>
7714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718
7719 \backslash
7720 overbrace
7721 \begin_inset ERT
7722 status collapsed
7723
7724 \begin_layout Plain Layout
7725
7726
7727 \backslash
7728 spce 
7729 \end_layout
7730
7731 \end_inset
7732
7733
7734 \backslash
7735 underbrace
7736 \begin_inset ERT
7737 status collapsed
7738
7739 \begin_layout Plain Layout
7740
7741
7742 \backslash
7743 spce 
7744 \end_layout
7745
7746 \end_inset
7747
7748 A+B_w
7749 \begin_inset ERT
7750 status collapsed
7751
7752 \begin_layout Plain Layout
7753
7754
7755 \backslash
7756 spce 
7757 \end_layout
7758
7759 \end_inset
7760
7761
7762 \begin_inset ERT
7763 status collapsed
7764
7765 \begin_layout Plain Layout
7766
7767
7768 \backslash
7769 spce 
7770 \end_layout
7771
7772 \end_inset
7773
7774 _7
7775 \begin_inset ERT
7776 status collapsed
7777
7778 \begin_layout Plain Layout
7779
7780
7781 \backslash
7782 spce 
7783 \end_layout
7784
7785 \end_inset
7786
7787
7788 \begin_inset ERT
7789 status collapsed
7790
7791 \begin_layout Plain Layout
7792
7793
7794 \backslash
7795 spce 
7796 \end_layout
7797
7798 \end_inset
7799
7800 ^
7801 \begin_inset ERT
7802 status collapsed
7803
7804 \begin_layout Plain Layout
7805
7806
7807 \backslash
7808 spce 
7809 \end_layout
7810
7811 \end_inset
7812
7813 C
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7823 \end_inset
7824
7825
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 </row>
7831 </lyxtabular>
7832
7833 \end_inset
7834
7835
7836 \end_layout
7837
7838 \begin_layout Standard
7839 En el último ejemplo no importa en qué orden se introducen los comandos
7840  
7841 \series bold
7842
7843 \backslash
7844 overbrace
7845 \series default
7846  y 
7847 \series bold
7848
7849 \backslash
7850 underbrace
7851 \series default
7852 .
7853 \begin_inset VSpace bigskip
7854 \end_inset
7855
7856
7857 \end_layout
7858
7859 \begin_layout Standard
7860 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7861  multilínea, como se describe en
7862 \begin_inset space ~
7863 \end_inset
7864
7865
7866 \begin_inset CommandInset ref
7867 LatexCommand ref
7868 reference "sec:Ecuaciones-multilínea"
7869
7870 \end_inset
7871
7872 :
7873 \begin_inset Formula \begin{eqnarray*}
7874 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7875  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7876 \end{eqnarray*}
7877
7878 \end_inset
7879
7880 En la primera fila se insertan la ecuación y la primera llave.
7881  Aquí es importante insertar el comando de espacio
7882 \begin_inset Foot
7883 status collapsed
7884
7885 \begin_layout Plain Layout
7886 Los comandos para espacios se explican en 
7887 \begin_inset CommandInset ref
7888 LatexCommand ref
7889 reference "sub:Espacio-predefinido"
7890
7891 \end_inset
7892
7893
7894 \end_layout
7895
7896 \end_inset
7897
7898  
7899 \series bold
7900
7901 \backslash
7902 :
7903 \series default
7904  antes de la primera
7905 \series bold
7906  
7907 \series default
7908
7909 \begin_inset Formula $d$
7910 \end_inset
7911
7912 , porque la llave que termina detrás de 
7913 \begin_inset Formula $q$
7914 \end_inset
7915
7916  impide que el siguiente 
7917 \begin_inset Quotes fld
7918 \end_inset
7919
7920 +
7921 \begin_inset Quotes frd
7922 \end_inset
7923
7924  esté rodeado de espacio.
7925 \begin_inset Foot
7926 status collapsed
7927
7928 \begin_layout Plain Layout
7929 Debido a que la llave no es considerada como carácter, véase 
7930 \begin_inset CommandInset ref
7931 LatexCommand ref
7932 reference "sub:Operadores-binarios"
7933
7934 \end_inset
7935
7936
7937 \end_layout
7938
7939 \end_inset
7940
7941  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7942  de 
7943 \begin_inset Formula $b$
7944 \end_inset
7945
7946  se inserta antes el comando 
7947 \series bold
7948
7949 \backslash
7950 hphantom{gggg+
7951 \backslash
7952 :}
7953 \series default
7954 .
7955 \begin_inset Foot
7956 status collapsed
7957
7958 \begin_layout Plain Layout
7959 Más sobre 
7960 \series bold
7961
7962 \backslash
7963 hphantom
7964 \series default
7965  en 
7966 \begin_inset CommandInset ref
7967 LatexCommand ref
7968 reference "sub:Espacios-reservados"
7969
7970 \end_inset
7971
7972
7973 \end_layout
7974
7975 \end_inset
7976
7977  Ese espacio es necesario porque el signo 
7978 \begin_inset Quotes fld
7979 \end_inset
7980
7981 +
7982 \begin_inset Quotes frd
7983 \end_inset
7984
7985  va seguido de un espacio en la ecuación.
7986  La llave se coloca bajo el comando 
7987 \series bold
7988
7989 \backslash
7990 hphantom{bbqq+dddd}
7991 \series default
7992 .
7993  
7994 \end_layout
7995
7996 \begin_layout Standard
7997 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7998  ejemplo:
7999 \begin_inset ERT
8000 status collapsed
8001
8002 \begin_layout Plain Layout
8003
8004
8005 \backslash
8006 setlength{
8007 \backslash
8008 jot}{-6pt}
8009 \end_layout
8010
8011 \end_inset
8012
8013
8014 \begin_inset Formula \begin{eqnarray*}
8015  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8016 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8017 \end{eqnarray*}
8018
8019 \end_inset
8020
8021
8022 \begin_inset ERT
8023 status collapsed
8024
8025 \begin_layout Plain Layout
8026
8027
8028 \backslash
8029 setlength{
8030 \backslash
8031 jot}{3pt}
8032 \end_layout
8033
8034 \end_inset
8035
8036 La primera fila de la ecuación es igual que la segunda fila del ejemplo
8037  anterior, con la diferencia de que la llave está encima.
8038  La segunda fila contiene la ecuación junto con la segunda llave.
8039  Para evitar que haya demasiado espacio entre la llave superior en la primera
8040  fila y la ecuación hay que reducirlo.
8041  Esto no es fácil de hacer debido a un fallo de LyX.
8042 \begin_inset Foot
8043 status collapsed
8044
8045 \begin_layout Plain Layout
8046 \begin_inset CommandInset href
8047 LatexCommand href
8048 name "LyX-bug #1505"
8049 target "http://www.lyx.org/trac/ticket/1505"
8050
8051 \end_inset
8052
8053
8054 \end_layout
8055
8056 \end_inset
8057
8058  Una solución es cambiar la separación global de filas en la ecuación, 
8059 \series bold
8060
8061 \backslash
8062 jot
8063 \series default
8064
8065 \begin_inset Index idx
8066 status collapsed
8067
8068 \begin_layout Plain Layout
8069 Comandos ! J ! 
8070 \backslash
8071 jot
8072 \end_layout
8073
8074 \end_inset
8075
8076 , en -6
8077 \begin_inset space \thinspace{}
8078 \end_inset
8079
8080 pt insertando antes de la ecuación el comando 
8081 \series bold
8082
8083 \backslash
8084 setlength{
8085 \backslash
8086 jot}{-6pt}
8087 \series default
8088  en modo TeX.
8089  Después de la ecuación se vuelve al valor normal 3
8090 \begin_inset space \thinspace{}
8091 \end_inset
8092
8093 pt de 
8094 \series bold
8095
8096 \backslash
8097 jot
8098 \series default
8099  usando el mismo comando.
8100  Más información sobre separación de filas en ecuaciones en
8101 \begin_inset space ~
8102 \end_inset
8103
8104
8105 \begin_inset CommandInset ref
8106 LatexCommand ref
8107 reference "sub:Separación-de-líneas"
8108
8109 \end_inset
8110
8111 .
8112 \end_layout
8113
8114 \begin_layout Section
8115 Flechas
8116 \begin_inset Index idx
8117 status collapsed
8118
8119 \begin_layout Plain Layout
8120 Flechas
8121 \end_layout
8122
8123 \end_inset
8124
8125
8126 \end_layout
8127
8128 \begin_layout Standard
8129 Las flechas se pueden insertar con el botón 
8130 \begin_inset Graphics
8131         filename ../../images/math/leftarrow.png
8132         scale 85
8133
8134 \end_inset
8135
8136  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
8137  siguientes.
8138 \end_layout
8139
8140 \begin_layout Subsection
8141 Flechas horizontales
8142 \begin_inset Index idx
8143 status collapsed
8144
8145 \begin_layout Plain Layout
8146 Flechas ! horizontales
8147 \end_layout
8148
8149 \end_inset
8150
8151
8152 \end_layout
8153
8154 \begin_layout Standard
8155 \begin_inset space \hfill{}
8156 \end_inset
8157
8158
8159 \begin_inset Tabular
8160 <lyxtabular version="3" rows="8" columns="2">
8161 <features tabularvalignment="middle">
8162 <column alignment="center" valignment="top" width="0pt">
8163 <column alignment="center" valignment="top" width="0pt">
8164 <row>
8165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 Comando
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 Resultado
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 <row>
8185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189
8190 \backslash
8191 gets
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 \begin_inset Formula $\gets$
8201 \end_inset
8202
8203
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 </row>
8209 <row>
8210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214
8215 \backslash
8216 Leftarrow
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 \begin_inset Formula $\Leftarrow$
8226 \end_inset
8227
8228
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 </row>
8234 <row>
8235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239
8240 \backslash
8241 longleftarrow
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 \begin_inset Formula $\longleftarrow$
8251 \end_inset
8252
8253
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 </row>
8259 <row>
8260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264
8265 \backslash
8266 Longleftarrow
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 \begin_inset Formula $\Longleftarrow$
8276 \end_inset
8277
8278
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 </row>
8284 <row>
8285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289
8290 \backslash
8291 leftharpoonup
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 \begin_inset Formula $\leftharpoonup$
8301 \end_inset
8302
8303
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 </row>
8309 <row>
8310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314
8315 \backslash
8316 leftharpoondown
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 \begin_inset Formula $\leftharpoondown$
8326 \end_inset
8327
8328
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 </row>
8334 <row>
8335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339
8340 \backslash
8341 hookleftarrow
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 \begin_inset Formula $\hookleftarrow$
8351 \end_inset
8352
8353
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 </lyxtabular>
8360
8361 \end_inset
8362
8363
8364 \begin_inset space \hfill{}
8365 \end_inset
8366
8367
8368 \begin_inset Tabular
8369 <lyxtabular version="3" rows="8" columns="2">
8370 <features tabularvalignment="middle">
8371 <column alignment="center" valignment="top" width="0pt">
8372 <column alignment="center" valignment="top" width="0pt">
8373 <row>
8374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 Comando
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 Resultado
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \backslash
8400 to
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 \begin_inset Formula $\to$
8410 \end_inset
8411
8412
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \backslash
8425 Rightarrow
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 \begin_inset Formula $\Rightarrow$
8435 \end_inset
8436
8437
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \backslash
8450 longrightarrow
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 \begin_inset Formula $\longrightarrow$
8460 \end_inset
8461
8462
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 <row>
8469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473
8474 \backslash
8475 Longrightarrow
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 \begin_inset Formula $\Longrightarrow$
8485 \end_inset
8486
8487
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 </row>
8493 <row>
8494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498
8499 \backslash
8500 rightharpoonup
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 \begin_inset Formula $\rightharpoonup$
8510 \end_inset
8511
8512
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 <row>
8519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523
8524 \backslash
8525 rightharpoondown
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 \begin_inset Formula $\rightharpoondown$
8535 \end_inset
8536
8537
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 </row>
8543 <row>
8544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548
8549 \backslash
8550 hookrightarrow
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 \begin_inset Formula $\hookrightarrow$
8560 \end_inset
8561
8562
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 </row>
8568 </lyxtabular>
8569
8570 \end_inset
8571
8572
8573 \begin_inset space \hfill{}
8574 \end_inset
8575
8576
8577 \end_layout
8578
8579 \begin_layout Standard
8580 \begin_inset space \hfill{}
8581 \end_inset
8582
8583
8584 \begin_inset Tabular
8585 <lyxtabular version="3" rows="6" columns="2">
8586 <features tabularvalignment="middle">
8587 <column alignment="center" valignment="top" width="0pt">
8588 <column alignment="center" valignment="top" width="0pt">
8589 <row>
8590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 Comando
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 Resultado
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 </row>
8609 <row>
8610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614
8615 \backslash
8616 leftrightarrow
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 \begin_inset Formula $\leftrightarrow$
8626 \end_inset
8627
8628
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 </row>
8634 <row>
8635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639
8640 \backslash
8641 Leftrightarrow
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 \begin_inset Formula $\Leftrightarrow$
8651 \end_inset
8652
8653
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 </row>
8659 <row>
8660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664
8665 \backslash
8666 longleftrightarrow
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 \begin_inset Formula $\longleftrightarrow$
8676 \end_inset
8677
8678
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 </row>
8684 <row>
8685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689
8690 \backslash
8691 Longleftrightarrow
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 \begin_inset Formula $\Longleftrightarrow$
8701 \end_inset
8702
8703
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714
8715 \backslash
8716 rightleftharpoons
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 \begin_inset Formula $\rightleftharpoons$
8726 \end_inset
8727
8728
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 </lyxtabular>
8735
8736 \end_inset
8737
8738
8739 \begin_inset space \hspace{}
8740 \length 25pt
8741 \end_inset
8742
8743
8744 \begin_inset space \hfill{}
8745 \end_inset
8746
8747
8748 \begin_inset Tabular
8749 <lyxtabular version="3" rows="5" columns="2">
8750 <features tabularvalignment="middle">
8751 <column alignment="center" valignment="top" width="0pt">
8752 <column alignment="center" valignment="top" width="0pt">
8753 <row>
8754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 Comando
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 Resultado
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 </row>
8773 <row>
8774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778
8779 \backslash
8780 mapsto
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 \begin_inset Formula $\mapsto$
8790 \end_inset
8791
8792
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803
8804 \backslash
8805 longmapsto
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 \begin_inset Formula $\longmapsto$
8815 \end_inset
8816
8817
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \backslash
8830 leadsto
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 \begin_inset Formula $\leadsto$
8840 \end_inset
8841
8842
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \backslash
8855 dasharrow
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 \begin_inset Formula $\dasharrow$
8865 \end_inset
8866
8867
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 </row>
8873 </lyxtabular>
8874
8875 \end_inset
8876
8877
8878 \begin_inset space \hfill{}
8879 \end_inset
8880
8881
8882 \begin_inset VSpace medskip
8883 \end_inset
8884
8885
8886 \end_layout
8887
8888 \begin_layout Standard
8889 Las flechas que se utilizan como acentos, p.
8890 \begin_inset space \thinspace{}
8891 \end_inset
8892
8893 e.
8894  en vectores, se describen en 
8895 \begin_inset CommandInset ref
8896 LatexCommand ref
8897 reference "sec:Acentos"
8898
8899 \end_inset
8900
8901 .
8902  
8903 \begin_inset VSpace bigskip
8904 \end_inset
8905
8906
8907 \end_layout
8908
8909 \begin_layout Standard
8910 Además hay las flechas etiquetadas
8911 \begin_inset Index idx
8912 status collapsed
8913
8914 \begin_layout Plain Layout
8915 Flechas ! etiquetadas
8916 \end_layout
8917
8918 \end_inset
8919
8920  
8921 \series bold
8922
8923 \backslash
8924 xleftarrow
8925 \series default
8926
8927 \begin_inset Index idx
8928 status collapsed
8929
8930 \begin_layout Plain Layout
8931 Comandos ! X ! 
8932 \backslash
8933 xleftarrow
8934 \end_layout
8935
8936 \end_inset
8937
8938  y 
8939 \series bold
8940
8941 \backslash
8942 xrightarrow
8943 \series default
8944
8945 \begin_inset Index idx
8946 status collapsed
8947
8948 \begin_layout Plain Layout
8949 Comandos ! X ! 
8950 \backslash
8951 xrightarrow
8952 \begin_inset ERT
8953 status collapsed
8954
8955 \begin_layout Plain Layout
8956
8957
8958 \backslash
8959 vspace{4mm}
8960 \end_layout
8961
8962 \end_inset
8963
8964
8965 \end_layout
8966
8967 \end_inset
8968
8969 .
8970  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8971  con dos marcos azules donde se puede insertar la etiqueta.
8972  La longitud de la flecha se adapta a la anchura de la etiqueta.
8973 \end_layout
8974
8975 \begin_layout Standard
8976 \noindent
8977 \align center
8978 \begin_inset Tabular
8979 <lyxtabular version="3" rows="3" columns="2">
8980 <features tabularvalignment="middle">
8981 <column alignment="center" valignment="top" width="0">
8982 <column alignment="center" valignment="top" width="0">
8983 <row>
8984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Comando
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 Resultado
8998 \begin_inset Note Note
8999 status collapsed
9000
9001 \begin_layout Plain Layout
9002
9003 \series bold
9004
9005 \backslash
9006 raisebox
9007 \series default
9008  se usa sólo como espaciador
9009 \end_layout
9010
9011 \end_inset
9012
9013
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 F(a)
9025 \backslash
9026 xleftarrow
9027 \begin_inset ERT
9028 status collapsed
9029
9030 \begin_layout Plain Layout
9031
9032
9033 \backslash
9034 spce 
9035 \end_layout
9036
9037 \end_inset
9038
9039 x=a
9040 \begin_inset Formula $\downarrow$
9041 \end_inset
9042
9043 x>0
9044 \begin_inset Formula $\to$
9045 \end_inset
9046
9047 F(x)
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9057 \end_inset
9058
9059
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 F(x)
9071 \backslash
9072 xrightarrow
9073 \begin_inset ERT
9074 status collapsed
9075
9076 \begin_layout Plain Layout
9077
9078
9079 \backslash
9080 spce 
9081 \end_layout
9082
9083 \end_inset
9084
9085 x=a
9086 \begin_inset Formula $\downarrow$
9087 \end_inset
9088
9089 x>0
9090 \begin_inset Formula $\to$
9091 \end_inset
9092
9093 F(a)
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9103 \end_inset
9104
9105
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 </lyxtabular>
9112
9113 \end_inset
9114
9115
9116 \end_layout
9117
9118 \begin_layout Subsection
9119 Flechas verticales y diagonales
9120 \begin_inset Index idx
9121 status collapsed
9122
9123 \begin_layout Plain Layout
9124 Flechas ! diagonales
9125 \end_layout
9126
9127 \end_inset
9128
9129
9130 \begin_inset Index idx
9131 status collapsed
9132
9133 \begin_layout Plain Layout
9134 Flechas ! verticales
9135 \end_layout
9136
9137 \end_inset
9138
9139
9140 \end_layout
9141
9142 \begin_layout Standard
9143 \begin_inset space \hfill{}
9144 \end_inset
9145
9146
9147 \begin_inset Tabular
9148 <lyxtabular version="3" rows="7" columns="2">
9149 <features tabularvalignment="middle">
9150 <column alignment="center" valignment="top" width="0pt">
9151 <column alignment="center" valignment="top" width="0pt">
9152 <row>
9153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 Comando
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Resultado
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \backslash
9179 uparrow
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 \begin_inset Formula $\uparrow$
9189 \end_inset
9190
9191
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \backslash
9204 Uparrow
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 \begin_inset Formula $\Uparrow$
9214 \end_inset
9215
9216
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 </row>
9222 <row>
9223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227
9228 \backslash
9229 updownarrow
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238 \begin_inset Formula $\updownarrow$
9239 \end_inset
9240
9241
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 </row>
9247 <row>
9248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252
9253 \backslash
9254 Updownarrow
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 \begin_inset Formula $\Updownarrow$
9264 \end_inset
9265
9266
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 </row>
9272 <row>
9273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277
9278 \backslash
9279 Downarrow
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 \begin_inset Formula $\Downarrow$
9289 \end_inset
9290
9291
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 </row>
9297 <row>
9298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302
9303 \backslash
9304 downarrow
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 \begin_inset Formula $\downarrow$
9314 \end_inset
9315
9316
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 </row>
9322 </lyxtabular>
9323
9324 \end_inset
9325
9326
9327 \begin_inset space \hfill{}
9328 \end_inset
9329
9330
9331 \begin_inset Tabular
9332 <lyxtabular version="3" rows="5" columns="2">
9333 <features tabularvalignment="middle">
9334 <column alignment="center" valignment="top" width="0pt">
9335 <column alignment="center" valignment="top" width="0pt">
9336 <row>
9337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341 Comando
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 Resultado
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 </row>
9356 <row>
9357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361
9362 \backslash
9363 nearrow
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 \begin_inset Formula $\nearrow$
9373 \end_inset
9374
9375
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 <row>
9382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \backslash
9388 searrow
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 \begin_inset Formula $\searrow$
9398 \end_inset
9399
9400
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 </row>
9406 <row>
9407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411
9412 \backslash
9413 swarrow
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 \begin_inset Formula $\swarrow$
9423 \end_inset
9424
9425
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 </row>
9431 <row>
9432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436
9437 \backslash
9438 nwarrow
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 \begin_inset Formula $\nwarrow$
9448 \end_inset
9449
9450
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 </row>
9456 </lyxtabular>
9457
9458 \end_inset
9459
9460
9461 \begin_inset space \hfill{}
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \begin_layout Standard
9468 \begin_inset VSpace medskip
9469 \end_inset
9470
9471
9472 \end_layout
9473
9474 \begin_layout Standard
9475 Las flechas verticales también se pueden usar como delimitadores junto con
9476  los comandos descritos en
9477 \begin_inset space ~
9478 \end_inset
9479
9480
9481 \begin_inset CommandInset ref
9482 LatexCommand ref
9483 reference "sub:Tamaño-manual-de"
9484
9485 \end_inset
9486
9487  y 
9488 \begin_inset CommandInset ref
9489 LatexCommand ref
9490 reference "sub:Tamaño-automático-de"
9491
9492 \end_inset
9493
9494 .
9495 \end_layout
9496
9497 \begin_layout Standard
9498
9499 \end_layout
9500
9501 \begin_layout Section
9502 Acentos
9503 \begin_inset CommandInset label
9504 LatexCommand label
9505 name "sec:Acentos"
9506
9507 \end_inset
9508
9509
9510 \begin_inset Index idx
9511 status collapsed
9512
9513 \begin_layout Plain Layout
9514 Acentos
9515 \end_layout
9516
9517 \end_inset
9518
9519
9520 \end_layout
9521
9522 \begin_layout Standard
9523 Los acentos se pueden insertar con el botón 
9524 \begin_inset Graphics
9525         filename ../../images/math/hat.png
9526         scale 85
9527
9528 \end_inset
9529
9530  o mediante los comandos listados en las siguientes subsecciones.
9531 \end_layout
9532
9533 \begin_layout Subsection
9534 Acentos para un carácter
9535 \begin_inset ERT
9536 status collapsed
9537
9538 \begin_layout Plain Layout
9539
9540
9541 \backslash
9542 texorpdfstring{
9543 \end_layout
9544
9545 \end_inset
9546
9547
9548 \begin_inset Foot
9549 status collapsed
9550
9551 \begin_layout Plain Layout
9552 Para acentos en texto, véase 
9553 \begin_inset CommandInset ref
9554 LatexCommand ref
9555 reference "sub:Acentos-en-texto"
9556
9557 \end_inset
9558
9559
9560 \end_layout
9561
9562 \end_inset
9563
9564
9565 \begin_inset ERT
9566 status collapsed
9567
9568 \begin_layout Plain Layout
9569
9570 }{}
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \begin_inset Note Note
9577 status collapsed
9578
9579 \begin_layout Plain Layout
9580
9581 \series bold
9582
9583 \backslash
9584 texorpdfstring
9585 \series default
9586  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
9587 \end_layout
9588
9589 \begin_layout Plain Layout
9590 Más sobre 
9591 \series bold
9592
9593 \backslash
9594 texorpdfstring
9595 \series default
9596  en la sección 
9597 \begin_inset CommandInset ref
9598 LatexCommand ref
9599 reference "sub:Ecuaciones-en-encabezados"
9600
9601 \end_inset
9602
9603 .
9604 \end_layout
9605
9606 \end_inset
9607
9608
9609 \begin_inset CommandInset label
9610 LatexCommand label
9611 name "sub:Acentos-para-un"
9612
9613 \end_inset
9614
9615
9616 \begin_inset Index idx
9617 status collapsed
9618
9619 \begin_layout Plain Layout
9620 Acentos ! para un carácter
9621 \end_layout
9622
9623 \end_inset
9624
9625
9626 \end_layout
9627
9628 \begin_layout Standard
9629 \begin_inset space \hfill{}
9630 \end_inset
9631
9632
9633 \begin_inset Tabular
9634 <lyxtabular version="3" rows="8" columns="2">
9635 <features tabularvalignment="middle">
9636 <column alignment="center" valignment="top" width="0pt">
9637 <column alignment="center" valignment="top" width="0pt">
9638 <row>
9639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643 Comando
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 Resultado
9653 \begin_inset Note Note
9654 status collapsed
9655
9656 \begin_layout Plain Layout
9657
9658 \series bold
9659
9660 \backslash
9661 raisebox
9662 \series default
9663  se usa sólo como espaciador
9664 \end_layout
9665
9666 \end_inset
9667
9668
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 </row>
9674 <row>
9675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679
9680 \backslash
9681 dot
9682 \begin_inset ERT
9683 status collapsed
9684
9685 \begin_layout Plain Layout
9686
9687
9688 \backslash
9689 spce 
9690 \end_layout
9691
9692 \end_inset
9693
9694 A
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9704 \end_inset
9705
9706
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 </row>
9712 <row>
9713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717
9718 \backslash
9719 ddot
9720 \begin_inset ERT
9721 status collapsed
9722
9723 \begin_layout Plain Layout
9724
9725
9726 \backslash
9727 spce 
9728 \end_layout
9729
9730 \end_inset
9731
9732 A
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9742 \end_inset
9743
9744
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 </row>
9750 <row>
9751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755
9756 \backslash
9757 dddot
9758 \begin_inset ERT
9759 status collapsed
9760
9761 \begin_layout Plain Layout
9762
9763
9764 \backslash
9765 spce 
9766 \end_layout
9767
9768 \end_inset
9769
9770 A
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9780 \end_inset
9781
9782
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 </row>
9788 <row>
9789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793
9794 \backslash
9795 ddddot
9796 \begin_inset ERT
9797 status collapsed
9798
9799 \begin_layout Plain Layout
9800
9801
9802 \backslash
9803 spce 
9804 \end_layout
9805
9806 \end_inset
9807
9808 A
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9818 \end_inset
9819
9820
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 </row>
9826 <row>
9827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9828 \begin_inset Text
9829
9830 \begin_layout Plain Layout
9831
9832 \backslash
9833 vec
9834 \begin_inset ERT
9835 status collapsed
9836
9837 \begin_layout Plain Layout
9838
9839
9840 \backslash
9841 spce 
9842 \end_layout
9843
9844 \end_inset
9845
9846 A
9847 \begin_inset Index idx
9848 status collapsed
9849
9850 \begin_layout Plain Layout
9851 Vectores
9852 \end_layout
9853
9854 \end_inset
9855
9856
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9866 \end_inset
9867
9868
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 </row>
9874 <row>
9875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879
9880 \backslash
9881 bar
9882 \begin_inset ERT
9883 status collapsed
9884
9885 \begin_layout Plain Layout
9886
9887
9888 \backslash
9889 spce 
9890 \end_layout
9891
9892 \end_inset
9893
9894 A
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row>
9913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \backslash
9919 mathring
9920 \begin_inset ERT
9921 status collapsed
9922
9923 \begin_layout Plain Layout
9924
9925
9926 \backslash
9927 spce 
9928 \end_layout
9929
9930 \end_inset
9931
9932 A
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9942 \end_inset
9943
9944
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 </row>
9950 </lyxtabular>
9951
9952 \end_inset
9953
9954
9955 \begin_inset space \hfill{}
9956 \end_inset
9957
9958
9959 \begin_inset Tabular
9960 <lyxtabular version="3" rows="7" columns="2">
9961 <features tabularvalignment="middle">
9962 <column alignment="center" valignment="top" width="0pt">
9963 <column alignment="center" valignment="top" width="0pt">
9964 <row>
9965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 Comando
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 Resultado
9979 \begin_inset Note Note
9980 status collapsed
9981
9982 \begin_layout Plain Layout
9983
9984 \series bold
9985
9986 \backslash
9987 raisebox
9988 \series default
9989  se usa sólo como espaciador
9990 \end_layout
9991
9992 \end_inset
9993
9994
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 </row>
10000 <row>
10001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005
10006 \backslash
10007 tilde
10008 \begin_inset ERT
10009 status collapsed
10010
10011 \begin_layout Plain Layout
10012
10013
10014 \backslash
10015 spce 
10016 \end_layout
10017
10018 \end_inset
10019
10020 A
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10030 \end_inset
10031
10032
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 </row>
10038 <row>
10039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \backslash
10045 hat
10046 \begin_inset ERT
10047 status collapsed
10048
10049 \begin_layout Plain Layout
10050
10051
10052 \backslash
10053 spce 
10054 \end_layout
10055
10056 \end_inset
10057
10058 A
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10068 \end_inset
10069
10070
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 <row>
10077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \backslash
10083 check
10084 \begin_inset ERT
10085 status collapsed
10086
10087 \begin_layout Plain Layout
10088
10089
10090 \backslash
10091 spce 
10092 \end_layout
10093
10094 \end_inset
10095
10096 A
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10106 \end_inset
10107
10108
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 </row>
10114 <row>
10115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \backslash
10121 acute
10122 \begin_inset ERT
10123 status collapsed
10124
10125 \begin_layout Plain Layout
10126
10127
10128 \backslash
10129 spce 
10130 \end_layout
10131
10132 \end_inset
10133
10134 A
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10144 \end_inset
10145
10146
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 </row>
10152 <row>
10153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157
10158 \backslash
10159 grave
10160 \begin_inset ERT
10161 status collapsed
10162
10163 \begin_layout Plain Layout
10164
10165
10166 \backslash
10167 spce 
10168 \end_layout
10169
10170 \end_inset
10171
10172 A
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10182 \end_inset
10183
10184
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \backslash
10197 breve
10198 \begin_inset ERT
10199 status collapsed
10200
10201 \begin_layout Plain Layout
10202
10203
10204 \backslash
10205 spce 
10206 \end_layout
10207
10208 \end_inset
10209
10210 A
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10220 \end_inset
10221
10222
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 </row>
10228 </lyxtabular>
10229
10230 \end_inset
10231
10232
10233 \begin_inset space \hfill{}
10234 \end_inset
10235
10236
10237 \end_layout
10238
10239 \begin_layout Standard
10240 \begin_inset VSpace bigskip
10241 \end_inset
10242
10243
10244 \end_layout
10245
10246 \begin_layout Standard
10247 En ecuaciones se pueden insertar acentos como é directamente.
10248  LyX los transformará al comando de acento correspondiente.
10249  Para poner diéresis
10250 \begin_inset Index idx
10251 status collapsed
10252
10253 \begin_layout Plain Layout
10254 Dieresis@Diéresis
10255 \end_layout
10256
10257 \end_inset
10258
10259  es mejor insertar comillas antes de la vocal.
10260  Estos dos caracteres son considerados por LaTeX como 
10261 \emph on
10262 un solo
10263 \emph default
10264  carácter si la parte de la ecuación con la diéresis se marca en idioma
10265  alemán.
10266 \begin_inset Foot
10267 status collapsed
10268
10269 \begin_layout Plain Layout
10270 O algún otro idioma que use acentos, p.
10271 \begin_inset space \thinspace{}
10272 \end_inset
10273
10274 e.
10275  catalán.
10276  Aunque esto no funciona en español por algún conflicto con el estilo 
10277 \series bold
10278 spanish
10279 \series default
10280  de 
10281 \series bold
10282 babel
10283 \series default
10284 , no es necesario: se puede escribir 
10285 \begin_inset Formula $ï$
10286 \end_inset
10287
10288  en una ecuación igual que se hace en texto normal, ï.
10289  (
10290 \emph on
10291 N.
10292 \begin_inset space \thinspace{}
10293 \end_inset
10294
10295 del t.
10296 \emph default
10297 )
10298 \end_layout
10299
10300 \end_inset
10301
10302  A diferencia de 
10303 \series bold
10304
10305 \backslash
10306 ddot
10307 \series default
10308 , con este método se generan diéresis 
10309 \begin_inset Quotes fld
10310 \end_inset
10311
10312 reales
10313 \begin_inset Quotes frd
10314 \end_inset
10315
10316 , como se demuestra en el siguiente ejemplo:
10317 \begin_inset VSpace -2mm
10318 \end_inset
10319
10320
10321 \end_layout
10322
10323 \begin_layout Standard
10324 \noindent
10325 \align center
10326 \begin_inset Tabular
10327 <lyxtabular version="3" rows="3" columns="2">
10328 <features tabularvalignment="middle">
10329 <column alignment="center" valignment="top" width="0">
10330 <column alignment="center" valignment="top" width="0">
10331 <row>
10332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 Comando
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 Resultado
10346 \begin_inset Note Note
10347 status collapsed
10348
10349 \begin_layout Plain Layout
10350
10351 \series bold
10352
10353 \backslash
10354 raisebox
10355 \series default
10356  se usa sólo como espaciador.
10357 \end_layout
10358
10359 \end_inset
10360
10361
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 ï
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 \begin_inset Formula $ï$
10382 \end_inset
10383
10384
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 </row>
10390 <row>
10391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395
10396 \backslash
10397 ddot
10398 \begin_inset ERT
10399 status collapsed
10400
10401 \begin_layout Plain Layout
10402
10403
10404 \backslash
10405 spce 
10406 \end_layout
10407
10408 \end_inset
10409
10410 i
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10420 \end_inset
10421
10422
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 </row>
10428 </lyxtabular>
10429
10430 \end_inset
10431
10432
10433 \end_layout
10434
10435 \begin_layout Standard
10436 Otra ventaja frente a 
10437 \series bold
10438
10439 \backslash
10440 ddot
10441 \series default
10442  es que la diéresis puede convertirse directamente a texto matemático, porque
10443  los anteriores comandos para acentos 
10444 \emph on
10445 no están permitidos en texto matemático
10446 \emph default
10447 .
10448  Para convertir un carácter acentuado a texto matemático, se debe convertir
10449  sólo el carácter bajo el acento.
10450  Esto también se aplica para otras conversiones, p.
10451 \begin_inset space \thinspace{}
10452 \end_inset
10453
10454 e.
10455 \begin_inset space ~
10456 \end_inset
10457
10458 cursiva o negrita.
10459 \end_layout
10460
10461 \begin_layout Standard
10462 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10463 \end_layout
10464
10465 \begin_layout Subsection
10466 Acentos para operadores
10467 \begin_inset Index idx
10468 status collapsed
10469
10470 \begin_layout Plain Layout
10471 Acentos ! en operadores
10472 \end_layout
10473
10474 \end_inset
10475
10476
10477 \end_layout
10478
10479 \begin_layout Standard
10480 Con los comandos 
10481 \series bold
10482
10483 \backslash
10484 overset
10485 \series default
10486
10487 \begin_inset Index idx
10488 status collapsed
10489
10490 \begin_layout Plain Layout
10491 Comandos ! O ! 
10492 \backslash
10493 overset
10494 \end_layout
10495
10496 \end_inset
10497
10498  y 
10499 \series bold
10500
10501 \backslash
10502 underset
10503 \series default
10504
10505 \begin_inset Index idx
10506 status collapsed
10507
10508 \begin_layout Plain Layout
10509 Comandos ! U ! 
10510 \backslash
10511 underset
10512 \end_layout
10513
10514 \end_inset
10515
10516  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10517  Con el comando 
10518 \series bold
10519
10520 \backslash
10521 sideset
10522 \series default
10523
10524 \begin_inset Index idx
10525 status collapsed
10526
10527 \begin_layout Plain Layout
10528 Comandos ! S ! 
10529 \backslash
10530 sideset
10531 \end_layout
10532
10533 \end_inset
10534
10535  se pueden poner caracteres delante y detrás de un operador.
10536  El esquema del comando es:
10537 \end_layout
10538
10539 \begin_layout Standard
10540
10541 \series bold
10542
10543 \backslash
10544 sideset{carácter
10545 \series default
10546  
10547 \series bold
10548 anterior}{carácter posterior}
10549 \end_layout
10550
10551 \begin_layout Standard
10552
10553 \series bold
10554
10555 \backslash
10556 sideset
10557 \series default
10558  siempre debe estar delante del operador que debe acentuarse.
10559  Se puede acentuar con varios caracteres e incluso con otros operadores
10560  y símbolos.
10561  Para colocar con
10562 \series bold
10563  
10564 \backslash
10565 sideset
10566 \series default
10567  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10568  el primer par de llaves, pero sin quitarlas.
10569  
10570 \end_layout
10571
10572 \begin_layout Standard
10573 Por ejemplo, el comando 
10574 \series bold
10575
10576 \backslash
10577 sideset{
10578 \begin_inset Formula $\to$
10579 \end_inset
10580
10581
10582 \backslash
10583 {
10584 \series default
10585 '
10586 \series bold
10587
10588 \begin_inset Formula $\to$
10589 \end_inset
10590
10591
10592 \backslash
10593 sum_k=1
10594 \begin_inset ERT
10595 status collapsed
10596
10597 \begin_layout Plain Layout
10598
10599
10600 \backslash
10601 spce 
10602 \end_layout
10603
10604 \end_inset
10605
10606
10607 \series default
10608 ^
10609 \series bold
10610
10611 \begin_inset ERT
10612 status collapsed
10613
10614 \begin_layout Plain Layout
10615
10616
10617 \backslash
10618 spce 
10619 \end_layout
10620
10621 \end_inset
10622
10623 n
10624 \series default
10625  genera:
10626 \begin_inset Formula \[
10627 \sideset{}{'}\sum_{k=1}^{n}
10628 \]
10629
10630 \end_inset
10631
10632
10633 \end_layout
10634
10635 \begin_layout Standard
10636 El comando 
10637 \series bold
10638
10639 \backslash
10640 overset
10641 \begin_inset ERT
10642 status collapsed
10643
10644 \begin_layout Plain Layout
10645
10646
10647 \backslash
10648 spce 
10649 \end_layout
10650
10651 \end_inset
10652
10653
10654 \backslash
10655 maltese
10656 \begin_inset ERT
10657 status collapsed
10658
10659 \begin_layout Plain Layout
10660
10661
10662 \backslash
10663 spce 
10664 \end_layout
10665
10666 \end_inset
10667
10668
10669 \series default
10670
10671 \begin_inset Formula $\uparrow$
10672 \end_inset
10673
10674
10675 \series bold
10676 a
10677 \series default
10678  genera:
10679 \begin_inset Formula \[
10680 \overset{a}{\maltese}
10681 \]
10682
10683 \end_inset
10684
10685
10686 \end_layout
10687
10688 \begin_layout Standard
10689 Como se ve en el último ejemplo, con 
10690 \series bold
10691
10692 \backslash
10693 overset
10694 \series default
10695  y 
10696 \series bold
10697
10698 \backslash
10699 underset
10700 \series default
10701  también se pueden acentuar símbolos y caracteres; con 
10702 \series bold
10703
10704 \backslash
10705 sideset
10706 \series default
10707  esto no es posible.
10708 \end_layout
10709
10710 \begin_layout Subsection
10711 Acentos para varios caracteres
10712 \begin_inset Index idx
10713 status collapsed
10714
10715 \begin_layout Plain Layout
10716 Acentos ! en varios caracteres
10717 \end_layout
10718
10719 \end_inset
10720
10721
10722 \end_layout
10723
10724 \begin_layout Standard
10725 \begin_inset space \hfill{}
10726 \end_inset
10727
10728
10729 \begin_inset Tabular
10730 <lyxtabular version="3" rows="5" columns="2">
10731 <features tabularvalignment="middle">
10732 <column alignment="center" valignment="top" width="0pt">
10733 <column alignment="center" valignment="top" width="0pt">
10734 <row>
10735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739 Comando
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748 Resultado
10749 \begin_inset Note Note
10750 status collapsed
10751
10752 \begin_layout Plain Layout
10753
10754 \series bold
10755
10756 \backslash
10757 raisebox
10758 \series default
10759  se usa sólo como espaciador
10760 \end_layout
10761
10762 \end_inset
10763
10764
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row>
10771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \backslash
10777 overleftarrow
10778 \begin_inset ERT
10779 status collapsed
10780
10781 \begin_layout Plain Layout
10782
10783
10784 \backslash
10785 spce 
10786 \end_layout
10787
10788 \end_inset
10789
10790 A=B
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10800 \end_inset
10801
10802
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row>
10809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \backslash
10815 underleftarrow
10816 \begin_inset ERT
10817 status collapsed
10818
10819 \begin_layout Plain Layout
10820
10821
10822 \backslash
10823 spce 
10824 \end_layout
10825
10826 \end_inset
10827
10828 A=B
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10838 \end_inset
10839
10840
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 </row>
10846 <row>
10847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851
10852 \backslash
10853 overleftrightarrow
10854 \begin_inset ERT
10855 status collapsed
10856
10857 \begin_layout Plain Layout
10858
10859
10860 \backslash
10861 spce 
10862 \end_layout
10863
10864 \end_inset
10865
10866 A=B
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10876 \end_inset
10877
10878
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 </row>
10884 <row>
10885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889
10890 \backslash
10891 underleftrightarrow
10892 \begin_inset ERT
10893 status collapsed
10894
10895 \begin_layout Plain Layout
10896
10897
10898 \backslash
10899 spce 
10900 \end_layout
10901
10902 \end_inset
10903
10904 A=B
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10914 \end_inset
10915
10916
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 </row>
10922 </lyxtabular>
10923
10924 \end_inset
10925
10926
10927 \begin_inset space \hfill{}
10928 \end_inset
10929
10930
10931 \begin_inset Tabular
10932 <lyxtabular version="3" rows="5" columns="2">
10933 <features tabularvalignment="middle">
10934 <column alignment="center" valignment="top" width="0pt">
10935 <column alignment="center" valignment="top" width="0pt">
10936 <row>
10937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Comando
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 Resultado
10951 \begin_inset Note Note
10952 status collapsed
10953
10954 \begin_layout Plain Layout
10955
10956 \series bold
10957
10958 \backslash
10959 raisebox
10960 \series default
10961  se usa sólo como espaciador
10962 \end_layout
10963
10964 \end_inset
10965
10966
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 </row>
10972 <row>
10973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977
10978 \backslash
10979 overrightarrow
10980 \begin_inset ERT
10981 status collapsed
10982
10983 \begin_layout Plain Layout
10984
10985
10986 \backslash
10987 spce 
10988 \end_layout
10989
10990 \end_inset
10991
10992 A=B
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11002 \end_inset
11003
11004
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 </row>
11010 <row>
11011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \backslash
11017 underrightarrow
11018 \begin_inset ERT
11019 status collapsed
11020
11021 \begin_layout Plain Layout
11022
11023
11024 \backslash
11025 spce 
11026 \end_layout
11027
11028 \end_inset
11029
11030 A=B
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11040 \end_inset
11041
11042
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 </row>
11048 <row>
11049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053
11054 \backslash
11055 widetilde
11056 \begin_inset ERT
11057 status collapsed
11058
11059 \begin_layout Plain Layout
11060
11061
11062 \backslash
11063 spce 
11064 \end_layout
11065
11066 \end_inset
11067
11068 A=B
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11078 \end_inset
11079
11080
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 </row>
11086 <row>
11087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091
11092 \backslash
11093 widehat
11094 \begin_inset ERT
11095 status collapsed
11096
11097 \begin_layout Plain Layout
11098
11099
11100 \backslash
11101 spce 
11102 \end_layout
11103
11104 \end_inset
11105
11106 A=B
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11116 \end_inset
11117
11118
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 </row>
11124 </lyxtabular>
11125
11126 \end_inset
11127
11128
11129 \begin_inset space \hfill{}
11130 \end_inset
11131
11132
11133 \end_layout
11134
11135 \begin_layout Standard
11136 \begin_inset VSpace medskip
11137 \end_inset
11138
11139
11140 \end_layout
11141
11142 \begin_layout Standard
11143 Con estos comandos se pueden acentuar tantos caracteres como quieras.
11144  Pero los acentos 
11145 \series bold
11146
11147 \backslash
11148 widetilde
11149 \series default
11150  y 
11151 \series bold
11152
11153 \backslash
11154 widehat
11155 \series default
11156  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
11157  ejemplo:
11158 \begin_inset Formula \[
11159 \widetilde{A+B=C-D}
11160 \]
11161
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \begin_layout Standard
11168 Con los comandos 
11169 \series bold
11170
11171 \backslash
11172 overset
11173 \series default
11174
11175 \begin_inset Index idx
11176 status collapsed
11177
11178 \begin_layout Plain Layout
11179 Comandos ! O ! 
11180 \backslash
11181 overset
11182 \end_layout
11183
11184 \end_inset
11185
11186  y 
11187 \series bold
11188
11189 \backslash
11190 underset
11191 \series default
11192
11193 \begin_inset Index idx
11194 status collapsed
11195
11196 \begin_layout Plain Layout
11197 Comandos ! U ! 
11198 \backslash
11199 underset
11200 \end_layout
11201
11202 \end_inset
11203
11204 , descritos en la subsección anterior, también se pueden acentuar varios
11205  caracteres.
11206  El comando 
11207 \series bold
11208
11209 \backslash
11210 underset
11211 \begin_inset ERT
11212 status collapsed
11213
11214 \begin_layout Plain Layout
11215
11216
11217 \backslash
11218 spce 
11219 \end_layout
11220
11221 \end_inset
11222
11223 A=B
11224 \begin_inset Formula $\downarrow$
11225 \end_inset
11226
11227 ***
11228 \series default
11229  da:
11230 \begin_inset Formula \[
11231 \underset{***}{A=B}
11232 \]
11233
11234 \end_inset
11235
11236
11237 \end_layout
11238
11239 \begin_layout Section
11240 Espacios
11241 \begin_inset CommandInset label
11242 LatexCommand label
11243 name "sec:Espacio"
11244
11245 \end_inset
11246
11247
11248 \begin_inset Index idx
11249 status collapsed
11250
11251 \begin_layout Plain Layout
11252 Espacio ! horizontal
11253 \end_layout
11254
11255 \end_inset
11256
11257
11258 \end_layout
11259
11260 \begin_layout Subsection
11261 Espacio predefinido
11262 \begin_inset CommandInset label
11263 LatexCommand label
11264 name "sub:Espacio-predefinido"
11265
11266 \end_inset
11267
11268
11269 \begin_inset Index idx
11270 status collapsed
11271
11272 \begin_layout Plain Layout
11273 Espacio ! horizontal ! predefinido
11274 \end_layout
11275
11276 \end_inset
11277
11278
11279 \end_layout
11280
11281 \begin_layout Standard
11282 A veces es necesario insertar espacio horizontal en una ecuación.
11283  Esto se hace insertando un espacio protegido (atajo 
11284 \family sans
11285 Ctrl+Espacio
11286 \family default
11287 ).
11288  Aparece un 
11289 \begin_inset Quotes fld
11290 \end_inset
11291
11292
11293 \color black
11294
11295 \begin_inset ERT
11296 status collapsed
11297
11298 \begin_layout Plain Layout
11299
11300
11301 \backslash
11302 spce 
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \color inherit
11309
11310 \begin_inset Quotes frd
11311 \end_inset
11312
11313 , y pulsando 
11314 \family sans
11315 Espacio
11316 \family default
11317  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11318  espacio.
11319  También se pueden insertar espacios mediante el botón 
11320 \begin_inset Graphics
11321         filename ../../images/math/space.png
11322         scale 85
11323
11324 \end_inset
11325
11326  de la barra de ecuaciones o con comandos especiales.
11327  Independientemente del comando insertado, se puede seleccionar de nuevo
11328  el tamaño pulsando acto seguido 
11329 \family sans
11330 Espacio.
11331  
11332 \end_layout
11333
11334 \begin_layout Standard
11335 \noindent
11336 \align center
11337 \begin_inset VSpace -5mm
11338 \end_inset
11339
11340
11341 \begin_inset Tabular
11342 <lyxtabular version="3" rows="3" columns="7">
11343 <features tabularvalignment="middle">
11344 <column alignment="center" valignment="middle" width="6.8cm">
11345 <column alignment="center" valignment="top" width="0">
11346 <column alignment="center" valignment="top" width="0">
11347 <column alignment="center" valignment="top" width="0">
11348 <column alignment="center" valignment="top" width="0">
11349 <column alignment="center" valignment="top" width="0">
11350 <column alignment="center" valignment="top" width="0">
11351 <row>
11352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 Comando
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365
11366 \backslash
11367 ,
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376
11377 \backslash
11378 :
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387
11388 \backslash
11389 ;
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398
11399 \backslash
11400 quad
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409
11410 \backslash
11411 qquad
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420
11421 \backslash
11422 !
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 <row>
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 Número de pulsaciones de 
11434 \family sans
11435 Espacio
11436 \family default
11437  tras insertar el espacio protegido
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 0
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 1
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 2
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 3
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 4
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 5
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 <row>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 Resultado
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 \begin_inset Formula $A\, B$
11512 \end_inset
11513
11514
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 \begin_inset Formula $A\: B$
11524 \end_inset
11525
11526
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 \begin_inset Formula $A\; B$
11536 \end_inset
11537
11538
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 \begin_inset Formula $A\quad B$
11548 \end_inset
11549
11550
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 \begin_inset Formula $A\qquad B$
11560 \end_inset
11561
11562
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 \begin_inset Formula $A\! B$
11572 \end_inset
11573
11574
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 </row>
11580 </lyxtabular>
11581
11582 \end_inset
11583
11584
11585 \end_layout
11586
11587 \begin_layout Standard
11588 El último tamaño parece no generar espacio.
11589  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11590  negativo.
11591  Hay otros dos espacios negativos:
11592 \end_layout
11593
11594 \begin_layout Standard
11595 \align center
11596 \begin_inset Tabular
11597 <lyxtabular version="3" rows="3" columns="3">
11598 <features tabularvalignment="middle">
11599 <column alignment="center" valignment="middle" width="6.8cm">
11600 <column alignment="center" valignment="top" width="0pt">
11601 <column alignment="center" valignment="top" width="0pt">
11602 <row>
11603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 Comando
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616
11617 \backslash
11618 negmedspace
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627
11628 \backslash
11629 negthickspace
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 </row>
11635 <row>
11636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 Número de pulsaciones de 
11641 \family sans
11642 Espacio
11643 \family default
11644  tras insertar el espacio protegido
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653 6
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 7
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 </row>
11668 <row>
11669 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 Resultado
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 \begin_inset Formula $A\negmedspace B$
11683 \end_inset
11684
11685
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694 \begin_inset Formula $A\negthickspace B$
11695 \end_inset
11696
11697
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 </row>
11703 </lyxtabular>
11704
11705 \end_inset
11706
11707
11708 \end_layout
11709
11710 \begin_layout Standard
11711 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11712  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11713 \begin_inset space \thinspace{}
11714 \end_inset
11715
11716 e., para operadores suma: 
11717 \end_layout
11718
11719 \begin_layout Standard
11720 \noindent
11721 \align center
11722 \begin_inset Tabular
11723 <lyxtabular version="3" rows="3" columns="2">
11724 <features tabularvalignment="middle">
11725 <column alignment="center" valignment="top" width="0">
11726 <column alignment="center" valignment="top" width="0">
11727 <row>
11728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 Comando
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 Resultado
11742 \begin_inset Note Note
11743 status collapsed
11744
11745 \begin_layout Plain Layout
11746
11747 \series bold
11748
11749 \backslash
11750 raisebox
11751 \series default
11752  se usa sólo como espaciador
11753 \end_layout
11754
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 </row>
11763 <row>
11764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768
11769 \backslash
11770 sum
11771 \backslash
11772 sum
11773 \begin_inset ERT
11774 status collapsed
11775
11776 \begin_layout Plain Layout
11777
11778
11779 \backslash
11780 spce 
11781 \end_layout
11782
11783 \end_inset
11784
11785 f_kl
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11795 \end_inset
11796
11797
11798 \end_layout
11799
11800 \end_inset
11801 </cell>
11802 </row>
11803 <row>
11804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808
11809 \backslash
11810 sum
11811 \backslash
11812 negmedspace
11813 \backslash
11814 sum
11815 \begin_inset ERT
11816 status collapsed
11817
11818 \begin_layout Plain Layout
11819
11820
11821 \backslash
11822 spce 
11823 \end_layout
11824
11825 \end_inset
11826
11827 f_kl
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Plain Layout
11836 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11837 \end_inset
11838
11839
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 </row>
11845 </lyxtabular>
11846
11847 \end_inset
11848
11849
11850 \end_layout
11851
11852 \begin_layout Standard
11853 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11854  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11855  El siguiente ejemplo lo ilustra:
11856 \end_layout
11857
11858 \begin_layout Standard
11859 \noindent
11860 \align center
11861 \begin_inset Tabular
11862 <lyxtabular version="3" rows="2" columns="2">
11863 <features tabularvalignment="middle">
11864 <column alignment="center" valignment="top" width="0">
11865 <column alignment="center" valignment="top" width="0">
11866 <row>
11867 <cell alignment="center" valignment="top" usebox="none">
11868 \begin_inset Text
11869
11870 \begin_layout Plain Layout
11871 ecuación normal
11872 \end_layout
11873
11874 \end_inset
11875 </cell>
11876 <cell alignment="center" valignment="top" usebox="none">
11877 \begin_inset Text
11878
11879 \begin_layout Plain Layout
11880 \begin_inset Formula $A=B$
11881 \end_inset
11882
11883
11884 \end_layout
11885
11886 \end_inset
11887 </cell>
11888 </row>
11889 <row>
11890 <cell alignment="center" valignment="top" usebox="none">
11891 \begin_inset Text
11892
11893 \begin_layout Plain Layout
11894 \begin_inset Note Note
11895 status collapsed
11896
11897 \begin_layout Plain Layout
11898
11899 \series bold
11900
11901 \backslash
11902 raisebox
11903 \series default
11904  se usa sólo como espaciador
11905 \end_layout
11906
11907 \end_inset
11908
11909
11910 \begin_inset Formula $\raisebox{5mm}{}$
11911 \end_inset
11912
11913 ecuación sin espacio
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell alignment="center" valignment="top" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 \begin_inset Formula $A{=}B$
11923 \end_inset
11924
11925
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 </row>
11931 </lyxtabular>
11932
11933 \end_inset
11934
11935
11936 \end_layout
11937
11938 \begin_layout Standard
11939 El comando para la segunda ecuación es: 
11940 \series bold
11941 A
11942 \backslash
11943 {=
11944 \begin_inset Formula $\rightarrow$
11945 \end_inset
11946
11947 B
11948 \series default
11949  
11950 \begin_inset VSpace bigskip
11951 \end_inset
11952
11953
11954 \end_layout
11955
11956 \begin_layout Standard
11957 Para las unidades físicas hacen falta espacios, porque entre el valor y
11958  su unidad se pone un espacio más pequeño que el normal.
11959  Para unidades en el texto se inserta con el menú 
11960 \family sans
11961 Insertar\SpecialChar \menuseparator
11962 Formato\SpecialChar \menuseparator
11963 Espacio
11964 \begin_inset space ~
11965 \end_inset
11966
11967 delgado
11968 \family default
11969  (atajo 
11970 \family sans
11971 Ctrl+Mayúscula+Espacio
11972 \family default
11973 ).
11974 \end_layout
11975
11976 \begin_layout Standard
11977 Un ejemplo para visualizar la diferencia:
11978 \end_layout
11979
11980 \begin_layout Standard
11981 \begin_inset Tabular
11982 <lyxtabular version="3" rows="2" columns="2">
11983 <features tabularvalignment="middle">
11984 <column alignment="center" valignment="top" width="0">
11985 <column alignment="left" valignment="top" width="0">
11986 <row>
11987 <cell alignment="center" valignment="top" usebox="none">
11988 \begin_inset Text
11989
11990 \begin_layout Plain Layout
11991 24 kW
11992 \begin_inset Formula $\cdot$
11993 \end_inset
11994
11995 h
11996 \end_layout
11997
11998 \end_inset
11999 </cell>
12000 <cell alignment="center" valignment="top" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 espacio entre valor y unidad 
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 </row>
12010 <row>
12011 <cell alignment="center" valignment="top" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015 24
12016 \begin_inset space \thinspace{}
12017 \end_inset
12018
12019 kW
12020 \begin_inset Formula $\cdot$
12021 \end_inset
12022
12023 h
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 <cell alignment="center" valignment="top" usebox="none">
12029 \begin_inset Text
12030
12031 \begin_layout Plain Layout
12032 espacio delgado entre valor y unidad
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 </row>
12038 </lyxtabular>
12039
12040 \end_inset
12041
12042
12043 \end_layout
12044
12045 \begin_layout Subsection
12046 Espacio variable
12047 \begin_inset ERT
12048 status collapsed
12049
12050 \begin_layout Plain Layout
12051
12052
12053 \backslash
12054 texorpdfstring{
12055 \end_layout
12056
12057 \end_inset
12058
12059
12060 \begin_inset Foot
12061 status collapsed
12062
12063 \begin_layout Plain Layout
12064 Para espacio vertical en ecuaciones véase 
12065 \begin_inset CommandInset ref
12066 LatexCommand ref
12067 reference "sub:Separación-de-líneas"
12068
12069 \end_inset
12070
12071
12072 \end_layout
12073
12074 \end_inset
12075
12076
12077 \begin_inset ERT
12078 status collapsed
12079
12080 \begin_layout Plain Layout
12081
12082 }{}
12083 \end_layout
12084
12085 \end_inset
12086
12087
12088 \begin_inset Note Note
12089 status collapsed
12090
12091 \begin_layout Plain Layout
12092
12093 \backslash
12094 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
12095  PDF.
12096 \end_layout
12097
12098 \begin_layout Plain Layout
12099 Más sobre 
12100 \backslash
12101 texorpdfstring en la sección 
12102 \begin_inset CommandInset ref
12103 LatexCommand ref
12104 reference "sub:Ecuaciones-en-encabezados"
12105
12106 \end_inset
12107
12108 .
12109 \end_layout
12110
12111 \end_inset
12112
12113
12114 \begin_inset CommandInset label
12115 LatexCommand label
12116 name "sub:Espacio-variable"
12117
12118 \end_inset
12119
12120
12121 \begin_inset Index idx
12122 status collapsed
12123
12124 \begin_layout Plain Layout
12125 Espacio ! horizontal ! variable
12126 \end_layout
12127
12128 \end_inset
12129
12130
12131 \end_layout
12132
12133 \begin_layout Standard
12134 En LyX se puede insertar espacio con una longitud definida con el comando
12135  
12136 \series bold
12137
12138 \backslash
12139 hspace
12140 \series default
12141
12142 \begin_inset Index idx
12143 status collapsed
12144
12145 \begin_layout Plain Layout
12146 Comandos ! H ! 
12147 \backslash
12148 hspace
12149 \end_layout
12150
12151 \end_inset
12152
12153 .
12154  Aparece un 
12155 \begin_inset Quotes fld
12156 \end_inset
12157
12158
12159 \color black
12160
12161 \begin_inset ERT
12162 status collapsed
12163
12164 \begin_layout Plain Layout
12165
12166
12167 \backslash
12168 spce 
12169 \end_layout
12170
12171 \end_inset
12172
12173
12174 \color inherit
12175
12176 \begin_inset Quotes frd
12177 \end_inset
12178
12179  largo.
12180  La longitud se puede ajustar haciendo clic izquierdo sobre el 
12181 \begin_inset Quotes fld
12182 \end_inset
12183
12184
12185 \color black
12186
12187 \begin_inset ERT
12188 status collapsed
12189
12190 \begin_layout Plain Layout
12191
12192
12193 \backslash
12194 spce 
12195 \end_layout
12196
12197 \end_inset
12198
12199
12200 \color inherit
12201
12202 \begin_inset Quotes frd
12203 \end_inset
12204
12205 .
12206  La longitud también puede ser negativa.
12207  Para insertar en una ecuación tanto espacio como esté disponible se usa
12208  el comando 
12209 \series bold
12210
12211 \backslash
12212 hfill
12213 \series default
12214
12215 \begin_inset Index idx
12216 status collapsed
12217
12218 \begin_layout Plain Layout
12219 Comandos ! H ! 
12220 \backslash
12221 hfill
12222 \end_layout
12223
12224 \end_inset
12225
12226 .
12227 \begin_inset VSpace -1mm
12228 \end_inset
12229
12230
12231 \end_layout
12232
12233 \begin_layout Standard
12234 \noindent
12235 \align center
12236 \begin_inset Tabular
12237 <lyxtabular version="3" rows="4" columns="2">
12238 <features tabularvalignment="middle">
12239 <column alignment="center" valignment="top" width="0">
12240 <column alignment="center" valignment="top" width="0">
12241 <row>
12242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12243 \begin_inset Text
12244
12245 \begin_layout Plain Layout
12246 Comando (
12247 \backslash
12248 hspace longitud)
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12254 \begin_inset Text
12255
12256 \begin_layout Plain Layout
12257 Resultado
12258 \end_layout
12259
12260 \end_inset
12261 </cell>
12262 </row>
12263 <row>
12264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Plain Layout
12268 A=B
12269 \backslash
12270 hspace
12271 \begin_inset ERT
12272 status collapsed
12273
12274 \begin_layout Plain Layout
12275
12276
12277 \backslash
12278 spce 
12279 \end_layout
12280
12281 \end_inset
12282
12283
12284 \begin_inset Formula $\to$
12285 \end_inset
12286
12287 A
12288 \backslash
12289 not=C (3
12290 \begin_inset space \thinspace{}
12291 \end_inset
12292
12293 cm)
12294 \end_layout
12295
12296 \end_inset
12297 </cell>
12298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12299 \begin_inset Text
12300
12301 \begin_layout Plain Layout
12302 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12303 \end_inset
12304
12305
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 </row>
12311 <row>
12312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12313 \begin_inset Text
12314
12315 \begin_layout Plain Layout
12316 A
12317 \backslash
12318 hspace
12319 \begin_inset ERT
12320 status collapsed
12321
12322 \begin_layout Plain Layout
12323
12324
12325 \backslash
12326 spce 
12327 \end_layout
12328
12329 \end_inset
12330
12331
12332 \begin_inset Formula $\to$
12333 \end_inset
12334
12335 A
12336 \backslash
12337 not=A (-1
12338 \begin_inset space \thinspace{}
12339 \end_inset
12340
12341 mm)
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12347 \begin_inset Text
12348
12349 \begin_layout Plain Layout
12350 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12351 \end_inset
12352
12353
12354 \end_layout
12355
12356 \end_inset
12357 </cell>
12358 </row>
12359 <row>
12360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12361 \begin_inset Text
12362
12363 \begin_layout Plain Layout
12364 A=A
12365 \backslash
12366 hfill
12367 \begin_inset ERT
12368 status collapsed
12369
12370 \begin_layout Plain Layout
12371
12372
12373 \backslash
12374 spce 
12375 \end_layout
12376
12377 \end_inset
12378
12379 B=B
12380 \end_layout
12381
12382 \end_inset
12383 </cell>
12384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12385 \begin_inset Text
12386
12387 \begin_layout Plain Layout
12388 \begin_inset Formula $A=A\hfill B=B$
12389 \end_inset
12390
12391
12392 \end_layout
12393
12394 \end_inset
12395 </cell>
12396 </row>
12397 </lyxtabular>
12398
12399 \end_inset
12400
12401
12402 \end_layout
12403
12404 \begin_layout Standard
12405 En el último ejemplo el espacio disponible viene dado por la entrada más
12406  larga de columna en la tabla.
12407  En una ecuación en línea el espacio depende de la longitud de la línea
12408  en la que se inserta 
12409 \series bold
12410
12411 \backslash
12412 hfill
12413 \series default
12414 .
12415  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12416  
12417 \series bold
12418
12419 \backslash
12420 hfill
12421 \series default
12422  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12423 \series bold
12424 Sangrado
12425 \series default
12426 .
12427  (Los estilos de ecuaciones se explican en
12428 \begin_inset space ~
12429 \end_inset
12430
12431
12432 \begin_inset CommandInset ref
12433 LatexCommand ref
12434 reference "sec:Estilos-de-ecuación"
12435
12436 \end_inset
12437
12438 ).
12439 \end_layout
12440
12441 \begin_layout Standard
12442 Además de 
12443 \series bold
12444
12445 \backslash
12446 hfill
12447 \series default
12448  hay los comandos 
12449 \series bold
12450
12451 \backslash
12452 dotfill
12453 \series default
12454  y 
12455 \series bold
12456
12457 \backslash
12458 hrulefill
12459 \series default
12460  que llenan el espacio con un patrón, véase un ejemplo en
12461 \begin_inset space ~
12462 \end_inset
12463
12464
12465 \begin_inset CommandInset ref
12466 LatexCommand ref
12467 reference "sub:Puntos"
12468
12469 \end_inset
12470
12471 .
12472 \end_layout
12473
12474 \begin_layout Standard
12475 Para texto se puede insertar espacio variable con el menú 
12476 \family sans
12477 Insertar\SpecialChar \menuseparator
12478 Formato\SpecialChar \menuseparator
12479 Espacio
12480 \begin_inset space ~
12481 \end_inset
12482
12483 horizontal
12484 \family default
12485 :
12486 \end_layout
12487
12488 \begin_layout Standard
12489 En esta línea hay un espacio
12490 \begin_inset space \hspace{}
12491 \length 2cm
12492 \end_inset
12493
12494 de 2
12495 \begin_inset space \thinspace{}
12496 \end_inset
12497
12498 cm.
12499 \end_layout
12500
12501 \begin_layout Standard
12502 En esta línea hay un
12503 \begin_inset space \hfill{}
12504 \end_inset
12505
12506 espacio máximo.
12507 \end_layout
12508
12509 \begin_layout Subsection
12510 Espacio adicional en ecuaciones en línea
12511 \begin_inset Index idx
12512 status collapsed
12513
12514 \begin_layout Plain Layout
12515 Espacio ! adicional en línea
12516 \end_layout
12517
12518 \end_inset
12519
12520
12521 \end_layout
12522
12523 \begin_layout Standard
12524 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12525  
12526 \series bold
12527
12528 \backslash
12529 mathsurround
12530 \series default
12531
12532 \begin_inset Index idx
12533 status collapsed
12534
12535 \begin_layout Plain Layout
12536 Comandos ! M ! 
12537 \backslash
12538 mathsurround
12539 \end_layout
12540
12541 \end_inset
12542
12543 .
12544  El valor de una longitud se establece con el comando 
12545 \series bold
12546
12547 \backslash
12548 setlength
12549 \series default
12550
12551 \begin_inset Index idx
12552 status collapsed
12553
12554 \begin_layout Plain Layout
12555 Comandos ! S ! 
12556 \backslash
12557 setlength
12558 \end_layout
12559
12560 \end_inset
12561
12562  según el siguiente esquema:
12563 \end_layout
12564
12565 \begin_layout Standard
12566
12567 \series bold
12568
12569 \backslash
12570 setlength{nombre de la longitud}{valor}
12571 \end_layout
12572
12573 \begin_layout Standard
12574 Para poner a 
12575 \series bold
12576
12577 \backslash
12578 mathsurround
12579 \series default
12580  un valor de 5
12581 \begin_inset space \thinspace{}
12582 \end_inset
12583
12584 mm, se inserta el comando
12585 \end_layout
12586
12587 \begin_layout Standard
12588
12589 \series bold
12590
12591 \backslash
12592 setlength{
12593 \backslash
12594 mathsurround}{5mm}
12595 \end_layout
12596
12597 \begin_layout Standard
12598 en modo TeX.
12599  Se establecerá un espacio de 5
12600 \begin_inset space \thinspace{}
12601 \end_inset
12602
12603 mm alrededor de todas las ecuaciones en línea:
12604 \begin_inset ERT
12605 status collapsed
12606
12607 \begin_layout Plain Layout
12608
12609
12610 \backslash
12611 setlength{
12612 \backslash
12613 mathsurround}{5mm}
12614 \end_layout
12615
12616 \end_inset
12617
12618
12619 \end_layout
12620
12621 \begin_layout Standard
12622 En esta línea hay una ecuación 
12623 \begin_inset Formula $A=B$
12624 \end_inset
12625
12626  rodeada por espacios de 5
12627 \begin_inset space \thinspace{}
12628 \end_inset
12629
12630 mm.
12631 \begin_inset ERT
12632 status collapsed
12633
12634 \begin_layout Plain Layout
12635
12636
12637 \backslash
12638 setlength{
12639 \backslash
12640 mathsurround}{0mm}
12641 \end_layout
12642
12643 \end_inset
12644
12645
12646 \end_layout
12647
12648 \begin_layout Standard
12649 Para volver al espacio predeterminado, 
12650 \series bold
12651
12652 \backslash
12653 mathsurround
12654 \series default
12655  se restablece al valor 0
12656 \begin_inset space \thinspace{}
12657 \end_inset
12658
12659 pt.
12660 \end_layout
12661
12662 \begin_layout Section
12663 Cuadros y marcos
12664 \begin_inset Index idx
12665 status collapsed
12666
12667 \begin_layout Plain Layout
12668 Marcos
12669 \end_layout
12670
12671 \end_inset
12672
12673
12674 \begin_inset Index idx
12675 status collapsed
12676
12677 \begin_layout Plain Layout
12678 Marcos|see
12679 \begin_inset ERT
12680 status collapsed
12681
12682 \begin_layout Plain Layout
12683
12684 {
12685 \end_layout
12686
12687 \end_inset
12688
12689 Cuadros
12690 \begin_inset ERT
12691 status collapsed
12692
12693 \begin_layout Plain Layout
12694
12695 }
12696 \end_layout
12697
12698 \end_inset
12699
12700
12701 \end_layout
12702
12703 \end_inset
12704
12705
12706 \end_layout
12707
12708 \begin_layout Standard
12709 Los cuadros para texto se describen en el capítulo 
12710 \emph on
12711 Cuadros
12712 \emph default
12713  del manual 
12714 \emph on
12715 Objetos insertados
12716 \emph default
12717 .
12718 \end_layout
12719
12720 \begin_layout Subsection
12721 Cuadros con marco
12722 \begin_inset CommandInset label
12723 LatexCommand label
12724 name "sub:Cuadros-con-marco"
12725
12726 \end_inset
12727
12728
12729 \begin_inset Index idx
12730 status collapsed
12731
12732 \begin_layout Plain Layout
12733 Cuadros ! con marco
12734 \end_layout
12735
12736 \end_inset
12737
12738
12739 \end_layout
12740
12741 \begin_layout Standard
12742 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12743 \series bold
12744
12745 \backslash
12746 fbox
12747 \series default
12748
12749 \begin_inset Index idx
12750 status collapsed
12751
12752 \begin_layout Plain Layout
12753 Comandos ! F ! 
12754 \backslash
12755 fbox
12756 \end_layout
12757
12758 \end_inset
12759
12760  y 
12761 \series bold
12762
12763 \backslash
12764 boxed
12765 \series default
12766
12767 \begin_inset Index idx
12768 status collapsed
12769
12770 \begin_layout Plain Layout
12771 Comandos ! B ! 
12772 \backslash
12773 boxed
12774 \end_layout
12775
12776 \end_inset
12777
12778 .
12779 \end_layout
12780
12781 \begin_layout Standard
12782 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12783  azul en un marco donde se introduce parte de una ecuación.
12784  Para 
12785 \series bold
12786
12787 \backslash
12788 fbox
12789 \series default
12790  hay que generar una ecuación adicional con 
12791 \family sans
12792 Ctrl+M
12793 \family default
12794  dentro del recuadro, porque si no el contenido del mismo sería considerado
12795  texto matemático.
12796  Si se usa 
12797 \series bold
12798
12799 \backslash
12800 boxed
12801 \series default
12802  la nueva ecuación se genera automáticamente dentro del marco.
12803 \end_layout
12804
12805 \begin_layout Standard
12806 El comando 
12807 \series bold
12808
12809 \backslash
12810 fbox
12811 \series default
12812  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12813  ecuación tendría siempre el tamaño del texto.
12814  Por otra parte, 
12815 \series bold
12816
12817 \backslash
12818 fboxed
12819 \series default
12820  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12821  siempre el tamaño de una ecuación presentada.
12822 \end_layout
12823
12824 \begin_layout Standard
12825 El comando 
12826 \series bold
12827
12828 \backslash
12829 framebox
12830 \series default
12831
12832 \begin_inset Index idx
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836 Comandos ! F ! 
12837 \backslash
12838 framebox
12839 \end_layout
12840
12841 \end_inset
12842
12843  es una extensión de 
12844 \series bold
12845
12846 \backslash
12847 fbox
12848 \series default
12849 , que permite especificar además la anchura del marco yla alineación.
12850  
12851 \series bold
12852
12853 \backslash
12854 framebox
12855 \series default
12856  se usa con el siguiente esquema: 
12857 \end_layout
12858
12859 \begin_layout Standard
12860
12861 \series bold
12862
12863 \backslash
12864 framebox[anchura del marco][posición]{contenido del cuadro}
12865 \end_layout
12866
12867 \begin_layout Standard
12868 La posición puede ser 
12869 \emph on
12870 l
12871 \emph default
12872  o 
12873 \emph on
12874 r
12875 \emph default
12876
12877 \emph on
12878 l
12879 \emph default
12880  alinea la ecuación a la izquierda del cuadro, 
12881 \emph on
12882 r
12883 \emph default
12884  la alinea a la derecha.
12885  Si no se da posición la ecuación será centrada.
12886 \begin_inset Newline newline
12887 \end_inset
12888
12889 Si no se pone anchura tampoco puede darse posición.
12890  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12891  con 
12892 \series bold
12893
12894 \backslash
12895 fbox
12896 \series default
12897 .
12898  
12899 \end_layout
12900
12901 \begin_layout Standard
12902 Cuando se inserta el comando 
12903 \series bold
12904
12905 \backslash
12906 framebox
12907 \series default
12908  aparece un recuadro con tres marcos azules.
12909  Los dos primeros marcos están encerrados entre corchetes e indican los
12910  dos argumentos opcionales.
12911  El tercer marco es para partes de la ecuación, como para 
12912 \series bold
12913
12914 \backslash
12915 fbox
12916 \series default
12917 .
12918 \end_layout
12919
12920 \begin_layout Standard
12921 \noindent
12922 \align center
12923 \begin_inset Tabular
12924 <lyxtabular version="3" rows="5" columns="2">
12925 <features tabularvalignment="middle">
12926 <column alignment="center" valignment="top" width="0">
12927 <column alignment="center" valignment="top" width="0">
12928 <row>
12929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 Comando
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 Resultado
12943 \begin_inset Note Note
12944 status collapsed
12945
12946 \begin_layout Plain Layout
12947
12948 \series bold
12949
12950 \backslash
12951 raisebox
12952 \series default
12953  se usa sólo como espaciador
12954 \end_layout
12955
12956 \end_inset
12957
12958
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 </row>
12964 <row>
12965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12966 \begin_inset Text
12967
12968 \begin_layout Plain Layout
12969
12970 \backslash
12971 fbox
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
12985 \family sans
12986 Ctrl+M
12987 \family default
12988  
12989 \backslash
12990 int
12991 \begin_inset ERT
12992 status collapsed
12993
12994 \begin_layout Plain Layout
12995
12996
12997 \backslash
12998 spce 
12999 \end_layout
13000
13001 \end_inset
13002
13003 A=B
13004 \end_layout
13005
13006 \end_inset
13007 </cell>
13008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13013 \end_inset
13014
13015
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 </row>
13021 <row>
13022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026
13027 \backslash
13028 boxed
13029 \begin_inset ERT
13030 status collapsed
13031
13032 \begin_layout Plain Layout
13033
13034
13035 \backslash
13036 spce 
13037 \end_layout
13038
13039 \end_inset
13040
13041
13042 \backslash
13043 int
13044 \begin_inset ERT
13045 status collapsed
13046
13047 \begin_layout Plain Layout
13048
13049
13050 \backslash
13051 spce 
13052 \end_layout
13053
13054 \end_inset
13055
13056 A=B
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13062 \begin_inset Text
13063
13064 \begin_layout Plain Layout
13065 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13066 \end_inset
13067
13068
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 </row>
13074 <row>
13075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13076 \begin_inset Text
13077
13078 \begin_layout Plain Layout
13079 A+
13080 \backslash
13081 fbox
13082 \begin_inset ERT
13083 status collapsed
13084
13085 \begin_layout Plain Layout
13086
13087
13088 \backslash
13089 spce 
13090 \end_layout
13091
13092 \end_inset
13093
13094 B
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13104 \end_inset
13105
13106
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 </row>
13112 <row>
13113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117
13118 \backslash
13119 framebox
13120 \begin_inset ERT
13121 status collapsed
13122
13123 \begin_layout Plain Layout
13124
13125
13126 \backslash
13127 spce 
13128 \end_layout
13129
13130 \end_inset
13131
13132 20mm
13133 \begin_inset Formula $\to$
13134 \end_inset
13135
13136
13137 \begin_inset Formula $\to$
13138 \end_inset
13139
13140
13141 \family sans
13142 Ctrl+M
13143 \family default
13144  
13145 \backslash
13146 frac
13147 \begin_inset ERT
13148 status collapsed
13149
13150 \begin_layout Plain Layout
13151
13152
13153 \backslash
13154 spce 
13155 \end_layout
13156
13157 \end_inset
13158
13159 A
13160 \begin_inset Formula $\downarrow$
13161 \end_inset
13162
13163 B
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172 \begin_inset Formula $\raisebox{6mm}{}$
13173 \end_inset
13174
13175
13176 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13177 \end_inset
13178
13179
13180 \begin_inset Formula $\raisebox{-4mm}{}$
13181 \end_inset
13182
13183
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 </row>
13189 </lyxtabular>
13190
13191 \end_inset
13192
13193
13194 \end_layout
13195
13196 \begin_layout Standard
13197 El grosor del marco también se puede ajustar.
13198  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13199  la fórmula:
13200 \end_layout
13201
13202 \begin_layout Standard
13203
13204 \series bold
13205
13206 \backslash
13207 fboxrule
13208 \series default
13209  
13210 \series bold
13211
13212 \begin_inset Quotes fld
13213 \end_inset
13214
13215 grosor
13216 \begin_inset Quotes frd
13217 \end_inset
13218
13219
13220 \series default
13221  
13222 \series bold
13223
13224 \backslash
13225 fboxsep
13226 \series default
13227  
13228 \series bold
13229
13230 \begin_inset Quotes fld
13231 \end_inset
13232
13233 distancia
13234 \begin_inset Quotes frd
13235 \end_inset
13236
13237
13238 \end_layout
13239
13240 \begin_layout Standard
13241 \begin_inset Quotes fld
13242 \end_inset
13243
13244 distancia
13245 \begin_inset Quotes frd
13246 \end_inset
13247
13248  especifica la distancia mínima entre el marco y el primer carácter en el
13249  cuadro.
13250  Un ejemplo de esto es la siguiente ecuación enmarcada:
13251 \begin_inset ERT
13252 status collapsed
13253
13254 \begin_layout Plain Layout
13255
13256
13257 \backslash
13258 fboxrule 2mm 
13259 \backslash
13260 fboxsep 3mm
13261 \end_layout
13262
13263 \end_inset
13264
13265
13266 \begin_inset Formula \[
13267 \boxed{A+B=C}
13268 \]
13269
13270 \end_inset
13271
13272
13273 \end_layout
13274
13275 \begin_layout Standard
13276 Delante de esta ecuación se han insertado los comandos
13277 \end_layout
13278
13279 \begin_layout Standard
13280
13281 \series bold
13282
13283 \backslash
13284 fboxrule
13285 \series default
13286  
13287 \series bold
13288 2mm
13289 \series default
13290  
13291 \series bold
13292
13293 \backslash
13294 fboxsep
13295 \series default
13296  
13297 \series bold
13298 3mm
13299 \end_layout
13300
13301 \begin_layout Standard
13302 en modo TeX.
13303  Los valores dados se usan para todos los cuadros siguientes.
13304 \end_layout
13305
13306 \begin_layout Standard
13307 Para volver al tamaño estándar del marco se inserta el comando
13308 \end_layout
13309
13310 \begin_layout Standard
13311
13312 \series bold
13313
13314 \backslash
13315 fboxrule
13316 \series default
13317  
13318 \series bold
13319 0.4pt
13320 \series default
13321  
13322 \series bold
13323
13324 \backslash
13325 fboxsep
13326 \series default
13327  
13328 \series bold
13329 3pt
13330 \series default
13331
13332 \begin_inset ERT
13333 status collapsed
13334
13335 \begin_layout Plain Layout
13336
13337
13338 \backslash
13339 fboxrule 0.4pt 
13340 \backslash
13341 fboxsep 3pt
13342 \end_layout
13343
13344 \end_inset
13345
13346
13347 \end_layout
13348
13349 \begin_layout Standard
13350 en modo TeX antes de la ecuación siguiente.
13351 \end_layout
13352
13353 \begin_layout Subsection
13354 Cuadros sin marco
13355 \begin_inset CommandInset label
13356 LatexCommand label
13357 name "sub:Cuadros-sin-marco"
13358
13359 \end_inset
13360
13361
13362 \begin_inset Index idx
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366 Cuadros ! sin marco
13367 \end_layout
13368
13369 \end_inset
13370
13371
13372 \end_layout
13373
13374 \begin_layout Standard
13375 Para cuadros sin marco hay los comandos: 
13376 \series bold
13377
13378 \backslash
13379 mbox
13380 \series default
13381
13382 \begin_inset Index idx
13383 status collapsed
13384
13385 \begin_layout Plain Layout
13386 Comandos ! M ! 
13387 \backslash
13388 mbox
13389 \end_layout
13390
13391 \end_inset
13392
13393
13394 \series bold
13395
13396 \backslash
13397 makebox
13398 \series default
13399
13400 \begin_inset Index idx
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404 Comandos ! M ! 
13405 \backslash
13406 makebox
13407 \end_layout
13408
13409 \end_inset
13410
13411  y 
13412 \series bold
13413
13414 \backslash
13415 raisebox
13416 \series default
13417
13418 \begin_inset Index idx
13419 status collapsed
13420
13421 \begin_layout Plain Layout
13422 Comandos ! R ! 
13423 \backslash
13424 raisebox
13425 \end_layout
13426
13427 \end_inset
13428
13429 .
13430 \end_layout
13431
13432 \begin_layout Standard
13433 Con 
13434 \series bold
13435
13436 \backslash
13437 raisebox
13438 \series default
13439  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13440  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13441  
13442 \series bold
13443
13444 \backslash
13445 raisebox
13446 \series default
13447  se usa con el siguiente esquema: 
13448 \end_layout
13449
13450 \begin_layout Standard
13451
13452 \series bold
13453
13454 \backslash
13455 raisebox{altura}{contenido del marco}
13456 \end_layout
13457
13458 \begin_layout Standard
13459 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13460  extra, como con 
13461 \series bold
13462
13463 \backslash
13464 fbox
13465 \series default
13466 .
13467  
13468 \begin_inset Note Greyedout
13469 status open
13470
13471 \begin_layout Plain Layout
13472
13473 \series bold
13474 Nota
13475 \series default
13476 : Para
13477 \series bold
13478
13479 \backslash
13480 raisebox
13481 \series default
13482  se ha creado esta ecuación extra tecleando 
13483 \family sans
13484 Ctrl+M
13485 \family default
13486  dos veces en vez de una porque LyX aún no soporta 
13487 \series bold
13488
13489 \backslash
13490 raisebox
13491 \series default
13492  directamente.
13493 \end_layout
13494
13495 \end_inset
13496
13497
13498 \end_layout
13499
13500 \begin_layout Standard
13501 \align center
13502 \begin_inset Tabular
13503 <lyxtabular version="3" rows="4" columns="2">
13504 <features tabularvalignment="middle">
13505 <column alignment="center" valignment="top" width="0">
13506 <column alignment="center" valignment="top" width="0">
13507 <row>
13508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 Comando
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521 Resultado
13522 \end_layout
13523
13524 \end_inset
13525 </cell>
13526 </row>
13527 <row>
13528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 H
13533 \backslash
13534 raisebox{2mm
13535 \begin_inset Formula $\to$
13536 \end_inset
13537
13538
13539 \backslash
13540 {al
13541 \begin_inset Formula $\to$
13542 \end_inset
13543
13544  lo
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13554 \end_inset
13555
13556
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 </row>
13562 <row>
13563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 H
13568 \backslash
13569 raisebox{-2mm
13570 \begin_inset Formula $\to$
13571 \end_inset
13572
13573
13574 \backslash
13575 {al
13576 \begin_inset Formula $\to$
13577 \end_inset
13578
13579 lo
13580 \end_layout
13581
13582 \end_inset
13583 </cell>
13584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13585 \begin_inset Text
13586
13587 \begin_layout Plain Layout
13588 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13589 \end_inset
13590
13591
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 </row>
13597 <row>
13598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13599 \begin_inset Text
13600
13601 \begin_layout Plain Layout
13602 A=
13603 \backslash
13604 raisebox{-2mm
13605 \begin_inset Formula $\to$
13606 \end_inset
13607
13608
13609 \backslash
13610 {
13611 \family sans
13612 Ctrl+M Ctrl+M
13613 \family default
13614  
13615 \backslash
13616 sqrt
13617 \begin_inset ERT
13618 status collapsed
13619
13620 \begin_layout Plain Layout
13621
13622
13623 \backslash
13624 spce 
13625 \end_layout
13626
13627 \end_inset
13628
13629
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13639 \end_inset
13640
13641
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 </row>
13647 </lyxtabular>
13648
13649 \end_inset
13650
13651
13652 \end_layout
13653
13654 \begin_layout Standard
13655 El comando 
13656 \series bold
13657
13658 \backslash
13659 mbox
13660 \series default
13661  es equivalente a 
13662 \series bold
13663
13664 \backslash
13665 fbox
13666 \series default
13667  y 
13668 \series bold
13669
13670 \backslash
13671 makebox
13672 \series default
13673  es equivalente a 
13674 \series bold
13675
13676 \backslash
13677 framebox
13678 \series default
13679 , con la diferencia de que no hay marco.
13680 \end_layout
13681
13682 \begin_layout Subsection
13683 Cuadros coloreados
13684 \begin_inset CommandInset label
13685 LatexCommand label
13686 name "sub:Cuadros-coloreados"
13687
13688 \end_inset
13689
13690
13691 \begin_inset Index idx
13692 status collapsed
13693
13694 \begin_layout Plain Layout
13695 Cuadros ! coloreados
13696 \end_layout
13697
13698 \end_inset
13699
13700
13701 \end_layout
13702
13703 \begin_layout Standard
13704 Para poder usar todos los comandos explicados en esta sección hay que cargar
13705  en el preámbulo LaTeX el paquete LaTeX 
13706 \series bold
13707 color
13708 \series default
13709
13710 \begin_inset Foot
13711 status collapsed
13712
13713 \begin_layout Plain Layout
13714 El paquete LaTeX 
13715 \series bold
13716 color
13717 \series default
13718  forma parte de toda distribución LaTeX estándar.
13719 \end_layout
13720
13721 \end_inset
13722
13723
13724 \begin_inset Index idx
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728 Paquetes ! color
13729 \end_layout
13730
13731 \end_inset
13732
13733 , con la línea
13734 \begin_inset Foot
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738 Cuando hay texto coloreado con un color predefinido en alguna parte del
13739  documento, LyX carga automáticamente el paquete LaTeX 
13740 \series bold
13741 color
13742 \series default
13743 .
13744  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13745  origina problemas.
13746 \end_layout
13747
13748 \end_inset
13749
13750
13751 \begin_inset Note Note
13752 status collapsed
13753
13754 \begin_layout Plain Layout
13755 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13756  en el preámbulo LaTeX.
13757 \end_layout
13758
13759 \end_inset
13760
13761
13762 \end_layout
13763
13764 \begin_layout Standard
13765
13766 \series bold
13767
13768 \backslash
13769 usepackage{color}
13770 \begin_inset VSpace medskip
13771 \end_inset
13772
13773
13774 \end_layout
13775
13776 \begin_layout Standard
13777 Para colorear cuadros se usa el comando 
13778 \series bold
13779
13780 \backslash
13781 colorbox
13782 \series default
13783
13784 \begin_inset Index idx
13785 status collapsed
13786
13787 \begin_layout Plain Layout
13788 Comandos ! C ! 
13789 \backslash
13790 colorbox
13791 \end_layout
13792
13793 \end_inset
13794
13795  con el siguiente esquema:
13796 \end_layout
13797
13798 \begin_layout Standard
13799
13800 \series bold
13801
13802 \backslash
13803 colorbox{color}{contenido del cuadro}
13804 \end_layout
13805
13806 \begin_layout Standard
13807 El contenido del cuadro puede ser otro cuadro, y también un 
13808 \backslash
13809
13810 \series bold
13811 colorbox
13812 \series default
13813  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13814  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13815  como con 
13816 \series bold
13817
13818 \backslash
13819 raisebox
13820 \series default
13821 .
13822 \begin_inset Foot
13823 status collapsed
13824
13825 \begin_layout Plain Layout
13826 Esto también se aplica para el comando 
13827 \series bold
13828
13829 \backslash
13830 fcolorbox
13831 \series default
13832 .
13833 \end_layout
13834
13835 \end_inset
13836
13837  
13838 \end_layout
13839
13840 \begin_layout Standard
13841 Se puede elegir uno de los siguientes colores predefinidos:
13842 \end_layout
13843
13844 \begin_layout Standard
13845
13846 \series bold
13847 black
13848 \series default
13849
13850 \series bold
13851 blue
13852 \series default
13853
13854 \series bold
13855 cyan
13856 \series default
13857
13858 \series bold
13859 green
13860 \series default
13861
13862 \series bold
13863 magenta
13864 \series default
13865
13866 \series bold
13867 red
13868 \series default
13869
13870 \series bold
13871 white
13872 \series default
13873
13874 \series bold
13875 yellow
13876 \end_layout
13877
13878 \begin_layout Standard
13879 \align center
13880 \begin_inset Tabular
13881 <lyxtabular version="3" rows="4" columns="2">
13882 <features tabularvalignment="middle">
13883 <column alignment="center" valignment="top" width="0">
13884 <column alignment="center" valignment="top" width="0">
13885 <row>
13886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890 Comando
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 Resultado
13900 \begin_inset Note Note
13901 status collapsed
13902
13903 \begin_layout Plain Layout
13904
13905 \series bold
13906
13907 \backslash
13908 raisebox
13909 \series default
13910  se usa sólo como espaciador
13911 \end_layout
13912
13913 \end_inset
13914
13915
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 </row>
13921 <row>
13922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926
13927 \backslash
13928 colorbox{yellow
13929 \begin_inset Formula $\to$
13930 \end_inset
13931
13932
13933 \backslash
13934 {A=B
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13944 \end_inset
13945
13946
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 <row>
13953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Plain Layout
13957
13958 \backslash
13959 colorbox{green
13960 \begin_inset Formula $\to$
13961 \end_inset
13962
13963
13964 \backslash
13965 {
13966 \backslash
13967 fbox
13968 \begin_inset ERT
13969 status collapsed
13970
13971 \begin_layout Plain Layout
13972
13973
13974 \backslash
13975 spce 
13976 \end_layout
13977
13978 \end_inset
13979
13980 A=B
13981 \end_layout
13982
13983 \end_inset
13984 </cell>
13985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Plain Layout
13989 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13990 \end_inset
13991
13992
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 </row>
13998 <row>
13999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003
14004 \backslash
14005 fbox
14006 \begin_inset ERT
14007 status collapsed
14008
14009 \begin_layout Plain Layout
14010
14011
14012 \backslash
14013 spce 
14014 \end_layout
14015
14016 \end_inset
14017
14018
14019 \backslash
14020 colorbox{green
14021 \begin_inset Formula $\to$
14022 \end_inset
14023
14024
14025 \backslash
14026 {
14027 \family sans
14028 Ctrl+M Ctrl+M
14029 \family default
14030  
14031 \backslash
14032 int
14033 \begin_inset ERT
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037
14038
14039 \backslash
14040 spce 
14041 \end_layout
14042
14043 \end_inset
14044
14045 C=D
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Plain Layout
14054 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14055 \end_inset
14056
14057
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 </row>
14063 </lyxtabular>
14064
14065 \end_inset
14066
14067
14068 \end_layout
14069
14070 \begin_layout Standard
14071
14072 \series bold
14073
14074 \backslash
14075 colorbox
14076 \series default
14077  sólo colorea el cuadro pero no los caracteres.
14078  Para colorear todos los caracteres se selecciona toda la ecuación y se
14079  elige un color en el diálogo 
14080 \family sans
14081 Estilo
14082 \begin_inset space ~
14083 \end_inset
14084
14085 del
14086 \begin_inset space ~
14087 \end_inset
14088
14089 texto
14090 \family default
14091 .
14092  El diálogo puede abrirse con el botón 
14093 \begin_inset Graphics
14094         filename ../../images/dialog-show_character.png
14095         scale 85
14096
14097 \end_inset
14098
14099  de la barra de herramientas o con el menú 
14100 \family sans
14101 Editar\SpecialChar \menuseparator
14102 Estilo
14103 \begin_inset space ~
14104 \end_inset
14105
14106 del
14107 \begin_inset space ~
14108 \end_inset
14109
14110 texto\SpecialChar \menuseparator
14111 Personalizado
14112 \family default
14113 .
14114  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
14115  Si el número de la ecuación debe tener otro color que el de los caracteres
14116  de la ecuación, el color debe cambiarse dentro de la ecuación.
14117 \end_layout
14118
14119 \begin_layout Standard
14120 Un ejemplo:
14121 \color red
14122
14123 \begin_inset Formula \begin{equation}
14124 {\color{red}\int A=B}\label{eq:rojo}
14125 \end{equation}
14126
14127 \end_inset
14128
14129
14130 \color green
14131
14132 \begin_inset Formula \begin{equation}
14133 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
14134 \end{equation}
14135
14136 \end_inset
14137
14138
14139 \end_layout
14140
14141 \begin_layout Standard
14142 La ecuación 
14143 \begin_inset CommandInset ref
14144 LatexCommand eqref
14145 reference "eq:rojo"
14146
14147 \end_inset
14148
14149  está toda coloreada en rojo.
14150 \begin_inset Newline newline
14151 \end_inset
14152
14153 La ecuación 
14154 \begin_inset CommandInset ref
14155 LatexCommand eqref
14156 reference "eq:rojoverde"
14157
14158 \end_inset
14159
14160  se ha coloreado en primer lugar toda en verde para colorear el número de
14161  la ecuación.
14162  Posteriormente se han coloreado en rojo los caracteres.
14163 \family sans
14164
14165 \begin_inset VSpace bigskip
14166 \end_inset
14167
14168
14169 \end_layout
14170
14171 \begin_layout Standard
14172 Para colorear diferente el marco y el resto del cuadro se usa el comando
14173  
14174 \series bold
14175
14176 \backslash
14177 fcolorbox
14178 \series default
14179
14180 \begin_inset Index idx
14181 status collapsed
14182
14183 \begin_layout Plain Layout
14184 Comandos ! F ! 
14185 \backslash
14186 fcolorbox
14187 \end_layout
14188
14189 \end_inset
14190
14191  con el siguiente esquema:
14192 \end_layout
14193
14194 \begin_layout Standard
14195
14196 \series bold
14197
14198 \backslash
14199 fcolorbox{color del marco}{color}{contenido del cuadro}
14200 \end_layout
14201
14202 \begin_layout Standard
14203 Así pues 
14204 \series bold
14205
14206 \backslash
14207 fcolorbox
14208 \series default
14209  es una extensión del comando 
14210 \series bold
14211
14212 \backslash
14213 colorbox
14214 \series default
14215 .
14216  La anchura del marco se establece, como para 
14217 \series bold
14218
14219 \backslash
14220 framebox
14221 \series default
14222 , con 
14223 \series bold
14224
14225 \backslash
14226 fboxrule
14227 \series default
14228  y 
14229 \series bold
14230
14231 \backslash
14232 fboxsep
14233 \series default
14234 .
14235  Un ejemplo:
14236 \begin_inset ERT
14237 status collapsed
14238
14239 \begin_layout Plain Layout
14240
14241
14242 \backslash
14243 fboxrule 1mm 
14244 \backslash
14245 fboxsep 1mm
14246 \end_layout
14247
14248 \end_inset
14249
14250
14251 \begin_inset Formula \[
14252 \fcolorbox{cyan}{magenta}{A=B}
14253 \]
14254
14255 \end_inset
14256
14257
14258 \end_layout
14259
14260 \begin_layout Standard
14261 \begin_inset ERT
14262 status collapsed
14263
14264 \begin_layout Plain Layout
14265
14266
14267 \backslash
14268 fboxrule 0.4pt 
14269 \backslash
14270 fboxsep 3pt
14271 \end_layout
14272
14273 \end_inset
14274
14275
14276 \end_layout
14277
14278 \begin_layout Standard
14279 Esta ecuación se ha compuesto con el comando
14280 \begin_inset Newline newline
14281 \end_inset
14282
14283
14284 \series bold
14285
14286 \backslash
14287 fcolorbox{cyan
14288 \begin_inset Formula $\to$
14289 \end_inset
14290
14291
14292 \backslash
14293 {magenta
14294 \begin_inset Formula $\to$
14295 \end_inset
14296
14297
14298 \backslash
14299 {A=B
14300 \end_layout
14301
14302 \begin_layout Standard
14303 \begin_inset VSpace bigskip
14304 \end_inset
14305
14306
14307 \end_layout
14308
14309 \begin_layout Standard
14310 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14311 \end_layout
14312
14313 \begin_layout Standard
14314 Por ejemplo, se puede definir el color 
14315 \begin_inset Quotes fld
14316 \end_inset
14317
14318
14319 \series bold
14320 verdeoscuro
14321 \series default
14322
14323 \begin_inset Quotes frd
14324 \end_inset
14325
14326  con la línea de preámbulo LaTeX:
14327 \end_layout
14328
14329 \begin_layout Standard
14330
14331 \series bold
14332
14333 \backslash
14334 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14335 \series default
14336
14337 \begin_inset Index idx
14338 status collapsed
14339
14340 \begin_layout Plain Layout
14341 Comandos ! D ! 
14342 \backslash
14343 definecolor
14344 \end_layout
14345
14346 \end_inset
14347
14348
14349 \end_layout
14350
14351 \begin_layout Standard
14352
14353 \series bold
14354 cmyk
14355 \series default
14356  es el espacio de color referido a los colores 
14357 \series bold
14358 cyan
14359 \series default
14360
14361 \series bold
14362 magenta
14363 \series default
14364
14365 \series bold
14366 yellow
14367 \series default
14368  y 
14369 \series bold
14370 black
14371 \series default
14372 .
14373  Los cuatro números separados por coma son el factor de cuota para los colores
14374  correspondientes del espacio de color.
14375  Los factores pueden estar en el rango 0-1.
14376  En vez de 
14377 \series bold
14378 cmyk
14379 \series default
14380  se puede usar el espacio de color 
14381 \series bold
14382 rgb
14383 \series default
14384 , que se refiere a 
14385 \series bold
14386 red
14387 \series default
14388
14389 \series bold
14390 green
14391 \series default
14392  y 
14393 \series bold
14394 blue
14395 \series default
14396 , así pues en este caso hay tres factores de cuota para los correspondientes
14397  colores.
14398  Además hay el espacio de color 
14399 \series bold
14400 gray
14401 \series default
14402  con un factor de cuota para el valor gris.
14403 \end_layout
14404
14405 \begin_layout Standard
14406 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14407 \series bold
14408 verdeoscuro
14409 \series default
14410  y los caracteres en color amarillo:
14411 \color black
14412
14413 \begin_inset Formula \begin{equation}
14414 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
14415 \end{equation}
14416
14417 \end_inset
14418
14419
14420 \end_layout
14421
14422 \begin_layout Standard
14423 Los colores personalizados también se pueden usar para texto con la ayuda
14424  del comando 
14425 \series bold
14426
14427 \backslash
14428 textcolor
14429 \series default
14430
14431 \begin_inset Index idx
14432 status collapsed
14433
14434 \begin_layout Plain Layout
14435 Texto ! coloreado
14436 \end_layout
14437
14438 \end_inset
14439
14440
14441 \end_layout
14442
14443 \begin_layout Standard
14444 \begin_inset ERT
14445 status collapsed
14446
14447 \begin_layout Plain Layout
14448
14449
14450 \backslash
14451 textcolor{verdeoscuro}{
14452 \end_layout
14453
14454 \end_inset
14455
14456 Esta frase en 
14457 \begin_inset Quotes fld
14458 \end_inset
14459
14460 verdeoscuro
14461 \begin_inset Quotes frd
14462 \end_inset
14463
14464 .
14465 \begin_inset ERT
14466 status collapsed
14467
14468 \begin_layout Plain Layout
14469
14470 }
14471 \end_layout
14472
14473 \end_inset
14474
14475
14476 \end_layout
14477
14478 \begin_layout Standard
14479
14480 \series bold
14481
14482 \backslash
14483 textcolor
14484 \series default
14485
14486 \begin_inset Index idx
14487 status collapsed
14488
14489 \begin_layout Plain Layout
14490 Comandos ! T ! 
14491 \backslash
14492 textcolor
14493 \end_layout
14494
14495 \end_inset
14496
14497  se usa con el esquema 
14498 \series bold
14499
14500 \backslash
14501 textcolor{color}{caracteres a colorear}
14502 \series default
14503 .
14504 \end_layout
14505
14506 \begin_layout Subsection
14507 Cuadros de párrafo
14508 \begin_inset CommandInset label
14509 LatexCommand label
14510 name "sub:Cuadros-de-párrafo"
14511
14512 \end_inset
14513
14514
14515 \begin_inset Index idx
14516 status collapsed
14517
14518 \begin_layout Plain Layout
14519 Cuadros ! para párrafos
14520 \end_layout
14521
14522 \end_inset
14523
14524
14525 \end_layout
14526
14527 \begin_layout Standard
14528 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14529  de párrafo (parbox), se puede generar con el menú 
14530 \family sans
14531 Insertar\SpecialChar \menuseparator
14532 Cuadro
14533 \family default
14534  o con el botón 
14535 \begin_inset Graphics
14536         filename ../../images/box-insert.png
14537         scale 85
14538
14539 \end_inset
14540
14541  de la barra de herramientas.
14542 \end_layout
14543
14544 \begin_layout Standard
14545 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14546 \begin_inset VSpace medskip
14547 \end_inset
14548
14549 Esta línea contiene 
14550 \begin_inset Box Boxed
14551 position "c"
14552 hor_pos "c"
14553 has_inner_box 1
14554 inner_pos "c"
14555 use_parbox 1
14556 use_makebox 0
14557 width "5cm"
14558 special "none"
14559 height "1in"
14560 height_special "totalheight"
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564 Esto es un cuadro de párrafo.
14565  Tiene exactamente 5
14566 \begin_inset space \thinspace{}
14567 \end_inset
14568
14569 cm de largo y además puede contener ecuaciones: 
14570 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14571 \end_inset
14572
14573
14574 \end_layout
14575
14576 \end_inset
14577
14578
14579 \begin_inset space ~
14580 \end_inset
14581
14582  un cuadro de párrafo.
14583 \begin_inset VSpace medskip
14584 \end_inset
14585
14586 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14587  Surge un diálogo con las propiedades del cuadro.
14588  En este caso: 
14589 \emph on
14590 Decoración
14591 \emph default
14592 : Marco rectangular, 
14593 \emph on
14594 Cuadro interior
14595 \emph default
14596 : Párrafo, 
14597 \emph on
14598 Ancho
14599 \emph default
14600 : 5
14601 \begin_inset space \thinspace{}
14602 \end_inset
14603
14604 cm, 
14605 \emph on
14606 Alineación Vertical
14607 \emph default
14608  
14609 \emph on
14610 Cuadro
14611 \emph default
14612 : Medio.
14613 \end_layout
14614
14615 \begin_layout Standard
14616 \begin_inset VSpace medskip
14617 \end_inset
14618
14619 En LaTeX, un cuadro de párrafo se inserta con el comando 
14620 \series bold
14621
14622 \backslash
14623 parbox
14624 \series default
14625
14626 \begin_inset Index idx
14627 status collapsed
14628
14629 \begin_layout Plain Layout
14630 Comandos ! P ! 
14631 \backslash
14632 parbox
14633 \end_layout
14634
14635 \end_inset
14636
14637  con el esquema siguiente:
14638 \end_layout
14639
14640 \begin_layout Standard
14641
14642 \series bold
14643
14644 \backslash
14645 parbox[posición]{anchura}{contenido}
14646 \end_layout
14647
14648 \begin_layout Standard
14649 Son posibles las posiciones 
14650 \emph on
14651 b
14652 \emph default
14653  y 
14654 \emph on
14655 t
14656 \emph default
14657
14658 \emph on
14659 b
14660 \emph default
14661  por 
14662 \begin_inset Quotes fld
14663 \end_inset
14664
14665 bottom
14666 \begin_inset Quotes frd
14667 \end_inset
14668
14669  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14670  Con 
14671 \emph on
14672 t
14673 \emph default
14674 , por 
14675 \begin_inset Quotes fld
14676 \end_inset
14677
14678 top
14679 \begin_inset Quotes frd
14680 \end_inset
14681
14682  (arriba), la alineación se hace con la primera línea.
14683  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14684  
14685 \emph on
14686 Cuadros
14687 \emph default
14688  del manual 
14689 \emph on
14690 Objetos insertados
14691 \emph default
14692  para ejemplos.
14693 \end_layout
14694
14695 \begin_layout Standard
14696 \begin_inset VSpace bigskip
14697 \end_inset
14698
14699 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14700  ponerse en un cuadro de párrafo.
14701  Para ello se inserta el comando
14702 \begin_inset Newline newline
14703 \end_inset
14704
14705
14706 \series bold
14707
14708 \backslash
14709 fbox{
14710 \backslash
14711 parbox{
14712 \backslash
14713 linewidth-2
14714 \backslash
14715 fboxsep-2
14716 \backslash
14717 fboxrule}{
14718 \begin_inset Newline newline
14719 \end_inset
14720
14721
14722 \series default
14723 en modo TeX delante de la ecuación.
14724  Aquí 
14725 \series bold
14726
14727 \backslash
14728 linewidth
14729 \series default
14730
14731 \begin_inset Index idx
14732 status collapsed
14733
14734 \begin_layout Plain Layout
14735 Comandos ! L ! 
14736 \backslash
14737 linewidth
14738 \end_layout
14739
14740 \end_inset
14741
14742  es la anchura de línea establecida para el documento.
14743  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14744  anchura dos veces la separación del marco y el grosor.
14745  Como LyX no lo hace automáticamente debido a un fallo,
14746 \begin_inset Foot
14747 status collapsed
14748
14749 \begin_layout Plain Layout
14750 \begin_inset CommandInset href
14751 LatexCommand href
14752 name "LyX-bug #4483"
14753 target "http://www.lyx.org/trac/ticket/4483"
14754
14755 \end_inset
14756
14757
14758 \end_layout
14759
14760 \end_inset
14761
14762  hay que usar modo TeX.
14763  Para poder multiplicar y restar en los argumentos hay que cargar en el
14764  preámbulo LaTeX el paquete LaTeX 
14765 \series bold
14766 calc
14767 \series default
14768 ,
14769 \begin_inset Foot
14770 status collapsed
14771
14772 \begin_layout Plain Layout
14773
14774 \series bold
14775 calc
14776 \series default
14777  es parte de toda instalación LaTeX estándar.
14778 \end_layout
14779
14780 \end_inset
14781
14782
14783 \begin_inset Index idx
14784 status collapsed
14785
14786 \begin_layout Plain Layout
14787 Paquetes ! calc
14788 \end_layout
14789
14790 \end_inset
14791
14792  con la línea
14793 \end_layout
14794
14795 \begin_layout Standard
14796
14797 \series bold
14798
14799 \backslash
14800 usepackage{calc}
14801 \end_layout
14802
14803 \begin_layout Standard
14804 Detrás de la ecuación se cierran ambos cuadros con 
14805 \series bold
14806 }}
14807 \series default
14808  en modo TeX.
14809  Aquí hay un ejemplo:
14810 \begin_inset ERT
14811 status collapsed
14812
14813 \begin_layout Plain Layout
14814
14815
14816 \backslash
14817 fboxsep 5mm 
14818 \backslash
14819 fboxrule 5mm
14820 \end_layout
14821
14822 \end_inset
14823
14824
14825 \end_layout
14826
14827 \begin_layout Standard
14828 \begin_inset ERT
14829 status collapsed
14830
14831 \begin_layout Plain Layout
14832
14833
14834 \backslash
14835 fbox{
14836 \backslash
14837 parbox{
14838 \backslash
14839 linewidth-2
14840 \backslash
14841 fboxsep-2
14842 \backslash
14843 fboxrule}{
14844 \end_layout
14845
14846 \end_inset
14847
14848
14849 \begin_inset Formula \begin{equation}
14850 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14851 \end{equation}
14852
14853 \end_inset
14854
14855
14856 \end_layout
14857
14858 \begin_layout Standard
14859 \begin_inset ERT
14860 status collapsed
14861
14862 \begin_layout Plain Layout
14863
14864 }}
14865 \end_layout
14866
14867 \end_inset
14868
14869
14870 \begin_inset ERT
14871 status collapsed
14872
14873 \begin_layout Plain Layout
14874
14875
14876 \backslash
14877 fboxrule 0.4pt 
14878 \backslash
14879 fboxsep 3pt
14880 \end_layout
14881
14882 \end_inset
14883
14884
14885 \end_layout
14886
14887 \begin_layout Standard
14888 \begin_inset VSpace medskip
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \begin_layout Standard
14895 Como se ha usado el cuadro de párrafo como argumento de 
14896 \series bold
14897
14898 \backslash
14899 fbox
14900 \series default
14901 , en este caso no hay diferencia entre 
14902 \series bold
14903
14904 \backslash
14905 fbox
14906 \series default
14907  y 
14908 \series bold
14909
14910 \backslash
14911 boxed
14912 \series default
14913 .
14914  
14915 \end_layout
14916
14917 \begin_layout Standard
14918 \begin_inset VSpace bigskip
14919 \end_inset
14920
14921
14922 \end_layout
14923
14924 \begin_layout Standard
14925 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14926  Para hacerlo, se usa 
14927 \series bold
14928
14929 \backslash
14930 parbox
14931 \series default
14932  en combinación con el comando 
14933 \series bold
14934
14935 \backslash
14936 tag
14937 \series default
14938 .
14939  (Véase más sobre 
14940 \series bold
14941
14942 \backslash
14943 tag
14944 \series default
14945  en 
14946 \begin_inset CommandInset ref
14947 LatexCommand ref
14948 reference "sub:Numeración-personalizada"
14949
14950 \end_inset
14951
14952 ).
14953 \end_layout
14954
14955 \begin_layout Standard
14956 Un ejemplo de ecuación comentada con 
14957 \series bold
14958
14959 \backslash
14960 parbox
14961 \series default
14962 :
14963 \end_layout
14964
14965 \begin_layout Standard
14966 \begin_inset ERT
14967 status collapsed
14968
14969 \begin_layout Plain Layout
14970
14971
14972 \backslash
14973 [5x-7b=3b
14974 \backslash
14975 tag*{
14976 \backslash
14977 parbox{5cm}{
14978 \end_layout
14979
14980 \end_inset
14981
14982 Esto es una descripción.
14983  Está claramente separada de la ecuación y es multilínea.
14984 \begin_inset ERT
14985 status collapsed
14986
14987 \begin_layout Plain Layout
14988
14989 }}
14990 \backslash
14991 ]
14992 \end_layout
14993
14994 \end_inset
14995
14996
14997 \end_layout
14998
14999 \begin_layout Standard
15000 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
15001  no soporta el comando 
15002 \series bold
15003
15004 \backslash
15005 parbox
15006 \series default
15007  en ecuaciones.
15008  La ecuación se compone con la siguiente secuencia de comandos:
15009 \end_layout
15010
15011 \begin_layout Standard
15012 El comando 
15013 \series bold
15014
15015 \backslash
15016 [5x-7b=3b
15017 \backslash
15018 tag*
15019 \backslash
15020 {
15021 \backslash
15022 parbox{5cm}{
15023 \series default
15024  se inserta en modo TeX.
15025 \begin_inset Foot
15026 status collapsed
15027
15028 \begin_layout Plain Layout
15029 Si se usa el estilo de ecuación 
15030 \series bold
15031 Sangrado
15032 \series default
15033
15034 \series bold
15035
15036 \backslash
15037 tag*
15038 \backslash
15039
15040 \series default
15041  se puede reemplazar por 
15042 \series bold
15043
15044 \backslash
15045 hfill
15046 \series default
15047 .
15048  (Véanse los estilos de ecuación en 
15049 \begin_inset CommandInset ref
15050 LatexCommand ref
15051 reference "sec:Estilos-de-ecuación"
15052
15053 \end_inset
15054
15055 ).
15056 \end_layout
15057
15058 \end_inset
15059
15060  Después sigue la descripción en texto normal, y por último 
15061 \series bold
15062 }}
15063 \backslash
15064 ]
15065 \series default
15066  en modo TeX.
15067  Aquí los comandos 
15068 \series bold
15069
15070 \backslash
15071 [
15072 \series default
15073  y 
15074 \series bold
15075
15076 \backslash
15077 ]
15078 \series default
15079  crean una ecuación presentada.
15080 \end_layout
15081
15082 \begin_layout Standard
15083 Las ventajas de 
15084 \series bold
15085
15086 \backslash
15087 parbox
15088 \series default
15089  pueden verse en este ejemplo que se ha 
15090 \begin_inset Quotes fld
15091 \end_inset
15092
15093 comentado
15094 \begin_inset Quotes frd
15095 \end_inset
15096
15097  usando el modo texto matemático:
15098 \begin_inset Formula \[
15099 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
15100 \]
15101
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \begin_layout Section
15108 Operadores
15109 \begin_inset Index idx
15110 status collapsed
15111
15112 \begin_layout Plain Layout
15113 Operadores
15114 \end_layout
15115
15116 \end_inset
15117
15118
15119 \end_layout
15120
15121 \begin_layout Subsection
15122 Operadores grandes
15123 \begin_inset CommandInset label
15124 LatexCommand label
15125 name "sub:Operadores-grandes"
15126
15127 \end_inset
15128
15129
15130 \begin_inset Index idx
15131 status collapsed
15132
15133 \begin_layout Plain Layout
15134 Operadores ! grandes
15135 \end_layout
15136
15137 \end_inset
15138
15139
15140 \begin_inset Index idx
15141 status collapsed
15142
15143 \begin_layout Plain Layout
15144 Sumatorios
15145 \end_layout
15146
15147 \end_inset
15148
15149
15150 \begin_inset Index idx
15151 status collapsed
15152
15153 \begin_layout Plain Layout
15154 Integrales
15155 \end_layout
15156
15157 \end_inset
15158
15159
15160 \end_layout
15161
15162 \begin_layout Standard
15163 Para poder usar todos los comandos de integrales listados aquí, debe estar
15164  marcada la opción 
15165 \family sans
15166 Usar paquete esint automáticamente
15167 \family default
15168  en el apartado 
15169 \family sans
15170 Ecuaciones
15171 \family default
15172  de la configuración del documento.
15173  
15174 \end_layout
15175
15176 \begin_layout Standard
15177 \begin_inset space \hfill{}
15178 \end_inset
15179
15180
15181 \begin_inset Tabular
15182 <lyxtabular version="3" rows="11" columns="2">
15183 <features tabularvalignment="middle">
15184 <column alignment="center" valignment="top" width="0pt">
15185 <column alignment="center" valignment="top" width="0pt">
15186 <row>
15187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191 Comando
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200 Resultado
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 </row>
15206 <row>
15207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211
15212 \backslash
15213 int
15214 \begin_inset Index idx
15215 status collapsed
15216
15217 \begin_layout Plain Layout
15218 Comandos ! I ! 
15219 \backslash
15220 int
15221 \end_layout
15222
15223 \end_inset
15224
15225
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234 \begin_inset Formula $\int$
15235 \end_inset
15236
15237
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 <row>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248
15249 \backslash
15250 oint
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259 \begin_inset Formula $\oint$
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row>
15269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \backslash
15275 ointctrclockwise
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284 \begin_inset Formula $\ointctrclockwise$
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 </row>
15293 <row>
15294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298
15299 \backslash
15300 ointclockwise
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 \begin_inset Formula $\ointclockwise$
15310 \end_inset
15311
15312
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 </row>
15318 <row>
15319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323
15324 \backslash
15325 sqint
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334 \begin_inset Formula $\sqint$
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 </row>
15343 <row>
15344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348
15349 \backslash
15350 fint
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359  
15360 \begin_inset Formula $\fint$
15361 \end_inset
15362
15363
15364 \end_layout
15365
15366 \end_inset
15367 </cell>
15368 </row>
15369 <row>
15370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15371 \begin_inset Text
15372
15373 \begin_layout Plain Layout
15374
15375 \backslash
15376 landupint
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385  
15386 \begin_inset Formula $\landupint$
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 </row>
15395 <row>
15396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400
15401 \backslash
15402 landdownint
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Plain Layout
15411  
15412 \begin_inset Formula $\landdownint$
15413 \end_inset
15414
15415
15416 \end_layout
15417
15418 \end_inset
15419 </cell>
15420 </row>
15421 <row>
15422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426
15427 \backslash
15428 bigcap
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437 \begin_inset Formula $\bigcap$
15438 \end_inset
15439
15440
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 </row>
15446 <row>
15447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Plain Layout
15451
15452 \backslash
15453 bigcup
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462 \begin_inset Formula $\bigcup$
15463 \end_inset
15464
15465
15466 \end_layout
15467
15468 \end_inset
15469 </cell>
15470 </row>
15471 </lyxtabular>
15472
15473 \end_inset
15474
15475
15476 \begin_inset space \hfill{}
15477 \end_inset
15478
15479
15480 \begin_inset Tabular
15481 <lyxtabular version="3" rows="11" columns="2">
15482 <features tabularvalignment="middle">
15483 <column alignment="center" valignment="top" width="0pt">
15484 <column alignment="center" valignment="top" width="0pt">
15485 <row>
15486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490 Comando
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499 Resultado
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 </row>
15505 <row>
15506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510
15511 \backslash
15512 sum
15513 \begin_inset Index idx
15514 status collapsed
15515
15516 \begin_layout Plain Layout
15517 Comandos ! S ! 
15518 \backslash
15519 sum
15520 \end_layout
15521
15522 \end_inset
15523
15524
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533 \begin_inset Formula $\sum$
15534 \end_inset
15535
15536
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 </row>
15542 <row>
15543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547
15548 \backslash
15549 prod
15550 \begin_inset Index idx
15551 status collapsed
15552
15553 \begin_layout Plain Layout
15554 Comandos ! P ! 
15555 \backslash
15556 prod
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570 \begin_inset Formula $\prod$
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 </row>
15579 <row>
15580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584
15585 \backslash
15586 coprod
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595 \begin_inset Formula $\coprod$
15596 \end_inset
15597
15598
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 </row>
15604 <row>
15605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609
15610 \backslash
15611 bigodot
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620 \begin_inset Formula $\bigodot$
15621 \end_inset
15622
15623
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 </row>
15629 <row>
15630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634
15635 \backslash
15636 bigotimes
15637 \end_layout
15638
15639 \end_inset
15640 </cell>
15641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645 \begin_inset Formula $\bigotimes$
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 </row>
15654 <row>
15655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659
15660 \backslash
15661 bigoplus
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670 \begin_inset Formula $\bigoplus$
15671 \end_inset
15672
15673
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 </row>
15679 <row>
15680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684
15685 \backslash
15686 bigwedge
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695 \begin_inset Formula $\bigwedge$
15696 \end_inset
15697
15698
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 </row>
15704 <row>
15705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709
15710 \backslash
15711 bigvee
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720 \begin_inset Formula $\bigvee$
15721 \end_inset
15722
15723
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 </row>
15729 <row>
15730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734
15735 \backslash
15736 bigsqcup
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745 \begin_inset Formula $\bigsqcup$
15746 \end_inset
15747
15748
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 </row>
15754 <row>
15755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759
15760 \backslash
15761 biguplus
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770 \begin_inset Formula $\biguplus$
15771 \end_inset
15772
15773
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 </row>
15779 </lyxtabular>
15780
15781 \end_inset
15782
15783
15784 \begin_inset space \hfill{}
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \begin_layout Standard
15791 Todos los operadores grandes se pueden insertar con el botón 
15792 \begin_inset Graphics
15793         filename ../../images/math/intop.png
15794         scale 85
15795
15796 \end_inset
15797
15798  de la barra de ecuaciones.
15799 \end_layout
15800
15801 \begin_layout Standard
15802 Estos operadores son llamados grandes porque son mayores que los operadores
15803  binarios de aspecto semejante.
15804  Todos los operadores grandes pueden tener límites, como se describe en
15805  la subsección siguiente.
15806 \end_layout
15807
15808 \begin_layout Standard
15809 Para todos los operadores de integral hay una segunda versión disponible,
15810  terminando en 
15811 \series bold
15812 op
15813 \series default
15814
15815 \series bold
15816
15817 \backslash
15818 intop
15819 \series default
15820
15821 \series bold
15822
15823 \backslash
15824 ointop
15825 \series default
15826  etc.
15827  Estos operadores difieren de 
15828 \series bold
15829
15830 \backslash
15831 int
15832 \series default
15833 , etc., en el estilo en que se presentan los límites, véase
15834 \series bold
15835  
15836 \series default
15837
15838 \begin_inset CommandInset ref
15839 LatexCommand ref
15840 reference "sub:Límites-de-operadores"
15841
15842 \end_inset
15843
15844 .
15845 \end_layout
15846
15847 \begin_layout Subsubsection*
15848 Sugerencias para las integrales
15849 \end_layout
15850
15851 \begin_layout Standard
15852 La letra 
15853 \emph on
15854 d
15855 \emph default
15856  en una integral es un operador, por consiguiente debe escribirse en redonda.
15857  Esto se hace resaltando la 
15858 \emph on
15859 d
15860 \emph default
15861  y usando el atajo de teclado 
15862 \family sans
15863 Alt+C
15864 \begin_inset space ~
15865 \end_inset
15866
15867 R
15868 \family default
15869 .
15870 \begin_inset Foot
15871 status collapsed
15872
15873 \begin_layout Plain Layout
15874 véase estilos de letras en 
15875 \begin_inset CommandInset ref
15876 LatexCommand ref
15877 reference "sub:Estilos-de-fuentes"
15878
15879 \end_inset
15880
15881  
15882 \end_layout
15883
15884 \end_inset
15885
15886  Delante de la 
15887 \emph on
15888 d
15889 \emph default
15890  se inserta un espacio delgado, como es habitual en los operadores.
15891  Un ejemplo:
15892 \end_layout
15893
15894 \begin_layout Standard
15895 incorrecto: 
15896 \begin_inset Formula $\int A(x)dx$
15897 \end_inset
15898
15899
15900 \begin_inset Newline newline
15901 \end_inset
15902
15903
15904 \begin_inset Phantom HPhantom
15905 status open
15906
15907 \begin_layout Plain Layout
15908 in
15909 \end_layout
15910
15911 \end_inset
15912
15913 correcto: 
15914 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \begin_layout Standard
15921 \begin_inset Newpage pagebreak
15922 \end_inset
15923
15924
15925 \end_layout
15926
15927 \begin_layout Standard
15928 Para integrales múltiples hay los siguientes comandos:
15929 \begin_inset VSpace medskip
15930 \end_inset
15931
15932
15933 \end_layout
15934
15935 \begin_layout Standard
15936 \begin_inset space \hfill{}
15937 \end_inset
15938
15939
15940 \begin_inset Tabular
15941 <lyxtabular version="3" rows="4" columns="2">
15942 <features tabularvalignment="middle">
15943 <column alignment="center" valignment="top" width="0">
15944 <column alignment="center" valignment="top" width="0">
15945 <row>
15946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 Comando
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 Resultado
15960 \begin_inset Note Note
15961 status collapsed
15962
15963 \begin_layout Plain Layout
15964
15965 \series bold
15966
15967 \backslash
15968 raisebox
15969 \series default
15970  se usa sólo como espaciador
15971 \end_layout
15972
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 </row>
15981 <row>
15982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986
15987 \backslash
15988 iint
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15998 \end_inset
15999
16000
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 </row>
16006 <row>
16007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011
16012 \backslash
16013 oiint
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 </row>
16031 <row>
16032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036
16037 \backslash
16038 sqiint
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16048 \end_inset
16049
16050
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 </row>
16056 </lyxtabular>
16057
16058 \end_inset
16059
16060
16061 \begin_inset space \hfill{}
16062 \end_inset
16063
16064
16065 \begin_inset Tabular
16066 <lyxtabular version="3" rows="4" columns="2">
16067 <features tabularvalignment="middle">
16068 <column alignment="center" valignment="top" width="0">
16069 <column alignment="center" valignment="top" width="0">
16070 <row>
16071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 Comando
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084 Resultado
16085 \begin_inset Note Note
16086 status collapsed
16087
16088 \begin_layout Plain Layout
16089
16090 \series bold
16091
16092 \backslash
16093 raisebox
16094 \series default
16095  se usa sólo como espaciador
16096 \end_layout
16097
16098 \end_inset
16099
16100
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 </row>
16106 <row>
16107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111
16112 \backslash
16113 iiint
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16123 \end_inset
16124
16125
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 </row>
16131 <row>
16132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136
16137 \backslash
16138 iiiint
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16148 \end_inset
16149
16150
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 </row>
16156 <row>
16157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161
16162 \backslash
16163 dotsint
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16173 \end_inset
16174
16175
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 </row>
16181 </lyxtabular>
16182
16183 \end_inset
16184
16185
16186 \begin_inset space \hfill{}
16187 \end_inset
16188
16189
16190 \end_layout
16191
16192 \begin_layout Subsection
16193 Límites de operadores
16194 \begin_inset CommandInset label
16195 LatexCommand label
16196 name "sub:Límites-de-operadores"
16197
16198 \end_inset
16199
16200
16201 \begin_inset Index idx
16202 status collapsed
16203
16204 \begin_layout Plain Layout
16205 Operadores ! límites de
16206 \end_layout
16207
16208 \end_inset
16209
16210
16211 \end_layout
16212
16213 \begin_layout Standard
16214 Los límites se crean mediante superíndices y subíndices:
16215 \end_layout
16216
16217 \begin_layout Standard
16218 \noindent
16219 \align center
16220 \begin_inset Tabular
16221 <lyxtabular version="3" rows="2" columns="2">
16222 <features tabularvalignment="middle">
16223 <column alignment="center" valignment="top" width="0">
16224 <column alignment="center" valignment="top" width="0">
16225 <row>
16226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 Comando
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 Resultado
16240 \begin_inset Note Note
16241 status collapsed
16242
16243 \begin_layout Plain Layout
16244
16245 \series bold
16246
16247 \backslash
16248 raisebox
16249 \series default
16250  se usa sólo como espaciador
16251 \end_layout
16252
16253 \end_inset
16254
16255
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 </row>
16261 <row>
16262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266
16267 \backslash
16268 prod^
16269 \backslash
16270 infty
16271 \begin_inset ERT
16272 status collapsed
16273
16274 \begin_layout Plain Layout
16275
16276
16277 \backslash
16278 spce 
16279 \end_layout
16280
16281 \end_inset
16282
16283
16284 \begin_inset Formula $\to$
16285 \end_inset
16286
16287 _0
16288 \begin_inset Formula $\to$
16289 \end_inset
16290
16291 A(x)
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16301 \end_inset
16302
16303
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 </row>
16309 </lyxtabular>
16310
16311 \end_inset
16312
16313
16314 \end_layout
16315
16316 \begin_layout Standard
16317 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16318  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16319 \end_layout
16320
16321 \begin_layout Standard
16322 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16323  directamente detrás del operador y se elige 
16324 \series bold
16325 Alineado
16326 \series default
16327  en el menú 
16328 \family sans
16329 Editar\SpecialChar \menuseparator
16330 Ecuación\SpecialChar \menuseparator
16331 Cambiar tipo de límites
16332 \family default
16333  (atajo 
16334 \family sans
16335 Alt+M
16336 \begin_inset space ~
16337 \end_inset
16338
16339 L
16340 \family default
16341 ).
16342  Un ejemplo:
16343 \end_layout
16344
16345 \begin_layout Standard
16346 El tipo de límites por omisión es:
16347 \begin_inset Formula \[
16348 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16349 \]
16350
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \begin_layout Standard
16357 Así se ven si se cambia el tipo de límites a 
16358 \series bold
16359 Alineado
16360 \series default
16361 :
16362 \begin_inset Formula \[
16363 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16364 \]
16365
16366 \end_inset
16367
16368
16369 \end_layout
16370
16371 \begin_layout Standard
16372 En integrales, excepto las que terminan en 
16373 \series bold
16374 op
16375 \series default
16376  como 
16377 \series bold
16378
16379 \backslash
16380 intop
16381 \series default
16382
16383 \series bold
16384
16385 \backslash
16386 ointop
16387 \series default
16388 , etc., los límites se colocan por omisión junto al operador.
16389  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16390  operador.
16391  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16392 \series bold
16393 Presentado
16394 \series default
16395  para poner el límite debajo:
16396 \begin_inset Formula \begin{equation}
16397 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
16398 \end{equation}
16399
16400 \end_inset
16401
16402
16403 \begin_inset VSpace medskip
16404 \end_inset
16405
16406 Para especificar condiciones en los límites se usan los comandos 
16407 \series bold
16408
16409 \backslash
16410 subarray
16411 \series default
16412
16413 \begin_inset Index idx
16414 status collapsed
16415
16416 \begin_layout Plain Layout
16417 Comandos ! S ! 
16418 \backslash
16419 subarray
16420 \end_layout
16421
16422 \end_inset
16423
16424  y 
16425 \series bold
16426
16427 \backslash
16428 substack
16429 \series default
16430
16431 \begin_inset Index idx
16432 status collapsed
16433
16434 \begin_layout Plain Layout
16435 Comandos ! S ! 
16436 \backslash
16437 substack
16438 \end_layout
16439
16440 \end_inset
16441
16442 .
16443  Por ejemplo, para componer la expresión
16444 \begin_inset Formula \begin{equation}
16445 \sum_{\begin{subarray}{c}
16446 0<k<1000\\
16447 \\
16448 k\,\in\,\mathbb{N}
16449 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16450 \end{equation}
16451
16452 \end_inset
16453
16454 se ha hecho lo siguiente: primero se escribe el comando 
16455 \series bold
16456
16457 \backslash
16458 sum^n
16459 \series default
16460
16461 \begin_inset ERT
16462 status collapsed
16463
16464 \begin_layout Plain Layout
16465
16466
16467 \backslash
16468 spce 
16469 \end_layout
16470
16471 \end_inset
16472
16473
16474 \series bold
16475 _
16476 \series default
16477 .
16478  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16479  se inserta el comando 
16480 \series bold
16481
16482 \backslash
16483 subarray
16484 \series default
16485
16486 \begin_inset ERT
16487 status collapsed
16488
16489 \begin_layout Plain Layout
16490
16491
16492 \backslash
16493 spce 
16494 \end_layout
16495
16496 \end_inset
16497
16498 .
16499  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16500  distintas.
16501  Cada línea nueva se crea con un salto de línea (
16502 \family sans
16503 Ctrl+Retorno
16504 \family default
16505 ).
16506  Si ahora se escribe en ella
16507 \begin_inset Newline newline
16508 \end_inset
16509
16510
16511 \series bold
16512 0<k<1000 Ctrl+Retorno
16513 \begin_inset Newline newline
16514 \end_inset
16515
16516
16517 \series default
16518 aparece debajo un nuevo marco para la línea nueva.
16519 \end_layout
16520
16521 \begin_layout Standard
16522 La alineación de las líneas puede cambiarse a la izquierda con la 
16523 \family sans
16524 barra de herramientas de tabla
16525 \family default
16526  o con el menú 
16527 \family sans
16528 Editar\SpecialChar \menuseparator
16529 Filas y columnas
16530 \family default
16531 .
16532  Para obtener alineación derecha se inserta 
16533 \series bold
16534
16535 \backslash
16536 hfill
16537 \series default
16538
16539 \begin_inset ERT
16540 status collapsed
16541
16542 \begin_layout Plain Layout
16543
16544
16545 \backslash
16546 spce 
16547 \end_layout
16548
16549 \end_inset
16550
16551  al principio de la línea.
16552 \end_layout
16553
16554 \begin_layout Standard
16555 El comando 
16556 \series bold
16557
16558 \backslash
16559 substack
16560 \series default
16561  es equivalente a 
16562 \series bold
16563
16564 \backslash
16565 subarray
16566 \series default
16567  con la diferencia de que las líneas están siempre centradas.
16568 \begin_inset VSpace bigskip
16569 \end_inset
16570
16571
16572 \end_layout
16573
16574 \begin_layout Standard
16575 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16576  siguientes, como en la ecuación 
16577 \begin_inset CommandInset ref
16578 LatexCommand eqref
16579 reference "eq:substack"
16580
16581 \end_inset
16582
16583 , porque éstos se colocan junto a los límites.
16584 \end_layout
16585
16586 \begin_layout Standard
16587 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16588 \end_layout
16589
16590 \begin_layout Standard
16591
16592 \series bold
16593
16594 \backslash
16595 def
16596 \backslash
16597 clap#1{
16598 \backslash
16599 hbox to 0pt{
16600 \backslash
16601 hss #1
16602 \backslash
16603 hss}}
16604 \begin_inset Newline newline
16605 \end_inset
16606
16607
16608 \backslash
16609 def
16610 \backslash
16611 mathclap {
16612 \backslash
16613 mathpalette 
16614 \backslash
16615 mathclapinternal}
16616 \begin_inset Newline newline
16617 \end_inset
16618
16619
16620 \backslash
16621 def
16622 \backslash
16623 mathclapinternal #1#2{
16624 \backslash
16625 clap{$
16626 \backslash
16627 mathsurround =0pt #1{#2}$}}
16628 \end_layout
16629
16630 \begin_layout Standard
16631 En ella se define el comando 
16632 \series bold
16633
16634 \backslash
16635 mathclap
16636 \series default
16637
16638 \begin_inset Index idx
16639 status collapsed
16640
16641 \begin_layout Plain Layout
16642 Comandos ! M ! 
16643 \backslash
16644 mathclap
16645 \end_layout
16646
16647 \end_inset
16648
16649  que establece la anchura del límite en 0
16650 \begin_inset space \thinspace{}
16651 \end_inset
16652
16653 pt.
16654  El esquema del comando es:
16655 \end_layout
16656
16657 \begin_layout Standard
16658
16659 \series bold
16660
16661 \backslash
16662 mathclap{límite}
16663 \end_layout
16664
16665 \begin_layout Standard
16666 donde el límite puede consistir en varias condiciones.
16667 \end_layout
16668
16669 \begin_layout Standard
16670 Aplicado en la ecuación 
16671 \begin_inset CommandInset ref
16672 LatexCommand eqref
16673 reference "eq:substack"
16674
16675 \end_inset
16676
16677  se usa el comando
16678 \end_layout
16679
16680 \begin_layout Standard
16681
16682 \series bold
16683
16684 \backslash
16685 sum_
16686 \backslash
16687 mathclap{
16688 \backslash
16689 substack
16690 \begin_inset ERT
16691 status collapsed
16692
16693 \begin_layout Plain Layout
16694
16695
16696 \backslash
16697 spce 
16698 \end_layout
16699
16700 \end_inset
16701
16702 0<k<1000 Ctrl+Retorno
16703 \end_layout
16704
16705 \begin_layout Standard
16706 para componer el límite inferior.
16707  Ahora el sumando está junto al sumatorio:
16708 \begin_inset Formula \[
16709 \sum_{\mathclap{\substack{0<k<1000\\
16710 \\
16711 k\,\in\,\mathbb{N}
16712 }
16713 }}^{n}k^{-2}
16714 \]
16715
16716 \end_inset
16717
16718
16719 \begin_inset VSpace bigskip
16720 \end_inset
16721
16722 Cómo utilizar un límite para varios operadores se describe en la 
16723 \begin_inset CommandInset ref
16724 LatexCommand ref
16725 reference "sub:Operadores-de-usuario"
16726
16727 \end_inset
16728
16729 .
16730 \end_layout
16731
16732 \begin_layout Standard
16733 \begin_inset Newpage newpage
16734 \end_inset
16735
16736
16737 \end_layout
16738
16739 \begin_layout Subsection
16740 Operadores binarios
16741 \begin_inset CommandInset label
16742 LatexCommand label
16743 name "sub:Operadores-binarios"
16744
16745 \end_inset
16746
16747
16748 \begin_inset Index idx
16749 status collapsed
16750
16751 \begin_layout Plain Layout
16752 Operadores ! binarios
16753 \end_layout
16754
16755 \end_inset
16756
16757
16758 \end_layout
16759
16760 \begin_layout Standard
16761 Los operadores binarios se rodean por espacios si llevan un carácter delante
16762  o detrás.
16763 \begin_inset VSpace medskip
16764 \end_inset
16765
16766
16767 \end_layout
16768
16769 \begin_layout Standard
16770 \begin_inset space \hfill{}
16771 \end_inset
16772
16773
16774 \begin_inset Tabular
16775 <lyxtabular version="3" rows="13" columns="2">
16776 <features tabularvalignment="middle">
16777 <column alignment="center" valignment="top" width="0pt">
16778 <column alignment="center" valignment="top" width="0pt">
16779 <row>
16780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 Comando
16785 \begin_inset Note Note
16786 status collapsed
16787
16788 \begin_layout Plain Layout
16789
16790 \series bold
16791
16792 \backslash
16793 raisebox
16794 \series default
16795  se usa sólo como espaciador
16796 \end_layout
16797
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 Operador
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 </row>
16815 <row>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 +
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 \begin_inset Formula $+$
16830 \end_inset
16831
16832
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 -
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 \begin_inset Formula $-$
16853 \end_inset
16854
16855
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 </row>
16861 <row>
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866
16867 \backslash
16868 pm
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877 \begin_inset Formula $\pm$
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 </row>
16886 <row>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891
16892 \backslash
16893 mp
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Plain Layout
16902 \begin_inset Formula $\mp$
16903 \end_inset
16904
16905
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 </row>
16911 <row>
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916
16917 \backslash
16918 cdot
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927 \begin_inset Formula $\cdot$
16928 \end_inset
16929
16930
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 </row>
16936 <row>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941
16942 \backslash
16943 times
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952 \begin_inset Formula $\times$
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 </row>
16961 <row>
16962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966
16967 \backslash
16968 div
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 \begin_inset Formula $\div$
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 </row>
16986 <row>
16987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 \begin_inset ERT
16992 status collapsed
16993
16994 \begin_layout Plain Layout
16995
16996
16997 \backslash
16998 raisebox{-1.2mm}{
16999 \end_layout
17000
17001 \end_inset
17002
17003 *
17004 \begin_inset ERT
17005 status collapsed
17006
17007 \begin_layout Plain Layout
17008
17009 }
17010 \end_layout
17011
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Formula $*$
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 <row>
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037
17038 \backslash
17039 star
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 \begin_inset Formula $\star$
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \backslash
17064 circ
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 \begin_inset Formula $\circ$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 </row>
17082 <row>
17083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087
17088 \backslash
17089 diamond
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098 \begin_inset Formula $\diamond$
17099 \end_inset
17100
17101
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 </row>
17107 <row>
17108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112
17113 \backslash
17114 bullet
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123 \begin_inset Formula $\bullet$
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 </row>
17132 </lyxtabular>
17133
17134 \end_inset
17135
17136
17137 \begin_inset space \hfill{}
17138 \end_inset
17139
17140
17141 \begin_inset Tabular
17142 <lyxtabular version="3" rows="13" columns="2">
17143 <features tabularvalignment="middle">
17144 <column alignment="center" valignment="top" width="0pt">
17145 <column alignment="center" valignment="top" width="0pt">
17146 <row>
17147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151 Comando
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 Operador
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 </row>
17166 <row>
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171
17172 \backslash
17173 nabla
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182 \begin_inset Formula $\nabla$
17183 \end_inset
17184
17185
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 </row>
17191 <row>
17192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196
17197 \backslash
17198 bigtriangledown
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207 \begin_inset Formula $\bigtriangledown$
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 </row>
17216 <row>
17217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221
17222 \backslash
17223 bigtriangleup
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232 \begin_inset Formula $\bigtriangleup$
17233 \end_inset
17234
17235
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 </row>
17241 <row>
17242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246
17247 \backslash
17248 Box
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257 \begin_inset Formula $\Box$
17258 \end_inset
17259
17260
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 </row>
17266 <row>
17267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271
17272 \backslash
17273 cap 
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282 \begin_inset Formula $\cap$
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 </row>
17291 <row>
17292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296
17297 \backslash
17298 cup
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307 \begin_inset Formula $\cup$
17308 \end_inset
17309
17310
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 </row>
17316 <row>
17317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321
17322 \backslash
17323 dagger
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332 \begin_inset Formula $\dagger$
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 </row>
17341 <row>
17342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346
17347 \backslash
17348 ddagger
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 \begin_inset Formula $\ddagger$
17358 \end_inset
17359
17360
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 </row>
17366 <row>
17367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371
17372 \backslash
17373 wr
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382 \begin_inset Formula $\wr$
17383 \end_inset
17384
17385
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 </row>
17391 <row>
17392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396
17397 \backslash
17398 bigcirc
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407 \begin_inset Formula $\bigcirc$
17408 \end_inset
17409
17410
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 <row>
17417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421
17422 \backslash
17423 wedge
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 \begin_inset Formula $\wedge$
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 </row>
17441 <row>
17442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446
17447 \backslash
17448 vee
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 \begin_inset Formula $\vee$
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 </row>
17466 </lyxtabular>
17467
17468 \end_inset
17469
17470
17471 \begin_inset space \hfill{}
17472 \end_inset
17473
17474
17475 \begin_inset Tabular
17476 <lyxtabular version="3" rows="13" columns="2">
17477 <features tabularvalignment="middle">
17478 <column alignment="center" valignment="top" width="0pt">
17479 <column alignment="center" valignment="top" width="0pt">
17480 <row>
17481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485 Comando
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494 Operador
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 </row>
17500 <row>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505
17506 \backslash
17507 oplus
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 \begin_inset Formula $\oplus$
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 </row>
17525 <row>
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530
17531 \backslash
17532 ominus
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541 \begin_inset Formula $\ominus$
17542 \end_inset
17543
17544
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 </row>
17550 <row>
17551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555
17556 \backslash
17557 otimes
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 \begin_inset Formula $\otimes$
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 </row>
17575 <row>
17576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580
17581 \backslash
17582 oslash
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 \begin_inset Formula $\oslash$
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 </row>
17600 <row>
17601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605
17606 \backslash
17607 odot
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616 \begin_inset Formula $\odot$
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 </row>
17625 <row>
17626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630
17631 \backslash
17632 amalg
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641 \begin_inset Formula $\amalg$
17642 \end_inset
17643
17644
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 </row>
17650 <row>
17651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655
17656 \backslash
17657 uplus
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666 \begin_inset Formula $\uplus$
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 </row>
17675 <row>
17676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680
17681 \backslash
17682 setminus
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691 \begin_inset Formula $\setminus$
17692 \end_inset
17693
17694
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 </row>
17700 <row>
17701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705
17706 \backslash
17707 sqcap
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716 \begin_inset Formula $\sqcap$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 </row>
17725 <row>
17726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730
17731 \backslash
17732 sqcup
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 \begin_inset Formula $\sqcup$
17742 \end_inset
17743
17744
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 </row>
17750 <row>
17751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755
17756 \backslash
17757 triangleleft
17758 \end_layout
17759
17760 \end_inset
17761 </cell>
17762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766 \begin_inset Formula $\triangleleft$
17767 \end_inset
17768
17769
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 </row>
17775 <row>
17776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780
17781 \backslash
17782 triangleright
17783 \end_layout
17784
17785 \end_inset
17786 </cell>
17787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17788 \begin_inset Text
17789
17790 \begin_layout Plain Layout
17791 \begin_inset Formula $\triangleright$
17792 \end_inset
17793
17794
17795 \end_layout
17796
17797 \end_inset
17798 </cell>
17799 </row>
17800 </lyxtabular>
17801
17802 \end_inset
17803
17804
17805 \begin_inset space \hfill{}
17806 \end_inset
17807
17808
17809 \end_layout
17810
17811 \begin_layout Standard
17812 Todos los operadores binarios se pueden insertar también con el botón 
17813 \begin_inset Graphics
17814         filename ../../images/math/pm.png
17815         scale 85
17816
17817 \end_inset
17818
17819  de la barra de ecuaciones.
17820 \end_layout
17821
17822 \begin_layout Standard
17823 Para imprimir el operador Laplace se pueden usar 
17824 \series bold
17825
17826 \backslash
17827 Delta
17828 \series default
17829  o 
17830 \series bold
17831
17832 \backslash
17833 nabla
17834 \series default
17835 ^
17836 \series bold
17837 2
17838 \series default
17839  (
17840 \begin_inset Formula $\nabla^{2}$
17841 \end_inset
17842
17843 ) en vez de 
17844 \series bold
17845
17846 \backslash
17847 bigtriangleup
17848 \series default
17849 .
17850 \end_layout
17851
17852 \begin_layout Standard
17853 El carácter 
17854 \family sans
17855 Separador de menú
17856 \family default
17857  del menú 
17858 \family sans
17859 Insertar\SpecialChar \menuseparator
17860 Carácter especial
17861 \family default
17862  es el operador 
17863 \series bold
17864
17865 \backslash
17866 triangleright
17867 \series default
17868 .
17869 \end_layout
17870
17871 \begin_layout Subsection
17872 Operadores definidos por el usuario
17873 \begin_inset CommandInset label
17874 LatexCommand label
17875 name "sub:Operadores-de-usuario"
17876
17877 \end_inset
17878
17879
17880 \begin_inset Index idx
17881 status collapsed
17882
17883 \begin_layout Plain Layout
17884 Operadores ! personalizados
17885 \end_layout
17886
17887 \end_inset
17888
17889
17890 \end_layout
17891
17892 \begin_layout Standard
17893 Con ayuda del comando 
17894 \series bold
17895
17896 \backslash
17897 DeclareMathOperator
17898 \series default
17899
17900 \begin_inset Index idx
17901 status collapsed
17902
17903 \begin_layout Plain Layout
17904 Comandos ! D ! 
17905 \backslash
17906 dbinom@
17907 \backslash
17908 DeclareMathOperator
17909 \end_layout
17910
17911 \end_inset
17912
17913  se pueden definir operadores personalizados en el preámbulo LaTeX.
17914  Su esquema es:
17915 \end_layout
17916
17917 \begin_layout Standard
17918
17919 \series bold
17920
17921 \backslash
17922 DeclareMathOperator{comando nuevo}{presentación}
17923 \end_layout
17924
17925 \begin_layout Standard
17926 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17927  en la salida.
17928  Para definir un operador grande hay que añadirle un * detrás.
17929  Todos los operadores grandes personalizados pueden tener límites como se
17930  describe en 
17931 \begin_inset CommandInset ref
17932 LatexCommand ref
17933 reference "sub:Límites-de-operadores"
17934
17935 \end_inset
17936
17937 .
17938 \end_layout
17939
17940 \begin_layout Standard
17941 Por ejemplo, la línea en el preámbulo LaTeX
17942 \end_layout
17943
17944 \begin_layout Standard
17945
17946 \series bold
17947
17948 \backslash
17949 DeclareMathOperator*{
17950 \backslash
17951 Lozenge}{
17952 \backslash
17953 blacklozenge}
17954 \end_layout
17955
17956 \begin_layout Standard
17957 define el comando 
17958 \series bold
17959
17960 \backslash
17961 Lozenge
17962 \series default
17963 , que inserta un operador grande que es el símbolo blacklozenge de la 
17964 \begin_inset CommandInset ref
17965 LatexCommand ref
17966 reference "sub:Símbolos-misceláneos"
17967
17968 \end_inset
17969
17970 .
17971 \begin_inset Formula \[
17972 \Lozenge_{n=1}^{\infty}
17973 \]
17974
17975 \end_inset
17976
17977 El comando para esta expresión es: 
17978 \series bold
17979
17980 \backslash
17981 Lozenge^
17982 \backslash
17983 infty
17984 \begin_inset Formula $\rightarrow$
17985 \end_inset
17986
17987 _n=1
17988 \begin_inset VSpace bigskip
17989 \end_inset
17990
17991
17992 \end_layout
17993
17994 \begin_layout Standard
17995 Si los operadores personalizados no se van a usar varias veces en el documento,
17996  se pueden también definir con los comandos 
17997 \series bold
17998
17999 \backslash
18000 mathop
18001 \series default
18002
18003 \begin_inset Index idx
18004 status collapsed
18005
18006 \begin_layout Plain Layout
18007 Comandos ! M ! 
18008 \backslash
18009 mathop
18010 \end_layout
18011
18012 \end_inset
18013
18014  y 
18015 \series bold
18016
18017 \backslash
18018 mathbin
18019 \series default
18020
18021 \begin_inset Index idx
18022 status collapsed
18023
18024 \begin_layout Plain Layout
18025 Comandos ! M ! 
18026 \backslash
18027 mathbin
18028 \end_layout
18029
18030 \end_inset
18031
18032 , con el siguiente esquema:
18033 \end_layout
18034
18035 \begin_layout Standard
18036
18037 \series bold
18038
18039 \backslash
18040 mathop{presentación}
18041 \series default
18042  y 
18043 \series bold
18044
18045 \backslash
18046 mathbin{presentación}
18047 \end_layout
18048
18049 \begin_layout Standard
18050
18051 \series bold
18052
18053 \backslash
18054 mathop
18055 \series default
18056  define operadores grandes, 
18057 \series bold
18058
18059 \backslash
18060 mathbin
18061 \series default
18062  operadores binarios.
18063 \end_layout
18064
18065 \begin_layout Standard
18066
18067 \series bold
18068
18069 \backslash
18070 mathop
18071 \series default
18072  se puede usar, p.e., para poner un límite a varios operadores:
18073 \begin_inset Formula \[
18074 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18075 \]
18076
18077 \end_inset
18078
18079
18080 \end_layout
18081
18082 \begin_layout Standard
18083 El comando para la expresión anterior es:
18084 \begin_inset Newline newline
18085 \end_inset
18086
18087
18088 \series bold
18089
18090 \backslash
18091 mathop{
18092 \backslash
18093 sum
18094 \backslash
18095 negmedspace
18096 \backslash
18097 sum
18098 \series default
18099
18100 \begin_inset ERT
18101 status collapsed
18102
18103 \begin_layout Plain Layout
18104
18105
18106 \backslash
18107 spce 
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \series bold
18114
18115 \begin_inset Formula $\to$
18116 \end_inset
18117
18118 ^N
18119 \series default
18120
18121 \begin_inset ERT
18122 status collapsed
18123
18124 \begin_layout Plain Layout
18125
18126
18127 \backslash
18128 spce 
18129 \end_layout
18130
18131 \end_inset
18132
18133
18134 \series bold
18135 _i,j=1
18136 \end_layout
18137
18138 \begin_layout Section
18139 Fuentes
18140 \begin_inset Index idx
18141 status collapsed
18142
18143 \begin_layout Plain Layout
18144 Fuentes
18145 \end_layout
18146
18147 \end_inset
18148
18149
18150 \end_layout
18151
18152 \begin_layout Subsection
18153 Estilos de fuentes
18154 \begin_inset CommandInset label
18155 LatexCommand label
18156 name "sub:Estilos-de-fuentes"
18157
18158 \end_inset
18159
18160
18161 \begin_inset Index idx
18162 status collapsed
18163
18164 \begin_layout Plain Layout
18165 Fuentes ! estilos de
18166 \end_layout
18167
18168 \end_inset
18169
18170
18171 \end_layout
18172
18173 \begin_layout Standard
18174 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18175  estilos:
18176 \end_layout
18177
18178 \begin_layout Standard
18179 \begin_inset VSpace -2mm
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \begin_layout Standard
18186 \align center
18187 \begin_inset Tabular
18188 <lyxtabular version="3" rows="7" columns="3">
18189 <features tabularvalignment="middle">
18190 <column alignment="center" valignment="top" width="0">
18191 <column alignment="center" valignment="top" width="0">
18192 <column alignment="center" valignment="top" width="0">
18193 <row>
18194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198 Comando
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 Resultado
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 atajo
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 </row>
18222 <row>
18223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227
18228 \backslash
18229 mathbb
18230 \series bold
18231
18232 \begin_inset ERT
18233 status collapsed
18234
18235 \begin_layout Plain Layout
18236
18237
18238 \backslash
18239 spce 
18240 \end_layout
18241
18242 \end_inset
18243
18244
18245 \series default
18246 ABC
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 \begin_inset Formula $\mathbb{ABC}$
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267
18268 \family sans
18269 Alt+C C
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 </row>
18275 <row>
18276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280
18281 \backslash
18282 mathbf
18283 \series bold
18284
18285 \begin_inset ERT
18286 status collapsed
18287
18288 \begin_layout Plain Layout
18289
18290
18291 \backslash
18292 spce 
18293 \end_layout
18294
18295 \end_inset
18296
18297
18298 \series default
18299 AbC
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308 \begin_inset Formula $\mathbf{AbC}$
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320
18321 \family sans
18322 Ctrl+B
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 </row>
18328 <row>
18329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333
18334 \backslash
18335 boldsymbol
18336 \series bold
18337
18338 \begin_inset ERT
18339 status collapsed
18340
18341 \begin_layout Plain Layout
18342
18343
18344 \backslash
18345 spce 
18346 \end_layout
18347
18348 \end_inset
18349
18350
18351 \series default
18352 AbC
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361 \begin_inset Formula $\boldsymbol{AbC}$
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373
18374 \family sans
18375 Ctrl+Alt+B , Alt+C B
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 </row>
18381 <row>
18382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386
18387 \backslash
18388 mathcal
18389 \series bold
18390
18391 \begin_inset ERT
18392 status collapsed
18393
18394 \begin_layout Plain Layout
18395
18396
18397 \backslash
18398 spce 
18399 \end_layout
18400
18401 \end_inset
18402
18403
18404 \series default
18405 ABC
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 \begin_inset Formula $\mathcal{ABC}$
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426
18427 \family sans
18428 Ctrl+E , Alt+C E
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 </row>
18434 <row>
18435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439
18440 \backslash
18441 mathfrak
18442 \series bold
18443
18444 \begin_inset ERT
18445 status collapsed
18446
18447 \begin_layout Plain Layout
18448
18449
18450 \backslash
18451 spce 
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \series default
18458 AbC
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 \begin_inset Formula $\mathfrak{AbC}$
18468 \end_inset
18469
18470
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 -
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 </row>
18485 <row>
18486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490
18491 \backslash
18492 mathscr
18493 \series bold
18494
18495 \begin_inset ERT
18496 status collapsed
18497
18498 \begin_layout Plain Layout
18499
18500
18501 \backslash
18502 spce 
18503 \end_layout
18504
18505 \end_inset
18506
18507
18508 \series default
18509 AbC
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518 \begin_inset Formula $\mathscr{AbC}$
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530 -
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 </row>
18536 </lyxtabular>
18537
18538 \end_inset
18539
18540
18541 \end_layout
18542
18543 \begin_layout Standard
18544 \align center
18545 \begin_inset Tabular
18546 <lyxtabular version="3" rows="5" columns="3">
18547 <features tabularvalignment="middle">
18548 <column alignment="center" valignment="top" width="0">
18549 <column alignment="center" valignment="top" width="0">
18550 <column alignment="center" valignment="top" width="0">
18551 <row>
18552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 Comando
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 Resultado
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574 atajo
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 <row>
18581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585
18586 \backslash
18587 mathit
18588 \series bold
18589
18590 \begin_inset ERT
18591 status collapsed
18592
18593 \begin_layout Plain Layout
18594
18595
18596 \backslash
18597 spce 
18598 \end_layout
18599
18600 \end_inset
18601
18602
18603 \series default
18604 AbC
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 \begin_inset Formula $\mathit{AbC}$
18614 \end_inset
18615
18616
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625 -
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 </row>
18631 <row>
18632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636
18637 \backslash
18638 mathrm
18639 \series bold
18640
18641 \begin_inset ERT
18642 status collapsed
18643
18644 \begin_layout Plain Layout
18645
18646
18647 \backslash
18648 spce 
18649 \end_layout
18650
18651 \end_inset
18652
18653
18654 \series default
18655 AbC
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664 \begin_inset Formula $\mathrm{AbC}$
18665 \end_inset
18666
18667
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676
18677 \family sans
18678 Alt+C R
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 </row>
18684 <row>
18685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18686 \begin_inset Text
18687
18688 \begin_layout Plain Layout
18689
18690 \backslash
18691 mathsf
18692 \series bold
18693
18694 \begin_inset ERT
18695 status collapsed
18696
18697 \begin_layout Plain Layout
18698
18699
18700 \backslash
18701 spce 
18702 \end_layout
18703
18704 \end_inset
18705
18706
18707 \series default
18708 AbC
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
18713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717 \begin_inset Formula $\mathsf{AbC}$
18718 \end_inset
18719
18720
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18726 \begin_inset Text
18727
18728 \begin_layout Plain Layout
18729
18730 \family sans
18731 Alt+C S
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 </row>
18737 <row>
18738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \backslash
18744 mathtt
18745 \series bold
18746
18747 \begin_inset ERT
18748 status collapsed
18749
18750 \begin_layout Plain Layout
18751
18752
18753 \backslash
18754 spce 
18755 \end_layout
18756
18757 \end_inset
18758
18759
18760 \series default
18761 AbC
18762 \end_layout
18763
18764 \end_inset
18765 </cell>
18766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770 \begin_inset Formula $\mathtt{AbC}$
18771 \end_inset
18772
18773
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782
18783 \family sans
18784 Ctrl+Mayúsculas+P
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 </row>
18790 </lyxtabular>
18791
18792 \end_inset
18793
18794
18795 \end_layout
18796
18797 \begin_layout Standard
18798 \begin_inset Note Greyedout
18799 status open
18800
18801 \begin_layout Plain Layout
18802
18803 \series bold
18804 Nota
18805 \series default
18806 : Los estilos 
18807 \series bold
18808
18809 \backslash
18810 mathbb
18811 \series default
18812  y 
18813 \series bold
18814
18815 \backslash
18816 mathcal
18817 \series default
18818  sólo se aplican a letras mayúsculas.
18819 \end_layout
18820
18821 \end_inset
18822
18823
18824 \end_layout
18825
18826 \begin_layout Standard
18827 El estilo predeterminado es 
18828 \series bold
18829
18830 \backslash
18831 mathnormal
18832 \series default
18833 .
18834 \end_layout
18835
18836 \begin_layout Standard
18837 Los comandos de estilo funcionan también en estructuras matemáticas:
18838 \begin_inset Formula \[
18839 \mathfrak{A=\frac{b}{C}}
18840 \]
18841
18842 \end_inset
18843
18844
18845 \end_layout
18846
18847 \begin_layout Standard
18848 Los caracteres en texto matemático no aparecen en un estilo de letra de
18849  ecuaciones sino en el estilo 
18850 \series bold
18851
18852 \backslash
18853 textrm
18854 \series default
18855 .
18856  Este estilo no se puede poner correctamente con el diálogo de estilo de
18857  texto por un fallo de LyX.
18858 \begin_inset Foot
18859 status collapsed
18860
18861 \begin_layout Plain Layout
18862 \begin_inset CommandInset href
18863 LatexCommand href
18864 name "LyX-bug #4629"
18865 target "http://www.lyx.org/trac/ticket/4629"
18866
18867 \end_inset
18868
18869
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \begin_layout Standard
18878 En vez de comandos se puede usar el menú 
18879 \family sans
18880 Editar\SpecialChar \menuseparator
18881 Ecuación\SpecialChar \menuseparator
18882 Estilo del texto
18883 \family default
18884  o el botón 
18885 \begin_inset Graphics
18886         filename ../../images/math/font.png
18887         scale 85
18888
18889 \end_inset
18890
18891 .
18892 \end_layout
18893
18894 \begin_layout Subsection
18895 Ecuaciones en negrita
18896 \begin_inset CommandInset label
18897 LatexCommand label
18898 name "sub:Ecuaciones-en-negrita"
18899
18900 \end_inset
18901
18902
18903 \begin_inset Index idx
18904 status collapsed
18905
18906 \begin_layout Plain Layout
18907 Ecuación ! en negrita
18908 \end_layout
18909
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \begin_layout Standard
18916 Para poner en negrita una ecuación completa no se puede usar el comando
18917  
18918 \series bold
18919
18920 \backslash
18921 mathbf
18922 \series default
18923 , porque no funciona con minúsculas griegas.
18924  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18925 \begin_inset Formula \[
18926 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18927 \]
18928
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \begin_layout Standard
18935 Para presentar la ecuación correctamente se usa el comando 
18936 \series bold
18937 boldsymbol
18938 \series default
18939 :
18940 \begin_inset Formula \[
18941 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18942 \]
18943
18944 \end_inset
18945
18946
18947 \end_layout
18948
18949 \begin_layout Standard
18950 También es posible poner la fórmula en un 
18951 \series bold
18952 entorno boldmath
18953 \series default
18954 , que se inserta con el comando 
18955 \series bold
18956
18957 \backslash
18958 boldmath
18959 \series default
18960
18961 \begin_inset Index idx
18962 status collapsed
18963
18964 \begin_layout Plain Layout
18965 Comandos ! B ! 
18966 \backslash
18967 boldmath
18968 \end_layout
18969
18970 \end_inset
18971
18972  en modo TeX.
18973  Para finalizar el entorno se usa el comando 
18974 \series bold
18975
18976 \backslash
18977 unboldmath
18978 \series default
18979
18980 \begin_inset Index idx
18981 status collapsed
18982
18983 \begin_layout Plain Layout
18984 Comandos ! U ! 
18985 \backslash
18986 unboldmath
18987 \end_layout
18988
18989 \end_inset
18990
18991  en modo TeX.
18992 \begin_inset ERT
18993 status collapsed
18994
18995 \begin_layout Plain Layout
18996
18997
18998 \backslash
18999 boldmath
19000 \end_layout
19001
19002 \end_inset
19003
19004
19005 \begin_inset Formula \[
19006 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
19007 \]
19008
19009 \end_inset
19010
19011
19012 \end_layout
19013
19014 \begin_layout Standard
19015 \begin_inset ERT
19016 status collapsed
19017
19018 \begin_layout Plain Layout
19019
19020
19021 \backslash
19022 unboldmath
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \begin_layout Subsection
19031 Ecuaciones coloreadas
19032 \begin_inset Index idx
19033 status collapsed
19034
19035 \begin_layout Plain Layout
19036 Ecuación ! coloreada
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Standard
19045 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
19046  o una parte de una ecuación y usa el diálogo 
19047 \family sans
19048 Estilo del texto
19049 \family default
19050 .
19051  Aquí hay una ecuación en magenta:
19052 \begin_inset Formula \[
19053 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19054 \]
19055
19056 \end_inset
19057
19058 También puedes definir tus propios colores como se describe en
19059 \begin_inset space ~
19060 \end_inset
19061
19062
19063 \begin_inset CommandInset ref
19064 LatexCommand ref
19065 reference "sub:Cuadros-coloreados"
19066
19067 \end_inset
19068
19069 .
19070  Pueden usarse con el comando en código TeX 
19071 \series bold
19072
19073 \backslash
19074 textcolor
19075 \series default
19076
19077 \begin_inset Index idx
19078 status collapsed
19079
19080 \begin_layout Plain Layout
19081 Comandos ! T ! 
19082 \backslash
19083 textcolor
19084 \end_layout
19085
19086 \end_inset
19087
19088  según el esquema
19089 \end_layout
19090
19091 \begin_layout Standard
19092
19093 \series bold
19094
19095 \backslash
19096 textcolor{color}{caracteres o ecuación}
19097 \end_layout
19098
19099 \begin_layout Standard
19100 \begin_inset Newpage pagebreak
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \begin_layout Standard
19107 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
19108 e en rojo:
19109 \end_layout
19110
19111 \begin_layout Standard
19112 \begin_inset ERT
19113 status collapsed
19114
19115 \begin_layout Plain Layout
19116
19117
19118 \backslash
19119 textcolor{verdeoscuro}{
19120 \end_layout
19121
19122 \end_inset
19123
19124
19125 \begin_inset Formula \[
19126 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19127 \]
19128
19129 \end_inset
19130
19131
19132 \begin_inset ERT
19133 status collapsed
19134
19135 \begin_layout Plain Layout
19136
19137 }
19138 \end_layout
19139
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \begin_layout Standard
19146 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
19147  a ecuaciones completas.
19148 \begin_inset Foot
19149 status collapsed
19150
19151 \begin_layout Plain Layout
19152 \begin_inset CommandInset href
19153 LatexCommand href
19154 name "LyX-bug #5269"
19155 target "http://www.lyx.org/trac/ticket/5269"
19156
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \end_inset
19163
19164
19165 \end_layout
19166
19167 \begin_layout Subsection
19168 Tamaños de fuentes
19169 \begin_inset CommandInset label
19170 LatexCommand label
19171 name "sub:Tamaños-de-fuentes"
19172
19173 \end_inset
19174
19175
19176 \begin_inset Index idx
19177 status collapsed
19178
19179 \begin_layout Plain Layout
19180 Fuentes ! tamaño
19181 \end_layout
19182
19183 \end_inset
19184
19185
19186 \end_layout
19187
19188 \begin_layout Standard
19189 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
19190  siguientes comandos de tamaño:
19191 \end_layout
19192
19193 \begin_layout Standard
19194
19195 \series bold
19196
19197 \backslash
19198 Huge
19199 \series default
19200
19201 \series bold
19202
19203 \backslash
19204 huge
19205 \series default
19206
19207 \series bold
19208
19209 \backslash
19210 LARGE
19211 \series default
19212
19213 \series bold
19214
19215 \backslash
19216 Large
19217 \series default
19218
19219 \series bold
19220
19221 \backslash
19222 large
19223 \series default
19224
19225 \series bold
19226
19227 \backslash
19228 normalsize
19229 \series default
19230
19231 \series bold
19232
19233 \backslash
19234 small
19235 \series default
19236 ,
19237 \begin_inset Newline newline
19238 \end_inset
19239
19240
19241 \series bold
19242
19243 \backslash
19244 footnotesize
19245 \series default
19246
19247 \series bold
19248
19249 \backslash
19250 scriptsize
19251 \series default
19252 , y 
19253 \series bold
19254
19255 \backslash
19256 tiny
19257 \end_layout
19258
19259 \begin_layout Standard
19260 El tamaño dado por los comandos depende del tamaño base de la fuente en
19261  el documento, dado por el comando 
19262 \series bold
19263
19264 \backslash
19265 normalsize
19266 \series default
19267 .
19268  Los demás comandos producen tamaños menores o mayores que 
19269 \series bold
19270
19271 \backslash
19272 normalsize
19273 \series default
19274 .
19275  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
19276  Si, por ejemplo, la fuente del documento es de 12
19277 \begin_inset space \thinspace{}
19278 \end_inset
19279
19280 pt, el comando 
19281 \series bold
19282
19283 \backslash
19284 Huge
19285 \series default
19286  da el mismo tamaño que 
19287 \series bold
19288
19289 \backslash
19290 huge
19291 \series default
19292 .
19293 \end_layout
19294
19295 \begin_layout Standard
19296 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19297  a todas las ecuaciones y texto siguientes.
19298  Para volver al tamaño anterior hay que insertar el comando 
19299 \series bold
19300
19301 \backslash
19302 normalsize
19303 \series default
19304  en modo TeX detrás de la ecuación.
19305 \end_layout
19306
19307 \begin_layout Standard
19308 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19309  comandos de tamaño:
19310 \end_layout
19311
19312 \begin_layout Standard
19313 \noindent
19314 \align center
19315 \begin_inset Tabular
19316 <lyxtabular version="3" rows="5" columns="2">
19317 <features tabularvalignment="middle">
19318 <column alignment="center" valignment="top" width="0">
19319 <column alignment="center" valignment="top" width="0">
19320 <row>
19321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 Comando
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334 Resultado
19335 \begin_inset Note Note
19336 status collapsed
19337
19338 \begin_layout Plain Layout
19339
19340 \series bold
19341
19342 \backslash
19343 raisebox
19344 \series default
19345  se usa sólo como espaciador
19346 \end_layout
19347
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 </row>
19356 <row>
19357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361
19362 \backslash
19363 displaystyle
19364 \begin_inset Index idx
19365 status collapsed
19366
19367 \begin_layout Plain Layout
19368 Comandos ! D ! 
19369 \backslash
19370 displaystyle
19371 \end_layout
19372
19373 \end_inset
19374
19375
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 </row>
19393 <row>
19394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398
19399 \backslash
19400 textstyle
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19410 \end_inset
19411
19412
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 </row>
19418 <row>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \backslash
19425 scriptstyle
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 </row>
19443 <row>
19444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448
19449 \backslash
19450 scriptscriptstyle
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 </row>
19468 </lyxtabular>
19469
19470 \end_inset
19471
19472
19473 \end_layout
19474
19475 \begin_layout Standard
19476 Después de introcucir estos comandos, aparece un marco azul en el que se
19477  insertan las partes de la fórmula.
19478 \end_layout
19479
19480 \begin_layout Standard
19481 Hay un método más para cambiar el tamaño de fuente, aunque solo funciona
19482  para símbolos o letras en texto matemático.
19483  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19484  de texto anteriores.
19485  Todos los caracteres siguientes, hasta el final del texto matemático o
19486  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19487  Dos ejemplos:
19488 \begin_inset VSpace -2mm
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \begin_layout Standard
19495 \begin_inset ERT
19496 status collapsed
19497
19498 \begin_layout Plain Layout
19499
19500
19501 \backslash
19502 huge
19503 \end_layout
19504
19505 \end_inset
19506
19507
19508 \begin_inset Formula \[
19509 A=\frac{B}{c}\cdot\maltese
19510 \]
19511
19512 \end_inset
19513
19514
19515 \begin_inset Formula \[
19516 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19517 \]
19518
19519 \end_inset
19520
19521
19522 \end_layout
19523
19524 \begin_layout Standard
19525 \begin_inset ERT
19526 status collapsed
19527
19528 \begin_layout Plain Layout
19529
19530
19531 \backslash
19532 normalsize
19533 \end_layout
19534
19535 \end_inset
19536
19537
19538 \begin_inset VSpace medskip
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \begin_layout Standard
19545 Antes de las ecuaciones se ha insertado el comando 
19546 \series bold
19547
19548 \backslash
19549 huge
19550 \series default
19551 .
19552  Para la segunda ecuación el comando es:
19553 \begin_inset Newline newline
19554 \end_inset
19555
19556
19557 \series bold
19558
19559 \backslash
19560 maltese
19561 \begin_inset ERT
19562 status collapsed
19563
19564 \begin_layout Plain Layout
19565
19566
19567 \backslash
19568 spce 
19569 \end_layout
19570
19571 \end_inset
19572
19573 A Alt+M M 
19574 \backslash
19575 Large
19576 \begin_inset ERT
19577 status collapsed
19578
19579 \begin_layout Plain Layout
19580
19581
19582 \backslash
19583 spce 
19584 \end_layout
19585
19586 \end_inset
19587
19588
19589 \backslash
19590 maltese
19591 \begin_inset ERT
19592 status collapsed
19593
19594 \begin_layout Plain Layout
19595
19596
19597 \backslash
19598 spce 
19599 \end_layout
19600
19601 \end_inset
19602
19603
19604 \backslash
19605 textit
19606 \begin_inset ERT
19607 status collapsed
19608
19609 \begin_layout Plain Layout
19610
19611
19612 \backslash
19613 spce 
19614 \end_layout
19615
19616 \end_inset
19617
19618 A
19619 \begin_inset Formula $\to$
19620 \end_inset
19621
19622
19623 \begin_inset Formula $\to$
19624 \end_inset
19625
19626
19627 \begin_inset Newline newline
19628 \end_inset
19629
19630
19631 \begin_inset space \hspace*{}
19632 \length 1cm
19633 \end_inset
19634
19635 Alt+M M 
19636 \backslash
19637 tiny
19638 \begin_inset ERT
19639 status collapsed
19640
19641 \begin_layout Plain Layout
19642
19643
19644 \backslash
19645 spce 
19646 \end_layout
19647
19648 \end_inset
19649
19650
19651 \backslash
19652 maltese
19653 \begin_inset ERT
19654 status collapsed
19655
19656 \begin_layout Plain Layout
19657
19658
19659 \backslash
19660 spce 
19661 \end_layout
19662
19663 \end_inset
19664
19665
19666 \backslash
19667 textit
19668 \begin_inset ERT
19669 status collapsed
19670
19671 \begin_layout Plain Layout
19672
19673
19674 \backslash
19675 spce 
19676 \end_layout
19677
19678 \end_inset
19679
19680 A
19681 \end_layout
19682
19683 \begin_layout Standard
19684 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19685  el tamaño por omisión.
19686 \end_layout
19687
19688 \begin_layout Section
19689 Letras griegas
19690 \begin_inset Index idx
19691 status collapsed
19692
19693 \begin_layout Plain Layout
19694 Letras griegas
19695 \end_layout
19696
19697 \end_inset
19698
19699
19700 \end_layout
19701
19702 \begin_layout Standard
19703 Las letras griegas se pueden insertar además mediante el botón 
19704 \begin_inset Graphics
19705         filename ../../images/math/alpha.png
19706         scale 85
19707
19708 \end_inset
19709
19710  de la barra de ecuaciones.
19711  
19712 \lang english
19713 All international typesetting norms purport that Greek letters in math have
19714  to be typeset italic/slanted.
19715  In some languages, like French or Russian, they are nevertheless sometimes
19716  typeset upright.
19717 \end_layout
19718
19719 \begin_layout Subsection
19720 Minúsculas
19721 \begin_inset Index idx
19722 status collapsed
19723
19724 \begin_layout Plain Layout
19725 Letras griegas ! minúsculas
19726 \end_layout
19727
19728 \end_inset
19729
19730
19731 \end_layout
19732
19733 \begin_layout Standard
19734 \begin_inset space \hfill{}
19735 \end_inset
19736
19737
19738 \begin_inset Tabular
19739 <lyxtabular version="3" rows="11" columns="2">
19740 <features tabularvalignment="middle">
19741 <column alignment="center" valignment="top" width="0pt">
19742 <column alignment="center" valignment="top" width="0pt">
19743 <row>
19744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748 Comando
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757 Símbolo
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 </row>
19763 <row>
19764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768
19769 \backslash
19770 alpha
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779 \begin_inset Formula $\alpha$
19780 \end_inset
19781
19782
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 </row>
19788 <row>
19789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793
19794 \backslash
19795 beta
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804 \begin_inset Formula $\beta$
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 </row>
19813 <row>
19814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818
19819 \backslash
19820 gamma
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19826 \begin_inset Text
19827
19828 \begin_layout Plain Layout
19829 \begin_inset Formula $\gamma$
19830 \end_inset
19831
19832
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 </row>
19838 <row>
19839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843
19844 \backslash
19845 delta
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854 \begin_inset Formula $\delta$
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 </row>
19863 <row>
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868
19869 \backslash
19870 epsilon
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879 \begin_inset Formula $\epsilon$
19880 \end_inset
19881
19882
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 </row>
19888 <row>
19889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893
19894 \backslash
19895 varepsilon
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904 \begin_inset Formula $\varepsilon$
19905 \end_inset
19906
19907
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 </row>
19913 <row>
19914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918
19919 \backslash
19920 zeta
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929 \begin_inset Formula $\zeta$
19930 \end_inset
19931
19932
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 </row>
19938 <row>
19939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943
19944 \backslash
19945 eta
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954 \begin_inset Formula $\eta$
19955 \end_inset
19956
19957
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 </row>
19963 <row>
19964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968
19969 \backslash
19970 theta
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 \begin_inset Formula $\theta$
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 </row>
19988 <row>
19989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19990 \begin_inset Text
19991
19992 \begin_layout Plain Layout
19993
19994 \backslash
19995 vartheta
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004 \begin_inset Formula $\vartheta$
20005 \end_inset
20006
20007
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 </row>
20013 </lyxtabular>
20014
20015 \end_inset
20016
20017
20018 \begin_inset space \hfill{}
20019 \end_inset
20020
20021
20022 \begin_inset Tabular
20023 <lyxtabular version="3" rows="12" columns="2">
20024 <features tabularvalignment="middle">
20025 <column alignment="center" valignment="top" width="0pt">
20026 <column alignment="center" valignment="top" width="0pt">
20027 <row>
20028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 Comando
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041 Símbolo
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 </row>
20047 <row>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \backslash
20054 iota
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\iota$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 <row>
20073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \backslash
20079 kappa
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 \begin_inset Formula $\kappa$
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 <row>
20098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102
20103 \backslash
20104 varkappa
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113 \begin_inset Formula $\varkappa$
20114 \end_inset
20115
20116
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 </row>
20122 <row>
20123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127
20128 \backslash
20129 lambda
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138 \begin_inset Formula $\lambda$
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 </row>
20147 <row>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152
20153 \backslash
20154 mu
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163 \begin_inset Formula $\mu$
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 </row>
20172 <row>
20173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177
20178 \backslash
20179 nu
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20185 \begin_inset Text
20186
20187 \begin_layout Plain Layout
20188 \begin_inset Formula $\nu$
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 </row>
20197 <row>
20198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202
20203 \backslash
20204 xi
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213 \begin_inset Formula $\xi$
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 </row>
20222 <row>
20223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227 o
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236 \begin_inset Formula $o$
20237 \end_inset
20238
20239
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 </row>
20245 <row>
20246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250
20251 \backslash
20252 pi
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261 \begin_inset Formula $\pi$
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 </row>
20270 <row>
20271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275
20276 \backslash
20277 varpi
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286 \begin_inset Formula $\varpi$
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 </row>
20295 <row>
20296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20297 \begin_inset Text
20298
20299 \begin_layout Plain Layout
20300
20301 \backslash
20302 rho
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311 \begin_inset Formula $\rho$
20312 \end_inset
20313
20314
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 </row>
20320 </lyxtabular>
20321
20322 \end_inset
20323
20324
20325 \begin_inset space \hfill{}
20326 \end_inset
20327
20328
20329 \begin_inset Tabular
20330 <lyxtabular version="3" rows="11" columns="2">
20331 <features tabularvalignment="middle">
20332 <column alignment="center" valignment="top" width="0pt">
20333 <column alignment="center" valignment="top" width="0pt">
20334 <row>
20335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 Comando
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 Símbolo
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 </row>
20354 <row>
20355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359
20360 \backslash
20361 varrho
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370 \begin_inset Formula $\varrho$
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 </row>
20379 <row>
20380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384
20385 \backslash
20386 sigma
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395 \begin_inset Formula $\sigma$
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 </row>
20404 <row>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409
20410 \backslash
20411 varsigma
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Formula $\varsigma$
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \backslash
20436 tau
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset Formula $\tau$
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \backslash
20461 upsilon
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 \begin_inset Formula $\upsilon$
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 phi
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\phi$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 varphi
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\varphi$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 chi
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\chi$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \backslash
20561 psi
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Formula $\psi$
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 </row>
20579 <row>
20580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584
20585 \backslash
20586 omega
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595 \begin_inset Formula $\omega$
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 </lyxtabular>
20605
20606 \end_inset
20607
20608
20609 \begin_inset space \hfill{}
20610 \end_inset
20611
20612
20613 \end_layout
20614
20615 \begin_layout Standard
20616 \begin_inset VSpace medskip
20617 \end_inset
20618
20619
20620 \end_layout
20621
20622 \begin_layout Standard
20623 Cómo escribir 
20624 \lang english
20625 special
20626 \lang spanish
20627  letras griegas en redonda se explica en 
20628 \begin_inset CommandInset ref
20629 LatexCommand ref
20630 reference "sub:Griegas-en-redonda"
20631
20632 \end_inset
20633
20634 .
20635 \end_layout
20636
20637 \begin_layout Subsection
20638 Mayúsculas
20639 \begin_inset Index idx
20640 status collapsed
20641
20642 \begin_layout Plain Layout
20643 Letras griegas ! mayúsculas
20644 \end_layout
20645
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \begin_layout Standard
20652 \begin_inset space \hfill{}
20653 \end_inset
20654
20655
20656 \begin_inset Tabular
20657 <lyxtabular version="3" rows="7" columns="2">
20658 <features tabularvalignment="middle">
20659 <column alignment="center" valignment="top" width="0pt">
20660 <column alignment="center" valignment="top" width="0pt">
20661 <row>
20662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 Comando
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Plain Layout
20675 Símbolo
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 </row>
20681 <row>
20682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686
20687 \backslash
20688 Gamma
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697 \begin_inset Formula $\Gamma$
20698 \end_inset
20699
20700
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 </row>
20706 <row>
20707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20708 \begin_inset Text
20709
20710 \begin_layout Plain Layout
20711
20712 \backslash
20713 Delta
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722 \begin_inset Formula $\Delta$
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 </row>
20731 <row>
20732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736
20737 \backslash
20738 Theta
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747 \begin_inset Formula $\Theta$
20748 \end_inset
20749
20750
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 </row>
20756 <row>
20757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20758 \begin_inset Text
20759
20760 \begin_layout Plain Layout
20761
20762 \backslash
20763 Lambda
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772 \begin_inset Formula $\Lambda$
20773 \end_inset
20774
20775
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 </row>
20781 <row>
20782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786
20787 \backslash
20788 Xi
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797 \begin_inset Formula $\Xi$
20798 \end_inset
20799
20800
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 </row>
20806 <row>
20807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20808 \begin_inset Text
20809
20810 \begin_layout Plain Layout
20811
20812 \backslash
20813 Pi
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20819 \begin_inset Text
20820
20821 \begin_layout Plain Layout
20822 \begin_inset Formula $\Pi$
20823 \end_inset
20824
20825
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 </row>
20831 </lyxtabular>
20832
20833 \end_inset
20834
20835
20836 \begin_inset space \hfill{}
20837 \end_inset
20838
20839
20840 \begin_inset Tabular
20841 <lyxtabular version="3" rows="6" columns="2">
20842 <features tabularvalignment="middle">
20843 <column alignment="center" valignment="top" width="0pt">
20844 <column alignment="center" valignment="top" width="0pt">
20845 <row>
20846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850 Comando
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859 Símbolo
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 </row>
20865 <row>
20866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870
20871 \backslash
20872 Sigma
20873 \end_layout
20874
20875 \end_inset
20876 </cell>
20877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881 \begin_inset Formula $\Sigma$
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \end_inset
20888 </cell>
20889 </row>
20890 <row>
20891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895
20896 \backslash
20897 Upsilon
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906 \begin_inset Formula $\Upsilon$
20907 \end_inset
20908
20909
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 </row>
20915 <row>
20916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920
20921 \backslash
20922 Phi
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931 \begin_inset Formula $\Phi$
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 </row>
20940 <row>
20941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945
20946 \backslash
20947 Psi
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956 \begin_inset Formula $\Psi$
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 </row>
20965 <row>
20966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970
20971 \backslash
20972 Omega
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 \begin_inset Formula $\Omega$
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 </row>
20990 </lyxtabular>
20991
20992 \end_inset
20993
20994
20995 \begin_inset space \hfill{}
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \begin_layout Standard
21002 \begin_inset VSpace medskip
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \begin_layout Standard
21009 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
21010  cuando se desarrolló TeX.
21011  Para obtener mayúsculas en cursiva, inicia cada comando con 
21012 \series bold
21013 var
21014 \series default
21015 .
21016  Por ejemplo, el comando 
21017 \series bold
21018
21019 \backslash
21020 varGamma
21021 \series default
21022  genera 
21023 \begin_inset Formula $\varGamma$
21024 \end_inset
21025
21026 .
21027  
21028 \lang english
21029 Another way is to load the package 
21030 \series bold
21031 \lang spanish
21032 fixmath
21033 \series default
21034
21035 \begin_inset Foot
21036 status collapsed
21037
21038 \begin_layout Plain Layout
21039
21040 \series bold
21041 fixmath
21042 \series default
21043  forma parte del paquete LaTeX 
21044 \series bold
21045 was
21046 \series default
21047
21048 \begin_inset Index idx
21049 status collapsed
21050
21051 \begin_layout Plain Layout
21052 Paquetes ! was
21053 \begin_inset ERT
21054 status collapsed
21055
21056 \begin_layout Plain Layout
21057
21058
21059 \backslash
21060 vspace{4mm}
21061 \end_layout
21062
21063 \end_inset
21064
21065
21066 \end_layout
21067
21068 \end_inset
21069
21070 .
21071 \end_layout
21072
21073 \end_inset
21074
21075
21076 \begin_inset Index idx
21077 status collapsed
21078
21079 \begin_layout Plain Layout
21080 Paquetes ! fixmath
21081 \end_layout
21082
21083 \end_inset
21084
21085  
21086 \lang english
21087 with the LaTeX-preamble line
21088 \end_layout
21089
21090 \begin_layout Standard
21091
21092 \series bold
21093
21094 \backslash
21095 usepackage{fixmath}
21096 \end_layout
21097
21098 \begin_layout Standard
21099
21100 \lang english
21101 Then all big Greek letters in a document will automatically be typeset upright.
21102 \end_layout
21103
21104 \begin_layout Subsection
21105 Letras en negrita
21106 \begin_inset Index idx
21107 status collapsed
21108
21109 \begin_layout Plain Layout
21110 Letras griegas ! en negrita
21111 \end_layout
21112
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \begin_layout Standard
21119 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
21120  Sólo se pueden poner en negrita con el comando 
21121 \series bold
21122
21123 \backslash
21124 boldsymbol
21125 \series default
21126
21127 \begin_inset Index idx
21128 status collapsed
21129
21130 \begin_layout Plain Layout
21131 Comandos ! B ! 
21132 \backslash
21133 boldsymbol
21134 \end_layout
21135
21136 \end_inset
21137
21138 .
21139 \end_layout
21140
21141 \begin_layout Standard
21142 \align center
21143 \begin_inset Tabular
21144 <lyxtabular version="3" rows="3" columns="2">
21145 <features tabularvalignment="middle">
21146 <column alignment="center" valignment="top" width="0">
21147 <column alignment="center" valignment="top" width="0">
21148 <row>
21149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153 Comando
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 Símbolo
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 </row>
21168 <row>
21169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173
21174 \backslash
21175 Upsilon
21176 \backslash
21177 boldsymbol
21178 \backslash
21179 Upsilon
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 </row>
21197 <row>
21198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 theta
21205 \backslash
21206 boldsymbol
21207 \backslash
21208 theta
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 \begin_inset Formula $\theta\boldsymbol{\theta}$
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 </row>
21226 </lyxtabular>
21227
21228 \end_inset
21229
21230
21231 \end_layout
21232
21233 \begin_layout Section
21234 Símbolos
21235 \begin_inset ERT
21236 status collapsed
21237
21238 \begin_layout Plain Layout
21239
21240
21241 \backslash
21242 texorpdfstring{
21243 \end_layout
21244
21245 \end_inset
21246
21247
21248 \begin_inset Foot
21249 status collapsed
21250
21251 \begin_layout Plain Layout
21252 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
21253  LaTeX en 
21254 \begin_inset CommandInset citation
21255 LatexCommand cite
21256 key "Symbols"
21257
21258 \end_inset
21259
21260 .
21261 \end_layout
21262
21263 \end_inset
21264
21265
21266 \begin_inset ERT
21267 status collapsed
21268
21269 \begin_layout Plain Layout
21270
21271 }{}
21272 \end_layout
21273
21274 \end_inset
21275
21276
21277 \begin_inset Note Note
21278 status collapsed
21279
21280 \begin_layout Plain Layout
21281
21282 \backslash
21283 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
21284  PDF.
21285 \end_layout
21286
21287 \begin_layout Plain Layout
21288 Más sobre 
21289 \backslash
21290 texorpdfstring en la sección 
21291 \begin_inset CommandInset ref
21292 LatexCommand ref
21293 reference "sub:Ecuaciones-en-encabezados"
21294
21295 \end_inset
21296
21297 .
21298 \end_layout
21299
21300 \end_inset
21301
21302
21303 \begin_inset Index idx
21304 status collapsed
21305
21306 \begin_layout Plain Layout
21307 Símbolos
21308 \end_layout
21309
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \begin_layout Standard
21316 Muchos de los símbolos listados en esta sección se pueden insertar además
21317  mediante los botones 
21318 \begin_inset Graphics
21319         filename ../../images/math/nabla.png
21320         scale 85
21321
21322 \end_inset
21323
21324  y 
21325 \begin_inset Graphics
21326         filename ../../images/math/digamma.png
21327         scale 85
21328
21329 \end_inset
21330
21331  de la barra de ecuaciones.
21332 \end_layout
21333
21334 \begin_layout Subsection
21335 Símbolos matemáticos
21336 \begin_inset CommandInset label
21337 LatexCommand label
21338 name "sub:Símbolos-matemáticos"
21339
21340 \end_inset
21341
21342
21343 \begin_inset Index idx
21344 status collapsed
21345
21346 \begin_layout Plain Layout
21347 Símbolos ! matemáticos
21348 \end_layout
21349
21350 \end_inset
21351
21352
21353 \end_layout
21354
21355 \begin_layout Standard
21356 \begin_inset space \hfill{}
21357 \end_inset
21358
21359
21360 \begin_inset Tabular
21361 <lyxtabular version="3" rows="10" columns="2">
21362 <features tabularvalignment="middle">
21363 <column alignment="center" valignment="top" width="0pt">
21364 <column alignment="center" valignment="top" width="0pt">
21365 <row>
21366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370 Comando
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21376 \begin_inset Text
21377
21378 \begin_layout Plain Layout
21379 Símbolo
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 </row>
21385 <row>
21386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390
21391 \backslash
21392 neg
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401 \begin_inset Formula $\neg$
21402 \end_inset
21403
21404
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 </row>
21410 <row>
21411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21412 \begin_inset Text
21413
21414 \begin_layout Plain Layout
21415
21416 \backslash
21417 Im
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426 \begin_inset Formula $\Im$
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 </row>
21435 <row>
21436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440
21441 \backslash
21442 Re
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451 \begin_inset Formula $\Re$
21452 \end_inset
21453
21454
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 </row>
21460 <row>
21461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465
21466 \backslash
21467 aleph
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476 \begin_inset Formula $\aleph$
21477 \end_inset
21478
21479
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 </row>
21485 <row>
21486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490
21491 \backslash
21492 partial
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 \begin_inset Formula $\partial$
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 </row>
21510 <row>
21511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515
21516 \backslash
21517 infty
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 \begin_inset Formula $\infty$
21527 \end_inset
21528
21529
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 </row>
21535 <row>
21536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540
21541 \backslash
21542 wp
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551 \begin_inset Formula $\wp$
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 </row>
21560 <row>
21561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565
21566 \backslash
21567 imath
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576 \begin_inset Formula $\imath$
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 </row>
21585 <row>
21586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590
21591 \backslash
21592 jmath
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 \begin_inset Formula $\jmath$
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 </row>
21610 </lyxtabular>
21611
21612 \end_inset
21613
21614
21615 \begin_inset space \hfill{}
21616 \end_inset
21617
21618
21619 \begin_inset Tabular
21620 <lyxtabular version="3" rows="10" columns="2">
21621 <features tabularvalignment="middle">
21622 <column alignment="center" valignment="top" width="0pt">
21623 <column alignment="center" valignment="top" width="0pt">
21624 <row>
21625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629 Comando
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638 Símbolo
21639 \begin_inset Note Note
21640 status collapsed
21641
21642 \begin_layout Plain Layout
21643
21644 \series bold
21645
21646 \backslash
21647 raisebox
21648 \series default
21649  se usa sólo como espaciador
21650 \end_layout
21651
21652 \end_inset
21653
21654
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 </row>
21660 <row>
21661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665
21666 \backslash
21667 forall
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676 \begin_inset Formula $\forall$
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 </row>
21685 <row>
21686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690
21691 \backslash
21692 exists
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701 \begin_inset Formula $\exists$
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 </row>
21710 <row>
21711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715
21716 \backslash
21717 nexists
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726 \begin_inset Formula $\nexists$
21727 \end_inset
21728
21729
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 </row>
21735 <row>
21736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740
21741 \backslash
21742 emptyset
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 \begin_inset Formula $\emptyset$
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 </row>
21760 <row>
21761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765
21766 \backslash
21767 varnothing
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 \begin_inset Formula $\varnothing$
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 </row>
21785 <row>
21786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \backslash
21792 dag
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 \begin_inset Formula $\dag$
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815
21816 \backslash
21817 ddag
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 \begin_inset Formula $\ddag$
21827 \end_inset
21828
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 </row>
21835 <row>
21836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840
21841 \backslash
21842 complement
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 \begin_inset ERT
21852 status collapsed
21853
21854 \begin_layout Plain Layout
21855
21856
21857 \backslash
21858 raisebox{-0.8mm}{
21859 \end_layout
21860
21861 \end_inset
21862
21863
21864 \begin_inset Formula $\complement$
21865 \end_inset
21866
21867
21868 \begin_inset ERT
21869 status collapsed
21870
21871 \begin_layout Plain Layout
21872
21873 }
21874 \end_layout
21875
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 </row>
21884 <row>
21885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889
21890 \backslash
21891 Bbbk
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 \begin_inset Formula $\Bbbk$
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 </row>
21909 </lyxtabular>
21910
21911 \end_inset
21912
21913
21914 \begin_inset space \hfill{}
21915 \end_inset
21916
21917
21918 \begin_inset Tabular
21919 <lyxtabular version="3" rows="10" columns="2">
21920 <features tabularvalignment="middle">
21921 <column alignment="center" valignment="top" width="0pt">
21922 <column alignment="center" valignment="top" width="0pt">
21923 <row>
21924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928 Comando
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Plain Layout
21937 Símbolo
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 </row>
21943 <row>
21944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948
21949 \backslash
21950 prime
21951 \end_layout
21952
21953 \end_inset
21954 </cell>
21955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959 \begin_inset Formula $\prime$
21960 \end_inset
21961
21962
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 </row>
21968 <row>
21969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21970 \begin_inset Text
21971
21972 \begin_layout Plain Layout
21973
21974 \backslash
21975 backprime
21976 \end_layout
21977
21978 \end_inset
21979 </cell>
21980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984 \begin_inset Formula $\backprime$
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 </row>
21993 <row>
21994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998
21999 \backslash
22000 mho
22001 \end_layout
22002
22003 \end_inset
22004 </cell>
22005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009 \begin_inset Formula $\mho$
22010 \end_inset
22011
22012
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 </row>
22018 <row>
22019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023
22024 \backslash
22025 triangle
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034 \begin_inset Formula $\triangle$
22035 \end_inset
22036
22037
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 </row>
22043 <row>
22044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048
22049 \backslash
22050 angle
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059 \begin_inset Formula $\angle$
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 </row>
22068 <row>
22069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073
22074 \backslash
22075 measuredangle
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084 \begin_inset Formula $\measuredangle$
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 </row>
22093 <row>
22094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098
22099 \backslash
22100 sphericalangle
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109 \begin_inset Formula $\sphericalangle$
22110 \end_inset
22111
22112
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 </row>
22118 <row>
22119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123
22124 \backslash
22125 top
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 \begin_inset Formula $\top$
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 </row>
22143 <row>
22144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148
22149 \backslash
22150 bot
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 \begin_inset Formula $\bot$
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 </row>
22168 </lyxtabular>
22169
22170 \end_inset
22171
22172
22173 \begin_inset space \hfill{}
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \begin_layout Subsection
22180 Símbolos misceláneos
22181 \begin_inset CommandInset label
22182 LatexCommand label
22183 name "sub:Símbolos-misceláneos"
22184
22185 \end_inset
22186
22187
22188 \begin_inset Index idx
22189 status collapsed
22190
22191 \begin_layout Plain Layout
22192 Símbolos ! misceláneos
22193 \end_layout
22194
22195 \end_inset
22196
22197
22198 \end_layout
22199
22200 \begin_layout Standard
22201 \noindent
22202 \align center
22203 \begin_inset Tabular
22204 <lyxtabular version="3" rows="10" columns="2">
22205 <features tabularvalignment="middle">
22206 <column alignment="center" valignment="top" width="0pt">
22207 <column alignment="center" valignment="top" width="0pt">
22208 <row>
22209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213 Comando
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222 Símbolo
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 </row>
22228 <row>
22229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233
22234 \backslash
22235 flat
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244 \begin_inset Formula $\flat$
22245 \end_inset
22246
22247
22248 \end_layout
22249
22250 \end_inset
22251 </cell>
22252 </row>
22253 <row>
22254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258
22259 \backslash
22260 natural
22261 \end_layout
22262
22263 \end_inset
22264 </cell>
22265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22266 \begin_inset Text
22267
22268 \begin_layout Plain Layout
22269 \begin_inset Formula $\natural$
22270 \end_inset
22271
22272
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 </row>
22278 <row>
22279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283
22284 \backslash
22285 sharp
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294 \begin_inset Formula $\sharp$
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 </row>
22303 <row>
22304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308
22309 \backslash
22310 surd
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 \begin_inset Formula $\surd$
22320 \end_inset
22321
22322
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 </row>
22328 <row>
22329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333
22334 \backslash
22335 checkmark
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344 \begin_inset Formula $\checkmark$
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 </row>
22353 <row>
22354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358
22359 \backslash
22360 yen
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 \begin_inset Formula $\yen$
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 </row>
22378 <row>
22379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383
22384 \backslash
22385 pounds
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 \begin_inset Formula $\pounds$
22395 \end_inset
22396
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 </row>
22403 <row>
22404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 $
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417 \begin_inset Formula $\$$
22418 \end_inset
22419
22420
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 </row>
22426 <row>
22427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431 §
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440 \begin_inset Formula $§$
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 </row>
22449 </lyxtabular>
22450
22451 \end_inset
22452
22453
22454 \begin_inset Tabular
22455 <lyxtabular version="3" rows="10" columns="2">
22456 <features tabularvalignment="middle">
22457 <column alignment="center" valignment="top" width="0">
22458 <column alignment="center" valignment="top" width="0">
22459 <row>
22460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 Comando
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22470 \begin_inset Text
22471
22472 \begin_layout Plain Layout
22473 Símbolo
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 </row>
22479 <row>
22480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484
22485 \backslash
22486 hbar
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495 \begin_inset Formula $\hbar$
22496 \end_inset
22497
22498
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 </row>
22504 <row>
22505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509
22510 \backslash
22511 hslash
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520 \begin_inset Formula $\hslash$
22521 \end_inset
22522
22523
22524 \end_layout
22525
22526 \end_inset
22527 </cell>
22528 </row>
22529 <row>
22530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534
22535 \backslash
22536 clubsuit
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 \begin_inset Formula $\clubsuit$
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 </row>
22554 <row>
22555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559
22560 \backslash
22561 spadesuit
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570 \begin_inset Formula $\spadesuit$
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 </row>
22579 <row>
22580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584
22585 \backslash
22586 bigstar
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 \begin_inset Formula $\bigstar$
22596 \end_inset
22597
22598
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 </row>
22604 <row>
22605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609
22610 \backslash
22611 blacklozenge
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620 \begin_inset Formula $\blacklozenge$
22621 \end_inset
22622
22623
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 </row>
22629 <row>
22630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634
22635 \backslash
22636 blacktriangle
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645 \begin_inset Formula $\blacktriangle$
22646 \end_inset
22647
22648
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 </row>
22654 <row>
22655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659
22660 \backslash
22661 blacktiangledown
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 \begin_inset Formula $\blacktriangledown$
22671 \end_inset
22672
22673
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 </row>
22679 <row>
22680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684
22685 \backslash
22686 bullet
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695 \begin_inset Formula $\bullet$
22696 \end_inset
22697
22698
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 </row>
22704 </lyxtabular>
22705
22706 \end_inset
22707
22708
22709 \begin_inset Tabular
22710 <lyxtabular version="3" rows="10" columns="2">
22711 <features tabularvalignment="middle">
22712 <column alignment="center" valignment="top" width="0pt">
22713 <column alignment="center" valignment="top" width="0pt">
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719 Comando
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 Símbolo
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 </row>
22734 <row>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739
22740 \backslash
22741 diamondsuit
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 \begin_inset Formula $\diamondsuit$
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 </row>
22759 <row>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764
22765 \backslash
22766 Diamond
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 \begin_inset Formula $\Diamond$
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 </row>
22784 <row>
22785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789
22790 \backslash
22791 heartsuit
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 \begin_inset Formula $\heartsuit$
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 </row>
22809 <row>
22810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814
22815 \backslash
22816 P
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825 \begin_inset Formula $\P$
22826 \end_inset
22827
22828
22829 \end_layout
22830
22831 \end_inset
22832 </cell>
22833 </row>
22834 <row>
22835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839
22840 \backslash
22841 copyright
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 \begin_inset Formula $\copyright$
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 </row>
22859 <row>
22860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864
22865 \backslash
22866 circledR
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875 \begin_inset Formula $\circledR$
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 </row>
22884 <row>
22885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889
22890 \backslash
22891 maltese
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 \begin_inset Formula $\maltese$
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 </row>
22909 <row>
22910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914
22915 \backslash
22916 diagup
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925 \begin_inset Formula $\diagup$
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 </row>
22934 <row>
22935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939
22940 \backslash
22941 diagdown
22942 \end_layout
22943
22944 \end_inset
22945 </cell>
22946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22947 \begin_inset Text
22948
22949 \begin_layout Plain Layout
22950 \begin_inset Formula $\diagdown$
22951 \end_inset
22952
22953
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 </row>
22959 </lyxtabular>
22960
22961 \end_inset
22962
22963
22964 \end_layout
22965
22966 \begin_layout Standard
22967 \begin_inset VSpace medskip
22968 \end_inset
22969
22970
22971 \end_layout
22972
22973 \begin_layout Standard
22974 Hay más símbolos en 
22975 \begin_inset CommandInset ref
22976 LatexCommand ref
22977 reference "sub:Caracteres-especiales-misceláneos"
22978
22979 \end_inset
22980
22981 .
22982 \end_layout
22983
22984 \begin_layout Standard
22985 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22986 \begin_inset CommandInset ref
22987 LatexCommand ref
22988 reference "sub:Tamaños-de-fuentes"
22989
22990 \end_inset
22991
22992
22993 \end_layout
22994
22995 \begin_layout Subsection
22996 El símbolo del euro, €
22997 \begin_inset Index idx
22998 status collapsed
22999
23000 \begin_layout Plain Layout
23001 Símbolos ! euro
23002 \end_layout
23003
23004 \end_inset
23005
23006
23007 \begin_inset Index idx
23008 status collapsed
23009
23010 \begin_layout Plain Layout
23011
23012 \backslash
23013 @
23014 \begin_inset ERT
23015 status collapsed
23016
23017 \begin_layout Plain Layout
23018
23019
23020 \backslash
23021 officialeuro
23022 \end_layout
23023
23024 \end_inset
23025
23026
23027 \end_layout
23028
23029 \end_inset
23030
23031
23032 \end_layout
23033
23034 \begin_layout Standard
23035 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
23036  LaTeX 
23037 \series bold
23038 eurosym
23039 \series default
23040
23041 \begin_inset Index idx
23042 status collapsed
23043
23044 \begin_layout Plain Layout
23045 Paquetes ! eurosym
23046 \end_layout
23047
23048 \end_inset
23049
23050 , y cargado en el preámbulo LaTeX con la línea
23051 \end_layout
23052
23053 \begin_layout Standard
23054
23055 \series bold
23056
23057 \backslash
23058 usepackage[gennarrow]{eurosym}
23059 \end_layout
23060
23061 \begin_layout Standard
23062 Actualmente también se puede insertar con el comando 
23063 \series bold
23064
23065 \backslash
23066 euro
23067 \series default
23068
23069 \begin_inset Index idx
23070 status collapsed
23071
23072 \begin_layout Plain Layout
23073 Comandos ! E ! 
23074 \backslash
23075 euro
23076 \end_layout
23077
23078 \end_inset
23079
23080 .
23081 \end_layout
23082
23083 \begin_layout Standard
23084 El símbolo del euro puede insertarse directamente con la tecla € en texto
23085  matemático sin tener 
23086 \series bold
23087 eurosym
23088 \series default
23089  instalado.
23090  Si 
23091 \series bold
23092 eurosym
23093 \series default
23094  está instalado, se puede insertar 
23095 \series bold
23096
23097 \backslash
23098 euro
23099 \series default
23100  en modo TeX.
23101  El símbolo oficial de la moneda se puede insertar con el comando 
23102 \series bold
23103
23104 \backslash
23105 officialeuro
23106 \series default
23107
23108 \begin_inset Index idx
23109 status collapsed
23110
23111 \begin_layout Plain Layout
23112 Comandos ! O ! 
23113 \backslash
23114 officialeuro
23115 \end_layout
23116
23117 \end_inset
23118
23119 , que sólo está disponible en modo TeX.
23120 \end_layout
23121
23122 \begin_layout Standard
23123 \begin_inset ERT
23124 status collapsed
23125
23126 \begin_layout Plain Layout
23127
23128
23129 \backslash
23130 ifeurosym
23131 \end_layout
23132
23133 \end_inset
23134
23135
23136 \begin_inset Note Note
23137 status collapsed
23138
23139 \begin_layout Plain Layout
23140 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
23141 \series bold
23142 eurosym
23143 \series default
23144 .
23145 \end_layout
23146
23147 \end_inset
23148
23149
23150 \end_layout
23151
23152 \begin_layout Standard
23153 Un vistazo a los diferentes símbolos del euro.
23154 \end_layout
23155
23156 \begin_layout Standard
23157 \noindent
23158 \align center
23159 \begin_inset Tabular
23160 <lyxtabular version="3" rows="4" columns="3">
23161 <features tabularvalignment="middle">
23162 <column alignment="center" valignment="top" width="0">
23163 <column alignment="center" valignment="top" width="0">
23164 <column alignment="center" valignment="top" width="0">
23165 <row>
23166 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170
23171 \end_layout
23172
23173 \end_inset
23174 </cell>
23175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23176 \begin_inset Text
23177
23178 \begin_layout Plain Layout
23179 Comando
23180 \end_layout
23181
23182 \end_inset
23183 </cell>
23184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23185 \begin_inset Text
23186
23187 \begin_layout Plain Layout
23188 Símbolo
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 </row>
23194 <row>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199 ecuación
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208
23209 \backslash
23210 euro
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219 \begin_inset Formula $\euro$
23220 \end_inset
23221
23222
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 </row>
23228 <row>
23229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233 texto matemático
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251 \begin_inset Formula $\mbox{€}$
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 </row>
23260 <row>
23261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265 modo TeX
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274
23275 \backslash
23276 officialeuro
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285 \begin_inset ERT
23286 status collapsed
23287
23288 \begin_layout Plain Layout
23289
23290
23291 \backslash
23292 officialeuro
23293 \end_layout
23294
23295 \end_inset
23296
23297
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 </row>
23303 </lyxtabular>
23304
23305 \end_inset
23306
23307
23308 \end_layout
23309
23310 \begin_layout Standard
23311 \begin_inset ERT
23312 status collapsed
23313
23314 \begin_layout Plain Layout
23315
23316
23317 \backslash
23318 else
23319 \end_layout
23320
23321 \end_inset
23322
23323
23324 \begin_inset Note Note
23325 status collapsed
23326
23327 \begin_layout Plain Layout
23328 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
23329 \series bold
23330 eurosym
23331 \series default
23332 :
23333 \end_layout
23334
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \begin_layout Standard
23341 Para ver la salida completa de esta subsección debe estar instalado el paquete
23342  LaTeX 
23343 \series bold
23344 eurosym
23345 \series default
23346 .
23347 \end_layout
23348
23349 \begin_layout Standard
23350 \begin_inset ERT
23351 status collapsed
23352
23353 \begin_layout Plain Layout
23354
23355
23356 \backslash
23357 fi
23358 \end_layout
23359
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \begin_layout Section
23366 Relaciones
23367 \begin_inset CommandInset label
23368 LatexCommand label
23369 name "sec:Relaciones"
23370
23371 \end_inset
23372
23373
23374 \begin_inset Index idx
23375 status collapsed
23376
23377 \begin_layout Plain Layout
23378 Relaciones
23379 \end_layout
23380
23381 \end_inset
23382
23383
23384 \begin_inset Index idx
23385 status collapsed
23386
23387 \begin_layout Plain Layout
23388 Comparaciones|see
23389 \begin_inset ERT
23390 status collapsed
23391
23392 \begin_layout Plain Layout
23393
23394 {
23395 \end_layout
23396
23397 \end_inset
23398
23399 Relaciones
23400 \begin_inset ERT
23401 status collapsed
23402
23403 \begin_layout Plain Layout
23404
23405 }
23406 \end_layout
23407
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \end_inset
23414
23415
23416 \end_layout
23417
23418 \begin_layout Standard
23419 Todas las relaciones se pueden insertar también con el botón 
23420 \begin_inset Graphics
23421         filename ../../images/math/leq.png
23422         scale 85
23423
23424 \end_inset
23425
23426  de la barra de ecuaciones.
23427 \end_layout
23428
23429 \begin_layout Standard
23430 \begin_inset space \hfill{}
23431 \end_inset
23432
23433
23434 \begin_inset Tabular
23435 <lyxtabular version="3" rows="17" columns="2">
23436 <features tabularvalignment="middle">
23437 <column alignment="center" valignment="top" width="0pt">
23438 <column alignment="center" valignment="top" width="0pt">
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 Comando
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 Relación
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 </row>
23459 <row>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 <
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473 \begin_inset Formula $<$
23474 \end_inset
23475
23476
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 </row>
23482 <row>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487
23488 \backslash
23489 le
23490 \end_layout
23491
23492 \end_inset
23493 </cell>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498 \begin_inset Formula $\le$
23499 \end_inset
23500
23501
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 </row>
23507 <row>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512
23513 \backslash
23514 ll
23515 \end_layout
23516
23517 \end_inset
23518 </cell>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523 \begin_inset Formula $\ll$
23524 \end_inset
23525
23526
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 </row>
23532 <row>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537
23538 \backslash
23539 prec
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548 \begin_inset Formula $\prec$
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 </row>
23557 <row>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562
23563 \backslash
23564 preceq
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 \begin_inset Formula $\preceq$
23574 \end_inset
23575
23576
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 </row>
23582 <row>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587
23588 \backslash
23589 subset
23590 \end_layout
23591
23592 \end_inset
23593 </cell>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598 \begin_inset Formula $\subset$
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 </row>
23607 <row>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612
23613 \backslash
23614 subseteq
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623 \begin_inset Formula $\subseteq$
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 </row>
23632 <row>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637
23638 \backslash
23639 sqsubseteq
23640 \end_layout
23641
23642 \end_inset
23643 </cell>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648 \begin_inset Formula $\sqsubseteq$
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 </row>
23657 <row>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662
23663 \backslash
23664 in
23665 \end_layout
23666
23667 \end_inset
23668 </cell>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673 \begin_inset Formula $\in$
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 </row>
23682 <row>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687
23688 \backslash
23689 vdash
23690 \end_layout
23691
23692 \end_inset
23693 </cell>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698 \begin_inset Formula $\vdash$
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 </row>
23707 <row>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712
23713 \backslash
23714 smile
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723 \begin_inset Formula $\smile$
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 </row>
23732 <row>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737
23738 \backslash
23739 lhd
23740 \end_layout
23741
23742 \end_inset
23743 </cell>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748 \begin_inset Formula $\lhd$
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 </row>
23757 <row>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762
23763 \backslash
23764 unlhd
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773 \begin_inset Formula $\unlhd$
23774 \end_inset
23775
23776
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 </row>
23782 <row>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787
23788 \backslash
23789 gtrless
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798 \begin_inset Formula $\gtrless$
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 </row>
23807 <row>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812
23813 \backslash
23814 mid
23815 \end_layout
23816
23817 \end_inset
23818 </cell>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823 \begin_inset Formula $\mid$
23824 \end_inset
23825
23826
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 </row>
23832 <row>
23833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837
23838 \backslash
23839 nmid
23840 \end_layout
23841
23842 \end_inset
23843 </cell>
23844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848 \begin_inset Formula $\nmid$
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 </row>
23857 </lyxtabular>
23858
23859 \end_inset
23860
23861
23862 \begin_inset space \hfill{}
23863 \end_inset
23864
23865
23866 \begin_inset Tabular
23867 <lyxtabular version="3" rows="17" columns="2">
23868 <features tabularvalignment="middle">
23869 <column alignment="center" valignment="top" width="0pt">
23870 <column alignment="center" valignment="top" width="0pt">
23871 <row>
23872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876 Comando
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885 Relación
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 </row>
23891 <row>
23892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896 =
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 \begin_inset Formula $=$
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 </row>
23914 <row>
23915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919
23920 \backslash
23921 not=
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 \begin_inset Formula $\not=$
23931 \end_inset
23932
23933
23934 \end_layout
23935
23936 \end_inset
23937 </cell>
23938 </row>
23939 <row>
23940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944
23945 \backslash
23946 equiv
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 \begin_inset Formula $\equiv$
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 </row>
23964 <row>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969
23970 \backslash
23971 sim
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 \begin_inset Formula $\sim$
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 </row>
23989 <row>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994
23995 \backslash
23996 simeq
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005 \begin_inset Formula $\simeq$
24006 \end_inset
24007
24008
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 </row>
24014 <row>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019
24020 \backslash
24021 approx
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 \begin_inset Formula $\approx$
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 </row>
24039 <row>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044
24045 \backslash
24046 cong
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 \begin_inset Formula $\cong$
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 </row>
24064 <row>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069
24070 \backslash
24071 bowtie
24072 \end_layout
24073
24074 \end_inset
24075 </cell>
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080 \begin_inset Formula $\bowtie$
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 </row>
24089 <row>
24090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094
24095 \backslash
24096 notin
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 \begin_inset Formula $\notin$
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 </row>
24114 <row>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119
24120 \backslash
24121 perp
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130 \begin_inset Formula $\perp$
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 </row>
24139 <row>
24140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144
24145 \backslash
24146 propto
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 \begin_inset Formula $\propto$
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 </row>
24164 <row>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169
24170 \backslash
24171 asymp
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180 \begin_inset Formula $\asymp$
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 </row>
24189 <row>
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194
24195 \backslash
24196 doteq
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 \begin_inset Formula $\doteq$
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 </row>
24214 <row>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219
24220 \backslash
24221 circeq
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 \begin_inset Formula $\circeq$
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 </row>
24239 <row>
24240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244
24245 \backslash
24246 models
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255 \begin_inset Formula $\models$
24256 \end_inset
24257
24258
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 </row>
24264 <row>
24265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269
24270 \backslash
24271 widehat=
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280 \begin_inset Formula $\widehat{=}$
24281 \end_inset
24282
24283
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 </row>
24289 </lyxtabular>
24290
24291 \end_inset
24292
24293
24294 \begin_inset space \hfill{}
24295 \end_inset
24296
24297
24298 \begin_inset Tabular
24299 <lyxtabular version="3" rows="17" columns="2">
24300 <features tabularvalignment="middle">
24301 <column alignment="center" valignment="top" width="0pt">
24302 <column alignment="center" valignment="top" width="0pt">
24303 <row>
24304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308 Comando
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317 Relación
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 </row>
24323 <row>
24324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328 >
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337 \begin_inset Formula $>$
24338 \end_inset
24339
24340
24341 \end_layout
24342
24343 \end_inset
24344 </cell>
24345 </row>
24346 <row>
24347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351
24352 \backslash
24353 ge
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362 \begin_inset Formula $\ge$
24363 \end_inset
24364
24365
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 </row>
24371 <row>
24372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376
24377 \backslash
24378 gg
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387 \begin_inset Formula $\gg$
24388 \end_inset
24389
24390
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 </row>
24396 <row>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401
24402 \backslash
24403 succ
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412 \begin_inset Formula $\succ$
24413 \end_inset
24414
24415
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 </row>
24421 <row>
24422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426
24427 \backslash
24428 succeq
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437 \begin_inset Formula $\succeq$
24438 \end_inset
24439
24440
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 </row>
24446 <row>
24447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451
24452 \backslash
24453 supset
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462 \begin_inset Formula $\supset$
24463 \end_inset
24464
24465
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 </row>
24471 <row>
24472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476
24477 \backslash
24478 supseteq
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487 \begin_inset Formula $\supseteq$
24488 \end_inset
24489
24490
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 </row>
24496 <row>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501
24502 \backslash
24503 sqsupseteq
24504 \end_layout
24505
24506 \end_inset
24507 </cell>
24508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512 \begin_inset Formula $\sqsupseteq$
24513 \end_inset
24514
24515
24516 \end_layout
24517
24518 \end_inset
24519 </cell>
24520 </row>
24521 <row>
24522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526
24527 \backslash
24528 ni
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537 \begin_inset Formula $\ni$
24538 \end_inset
24539
24540
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 </row>
24546 <row>
24547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551
24552 \backslash
24553 dashv
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562 \begin_inset Formula $\dashv$
24563 \end_inset
24564
24565
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 </row>
24571 <row>
24572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Plain Layout
24576
24577 \backslash
24578 frown
24579 \end_layout
24580
24581 \end_inset
24582 </cell>
24583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24584 \begin_inset Text
24585
24586 \begin_layout Plain Layout
24587 \begin_inset Formula $\frown$
24588 \end_inset
24589
24590
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 </row>
24596 <row>
24597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601
24602 \backslash
24603 rhd
24604 \end_layout
24605
24606 \end_inset
24607 </cell>
24608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24609 \begin_inset Text
24610
24611 \begin_layout Plain Layout
24612 \begin_inset Formula $\rhd$
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 </row>
24621 <row>
24622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Plain Layout
24626
24627 \backslash
24628 unrhd
24629 \end_layout
24630
24631 \end_inset
24632 </cell>
24633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637 \begin_inset Formula $\unrhd$
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 </row>
24646 <row>
24647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651
24652 \backslash
24653 lessgtr
24654 \end_layout
24655
24656 \end_inset
24657 </cell>
24658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662 \begin_inset Formula $\lessgtr$
24663 \end_inset
24664
24665
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 </row>
24671 <row>
24672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676
24677 \backslash
24678 parallel
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687 \begin_inset Formula $\parallel$
24688 \end_inset
24689
24690
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 </row>
24696 <row>
24697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701
24702 \backslash
24703 nparallel
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712 \begin_inset Formula $\nparallel$
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \end_inset
24719 </cell>
24720 </row>
24721 </lyxtabular>
24722
24723 \end_inset
24724
24725
24726 \begin_inset space \hfill{}
24727 \end_inset
24728
24729
24730 \end_layout
24731
24732 \begin_layout Standard
24733 \begin_inset VSpace medskip
24734 \end_inset
24735
24736
24737 \end_layout
24738
24739 \begin_layout Standard
24740 Los caracteres 
24741 \series bold
24742
24743 \backslash
24744 lhd
24745 \series default
24746  y 
24747 \series bold
24748
24749 \backslash
24750 rhd
24751 \series default
24752  son mayores que los operadores de aspecto similar 
24753 \series bold
24754
24755 \backslash
24756 triangleleft
24757 \series default
24758  y 
24759 \series bold
24760
24761 \backslash
24762 triangleright
24763 \series default
24764 , respectivamente.
24765 \end_layout
24766
24767 \begin_layout Standard
24768 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24769 \end_layout
24770
24771 \begin_layout Standard
24772 Se pueden componer relaciones con etiquetas con el comando 
24773 \series bold
24774
24775 \backslash
24776 stackrel
24777 \series default
24778
24779 \begin_inset Index idx
24780 status collapsed
24781
24782 \begin_layout Plain Layout
24783 Comandos ! S ! 
24784 \backslash
24785 stackrel
24786 \end_layout
24787
24788 \end_inset
24789
24790 :
24791 \end_layout
24792
24793 \begin_layout Standard
24794 \align center
24795 \begin_inset Tabular
24796 <lyxtabular version="3" rows="2" columns="2">
24797 <features tabularvalignment="middle">
24798 <column alignment="center" valignment="top" width="0">
24799 <column alignment="center" valignment="top" width="0">
24800 <row>
24801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Plain Layout
24805 Comando
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814 Resultado
24815 \begin_inset Note Note
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819
24820 \series bold
24821
24822 \backslash
24823 raisebox
24824 \series default
24825  se usa sólo como espaciador
24826 \end_layout
24827
24828 \end_inset
24829
24830
24831 \end_layout
24832
24833 \end_inset
24834 </cell>
24835 </row>
24836 <row>
24837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24838 \begin_inset Text
24839
24840 \begin_layout Plain Layout
24841 A(r)
24842 \backslash
24843 stackrel
24844 \begin_inset ERT
24845 status collapsed
24846
24847 \begin_layout Plain Layout
24848
24849
24850 \backslash
24851 spce 
24852 \end_layout
24853
24854 \end_inset
24855
24856 r
24857 \backslash
24858 to
24859 \backslash
24860 infty
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 Formula $\downarrow$
24875 \end_inset
24876
24877
24878 \backslash
24879 approx
24880 \begin_inset ERT
24881 status collapsed
24882
24883 \begin_layout Plain Layout
24884
24885
24886 \backslash
24887 spce 
24888 \end_layout
24889
24890 \end_inset
24891
24892
24893 \begin_inset ERT
24894 status collapsed
24895
24896 \begin_layout Plain Layout
24897
24898
24899 \backslash
24900 spce 
24901 \end_layout
24902
24903 \end_inset
24904
24905 B
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24915 \end_inset
24916
24917
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 </row>
24923 </lyxtabular>
24924
24925 \end_inset
24926
24927
24928 \end_layout
24929
24930 \begin_layout Section
24931 Funciones
24932 \end_layout
24933
24934 \begin_layout Subsection
24935 Funciones predefinidas
24936 \begin_inset CommandInset label
24937 LatexCommand label
24938 name "sub:Funciones-predefinidas"
24939
24940 \end_inset
24941
24942
24943 \begin_inset Index idx
24944 status collapsed
24945
24946 \begin_layout Plain Layout
24947 Funciones ! predefinidas
24948 \end_layout
24949
24950 \end_inset
24951
24952
24953 \begin_inset Index idx
24954 status collapsed
24955
24956 \begin_layout Plain Layout
24957 Funciones ! en español
24958 \end_layout
24959
24960 \end_inset
24961
24962
24963 \end_layout
24964
24965 \begin_layout Standard
24966 En general las variables se escriben en 
24967 \emph on
24968 cursiva
24969 \emph default
24970  en expresiones matemáticas, pero no los nombres de las funciones, porque
24971  
24972 \begin_inset Formula $sen$
24973 \end_inset
24974
24975  podría confundirse con 
24976 \begin_inset Formula $s\cdot e\cdot n$
24977 \end_inset
24978
24979 .
24980  Por eso hay funciones predefinidas, que además se separan un poco del factor
24981  precedente.
24982  Se insertan como comandos con una barra inversa delante de su nombre.
24983 \end_layout
24984
24985 \begin_layout Standard
24986 \align center
24987 \begin_inset Tabular
24988 <lyxtabular version="3" rows="2" columns="4">
24989 <features tabularvalignment="middle">
24990 <column alignment="center" valignment="top" width="0pt">
24991 <column alignment="center" valignment="top" width="0pt">
24992 <column alignment="center" valignment="top" width="0pt">
24993 <column alignment="center" valignment="top" width="0pt">
24994 <row>
24995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Plain Layout
24999 Comando
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008 Resultado
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017 Comando
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Plain Layout
25026 Resultado
25027 \end_layout
25028
25029 \end_inset
25030 </cell>
25031 </row>
25032 <row>
25033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037 Asen(x)+B
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046 \begin_inset Formula $Asen(x)+B$
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058 A
25059 \backslash
25060 sen(x)+B
25061 \end_layout
25062
25063 \end_inset
25064 </cell>
25065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069 \begin_inset Formula $A\sen(x)+B$
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \end_inset
25076 </cell>
25077 </row>
25078 </lyxtabular>
25079
25080 \end_inset
25081
25082
25083 \end_layout
25084
25085 \begin_layout Standard
25086 Las funciones siguientes están predefinidas:
25087 \begin_inset Foot
25088 status collapsed
25089
25090 \begin_layout Plain Layout
25091 Se han añadido los comandos equivalentes proporcionados por el estilo 
25092 \series bold
25093 spanish
25094 \series default
25095  de 
25096 \series bold
25097 babel
25098 \series default
25099 .
25100  (Estos no están disponibles en el panel de funciones).
25101  Además, en su caso, las funciones serán acentuadas automáticamente en la
25102  salida, p.
25103 \begin_inset space \thinspace{}
25104 \end_inset
25105
25106 e.
25107  
25108 \begin_inset Quotes fld
25109 \end_inset
25110
25111 lím
25112 \begin_inset Quotes frd
25113 \end_inset
25114
25115  o 
25116 \begin_inset Quotes fld
25117 \end_inset
25118
25119 máx
25120 \begin_inset Quotes frd
25121 \end_inset
25122
25123 .
25124  Más información en 
25125 \begin_inset CommandInset citation
25126 LatexCommand cite
25127 key "spanish"
25128
25129 \end_inset
25130
25131 .
25132  (
25133 \emph on
25134 N.
25135 \begin_inset space \thinspace{}
25136 \end_inset
25137
25138 del t.
25139 \emph default
25140 )
25141 \end_layout
25142
25143 \end_inset
25144
25145
25146 \end_layout
25147
25148 \begin_layout Standard
25149 \begin_inset VSpace -2mm
25150 \end_inset
25151
25152
25153 \end_layout
25154
25155 \begin_layout Standard
25156 \align center
25157 \begin_inset Tabular
25158 <lyxtabular version="3" rows="9" columns="7">
25159 <features tabularvalignment="middle">
25160 <column alignment="center" valignment="top" width="0pt">
25161 <column alignment="center" valignment="top" width="0pt">
25162 <column alignment="center" valignment="top" width="0pt">
25163 <column alignment="center" valignment="top" width="0pt">
25164 <column alignment="center" valignment="top" width="0pt">
25165 <column alignment="center" valignment="top" width="0pt">
25166 <column alignment="center" valignment="top" width="0pt">
25167 <row>
25168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25169 \begin_inset Text
25170
25171 \begin_layout Plain Layout
25172 Comando
25173 \end_layout
25174
25175 \end_inset
25176 </cell>
25177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25178 \begin_inset Text
25179
25180 \begin_layout Plain Layout
25181 español
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190 Comando
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Plain Layout
25199 español
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25205 \begin_inset Text
25206
25207 \begin_layout Plain Layout
25208 Comando
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25214 \begin_inset Text
25215
25216 \begin_layout Plain Layout
25217 español
25218 \end_layout
25219
25220 \end_inset
25221 </cell>
25222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226 Comando
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 </row>
25232 <row>
25233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237
25238 \backslash
25239 sin
25240 \end_layout
25241
25242 \end_inset
25243 </cell>
25244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25245 \begin_inset Text
25246
25247 \begin_layout Plain Layout
25248
25249 \backslash
25250 sen
25251 \end_layout
25252
25253 \end_inset
25254 </cell>
25255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Plain Layout
25259
25260 \backslash
25261 sinh
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270
25271 \backslash
25272 senh
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Plain Layout
25281
25282 \backslash
25283 arcsin
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Plain Layout
25292
25293 \backslash
25294 arcsen
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303
25304 \backslash
25305 sup
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 </row>
25311 <row>
25312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316
25317 \backslash
25318 cos
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327
25328 \end_layout
25329
25330 \end_inset
25331 </cell>
25332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25333 \begin_inset Text
25334
25335 \begin_layout Plain Layout
25336
25337 \backslash
25338 cosh
25339 \end_layout
25340
25341 \end_inset
25342 </cell>
25343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25344 \begin_inset Text
25345
25346 \begin_layout Plain Layout
25347
25348 \end_layout
25349
25350 \end_inset
25351 </cell>
25352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25353 \begin_inset Text
25354
25355 \begin_layout Plain Layout
25356
25357 \backslash
25358 arccos
25359 \end_layout
25360
25361 \end_inset
25362 </cell>
25363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Plain Layout
25376
25377 \backslash
25378 inf
25379 \end_layout
25380
25381 \end_inset
25382 </cell>
25383 </row>
25384 <row>
25385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \backslash
25391 tan
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Plain Layout
25400
25401 \backslash
25402 tg
25403 \end_layout
25404
25405 \end_inset
25406 </cell>
25407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25408 \begin_inset Text
25409
25410 \begin_layout Plain Layout
25411
25412 \backslash
25413 tanh
25414 \end_layout
25415
25416 \end_inset
25417 </cell>
25418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25419 \begin_inset Text
25420
25421 \begin_layout Plain Layout
25422
25423 \backslash
25424 tgh
25425 \end_layout
25426
25427 \end_inset
25428 </cell>
25429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25430 \begin_inset Text
25431
25432 \begin_layout Plain Layout
25433
25434 \backslash
25435 arctan
25436 \end_layout
25437
25438 \end_inset
25439 </cell>
25440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25441 \begin_inset Text
25442
25443 \begin_layout Plain Layout
25444
25445 \backslash
25446 arctg
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Plain Layout
25455
25456 \backslash
25457 lim
25458 \end_layout
25459
25460 \end_inset
25461 </cell>
25462 </row>
25463 <row>
25464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25465 \begin_inset Text
25466
25467 \begin_layout Plain Layout
25468
25469 \backslash
25470 cot
25471 \end_layout
25472
25473 \end_inset
25474 </cell>
25475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25476 \begin_inset Text
25477
25478 \begin_layout Plain Layout
25479
25480 \backslash
25481 cotg
25482 \end_layout
25483
25484 \end_inset
25485 </cell>
25486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25487 \begin_inset Text
25488
25489 \begin_layout Plain Layout
25490
25491 \backslash
25492 coth
25493 \end_layout
25494
25495 \end_inset
25496 </cell>
25497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25498 \begin_inset Text
25499
25500 \begin_layout Plain Layout
25501
25502 \end_layout
25503
25504 \end_inset
25505 </cell>
25506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25507 \begin_inset Text
25508
25509 \begin_layout Plain Layout
25510
25511 \backslash
25512 arg
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530
25531 \backslash
25532 liminf
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 </row>
25538 <row>
25539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543
25544 \backslash
25545 sec
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Plain Layout
25563
25564 \backslash
25565 min
25566 \end_layout
25567
25568 \end_inset
25569 </cell>
25570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25571 \begin_inset Text
25572
25573 \begin_layout Plain Layout
25574
25575 \end_layout
25576
25577 \end_inset
25578 </cell>
25579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583
25584 \backslash
25585 deg
25586 \end_layout
25587
25588 \end_inset
25589 </cell>
25590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25600 \begin_inset Text
25601
25602 \begin_layout Plain Layout
25603
25604 \backslash
25605 limsup
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 </row>
25611 <row>
25612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616
25617 \backslash
25618 csc
25619 \end_layout
25620
25621 \end_inset
25622 </cell>
25623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Plain Layout
25627
25628 \backslash
25629 cosec
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638
25639 \backslash
25640 max
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Plain Layout
25649
25650 \end_layout
25651
25652 \end_inset
25653 </cell>
25654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658
25659 \backslash
25660 det
25661 \end_layout
25662
25663 \end_inset
25664 </cell>
25665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Plain Layout
25669
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678
25679 \backslash
25680 Pr
25681 \end_layout
25682
25683 \end_inset
25684 </cell>
25685 </row>
25686 <row>
25687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25688 \begin_inset Text
25689
25690 \begin_layout Plain Layout
25691
25692 \backslash
25693 ln
25694 \end_layout
25695
25696 \end_inset
25697 </cell>
25698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25699 \begin_inset Text
25700
25701 \begin_layout Plain Layout
25702
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25708 \begin_inset Text
25709
25710 \begin_layout Plain Layout
25711
25712 \backslash
25713 exp
25714 \end_layout
25715
25716 \end_inset
25717 </cell>
25718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25719 \begin_inset Text
25720
25721 \begin_layout Plain Layout
25722
25723 \end_layout
25724
25725 \end_inset
25726 </cell>
25727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25728 \begin_inset Text
25729
25730 \begin_layout Plain Layout
25731
25732 \backslash
25733 dim
25734 \end_layout
25735
25736 \end_inset
25737 </cell>
25738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25739 \begin_inset Text
25740
25741 \begin_layout Plain Layout
25742
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Plain Layout
25751
25752 \backslash
25753 hom
25754 \end_layout
25755
25756 \end_inset
25757 </cell>
25758 </row>
25759 <row>
25760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25761 \begin_inset Text
25762
25763 \begin_layout Plain Layout
25764
25765 \backslash
25766 lg
25767 \end_layout
25768
25769 \end_inset
25770 </cell>
25771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25772 \begin_inset Text
25773
25774 \begin_layout Plain Layout
25775
25776 \end_layout
25777
25778 \end_inset
25779 </cell>
25780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784
25785 \backslash
25786 log
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804
25805 \backslash
25806 ker
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25821 \begin_inset Text
25822
25823 \begin_layout Plain Layout
25824
25825 \backslash
25826 gcd
25827 \end_layout
25828
25829 \end_inset
25830 </cell>
25831 </row>
25832 </lyxtabular>
25833
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \begin_layout Standard
25840 También se pueden insertar con el botón 
25841 \begin_inset Graphics
25842         filename ../../images/math/functions.png
25843         scale 85
25844
25845 \end_inset
25846
25847  de la barra de ecuaciones.
25848 \end_layout
25849
25850 \begin_layout Subsection
25851 Funciones definidas por el usuario
25852 \begin_inset Index idx
25853 status collapsed
25854
25855 \begin_layout Plain Layout
25856 Funciones ! personalizadas
25857 \end_layout
25858
25859 \end_inset
25860
25861
25862 \end_layout
25863
25864 \begin_layout Standard
25865 Para usar una función no predefinida, como por ejemplo la función signo,
25866  sgn(x), hay dos posibilidades:
25867 \end_layout
25868
25869 \begin_layout Itemize
25870 Define la función añadiendo al preámbulo LaTeX la línea
25871 \begin_inset Foot
25872 status collapsed
25873
25874 \begin_layout Plain Layout
25875 Más sobre 
25876 \series bold
25877
25878 \backslash
25879 DeclareMathOperator
25880 \series default
25881  en 
25882 \begin_inset CommandInset ref
25883 LatexCommand ref
25884 reference "sub:Operadores-de-usuario"
25885
25886 \end_inset
25887
25888
25889 \end_layout
25890
25891 \end_inset
25892
25893
25894 \begin_inset Newline newline
25895 \end_inset
25896
25897
25898 \begin_inset VSpace -3mm
25899 \end_inset
25900
25901
25902 \begin_inset Newline newline
25903 \end_inset
25904
25905
25906 \series bold
25907
25908 \backslash
25909 DeclareMathOperator{
25910 \backslash
25911 sgn}{sgn}
25912 \series default
25913
25914 \begin_inset Index idx
25915 status collapsed
25916
25917 \begin_layout Plain Layout
25918 Comandos ! D ! 
25919 \backslash
25920 dbinom@
25921 \backslash
25922 DeclareMathOperator
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \begin_inset Newline newline
25929 \end_inset
25930
25931
25932 \begin_inset VSpace -2mm
25933 \end_inset
25934
25935
25936 \begin_inset Newline newline
25937 \end_inset
25938
25939 Ahora la función recién definida se puede obtener con el comando 
25940 \series bold
25941
25942 \backslash
25943 sgn
25944 \series default
25945 .
25946 \end_layout
25947
25948 \begin_layout Itemize
25949 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25950  en nuestro ejemplo las letras 
25951 \emph on
25952 sgn
25953 \emph default
25954 , y cámbialo a texto matemático.
25955  Entre el factor precedente y la función se inserta un espacio.
25956 \end_layout
25957
25958 \begin_layout Standard
25959 El resultado con ambos métodos es el mismo que con una función predefinida:
25960 \begin_inset Foot
25961 status collapsed
25962
25963 \begin_layout Plain Layout
25964 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25965  negro.
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \begin_layout Standard
25974 \align center
25975 \begin_inset Tabular
25976 <lyxtabular version="3" rows="3" columns="2">
25977 <features tabularvalignment="middle">
25978 <column alignment="center" valignment="top" width="0pt">
25979 <column alignment="center" valignment="top" width="0pt">
25980 <row>
25981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25982 \begin_inset Text
25983
25984 \begin_layout Plain Layout
25985 Comando
25986 \end_layout
25987
25988 \end_inset
25989 </cell>
25990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25991 \begin_inset Text
25992
25993 \begin_layout Plain Layout
25994 Resultado
25995 \end_layout
25996
25997 \end_inset
25998 </cell>
25999 </row>
26000 <row>
26001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26002 \begin_inset Text
26003
26004 \begin_layout Plain Layout
26005 A
26006 \backslash
26007 sgn(x)+B
26008 \end_layout
26009
26010 \end_inset
26011 </cell>
26012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26013 \begin_inset Text
26014
26015 \begin_layout Plain Layout
26016 \begin_inset Formula $A\sgn(x)+B$
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \end_inset
26023 </cell>
26024 </row>
26025 <row>
26026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26027 \begin_inset Text
26028
26029 \begin_layout Plain Layout
26030 A
26031 \backslash
26032 ,
26033 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
26034 \end_inset
26035
26036 (x)+B
26037 \end_layout
26038
26039 \end_inset
26040 </cell>
26041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26042 \begin_inset Text
26043
26044 \begin_layout Plain Layout
26045 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
26046 \end_inset
26047
26048
26049 \end_layout
26050
26051 \end_inset
26052 </cell>
26053 </row>
26054 </lyxtabular>
26055
26056 \end_inset
26057
26058
26059 \end_layout
26060
26061 \begin_layout Standard
26062 El primer método es preferible si la función se va a usar varias veces.
26063 \end_layout
26064
26065 \begin_layout Subsection
26066 Límites
26067 \begin_inset Index idx
26068 status collapsed
26069
26070 \begin_layout Plain Layout
26071 Limites@Límites
26072 \end_layout
26073
26074 \end_inset
26075
26076
26077 \end_layout
26078
26079 \begin_layout Standard
26080 Para límites, además de 
26081 \series bold
26082
26083 \backslash
26084 lim
26085 \series default
26086
26087 \begin_inset Index idx
26088 status collapsed
26089
26090 \begin_layout Plain Layout
26091 Comandos ! L ! 
26092 \backslash
26093 lim
26094 \end_layout
26095
26096 \end_inset
26097
26098
26099 \series bold
26100
26101 \backslash
26102 liminf
26103 \series default
26104  y 
26105 \series bold
26106
26107 \backslash
26108 limsup
26109 \series default
26110  están definidas las siguientes funciones:
26111 \series bold
26112  
26113 \end_layout
26114
26115 \begin_layout Standard
26116 \noindent
26117 \align center
26118 \begin_inset Tabular
26119 <lyxtabular version="3" rows="5" columns="2">
26120 <features tabularvalignment="middle">
26121 <column alignment="center" valignment="top" width="0">
26122 <column alignment="center" valignment="top" width="0">
26123 <row>
26124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Plain Layout
26128 Comando
26129 \end_layout
26130
26131 \end_inset
26132 </cell>
26133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26134 \begin_inset Text
26135
26136 \begin_layout Plain Layout
26137 Resultado
26138 \begin_inset Note Note
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142
26143 \series bold
26144
26145 \backslash
26146 raisebox
26147 \series default
26148  se usa sólo como espaciador
26149 \end_layout
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \end_inset
26157 </cell>
26158 </row>
26159 <row>
26160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Plain Layout
26164
26165 \backslash
26166 varliminf
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26172 \begin_inset Text
26173
26174 \begin_layout Plain Layout
26175 \begin_inset Formula $\varliminf$
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 </row>
26184 <row>
26185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189
26190 \backslash
26191 varlimsup
26192 \end_layout
26193
26194 \end_inset
26195 </cell>
26196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26197 \begin_inset Text
26198
26199 \begin_layout Plain Layout
26200 \begin_inset Formula $\varlimsup$
26201 \end_inset
26202
26203
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 </row>
26209 <row>
26210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26211 \begin_inset Text
26212
26213 \begin_layout Plain Layout
26214
26215 \backslash
26216 varprojlim
26217 \end_layout
26218
26219 \end_inset
26220 </cell>
26221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Plain Layout
26225 \begin_inset Formula $\varprojlim$
26226 \end_inset
26227
26228
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 </row>
26234 <row>
26235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26236 \begin_inset Text
26237
26238 \begin_layout Plain Layout
26239
26240 \backslash
26241 varinjlim
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26247 \begin_inset Text
26248
26249 \begin_layout Plain Layout
26250 \begin_inset Formula $\varinjlim$
26251 \end_inset
26252
26253
26254 \begin_inset Formula $\raisebox{-2.5mm}{}$
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \end_inset
26261 </cell>
26262 </row>
26263 </lyxtabular>
26264
26265 \end_inset
26266
26267
26268 \end_layout
26269
26270 \begin_layout Standard
26271 \begin_inset VSpace medskip
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \begin_layout Standard
26278 El límite se crea insertando un subíndice.
26279  Se imprime a la derecha junto a la función en una fórmula en línea:
26280 \end_layout
26281
26282 \begin_layout Standard
26283 \noindent
26284 \align center
26285 \begin_inset Tabular
26286 <lyxtabular version="3" rows="2" columns="2">
26287 <features tabularvalignment="middle">
26288 <column alignment="center" valignment="top" width="0pt">
26289 <column alignment="center" valignment="top" width="0pt">
26290 <row>
26291 <cell alignment="center" valignment="top" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 Comando
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 <cell alignment="center" valignment="top" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304 \begin_inset space \hspace{}
26305 \length 1cm
26306 \end_inset
26307
26308 Resultado
26309 \begin_inset Note Note
26310 status collapsed
26311
26312 \begin_layout Plain Layout
26313
26314 \series bold
26315
26316 \backslash
26317 raisebox
26318 \series default
26319  se usa sólo como espaciador
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 </row>
26330 <row>
26331 <cell alignment="center" valignment="top" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335
26336 \backslash
26337 lim_x
26338 \backslash
26339 to
26340 \begin_inset ERT
26341 status collapsed
26342
26343 \begin_layout Plain Layout
26344
26345
26346 \backslash
26347 spce 
26348 \end_layout
26349
26350 \end_inset
26351
26352 A
26353 \begin_inset ERT
26354 status collapsed
26355
26356 \begin_layout Plain Layout
26357
26358
26359 \backslash
26360 spce 
26361 \end_layout
26362
26363 \end_inset
26364
26365 x=B
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 <cell alignment="center" valignment="top" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26375 \end_inset
26376
26377
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 </row>
26383 </lyxtabular>
26384
26385 \end_inset
26386
26387
26388 \end_layout
26389
26390 \begin_layout Standard
26391 En una ecuación presentada el límite se imprime debajo, como es habitual:
26392 \begin_inset Formula \[
26393 \lim\limits _{x\rightarrow A}=B
26394 \]
26395
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \begin_layout Subsection
26402 Función módulo
26403 \begin_inset Index idx
26404 status collapsed
26405
26406 \begin_layout Plain Layout
26407 Funciones ! módulo
26408 \end_layout
26409
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \begin_layout Standard
26416 La función módulo es especial, porque existe en cuatro variantes.
26417 \end_layout
26418
26419 \begin_layout Standard
26420 En una ecuación presentada:
26421 \begin_inset Formula \begin{align*}
26422 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26423 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26424 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26425 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26426 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26427 \end{align*}
26428
26429 \end_inset
26430
26431 En una ecuación en línea se pone menos espacio delante del nombre de la
26432  función para todas las variantes.
26433 \end_layout
26434
26435 \begin_layout Standard
26436 \begin_inset Newpage newpage
26437 \end_inset
26438
26439
26440 \end_layout
26441
26442 \begin_layout Section
26443 Caracteres especiales
26444 \begin_inset Index idx
26445 status collapsed
26446
26447 \begin_layout Plain Layout
26448 Caracteres especiales
26449 \end_layout
26450
26451 \end_inset
26452
26453
26454 \end_layout
26455
26456 \begin_layout Subsection
26457 Caracteres especiales en texto matemático
26458 \end_layout
26459
26460 \begin_layout Standard
26461 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26462  TeX:
26463 \end_layout
26464
26465 \begin_layout Standard
26466 \begin_inset space \hfill{}
26467 \end_inset
26468
26469
26470 \begin_inset Tabular
26471 <lyxtabular version="3" rows="8" columns="2">
26472 <features tabularvalignment="middle">
26473 <column alignment="block" valignment="top" width="0">
26474 <column alignment="block" valignment="top" width="0">
26475 <row>
26476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Plain Layout
26480 Comando
26481 \end_layout
26482
26483 \end_inset
26484 </cell>
26485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26486 \begin_inset Text
26487
26488 \begin_layout Plain Layout
26489 Resultado
26490 \end_layout
26491
26492 \end_inset
26493 </cell>
26494 </row>
26495 <row>
26496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500
26501 \backslash
26502 oe
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26508 \begin_inset Text
26509
26510 \begin_layout Plain Layout
26511 \begin_inset Formula $\textrm{œ}$
26512 \end_inset
26513
26514
26515 \end_layout
26516
26517 \end_inset
26518 </cell>
26519 </row>
26520 <row>
26521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525
26526 \backslash
26527 OE
26528 \end_layout
26529
26530 \end_inset
26531 </cell>
26532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536 \begin_inset Formula $\textrm{Œ}$
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 </row>
26545 <row>
26546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26547 \begin_inset Text
26548
26549 \begin_layout Plain Layout
26550
26551 \backslash
26552 ae
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Plain Layout
26561 \begin_inset Formula $\textrm{æ}$
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 </row>
26570 <row>
26571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Plain Layout
26575
26576 \backslash
26577 AE
26578 \end_layout
26579
26580 \end_inset
26581 </cell>
26582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586 \begin_inset Formula $\textrm{Æ}$
26587 \end_inset
26588
26589
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 </row>
26595 <row>
26596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26597 \begin_inset Text
26598
26599 \begin_layout Plain Layout
26600
26601 \backslash
26602 aa
26603 \end_layout
26604
26605 \end_inset
26606 </cell>
26607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26608 \begin_inset Text
26609
26610 \begin_layout Plain Layout
26611 \begin_inset Formula $\textrm{\aa}$
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \end_inset
26618 </cell>
26619 </row>
26620 <row>
26621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625
26626 \backslash
26627 AA
26628 \begin_inset Index idx
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632
26633 \backslash
26634 @
26635 \begin_inset ERT
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639
26640
26641 \backslash
26642 textrm{
26643 \backslash
26644 AA}
26645 \end_layout
26646
26647 \end_inset
26648
26649
26650 \end_layout
26651
26652 \end_inset
26653
26654
26655 \end_layout
26656
26657 \end_inset
26658 </cell>
26659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26660 \begin_inset Text
26661
26662 \begin_layout Plain Layout
26663 \begin_inset Formula $\textrm{Å}$
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 </row>
26672 <row>
26673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Plain Layout
26677
26678 \backslash
26679 i
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688 \begin_inset Formula $\textrm{ı}$
26689 \end_inset
26690
26691
26692 \end_layout
26693
26694 \end_inset
26695 </cell>
26696 </row>
26697 </lyxtabular>
26698
26699 \end_inset
26700
26701
26702 \begin_inset space \hfill{}
26703 \end_inset
26704
26705
26706 \begin_inset Tabular
26707 <lyxtabular version="3" rows="8" columns="2">
26708 <features tabularvalignment="middle">
26709 <column alignment="block" valignment="top" width="0">
26710 <column alignment="center" valignment="top" width="0">
26711 <row>
26712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716 Comando
26717 \begin_inset Note Note
26718 status collapsed
26719
26720 \begin_layout Plain Layout
26721
26722 \series bold
26723
26724 \backslash
26725 raisebox
26726 \series default
26727  se usa sólo como espaciador
26728 \end_layout
26729
26730 \end_inset
26731
26732
26733 \end_layout
26734
26735 \end_inset
26736 </cell>
26737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26738 \begin_inset Text
26739
26740 \begin_layout Plain Layout
26741 Resultado
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 </row>
26747 <row>
26748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26749 \begin_inset Text
26750
26751 \begin_layout Plain Layout
26752
26753 \backslash
26754 o
26755 \end_layout
26756
26757 \end_inset
26758 </cell>
26759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26760 \begin_inset Text
26761
26762 \begin_layout Plain Layout
26763 \begin_inset Formula $\textrm{ø}$
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 </row>
26772 <row>
26773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Plain Layout
26777
26778 \backslash
26779 O
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Plain Layout
26788 \begin_inset Formula $\textrm{Ø}$
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \end_inset
26795 </cell>
26796 </row>
26797 <row>
26798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26799 \begin_inset Text
26800
26801 \begin_layout Plain Layout
26802
26803 \backslash
26804 l
26805 \end_layout
26806
26807 \end_inset
26808 </cell>
26809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813 \begin_inset Formula $\textrm{ł}$
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \end_inset
26820 </cell>
26821 </row>
26822 <row>
26823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26824 \begin_inset Text
26825
26826 \begin_layout Plain Layout
26827
26828 \backslash
26829 L
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26835 \begin_inset Text
26836
26837 \begin_layout Plain Layout
26838 \begin_inset Formula $\textrm{Ł}$
26839 \end_inset
26840
26841
26842 \end_layout
26843
26844 \end_inset
26845 </cell>
26846 </row>
26847 <row>
26848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26849 \begin_inset Text
26850
26851 \begin_layout Plain Layout
26852 !
26853 \begin_inset space \hspace{}
26854 \length 0mm
26855 \end_inset
26856
26857 `
26858 \begin_inset ERT
26859 status collapsed
26860
26861 \begin_layout Plain Layout
26862
26863
26864 \backslash
26865 spce 
26866 \end_layout
26867
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \end_inset
26874 </cell>
26875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26876 \begin_inset Text
26877
26878 \begin_layout Plain Layout
26879 \begin_inset Formula $\textrm{!`}$
26880 \end_inset
26881
26882
26883 \end_layout
26884
26885 \end_inset
26886 </cell>
26887 </row>
26888 <row>
26889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Plain Layout
26893 ?
26894 \begin_inset space \hspace{}
26895 \length 0mm
26896 \end_inset
26897
26898 `
26899 \begin_inset ERT
26900 status collapsed
26901
26902 \begin_layout Plain Layout
26903
26904
26905 \backslash
26906 spce 
26907 \end_layout
26908
26909 \end_inset
26910
26911
26912 \end_layout
26913
26914 \end_inset
26915 </cell>
26916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26917 \begin_inset Text
26918
26919 \begin_layout Plain Layout
26920 \begin_inset Formula $\textrm{?`}$
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \end_inset
26927 </cell>
26928 </row>
26929 <row>
26930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26931 \begin_inset Text
26932
26933 \begin_layout Plain Layout
26934
26935 \backslash
26936 j
26937 \end_layout
26938
26939 \end_inset
26940 </cell>
26941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26942 \begin_inset Text
26943
26944 \begin_layout Plain Layout
26945 \begin_inset Formula $\textrm{ȷ}$
26946 \end_inset
26947
26948
26949 \end_layout
26950
26951 \end_inset
26952 </cell>
26953 </row>
26954 </lyxtabular>
26955
26956 \end_inset
26957
26958
26959 \begin_inset space \hfill{}
26960 \end_inset
26961
26962
26963 \end_layout
26964
26965 \begin_layout Standard
26966 Los caracteres 
26967 \begin_inset Formula $\textrm{\textrm{Å}}$
26968 \end_inset
26969
26970  y 
26971 \begin_inset Formula $\textrm{\textrm{Ø}}$
26972 \end_inset
26973
26974  también se pueden insertar mediante el botón 
26975 \begin_inset Graphics
26976         filename ../../images/math/digamma.png
26977         scale 85
26978
26979 \end_inset
26980
26981  de la barra de ecuaciones.
26982 \end_layout
26983
26984 \begin_layout Standard
26985 Los comandos 
26986 \series bold
26987 !
26988 \begin_inset space \hspace{}
26989 \length 0mm
26990 \end_inset
26991
26992 `
26993 \series default
26994  y 
26995 \series bold
26996 ?
26997 \begin_inset space \hspace{}
26998 \length 0mm
26999 \end_inset
27000
27001 `
27002 \series default
27003  son una excepción porque se pueden insertar directamente a texto en LyX.
27004  
27005 \end_layout
27006
27007 \begin_layout Subsection
27008 Acentos en texto
27009 \begin_inset CommandInset label
27010 LatexCommand label
27011 name "sub:Acentos-en-texto"
27012
27013 \end_inset
27014
27015
27016 \begin_inset Index idx
27017 status collapsed
27018
27019 \begin_layout Plain Layout
27020 Acentos ! en texto
27021 \end_layout
27022
27023 \end_inset
27024
27025
27026 \end_layout
27027
27028 \begin_layout Standard
27029 Con los siguientes comandos se pueden acentuar todas las letras.
27030  Los comandos deben ponerse en modo TeX.
27031 \end_layout
27032
27033 \begin_layout Standard
27034 \begin_inset space \hfill{}
27035 \end_inset
27036
27037
27038 \begin_inset Tabular
27039 <lyxtabular version="3" rows="8" columns="2">
27040 <features tabularvalignment="middle">
27041 <column alignment="block" valignment="top" width="0">
27042 <column alignment="block" valignment="top" width="0">
27043 <row>
27044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27045 \begin_inset Text
27046
27047 \begin_layout Plain Layout
27048 Comando
27049 \end_layout
27050
27051 \end_inset
27052 </cell>
27053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27054 \begin_inset Text
27055
27056 \begin_layout Plain Layout
27057 Resultado
27058 \end_layout
27059
27060 \end_inset
27061 </cell>
27062 </row>
27063 <row>
27064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27065 \begin_inset Text
27066
27067 \begin_layout Plain Layout
27068
27069 \backslash
27070
27071 \begin_inset Quotes grd
27072 \end_inset
27073
27074 e
27075 \end_layout
27076
27077 \end_inset
27078 </cell>
27079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083 \begin_inset ERT
27084 status collapsed
27085
27086 \begin_layout Plain Layout
27087
27088
27089 \backslash
27090 "e
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \end_inset
27099 </cell>
27100 </row>
27101 <row>
27102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27103 \begin_inset Text
27104
27105 \begin_layout Plain Layout
27106
27107 \backslash
27108 `e
27109 \end_layout
27110
27111 \end_inset
27112 </cell>
27113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27114 \begin_inset Text
27115
27116 \begin_layout Plain Layout
27117 \begin_inset ERT
27118 status collapsed
27119
27120 \begin_layout Plain Layout
27121
27122
27123 \backslash
27124 `e
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \end_layout
27131
27132 \end_inset
27133 </cell>
27134 </row>
27135 <row>
27136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27137 \begin_inset Text
27138
27139 \begin_layout Plain Layout
27140
27141 \backslash
27142 ^
27143 \begin_inset ERT
27144 status collapsed
27145
27146 \begin_layout Plain Layout
27147
27148
27149 \backslash
27150 spce 
27151 \end_layout
27152
27153 \end_inset
27154
27155 e
27156 \end_layout
27157
27158 \end_inset
27159 </cell>
27160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27161 \begin_inset Text
27162
27163 \begin_layout Plain Layout
27164 \begin_inset ERT
27165 status collapsed
27166
27167 \begin_layout Plain Layout
27168
27169
27170 \backslash
27171 ^e
27172 \end_layout
27173
27174 \end_inset
27175
27176
27177 \end_layout
27178
27179 \end_inset
27180 </cell>
27181 </row>
27182 <row>
27183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27184 \begin_inset Text
27185
27186 \begin_layout Plain Layout
27187
27188 \backslash
27189 =e
27190 \end_layout
27191
27192 \end_inset
27193 </cell>
27194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27195 \begin_inset Text
27196
27197 \begin_layout Plain Layout
27198 \begin_inset ERT
27199 status collapsed
27200
27201 \begin_layout Plain Layout
27202
27203
27204 \backslash
27205 =e
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \end_inset
27214 </cell>
27215 </row>
27216 <row>
27217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27218 \begin_inset Text
27219
27220 \begin_layout Plain Layout
27221
27222 \backslash
27223 u
27224 \begin_inset ERT
27225 status collapsed
27226
27227 \begin_layout Plain Layout
27228
27229
27230 \backslash
27231 spce 
27232 \end_layout
27233
27234 \end_inset
27235
27236 e
27237 \end_layout
27238
27239 \end_inset
27240 </cell>
27241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27242 \begin_inset Text
27243
27244 \begin_layout Plain Layout
27245 \begin_inset ERT
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249
27250
27251 \backslash
27252 u e
27253 \end_layout
27254
27255 \end_inset
27256
27257
27258 \end_layout
27259
27260 \end_inset
27261 </cell>
27262 </row>
27263 <row>
27264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27265 \begin_inset Text
27266
27267 \begin_layout Plain Layout
27268
27269 \backslash
27270 b
27271 \begin_inset ERT
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275
27276
27277 \backslash
27278 spce 
27279 \end_layout
27280
27281 \end_inset
27282
27283 e
27284 \end_layout
27285
27286 \end_inset
27287 </cell>
27288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27289 \begin_inset Text
27290
27291 \begin_layout Plain Layout
27292 \begin_inset ERT
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296
27297
27298 \backslash
27299 b e
27300 \end_layout
27301
27302 \end_inset
27303
27304
27305 \end_layout
27306
27307 \end_inset
27308 </cell>
27309 </row>
27310 <row>
27311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27312 \begin_inset Text
27313
27314 \begin_layout Plain Layout
27315
27316 \backslash
27317 t
27318 \begin_inset ERT
27319 status collapsed
27320
27321 \begin_layout Plain Layout
27322
27323
27324 \backslash
27325 spce 
27326 \end_layout
27327
27328 \end_inset
27329
27330 ee
27331 \end_layout
27332
27333 \end_inset
27334 </cell>
27335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27336 \begin_inset Text
27337
27338 \begin_layout Plain Layout
27339 \begin_inset ERT
27340 status collapsed
27341
27342 \begin_layout Plain Layout
27343
27344
27345 \backslash
27346 t ee
27347 \end_layout
27348
27349 \end_inset
27350
27351
27352 \end_layout
27353
27354 \end_inset
27355 </cell>
27356 </row>
27357 </lyxtabular>
27358
27359 \end_inset
27360
27361
27362 \begin_inset space \hfill{}
27363 \end_inset
27364
27365
27366 \begin_inset Tabular
27367 <lyxtabular version="3" rows="8" columns="2">
27368 <features tabularvalignment="middle">
27369 <column alignment="block" valignment="top" width="0">
27370 <column alignment="center" valignment="top" width="0">
27371 <row>
27372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27373 \begin_inset Text
27374
27375 \begin_layout Plain Layout
27376 Comando
27377 \end_layout
27378
27379 \end_inset
27380 </cell>
27381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27382 \begin_inset Text
27383
27384 \begin_layout Plain Layout
27385 Resultado
27386 \end_layout
27387
27388 \end_inset
27389 </cell>
27390 </row>
27391 <row>
27392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27393 \begin_inset Text
27394
27395 \begin_layout Plain Layout
27396
27397 \backslash
27398 H
27399 \begin_inset ERT
27400 status collapsed
27401
27402 \begin_layout Plain Layout
27403
27404
27405 \backslash
27406 spce 
27407 \end_layout
27408
27409 \end_inset
27410
27411 e
27412 \end_layout
27413
27414 \end_inset
27415 </cell>
27416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27417 \begin_inset Text
27418
27419 \begin_layout Plain Layout
27420 \begin_inset ERT
27421 status collapsed
27422
27423 \begin_layout Plain Layout
27424
27425
27426 \backslash
27427 H e
27428 \end_layout
27429
27430 \end_inset
27431
27432
27433 \end_layout
27434
27435 \end_inset
27436 </cell>
27437 </row>
27438 <row>
27439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27440 \begin_inset Text
27441
27442 \begin_layout Plain Layout
27443
27444 \backslash
27445 'e
27446 \end_layout
27447
27448 \end_inset
27449 </cell>
27450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27451 \begin_inset Text
27452
27453 \begin_layout Plain Layout
27454 \begin_inset ERT
27455 status collapsed
27456
27457 \begin_layout Plain Layout
27458
27459
27460 \backslash
27461 'e
27462 \end_layout
27463
27464 \end_inset
27465
27466
27467 \end_layout
27468
27469 \end_inset
27470 </cell>
27471 </row>
27472 <row>
27473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27474 \begin_inset Text
27475
27476 \begin_layout Plain Layout
27477
27478 \backslash
27479 ~e
27480 \begin_inset Index idx
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484 Tilde
27485 \end_layout
27486
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \end_inset
27493 </cell>
27494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27495 \begin_inset Text
27496
27497 \begin_layout Plain Layout
27498 \begin_inset ERT
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502
27503
27504 \backslash
27505 ~e
27506 \end_layout
27507
27508 \end_inset
27509
27510
27511 \end_layout
27512
27513 \end_inset
27514 </cell>
27515 </row>
27516 <row>
27517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27518 \begin_inset Text
27519
27520 \begin_layout Plain Layout
27521
27522 \backslash
27523 .e
27524 \end_layout
27525
27526 \end_inset
27527 </cell>
27528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27529 \begin_inset Text
27530
27531 \begin_layout Plain Layout
27532 \begin_inset ERT
27533 status collapsed
27534
27535 \begin_layout Plain Layout
27536
27537
27538 \backslash
27539 .e
27540 \end_layout
27541
27542 \end_inset
27543
27544
27545 \end_layout
27546
27547 \end_inset
27548 </cell>
27549 </row>
27550 <row>
27551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27552 \begin_inset Text
27553
27554 \begin_layout Plain Layout
27555
27556 \backslash
27557 v
27558 \begin_inset ERT
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562
27563
27564 \backslash
27565 spce 
27566 \end_layout
27567
27568 \end_inset
27569
27570 e
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579 \begin_inset ERT
27580 status collapsed
27581
27582 \begin_layout Plain Layout
27583
27584
27585 \backslash
27586 v e
27587 \end_layout
27588
27589 \end_inset
27590
27591
27592 \end_layout
27593
27594 \end_inset
27595 </cell>
27596 </row>
27597 <row>
27598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27599 \begin_inset Text
27600
27601 \begin_layout Plain Layout
27602
27603 \backslash
27604 d
27605 \begin_inset ERT
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609
27610
27611 \backslash
27612 spce 
27613 \end_layout
27614
27615 \end_inset
27616
27617 e
27618 \end_layout
27619
27620 \end_inset
27621 </cell>
27622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27623 \begin_inset Text
27624
27625 \begin_layout Plain Layout
27626 \begin_inset ERT
27627 status collapsed
27628
27629 \begin_layout Plain Layout
27630
27631
27632 \backslash
27633 d e
27634 \end_layout
27635
27636 \end_inset
27637
27638
27639 \end_layout
27640
27641 \end_inset
27642 </cell>
27643 </row>
27644 <row>
27645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27646 \begin_inset Text
27647
27648 \begin_layout Plain Layout
27649
27650 \backslash
27651 c
27652 \begin_inset ERT
27653 status collapsed
27654
27655 \begin_layout Plain Layout
27656
27657
27658 \backslash
27659 spce 
27660 \end_layout
27661
27662 \end_inset
27663
27664 e
27665 \end_layout
27666
27667 \end_inset
27668 </cell>
27669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27670 \begin_inset Text
27671
27672 \begin_layout Plain Layout
27673 \begin_inset ERT
27674 status collapsed
27675
27676 \begin_layout Plain Layout
27677
27678
27679 \backslash
27680 c e
27681 \end_layout
27682
27683 \end_inset
27684
27685
27686 \end_layout
27687
27688 \end_inset
27689 </cell>
27690 </row>
27691 </lyxtabular>
27692
27693 \end_inset
27694
27695
27696 \begin_inset space \hfill{}
27697 \end_inset
27698
27699
27700 \end_layout
27701
27702 \begin_layout Standard
27703 \begin_inset VSpace medskip
27704 \end_inset
27705
27706
27707 \end_layout
27708
27709 \begin_layout Standard
27710 Con el comando 
27711 \series bold
27712
27713 \backslash
27714 t
27715 \series default
27716  también se pueden acentuar dos caracteres distintos.
27717  El comando 
27718 \series bold
27719
27720 \backslash
27721 t
27722 \begin_inset ERT
27723 status collapsed
27724
27725 \begin_layout Plain Layout
27726
27727
27728 \backslash
27729 spce 
27730 \end_layout
27731
27732 \end_inset
27733
27734 sz
27735 \series default
27736  genera 
27737 \begin_inset ERT
27738 status collapsed
27739
27740 \begin_layout Plain Layout
27741
27742
27743 \backslash
27744 t sz
27745 \end_layout
27746
27747 \end_inset
27748
27749
27750 \end_layout
27751
27752 \begin_layout Standard
27753 Los acentos 
27754 \series bold
27755 `
27756 \series default
27757  , 
27758 \series bold
27759 '
27760 \series default
27761  y 
27762 \series bold
27763 ^
27764 \series default
27765  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27766  TeX.
27767  Lo mismo se aplica a la tilde
27768 \begin_inset Foot
27769 status collapsed
27770
27771 \begin_layout Plain Layout
27772 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27773 \end_layout
27774
27775 \end_inset
27776
27777  con 
27778 \emph on
27779 a
27780 \emph default
27781
27782 \emph on
27783 o
27784 \emph default
27785  y 
27786 \emph on
27787 n.
27788 \end_layout
27789
27790 \begin_layout Standard
27791 Los comandos 
27792 \series bold
27793
27794 \backslash
27795 b
27796 \series default
27797  , 
27798 \series bold
27799
27800 \backslash
27801 c
27802 \series default
27803  , 
27804 \series bold
27805
27806 \backslash
27807 d
27808 \series default
27809  , 
27810 \series bold
27811
27812 \backslash
27813 H
27814 \series default
27815  , 
27816 \series bold
27817
27818 \backslash
27819 t
27820 \series default
27821  , 
27822 \series bold
27823
27824 \backslash
27825 u
27826 \series default
27827  , 
27828 \series bold
27829
27830 \backslash
27831 v
27832 \series default
27833 , y acentos insertados directamente con el teclado también están disponibles
27834  en texto matemático.
27835  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27836  
27837 \begin_inset CommandInset ref
27838 LatexCommand ref
27839 reference "sub:Acentos-para-un"
27840
27841 \end_inset
27842
27843 .
27844 \end_layout
27845
27846 \begin_layout Standard
27847 \begin_inset VSpace bigskip
27848 \end_inset
27849
27850
27851 \end_layout
27852
27853 \begin_layout Standard
27854 Además, con el comando 
27855 \series bold
27856
27857 \backslash
27858 textcircled
27859 \series default
27860
27861 \begin_inset Index idx
27862 status collapsed
27863
27864 \begin_layout Plain Layout
27865 Comandos ! T ! 
27866 \backslash
27867 textcircled
27868 \end_layout
27869
27870 \end_inset
27871
27872  se pueden insertar en un círculo todos los números y letras, de forma parecida
27873  al símbolo copyright.
27874 \end_layout
27875
27876 \begin_layout Standard
27877 \noindent
27878 \align center
27879 \begin_inset Tabular
27880 <lyxtabular version="3" rows="3" columns="2">
27881 <features tabularvalignment="middle">
27882 <column alignment="center" valignment="top" width="0">
27883 <column alignment="center" valignment="top" width="0">
27884 <row>
27885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27886 \begin_inset Text
27887
27888 \begin_layout Plain Layout
27889 Comando
27890 \end_layout
27891
27892 \end_inset
27893 </cell>
27894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27895 \begin_inset Text
27896
27897 \begin_layout Plain Layout
27898 Resultado
27899 \begin_inset Note Note
27900 status collapsed
27901
27902 \begin_layout Plain Layout
27903
27904 \series bold
27905
27906 \backslash
27907 raisebox
27908 \series default
27909  se usa sólo como espaciador
27910 \end_layout
27911
27912 \end_inset
27913
27914
27915 \end_layout
27916
27917 \end_inset
27918 </cell>
27919 </row>
27920 <row>
27921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27922 \begin_inset Text
27923
27924 \begin_layout Plain Layout
27925
27926 \backslash
27927 textcircled{w}
27928 \end_layout
27929
27930 \end_inset
27931 </cell>
27932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27933 \begin_inset Text
27934
27935 \begin_layout Plain Layout
27936 \begin_inset ERT
27937 status collapsed
27938
27939 \begin_layout Plain Layout
27940
27941
27942 \backslash
27943 textcircled{w}
27944 \end_layout
27945
27946 \end_inset
27947
27948
27949 \end_layout
27950
27951 \end_inset
27952 </cell>
27953 </row>
27954 <row>
27955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27956 \begin_inset Text
27957
27958 \begin_layout Plain Layout
27959
27960 \backslash
27961 Large 
27962 \backslash
27963 textcircled{
27964 \backslash
27965 normalsize
27966 \backslash
27967 protect
27968 \backslash
27969 raisebox{-1.5pt}{W}}
27970 \end_layout
27971
27972 \end_inset
27973 </cell>
27974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27975 \begin_inset Text
27976
27977 \begin_layout Plain Layout
27978 \begin_inset Formula $\raisebox{4.5mm}{}$
27979 \end_inset
27980
27981
27982 \begin_inset ERT
27983 status collapsed
27984
27985 \begin_layout Plain Layout
27986
27987
27988 \backslash
27989 Large 
27990 \backslash
27991 textcircled{
27992 \backslash
27993 normalsize
27994 \backslash
27995 protect
27996 \backslash
27997 raisebox{-1.5pt}W}
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \begin_inset Formula $\raisebox{-2mm}{}$
28004 \end_inset
28005
28006
28007 \end_layout
28008
28009 \end_inset
28010 </cell>
28011 </row>
28012 </lyxtabular>
28013
28014 \end_inset
28015
28016
28017 \end_layout
28018
28019 \begin_layout Standard
28020 Hay que tener cuidado que el carácter se ajuste al círculo.
28021  Por eso 
28022 \series bold
28023
28024 \backslash
28025 Large
28026 \begin_inset Foot
28027 status collapsed
28028
28029 \begin_layout Plain Layout
28030 véase 
28031 \begin_inset CommandInset ref
28032 LatexCommand ref
28033 reference "sub:Tamaños-de-fuentes"
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \end_inset
28041
28042
28043 \series default
28044  especifica el tamaño del círculo.
28045  Con ayuda de 
28046 \series bold
28047
28048 \backslash
28049 raisebox
28050 \begin_inset Foot
28051 status collapsed
28052
28053 \begin_layout Plain Layout
28054 véase 
28055 \begin_inset CommandInset ref
28056 LatexCommand ref
28057 reference "sub:Cuadros-sin-marco"
28058
28059 \end_inset
28060
28061
28062 \end_layout
28063
28064 \end_inset
28065
28066
28067 \series default
28068  se puede centrar el carácter.
28069 \end_layout
28070
28071 \begin_layout Subsection
28072 Números en estilo antiguo
28073 \begin_inset Index idx
28074 status collapsed
28075
28076 \begin_layout Plain Layout
28077 Numeros@Números ! en estilo antiguo
28078 \end_layout
28079
28080 \end_inset
28081
28082
28083 \end_layout
28084
28085 \begin_layout Standard
28086 Los números en estilo antiguo o elzevirianos se componen con el comando
28087  
28088 \series bold
28089
28090 \backslash
28091 oldstylenums
28092 \series default
28093
28094 \begin_inset Index idx
28095 status collapsed
28096
28097 \begin_layout Plain Layout
28098 Comandos ! O ! 
28099 \backslash
28100 oldstylenums
28101 \end_layout
28102
28103 \end_inset
28104
28105 .
28106  El comando se puede usar en ecuaciones y en modo TeX.
28107  Su esquema es:
28108 \end_layout
28109
28110 \begin_layout Standard
28111
28112 \series bold
28113
28114 \backslash
28115 oldstylenums{número}
28116 \end_layout
28117
28118 \begin_layout Standard
28119 El comando 
28120 \series bold
28121
28122 \backslash
28123 oldstylenums{0123456789}
28124 \series default
28125  genera: 
28126 \begin_inset Formula $\oldstylenums{0123456789}$
28127 \end_inset
28128
28129
28130 \end_layout
28131
28132 \begin_layout Subsection
28133 Caracteres especiales misceláneos
28134 \begin_inset CommandInset label
28135 LatexCommand label
28136 name "sub:Caracteres-especiales-misceláneos"
28137
28138 \end_inset
28139
28140
28141 \begin_inset Index idx
28142 status collapsed
28143
28144 \begin_layout Plain Layout
28145 Caracteres especiales ! misceláneos
28146 \end_layout
28147
28148 \end_inset
28149
28150
28151 \end_layout
28152
28153 \begin_layout Standard
28154 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
28155  comandos:
28156 \end_layout
28157
28158 \begin_layout Standard
28159 \noindent
28160 \align center
28161 \begin_inset Tabular
28162 <lyxtabular version="3" rows="4" columns="2">
28163 <features tabularvalignment="middle">
28164 <column alignment="center" valignment="top" width="0">
28165 <column alignment="center" valignment="top" width="0">
28166 <row>
28167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28168 \begin_inset Text
28169
28170 \begin_layout Plain Layout
28171 Comando
28172 \end_layout
28173
28174 \end_inset
28175 </cell>
28176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28177 \begin_inset Text
28178
28179 \begin_layout Plain Layout
28180 Resultado
28181 \end_layout
28182
28183 \end_inset
28184 </cell>
28185 </row>
28186 <row>
28187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28188 \begin_inset Text
28189
28190 \begin_layout Plain Layout
28191
28192 \backslash
28193 ^
28194 \begin_inset ERT
28195 status collapsed
28196
28197 \begin_layout Plain Layout
28198
28199
28200 \backslash
28201 spce 
28202 \end_layout
28203
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \end_inset
28210 </cell>
28211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28212 \begin_inset Text
28213
28214 \begin_layout Plain Layout
28215 \begin_inset Formula $\mathcircumflex$
28216 \end_inset
28217
28218
28219 \end_layout
28220
28221 \end_inset
28222 </cell>
28223 </row>
28224 <row>
28225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28226 \begin_inset Text
28227
28228 \begin_layout Plain Layout
28229
28230 \backslash
28231 _
28232 \end_layout
28233
28234 \end_inset
28235 </cell>
28236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28237 \begin_inset Text
28238
28239 \begin_layout Plain Layout
28240 \begin_inset Formula $\_$
28241 \end_inset
28242
28243
28244 \end_layout
28245
28246 \end_inset
28247 </cell>
28248 </row>
28249 <row>
28250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28251 \begin_inset Text
28252
28253 \begin_layout Plain Layout
28254 ^
28255 \begin_inset ERT
28256 status collapsed
28257
28258 \begin_layout Plain Layout
28259
28260
28261 \backslash
28262 spce 
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \backslash
28269 circ
28270 \begin_inset Index idx
28271 status collapsed
28272
28273 \begin_layout Plain Layout
28274
28275 \backslash
28276
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \end_inset
28285 </cell>
28286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28287 \begin_inset Text
28288
28289 \begin_layout Plain Layout
28290 \begin_inset Formula $^{\circ}$
28291 \end_inset
28292
28293
28294 \end_layout
28295
28296 \end_inset
28297 </cell>
28298 </row>
28299 </lyxtabular>
28300
28301 \end_inset
28302
28303
28304 \end_layout
28305
28306 \begin_layout Standard
28307 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
28308  LaTeX contiene la línea:
28309 \begin_inset Foot
28310 status collapsed
28311
28312 \begin_layout Plain Layout
28313 Más sobre este asunto en 
28314 \begin_inset CommandInset ref
28315 LatexCommand ref
28316 reference "sub:Caracteres-de-texto"
28317
28318 \end_inset
28319
28320
28321 \end_layout
28322
28323 \end_inset
28324
28325  
28326 \end_layout
28327
28328 \begin_layout Standard
28329
28330 \series bold
28331
28332 \backslash
28333 DeclareInputtext{176}{
28334 \backslash
28335 ifmmode^
28336 \backslash
28337 circ
28338 \backslash
28339 else
28340 \backslash
28341 textdegree
28342 \backslash
28343 fi}
28344 \end_layout
28345
28346 \begin_layout Standard
28347 \begin_inset Newpage newpage
28348 \end_inset
28349
28350
28351 \end_layout
28352
28353 \begin_layout Section
28354 Estilos de ecuación
28355 \begin_inset CommandInset label
28356 LatexCommand label
28357 name "sec:Estilos-de-ecuación"
28358
28359 \end_inset
28360
28361
28362 \begin_inset Index idx
28363 status collapsed
28364
28365 \begin_layout Plain Layout
28366 Ecuación ! estilos de
28367 \end_layout
28368
28369 \end_inset
28370
28371
28372 \end_layout
28373
28374 \begin_layout Itemize
28375 Hay dos estilos diferentes de alineación:
28376 \end_layout
28377
28378 \begin_deeper
28379 \begin_layout Description
28380 Centrado es el estándar predefinido
28381 \end_layout
28382
28383 \begin_layout Description
28384 Sangrado para este estilo debe insertarse la opción de clase 
28385 \series bold
28386 fleqn
28387 \series default
28388  en el menú 
28389 \family sans
28390 Documento\SpecialChar \menuseparator
28391 Configuración
28392 \family default
28393  bajo 
28394 \family sans
28395 Clase de documento
28396 \end_layout
28397
28398 \begin_layout Standard
28399 Cuando se usa 
28400 \series bold
28401 Sangrado
28402 \series default
28403 , éste se puede ajustar con la longitud 
28404 \series bold
28405
28406 \backslash
28407 mathindent
28408 \series default
28409
28410 \begin_inset Index idx
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414 Comandos ! M ! 
28415 \backslash
28416 mathindent
28417 \end_layout
28418
28419 \end_inset
28420
28421 .
28422  Para 15
28423 \begin_inset space \thinspace{}
28424 \end_inset
28425
28426 mm, p.
28427 \begin_inset space \thinspace{}
28428 \end_inset
28429
28430 e., se inserta esta línea de comando en el preámbulo LaTeX:
28431 \end_layout
28432
28433 \begin_layout Standard
28434
28435 \series bold
28436
28437 \backslash
28438 setlength{
28439 \backslash
28440 mathindent}{15mm}
28441 \end_layout
28442
28443 \begin_layout Standard
28444 Si no se especifica longitud se usa el valor predeterminado de 30
28445 \begin_inset space \thinspace{}
28446 \end_inset
28447
28448 pt.
28449 \end_layout
28450
28451 \end_deeper
28452 \begin_layout Itemize
28453 Y dos estilos diferentes de numeración:
28454 \end_layout
28455
28456 \begin_deeper
28457 \begin_layout Description
28458 Derecha es el estándar predefinido
28459 \end_layout
28460
28461 \begin_layout Description
28462 Izquierda para este estilo debe insertarse la opción de clase 
28463 \series bold
28464 leqno
28465 \series default
28466  en el menú 
28467 \family sans
28468 Documento\SpecialChar \menuseparator
28469 Configuración
28470 \family default
28471  bajo 
28472 \family sans
28473 Clase de documento
28474 \end_layout
28475
28476 \end_deeper
28477 \begin_layout Standard
28478
28479 \series bold
28480 fleqn
28481 \series default
28482  y 
28483 \series bold
28484 leqno
28485 \series default
28486  también se pueden usar juntos.
28487  En ese caso se insertan ambas opciones, separadas por una coma.
28488 \end_layout
28489
28490 \begin_layout Standard
28491 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
28492  documento.
28493  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28494  estilo 
28495 \series bold
28496 Centrado
28497 \series default
28498  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28499 \begin_inset CommandInset ref
28500 LatexCommand ref
28501 reference "sub:Entorno-flalign"
28502
28503 \end_inset
28504
28505 .
28506 \end_layout
28507
28508 \begin_layout Section
28509 Ecuaciones multilínea
28510 \begin_inset CommandInset label
28511 LatexCommand label
28512 name "sec:Ecuaciones-multilínea"
28513
28514 \end_inset
28515
28516
28517 \begin_inset Index idx
28518 status collapsed
28519
28520 \begin_layout Plain Layout
28521 Ecuación ! multilínea
28522 \end_layout
28523
28524 \end_inset
28525
28526
28527 \end_layout
28528
28529 \begin_layout Subsection
28530 General
28531 \end_layout
28532
28533 \begin_layout Standard
28534 En LyX se generan nuevas líneas en una ecuación con 
28535 \family sans
28536 \series bold
28537 Ctrl+Retorno
28538 \family default
28539 \series default
28540 .
28541  Esto crea un 
28542 \series bold
28543 entorno eqnarray
28544 \series default
28545 , que se describe en
28546 \begin_inset space ~
28547 \end_inset
28548
28549
28550 \begin_inset CommandInset ref
28551 LatexCommand ref
28552 reference "sub:Entorno-eqnarray"
28553
28554 \end_inset
28555
28556  o, si se ha marcado la opción 
28557 \family sans
28558 Usar
28559 \begin_inset space ~
28560 \end_inset
28561
28562 el
28563 \begin_inset space ~
28564 \end_inset
28565
28566 paquete
28567 \begin_inset space ~
28568 \end_inset
28569
28570 de
28571 \begin_inset space ~
28572 \end_inset
28573
28574 ecuaciones
28575 \begin_inset space ~
28576 \end_inset
28577
28578 AMS
28579 \family default
28580  en la configuración del documento
28581 \family sans
28582 , un 
28583 \series bold
28584 entorno
28585 \family default
28586 \series default
28587  
28588 \series bold
28589 align
28590 \series default
28591 , que se describe en
28592 \begin_inset space ~
28593 \end_inset
28594
28595
28596 \begin_inset CommandInset ref
28597 LatexCommand ref
28598 reference "sub:Entorno-align-estándar"
28599
28600 \end_inset
28601
28602 .
28603 \end_layout
28604
28605 \begin_layout Standard
28606 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28607  el menú 
28608 \family sans
28609 Insertar\SpecialChar \menuseparator
28610 Ecuación
28611 \family default
28612 .
28613  En las siguientes secciones se describen estos entornos.
28614 \end_layout
28615
28616 \begin_layout Standard
28617 En todos los entornos de ecuación multilínea la combinación 
28618 \family sans
28619 Ctrl+Retorno
28620 \family default
28621  genera una línea nueva.
28622  Para añadir o quitar líneas se pueden usar los botones 
28623 \begin_inset Graphics
28624         filename ../../images/tabular-feature_append-row.png
28625         scale 85
28626
28627 \end_inset
28628
28629  o 
28630 \begin_inset Graphics
28631         filename ../../images/tabular-feature_delete-row.png
28632         scale 85
28633
28634 \end_inset
28635
28636 de la barra de herramientas, respectivamente, o el menú 
28637 \family sans
28638 Editar\SpecialChar \menuseparator
28639 Filas y columnas
28640 \family default
28641 .
28642 \end_layout
28643
28644 \begin_layout Subsubsection
28645 Separación de líneas
28646 \begin_inset CommandInset label
28647 LatexCommand label
28648 name "sub:Separación-de-líneas"
28649
28650 \end_inset
28651
28652
28653 \begin_inset Index idx
28654 status collapsed
28655
28656 \begin_layout Plain Layout
28657 Ecuación ! multilínea ! separación de filas
28658 \end_layout
28659
28660 \end_inset
28661
28662
28663 \end_layout
28664
28665 \begin_layout Standard
28666 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28667 \begin_inset Formula \begin{eqnarray*}
28668 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}\\
28669 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
28670 \end{eqnarray*}
28671
28672 \end_inset
28673
28674 En LaTeX un espacio adicional para una línea se especifica como argumento
28675  opcional del comando de nueva línea.
28676  Esto aún no es posible en LYX,
28677 \begin_inset Foot
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681 véase 
28682 \begin_inset CommandInset href
28683 LatexCommand href
28684 name "LyX-bug #1505"
28685 target "http://www.lyx.org/trac/ticket/1505"
28686
28687 \end_inset
28688
28689
28690 \end_layout
28691
28692 \end_inset
28693
28694  por lo que toda la ecuación debe insertarse en modo TeX.
28695  Para añadir espacio en nuestro ejemplo se inserta el comando 
28696 \series bold
28697
28698 \backslash
28699
28700 \backslash
28701 [3mm]
28702 \series default
28703  al final de la primera línea.
28704  Así: 
28705 \begin_inset ERT
28706 status collapsed
28707
28708 \begin_layout Plain Layout
28709
28710
28711 \backslash
28712 begin{eqnarray*}
28713 \end_layout
28714
28715 \begin_layout Plain Layout
28716
28717 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28718  = & 
28719 \backslash
28720 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28721 \backslash
28722
28723 \backslash
28724 [3mm]
28725 \end_layout
28726
28727 \begin_layout Plain Layout
28728
28729 4x^{2}
28730 \backslash
28731 left(B^{2}+x_{0}^{2}
28732 \backslash
28733 right)+4x_{0}x
28734 \backslash
28735 left(D-B^{2}
28736 \backslash
28737 right)+B^{2}
28738 \backslash
28739 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28740 \backslash
28741 right) & = & 0
28742 \end_layout
28743
28744 \begin_layout Plain Layout
28745
28746
28747 \backslash
28748 end{eqnarray*}
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \begin_inset VSpace bigskip
28755 \end_inset
28756
28757
28758 \end_layout
28759
28760 \begin_layout Standard
28761 Para obtener separación en todas las líneas hay que cambiar la longitud
28762  
28763 \series bold
28764
28765 \backslash
28766 jot
28767 \series default
28768
28769 \begin_inset Index idx
28770 status collapsed
28771
28772 \begin_layout Plain Layout
28773 Comandos ! J ! 
28774 \backslash
28775 jot
28776 \end_layout
28777
28778 \end_inset
28779
28780 .
28781  La definición es: 
28782 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28783 \end_inset
28784
28785 .
28786  El valor predeterminado para 
28787 \series bold
28788
28789 \backslash
28790 jot
28791 \series default
28792  es 3
28793 \begin_inset space \thinspace{}
28794 \end_inset
28795
28796 pt.
28797  Para establecer una separación adicional de 3
28798 \begin_inset space \thinspace{}
28799 \end_inset
28800
28801 mm como en el ejemplo anterior, se inserta el comando
28802 \end_layout
28803
28804 \begin_layout Standard
28805
28806 \series bold
28807
28808 \backslash
28809 setlength{
28810 \backslash
28811 jot}{3mm+3pt}
28812 \end_layout
28813
28814 \begin_layout Standard
28815 en modo TeX antes de la ecuación.
28816  Es necesario cargar el paquete 
28817 \series bold
28818 calc
28819 \series default
28820
28821 \begin_inset Foot
28822 status collapsed
28823
28824 \begin_layout Plain Layout
28825
28826 \series bold
28827 calc
28828 \series default
28829  forma parte de toda instalación LaTeX estándar.
28830 \end_layout
28831
28832 \end_inset
28833
28834
28835 \begin_inset Index idx
28836 status collapsed
28837
28838 \begin_layout Plain Layout
28839 Paquetes ! calc
28840 \end_layout
28841
28842 \end_inset
28843
28844  en el preámbulo con la línea
28845 \end_layout
28846
28847 \begin_layout Standard
28848
28849 \series bold
28850
28851 \backslash
28852 usepackage{calc}
28853 \end_layout
28854
28855 \begin_layout Standard
28856 Se obtiene:
28857 \begin_inset ERT
28858 status collapsed
28859
28860 \begin_layout Plain Layout
28861
28862
28863 \backslash
28864 setlength{
28865 \backslash
28866 jot}{3mm+3pt}
28867 \end_layout
28868
28869 \end_inset
28870
28871
28872 \begin_inset Formula \begin{eqnarray*}
28873 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}\\
28874 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
28875 \end{eqnarray*}
28876
28877 \end_inset
28878
28879
28880 \begin_inset ERT
28881 status collapsed
28882
28883 \begin_layout Plain Layout
28884
28885
28886 \backslash
28887 setlength{
28888 \backslash
28889 jot}{3pt}
28890 \end_layout
28891
28892 \end_inset
28893
28894  Para volver a la distancia predeterminada, 
28895 \series bold
28896
28897 \backslash
28898 jot
28899 \series default
28900  se establece en 3
28901 \begin_inset space \thinspace{}
28902 \end_inset
28903
28904 pt.
28905 \end_layout
28906
28907 \begin_layout Subsubsection
28908 Separación de columnas
28909 \begin_inset CommandInset label
28910 LatexCommand label
28911 name "sub:Separación-de-columnas"
28912
28913 \end_inset
28914
28915
28916 \begin_inset Index idx
28917 status collapsed
28918
28919 \begin_layout Plain Layout
28920 Ecuación ! multilínea !separación de columnas
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \end_layout
28927
28928 \begin_layout Standard
28929 Una ecuación multilínea forma una matriz.
28930  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28931  columnas.
28932  Cambiando la separación de columnas en este entorno se puede cambiar el
28933  espacio junto al signo de relación.
28934 \end_layout
28935
28936 \begin_layout Standard
28937 La separación de columnas se especifica con la longitud
28938 \series bold
28939  
28940 \backslash
28941 arraycolsep
28942 \series default
28943
28944 \begin_inset Index idx
28945 status collapsed
28946
28947 \begin_layout Plain Layout
28948 Comandos ! A ! 
28949 \backslash
28950 arraycolsep
28951 \end_layout
28952
28953 \end_inset
28954
28955  según:
28956 \begin_inset Newline newline
28957 \end_inset
28958
28959 separación de columnas = 2
28960 \begin_inset space \thinspace{}
28961 \end_inset
28962
28963
28964 \series bold
28965
28966 \backslash
28967 arraycolsep
28968 \series default
28969
28970 \begin_inset Newline newline
28971 \end_inset
28972
28973 Así, el comando en modo TeX
28974 \end_layout
28975
28976 \begin_layout Standard
28977
28978 \series bold
28979
28980 \backslash
28981 setlength{
28982 \backslash
28983 arraycolsep}{1cm}
28984 \end_layout
28985
28986 \begin_layout Standard
28987 establece para todas las ecuaciones siguientes una separación de columnas
28988  de 2
28989 \begin_inset space \thinspace{}
28990 \end_inset
28991
28992 cm.
28993  Para volver al valor predefinido, 
28994 \series bold
28995
28996 \backslash
28997 arraycolsep
28998 \series default
28999  se pone en 5
29000 \begin_inset space \thinspace{}
29001 \end_inset
29002
29003 pt.
29004 \end_layout
29005
29006 \begin_layout Standard
29007 Una ecuación con separación de 2
29008 \begin_inset space \thinspace{}
29009 \end_inset
29010
29011 cm entre columnas:
29012 \begin_inset ERT
29013 status collapsed
29014
29015 \begin_layout Plain Layout
29016
29017
29018 \backslash
29019 setlength{
29020 \backslash
29021 arraycolsep}{1cm}
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \begin_inset Formula \begin{eqnarray*}
29028 A & = & B\\
29029 C & \ne & A
29030 \end{eqnarray*}
29031
29032 \end_inset
29033
29034 Una ecuación con la separación predefinida para matrices, 10
29035 \begin_inset space \thinspace{}
29036 \end_inset
29037
29038 pt:
29039 \begin_inset ERT
29040 status collapsed
29041
29042 \begin_layout Plain Layout
29043
29044
29045 \backslash
29046 setlength{
29047 \backslash
29048 arraycolsep}{5pt}
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \begin_inset Formula \begin{eqnarray*}
29055 A & = & B\\
29056 C & \ne & A
29057 \end{eqnarray*}
29058
29059 \end_inset
29060
29061
29062 \end_layout
29063
29064 \begin_layout Subsubsection
29065 Ecuaciones largas
29066 \begin_inset Index idx
29067 status collapsed
29068
29069 \begin_layout Plain Layout
29070 Ecuación ! larga
29071 \end_layout
29072
29073 \end_inset
29074
29075
29076 \end_layout
29077
29078 \begin_layout Standard
29079 Se pueden componer ecuaciones largas mediante estos métodos:
29080 \end_layout
29081
29082 \begin_layout Itemize
29083 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
29084  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
29085 \begin_inset Formula \begin{eqnarray}
29086 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 \\
29087  &  & -\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}
29088 \end{eqnarray}
29089
29090 \end_inset
29091
29092 El signo menos al principio de la segunda línea normalmente no aparece como
29093  operador porque es el primer carácter de la línea.
29094  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
29095  Para evitarlo se ha insertado 3
29096 \begin_inset space \thinspace{}
29097 \end_inset
29098
29099 pt de espacio detrás del menos con el comando 
29100 \series bold
29101
29102 \backslash
29103 hspace
29104 \series default
29105 .
29106 \begin_inset Foot
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110 véase más sobre 
29111 \series bold
29112
29113 \backslash
29114 hspace
29115 \series default
29116  en 
29117 \begin_inset CommandInset ref
29118 LatexCommand ref
29119 reference "sub:Espacio-variable"
29120
29121 \end_inset
29122
29123
29124 \end_layout
29125
29126 \end_inset
29127
29128
29129 \begin_inset Index idx
29130 status collapsed
29131
29132 \begin_layout Plain Layout
29133 Comandos ! H ! 
29134 \backslash
29135 hspace
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \begin_layout Itemize
29144 Si ambos lados de la ecuación son demasiado largos se usa el comando 
29145 \series bold
29146
29147 \backslash
29148 lefteqn
29149 \series default
29150
29151 \begin_inset Index idx
29152 status collapsed
29153
29154 \begin_layout Plain Layout
29155 Comandos ! L ! 
29156 \backslash
29157 lefteqn
29158 \end_layout
29159
29160 \end_inset
29161
29162 .
29163  Se inserta en la primer columna de la primera línea y hace que todas las
29164  inserciones posteriores sobreescriban las columnas siguientes:
29165 \begin_inset Formula \begin{eqnarray}
29166 \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 \\
29167  &  & -\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 \\
29168  &  & =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}
29169 \end{eqnarray}
29170
29171 \end_inset
29172
29173 Tras la inserción de 
29174 \series bold
29175
29176 \backslash
29177 lefteqn
29178 \series default
29179  el cursor está en un marco púrpura un poco a la izquierda del azul.
29180  La ecuación se inserta en éste.
29181 \begin_inset Newline newline
29182 \end_inset
29183
29184 El contenido de las restantes líneas se inserta en la segunda columna o
29185  en otra.
29186  A mayor número de columna donde se inserte, mayor sangrado.
29187 \begin_inset VSpace medskip
29188 \end_inset
29189
29190
29191 \begin_inset Newline newline
29192 \end_inset
29193
29194
29195 \begin_inset Note Greyedout
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 Ten en cuenta lo siguiente si usas 
29200 \series bold
29201
29202 \backslash
29203 lefteqn
29204 \series default
29205 :
29206 \end_layout
29207
29208 \begin_layout Itemize
29209 La ecuación no usa la anchura total de la página.
29210  Cuando se añade, p.
29211 \begin_inset space \thinspace{}
29212 \end_inset
29213
29214 e., el término 
29215 \begin_inset Formula $-B^{2}$
29216 \end_inset
29217
29218  en la primera línea del ejemplo, debería estar fuera del margen.
29219  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
29220  principio de la primera línea.
29221 \end_layout
29222
29223 \begin_layout Itemize
29224 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
29225  primera línea.
29226 \begin_inset Foot
29227 status collapsed
29228
29229 \begin_layout Plain Layout
29230 \begin_inset CommandInset href
29231 LatexCommand href
29232 name "LyX-bug #1429"
29233 target "http://www.lyx.org/trac/ticket/1429"
29234
29235 \end_inset
29236
29237
29238 \end_layout
29239
29240 \end_inset
29241
29242  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29243  teclas de flecha.
29244 \end_layout
29245
29246 \end_inset
29247
29248  
29249 \end_layout
29250
29251 \begin_layout Itemize
29252 Se describen otros métodos para escribir fórmulas largas en 
29253 \begin_inset CommandInset ref
29254 LatexCommand ref
29255 reference "sub:Entorno-multilínea"
29256
29257 \end_inset
29258
29259  y 
29260 \begin_inset CommandInset ref
29261 LatexCommand ref
29262 reference "sub:Partes-de-una-multilínea"
29263
29264 \end_inset
29265
29266 .
29267 \end_layout
29268
29269 \begin_layout Subsubsection
29270 Delimitadores multilínea
29271 \begin_inset CommandInset label
29272 LatexCommand label
29273 name "sub:Delimitadores-multilínea"
29274
29275 \end_inset
29276
29277
29278 \begin_inset Index idx
29279 status collapsed
29280
29281 \begin_layout Plain Layout
29282 Delimitadores ! para varias líneas
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \begin_layout Standard
29291 Para poner delimitadores que cubran varias líneas hay un problema:
29292 \begin_inset Formula \begin{eqnarray*}
29293 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29294  &  & \left.\cdots+B-D\right]
29295 \end{eqnarray*}
29296
29297 \end_inset
29298
29299 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29300 res con tamaño variable no abarcan líneas múltiples.
29301 \end_layout
29302
29303 \begin_layout Standard
29304 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29305  primera línea se finaliza con 
29306 \series bold
29307
29308 \backslash
29309 right.
29310 \series default
29311
29312 \begin_inset Index idx
29313 status collapsed
29314
29315 \begin_layout Plain Layout
29316 Comandos ! R ! 
29317 \backslash
29318 right
29319 \end_layout
29320
29321 \end_inset
29322
29323  y la segunda con 
29324 \series bold
29325
29326 \backslash
29327 left.
29328 \series default
29329 .
29330 \begin_inset Foot
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334 Más sobre 
29335 \series bold
29336
29337 \backslash
29338 left.
29339
29340 \series default
29341  y 
29342 \series bold
29343
29344 \backslash
29345 right.
29346
29347 \series default
29348  en 
29349 \begin_inset CommandInset ref
29350 LatexCommand ref
29351 reference "sub:Tamaño-automático-de"
29352
29353 \end_inset
29354
29355
29356 \end_layout
29357
29358 \end_inset
29359
29360
29361 \begin_inset Index idx
29362 status collapsed
29363
29364 \begin_layout Plain Layout
29365 Comandos ! L ! 
29366 \backslash
29367 left
29368 \end_layout
29369
29370 \end_inset
29371
29372  Después de 
29373 \series bold
29374
29375 \backslash
29376 left.
29377
29378 \series default
29379  se inserta el comando 
29380 \series bold
29381
29382 \backslash
29383 vphantom
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 prod
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 \backslash
29421 infty
29422 \series default
29423
29424 \begin_inset ERT
29425 status collapsed
29426
29427 \begin_layout Plain Layout
29428
29429
29430 \backslash
29431 spce 
29432 \end_layout
29433
29434 \end_inset
29435
29436
29437 \series bold
29438
29439 \begin_inset Formula $\downarrow$
29440 \end_inset
29441
29442 _R=1}
29443 \series default
29444
29445 \begin_inset Index idx
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449 Comandos ! V ! 
29450 \backslash
29451 vphantom
29452 \end_layout
29453
29454 \end_inset
29455
29456 , porque el operador de multiplicación con sus límites es el símbolo mayor
29457  en la primera línea y ese debería ser el tamaño para el delimitador en
29458  la segunda línea.
29459 \end_layout
29460
29461 \begin_layout Standard
29462 El resultado es: 
29463 \begin_inset Formula \begin{eqnarray*}
29464 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29465  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29466 \end{eqnarray*}
29467
29468 \end_inset
29469
29470
29471 \end_layout
29472
29473 \begin_layout Subsection
29474 Entornos align
29475 \end_layout
29476
29477 \begin_layout Standard
29478 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29479  Son especialmente apropiados para poner ecuaciones adosadas.
29480 \end_layout
29481
29482 \begin_layout Standard
29483 Los entornos align constan de columnas.
29484  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29485  En un entorno align se puede numerar cada línea.
29486 \end_layout
29487
29488 \begin_layout Standard
29489 Los entornos align se crean con el menú 
29490 \family sans
29491 Insertar\SpecialChar \menuseparator
29492 Ecuación
29493 \family default
29494 .
29495  Una ecuación existente se puede convertir a align con el menú 
29496 \family sans
29497 Editar\SpecialChar \menuseparator
29498 Ecuación\SpecialChar \menuseparator
29499 Cambiar tipo de ecuación
29500 \family default
29501 .
29502 \end_layout
29503
29504 \begin_layout Standard
29505 Para añadir o quitar columnas se pueden usar los botones 
29506 \begin_inset Graphics
29507         filename ../../images/tabular-feature_append-row.png
29508         scale 85
29509
29510 \end_inset
29511
29512  o 
29513 \begin_inset Graphics
29514         filename ../../images/tabular-feature_delete-row.png
29515         scale 85
29516
29517 \end_inset
29518
29519 de la barra de ecuaciones o el menú 
29520 \family sans
29521 Editar\SpecialChar \menuseparator
29522 Filas y columnas
29523 \family default
29524 .
29525 \end_layout
29526
29527 \begin_layout Subsubsection
29528 Entorno align estándar
29529 \begin_inset CommandInset label
29530 LatexCommand label
29531 name "sub:Entorno-align-estándar"
29532
29533 \end_inset
29534
29535
29536 \begin_inset Index idx
29537 status collapsed
29538
29539 \begin_layout Plain Layout
29540 Ecuación ! multilínea ! entorno align
29541 \end_layout
29542
29543 \end_inset
29544
29545
29546 \end_layout
29547
29548 \begin_layout Standard
29549 Este entorno align se crea pulsando 
29550 \family sans
29551 Ctrl+Retorno
29552 \family default
29553  en una ecuación o con el menú 
29554 \family sans
29555 Insertar\SpecialChar \menuseparator
29556 Ecuación\SpecialChar \menuseparator
29557 Entorno AMS align
29558 \family default
29559 .
29560 \end_layout
29561
29562 \begin_layout Standard
29563 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29564  align de cuatro columnas:
29565 \begin_inset Formula \begin{align*}
29566 A & =\sen(B) & C & =D\\
29567 C & \neq A & B & \neq D
29568 \end{align*}
29569
29570 \end_inset
29571
29572 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29573  un 
29574 \series bold
29575
29576 \backslash
29577 hfill
29578 \series default
29579
29580 \begin_inset Foot
29581 status collapsed
29582
29583 \begin_layout Plain Layout
29584 Más sobre 
29585 \series bold
29586
29587 \backslash
29588 hfill
29589 \series default
29590  en 
29591 \begin_inset CommandInset ref
29592 LatexCommand ref
29593 reference "sub:Espacio-variable"
29594
29595 \end_inset
29596
29597
29598 \end_layout
29599
29600 \end_inset
29601
29602  antes de la primera y detrás de cada columna par.
29603  Si se pone en estilo 
29604 \series bold
29605 Sangrado
29606 \series default
29607 ,
29608 \begin_inset Foot
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612 véase estilos de ecuación en 
29613 \begin_inset CommandInset ref
29614 LatexCommand ref
29615 reference "sec:Estilos-de-ecuación"
29616
29617 \end_inset
29618
29619
29620 \end_layout
29621
29622 \end_inset
29623
29624  la ecuación queda sin el 
29625 \series bold
29626
29627 \backslash
29628 hfill
29629 \series default
29630  ante la primera columna.
29631 \end_layout
29632
29633 \begin_layout Subsubsection
29634 Entorno alignat
29635 \begin_inset Index idx
29636 status collapsed
29637
29638 \begin_layout Plain Layout
29639 Ecuación ! multilínea ! entorno alignat
29640 \end_layout
29641
29642 \end_inset
29643
29644
29645 \end_layout
29646
29647 \begin_layout Standard
29648 El entorno alignat no tiene separación predefinida de columnas.
29649  Se puede insertar manualmente con los espacios descritos en 
29650 \begin_inset CommandInset ref
29651 LatexCommand ref
29652 reference "sec:Espacio"
29653
29654 \end_inset
29655
29656 .
29657 \end_layout
29658
29659 \begin_layout Standard
29660 El ejemplo anterior en el entorno alignat, con un espacio de 1
29661 \begin_inset space \thinspace{}
29662 \end_inset
29663
29664 cm al comienzo da la segunda ecuación:
29665 \begin_inset Formula \begin{alignat*}{2}
29666 A & =\sen(B)\hspace{1cm} & C & =D\\
29667 C & \neq A & B & \neq D
29668 \end{alignat*}
29669
29670 \end_inset
29671
29672 Como cada columna puede tener un espacio diferente, este entorno es especialment
29673 e apropiado para poner tres o más ecuaciones adosadas.
29674 \end_layout
29675
29676 \begin_layout Subsubsection
29677 Entorno flalign
29678 \begin_inset CommandInset label
29679 LatexCommand label
29680 name "sub:Entorno-flalign"
29681
29682 \end_inset
29683
29684
29685 \begin_inset Index idx
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689 Ecuación ! multilínea ! entorno flalign
29690 \end_layout
29691
29692 \end_inset
29693
29694
29695 \end_layout
29696
29697 \begin_layout Standard
29698 En este entorno las dos primeras columnas están siempre tan a la izquierda
29699  como sea posible y las dos últimas a la derecha.
29700  Ejemplo:
29701 \begin_inset Formula \begin{flalign*}
29702 A & =1 & B & =2 & C & =3\\
29703 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29704 \end{flalign*}
29705
29706 \end_inset
29707
29708 En un entorno flalign con un número impar de columnas, en la última de las
29709  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29710  alineadas a la izquierda, aunque se use el estilo 
29711 \series bold
29712 Centrado
29713 \series default
29714 .
29715  Un ejemplo de fórmula sangrada 
29716 \begin_inset CommandInset ref
29717 LatexCommand eqref
29718 reference "eq:IntVol"
29719
29720 \end_inset
29721
29722 :
29723 \begin_inset Formula \begin{flalign}
29724 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
29725 \end{flalign}
29726
29727 \end_inset
29728
29729 Las dos primeras columnas contienen la fórmula.
29730  Para sangrarla como con el estilo 
29731 \series bold
29732 Sangrado
29733 \series default
29734 , se añade un espacio de 30
29735 \begin_inset space \thinspace{}
29736 \end_inset
29737
29738 pt al comienzo de la primera columna.
29739  
29740 \end_layout
29741
29742 \begin_layout Subsection
29743 Entorno eqnarray
29744 \begin_inset CommandInset label
29745 LatexCommand label
29746 name "sub:Entorno-eqnarray"
29747
29748 \end_inset
29749
29750
29751 \begin_inset Index idx
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755 Ecuación ! multilínea ! entorno eqnarray
29756 \end_layout
29757
29758 \end_inset
29759
29760
29761 \begin_inset Index idx
29762 status collapsed
29763
29764 \begin_layout Plain Layout
29765 Ecuación ! multilínea ! entorno eqnarray
29766 \end_layout
29767
29768 \end_inset
29769
29770
29771 \end_layout
29772
29773 \begin_layout Standard
29774 Al introducir este entorno aparecen tres marcos azules.
29775  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29776  El contenido del marco central está centrado y algo más pequeño, porque
29777  está diseñado para insertar sólo caracteres de relación.
29778 \begin_inset Formula \begin{eqnarray*}
29779 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29780 AB & AB & AB\\
29781 A & = & A
29782 \end{eqnarray*}
29783
29784 \end_inset
29785
29786
29787 \end_layout
29788
29789 \begin_layout Subsection
29790 Entorno gather
29791 \begin_inset Index idx
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795 Ecuación ! multilínea ! entorno gather
29796 \end_layout
29797
29798 \end_inset
29799
29800
29801 \end_layout
29802
29803 \begin_layout Standard
29804 Este entorno consta de una sola columna centrada.
29805  Se puede numerar cada línea.
29806 \begin_inset Formula \begin{gather}
29807 A=1\\
29808 X=\mbox{-}1
29809 \end{gather}
29810
29811 \end_inset
29812
29813
29814 \end_layout
29815
29816 \begin_layout Subsection
29817 Entorno multilínea
29818 \begin_inset CommandInset label
29819 LatexCommand label
29820 name "sub:Entorno-multilínea"
29821
29822 \end_inset
29823
29824
29825 \begin_inset Index idx
29826 status collapsed
29827
29828 \begin_layout Plain Layout
29829 Ecuación ! multilínea ! entorno multilínea
29830 \end_layout
29831
29832 \end_inset
29833
29834
29835 \end_layout
29836
29837 \begin_layout Standard
29838 El entorno multilínea, como gather, consta de una sola columna.
29839  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29840  Las demás están centradas.
29841  Por tanto este entorno es apropiado para ecuaciones largas.
29842  Como ejemplo, la ecuación
29843 \begin_inset space ~
29844 \end_inset
29845
29846
29847 \begin_inset CommandInset ref
29848 LatexCommand eqref
29849 reference "eq:lefteqn"
29850
29851 \end_inset
29852
29853  en entorno multilínea:
29854 \begin_inset Formula \begin{multline}
29855 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}\\
29856 -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}\\
29857 =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}}
29858 \end{multline}
29859
29860 \end_inset
29861
29862 En la salida sólo aparece numerada la última (primera) línea si la numeración
29863  del documento es a la derecha (izquierda).
29864 \begin_inset Foot
29865 status collapsed
29866
29867 \begin_layout Plain Layout
29868 véanse los estilos de numeración en 
29869 \begin_inset CommandInset ref
29870 LatexCommand ref
29871 reference "sec:Estilos-de-ecuación"
29872
29873 \end_inset
29874
29875
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \end_layout
29882
29883 \begin_layout Standard
29884 Con los comandos 
29885 \series bold
29886
29887 \backslash
29888 shoveright
29889 \series default
29890
29891 \begin_inset Index idx
29892 status collapsed
29893
29894 \begin_layout Plain Layout
29895 Comandos ! S ! 
29896 \backslash
29897 shoveright
29898 \end_layout
29899
29900 \end_inset
29901
29902  y 
29903 \series bold
29904
29905 \backslash
29906 shoveleft
29907 \series default
29908
29909 \begin_inset Index idx
29910 status collapsed
29911
29912 \begin_layout Plain Layout
29913 Comandos ! S ! 
29914 \backslash
29915 shoveleft
29916 \end_layout
29917
29918 \end_inset
29919
29920 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29921 ente.
29922  Los comandos se usan como sigue:
29923 \end_layout
29924
29925 \begin_layout Standard
29926
29927 \series bold
29928
29929 \backslash
29930 shoveright{contenido de la línea}
29931 \series default
29932  y 
29933 \series bold
29934
29935 \backslash
29936 shoveleft{contenido de la línea}
29937 \end_layout
29938
29939 \begin_layout Standard
29940 \begin_inset VSpace medskip
29941 \end_inset
29942
29943
29944 \end_layout
29945
29946 \begin_layout Standard
29947 La longitud 
29948 \series bold
29949
29950 \backslash
29951 multlinegap
29952 \series default
29953
29954 \begin_inset Index idx
29955 status collapsed
29956
29957 \begin_layout Plain Layout
29958 Comandos ! M ! 
29959 \backslash
29960 multlinegap
29961 \end_layout
29962
29963 \end_inset
29964
29965  especifica la distancia de la primera línea desde el margen izquierdo de
29966  la página.
29967  Esta longitud es 0
29968 \begin_inset space \thinspace{}
29969 \end_inset
29970
29971 pt por omisión.
29972 \end_layout
29973
29974 \begin_layout Standard
29975 Como ejemplo la ecuación anterior con el comando
29976 \end_layout
29977
29978 \begin_layout Standard
29979
29980 \series bold
29981
29982 \backslash
29983 setlength{
29984 \backslash
29985 multlinegap}{2cm}
29986 \end_layout
29987
29988 \begin_layout Standard
29989 insertado previamente en modo TeX:
29990 \begin_inset ERT
29991 status collapsed
29992
29993 \begin_layout Plain Layout
29994
29995
29996 \backslash
29997 setlength{
29998 \backslash
29999 multlinegap}{2cm}
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \begin_inset Formula \begin{multline}
30006 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}\\
30007 \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}}\\
30008 =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}}
30009 \end{multline}
30010
30011 \end_inset
30012
30013
30014 \begin_inset ERT
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018
30019
30020 \backslash
30021 setlength{
30022 \backslash
30023 multlinegap}{0pt}
30024 \end_layout
30025
30026 \end_inset
30027
30028 La segunda línea se ha alineado a la izquierda con 
30029 \series bold
30030
30031 \backslash
30032 shoveleft
30033 \series default
30034 .
30035 \end_layout
30036
30037 \begin_layout Subsection
30038 Partes de una ecuación multilínea
30039 \begin_inset CommandInset label
30040 LatexCommand label
30041 name "sub:Partes-de-una-multilínea"
30042
30043 \end_inset
30044
30045
30046 \begin_inset Index idx
30047 status collapsed
30048
30049 \begin_layout Plain Layout
30050 Ecuación ! multilínea ! partes de
30051 \end_layout
30052
30053 \end_inset
30054
30055
30056 \end_layout
30057
30058 \begin_layout Standard
30059 Para mostrar sólo partes de una ecuación multilínea usa uno de los siguientes
30060  entornos: 
30061 \series bold
30062 aligned
30063 \series default
30064
30065 \series bold
30066 alignedat
30067 \series default
30068
30069 \series bold
30070 gathered
30071 \series default
30072  o 
30073 \series bold
30074 split
30075 \series default
30076 .
30077  Se pueden elegir en el menú 
30078 \family sans
30079 Insertar\SpecialChar \menuseparator
30080 Ecuación
30081 \family default
30082  o usando los comandos aquí descritos.
30083 \end_layout
30084
30085 \begin_layout Standard
30086 Los tres primeros tienen las mismas propiedades que los correspondientes
30087  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
30088  Un ejemplo:
30089 \begin_inset Formula \[
30090 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
30091 \Delta E\Delta t & \ge\frac{\hbar}{2}
30092 \end{aligned}
30093 \right\} \mbox{Relaciones de incertidumbre}
30094 \]
30095
30096 \end_inset
30097
30098 Para componer esta expresión se inserta una ecuación presentada y en ella
30099  se introduce el comando 
30100 \series bold
30101
30102 \backslash
30103 aligned
30104 \series default
30105
30106 \begin_inset Index idx
30107 status collapsed
30108
30109 \begin_layout Plain Layout
30110 Comandos ! A ! 
30111 \backslash
30112 aligned
30113 \end_layout
30114
30115 \end_inset
30116
30117 .
30118  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
30119  añadir filas y columnas.
30120  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
30121  como la llave.
30122 \end_layout
30123
30124 \begin_layout Standard
30125 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
30126  se alinean horizontalmente.
30127  Usar aligned en una ecuación presentada tiene la ventaja de que el número
30128  de ecuación se centra verticalmente con las líneas.
30129  Como ejemplo, la ecuación 
30130 \begin_inset CommandInset ref
30131 LatexCommand eqref
30132 reference "eq:cortolargo"
30133
30134 \end_inset
30135
30136  en entorno aligned: 
30137 \begin_inset Formula \begin{equation}
30138 \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}|}\\
30139  & -\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}|}
30140 \end{aligned}
30141 \end{equation}
30142
30143 \end_inset
30144
30145 Para usar los entornos 
30146 \series bold
30147 alignedat
30148 \series default
30149
30150 \series bold
30151 gathered
30152 \series default
30153 , o 
30154 \series bold
30155 split
30156 \series default
30157 , se insertan respectivamente los comandos
30158 \series bold
30159  
30160 \backslash
30161 alignedat
30162 \series default
30163 ,
30164 \begin_inset Index idx
30165 status collapsed
30166
30167 \begin_layout Plain Layout
30168 Comandos ! A ! 
30169 \backslash
30170 alignedat
30171 \end_layout
30172
30173 \end_inset
30174
30175  
30176 \series bold
30177
30178 \backslash
30179 gathered
30180 \series default
30181
30182 \begin_inset Index idx
30183 status collapsed
30184
30185 \begin_layout Plain Layout
30186 Comandos ! G ! 
30187 \backslash
30188 gathered
30189 \end_layout
30190
30191 \end_inset
30192
30193 , o 
30194 \series bold
30195
30196 \backslash
30197 split
30198 \series default
30199
30200 \begin_inset Index idx
30201 status collapsed
30202
30203 \begin_layout Plain Layout
30204 Comandos ! S ! 
30205 \backslash
30206 split
30207 \end_layout
30208
30209 \end_inset
30210
30211 .
30212  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30213  tener dos columnas.
30214 \end_layout
30215
30216 \begin_layout Subsection
30217 Texto en ecuaciones multilínea
30218 \begin_inset CommandInset label
30219 LatexCommand label
30220 name "sub:Texto-en-multilínea"
30221
30222 \end_inset
30223
30224
30225 \begin_inset Index idx
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229 Texto ! en ecuaciones
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \begin_inset Index idx
30236 status collapsed
30237
30238 \begin_layout Plain Layout
30239 Ecuación ! multilínea ! texto en
30240 \end_layout
30241
30242 \end_inset
30243
30244
30245 \end_layout
30246
30247 \begin_layout Standard
30248 En los entornos Align, multilínea y gather, se puede insertar texto que
30249  se mostrará en una línea separada y que no afecta la alineación de columna.
30250  Para esto se usa el comando 
30251 \series bold
30252
30253 \backslash
30254 intertext
30255 \series default
30256
30257 \begin_inset Index idx
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261 Comandos ! I ! 
30262 \backslash
30263 intertext
30264 \end_layout
30265
30266 \end_inset
30267
30268  con el siguiente esquema:
30269 \end_layout
30270
30271 \begin_layout Standard
30272
30273 \series bold
30274
30275 \backslash
30276 intertext{texto}
30277 \end_layout
30278
30279 \begin_layout Standard
30280 El texto no debería ocupar más de una línea porque no se puede partir con
30281  guión.
30282  Como LyX aún no soporta 
30283 \series bold
30284
30285 \backslash
30286 intertext
30287 \series default
30288  directamente, el texto se escribe como texto matemático.
30289  
30290 \series bold
30291
30292 \backslash
30293 intertext
30294 \series default
30295  debe por tanto estar al comienzo de una línea y en la salida se presenta
30296  sobre esta línea.
30297  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30298 \begin_inset Formula \begin{align}
30299 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30300 \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
30301 \end{align}
30302
30303 \end_inset
30304
30305
30306 \end_layout
30307
30308 \begin_layout Standard
30309 \begin_inset Newpage newpage
30310 \end_inset
30311
30312
30313 \end_layout
30314
30315 \begin_layout Section
30316 Numeración de ecuaciones
30317 \begin_inset Index idx
30318 status collapsed
30319
30320 \begin_layout Plain Layout
30321 Ecuación ! numeración|see
30322 \begin_inset ERT
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326
30327 {
30328 \end_layout
30329
30330 \end_inset
30331
30332 Numeración de ecuaciones
30333 \begin_inset ERT
30334 status collapsed
30335
30336 \begin_layout Plain Layout
30337
30338 }
30339 \end_layout
30340
30341 \end_inset
30342
30343
30344 \end_layout
30345
30346 \end_inset
30347
30348
30349 \begin_inset Index idx
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353 Numeración de ecuaciones
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \end_layout
30360
30361 \begin_layout Subsection
30362 General
30363 \end_layout
30364
30365 \begin_layout Standard
30366 Las ecuaciones numeradas se insertan con el menú 
30367 \family sans
30368 Insertar\SpecialChar \menuseparator
30369 Ecuación
30370 \family default
30371  
30372 \family sans
30373 \SpecialChar \menuseparator
30374 Ecuación
30375 \begin_inset space ~
30376 \end_inset
30377
30378 numerada
30379 \family default
30380  (atajo 
30381 \family sans
30382 Ctrl+Alt
30383 \begin_inset space ~
30384 \end_inset
30385
30386 N
30387 \family default
30388 ).
30389  Ecuaciones existentes se pueden numerar con el menú 
30390 \family sans
30391 Editar\SpecialChar \menuseparator
30392 Ecuación\SpecialChar \menuseparator
30393 Conmutar
30394 \begin_inset space ~
30395 \end_inset
30396
30397 numeración
30398 \family default
30399  (atajo
30400 \family sans
30401  Alt+M
30402 \begin_inset space ~
30403 \end_inset
30404
30405 N
30406 \family default
30407 ).
30408  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30409  En la salida se muestra el número real.
30410 \end_layout
30411
30412 \begin_layout Standard
30413 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30414  líneas.
30415  No obstante, la numeración se puede controlar en cada línea con el menú
30416  
30417 \family sans
30418 Editar\SpecialChar \menuseparator
30419 Ecuación\SpecialChar \menuseparator
30420 Conmutar
30421 \begin_inset space ~
30422 \end_inset
30423
30424 numeración
30425 \begin_inset space ~
30426 \end_inset
30427
30428 de
30429 \begin_inset space ~
30430 \end_inset
30431
30432 línea
30433 \family default
30434  (atajo
30435 \family sans
30436  Alt+M
30437 \begin_inset space ~
30438 \end_inset
30439
30440 Mayúsculas+N
30441 \family default
30442 ).
30443 \end_layout
30444
30445 \begin_layout Standard
30446 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30447  distintos, véase 
30448 \begin_inset CommandInset ref
30449 LatexCommand ref
30450 reference "sec:Estilos-de-ecuación"
30451
30452 \end_inset
30453
30454 .
30455 \end_layout
30456
30457 \begin_layout Subsection
30458 Referencias cruzadas
30459 \begin_inset Index idx
30460 status collapsed
30461
30462 \begin_layout Plain Layout
30463 Ecuación ! referencias cruzadas a
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \end_layout
30470
30471 \begin_layout Standard
30472 Todas las ecuaciones con etiqueta se pueden referenciar.
30473  La etiqueta se añade con el menú 
30474 \family sans
30475 Insertar\SpecialChar \menuseparator
30476 Etiqueta
30477 \family default
30478  o con el botón 
30479 \begin_inset Graphics
30480         filename ../../images/label-insert.png
30481         scale 85
30482
30483 \end_inset
30484
30485  de la barra de herramientas.
30486  El cursor debe estar dentro de una ecuación en modo presentación.
30487  Surge un diálogo con el prefijo 
30488 \series bold
30489 eq:
30490 \series default
30491 , detrás del cual se escribe el texto de la etiqueta.
30492  El prefijo significa 
30493 \begin_inset Quotes fld
30494 \end_inset
30495
30496 equation
30497 \begin_inset Quotes frd
30498 \end_inset
30499
30500  y hace más fácil encontrar etiquetas en documentos extensos porque así
30501  se distingue p.
30502 \begin_inset space \thinspace{}
30503 \end_inset
30504
30505 e.
30506 \begin_inset space ~
30507 \end_inset
30508
30509 de las etiquetas de sección.
30510  Para cambiar una etiqueta se usa de nuevo el menú 
30511 \family sans
30512 Insertar\SpecialChar \menuseparator
30513 Etiqueta
30514 \family default
30515 .
30516 \end_layout
30517
30518 \begin_layout Standard
30519 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30520  ecuación.
30521  Una ecuación con etiqueta se numera siempre.
30522 \end_layout
30523
30524 \begin_layout Standard
30525 Las referencias cruzadas se insertan mediante el menú 
30526 \family sans
30527 Insertar\SpecialChar \menuseparator
30528 Referencia cruzada
30529 \family default
30530  o con el botón 
30531 \begin_inset Graphics
30532         filename ../../images/dialog-show-new-inset_ref.png
30533         scale 85
30534
30535 \end_inset
30536
30537 .
30538  Una referencia a una ecuación aparece en la salida con su número.
30539  Si en el diálogo de referencia cruzada se elige el formato 
30540 \series bold
30541 (<referencia>)
30542 \series default
30543 , la referencia se muestra en la salida entre paréntesis.
30544  
30545 \begin_inset Newline newline
30546 \end_inset
30547
30548 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30549  a la ecuación de referencia.
30550 \end_layout
30551
30552 \begin_layout Standard
30553 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30554  siguientes:
30555 \begin_inset Note Note
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559 Observa los distintos tipos de referencias cruzadas.
30560 \end_layout
30561
30562 \end_inset
30563
30564
30565 \end_layout
30566
30567 \begin_layout Standard
30568 Las ecuaciones 
30569 \begin_inset CommandInset ref
30570 LatexCommand eqref
30571 reference "eq:tag"
30572
30573 \end_inset
30574
30575  y 
30576 \begin_inset CommandInset ref
30577 LatexCommand eqref
30578 reference "eq:c"
30579
30580 \end_inset
30581
30582  son equivalentes.
30583  En (
30584 \begin_inset CommandInset ref
30585 LatexCommand ref
30586 reference "eq:Lat"
30587
30588 \end_inset
30589
30590 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30591 \begin_inset CommandInset ref
30592 LatexCommand ref
30593 reference "eq:Rom"
30594
30595 \end_inset
30596
30597 ).
30598 \begin_inset VSpace medskip
30599 \end_inset
30600
30601
30602 \end_layout
30603
30604 \begin_layout Standard
30605 Si el argumento de 
30606 \series bold
30607
30608 \backslash
30609 tag
30610 \begin_inset Foot
30611 status collapsed
30612
30613 \begin_layout Plain Layout
30614
30615 \series bold
30616
30617 \backslash
30618 tag
30619 \series default
30620  se describe en 
30621 \begin_inset CommandInset ref
30622 LatexCommand ref
30623 reference "sub:Numeración-personalizada"
30624
30625 \end_inset
30626
30627
30628 \end_layout
30629
30630 \end_inset
30631
30632
30633 \series default
30634  contiene un marco, como se describe en la 
30635 \begin_inset CommandInset ref
30636 LatexCommand ref
30637 reference "sub:Cuadros-de-párrafo"
30638
30639 \end_inset
30640
30641 , no se puede referenciar la ecuación.
30642 \end_layout
30643
30644 \begin_layout Subsection
30645 Subnumeración
30646 \begin_inset Index idx
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650 Numeración de ecuaciones ! subnumeración
30651 \end_layout
30652
30653 \end_inset
30654
30655
30656 \end_layout
30657
30658 \begin_layout Standard
30659 Con ayuda de los comandos 
30660 \series bold
30661
30662 \backslash
30663 begin{subequations}
30664 \series default
30665  y 
30666 \series bold
30667
30668 \backslash
30669 end{subequations}
30670 \series default
30671  en modo TeX se pueden subnumerar ecuaciones.
30672 \end_layout
30673
30674 \begin_layout Standard
30675 Ejemplo:
30676 \begin_inset Formula \begin{equation}
30677 A=C-B\label{eq:a}
30678 \end{equation}
30679
30680 \end_inset
30681
30682
30683 \begin_inset ERT
30684 status collapsed
30685
30686 \begin_layout Plain Layout
30687
30688
30689 \backslash
30690 addtocounter{equation}{-1}
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \begin_inset ERT
30697 status collapsed
30698
30699 \begin_layout Plain Layout
30700
30701
30702 \backslash
30703 begin{subequations}
30704 \end_layout
30705
30706 \end_inset
30707
30708
30709 \begin_inset VSpace -5mm
30710 \end_inset
30711
30712
30713 \begin_inset Formula \begin{equation}
30714 B=C-A\label{eq:b}
30715 \end{equation}
30716
30717 \end_inset
30718
30719
30720 \begin_inset Formula \begin{equation}
30721 C=A+B\label{eq:c}
30722 \end{equation}
30723
30724 \end_inset
30725
30726
30727 \end_layout
30728
30729 \begin_layout Standard
30730 \begin_inset ERT
30731 status collapsed
30732
30733 \begin_layout Plain Layout
30734
30735
30736 \backslash
30737 end{subequations}
30738 \end_layout
30739
30740 \end_inset
30741
30742
30743 \end_layout
30744
30745 \begin_layout Standard
30746 Para este ejemplo se ha hecho lo siguiente:
30747 \end_layout
30748
30749 \begin_layout Enumerate
30750 se inserta la primera ecuación
30751 \end_layout
30752
30753 \begin_layout Enumerate
30754 después de ella se inserta
30755 \series bold
30756
30757 \begin_inset Newline newline
30758 \end_inset
30759
30760
30761 \backslash
30762 addtocounter{equation}{-1} 
30763 \backslash
30764 begin{subequations}
30765 \begin_inset Index idx
30766 status collapsed
30767
30768 \begin_layout Plain Layout
30769 Comandos ! A ! 
30770 \backslash
30771 addtocounter
30772 \end_layout
30773
30774 \end_inset
30775
30776
30777 \end_layout
30778
30779 \begin_layout Enumerate
30780 se inserta la segunda ecuación
30781 \end_layout
30782
30783 \begin_layout Enumerate
30784 se inserta la tercera ecuación
30785 \end_layout
30786
30787 \begin_layout Enumerate
30788 se inserta 
30789 \series bold
30790
30791 \backslash
30792 end{subequations}
30793 \series default
30794  tras la tercera ecuación
30795 \end_layout
30796
30797 \begin_layout Standard
30798 Toda ecuación entre los comandos 
30799 \series bold
30800
30801 \backslash
30802 begin
30803 \series default
30804  y 
30805 \series bold
30806
30807 \backslash
30808 end
30809 \series default
30810  se subnumera con a, b, c\SpecialChar \ldots{}
30811  En ecuaciones multilínea se subnumerará cada línea.
30812  Todas las ecuaciones subnumeradas son tratadas como 
30813 \emph on
30814 una
30815 \emph default
30816  ecuación numerada.
30817  Pero como cada ecuación numerada aumenta el contador 
30818 \series bold
30819 equation
30820 \series default
30821  en uno, hay que disminuir el comando 
30822 \series bold
30823
30824 \backslash
30825 addtocounter
30826 \series default
30827 .
30828  De lo contrario, las ecuaciones 
30829 \begin_inset CommandInset ref
30830 LatexCommand eqref
30831 reference "eq:a"
30832
30833 \end_inset
30834
30835
30836 \begin_inset CommandInset ref
30837 LatexCommand eqref
30838 reference "eq:b"
30839
30840 \end_inset
30841
30842
30843 \begin_inset CommandInset ref
30844 LatexCommand eqref
30845 reference "eq:c"
30846
30847 \end_inset
30848
30849  se numerarían 
30850 \begin_inset CommandInset ref
30851 LatexCommand eqref
30852 reference "eq:a"
30853
30854 \end_inset
30855
30856
30857 \begin_inset CommandInset ref
30858 LatexCommand eqref
30859 reference "eq:d"
30860
30861 \end_inset
30862
30863
30864 \begin_inset CommandInset ref
30865 LatexCommand eqref
30866 reference "eq:f"
30867
30868 \end_inset
30869
30870 .
30871 \end_layout
30872
30873 \begin_layout Standard
30874 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30875  ecuaciones.
30876  Para evitarlo se inserta ese espacio vertical de -5
30877 \begin_inset space \thinspace{}
30878 \end_inset
30879
30880 mm detrás del comando 
30881 \series bold
30882
30883 \backslash
30884 begin{subequations}
30885 \series default
30886 .
30887
30888 \series bold
30889  
30890 \series default
30891 Si se usa el estilo 
30892 \series bold
30893 Sangrado
30894 \series default
30895
30896 \begin_inset Foot
30897 status collapsed
30898
30899 \begin_layout Plain Layout
30900 véase estilos de ecuación en 
30901 \begin_inset CommandInset ref
30902 LatexCommand ref
30903 reference "sec:Estilos-de-ecuación"
30904
30905 \end_inset
30906
30907
30908 \end_layout
30909
30910 \end_inset
30911
30912 , entonces se inserta -7
30913 \begin_inset space \thinspace{}
30914 \end_inset
30915
30916 mm.
30917 \end_layout
30918
30919 \begin_layout Standard
30920 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30921  de la segunda línea:
30922 \begin_inset ERT
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926
30927
30928 \backslash
30929 begin{subequations}
30930 \end_layout
30931
30932 \end_inset
30933
30934
30935 \begin_inset Formula \begin{eqnarray}
30936 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30937  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30938  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30939 \end{eqnarray}
30940
30941 \end_inset
30942
30943
30944 \begin_inset ERT
30945 status collapsed
30946
30947 \begin_layout Plain Layout
30948
30949
30950 \backslash
30951 end{subequations}
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \begin_layout Subsection
30960 Numeración definida por el usuario
30961 \begin_inset CommandInset label
30962 LatexCommand label
30963 name "sub:Numeración-personalizada"
30964
30965 \end_inset
30966
30967
30968 \begin_inset Index idx
30969 status collapsed
30970
30971 \begin_layout Plain Layout
30972 Numeración de ecuaciones ! personalizada
30973 \end_layout
30974
30975 \end_inset
30976
30977
30978 \end_layout
30979
30980 \begin_layout Standard
30981 Con la numeración estándar el número se coloca entre paréntesis.
30982  Para reemplazar los paréntesis con barras verticales, p.
30983 \begin_inset space \thinspace{}
30984 \end_inset
30985
30986 e., se añade al preámbulo LaTeX la línea: 
30987 \end_layout
30988
30989 \begin_layout Standard
30990
30991 \series bold
30992
30993 \backslash
30994 def
30995 \backslash
30996 tagform@#1{
30997 \backslash
30998 maketag@@@{|#1|}}
30999 \series default
31000
31001 \begin_inset Note Note
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
31006  Para activarlo, quita el % del principio.
31007 \end_layout
31008
31009 \end_inset
31010
31011
31012 \end_layout
31013
31014 \begin_layout Standard
31015 Para usar otros caracteres, se reemplazan las barras al lado de 
31016 \series bold
31017 #1
31018 \series default
31019  por ellos.
31020  Para obtener sólo el número de ecuación se omiten las barras verticales.
31021 \begin_inset VSpace bigskip
31022 \end_inset
31023
31024
31025 \end_layout
31026
31027 \begin_layout Standard
31028 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
31029  consecutivo, se usa el comando 
31030 \series bold
31031
31032 \backslash
31033 tag
31034 \begin_inset Index idx
31035 status collapsed
31036
31037 \begin_layout Plain Layout
31038 Comandos ! T ! 
31039 \backslash
31040 tag
31041 \end_layout
31042
31043 \end_inset
31044
31045
31046 \series default
31047 :
31048 \begin_inset Formula \begin{equation}
31049 A+B=C\tag{algo}\label{eq:tag}
31050 \end{equation}
31051
31052 \end_inset
31053
31054 En este ejemplo se ha insertado el comando
31055 \series bold
31056  
31057 \backslash
31058 tag
31059 \begin_inset ERT
31060 status collapsed
31061
31062 \begin_layout Plain Layout
31063
31064
31065 \backslash
31066 spce 
31067 \end_layout
31068
31069 \end_inset
31070
31071 algo
31072 \series default
31073  en la ecuación.
31074 \end_layout
31075
31076 \begin_layout Standard
31077 Si se usa en su lugar el comando con asterisco 
31078 \series bold
31079
31080 \backslash
31081 tag*
31082 \begin_inset ERT
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086
31087
31088 \backslash
31089 spce 
31090 \end_layout
31091
31092 \end_inset
31093
31094 algo
31095 \series default
31096  no se imprimen los paréntesis:
31097 \begin_inset Formula \[
31098 A+B=C\tag*{algo}
31099 \]
31100
31101 \end_inset
31102
31103
31104 \end_layout
31105
31106 \begin_layout Standard
31107 \begin_inset VSpace bigskip
31108 \end_inset
31109
31110
31111 \end_layout
31112
31113 \begin_layout Standard
31114 Para reiniciar la numeración en nuevas partes o secciones del documento
31115  se usan los siguientes comandos:
31116 \end_layout
31117
31118 \begin_layout Standard
31119
31120 \series bold
31121
31122 \backslash
31123 @addtoreset{equation}{part}
31124 \series default
31125
31126 \begin_inset Index idx
31127 status collapsed
31128
31129 \begin_layout Plain Layout
31130 Comandos ! 
31131 \begin_inset ERT
31132 status collapsed
31133
31134 \begin_layout Plain Layout
31135
31136 "
31137 \end_layout
31138
31139 \end_inset
31140
31141 @
31142 \begin_inset ERT
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146
31147 "
31148 \end_layout
31149
31150 \end_inset
31151
31152  ! 
31153 \backslash
31154
31155 \begin_inset ERT
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159
31160 "
31161 \end_layout
31162
31163 \end_inset
31164
31165 @
31166 \begin_inset ERT
31167 status collapsed
31168
31169 \begin_layout Plain Layout
31170
31171 "
31172 \end_layout
31173
31174 \end_inset
31175
31176 addtoreset
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \begin_inset Newline newline
31183 \end_inset
31184
31185
31186 \series bold
31187
31188 \backslash
31189 @addtoreset{equation}{section}
31190 \end_layout
31191
31192 \begin_layout Standard
31193 Pata poder usar estos comandos en modo TeX, el carácter 
31194 \begin_inset Quotes fld
31195 \end_inset
31196
31197 @
31198 \begin_inset Quotes frd
31199 \end_inset
31200
31201  debe 
31202 \begin_inset Quotes fld
31203 \end_inset
31204
31205 activarse
31206 \begin_inset Quotes frd
31207 \end_inset
31208
31209  para LaTeX con el comando 
31210 \series bold
31211
31212 \backslash
31213 makeatletter
31214 \series default
31215 .
31216  El comando 
31217 \series bold
31218
31219 \backslash
31220 makeatother
31221 \series default
31222  deshace esto.
31223  Así pues, la secuencia de comandos en modo TeX es:
31224 \end_layout
31225
31226 \begin_layout Standard
31227
31228 \series bold
31229
31230 \backslash
31231 makeatletter
31232 \begin_inset Newline newline
31233 \end_inset
31234
31235
31236 \backslash
31237 @addtoreset{equation}{section}
31238 \begin_inset Newline newline
31239 \end_inset
31240
31241
31242 \backslash
31243 makeatother
31244 \end_layout
31245
31246 \begin_layout Standard
31247 En el preámbulo LaTeX se pueden omitir 
31248 \series bold
31249
31250 \backslash
31251 makeatletter
31252 \series default
31253  y 
31254 \series bold
31255
31256 \backslash
31257 makeatother
31258 \series default
31259  pues son automáticamente insertados por LyX.
31260 \end_layout
31261
31262 \begin_layout Standard
31263 Para el comando 
31264 \series bold
31265
31266 \backslash
31267 @addtoreset
31268 \series default
31269 ,
31270 \series bold
31271  
31272 \series default
31273 hay que cargar en el preámbulo LaTeX el archivo 
31274 \series bold
31275 remreset.sty
31276 \series default
31277
31278 \begin_inset Foot
31279 status collapsed
31280
31281 \begin_layout Plain Layout
31282
31283 \series bold
31284 remreset
31285 \series default
31286  es parte del paquete LaTeX 
31287 \series bold
31288 carlisle
31289 \series default
31290
31291 \begin_inset Index idx
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295 Paquetes ! carlisle
31296 \end_layout
31297
31298 \end_inset
31299
31300 , incluido en las instalaciones estándar de LaTeX.
31301 \end_layout
31302
31303 \end_inset
31304
31305
31306 \begin_inset Index idx
31307 status collapsed
31308
31309 \begin_layout Plain Layout
31310 Paquetes ! remreset
31311 \end_layout
31312
31313 \end_inset
31314
31315  con la línea
31316 \end_layout
31317
31318 \begin_layout Standard
31319
31320 \series bold
31321
31322 \backslash
31323 usepackage{remreset}
31324 \end_layout
31325
31326 \begin_layout Standard
31327 Entonces se puede usar el comando 
31328 \series bold
31329
31330 \backslash
31331 @removefromreset
31332 \series default
31333
31334 \begin_inset Index idx
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338 Comandos ! 
31339 \begin_inset ERT
31340 status collapsed
31341
31342 \begin_layout Plain Layout
31343
31344 "
31345 \end_layout
31346
31347 \end_inset
31348
31349 @
31350 \begin_inset ERT
31351 status collapsed
31352
31353 \begin_layout Plain Layout
31354
31355 "
31356 \end_layout
31357
31358 \end_inset
31359
31360  ! 
31361 \backslash
31362
31363 \begin_inset ERT
31364 status collapsed
31365
31366 \begin_layout Plain Layout
31367
31368 "
31369 \end_layout
31370
31371 \end_inset
31372
31373 @
31374 \begin_inset ERT
31375 status collapsed
31376
31377 \begin_layout Plain Layout
31378
31379 "
31380 \end_layout
31381
31382 \end_inset
31383
31384 removefromreset
31385 \end_layout
31386
31387 \end_inset
31388
31389  con el mismo esquema que 
31390 \series bold
31391
31392 \backslash
31393 @addtoreset
31394 \series default
31395 .
31396 \begin_inset VSpace bigskip
31397 \end_inset
31398
31399
31400 \end_layout
31401
31402 \begin_layout Standard
31403 A veces las ecuaciones deberían numerarse de la siguiente manera:
31404 \end_layout
31405
31406 \begin_layout Standard
31407
31408 \family typewriter
31409 (número de sección.número de ecuación)
31410 \end_layout
31411
31412 \begin_layout Standard
31413 El número de ecuación empezaría con 
31414 \begin_inset Quotes fld
31415 \end_inset
31416
31417 1
31418 \begin_inset Quotes frd
31419 \end_inset
31420
31421  en cada sección.
31422 \end_layout
31423
31424 \begin_layout Standard
31425 Para este caso hay el comando 
31426 \series bold
31427
31428 \backslash
31429 numberwithin
31430 \series default
31431
31432 \begin_inset Index idx
31433 status collapsed
31434
31435 \begin_layout Plain Layout
31436 Comandos ! N ! 
31437 \backslash
31438 numberwithin
31439 \end_layout
31440
31441 \end_inset
31442
31443 , que se usa con el esquema:
31444 \end_layout
31445
31446 \begin_layout Standard
31447
31448 \series bold
31449
31450 \backslash
31451 numberwithin{counter}{sectioning}
31452 \end_layout
31453
31454 \begin_layout Standard
31455 \begin_inset Quotes fld
31456 \end_inset
31457
31458 counter
31459 \begin_inset Quotes frd
31460 \end_inset
31461
31462  indica qué clase de numeración es afectada, 
31463 \begin_inset Quotes fld
31464 \end_inset
31465
31466 sectioning
31467 \begin_inset Quotes frd
31468 \end_inset
31469
31470  indica qué número va delante del punto.
31471  
31472 \end_layout
31473
31474 \begin_layout Standard
31475 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
31476  en el preámbulo LaTeX:
31477 \end_layout
31478
31479 \begin_layout Standard
31480
31481 \series bold
31482
31483 \backslash
31484 numberwithin{equation}{section}
31485 \end_layout
31486
31487 \begin_layout Standard
31488 Este es el resultado::
31489 \begin_inset ERT
31490 status collapsed
31491
31492 \begin_layout Plain Layout
31493
31494
31495 \backslash
31496 numberwithin{equation}{section}
31497 \end_layout
31498
31499 \end_inset
31500
31501
31502 \begin_inset Formula \begin{equation}
31503 A+B=C
31504 \end{equation}
31505
31506 \end_inset
31507
31508
31509 \end_layout
31510
31511 \begin_layout Standard
31512 Para numerar tablas de modo que, p.
31513 \begin_inset space \thinspace{}
31514 \end_inset
31515
31516 e., 
31517 \begin_inset Quotes fld
31518 \end_inset
31519
31520 sectioning
31521 \begin_inset Quotes frd
31522 \end_inset
31523
31524  sea el número de la parte se usa
31525 \begin_inset Newline newline
31526 \end_inset
31527
31528
31529 \series bold
31530
31531 \backslash
31532 numberwithin{table}{part}
31533 \end_layout
31534
31535 \begin_layout Standard
31536 Para volver a la numeración estándar o evitar esta clase numeración cuando
31537  es definida por la clase de documento, se inserta el siguiente comando
31538  en código TeX o en el preámbulo LaTeX:
31539 \end_layout
31540
31541 \begin_layout Standard
31542
31543 \series bold
31544
31545 \backslash
31546 renewcommand{
31547 \backslash
31548 theequation}{
31549 \backslash
31550 arabic{equation}}
31551 \begin_inset Index idx
31552 status collapsed
31553
31554 \begin_layout Plain Layout
31555 Comandos ! A ! 
31556 \backslash
31557 arabic
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \series default
31564
31565 \begin_inset ERT
31566 status collapsed
31567
31568 \begin_layout Plain Layout
31569
31570
31571 \backslash
31572 renewcommand{
31573 \backslash
31574 theequation}{
31575 \backslash
31576 arabic{equation}}
31577 \end_layout
31578
31579 \end_inset
31580
31581
31582 \series bold
31583
31584 \begin_inset Newline newline
31585 \end_inset
31586
31587
31588 \series default
31589 o
31590 \series bold
31591
31592 \begin_inset Newline newline
31593 \end_inset
31594
31595
31596 \backslash
31597 renewcommand{
31598 \backslash
31599 thetable}{
31600 \backslash
31601 arabic{table}}
31602 \end_layout
31603
31604 \begin_layout Standard
31605
31606 \series bold
31607
31608 \backslash
31609 numberwithin
31610 \series default
31611  usa internamente el comando 
31612 \series bold
31613
31614 \backslash
31615 @addtoreset
31616 \series default
31617 , descrito arriba, que también debe ser restaurado.
31618 \begin_inset ERT
31619 status collapsed
31620
31621 \begin_layout Plain Layout
31622
31623
31624 \backslash
31625 makeatletter
31626 \end_layout
31627
31628 \begin_layout Plain Layout
31629
31630
31631 \backslash
31632 @removefromreset{equation}{section}
31633 \end_layout
31634
31635 \begin_layout Plain Layout
31636
31637
31638 \backslash
31639 makeatother
31640 \end_layout
31641
31642 \end_inset
31643
31644
31645 \end_layout
31646
31647 \begin_layout Subsection
31648 Numeración con números romanos y letras
31649 \begin_inset Index idx
31650 status collapsed
31651
31652 \begin_layout Plain Layout
31653 Numeración de ecuaciones ! con números romanos
31654 \end_layout
31655
31656 \end_inset
31657
31658
31659 \begin_inset Index idx
31660 status collapsed
31661
31662 \begin_layout Plain Layout
31663 Numeración de ecuaciones ! con letras
31664 \end_layout
31665
31666 \end_inset
31667
31668
31669 \end_layout
31670
31671 \begin_layout Standard
31672 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31673  Por ejemplo, para numerar con romanos en minúscula,
31674 \begin_inset Foot
31675 status collapsed
31676
31677 \begin_layout Plain Layout
31678 Como en español no se usan romanos en minúscula, el estilo 
31679 \series bold
31680 spanish
31681 \series default
31682  del sistema 
31683 \series bold
31684 babel
31685 \series default
31686  redefine 
31687 \series bold
31688
31689 \backslash
31690 roman
31691 \series default
31692  para que los dé en versalitas.
31693  Véase 
31694 \begin_inset CommandInset citation
31695 LatexCommand cite
31696 key "spanish"
31697
31698 \end_inset
31699
31700  (
31701 \emph on
31702 N.
31703 \begin_inset space \thinspace{}
31704 \end_inset
31705
31706 del t
31707 \emph default
31708 ).
31709 \end_layout
31710
31711 \end_inset
31712
31713  se inserta el comando
31714 \end_layout
31715
31716 \begin_layout Standard
31717
31718 \series bold
31719
31720 \backslash
31721 renewcommand{
31722 \backslash
31723 theequation}{
31724 \backslash
31725 roman{equation}}
31726 \end_layout
31727
31728 \begin_layout Standard
31729 antes de la ecuación en modo TeX.
31730  
31731 \series bold
31732
31733 \backslash
31734 renewcommand
31735 \series default
31736
31737 \begin_inset Index idx
31738 status collapsed
31739
31740 \begin_layout Plain Layout
31741 Comandos ! R ! 
31742 \backslash
31743 renewcommand
31744 \end_layout
31745
31746 \end_inset
31747
31748  redefine el comando predefinido 
31749 \series bold
31750
31751 \backslash
31752 theequation
31753 \series default
31754  como 
31755 \series bold
31756
31757 \backslash
31758 roman{equation}
31759 \series default
31760 .
31761 \begin_inset Foot
31762 status collapsed
31763
31764 \begin_layout Plain Layout
31765 El comando 
31766 \series bold
31767
31768 \backslash
31769 renewcommand
31770 \series default
31771  tiene el mismo esquema que el comando 
31772 \series bold
31773
31774 \backslash
31775 newcommand
31776 \series default
31777 , descrito en 
31778 \begin_inset CommandInset ref
31779 LatexCommand ref
31780 reference "sub:El-comando-newcommand"
31781
31782 \end_inset
31783
31784 .
31785 \end_layout
31786
31787 \end_inset
31788
31789  
31790 \series bold
31791 equation
31792 \series default
31793  es el contador de ecuaciones.
31794  Si se usa el comando 
31795 \series bold
31796
31797 \backslash
31798 the
31799 \series default
31800  como prefijo de un contador, el valor del contador sale en números arábigos.
31801  Si una ecuación es numerada, LaTeX pone internamente el comando 
31802 \series bold
31803
31804 \backslash
31805 theequation
31806 \series default
31807  detrás de la ecuación.
31808  
31809 \series bold
31810
31811 \backslash
31812 roman{equation}
31813 \series default
31814
31815 \begin_inset Index idx
31816 status collapsed
31817
31818 \begin_layout Plain Layout
31819 Comandos ! R ! 
31820 \backslash
31821 roman
31822 \end_layout
31823
31824 \end_inset
31825
31826  pone el contador en romanos en minúscula.
31827 \end_layout
31828
31829 \begin_layout Standard
31830 Todas las ecuaciones siguientes a 
31831 \series bold
31832
31833 \backslash
31834 renew
31835 \series default
31836 c
31837 \series bold
31838 ommand
31839 \series default
31840  se numerarán en romanos.
31841  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31842  cambiando 
31843 \series bold
31844
31845 \backslash
31846 roman
31847 \series default
31848  por 
31849 \series bold
31850
31851 \backslash
31852 Roman
31853 \series default
31854
31855 \begin_inset Index idx
31856 status collapsed
31857
31858 \begin_layout Plain Layout
31859 Comandos ! R ! 
31860 \backslash
31861 roman@
31862 \backslash
31863 Roman
31864 \end_layout
31865
31866 \end_inset
31867
31868 .
31869  Para 
31870 \begin_inset Quotes fld
31871 \end_inset
31872
31873 numerar
31874 \begin_inset Quotes frd
31875 \end_inset
31876
31877  con minúsculas latinas hay el comando 
31878 \series bold
31879
31880 \backslash
31881 alph
31882 \series default
31883
31884 \begin_inset Index idx
31885 status collapsed
31886
31887 \begin_layout Plain Layout
31888 Comandos ! A ! 
31889 \backslash
31890 alph
31891 \end_layout
31892
31893 \end_inset
31894
31895 , y para mayúsculas el comando 
31896 \series bold
31897
31898 \backslash
31899 Alph
31900 \series default
31901
31902 \begin_inset Index idx
31903 status collapsed
31904
31905 \begin_layout Plain Layout
31906 Comandos ! A ! 
31907 \backslash
31908 alph@
31909 \backslash
31910 Alph
31911 \end_layout
31912
31913 \end_inset
31914
31915 .
31916 \end_layout
31917
31918 \begin_layout Standard
31919 \begin_inset Note Greyedout
31920 status collapsed
31921
31922 \begin_layout Plain Layout
31923
31924 \series bold
31925 Nota:
31926 \series default
31927  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31928 \end_layout
31929
31930 \end_inset
31931
31932
31933 \end_layout
31934
31935 \begin_layout Standard
31936 \begin_inset ERT
31937 status collapsed
31938
31939 \begin_layout Plain Layout
31940
31941
31942 \backslash
31943 renewcommand{
31944 \backslash
31945 theequation}{
31946 \backslash
31947 roman{equation}}
31948 \end_layout
31949
31950 \end_inset
31951
31952
31953 \begin_inset Formula \begin{equation}
31954 A=\textrm{romanos en minúscula}
31955 \end{equation}
31956
31957 \end_inset
31958
31959
31960 \begin_inset ERT
31961 status collapsed
31962
31963 \begin_layout Plain Layout
31964
31965
31966 \backslash
31967 renewcommand{
31968 \backslash
31969 theequation}{
31970 \backslash
31971 Roman{equation}}
31972 \end_layout
31973
31974 \end_inset
31975
31976
31977 \begin_inset Formula \begin{equation}
31978 B=\textrm{romanos en mayúscula}\label{eq:Rom}
31979 \end{equation}
31980
31981 \end_inset
31982
31983
31984 \begin_inset ERT
31985 status collapsed
31986
31987 \begin_layout Plain Layout
31988
31989
31990 \backslash
31991 renewcommand{
31992 \backslash
31993 theequation}{
31994 \backslash
31995 alph{equation}}
31996 \end_layout
31997
31998 \end_inset
31999
32000
32001 \begin_inset Formula \begin{equation}
32002 C=\textrm{latinas en minúscula}
32003 \end{equation}
32004
32005 \end_inset
32006
32007
32008 \begin_inset ERT
32009 status collapsed
32010
32011 \begin_layout Plain Layout
32012
32013
32014 \backslash
32015 renewcommand{
32016 \backslash
32017 theequation}{
32018 \backslash
32019 Alph{equation}}
32020 \end_layout
32021
32022 \end_inset
32023
32024
32025 \begin_inset Formula \begin{equation}
32026 D=\textrm{latinas en mayúscula}\label{eq:Lat}
32027 \end{equation}
32028
32029 \end_inset
32030
32031
32032 \end_layout
32033
32034 \begin_layout Standard
32035 Para volver a la numeración por omisión se inserta el comando:
32036 \end_layout
32037
32038 \begin_layout Standard
32039
32040 \series bold
32041
32042 \backslash
32043 renewcommand{
32044 \backslash
32045 theequation}{
32046 \backslash
32047 arabic{equation}}
32048 \begin_inset Index idx
32049 status collapsed
32050
32051 \begin_layout Plain Layout
32052 Comandos ! A ! 
32053 \backslash
32054 arabic
32055 \end_layout
32056
32057 \end_inset
32058
32059
32060 \end_layout
32061
32062 \begin_layout Standard
32063 \begin_inset ERT
32064 status collapsed
32065
32066 \begin_layout Plain Layout
32067
32068
32069 \backslash
32070 renewcommand{
32071 \backslash
32072 theequation}{
32073 \backslash
32074 arabic{equation}}
32075 \end_layout
32076
32077 \end_inset
32078
32079
32080 \begin_inset Formula \begin{equation}
32081 E=\mbox{arábigos}
32082 \end{equation}
32083
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \begin_layout Standard
32090 \begin_inset VSpace medskip
32091 \end_inset
32092
32093
32094 \end_layout
32095
32096 \begin_layout Standard
32097 Como ves, las ecuaciones se numeran consecutivamente independientemente
32098  del estilo de numeración.
32099  Cuando la numeración haya de empezar con 
32100 \begin_inset Quotes fld
32101 \end_inset
32102
32103 1
32104 \begin_inset Quotes frd
32105 \end_inset
32106
32107  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
32108  Una descripción sobre esto se encuentra en el archivo 
32109 \begin_inset CommandInset href
32110 LatexCommand href
32111 name "Formula-numbering.lyx"
32112 target "run:Formula-numbering.lyx"
32113
32114 \end_inset
32115
32116 .
32117 \end_layout
32118
32119 \begin_layout Section
32120 Símbolos y ecuaciones químicas
32121 \begin_inset CommandInset label
32122 LatexCommand label
32123 name "sub:Símbolos-y-ecuaciones-químicas"
32124
32125 \end_inset
32126
32127
32128 \begin_inset Index idx
32129 status collapsed
32130
32131 \begin_layout Plain Layout
32132 Química ! símbolos
32133 \end_layout
32134
32135 \end_inset
32136
32137
32138 \begin_inset Index idx
32139 status collapsed
32140
32141 \begin_layout Plain Layout
32142 Química ! caracteres
32143 \end_layout
32144
32145 \end_inset
32146
32147
32148 \begin_inset Index idx
32149 status collapsed
32150
32151 \begin_layout Plain Layout
32152 Ecuación ! química|see
32153 \begin_inset ERT
32154 status collapsed
32155
32156 \begin_layout Plain Layout
32157
32158 {
32159 \end_layout
32160
32161 \end_inset
32162
32163 Química
32164 \begin_inset ERT
32165 status collapsed
32166
32167 \begin_layout Plain Layout
32168
32169 }
32170 \end_layout
32171
32172 \end_inset
32173
32174
32175 \end_layout
32176
32177 \end_inset
32178
32179
32180 \begin_inset Index idx
32181 status collapsed
32182
32183 \begin_layout Plain Layout
32184 Química ! iones
32185 \end_layout
32186
32187 \end_inset
32188
32189
32190 \begin_inset Index idx
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194 Iones|see
32195 \begin_inset ERT
32196 status collapsed
32197
32198 \begin_layout Plain Layout
32199
32200 {
32201 \end_layout
32202
32203 \end_inset
32204
32205 Química
32206 \begin_inset ERT
32207 status collapsed
32208
32209 \begin_layout Plain Layout
32210
32211 }
32212 \end_layout
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \end_inset
32220
32221
32222 \begin_inset Index idx
32223 status collapsed
32224
32225 \begin_layout Plain Layout
32226 Química ! reacción
32227 \end_layout
32228
32229 \end_inset
32230
32231
32232 \end_layout
32233
32234 \begin_layout Standard
32235 Un ejemplo de texto de química:
32236 \end_layout
32237
32238 \begin_layout Quote
32239 El ión 
32240 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32241 \end_inset
32242
32243  reacciona con dos iones 
32244 \begin_inset Formula $\mathrm{Na^{+}}$
32245 \end_inset
32246
32247  para dar sulfato de sodio 
32248 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32249 \end_inset
32250
32251 .
32252  La ecuación química es:
32253 \begin_inset Formula \begin{equation}
32254 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
32255 \end{equation}
32256
32257 \end_inset
32258
32259
32260 \end_layout
32261
32262 \begin_layout Standard
32263 Esta ecuación química puede componerse directamente en modo ecuación.
32264  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32265  y con el atajo 
32266 \family sans
32267 Alt+C
32268 \begin_inset space ~
32269 \end_inset
32270
32271 R
32272 \family default
32273  se cambia en redonda.
32274 \begin_inset Foot
32275 status collapsed
32276
32277 \begin_layout Plain Layout
32278 véase estilos de fuentes en 
32279 \begin_inset CommandInset ref
32280 LatexCommand ref
32281 reference "sub:Estilos-de-fuentes"
32282
32283 \end_inset
32284
32285 .
32286 \end_layout
32287
32288 \end_inset
32289
32290
32291 \end_layout
32292
32293 \begin_layout Standard
32294 Para escribir ecuaciones químicas es más conveniente usar el comando 
32295 \series bold
32296
32297 \backslash
32298 ce
32299 \series default
32300
32301 \begin_inset Index idx
32302 status collapsed
32303
32304 \begin_layout Plain Layout
32305 Comandos ! C ! 
32306 \backslash
32307 ce
32308 \end_layout
32309
32310 \end_inset
32311
32312 , que está disponible si está instalado el paquete LaTeX 
32313 \series bold
32314 mhchem
32315 \series default
32316
32317 \begin_inset Index idx
32318 status collapsed
32319
32320 \begin_layout Plain Layout
32321 Paquetes ! mhchem
32322 \end_layout
32323
32324 \end_inset
32325
32326 .
32327  Al insertar  
32328 \series bold
32329
32330 \backslash
32331 ce
32332 \series default
32333  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
32334   ecuaciones químicas de una forma intuitiva.
32335 \end_layout
32336
32337 \begin_layout Standard
32338 \align center
32339 \begin_inset Tabular
32340 <lyxtabular version="3" rows="9" columns="2">
32341 <features tabularvalignment="middle">
32342 <column alignment="center" valignment="top" width="0">
32343 <column alignment="center" valignment="top" width="0">
32344 <row>
32345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32346 \begin_inset Text
32347
32348 \begin_layout Plain Layout
32349 Comando
32350 \end_layout
32351
32352 \end_inset
32353 </cell>
32354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32355 \begin_inset Text
32356
32357 \begin_layout Plain Layout
32358 Resultado
32359 \begin_inset Note Note
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363
32364 \series bold
32365
32366 \backslash
32367 raisebox
32368 \series default
32369  se usa sólo como espaciador
32370 \end_layout
32371
32372 \end_inset
32373
32374
32375 \end_layout
32376
32377 \end_inset
32378 </cell>
32379 </row>
32380 <row>
32381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32382 \begin_inset Text
32383
32384 \begin_layout Plain Layout
32385
32386 \backslash
32387 ce
32388 \begin_inset ERT
32389 status collapsed
32390
32391 \begin_layout Plain Layout
32392
32393
32394 \backslash
32395 spce 
32396 \end_layout
32397
32398 \end_inset
32399
32400 H2CO3
32401 \end_layout
32402
32403 \end_inset
32404 </cell>
32405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32406 \begin_inset Text
32407
32408 \begin_layout Plain Layout
32409 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32410 \end_inset
32411
32412
32413 \end_layout
32414
32415 \end_inset
32416 </cell>
32417 </row>
32418 <row>
32419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32420 \begin_inset Text
32421
32422 \begin_layout Plain Layout
32423
32424 \backslash
32425 ce
32426 \begin_inset ERT
32427 status collapsed
32428
32429 \begin_layout Plain Layout
32430
32431
32432 \backslash
32433 spce 
32434 \end_layout
32435
32436 \end_inset
32437
32438 SO4^2-
32439 \end_layout
32440
32441 \end_inset
32442 </cell>
32443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32444 \begin_inset Text
32445
32446 \begin_layout Plain Layout
32447 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32448 \end_inset
32449
32450
32451 \end_layout
32452
32453 \end_inset
32454 </cell>
32455 </row>
32456 <row>
32457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32458 \begin_inset Text
32459
32460 \begin_layout Plain Layout
32461
32462 \backslash
32463 ce
32464 \begin_inset ERT
32465 status collapsed
32466
32467 \begin_layout Plain Layout
32468
32469
32470 \backslash
32471 spce 
32472 \end_layout
32473
32474 \end_inset
32475
32476 (NH4)2S
32477 \end_layout
32478
32479 \end_inset
32480 </cell>
32481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32482 \begin_inset Text
32483
32484 \begin_layout Plain Layout
32485 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \end_inset
32492 </cell>
32493 </row>
32494 <row>
32495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32496 \begin_inset Text
32497
32498 \begin_layout Plain Layout
32499
32500 \backslash
32501 ce
32502 \begin_inset ERT
32503 status collapsed
32504
32505 \begin_layout Plain Layout
32506
32507
32508 \backslash
32509 spce 
32510 \end_layout
32511
32512 \end_inset
32513
32514 KCr(SO4)2.12H2O
32515 \end_layout
32516
32517 \end_inset
32518 </cell>
32519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32520 \begin_inset Text
32521
32522 \begin_layout Plain Layout
32523 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \end_inset
32530 </cell>
32531 </row>
32532 <row>
32533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32534 \begin_inset Text
32535
32536 \begin_layout Plain Layout
32537
32538 \backslash
32539 ce
32540 \begin_inset ERT
32541 status collapsed
32542
32543 \begin_layout Plain Layout
32544
32545
32546 \backslash
32547 spce 
32548 \end_layout
32549
32550 \end_inset
32551
32552 A-B
32553 \backslash
32554 dbond
32555 \begin_inset ERT
32556 status collapsed
32557
32558 \begin_layout Plain Layout
32559
32560
32561 \backslash
32562 spce 
32563 \end_layout
32564
32565 \end_inset
32566
32567 C
32568 \backslash
32569 tbond
32570 \begin_inset ERT
32571 status collapsed
32572
32573 \begin_layout Plain Layout
32574
32575
32576 \backslash
32577 spce 
32578 \end_layout
32579
32580 \end_inset
32581
32582 D
32583 \end_layout
32584
32585 \end_inset
32586 </cell>
32587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32588 \begin_inset Text
32589
32590 \begin_layout Plain Layout
32591 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \end_inset
32598 </cell>
32599 </row>
32600 <row>
32601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32602 \begin_inset Text
32603
32604 \begin_layout Plain Layout
32605
32606 \backslash
32607 ce
32608 \begin_inset ERT
32609 status collapsed
32610
32611 \begin_layout Plain Layout
32612
32613
32614 \backslash
32615 spce 
32616 \end_layout
32617
32618 \end_inset
32619
32620 ^227
32621 \begin_inset Formula $\downarrow$
32622 \end_inset
32623
32624 _90
32625 \begin_inset Formula $\to$
32626 \end_inset
32627
32628 Th+
32629 \end_layout
32630
32631 \end_inset
32632 </cell>
32633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32634 \begin_inset Text
32635
32636 \begin_layout Plain Layout
32637 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32638 \end_inset
32639
32640
32641 \end_layout
32642
32643 \end_inset
32644 </cell>
32645 </row>
32646 <row>
32647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32648 \begin_inset Text
32649
32650 \begin_layout Plain Layout
32651
32652 \backslash
32653 ce
32654 \begin_inset ERT
32655 status collapsed
32656
32657 \begin_layout Plain Layout
32658
32659
32660 \backslash
32661 spce 
32662 \end_layout
32663
32664 \end_inset
32665
32666 CO2
32667 \begin_inset ERT
32668 status collapsed
32669
32670 \begin_layout Plain Layout
32671
32672
32673 \backslash
32674 spce 
32675 \end_layout
32676
32677 \end_inset
32678
32679 +
32680 \begin_inset ERT
32681 status collapsed
32682
32683 \begin_layout Plain Layout
32684
32685
32686 \backslash
32687 spce 
32688 \end_layout
32689
32690 \end_inset
32691
32692 C
32693 \begin_inset ERT
32694 status collapsed
32695
32696 \begin_layout Plain Layout
32697
32698
32699 \backslash
32700 spce 
32701 \end_layout
32702
32703 \end_inset
32704
32705 <=>
32706 \begin_inset ERT
32707 status collapsed
32708
32709 \begin_layout Plain Layout
32710
32711
32712 \backslash
32713 spce 
32714 \end_layout
32715
32716 \end_inset
32717
32718 2CO
32719 \end_layout
32720
32721 \end_inset
32722 </cell>
32723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32724 \begin_inset Text
32725
32726 \begin_layout Plain Layout
32727 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32728 \end_inset
32729
32730
32731 \end_layout
32732
32733 \end_inset
32734 </cell>
32735 </row>
32736 <row>
32737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32738 \begin_inset Text
32739
32740 \begin_layout Plain Layout
32741
32742 \backslash
32743 ce
32744 \begin_inset ERT
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748
32749
32750 \backslash
32751 spce 
32752 \end_layout
32753
32754 \end_inset
32755
32756 CO2
32757 \begin_inset ERT
32758 status collapsed
32759
32760 \begin_layout Plain Layout
32761
32762
32763 \backslash
32764 spce 
32765 \end_layout
32766
32767 \end_inset
32768
32769 +
32770 \begin_inset ERT
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774
32775
32776 \backslash
32777 spce 
32778 \end_layout
32779
32780 \end_inset
32781
32782 C
32783 \begin_inset ERT
32784 status collapsed
32785
32786 \begin_layout Plain Layout
32787
32788
32789 \backslash
32790 spce 
32791 \end_layout
32792
32793 \end_inset
32794
32795 ->[
32796 \backslash
32797 alpha][
32798 \backslash
32799 beta]
32800 \begin_inset ERT
32801 status collapsed
32802
32803 \begin_layout Plain Layout
32804
32805
32806 \backslash
32807 spce 
32808 \end_layout
32809
32810 \end_inset
32811
32812 2CO}
32813 \end_layout
32814
32815 \end_inset
32816 </cell>
32817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32818 \begin_inset Text
32819
32820 \begin_layout Plain Layout
32821 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32822 \end_inset
32823
32824
32825 \end_layout
32826
32827 \end_inset
32828 </cell>
32829 </row>
32830 </lyxtabular>
32831
32832 \end_inset
32833
32834
32835 \end_layout
32836
32837 \begin_layout Standard
32838 \begin_inset Note Greyedout
32839 status open
32840
32841 \begin_layout Plain Layout
32842
32843 \series bold
32844 Nota:
32845 \series default
32846  Insertar una ecuación en un marco  
32847 \series bold
32848
32849 \backslash
32850 ce
32851 \series default
32852  provocará errores de LaTeX.
32853  En estos casos hay que usar código TeX, como en  
32854 \series bold
32855
32856 \backslash
32857 ce{$
32858 \backslash
32859 mu
32860 \backslash
32861 hyphen$Cl}
32862 \series default
32863
32864 \begin_inset ERT
32865 status collapsed
32866
32867 \begin_layout Plain Layout
32868
32869
32870 \backslash
32871 ce{$
32872 \backslash
32873 mu
32874 \backslash
32875 hyphen$Cl}
32876 \end_layout
32877
32878 \end_inset
32879
32880  
32881 \end_layout
32882
32883 \end_inset
32884
32885
32886 \end_layout
32887
32888 \begin_layout Standard
32889 El comando 
32890 \series bold
32891
32892 \backslash
32893 ce
32894 \series default
32895  para la ecuación
32896 \begin_inset space ~
32897 \end_inset
32898
32899
32900 \begin_inset CommandInset ref
32901 LatexCommand eqref
32902 reference "eq:reaccion-quimica"
32903
32904 \end_inset
32905
32906  es
32907 \begin_inset Newline newline
32908 \end_inset
32909
32910
32911 \series bold
32912  
32913 \backslash
32914 ce
32915 \begin_inset ERT
32916 status collapsed
32917
32918 \begin_layout Plain Layout
32919
32920
32921 \backslash
32922 spce 
32923 \end_layout
32924
32925 \end_inset
32926
32927 2Na+
32928 \begin_inset ERT
32929 status collapsed
32930
32931 \begin_layout Plain Layout
32932
32933
32934 \backslash
32935 spce 
32936 \end_layout
32937
32938 \end_inset
32939
32940 +
32941 \begin_inset ERT
32942 status collapsed
32943
32944 \begin_layout Plain Layout
32945
32946
32947 \backslash
32948 spce 
32949 \end_layout
32950
32951 \end_inset
32952
32953 SO4^2-
32954 \begin_inset ERT
32955 status collapsed
32956
32957 \begin_layout Plain Layout
32958
32959
32960 \backslash
32961 spce 
32962 \end_layout
32963
32964 \end_inset
32965
32966
32967 \begin_inset ERT
32968 status collapsed
32969
32970 \begin_layout Plain Layout
32971
32972
32973 \backslash
32974 spce 
32975 \end_layout
32976
32977 \end_inset
32978
32979 ->
32980 \begin_inset ERT
32981 status collapsed
32982
32983 \begin_layout Plain Layout
32984
32985
32986 \backslash
32987 spce 
32988 \end_layout
32989
32990 \end_inset
32991
32992 Na2SO4
32993 \end_layout
32994
32995 \begin_layout Standard
32996 Para componer ecuaciones químicas multilínea primero se crea una ecuación
32997  multilínea, tal como se describe en la 
32998 \begin_inset CommandInset ref
32999 LatexCommand ref
33000 reference "sec:Ecuaciones-multilínea"
33001
33002 \end_inset
33003
33004 .
33005  Después se utiliza el comando 
33006 \series bold
33007 /ce
33008 \series default
33009  en cada cuadrito azul de la ecuación.
33010  
33011 \begin_inset CommandInset ref
33012 LatexCommand eqref
33013 reference "eq:TEOS-reac-1"
33014
33015 \end_inset
33016
33017  y 
33018 \begin_inset CommandInset ref
33019 LatexCommand eqref
33020 reference "eq:TEOS-reac-2"
33021
33022 \end_inset
33023
33024  son un ejemplo de reacción química multifase en la que cada ecuación tiene
33025  su propio número.
33026 \begin_inset Formula \begin{eqnarray}
33027 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
33028 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
33029 \end{eqnarray}
33030
33031 \end_inset
33032
33033
33034 \end_layout
33035
33036 \begin_layout Standard
33037 Además de 
33038 \series bold
33039
33040 \backslash
33041 ce
33042 \series default
33043  el paquete 
33044 \series bold
33045 mhchem
33046 \series default
33047  suministra el comando 
33048 \series bold
33049
33050 \backslash
33051 cf
33052 \series default
33053
33054 \begin_inset Index idx
33055 status collapsed
33056
33057 \begin_layout Plain Layout
33058 Comandos ! C ! 
33059 \backslash
33060 cf
33061 \end_layout
33062
33063 \end_inset
33064
33065  que ha de utilizarse en casos especiales.
33066  Para más información sobre 
33067 \series bold
33068
33069 \backslash
33070 cf
33071 \series default
33072  y más ejemplos echa un vistazo a la documentación de 
33073 \series bold
33074 mhchem
33075 \series default
33076
33077 \begin_inset CommandInset citation
33078 LatexCommand cite
33079 key "mhchem"
33080
33081 \end_inset
33082
33083 .
33084 \end_layout
33085
33086 \begin_layout Section
33087 Diagramas
33088 \end_layout
33089
33090 \begin_layout Standard
33091 Lyx soporta dos tipos de diagramas conmutativos: 
33092 \series bold
33093 amscd
33094 \series default
33095  y 
33096 \series bold
33097 xymatrix
33098 \series default
33099 , que se explican a continuación.
33100 \end_layout
33101
33102 \begin_layout Subsection
33103 Diagramas amscd
33104 \begin_inset Index idx
33105 status collapsed
33106
33107 \begin_layout Plain Layout
33108 Diagramas ! amscd
33109 \end_layout
33110
33111 \end_inset
33112
33113
33114 \end_layout
33115
33116 \begin_layout Standard
33117 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33118  verticales y horizontales:
33119 \begin_inset Formula \[
33120 \begin{CD}A@)))B@)))C\\
33121 @AAA@.@VVV\\
33122 F@(((E@(((D
33123 \end{CD}
33124 \]
33125
33126 \end_inset
33127
33128 Para obtener el diagrama se inserta en la ecuación el comando 
33129 \series bold
33130
33131 \backslash
33132 CD
33133 \begin_inset Index idx
33134 status collapsed
33135
33136 \begin_layout Plain Layout
33137 Comandos ! C ! 
33138 \backslash
33139 CD
33140 \end_layout
33141
33142 \end_inset
33143
33144
33145 \series default
33146 .
33147  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33148  continuación comandos.
33149  Con 
33150 \family sans
33151 Ctrl+Retorno
33152 \family default
33153  se inicia una nueva línea.
33154  En las líneas impares se insertan relaciones horizontales, en las pares
33155  verticales.
33156 \end_layout
33157
33158 \begin_layout Standard
33159 Para componer las relaciones hay los siguientes comandos:
33160 \begin_inset Foot
33161 status collapsed
33162
33163 \begin_layout Plain Layout
33164 \begin_inset CommandInset label
33165 LatexCommand label
33166 name "fn:sinónimos"
33167
33168 \end_inset
33169
33170 Los comandos con 
33171 \family sans
33172 '
33173 \series bold
33174 >
33175 \series default
33176 '
33177 \family default
33178  o 
33179 \family sans
33180 '
33181 \series bold
33182 <
33183 \series default
33184 '
33185 \family default
33186  pueden generar errores con el estilo 
33187 \series bold
33188 spanish
33189 \series default
33190  de 
33191 \series bold
33192 babel
33193 \series default
33194 .
33195  Para evitarlo se pueden sustituir por sus sinónimos 
33196 \family sans
33197 '
33198 \series bold
33199 )
33200 \series default
33201 '
33202 \family default
33203  y 
33204 \family sans
33205 '
33206 \series bold
33207 (
33208 \series default
33209 '
33210 \family default
33211  respectivamente.
33212  Véase 
33213 \begin_inset CommandInset citation
33214 LatexCommand cite
33215 key "spanish"
33216
33217 \end_inset
33218
33219 .
33220  (
33221 \emph on
33222 N.
33223 \begin_inset space \thinspace{}
33224 \end_inset
33225
33226 del t.
33227 \emph default
33228 )
33229 \end_layout
33230
33231 \end_inset
33232
33233
33234 \end_layout
33235
33236 \begin_layout Itemize
33237
33238 \series bold
33239 @<<<
33240 \series default
33241  genera una flecha hacia la izquierda, 
33242 \series bold
33243 @>>>
33244 \series default
33245  una hacia la derecha, y 
33246 \series bold
33247 @=
33248 \series default
33249  un signo igual largo
33250 \end_layout
33251
33252 \begin_layout Itemize
33253
33254 \series bold
33255 @AAA
33256 \series default
33257  genera una flecha hacia arriba, 
33258 \series bold
33259 @VVV
33260 \series default
33261  una hacia abajo, y 
33262 \series bold
33263 @|
33264 \series default
33265  un signo igual vertical
33266 \end_layout
33267
33268 \begin_layout Itemize
33269
33270 \series bold
33271 @.
33272
33273 \series default
33274  genera una ubicación vacía para relaciones inexistentes
33275 \end_layout
33276
33277 \begin_layout Standard
33278 Todas las flechas pueden etiquetarse como sigue:
33279 \end_layout
33280
33281 \begin_layout Itemize
33282 Si se inserta texto entre el primero y el segundo 
33283 \series bold
33284 <
33285 \series default
33286  o 
33287 \series bold
33288 >
33289 \series default
33290 , respectivamente, se muestra sobre la flecha.
33291  Si se inserta entre el segundo y el tercero, bajo la flecha.
33292 \end_layout
33293
33294 \begin_layout Itemize
33295 Para flechas verticales, si se inserta texto entre la primera y la segunda
33296  
33297 \series bold
33298 A
33299 \series default
33300  o 
33301 \series bold
33302 V
33303 \series default
33304 , respectivamente, se muestra al lado izquierdo de la flecha.
33305  Si se inserta entre la segunda y la tercera, al lado derecho.
33306  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33307 \end_layout
33308
33309 \begin_layout Standard
33310 Como ejemplo un diagrama con todas las relaciones posibles:
33311 \begin_inset Formula \[
33312 \begin{CD}A@)j))B@))k)C@=F\\
33313 @AmAA@.@VV{V}V@|\\
33314 D@((j\,(E@)k))F@=C
33315 \end{CD}
33316 \]
33317
33318 \end_inset
33319
33320 El comando para este diagrama es:
33321 \begin_inset Newline newline
33322 \end_inset
33323
33324
33325 \series bold
33326
33327 \backslash
33328 CD
33329 \begin_inset ERT
33330 status collapsed
33331
33332 \begin_layout Plain Layout
33333
33334
33335 \backslash
33336 spce 
33337 \end_layout
33338
33339 \end_inset
33340
33341 A@>j>>B@>>k>C@=F Ctrl+Retorno
33342 \begin_inset Newline newline
33343 \end_inset
33344
33345
33346 \begin_inset Phantom HPhantom
33347 status open
33348
33349 \begin_layout Plain Layout
33350
33351 \series bold
33352
33353 \backslash
33354 CD
33355 \begin_inset ERT
33356 status collapsed
33357
33358 \begin_layout Plain Layout
33359
33360
33361 \backslash
33362 spce 
33363 \end_layout
33364
33365 \end_inset
33366
33367
33368 \end_layout
33369
33370 \end_inset
33371
33372 @AmAA@.@VV
33373 \backslash
33374 {V
33375 \series default
33376
33377 \begin_inset Formula $\to$
33378 \end_inset
33379
33380
33381 \series bold
33382 V@| Ctrl+Retorno
33383 \begin_inset Newline newline
33384 \end_inset
33385
33386
33387 \begin_inset Phantom HPhantom
33388 status open
33389
33390 \begin_layout Plain Layout
33391
33392 \series bold
33393
33394 \backslash
33395 CD
33396 \begin_inset ERT
33397 status collapsed
33398
33399 \begin_layout Plain Layout
33400
33401
33402 \backslash
33403 spce 
33404 \end_layout
33405
33406 \end_inset
33407
33408
33409 \end_layout
33410
33411 \end_inset
33412
33413 D@<<j<E@>k>>F@=C
33414 \end_layout
33415
33416 \begin_layout Subsection
33417 Diagramas xymatrix
33418 \begin_inset Index idx
33419 status collapsed
33420
33421 \begin_layout Plain Layout
33422 Diagramas ! xymatrix
33423 \end_layout
33424
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \begin_layout Standard
33431 Para usar matrices xy debe estar instalado el paquete LaTeX 
33432 \series bold
33433 xypic
33434 \series default
33435 .
33436  Una matriz xy se crea insertando el comando 
33437 \series bold
33438
33439 \backslash
33440 xymatrix
33441 \series default
33442  en una ecuación.
33443  Después podrás añadir nuevas columnas y filas como en matrices normales,
33444  véase
33445 \begin_inset space ~
33446 \end_inset
33447
33448
33449 \begin_inset CommandInset ref
33450 LatexCommand ref
33451 reference "sec:Matrices"
33452
33453 \end_inset
33454
33455 .
33456 \end_layout
33457
33458 \begin_layout Standard
33459 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33460  y curvadas, y mucho más.
33461  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33462  se explican en el 
33463 \emph on
33464 Manual de XY-pic
33465 \emph default
33466  que se encuentra en el menú 
33467 \family sans
33468 Ayuda\SpecialChar \menuseparator
33469 Manuales
33470 \begin_inset space ~
33471 \end_inset
33472
33473 específicos
33474 \family default
33475 .
33476 \end_layout
33477
33478 \begin_layout Subsection
33479 Diagramas 
33480 \noun on
33481 Feynman
33482 \noun default
33483
33484 \begin_inset Index idx
33485 status collapsed
33486
33487 \begin_layout Plain Layout
33488 Diagramas ! Feynman
33489 \end_layout
33490
33491 \end_inset
33492
33493
33494 \end_layout
33495
33496 \begin_layout Standard
33497 Para usar diagramas 
33498 \noun on
33499 Feynman
33500 \noun default
33501  estar instalado el paquete LaTeX 
33502 \series bold
33503 feyn
33504 \series default
33505 .
33506  Un diagrama 
33507 \noun on
33508 Feynman
33509 \noun default
33510  se crea insertando el comando 
33511 \series bold
33512
33513 \backslash
33514 Diagram
33515 \series default
33516  en una ecuación.
33517  Después podrás añadir nuevas columnas y filas como en matrices normales,
33518  véase
33519 \begin_inset space ~
33520 \end_inset
33521
33522
33523 \begin_inset CommandInset ref
33524 LatexCommand ref
33525 reference "sec:Matrices"
33526
33527 \end_inset
33528
33529 .
33530 \end_layout
33531
33532 \begin_layout Standard
33533
33534 \lang english
33535 Examples how to create 
33536 \noun on
33537 Feynman-
33538 \noun default
33539 diagrams in LyX is given in the 
33540 \emph on
33541 Feynman-diagram manual
33542 \emph default
33543 \lang spanish
33544  que se encuentra en el menú 
33545 \family sans
33546 Ayuda\SpecialChar \menuseparator
33547 Manuales
33548 \begin_inset space ~
33549 \end_inset
33550
33551 específicos
33552 \family default
33553 .
33554 \end_layout
33555
33556 \begin_layout Section
33557 Comandos definidos por el usuario
33558 \begin_inset Index idx
33559 status collapsed
33560
33561 \begin_layout Plain Layout
33562 Comandos de usuario
33563 \end_layout
33564
33565 \end_inset
33566
33567
33568 \end_layout
33569
33570 \begin_layout Standard
33571 \begin_inset Note Greyedout
33572 status collapsed
33573
33574 \begin_layout Plain Layout
33575
33576 \series bold
33577 Nota:
33578 \series default
33579  Los nombres de los comandos definidos por el usuario y macros solo pueden
33580  contener letras latinas.
33581 \end_layout
33582
33583 \end_inset
33584
33585
33586 \end_layout
33587
33588 \begin_layout Subsection
33589 El comando 
33590 \backslash
33591 newcommand
33592 \begin_inset CommandInset label
33593 LatexCommand label
33594 name "sub:El-comando-newcommand"
33595
33596 \end_inset
33597
33598
33599 \begin_inset Index idx
33600 status collapsed
33601
33602 \begin_layout Plain Layout
33603 Comandos de usuario ! 
33604 \backslash
33605 newcommand
33606 \end_layout
33607
33608 \end_inset
33609
33610
33611 \begin_inset Index idx
33612 status collapsed
33613
33614 \begin_layout Plain Layout
33615 Comandos ! N ! 
33616 \backslash
33617 newcommand
33618 \end_layout
33619
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \begin_layout Standard
33626 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33627  Pero es posible definir nuevos comandos más cortos con el comando 
33628 \series bold
33629
33630 \backslash
33631 newcommand
33632 \series default
33633 .
33634  
33635 \end_layout
33636
33637 \begin_layout Standard
33638 El esquema del comando 
33639 \series bold
33640
33641 \backslash
33642 newcommand
33643 \series default
33644  es:
33645 \end_layout
33646
33647 \begin_layout Standard
33648
33649 \series bold
33650
33651 \backslash
33652 newcommand{nombre nuevo de comando}[número de argumentos]
33653 \begin_inset Newline newline
33654 \end_inset
33655
33656
33657 \begin_inset Phantom HPhantom
33658 status open
33659
33660 \begin_layout Plain Layout
33661
33662 \series bold
33663
33664 \backslash
33665 newcommand
33666 \end_layout
33667
33668 \end_inset
33669
33670 [valor opcional]{definición de comando}
33671 \end_layout
33672
33673 \begin_layout Standard
33674 \begin_inset Note Greyedout
33675 status collapsed
33676
33677 \begin_layout Plain Layout
33678
33679 \series bold
33680 Nota:
33681 \series default
33682  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33683  documento o en paquetes LaTeX que uses.
33684  Si p.
33685 \begin_inset space \thinspace{}
33686 \end_inset
33687
33688 e.
33689  defines el comando 
33690 \series bold
33691
33692 \backslash
33693 le
33694 \series default
33695  para 
33696 \series bold
33697
33698 \backslash
33699 Leftarrow,
33700 \series default
33701  se producirán errores porque 
33702 \series bold
33703
33704 \backslash
33705 le
33706 \series default
33707  ya existe como comando para 
33708 \begin_inset Quotes fld
33709 \end_inset
33710
33711
33712 \begin_inset Formula $\le$
33713 \end_inset
33714
33715
33716 \begin_inset Quotes frd
33717 \end_inset
33718
33719 .
33720
33721 \series bold
33722  
33723 \end_layout
33724
33725 \end_inset
33726
33727
33728 \end_layout
33729
33730 \begin_layout Standard
33731 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33732  argumentos debería tener el nuevo comando.
33733  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33734  Cuando se hace esto, el 
33735 \emph on
33736 primer
33737 \emph default
33738  argumento del nuevo comando es automáticamente opcional.
33739 \end_layout
33740
33741 \begin_layout Standard
33742 Veamos unos ejemplos:
33743 \end_layout
33744
33745 \begin_layout Itemize
33746 Para definir el comando 
33747 \series bold
33748
33749 \backslash
33750 gr
33751 \series default
33752  para 
33753 \series bold
33754
33755 \backslash
33756 Longrightarrow
33757 \series default
33758 , la línea de preámbulo LaTeX es:
33759 \begin_inset VSpace medskip
33760 \end_inset
33761
33762
33763 \begin_inset Newline newline
33764 \end_inset
33765
33766
33767 \series bold
33768
33769 \backslash
33770 newcommand{
33771 \backslash
33772 gr}{
33773 \backslash
33774 Longrightarrow}
33775 \end_layout
33776
33777 \begin_layout Itemize
33778 Para definir el comando 
33779 \series bold
33780
33781 \backslash
33782 us
33783 \series default
33784  para 
33785 \series bold
33786
33787 \backslash
33788 underline
33789 \series default
33790 , el argumento (que sería subrayado) debe tenerse en cuenta.
33791  Para esto la línea de preámbulo es:
33792 \begin_inset VSpace medskip
33793 \end_inset
33794
33795
33796 \begin_inset Newline newline
33797 \end_inset
33798
33799
33800 \series bold
33801
33802 \backslash
33803 newcommand{
33804 \backslash
33805 us}[1]{
33806 \backslash
33807 underline{#1}}
33808 \series default
33809
33810 \begin_inset VSpace medskip
33811 \end_inset
33812
33813
33814 \begin_inset Newline newline
33815 \end_inset
33816
33817 El carácter 
33818 \series bold
33819 #
33820 \series default
33821  actúa como colocador del argumento, el 
33822 \series bold
33823 1
33824 \series default
33825  indica que es el colocador para el primer argumento.
33826 \end_layout
33827
33828 \begin_layout Itemize
33829 Para 
33830 \series bold
33831
33832 \backslash
33833 framebox
33834 \series default
33835  se puede p.
33836 \begin_inset space \thinspace{}
33837 \end_inset
33838
33839 e.
33840  definir el comando 
33841 \series bold
33842
33843 \backslash
33844 fb
33845 \series default
33846 :
33847 \begin_inset VSpace medskip
33848 \end_inset
33849
33850
33851 \begin_inset Newline newline
33852 \end_inset
33853
33854
33855 \series bold
33856
33857 \backslash
33858 newcommand{
33859 \backslash
33860 fb}[3]{
33861 \backslash
33862 framebox#1#2{$#3$}}
33863 \series default
33864
33865 \begin_inset VSpace medskip
33866 \end_inset
33867
33868
33869 \begin_inset Newline newline
33870 \end_inset
33871
33872 Los dos signos dólar generan la ecuación extra necesaria para 
33873 \series bold
33874
33875 \backslash
33876 framebox
33877 \series default
33878 , véase 
33879 \begin_inset CommandInset ref
33880 LatexCommand ref
33881 reference "sub:Cuadros-con-marco"
33882
33883 \end_inset
33884
33885 .
33886 \end_layout
33887
33888 \begin_layout Itemize
33889 Para crear un nuevo comando para 
33890 \series bold
33891
33892 \backslash
33893 fcolorbox
33894 \series default
33895  donde no es necesario especificar el color para el cuadro, el argumento
33896  para el color se define opcional:
33897 \begin_inset VSpace medskip
33898 \end_inset
33899
33900
33901 \begin_inset Newline newline
33902 \end_inset
33903
33904
33905 \series bold
33906
33907 \backslash
33908 newcommand{
33909 \backslash
33910 cb}[3][white]{
33911 \backslash
33912 fcolorbox{#2}{#1}{$#3$}}
33913 \series default
33914
33915 \begin_inset VSpace medskip
33916 \end_inset
33917
33918
33919 \begin_inset Newline newline
33920 \end_inset
33921
33922 Si el color no es especificado al usar 
33923 \series bold
33924
33925 \backslash
33926 cb
33927 \series default
33928 , se elige el color 
33929 \series bold
33930 white
33931 \series default
33932  predefinido.
33933 \end_layout
33934
33935 \begin_layout Standard
33936 Un ensayo con los nuevos comandos definidos:
33937 \end_layout
33938
33939 \begin_layout Standard
33940 \noindent
33941 \align center
33942 \begin_inset Tabular
33943 <lyxtabular version="3" rows="6" columns="2">
33944 <features tabularvalignment="middle">
33945 <column alignment="center" valignment="top" width="0">
33946 <column alignment="center" valignment="top" width="0">
33947 <row>
33948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33949 \begin_inset Text
33950
33951 \begin_layout Plain Layout
33952 Comando
33953 \end_layout
33954
33955 \end_inset
33956 </cell>
33957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33958 \begin_inset Text
33959
33960 \begin_layout Plain Layout
33961 Resultado
33962 \begin_inset Note Note
33963 status collapsed
33964
33965 \begin_layout Plain Layout
33966
33967 \series bold
33968
33969 \backslash
33970 raisebox
33971 \series default
33972  se usa sólo como espaciador
33973 \end_layout
33974
33975 \end_inset
33976
33977
33978 \end_layout
33979
33980 \end_inset
33981 </cell>
33982 </row>
33983 <row>
33984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33985 \begin_inset Text
33986
33987 \begin_layout Plain Layout
33988 A
33989 \backslash
33990 gr
33991 \begin_inset ERT
33992 status collapsed
33993
33994 \begin_layout Plain Layout
33995
33996
33997 \backslash
33998 spce 
33999 \end_layout
34000
34001 \end_inset
34002
34003 B
34004 \end_layout
34005
34006 \end_inset
34007 </cell>
34008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34009 \begin_inset Text
34010
34011 \begin_layout Plain Layout
34012 \begin_inset Formula $A\gr B$
34013 \end_inset
34014
34015
34016 \end_layout
34017
34018 \end_inset
34019 </cell>
34020 </row>
34021 <row>
34022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34023 \begin_inset Text
34024
34025 \begin_layout Plain Layout
34026
34027 \backslash
34028 us{ABcd
34029 \end_layout
34030
34031 \end_inset
34032 </cell>
34033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34034 \begin_inset Text
34035
34036 \begin_layout Plain Layout
34037 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
34038 \end_inset
34039
34040
34041 \end_layout
34042
34043 \end_inset
34044 </cell>
34045 </row>
34046 <row>
34047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34048 \begin_inset Text
34049
34050 \begin_layout Plain Layout
34051
34052 \backslash
34053 fb{[2cm]
34054 \begin_inset Formula $\to$
34055 \end_inset
34056
34057
34058 \backslash
34059 {
34060 \begin_inset Formula $\to$
34061 \end_inset
34062
34063
34064 \backslash
34065 {
34066 \backslash
34067 int
34068 \begin_inset ERT
34069 status collapsed
34070
34071 \begin_layout Plain Layout
34072
34073
34074 \backslash
34075 spce 
34076 \end_layout
34077
34078 \end_inset
34079
34080 A=B
34081 \end_layout
34082
34083 \end_inset
34084 </cell>
34085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34086 \begin_inset Text
34087
34088 \begin_layout Plain Layout
34089 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
34090 \end_inset
34091
34092
34093 \end_layout
34094
34095 \end_inset
34096 </cell>
34097 </row>
34098 <row>
34099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34100 \begin_inset Text
34101
34102 \begin_layout Plain Layout
34103
34104 \backslash
34105 cb{red
34106 \begin_inset Formula $\to$
34107 \end_inset
34108
34109
34110 \backslash
34111 {
34112 \backslash
34113 int
34114 \begin_inset ERT
34115 status collapsed
34116
34117 \begin_layout Plain Layout
34118
34119
34120 \backslash
34121 spce 
34122 \end_layout
34123
34124 \end_inset
34125
34126 A=B
34127 \end_layout
34128
34129 \end_inset
34130 </cell>
34131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34132 \begin_inset Text
34133
34134 \begin_layout Plain Layout
34135 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
34136 \end_inset
34137
34138
34139 \end_layout
34140
34141 \end_inset
34142 </cell>
34143 </row>
34144 <row>
34145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34146 \begin_inset Text
34147
34148 \begin_layout Plain Layout
34149
34150 \backslash
34151 cb[green]
34152 \backslash
34153 {red
34154 \begin_inset Formula $\to$
34155 \end_inset
34156
34157
34158 \backslash
34159 {
34160 \backslash
34161 int
34162 \begin_inset ERT
34163 status collapsed
34164
34165 \begin_layout Plain Layout
34166
34167
34168 \backslash
34169 spce 
34170 \end_layout
34171
34172 \end_inset
34173
34174 A=B
34175 \end_layout
34176
34177 \end_inset
34178 </cell>
34179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34180 \begin_inset Text
34181
34182 \begin_layout Plain Layout
34183 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
34184 \end_inset
34185
34186
34187 \end_layout
34188
34189 \end_inset
34190 </cell>
34191 </row>
34192 </lyxtabular>
34193
34194 \end_inset
34195
34196
34197 \end_layout
34198
34199 \begin_layout Subsection
34200 Macros de ecuaciones
34201 \begin_inset Index idx
34202 status collapsed
34203
34204 \begin_layout Plain Layout
34205 Comandos de usuario ! Macros de ecuaciones
34206 \end_layout
34207
34208 \end_inset
34209
34210
34211 \begin_inset Index idx
34212 status collapsed
34213
34214 \begin_layout Plain Layout
34215 Macros
34216 \end_layout
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Standard
34224 Los comandos definidos por el usuario son especialmente convenientes para
34225  expresiones complejas.
34226  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
34227  el mismo tipo de solución se repite varias veces.
34228  La forma general de una ecuación de segundo grado es:
34229 \begin_inset Formula \[
34230 0=\lambda^{2}+p\lambda+q
34231 \]
34232
34233 \end_inset
34234
34235 La forma general de la solución es:
34236 \begin_inset Formula \[
34237 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
34238 \]
34239
34240 \end_inset
34241
34242
34243 \end_layout
34244
34245 \begin_layout Standard
34246 Para definir un comando para la ecuación de la solución, en donde solo hay
34247  que especificar los tres parámetros 
34248 \begin_inset Formula $\lambda$
34249 \end_inset
34250
34251
34252 \begin_inset Formula $p$
34253 \end_inset
34254
34255 , y 
34256 \begin_inset Formula $q$
34257 \end_inset
34258
34259 , y el índice de 
34260 \begin_inset Formula $\lambda$
34261 \end_inset
34262
34263  puede darse opcionalmente, la línea de preámbulo LaTeX es
34264 \begin_inset Newline newline
34265 \end_inset
34266
34267
34268 \series bold
34269
34270 \backslash
34271 newcommand{
34272 \backslash
34273 qG}[4][1,
34274 \backslash
34275 ,2]{#2_{#1}=-
34276 \backslash
34277 frac{#3}{2}
34278 \backslash
34279 pm
34280 \begin_inset Newline newline
34281 \end_inset
34282
34283
34284 \begin_inset Phantom HPhantom
34285 status open
34286
34287 \begin_layout Plain Layout
34288
34289 \series bold
34290
34291 \backslash
34292 newcommand
34293 \end_layout
34294
34295 \end_inset
34296
34297
34298 \backslash
34299 sqrt{
34300 \backslash
34301 frac{#3^{2}}{4}-#4}}
34302 \end_layout
34303
34304 \begin_layout Standard
34305 Para generar la solución se inserta el comando
34306 \begin_inset Newline newline
34307 \end_inset
34308
34309
34310 \series bold
34311
34312 \backslash
34313 qG{
34314 \backslash
34315 lambda
34316 \begin_inset Formula $\to$
34317 \end_inset
34318
34319
34320 \backslash
34321 {p
34322 \begin_inset Formula $\to$
34323 \end_inset
34324
34325
34326 \backslash
34327 {q
34328 \series default
34329  en una ecuación
34330 \series bold
34331 .
34332 \end_layout
34333
34334 \begin_layout Standard
34335 La definición del nuevo comando no es intuitiva porque hay que conocer los
34336  esquemas de todos los comandos LaTeX usados, p.
34337 \begin_inset space \thinspace{}
34338 \end_inset
34339
34340 e., que una fracción se inserta en LaTeX como
34341 \series bold
34342  
34343 \backslash
34344 frac{numerador}{denominador}
34345 \series default
34346 .
34347  Además, uno puede olvidar fácilmente una llave en la definición y no puede
34348  ver en LyX lo que el nuevo comando está haciendo.
34349  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
34350  ecuación en vez del comando
34351 \series bold
34352  
34353 \backslash
34354 newcommand
34355 \series default
34356 .
34357 \end_layout
34358
34359 \begin_layout Standard
34360 Una macro de ecuación se crea con el menú 
34361 \family sans
34362 Insertar\SpecialChar \menuseparator
34363 Ecuación\SpecialChar \menuseparator
34364 Macro
34365 \family default
34366  o con el botón 
34367 \begin_inset Graphics
34368         filename ../../images/math-macro_newmacroname_newcommand.png
34369         scale 85
34370
34371 \end_inset
34372
34373  de la barra de herramientas.
34374  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
34375  como el siguiente donde se define la macro:
34376 \begin_inset Newline newline
34377 \end_inset
34378
34379
34380 \end_layout
34381
34382 \begin_layout Standard
34383 \begin_inset space \hspace*{\fill}
34384 \end_inset
34385
34386
34387 \begin_inset Graphics
34388         filename ../clipart/macrobox.png
34389
34390 \end_inset
34391
34392
34393 \begin_inset space \hspace*{\fill}
34394 \end_inset
34395
34396
34397 \begin_inset Newline newline
34398 \end_inset
34399
34400
34401 \begin_inset FormulaMacro
34402 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34403 \end_inset
34404
34405
34406 \backslash
34407 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
34408  En el primer marco azul se inserta la ecuación buscada.
34409  Con el comando 
34410 \series bold
34411
34412 \backslash
34413 #númerodeargumento
34414 \series default
34415 , , o con el botón 
34416 \begin_inset Graphics
34417         filename ../../images/math-macro-add-param.png
34418         scale 85
34419
34420 \end_inset
34421
34422  de la barra de herramientas de macros se inserta un colocador de argumento,
34423  p.
34424 \begin_inset space \thinspace{}
34425 \end_inset
34426
34427 e
34428 \begin_inset space \space{}
34429 \end_inset
34430
34431
34432 \series bold
34433
34434 \backslash
34435 #1
34436 \series default
34437 .
34438  Los colocadores de argumento se muestran en rojo.
34439  Se pueden poner 9 argumentos como máximo.
34440  Con el botón 
34441 \begin_inset Graphics
34442         filename ../../images/math-macro-add-optional-param.png
34443         scale 85
34444
34445 \end_inset
34446
34447  se crean argumentos opcionales.
34448  El primer argumento no opcional puede transformarse en opcional con el
34449  botón 
34450 \begin_inset Graphics
34451         filename ../../images/math-macro-make-optional.png
34452         scale 85
34453
34454 \end_inset
34455
34456 .
34457  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
34458  Normalmente quieres verlo tal como está definido, así que el recuadro se
34459  deja vacío.
34460  Pero si has creado una macro que necesita mucho espacio en la pantalla,
34461  en dicho recuadro puedes insertar, por ejemplo
34462 \begin_inset Newline newline
34463 \end_inset
34464
34465
34466 \series bold
34467 qG: 
34468 \backslash
34469 #1
34470 \series default
34471  
34472 \series bold
34473 ,
34474 \series default
34475  
34476 \series bold
34477
34478 \backslash
34479 #2
34480 \series default
34481  
34482 \series bold
34483 ,
34484 \series default
34485  
34486 \series bold
34487
34488 \backslash
34489 #3, 
34490 \backslash
34491 #4
34492 \begin_inset Newline newline
34493 \end_inset
34494
34495
34496 \series default
34497 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
34498  en LyX, lo que conlleva una visualización mejor.
34499  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
34500 \begin_inset Newline newline
34501 \end_inset
34502
34503 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
34504  macros individuales situando el cursor en la macro y usando el menú 
34505 \family sans
34506 Ver\SpecialChar \menuseparator
34507 (Des)plegar macro de ecuación.
34508 \end_layout
34509
34510 \begin_layout Standard
34511 Para usar una macro, se inserta el nombre de la misma como comando en una
34512  ecuación, en nuestro caso 
34513 \series bold
34514
34515 \backslash
34516 qG
34517 \series default
34518 .
34519  Nuestra macro se muestra en LyX así:
34520 \begin_inset Newline newline
34521 \end_inset
34522
34523
34524 \begin_inset space \hspace*{\fill}
34525 \end_inset
34526
34527
34528 \begin_inset Graphics
34529         filename ../clipart/macrouse.png
34530
34531 \end_inset
34532
34533
34534 \begin_inset space \hspace*{\fill}
34535 \end_inset
34536
34537
34538 \begin_inset Newline newline
34539 \end_inset
34540
34541 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34542 \begin_inset Formula $x$
34543 \end_inset
34544
34545
34546 \begin_inset Formula $\ln(x)$
34547 \end_inset
34548
34549 , y 
34550 \begin_inset Formula $B$
34551 \end_inset
34552
34553 :
34554 \end_layout
34555
34556 \begin_layout Standard
34557 \begin_inset Formula \[
34558 \qG x{\ln(x)}B
34559 \]
34560
34561 \end_inset
34562
34563
34564 \end_layout
34565
34566 \begin_layout Standard
34567 LyX ofrece en el menú 
34568 \family sans
34569 Herramientas
34570 \family default
34571 \SpecialChar \menuseparator
34572
34573 \family sans
34574 Preferencias\SpecialChar \menuseparator
34575 Edición\SpecialChar \menuseparator
34576 Control
34577 \family default
34578  diferentes estilos para editar macros.
34579  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34580  cursor en una macro para ver la diferencia.
34581 \end_layout
34582
34583 \begin_layout Standard
34584 Una macro de ecuación se transforma internamente en un comando 
34585 \series bold
34586
34587 \backslash
34588 newcommand
34589 \series default
34590  cuando se exporta el documento.
34591  El comando creado 
34592 \series bold
34593
34594 \backslash
34595 newcommand
34596 \series default
34597  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
34598  usar en ecuaciones que estén en recuadros de definición de macros en el
34599  documento.
34600  
34601 \end_layout
34602
34603 \begin_layout Standard
34604 Las macros de ecuación también pueden crearse directamente a partir de un
34605  comando
34606 \series bold
34607  
34608 \backslash
34609 newcommand
34610 \series default
34611 .
34612  Por ejemplo, escribiendo el comando
34613 \begin_inset Newline newline
34614 \end_inset
34615
34616
34617 \series bold
34618
34619 \backslash
34620 newcommand{
34621 \backslash
34622 larrow}[2]{
34623 \backslash
34624 xleftarrow[#2]{#1}}
34625 \begin_inset Newline newline
34626 \end_inset
34627
34628
34629 \series default
34630 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34631  el atajo 
34632 \family sans
34633 Ctrl+M
34634 \family default
34635 , el comando se transformará en una macro de ecuación.
34636  Al emplear este método debes tener cuidado en escribir correctamente el
34637  comando 
34638 \series bold
34639
34640 \backslash
34641 newcommand
34642 \series default
34643 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34644  
34645 \end_layout
34646
34647 \begin_layout Standard
34648 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34649  en definiciones de macros se manejan incorrectamente.
34650  Por eso el ejemplo 
34651 \series bold
34652
34653 \backslash
34654 fb
34655 \series default
34656  de 
34657 \begin_inset CommandInset ref
34658 LatexCommand ref
34659 reference "sub:El-comando-newcommand"
34660
34661 \end_inset
34662
34663  no puede crearse como macro.
34664 \end_layout
34665
34666 \begin_layout Standard
34667 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34668  la barra de herramientas de macros:
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 \begin_inset Graphics
34680         filename ../clipart/MacroToolbar.png
34681
34682 \end_inset
34683
34684
34685 \begin_inset Index idx
34686 status collapsed
34687
34688 \begin_layout Plain Layout
34689 Macros ! Barra de herramientas
34690 \end_layout
34691
34692 \end_inset
34693
34694
34695 \end_layout
34696
34697 \begin_layout Standard
34698 \begin_inset VSpace defskip
34699 \end_inset
34700
34701
34702 \end_layout
34703
34704 \begin_layout Standard
34705 La barra de herramientas de macros contiene los siguientes botones:
34706 \end_layout
34707
34708 \begin_layout Standard
34709 \begin_inset VSpace defskip
34710 \end_inset
34711
34712
34713 \end_layout
34714
34715 \begin_layout Standard
34716 \begin_inset Tabular
34717 <lyxtabular version="3" rows="9" columns="2">
34718 <features islongtable="true" longtabularalignment="center">
34719 <column alignment="left" valignment="top" width="0">
34720 <column alignment="left" valignment="top" width="85col%">
34721 <row interlinespace="2.5mm">
34722 <cell alignment="center" valignment="top" usebox="none">
34723 \begin_inset Text
34724
34725 \begin_layout Plain Layout
34726 \begin_inset Graphics
34727         filename ../../images/math-macro-remove-param.png
34728         rotateOrigin center
34729
34730 \end_inset
34731
34732
34733 \end_layout
34734
34735 \end_inset
34736 </cell>
34737 <cell alignment="center" valignment="top" usebox="none">
34738 \begin_inset Text
34739
34740 \begin_layout Plain Layout
34741
34742 \family sans
34743 Editar\SpecialChar \menuseparator
34744 Ecuación\SpecialChar \menuseparator
34745 Definición de macro\SpecialChar \menuseparator
34746 Quitar último argumento
34747 \end_layout
34748
34749 \end_inset
34750 </cell>
34751 </row>
34752 <row interlinespace="2.5mm">
34753 <cell alignment="center" valignment="top" usebox="none">
34754 \begin_inset Text
34755
34756 \begin_layout Plain Layout
34757 \begin_inset Graphics
34758         filename ../../images/math-macro-add-param.png
34759         rotateOrigin center
34760
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \end_inset
34767 </cell>
34768 <cell alignment="center" valignment="top" usebox="none">
34769 \begin_inset Text
34770
34771 \begin_layout Plain Layout
34772
34773 \family sans
34774 Editar\SpecialChar \menuseparator
34775 Ecuación\SpecialChar \menuseparator
34776 Definición de macro\SpecialChar \menuseparator
34777 Añadir argumento
34778 \end_layout
34779
34780 \end_inset
34781 </cell>
34782 </row>
34783 <row interlinespace="2.5mm">
34784 <cell alignment="center" valignment="top" usebox="none">
34785 \begin_inset Text
34786
34787 \begin_layout Plain Layout
34788 \begin_inset Graphics
34789         filename ../../images/math-macro-make-optional.png
34790         rotateOrigin center
34791
34792 \end_inset
34793
34794
34795 \end_layout
34796
34797 \end_inset
34798 </cell>
34799 <cell alignment="center" valignment="top" usebox="none">
34800 \begin_inset Text
34801
34802 \begin_layout Plain Layout
34803
34804 \family sans
34805 Editar\SpecialChar \menuseparator
34806 Ecuación\SpecialChar \menuseparator
34807 Definición de macro\SpecialChar \menuseparator
34808 Hacer opcional el primer
34809 \begin_inset Newline newline
34810 \end_inset
34811
34812
34813 \begin_inset Phantom HPhantom
34814 status open
34815
34816 \begin_layout Plain Layout
34817
34818 \family sans
34819 Editar\SpecialChar \menuseparator
34820 Ecuación\SpecialChar \menuseparator
34821 Definición de macro\SpecialChar \menuseparator
34822
34823 \end_layout
34824
34825 \end_inset
34826
34827 argumento no opcional
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 </row>
34833 <row interlinespace="2.5mm">
34834 <cell alignment="center" valignment="top" usebox="none">
34835 \begin_inset Text
34836
34837 \begin_layout Plain Layout
34838 \begin_inset Graphics
34839         filename ../../images/math-macro-make-nonoptional.png
34840         rotateOrigin center
34841
34842 \end_inset
34843
34844
34845 \end_layout
34846
34847 \end_inset
34848 </cell>
34849 <cell alignment="center" valignment="top" usebox="none">
34850 \begin_inset Text
34851
34852 \begin_layout Plain Layout
34853
34854 \family sans
34855 Editar\SpecialChar \menuseparator
34856 Ecuación\SpecialChar \menuseparator
34857 Definición de macro\SpecialChar \menuseparator
34858 Hacer no opcional el primer
34859 \begin_inset Newline newline
34860 \end_inset
34861
34862
34863 \begin_inset Phantom HPhantom
34864 status open
34865
34866 \begin_layout Plain Layout
34867
34868 \family sans
34869 Editar\SpecialChar \menuseparator
34870 Ecuación\SpecialChar \menuseparator
34871 Definición de macro\SpecialChar \menuseparator
34872
34873 \end_layout
34874
34875 \end_inset
34876
34877 argumento opcional
34878 \end_layout
34879
34880 \end_inset
34881 </cell>
34882 </row>
34883 <row interlinespace="2.5mm">
34884 <cell alignment="center" valignment="top" usebox="none">
34885 \begin_inset Text
34886
34887 \begin_layout Plain Layout
34888 \begin_inset Graphics
34889         filename ../../images/math-macro-remove-optional-param.png
34890         rotateOrigin center
34891
34892 \end_inset
34893
34894
34895 \end_layout
34896
34897 \end_inset
34898 </cell>
34899 <cell alignment="center" valignment="top" usebox="none">
34900 \begin_inset Text
34901
34902 \begin_layout Plain Layout
34903
34904 \family sans
34905 Editar\SpecialChar \menuseparator
34906 Ecuación\SpecialChar \menuseparator
34907 Definición de macro\SpecialChar \menuseparator
34908 Quitar argumento opcional
34909 \end_layout
34910
34911 \end_inset
34912 </cell>
34913 </row>
34914 <row interlinespace="2.5mm">
34915 <cell alignment="center" valignment="top" usebox="none">
34916 \begin_inset Text
34917
34918 \begin_layout Plain Layout
34919 \begin_inset Graphics
34920         filename ../../images/math-macro-add-optional-param.png
34921         rotateOrigin center
34922
34923 \end_inset
34924
34925
34926 \end_layout
34927
34928 \end_inset
34929 </cell>
34930 <cell alignment="center" valignment="top" usebox="none">
34931 \begin_inset Text
34932
34933 \begin_layout Plain Layout
34934
34935 \family sans
34936 Editar\SpecialChar \menuseparator
34937 Ecuación\SpecialChar \menuseparator
34938 Definición de macro\SpecialChar \menuseparator
34939 Insertar argumento opcional
34940 \end_layout
34941
34942 \end_inset
34943 </cell>
34944 </row>
34945 <row interlinespace="2.5mm">
34946 <cell alignment="center" valignment="top" usebox="none">
34947 \begin_inset Text
34948
34949 \begin_layout Plain Layout
34950 \begin_inset Graphics
34951         filename ../../images/math-macro-remove-greedy-param.png
34952         rotateOrigin center
34953
34954 \end_inset
34955
34956
34957 \end_layout
34958
34959 \end_inset
34960 </cell>
34961 <cell alignment="center" valignment="top" usebox="none">
34962 \begin_inset Text
34963
34964 \begin_layout Plain Layout
34965
34966 \family sans
34967 Editar\SpecialChar \menuseparator
34968 Ecuación\SpecialChar \menuseparator
34969 Definición de macro\SpecialChar \menuseparator
34970 Quitar último argumento
34971 \begin_inset Newline newline
34972 \end_inset
34973
34974
34975 \begin_inset Phantom HPhantom
34976 status open
34977
34978 \begin_layout Plain Layout
34979
34980 \family sans
34981 Editar\SpecialChar \menuseparator
34982 Ecuación\SpecialChar \menuseparator
34983 Definición de macro\SpecialChar \menuseparator
34984
34985 \end_layout
34986
34987 \end_inset
34988
34989 yendo hacia la derecha
34990 \end_layout
34991
34992 \end_inset
34993 </cell>
34994 </row>
34995 <row interlinespace="2.5mm">
34996 <cell alignment="center" valignment="top" usebox="none">
34997 \begin_inset Text
34998
34999 \begin_layout Plain Layout
35000 \begin_inset Graphics
35001         filename ../../images/math-macro-append-greedy-param.png
35002         rotateOrigin center
35003
35004 \end_inset
35005
35006
35007 \end_layout
35008
35009 \end_inset
35010 </cell>
35011 <cell alignment="center" valignment="top" usebox="none">
35012 \begin_inset Text
35013
35014 \begin_layout Plain Layout
35015
35016 \family sans
35017 Editar\SpecialChar \menuseparator
35018 Ecuación\SpecialChar \menuseparator
35019 Definición de macro\SpecialChar \menuseparator
35020 Añadir argumento comiendo
35021 \begin_inset Newline newline
35022 \end_inset
35023
35024
35025 \begin_inset Phantom HPhantom
35026 status open
35027
35028 \begin_layout Plain Layout
35029
35030 \family sans
35031 Editar\SpecialChar \menuseparator
35032 Ecuación\SpecialChar \menuseparator
35033 Definición de macro\SpecialChar \menuseparator
35034
35035 \end_layout
35036
35037 \end_inset
35038
35039 desde la derecha
35040 \end_layout
35041
35042 \end_inset
35043 </cell>
35044 </row>
35045 <row interlinespace="2.5mm">
35046 <cell alignment="center" valignment="top" usebox="none">
35047 \begin_inset Text
35048
35049 \begin_layout Plain Layout
35050 \begin_inset Graphics
35051         filename ../../images/math-macro-add-greedy-optional-param.png
35052         rotateOrigin center
35053
35054 \end_inset
35055
35056
35057 \end_layout
35058
35059 \end_inset
35060 </cell>
35061 <cell alignment="center" valignment="top" usebox="none">
35062 \begin_inset Text
35063
35064 \begin_layout Plain Layout
35065
35066 \family sans
35067 Editar\SpecialChar \menuseparator
35068 Ecuación\SpecialChar \menuseparator
35069 Definición de macro\SpecialChar \menuseparator
35070 Añadir argumento opcional
35071 \begin_inset Newline newline
35072 \end_inset
35073
35074
35075 \begin_inset Phantom HPhantom
35076 status open
35077
35078 \begin_layout Plain Layout
35079
35080 \family sans
35081 Editar\SpecialChar \menuseparator
35082 Ecuación\SpecialChar \menuseparator
35083 Definición de macro\SpecialChar \menuseparator
35084
35085 \end_layout
35086
35087 \end_inset
35088
35089 comiendo desde la derecha
35090 \end_layout
35091
35092 \end_inset
35093 </cell>
35094 </row>
35095 </lyxtabular>
35096
35097 \end_inset
35098
35099
35100 \end_layout
35101
35102 \begin_layout Standard
35103 \noindent
35104 \align center
35105 \begin_inset Newpage newpage
35106 \end_inset
35107
35108
35109 \end_layout
35110
35111 \begin_layout Section
35112 Indicaciones
35113 \begin_inset Index idx
35114 status collapsed
35115
35116 \begin_layout Plain Layout
35117 Indicaciones
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \begin_layout Subsection
35126 Números negativos
35127 \begin_inset Index idx
35128 status collapsed
35129
35130 \begin_layout Plain Layout
35131 Numeros@Números ! negativos
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \end_layout
35138
35139 \begin_layout Standard
35140 Los números negativos a veces se ven feos en las ecuaciones porque el signo
35141  menos delante del número tiene la misma longitud que el operador signo
35142  menos.
35143  Si se escribe el número negativo en texto normal el signo menos aparece
35144  correctamente.
35145 \end_layout
35146
35147 \begin_layout Standard
35148 Así pues, el problema desaparece si se convierte el signo menos a texto
35149  matemático.
35150 \end_layout
35151
35152 \begin_layout Standard
35153 Un ejemplo para visualizar el problema:
35154 \end_layout
35155
35156 \begin_layout Standard
35157 \noindent
35158 \align center
35159 \begin_inset Tabular
35160 <lyxtabular version="3" rows="3" columns="2">
35161 <features tabularvalignment="middle">
35162 <column alignment="center" valignment="top" width="0">
35163 <column alignment="center" valignment="top" width="0">
35164 <row>
35165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35166 \begin_inset Text
35167
35168 \begin_layout Plain Layout
35169 texto normal:
35170 \end_layout
35171
35172 \end_inset
35173 </cell>
35174 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35175 \begin_inset Text
35176
35177 \begin_layout Plain Layout
35178 x = -2
35179 \end_layout
35180
35181 \end_inset
35182 </cell>
35183 </row>
35184 <row>
35185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35186 \begin_inset Text
35187
35188 \begin_layout Plain Layout
35189 ecuación:
35190 \end_layout
35191
35192 \end_inset
35193 </cell>
35194 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35195 \begin_inset Text
35196
35197 \begin_layout Plain Layout
35198 \begin_inset Formula $x=-2$
35199 \end_inset
35200
35201
35202 \end_layout
35203
35204 \end_inset
35205 </cell>
35206 </row>
35207 <row>
35208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35209 \begin_inset Text
35210
35211 \begin_layout Plain Layout
35212 solución:
35213 \end_layout
35214
35215 \end_inset
35216 </cell>
35217 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35218 \begin_inset Text
35219
35220 \begin_layout Plain Layout
35221 \begin_inset Formula $x=\mbox{-}2$
35222 \end_inset
35223
35224
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 </row>
35230 </lyxtabular>
35231
35232 \end_inset
35233
35234
35235 \end_layout
35236
35237 \begin_layout Subsection
35238 Coma como separador decimal
35239 \begin_inset Index idx
35240 status collapsed
35241
35242 \begin_layout Plain Layout
35243 Coma decimal
35244 \end_layout
35245
35246 \end_inset
35247
35248
35249 \end_layout
35250
35251 \begin_layout Standard
35252 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
35253  de grupos numéricos.
35254  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
35255 \end_layout
35256
35257 \begin_layout Standard
35258 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
35259  
35260 \family sans
35261 Ctrl+M
35262 \family default
35263 ).
35264 \end_layout
35265
35266 \begin_layout Standard
35267 Para usar las comas en todas las fórmulas del documento como separador decimal,
35268  se carga el archivo 
35269 \series bold
35270 icomma.sty
35271 \series default
35272
35273 \begin_inset Foot
35274 status collapsed
35275
35276 \begin_layout Plain Layout
35277
35278 \series bold
35279 icomma
35280 \series default
35281  forma parte del paquete LaTeX 
35282 \series bold
35283 was
35284 \series default
35285
35286 \begin_inset Index idx
35287 status collapsed
35288
35289 \begin_layout Plain Layout
35290 Paquetes ! was
35291 \begin_inset ERT
35292 status collapsed
35293
35294 \begin_layout Plain Layout
35295
35296
35297 \backslash
35298 vspace{4mm}
35299 \end_layout
35300
35301 \end_inset
35302
35303
35304 \end_layout
35305
35306 \end_inset
35307
35308 .
35309 \end_layout
35310
35311 \end_inset
35312
35313
35314 \begin_inset Index idx
35315 status collapsed
35316
35317 \begin_layout Plain Layout
35318 Paquetes ! icomma
35319 \end_layout
35320
35321 \end_inset
35322
35323  en el preámbulo LaTeX con la línea: 
35324 \end_layout
35325
35326 \begin_layout Standard
35327
35328 \series bold
35329
35330 \backslash
35331 usepackage{icomma}
35332 \end_layout
35333
35334 \begin_layout Subsection
35335 Vectores físicos
35336 \begin_inset CommandInset label
35337 LatexCommand label
35338 name "sub:Vectores-físicos"
35339
35340 \end_inset
35341
35342
35343 \begin_inset Index idx
35344 status collapsed
35345
35346 \begin_layout Plain Layout
35347 Vectores físicos
35348 \end_layout
35349
35350 \end_inset
35351
35352
35353 \end_layout
35354
35355 \begin_layout Standard
35356 El paquete LaTeX 
35357 \series bold
35358 braket
35359 \series default
35360
35361 \begin_inset Index idx
35362 status collapsed
35363
35364 \begin_layout Plain Layout
35365 Paquetes ! braket
35366 \end_layout
35367
35368 \end_inset
35369
35370  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
35371 \end_layout
35372
35373 \begin_layout Standard
35374
35375 \series bold
35376
35377 \backslash
35378 usepackage{braket}
35379 \end_layout
35380
35381 \begin_layout Standard
35382 \begin_inset ERT
35383 status collapsed
35384
35385 \begin_layout Plain Layout
35386
35387
35388 \backslash
35389 ifbraket 
35390 \end_layout
35391
35392 \end_inset
35393
35394
35395 \begin_inset Note Note
35396 status open
35397
35398 \begin_layout Plain Layout
35399 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
35400 \series bold
35401 braket
35402 \series default
35403  está instalado.
35404 \end_layout
35405
35406 \end_inset
35407
35408
35409 \end_layout
35410
35411 \begin_layout Standard
35412 Están definidos los siguientes comandos:
35413 \end_layout
35414
35415 \begin_layout Standard
35416 \noindent
35417 \align center
35418 \begin_inset Tabular
35419 <lyxtabular version="3" rows="4" columns="2">
35420 <features tabularvalignment="middle">
35421 <column alignment="center" valignment="top" width="0">
35422 <column alignment="center" valignment="top" width="0">
35423 <row>
35424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35425 \begin_inset Text
35426
35427 \begin_layout Plain Layout
35428 Comando
35429 \end_layout
35430
35431 \end_inset
35432 </cell>
35433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35434 \begin_inset Text
35435
35436 \begin_layout Plain Layout
35437 Resultado
35438 \end_layout
35439
35440 \end_inset
35441 </cell>
35442 </row>
35443 <row>
35444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35445 \begin_inset Text
35446
35447 \begin_layout Plain Layout
35448
35449 \backslash
35450 Bra{
35451 \backslash
35452 psi
35453 \end_layout
35454
35455 \end_inset
35456 </cell>
35457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35458 \begin_inset Text
35459
35460 \begin_layout Plain Layout
35461 \begin_inset Formula $\Bra{\psi}$
35462 \end_inset
35463
35464
35465 \end_layout
35466
35467 \end_inset
35468 </cell>
35469 </row>
35470 <row>
35471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35472 \begin_inset Text
35473
35474 \begin_layout Plain Layout
35475
35476 \backslash
35477 Ket{
35478 \backslash
35479 psi
35480 \end_layout
35481
35482 \end_inset
35483 </cell>
35484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35485 \begin_inset Text
35486
35487 \begin_layout Plain Layout
35488 \begin_inset Formula $\Ket{\psi}$
35489 \end_inset
35490
35491
35492 \end_layout
35493
35494 \end_inset
35495 </cell>
35496 </row>
35497 <row>
35498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35499 \begin_inset Text
35500
35501 \begin_layout Plain Layout
35502
35503 \backslash
35504 Braket{
35505 \backslash
35506 psi|
35507 \backslash
35508 phi
35509 \end_layout
35510
35511 \end_inset
35512 </cell>
35513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35514 \begin_inset Text
35515
35516 \begin_layout Plain Layout
35517 \begin_inset Formula $\Braket{\psi|\phi}$
35518 \end_inset
35519
35520
35521 \end_layout
35522
35523 \end_inset
35524 </cell>
35525 </row>
35526 </lyxtabular>
35527
35528 \end_inset
35529
35530
35531 \end_layout
35532
35533 \begin_layout Standard
35534 El comando 
35535 \series bold
35536
35537 \backslash
35538 Braket
35539 \series default
35540  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35541  circundantes:
35542 \begin_inset Formula \[
35543 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35544 \]
35545
35546 \end_inset
35547
35548
35549 \begin_inset ERT
35550 status collapsed
35551
35552 \begin_layout Plain Layout
35553
35554
35555 \backslash
35556 else
35557 \end_layout
35558
35559 \end_inset
35560
35561
35562 \begin_inset Note Note
35563 status open
35564
35565 \begin_layout Plain Layout
35566 Lo que sigue se verá en la salida si el paquete LaTeX 
35567 \series bold
35568 braket
35569 \series default
35570  no está instalado:
35571 \end_layout
35572
35573 \end_inset
35574
35575
35576 \end_layout
35577
35578 \begin_layout Standard
35579 Debes instalar el paquete LaTeX 
35580 \series bold
35581 braket
35582 \series default
35583  para ver en la salida el resto de esta subsección.
35584 \end_layout
35585
35586 \begin_layout Standard
35587 \begin_inset ERT
35588 status collapsed
35589
35590 \begin_layout Plain Layout
35591
35592
35593 \backslash
35594 fi
35595 \end_layout
35596
35597 \end_inset
35598
35599
35600 \end_layout
35601
35602 \begin_layout Standard
35603 El efecto de 
35604 \series bold
35605
35606 \backslash
35607 Braket
35608 \series default
35609  también se puede conseguir con el comando 
35610 \series bold
35611
35612 \backslash
35613 middle
35614 \series default
35615 , que se describe en 
35616 \begin_inset CommandInset ref
35617 LatexCommand ref
35618 reference "sub:Tamaño-automático-de"
35619
35620 \end_inset
35621
35622 .
35623 \end_layout
35624
35625 \begin_layout Subsection
35626 Fracciones definidas por el usuario
35627 \begin_inset CommandInset label
35628 LatexCommand label
35629 name "sub:Fracciones-personalizadas"
35630
35631 \end_inset
35632
35633
35634 \begin_inset Index idx
35635 status collapsed
35636
35637 \begin_layout Plain Layout
35638 Fracciones ! personalizadas
35639 \end_layout
35640
35641 \end_inset
35642
35643
35644 \end_layout
35645
35646 \begin_layout Standard
35647 Para definir comandos personalizados para fracciones, se usa el comando
35648  
35649 \series bold
35650
35651 \backslash
35652 genfrac
35653 \series default
35654
35655 \begin_inset Index idx
35656 status collapsed
35657
35658 \begin_layout Plain Layout
35659 Comandos ! G ! 
35660 \backslash
35661 genfrac
35662 \end_layout
35663
35664 \end_inset
35665
35666  con el siguiente esquema:
35667 \end_layout
35668
35669 \begin_layout Standard
35670
35671 \series bold
35672
35673 \backslash
35674 genfrac{delimitador izquierdo}{delimitador derecho}
35675 \begin_inset Newline newline
35676 \end_inset
35677
35678
35679 \begin_inset Phantom HPhantom
35680 status open
35681
35682 \begin_layout Plain Layout
35683
35684 \series bold
35685
35686 \backslash
35687 genfrac
35688 \end_layout
35689
35690 \end_inset
35691
35692 {grosor raya de fracción}{estilo}{numerador}{denominador}
35693 \end_layout
35694
35695 \begin_layout Standard
35696 El estilo es un número en el rango 0
35697 \begin_inset space \thinspace{}
35698 \end_inset
35699
35700 -
35701 \begin_inset space \thinspace{}
35702 \end_inset
35703
35704 3.
35705 \end_layout
35706
35707 \begin_layout Standard
35708 \align center
35709 \begin_inset Tabular
35710 <lyxtabular version="3" rows="5" columns="2">
35711 <features tabularvalignment="middle">
35712 <column alignment="center" valignment="top" width="0">
35713 <column alignment="center" valignment="top" width="0">
35714 <row>
35715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35716 \begin_inset Text
35717
35718 \begin_layout Plain Layout
35719 Número
35720 \end_layout
35721
35722 \end_inset
35723 </cell>
35724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35725 \begin_inset Text
35726
35727 \begin_layout Plain Layout
35728 Estilo (tamaño)
35729 \end_layout
35730
35731 \end_inset
35732 </cell>
35733 </row>
35734 <row>
35735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35736 \begin_inset Text
35737
35738 \begin_layout Plain Layout
35739 0
35740 \end_layout
35741
35742 \end_inset
35743 </cell>
35744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35745 \begin_inset Text
35746
35747 \begin_layout Plain Layout
35748 ecuación presentada
35749 \end_layout
35750
35751 \end_inset
35752 </cell>
35753 </row>
35754 <row>
35755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35756 \begin_inset Text
35757
35758 \begin_layout Plain Layout
35759 1
35760 \end_layout
35761
35762 \end_inset
35763 </cell>
35764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35765 \begin_inset Text
35766
35767 \begin_layout Plain Layout
35768 ecuación en línea
35769 \end_layout
35770
35771 \end_inset
35772 </cell>
35773 </row>
35774 <row>
35775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35776 \begin_inset Text
35777
35778 \begin_layout Plain Layout
35779 2
35780 \end_layout
35781
35782 \end_inset
35783 </cell>
35784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35785 \begin_inset Text
35786
35787 \begin_layout Plain Layout
35788 pequeño
35789 \end_layout
35790
35791 \end_inset
35792 </cell>
35793 </row>
35794 <row>
35795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35796 \begin_inset Text
35797
35798 \begin_layout Plain Layout
35799 3
35800 \end_layout
35801
35802 \end_inset
35803 </cell>
35804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35805 \begin_inset Text
35806
35807 \begin_layout Plain Layout
35808 muy pequeño
35809 \end_layout
35810
35811 \end_inset
35812 </cell>
35813 </row>
35814 </lyxtabular>
35815
35816 \end_inset
35817
35818
35819 \end_layout
35820
35821 \begin_layout Standard
35822 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35823  
35824 \series bold
35825
35826 \backslash
35827 frac
35828 \series default
35829 .
35830 \end_layout
35831
35832 \begin_layout Standard
35833 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35834  de 0.4
35835 \begin_inset space \thinspace{}
35836 \end_inset
35837
35838 pt.
35839 \end_layout
35840
35841 \begin_layout Standard
35842 Por ejemplo, los comandos 
35843 \series bold
35844
35845 \backslash
35846 dfrac
35847 \series default
35848  y 
35849 \series bold
35850
35851 \backslash
35852 tbinom
35853 \series default
35854  de la 
35855 \begin_inset CommandInset ref
35856 LatexCommand ref
35857 reference "sub:Fracciones"
35858
35859 \end_inset
35860
35861  se definen con los comandos:
35862 \end_layout
35863
35864 \begin_layout Standard
35865
35866 \series bold
35867
35868 \backslash
35869 newcommand{
35870 \backslash
35871 dfrac}[2]{
35872 \backslash
35873 genfrac{}{}{}{0}{#1}{#2}}
35874 \end_layout
35875
35876 \begin_layout Standard
35877 y
35878 \end_layout
35879
35880 \begin_layout Standard
35881
35882 \series bold
35883
35884 \backslash
35885 newcommand{
35886 \backslash
35887 tbinom}[2]{
35888 \backslash
35889 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35890 \end_layout
35891
35892 \begin_layout Standard
35893 \begin_inset VSpace medskip
35894 \end_inset
35895
35896
35897 \end_layout
35898
35899 \begin_layout Standard
35900 Para definir una fracción en la que el grosor de la raya se pueda definir
35901  como argumento opcional, se inserta la siguiente línea en el preámbulo
35902  LaTeX:
35903 \end_layout
35904
35905 \begin_layout Standard
35906
35907 \series bold
35908
35909 \backslash
35910 newcommand{
35911 \backslash
35912 fracS}[3][]{
35913 \backslash
35914 genfrac{}{}{#1}{}{#2}{#3}}
35915 \end_layout
35916
35917 \begin_layout Standard
35918 Un ensayo:
35919 \begin_inset Formula \begin{align*}
35920 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35921 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35922 \end{align*}
35923
35924 \end_inset
35925
35926 Como se puede ver, la distancia del numerador y el denominador a la raya
35927  de fracción se redondea a unas tres veces el grosor de la raya.
35928 \end_layout
35929
35930 \begin_layout Subsection
35931 Ecuaciones canceladas
35932 \begin_inset Index idx
35933 status collapsed
35934
35935 \begin_layout Plain Layout
35936 Ecuación ! cancelada
35937 \end_layout
35938
35939 \end_inset
35940
35941
35942 \end_layout
35943
35944 \begin_layout Standard
35945 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
35946  
35947 \series bold
35948 cancel
35949 \series default
35950
35951 \begin_inset Index idx
35952 status collapsed
35953
35954 \begin_layout Plain Layout
35955 Paquetes ! cancel
35956 \end_layout
35957
35958 \end_inset
35959
35960  con la línea de preámbulo LaTeX
35961 \end_layout
35962
35963 \begin_layout Standard
35964
35965 \series bold
35966
35967 \backslash
35968 usepackage[samesize]{cancel}
35969 \end_layout
35970
35971 \begin_layout Standard
35972 \begin_inset ERT
35973 status collapsed
35974
35975 \begin_layout Plain Layout
35976
35977
35978 \backslash
35979 ifcancel 
35980 \end_layout
35981
35982 \end_inset
35983
35984
35985 \begin_inset Note Note
35986 status open
35987
35988 \begin_layout Plain Layout
35989 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
35990 \series bold
35991 cancel
35992 \series default
35993  está instalado.
35994 \end_layout
35995
35996 \end_inset
35997
35998
35999 \end_layout
36000
36001 \begin_layout Standard
36002 Hay cuatro formas de cancelar ecuaciones:
36003 \end_layout
36004
36005 \begin_layout Standard
36006 \align center
36007 \begin_inset Tabular
36008 <lyxtabular version="3" rows="5" columns="2">
36009 <features tabularvalignment="middle">
36010 <column alignment="center" valignment="top" width="0">
36011 <column alignment="center" valignment="top" width="0">
36012 <row>
36013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36014 \begin_inset Text
36015
36016 \begin_layout Plain Layout
36017 Comando
36018 \end_layout
36019
36020 \end_inset
36021 </cell>
36022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36023 \begin_inset Text
36024
36025 \begin_layout Plain Layout
36026 Resultado
36027 \begin_inset Note Note
36028 status collapsed
36029
36030 \begin_layout Plain Layout
36031 El
36032 \series bold
36033  
36034 \series default
36035 espacio y 
36036 \series bold
36037
36038 \backslash
36039 raisebox
36040 \series default
36041  se usa sólo como espaciador
36042 \end_layout
36043
36044 \end_inset
36045
36046
36047 \end_layout
36048
36049 \end_inset
36050 </cell>
36051 </row>
36052 <row>
36053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36054 \begin_inset Text
36055
36056 \begin_layout Plain Layout
36057
36058 \backslash
36059 cancel{
36060 \backslash
36061 int
36062 \begin_inset ERT
36063 status collapsed
36064
36065 \begin_layout Plain Layout
36066
36067
36068 \backslash
36069 spce 
36070 \end_layout
36071
36072 \end_inset
36073
36074 A=B
36075 \end_layout
36076
36077 \end_inset
36078 </cell>
36079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36080 \begin_inset Text
36081
36082 \begin_layout Plain Layout
36083 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
36084 \end_inset
36085
36086
36087 \end_layout
36088
36089 \end_inset
36090 </cell>
36091 </row>
36092 <row>
36093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36094 \begin_inset Text
36095
36096 \begin_layout Plain Layout
36097
36098 \backslash
36099 bcancel{
36100 \backslash
36101 int
36102 \begin_inset ERT
36103 status collapsed
36104
36105 \begin_layout Plain Layout
36106
36107
36108 \backslash
36109 spce 
36110 \end_layout
36111
36112 \end_inset
36113
36114 A=B
36115 \end_layout
36116
36117 \end_inset
36118 </cell>
36119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36120 \begin_inset Text
36121
36122 \begin_layout Plain Layout
36123 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
36124 \end_inset
36125
36126
36127 \end_layout
36128
36129 \end_inset
36130 </cell>
36131 </row>
36132 <row>
36133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36134 \begin_inset Text
36135
36136 \begin_layout Plain Layout
36137
36138 \backslash
36139 xcancel{
36140 \backslash
36141 int
36142 \begin_inset ERT
36143 status collapsed
36144
36145 \begin_layout Plain Layout
36146
36147
36148 \backslash
36149 spce 
36150 \end_layout
36151
36152 \end_inset
36153
36154 A=B
36155 \end_layout
36156
36157 \end_inset
36158 </cell>
36159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36160 \begin_inset Text
36161
36162 \begin_layout Plain Layout
36163 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
36164 \end_inset
36165
36166
36167 \end_layout
36168
36169 \end_inset
36170 </cell>
36171 </row>
36172 <row>
36173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36174 \begin_inset Text
36175
36176 \begin_layout Plain Layout
36177
36178 \backslash
36179 cancelto{1
36180 \begin_inset Formula $\to$
36181 \end_inset
36182
36183
36184 \backslash
36185 {
36186 \backslash
36187 int
36188 \begin_inset ERT
36189 status collapsed
36190
36191 \begin_layout Plain Layout
36192
36193
36194 \backslash
36195 spce 
36196 \end_layout
36197
36198 \end_inset
36199
36200 A=B
36201 \end_layout
36202
36203 \end_inset
36204 </cell>
36205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36206 \begin_inset Text
36207
36208 \begin_layout Plain Layout
36209 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36210 \end_inset
36211
36212
36213 \end_layout
36214
36215 \end_inset
36216 </cell>
36217 </row>
36218 </lyxtabular>
36219
36220 \end_inset
36221
36222
36223 \end_layout
36224
36225 \begin_layout Standard
36226
36227 \series bold
36228
36229 \backslash
36230 cancelto
36231 \series default
36232  es especialmente apropiada para visualizar la simplificación de fracciones
36233  en una ecuación:
36234 \begin_inset Formula \[
36235 \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}}}
36236 \]
36237
36238 \end_inset
36239
36240
36241 \end_layout
36242
36243 \begin_layout Standard
36244 \begin_inset ERT
36245 status collapsed
36246
36247 \begin_layout Plain Layout
36248
36249
36250 \backslash
36251 else
36252 \end_layout
36253
36254 \end_inset
36255
36256
36257 \begin_inset Note Note
36258 status open
36259
36260 \begin_layout Plain Layout
36261 Lo que sigue se verá en la salida si el paquete LaTeX 
36262 \series bold
36263 cancel
36264 \series default
36265  no está instalado:
36266 \end_layout
36267
36268 \end_inset
36269
36270
36271 \end_layout
36272
36273 \begin_layout Standard
36274 Debes instalar el paquete LaTeX 
36275 \series bold
36276 cancel
36277 \series default
36278  para ver en la salida el resto de esta subsección.
36279 \end_layout
36280
36281 \begin_layout Standard
36282 \begin_inset ERT
36283 status collapsed
36284
36285 \begin_layout Plain Layout
36286
36287
36288 \backslash
36289 fi
36290 \end_layout
36291
36292 \end_inset
36293
36294
36295 \end_layout
36296
36297 \begin_layout Subsection
36298 Ecuaciones en encabezados de sección
36299 \begin_inset CommandInset label
36300 LatexCommand label
36301 name "sub:Ecuaciones-en-encabezados"
36302
36303 \end_inset
36304
36305
36306 \begin_inset Index idx
36307 status collapsed
36308
36309 \begin_layout Plain Layout
36310 Ecuación ! en encabezados de sección
36311 \end_layout
36312
36313 \end_inset
36314
36315
36316 \end_layout
36317
36318 \begin_layout Standard
36319 Si se quiere poner una ecuación en un encabezado de sección hay que tener
36320  en cuenta lo siguiente:
36321 \end_layout
36322
36323 \begin_layout Standard
36324 \begin_inset Note Greyedout
36325 status open
36326
36327 \begin_layout Plain Layout
36328 Si el soporte para 
36329 \series bold
36330 hyperref
36331 \series default
36332
36333 \begin_inset Index idx
36334 status collapsed
36335
36336 \begin_layout Plain Layout
36337 Paquetes ! hyperref
36338 \end_layout
36339
36340 \end_inset
36341
36342  está activado en la configuración del documento, 
36343 \family sans
36344 Propiedades
36345 \begin_inset space ~
36346 \end_inset
36347
36348
36349 \family default
36350 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
36351  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
36352  texto del marcador, porque se infringen las convenciones PDF.
36353 \end_layout
36354
36355 \end_inset
36356
36357
36358 \end_layout
36359
36360 \begin_layout Standard
36361 Estos problemas se pueden solucionar insertando al final del encabezado
36362  un título breve con el menú 
36363 \family sans
36364 Insertar\SpecialChar \menuseparator
36365 Título
36366 \begin_inset space ~
36367 \end_inset
36368
36369 breve
36370 \family default
36371 .
36372  Los títulos breves se usan como alternativa para encabezados de sección
36373  con más de una línea para mantener el buen aspecto del índice.
36374  En éste sólo aparece el título breve y por tanto también en los marcadores.
36375 \end_layout
36376
36377 \begin_layout Standard
36378 Si hay que poner ecuaciones en el índice y se usa 
36379 \series bold
36380 hyperref
36381 \series default
36382 , se puede insertar el siguiente comando en modo TeX:
36383 \end_layout
36384
36385 \begin_layout Standard
36386
36387 \series bold
36388
36389 \backslash
36390 texorpdfstring{parte}{alternativa}
36391 \begin_inset Index idx
36392 status collapsed
36393
36394 \begin_layout Plain Layout
36395 Comandos ! T ! 
36396 \backslash
36397 texorpdfstring
36398 \end_layout
36399
36400 \end_inset
36401
36402
36403 \end_layout
36404
36405 \begin_layout Standard
36406 parte se refiere a la parte del encabezado que no debería aparecer en el
36407  marcador PDF.
36408  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
36409  La alternativa se usa para el marcador en vez de la parte.
36410 \end_layout
36411
36412 \begin_layout Standard
36413 Aquí hay dos ejemplos de encabezados con ecuación:
36414 \end_layout
36415
36416 \begin_layout Standard
36417 \begin_inset VSpace -3mm
36418 \end_inset
36419
36420
36421 \end_layout
36422
36423 \begin_layout Standard
36424 \begin_inset ERT
36425 status collapsed
36426
36427 \begin_layout Plain Layout
36428
36429
36430 \backslash
36431 boldmath 
36432 \end_layout
36433
36434 \end_inset
36435
36436
36437 \end_layout
36438
36439 \begin_layout Subsubsection
36440 Encabezado sin ecuación en el índice 
36441 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36442 \end_inset
36443
36444
36445 \begin_inset Argument
36446 status collapsed
36447
36448 \begin_layout Plain Layout
36449 Encabezado sin ecuación en el índice
36450 \end_layout
36451
36452 \end_inset
36453
36454
36455 \end_layout
36456
36457 \begin_layout Subsubsection
36458 Encabezado con ecuación en el índice
36459 \begin_inset ERT
36460 status collapsed
36461
36462 \begin_layout Plain Layout
36463
36464
36465 \backslash
36466 texorpdfstring{
36467 \end_layout
36468
36469 \end_inset
36470
36471  
36472 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36473 \end_inset
36474
36475
36476 \begin_inset ERT
36477 status collapsed
36478
36479 \begin_layout Plain Layout
36480
36481 }{}
36482 \end_layout
36483
36484 \end_inset
36485
36486
36487 \end_layout
36488
36489 \begin_layout Standard
36490 \begin_inset ERT
36491 status collapsed
36492
36493 \begin_layout Plain Layout
36494
36495
36496 \backslash
36497 unboldmath 
36498 \end_layout
36499
36500 \end_inset
36501
36502 En el primer encabezado se ha puesto un título breve, en el segundo un 
36503 \series bold
36504
36505 \backslash
36506 texorpdfstring
36507 \series default
36508 .
36509 \end_layout
36510
36511 \begin_layout Standard
36512 Para obtener el mismo formato que en los demás encabezados se han puesto
36513  ambos en un entorno 
36514 \series bold
36515 boldmath
36516 \series default
36517 .
36518 \begin_inset Foot
36519 status collapsed
36520
36521 \begin_layout Plain Layout
36522 véase 
36523 \begin_inset CommandInset ref
36524 LatexCommand ref
36525 reference "sub:Ecuaciones-en-negrita"
36526
36527 \end_inset
36528
36529
36530 \end_layout
36531
36532 \end_inset
36533
36534
36535 \end_layout
36536
36537 \begin_layout Subsection
36538 Ecuaciones en texto multicolumna
36539 \begin_inset Index idx
36540 status collapsed
36541
36542 \begin_layout Plain Layout
36543 Ecuación ! en texto multicolumna
36544 \end_layout
36545
36546 \end_inset
36547
36548
36549 \end_layout
36550
36551 \begin_layout Standard
36552 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36553  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36554  de la página.
36555  Esto se hace usando el paquete LaTeX 
36556 \series bold
36557 multicol
36558 \series default
36559 ,
36560 \begin_inset Foot
36561 status collapsed
36562
36563 \begin_layout Plain Layout
36564
36565 \series bold
36566 multicol
36567 \series default
36568  forma parte de las distribuciones LaTeX estándar.
36569 \end_layout
36570
36571 \end_inset
36572
36573
36574 \begin_inset Index idx
36575 status collapsed
36576
36577 \begin_layout Plain Layout
36578 Paquetes ! multicol
36579 \end_layout
36580
36581 \end_inset
36582
36583  que se carga en el preámbulo LaTeX con la línea
36584 \end_layout
36585
36586 \begin_layout Standard
36587
36588 \series bold
36589
36590 \backslash
36591 usepackage{multicol}
36592 \end_layout
36593
36594 \begin_layout Standard
36595 \begin_inset Note Greyedout
36596 status collapsed
36597
36598 \begin_layout Plain Layout
36599 Ten en cuenta que la opción 
36600 \family sans
36601 Documento
36602 \begin_inset space ~
36603 \end_inset
36604
36605 con
36606 \begin_inset space ~
36607 \end_inset
36608
36609 dos
36610 \begin_inset space ~
36611 \end_inset
36612
36613 caras
36614 \family default
36615 , bajo 
36616 \family sans
36617 Diseño
36618 \begin_inset space ~
36619 \end_inset
36620
36621 de
36622 \begin_inset space ~
36623 \end_inset
36624
36625 página 
36626 \family default
36627 en el menú 
36628 \family sans
36629 Documento\SpecialChar \menuseparator
36630 Configuración
36631 \family default
36632  
36633 \emph on
36634 debe
36635 \emph default
36636  estar desmarcada.
36637 \end_layout
36638
36639 \end_inset
36640
36641
36642 \end_layout
36643
36644 \begin_layout Standard
36645 Antes del texto multicolumna se inserta en modo TeX el comando
36646 \end_layout
36647
36648 \begin_layout Standard
36649
36650 \series bold
36651
36652 \backslash
36653 begin{multicols}{número de columnas}
36654 \end_layout
36655
36656 \begin_layout Standard
36657 El número de columnas está en el rango 2-10.
36658  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36659  TeX el comando
36660 \end_layout
36661
36662 \begin_layout Standard
36663
36664 \series bold
36665
36666 \backslash
36667 end{multicols}
36668 \end_layout
36669
36670 \begin_layout Standard
36671 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36672  Para quitarlo se inserta un espacio vertical de -6
36673 \begin_inset space \thinspace{}
36674 \end_inset
36675
36676 mm antes de la ecuación.
36677  Si se usa el estilo 
36678 \series bold
36679 Sangrado
36680 \series default
36681 ,
36682 \begin_inset Foot
36683 status collapsed
36684
36685 \begin_layout Plain Layout
36686 véase estilos de ecuación en 
36687 \begin_inset CommandInset ref
36688 LatexCommand ref
36689 reference "sec:Estilos-de-ecuación"
36690
36691 \end_inset
36692
36693
36694 \end_layout
36695
36696 \end_inset
36697
36698  se inserta un espacio de -9
36699 \begin_inset space \thinspace{}
36700 \end_inset
36701
36702 mm.
36703 \end_layout
36704
36705 \begin_layout Standard
36706 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36707 \end_layout
36708
36709 \begin_layout Standard
36710
36711 \lang german
36712 \begin_inset ERT
36713 status collapsed
36714
36715 \begin_layout Plain Layout
36716
36717
36718 \backslash
36719 begin{multicols}{2}
36720 \end_layout
36721
36722 \end_inset
36723
36724 Das Spektrum wird fouriertransformiert.
36725  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36726 , Lösungsmittel) zu trennen.
36727  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36728  nun das Aussehen des Ausgangssignals.
36729  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36730  über alle Phasen integrieren muss.
36731  Sei nun 
36732 \begin_inset Formula $S$
36733 \end_inset
36734
36735  unser normiertes Ausgangssignal und 
36736 \begin_inset Formula $P$
36737 \end_inset
36738
36739  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36740 \begin_inset ERT
36741 status collapsed
36742
36743 \begin_layout Plain Layout
36744
36745
36746 \backslash
36747 end{multicols}
36748 \end_layout
36749
36750 \end_inset
36751
36752
36753 \begin_inset VSpace -6mm
36754 \end_inset
36755
36756
36757 \begin_inset Formula \begin{equation}
36758 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36759 \end{equation}
36760
36761 \end_inset
36762
36763
36764 \begin_inset ERT
36765 status collapsed
36766
36767 \begin_layout Plain Layout
36768
36769
36770 \backslash
36771 begin{multicols}{2}
36772 \end_layout
36773
36774 \end_inset
36775
36776 wobei 
36777 \begin_inset Formula $S_{0}$
36778 \end_inset
36779
36780  das Signal ohne Gradient ist und die Normierungsbedingung 
36781 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36782 \end_inset
36783
36784  gilt.
36785  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36786  Direkt nach dem 
36787 \begin_inset Formula $\nicefrac{\pi}{2}$
36788 \end_inset
36789
36790
36791 \begin_inset space \thinspace{}
36792 \end_inset
36793
36794 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36795  das Signal zusätzlich abschwächt.
36796  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36797  
36798 \begin_inset Formula $T_{2}$
36799 \end_inset
36800
36801 -Zeit.
36802 \end_layout
36803
36804 \begin_layout Standard
36805
36806 \lang german
36807 \begin_inset ERT
36808 status collapsed
36809
36810 \begin_layout Plain Layout
36811
36812
36813 \backslash
36814 end{multicols}
36815 \end_layout
36816
36817 \end_inset
36818
36819
36820 \end_layout
36821
36822 \begin_layout Subsection
36823 Ecuaciones con descripción de variables
36824 \begin_inset Index idx
36825 status collapsed
36826
36827 \begin_layout Plain Layout
36828 Ecuación ! con descripción de variables
36829 \end_layout
36830
36831 \end_inset
36832
36833
36834 \end_layout
36835
36836 \begin_layout Standard
36837 Para describir variables en una ecuación, como en la fórmula 
36838 \begin_inset CommandInset ref
36839 LatexCommand eqref
36840 reference "eq:within"
36841
36842 \end_inset
36843
36844 , se inserta una matriz 2×
36845 \begin_inset Formula $n$
36846 \end_inset
36847
36848  con columnas alineadas a la izquierda para las 
36849 \emph on
36850
36851 \begin_inset Formula $n$
36852 \end_inset
36853
36854
36855 \emph default
36856  variables usadas.
36857 \begin_inset Foot
36858 status collapsed
36859
36860 \begin_layout Plain Layout
36861 véase matrices en 
36862 \begin_inset CommandInset ref
36863 LatexCommand ref
36864 reference "sec:Matrices"
36865
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \end_inset
36872
36873  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
36874  
36875 \series bold
36876
36877 \backslash
36878 footnotesize
36879 \series default
36880  antes de la matriz.
36881 \begin_inset Foot
36882 status collapsed
36883
36884 \begin_layout Plain Layout
36885 véase tamaños de fuentes en 
36886 \begin_inset CommandInset ref
36887 LatexCommand ref
36888 reference "sub:Tamaños-de-fuentes"
36889
36890 \end_inset
36891
36892 .
36893 \end_layout
36894
36895 \end_inset
36896
36897
36898 \end_layout
36899
36900 \begin_layout Standard
36901 Si se usa el estilo 
36902 \series bold
36903 Sangrado
36904 \series default
36905 ,
36906 \begin_inset Foot
36907 status collapsed
36908
36909 \begin_layout Plain Layout
36910 véase estilos de ecuación en 
36911 \begin_inset CommandInset ref
36912 LatexCommand ref
36913 reference "sec:Estilos-de-ecuación"
36914
36915 \end_inset
36916
36917
36918 \end_layout
36919
36920 \end_inset
36921
36922  se inserta un 
36923 \series bold
36924
36925 \backslash
36926 hfill
36927 \series default
36928
36929 \begin_inset Foot
36930 status collapsed
36931
36932 \begin_layout Plain Layout
36933
36934 \series bold
36935
36936 \backslash
36937 hfill
36938 \series default
36939  sólo funciona en ecuaciones en estilo 
36940 \series bold
36941 Sangrado
36942 \series default
36943 , véase 
36944 \begin_inset CommandInset ref
36945 LatexCommand ref
36946 reference "sub:Espacio-variable"
36947
36948 \end_inset
36949
36950
36951 \end_layout
36952
36953 \end_inset
36954
36955  delante y detrás de la matriz para que tenga la misma separación con la
36956  ecuación y con el margen.
36957 \end_layout
36958
36959 \begin_layout Standard
36960 Si se usa el estilo 
36961 \series bold
36962 Centrado
36963 \series default
36964  se emplea el método descrito en la 
36965 \begin_inset CommandInset ref
36966 LatexCommand ref
36967 reference "sub:Entorno-flalign"
36968
36969 \end_inset
36970
36971  para sangrar la ecuación.
36972  La ecuación 
36973 \begin_inset CommandInset ref
36974 LatexCommand eqref
36975 reference "eq:within"
36976
36977 \end_inset
36978
36979  consta de cinco columnas ya que las dos primeras contienen la fórmula,
36980  la tercera la matriz y la última una llave TeX vacía.
36981 \begin_inset Formula \begin{flalign}
36982 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
36983 \rho & \mbox{densidad}\\
36984 V & \mbox{volumen}\\
36985 g & \mbox{aceleración gravitatoria}
36986 \end{array} &  & {}\label{eq:within}
36987 \end{flalign}
36988
36989 \end_inset
36990
36991
36992 \end_layout
36993
36994 \begin_layout Subsection
36995 Letras griegas minúsculas en redonda
36996 \begin_inset CommandInset label
36997 LatexCommand label
36998 name "sub:Griegas-en-redonda"
36999
37000 \end_inset
37001
37002
37003 \begin_inset Index idx
37004 status collapsed
37005
37006 \begin_layout Plain Layout
37007 Letras griegas ! en redonda
37008 \end_layout
37009
37010 \end_inset
37011
37012
37013 \end_layout
37014
37015 \begin_layout Standard
37016 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
37017  cursiva.
37018  Pero para símbolos de partículas elementales como piones y neutrinos hacen
37019  falta letras griegas en redonda.
37020  El archivo 
37021 \series bold
37022 upgreek.sty
37023 \series default
37024
37025 \begin_inset Foot
37026 status collapsed
37027
37028 \begin_layout Plain Layout
37029
37030 \series bold
37031 upgreek
37032 \series default
37033  forma parte del paquete LaTeX 
37034 \series bold
37035 was
37036 \series default
37037
37038 \begin_inset Index idx
37039 status collapsed
37040
37041 \begin_layout Plain Layout
37042 Paquetes ! was
37043 \begin_inset ERT
37044 status collapsed
37045
37046 \begin_layout Plain Layout
37047
37048
37049 \backslash
37050 vspace{4mm}
37051 \end_layout
37052
37053 \end_inset
37054
37055
37056 \end_layout
37057
37058 \end_inset
37059
37060 .
37061 \end_layout
37062
37063 \end_inset
37064
37065
37066 \begin_inset Index idx
37067 status collapsed
37068
37069 \begin_layout Plain Layout
37070 Paquetes ! upgreek
37071 \end_layout
37072
37073 \end_inset
37074
37075 , que se carga en el preámbulo LaTeX con la línea
37076 \end_layout
37077
37078 \begin_layout Standard
37079
37080 \series bold
37081
37082 \backslash
37083 usepackage{upgreek}
37084 \end_layout
37085
37086 \begin_layout Standard
37087 las suministra.
37088  
37089 \begin_inset ERT
37090 status collapsed
37091
37092 \begin_layout Plain Layout
37093
37094
37095 \backslash
37096 ifupgreek 
37097 \end_layout
37098
37099 \end_inset
37100
37101
37102 \begin_inset Note Note
37103 status open
37104
37105 \begin_layout Plain Layout
37106 Lo siguinente sólo se podrá ver si está instalado el paquete LaTeX 
37107 \series bold
37108 upgreek
37109 \series default
37110 :
37111 \end_layout
37112
37113 \end_inset
37114
37115  Se imprimen con el comando de la letra correspondiente precedido de 
37116 \series bold
37117 up
37118 \series default
37119 .
37120  Por ejemplo, el comando 
37121 \series bold
37122
37123 \backslash
37124 uptau
37125 \series default
37126  genera: 
37127 \begin_inset Formula $\uptau$
37128 \end_inset
37129
37130
37131 \end_layout
37132
37133 \begin_layout Standard
37134 Con estos comandos se pueden escribir reacciones entre partículas elementales:
37135 \begin_inset Formula \[
37136 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
37137 \]
37138
37139 \end_inset
37140
37141
37142 \end_layout
37143
37144 \begin_layout Standard
37145 Las letras en redonda son más remarcadas y más grandes que las correspondientes
37146  en cursiva.
37147  Por tanto no deberían emplearse para unidades como 
37148 \begin_inset Quotes fld
37149 \end_inset
37150
37151 µm
37152 \begin_inset Quotes frd
37153 \end_inset
37154
37155 .
37156 \end_layout
37157
37158 \begin_layout Standard
37159 \begin_inset ERT
37160 status collapsed
37161
37162 \begin_layout Plain Layout
37163
37164
37165 \backslash
37166 else 
37167 \end_layout
37168
37169 \end_inset
37170
37171
37172 \begin_inset Note Note
37173 status open
37174
37175 \begin_layout Plain Layout
37176 Lo siguiente se mostrará si el paquete LaTeX 
37177 \series bold
37178 upgreek
37179 \series default
37180  no está instalado:
37181 \end_layout
37182
37183 \end_inset
37184
37185
37186 \end_layout
37187
37188 \begin_layout Standard
37189 Debes instalar el paquete LaTeX 
37190 \series bold
37191 upgreek
37192 \series default
37193  para ver en la salida el resto de esta subsección.
37194  
37195 \end_layout
37196
37197 \begin_layout Standard
37198 \begin_inset ERT
37199 status collapsed
37200
37201 \begin_layout Plain Layout
37202
37203
37204 \backslash
37205 fi
37206 \end_layout
37207
37208 \end_inset
37209
37210
37211 \end_layout
37212
37213 \begin_layout Subsection
37214 Caracteres de texto en ecuaciones
37215 \begin_inset CommandInset label
37216 LatexCommand label
37217 name "sub:Caracteres-de-texto"
37218
37219 \end_inset
37220
37221
37222 \begin_inset Index idx
37223 status collapsed
37224
37225 \begin_layout Plain Layout
37226 Texto ! en ecuaciones
37227 \end_layout
37228
37229 \end_inset
37230
37231
37232 \end_layout
37233
37234 \begin_layout Standard
37235 En algunos casos podrías querer insertar caracteres de texto directamente
37236  en ecuaciones.
37237  Por ejemplo, cuando se usa con frecuencia el punto centrado 
37238 \begin_inset Formula $\cdot$
37239 \end_inset
37240
37241  en expresiones como 
37242 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
37243 \end_inset
37244
37245 , habría que insertar el comando 
37246 \series bold
37247
37248 \backslash
37249 cdot
37250 \series default
37251
37252 \begin_inset Foot
37253 status collapsed
37254
37255 \begin_layout Plain Layout
37256 véase 
37257 \begin_inset CommandInset ref
37258 LatexCommand ref
37259 reference "sub:Operadores-binarios"
37260
37261 \end_inset
37262
37263
37264 \end_layout
37265
37266 \end_inset
37267
37268  continuamente, porque este carácter está definido en todas las codificaciones
37269  como carácter de texto.
37270  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
37271 \end_layout
37272
37273 \begin_layout Standard
37274
37275 \series bold
37276
37277 \backslash
37278 Declare Inputtext{183}{
37279 \backslash
37280 ifmmode
37281 \backslash
37282 cdot
37283 \backslash
37284 else
37285 \backslash
37286 textperiodcentered
37287 \backslash
37288 f\SpecialChar \textcompwordmark{}
37289 i}
37290 \end_layout
37291
37292 \begin_layout Standard
37293 La codificación de caracteres (menú 
37294 \family sans
37295 Documento\SpecialChar \menuseparator
37296 Configuración\SpecialChar \menuseparator
37297 Idioma
37298 \family default
37299 ) especifica el carácter que se muestra al pulsar una tecla.
37300  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
37301  
37302 \series bold
37303
37304 \backslash
37305 textperiodcentered
37306 \series default
37307 .
37308  Pero este comando no está disponible en ecuaciones así que obtendrías errores
37309  de LaTeX.
37310  Con la codificación cambiada se escoge automáticamente el comando correcto,
37311  dependiendo de si el carácter se ha insertado en una ecuación o no.
37312 \end_layout
37313
37314 \begin_layout Standard
37315 La codificación de diversos caracteres se guarda en archivos de definición.
37316  Por ejemplo la codificación 
37317 \series bold
37318 latin9
37319 \series default
37320  se define en el archivo 
37321 \series bold
37322 latin9.def
37323 \series default
37324  que está en el directorio de LaTeX.
37325  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
37326  archivo de definición, de lo contrario nuestros documentos no podrían ser
37327  editados en otros ordenadores.
37328 \begin_inset VSpace medskip
37329 \end_inset
37330
37331
37332 \end_layout
37333
37334 \begin_layout Standard
37335 Además del punto centrado, en este documento se ha definido el símbolo grado
37336  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
37337  directamente en una fórmula:
37338 \end_layout
37339
37340 \begin_layout Standard
37341
37342 \series bold
37343
37344 \backslash
37345 DeclareInputtext{176}{
37346 \backslash
37347 ifmmode^
37348 \backslash
37349 circ
37350 \backslash
37351 else
37352 \backslash
37353 textdegree
37354 \backslash
37355 f\SpecialChar \textcompwordmark{}
37356 i}
37357 \begin_inset Newpage newpage
37358 \end_inset
37359
37360
37361 \end_layout
37362
37363 \begin_layout Section
37364 \start_of_appendix
37365 Notas sobre tipografía
37366 \begin_inset Index idx
37367 status collapsed
37368
37369 \begin_layout Plain Layout
37370 Tipografía, notas
37371 \end_layout
37372
37373 \end_inset
37374
37375
37376 \end_layout
37377
37378 \begin_layout Standard
37379 Esta sección es un resumen de las normas tipográficas ISO más importantes.
37380 \begin_inset Foot
37381 status collapsed
37382
37383 \begin_layout Plain Layout
37384 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
37385  
37386 \begin_inset Quotes fld
37387 \end_inset
37388
37389 Duden
37390 \begin_inset Quotes frd
37391 \end_inset
37392
37393  
37394 \begin_inset CommandInset citation
37395 LatexCommand cite
37396 key "Duden"
37397
37398 \end_inset
37399
37400 , que incluye algunas de las normas ISO.
37401  
37402 \begin_inset Newline newline
37403 \end_inset
37404
37405 (
37406 \emph on
37407 N.
37408 \begin_inset space \thinspace{}
37409 \end_inset
37410
37411 del t.
37412 \emph default
37413 : Para documentación en español sobre el tema, véase 
37414 \begin_inset CommandInset citation
37415 LatexCommand cite
37416 key "Bezos"
37417
37418 \end_inset
37419
37420 .)
37421 \end_layout
37422
37423 \end_inset
37424
37425
37426 \end_layout
37427
37428 \begin_layout Itemize
37429 Las unidades físicas se escriben 
37430 \emph on
37431 siempre 
37432 \emph default
37433 en redonda
37434 \begin_inset Foot
37435 status collapsed
37436
37437 \begin_layout Plain Layout
37438 véase estilos de fuentes en 
37439 \begin_inset CommandInset ref
37440 LatexCommand ref
37441 reference "sub:Estilos-de-fuentes"
37442
37443 \end_inset
37444
37445
37446 \end_layout
37447
37448 \end_inset
37449
37450 , aunque aparezcan en un texto en cursiva: 30
37451 \begin_inset space \thinspace{}
37452 \end_inset
37453
37454 km/h
37455 \begin_inset Newline newline
37456 \end_inset
37457
37458 Entre el valor y la unidad hay un espacio delgado, véase 
37459 \begin_inset CommandInset ref
37460 LatexCommand ref
37461 reference "sub:Espacio-predefinido"
37462
37463 \end_inset
37464
37465 .
37466 \begin_inset Newline newline
37467 \end_inset
37468
37469 Esta norma la cumple automáticamente el comando 
37470 \series bold
37471
37472 \backslash
37473 unittwo
37474 \series default
37475 .
37476  Si se introduce en una fórmula aparecen dos cuadros.
37477  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37478  como antes, 
37479 \begin_inset Formula $\unit[30]{km/h}$
37480 \end_inset
37481
37482
37483 \begin_inset space \thinspace{}
37484 \end_inset
37485
37486 .
37487  Ten en cuenta que 
37488 \series bold
37489
37490 \backslash
37491 unittwo
37492 \series default
37493  no es un auténtico comando LaTeX, sino el comando 
37494 \series bold
37495
37496 \backslash
37497 unit[value]{unit}
37498 \series default
37499 , por tanto no lo puedes usar en código TeX.
37500 \end_layout
37501
37502 \begin_layout Itemize
37503 Los signos por ciento y por mil se escriben como las unidades físicas:
37504 \begin_inset Newline newline
37505 \end_inset
37506
37507 1,2
37508 \begin_inset space \thinspace{}
37509 \end_inset
37510
37511 ‰ de alcohol en sangre.
37512 \end_layout
37513
37514 \begin_layout Itemize
37515 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37516  otra unidad: 15
37517 \begin_inset space \thinspace{}
37518 \end_inset
37519
37520 °C
37521 \end_layout
37522
37523 \begin_layout Itemize
37524 En números con más de cuatro dígitos se inserta un espacio delgado para
37525  separarlos en grupos de tres cifras: 18
37526 \begin_inset space \thinspace{}
37527 \end_inset
37528
37529 473
37530 \begin_inset space \thinspace{}
37531 \end_inset
37532
37533 588
37534 \end_layout
37535
37536 \begin_layout Itemize
37537 Para dimensiones como 120×90×40
37538 \begin_inset space \thinspace{}
37539 \end_inset
37540
37541 cm se usa el aspa de multiplicar 
37542 \begin_inset Quotes fld
37543 \end_inset
37544
37545 ×
37546 \begin_inset Quotes frd
37547 \end_inset
37548
37549 .
37550  Está disponible en el menú 
37551 \family sans
37552 Insertar\SpecialChar \menuseparator
37553 Carácter especial
37554 \family default
37555 \SpecialChar \menuseparator
37556
37557 \family sans
37558 Símbolos
37559 \family default
37560  o bien mediante el comando 
37561 \series bold
37562
37563 \backslash
37564 times
37565 \series default
37566 .
37567  Se puede insertar directamente con cierta combinación de teclas.
37568 \end_layout
37569
37570 \begin_layout Itemize
37571 Las funciones con nombres que constan de varias letras se escriben en redonda
37572  para evitar confusiones, véase 
37573 \begin_inset CommandInset ref
37574 LatexCommand ref
37575 reference "sub:Funciones-predefinidas"
37576
37577 \end_inset
37578
37579 .
37580 \end_layout
37581
37582 \begin_layout Itemize
37583 Los índices que constan de varias letras se escriben en redonda: 
37584 \begin_inset Formula $E_{\mathrm{cin}}$
37585 \end_inset
37586
37587
37588 \begin_inset Newline newline
37589 \end_inset
37590
37591 Los componentes de una matriz se escriben en cursiva: 
37592 \begin_inset Formula $\hat{H}_{kl}$
37593 \end_inset
37594
37595
37596 \end_layout
37597
37598 \begin_layout Itemize
37599 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37600  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37601 s con otras variables.
37602 \end_layout
37603
37604 \begin_layout Itemize
37605 El carácter que indica una transformación 
37606 \noun on
37607 Fourier
37608 \noun default
37609  se inserta con el comando 
37610 \series bold
37611
37612 \backslash
37613 mathscr
37614 \begin_inset ERT
37615 status collapsed
37616
37617 \begin_layout Plain Layout
37618
37619
37620 \backslash
37621 spce 
37622 \end_layout
37623
37624 \end_inset
37625
37626 F
37627 \series default
37628  o mediante el menú
37629 \family sans
37630  Insertar\SpecialChar \menuseparator
37631 Carácter especial
37632 \family default
37633 \SpecialChar \menuseparator
37634
37635 \family sans
37636 Símbolos\SpecialChar \menuseparator
37637 Símbolos de letra
37638 \family default
37639
37640 \begin_inset Formula $\mathscr{F}$
37641 \end_inset
37642
37643
37644 \end_layout
37645
37646 \begin_layout Standard
37647 \begin_inset Newpage newpage
37648 \end_inset
37649
37650
37651 \end_layout
37652
37653 \begin_layout Section
37654 Sinónimos
37655 \begin_inset Index idx
37656 status collapsed
37657
37658 \begin_layout Plain Layout
37659 Sinónimos
37660 \end_layout
37661
37662 \end_inset
37663
37664
37665 \end_layout
37666
37667 \begin_layout Standard
37668 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37669  como los que se recogen en esta lista:
37670 \begin_inset Foot
37671 status collapsed
37672
37673 \begin_layout Plain Layout
37674 véase también 
37675 \begin_inset CommandInset ref
37676 LatexCommand ref
37677 reference "fn:sinónimos"
37678
37679 \end_inset
37680
37681 .
37682 \end_layout
37683
37684 \end_inset
37685
37686
37687 \end_layout
37688
37689 \begin_layout Standard
37690
37691 \end_layout
37692
37693 \begin_layout Standard
37694 \begin_inset VSpace bigskip
37695 \end_inset
37696
37697
37698 \begin_inset space \hfill{}
37699 \end_inset
37700
37701
37702 \begin_inset Tabular
37703 <lyxtabular version="3" rows="12" columns="2">
37704 <features tabularvalignment="middle">
37705 <column alignment="center" valignment="top" width="0pt">
37706 <column alignment="center" valignment="top" width="0pt">
37707 <row>
37708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37709 \begin_inset Text
37710
37711 \begin_layout Plain Layout
37712 Comando
37713 \end_layout
37714
37715 \end_inset
37716 </cell>
37717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37718 \begin_inset Text
37719
37720 \begin_layout Plain Layout
37721 equivalente a
37722 \begin_inset Note Note
37723 status collapsed
37724
37725 \begin_layout Plain Layout
37726
37727 \series bold
37728
37729 \backslash
37730 raisebox
37731 \series default
37732  se usa sólo como espaciador
37733 \end_layout
37734
37735 \end_inset
37736
37737
37738 \end_layout
37739
37740 \end_inset
37741 </cell>
37742 </row>
37743 <row>
37744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37745 \begin_inset Text
37746
37747 \begin_layout Plain Layout
37748
37749 \backslash
37750 ast
37751 \end_layout
37752
37753 \end_inset
37754 </cell>
37755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37756 \begin_inset Text
37757
37758 \begin_layout Plain Layout
37759 \begin_inset ERT
37760 status collapsed
37761
37762 \begin_layout Plain Layout
37763
37764
37765 \backslash
37766 raisebox{-1.2mm}{
37767 \end_layout
37768
37769 \end_inset
37770
37771 *
37772 \begin_inset ERT
37773 status collapsed
37774
37775 \begin_layout Plain Layout
37776
37777 }
37778 \end_layout
37779
37780 \end_inset
37781
37782
37783 \end_layout
37784
37785 \end_inset
37786 </cell>
37787 </row>
37788 <row>
37789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37790 \begin_inset Text
37791
37792 \begin_layout Plain Layout
37793
37794 \backslash
37795 choose
37796 \end_layout
37797
37798 \end_inset
37799 </cell>
37800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37801 \begin_inset Text
37802
37803 \begin_layout Plain Layout
37804
37805 \backslash
37806 binom
37807 \end_layout
37808
37809 \end_inset
37810 </cell>
37811 </row>
37812 <row>
37813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37814 \begin_inset Text
37815
37816 \begin_layout Plain Layout
37817
37818 \backslash
37819 geq
37820 \end_layout
37821
37822 \end_inset
37823 </cell>
37824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37825 \begin_inset Text
37826
37827 \begin_layout Plain Layout
37828
37829 \backslash
37830 ge
37831 \end_layout
37832
37833 \end_inset
37834 </cell>
37835 </row>
37836 <row>
37837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37838 \begin_inset Text
37839
37840 \begin_layout Plain Layout
37841
37842 \backslash
37843 lbrace
37844 \end_layout
37845
37846 \end_inset
37847 </cell>
37848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37849 \begin_inset Text
37850
37851 \begin_layout Plain Layout
37852 {
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 </row>
37858 <row>
37859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37860 \begin_inset Text
37861
37862 \begin_layout Plain Layout
37863
37864 \backslash
37865 lbracket
37866 \end_layout
37867
37868 \end_inset
37869 </cell>
37870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37871 \begin_inset Text
37872
37873 \begin_layout Plain Layout
37874 [
37875 \end_layout
37876
37877 \end_inset
37878 </cell>
37879 </row>
37880 <row>
37881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37882 \begin_inset Text
37883
37884 \begin_layout Plain Layout
37885
37886 \backslash
37887 leftarrow
37888 \end_layout
37889
37890 \end_inset
37891 </cell>
37892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37893 \begin_inset Text
37894
37895 \begin_layout Plain Layout
37896
37897 \backslash
37898 gets
37899 \end_layout
37900
37901 \end_inset
37902 </cell>
37903 </row>
37904 <row>
37905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37906 \begin_inset Text
37907
37908 \begin_layout Plain Layout
37909
37910 \backslash
37911 leq
37912 \end_layout
37913
37914 \end_inset
37915 </cell>
37916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37917 \begin_inset Text
37918
37919 \begin_layout Plain Layout
37920
37921 \backslash
37922 le
37923 \end_layout
37924
37925 \end_inset
37926 </cell>
37927 </row>
37928 <row>
37929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37930 \begin_inset Text
37931
37932 \begin_layout Plain Layout
37933
37934 \backslash
37935 lor
37936 \end_layout
37937
37938 \end_inset
37939 </cell>
37940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37941 \begin_inset Text
37942
37943 \begin_layout Plain Layout
37944
37945 \backslash
37946 vee
37947 \end_layout
37948
37949 \end_inset
37950 </cell>
37951 </row>
37952 <row>
37953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37954 \begin_inset Text
37955
37956 \begin_layout Plain Layout
37957
37958 \backslash
37959 neq
37960 \end_layout
37961
37962 \end_inset
37963 </cell>
37964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37965 \begin_inset Text
37966
37967 \begin_layout Plain Layout
37968
37969 \backslash
37970 not=
37971 \end_layout
37972
37973 \end_inset
37974 </cell>
37975 </row>
37976 <row>
37977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37978 \begin_inset Text
37979
37980 \begin_layout Plain Layout
37981
37982 \backslash
37983 slash
37984 \end_layout
37985
37986 \end_inset
37987 </cell>
37988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37989 \begin_inset Text
37990
37991 \begin_layout Plain Layout
37992 /
37993 \end_layout
37994
37995 \end_inset
37996 </cell>
37997 </row>
37998 <row>
37999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38000 \begin_inset Text
38001
38002 \begin_layout Plain Layout
38003
38004 \backslash
38005 vert
38006 \end_layout
38007
38008 \end_inset
38009 </cell>
38010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38011 \begin_inset Text
38012
38013 \begin_layout Plain Layout
38014 |
38015 \end_layout
38016
38017 \end_inset
38018 </cell>
38019 </row>
38020 </lyxtabular>
38021
38022 \end_inset
38023
38024
38025 \begin_inset space \hfill{}
38026 \end_inset
38027
38028
38029 \begin_inset Tabular
38030 <lyxtabular version="3" rows="12" columns="2">
38031 <features tabularvalignment="middle">
38032 <column alignment="center" valignment="top" width="0pt">
38033 <column alignment="center" valignment="top" width="0pt">
38034 <row>
38035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38036 \begin_inset Text
38037
38038 \begin_layout Plain Layout
38039 Comando
38040 \end_layout
38041
38042 \end_inset
38043 </cell>
38044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38045 \begin_inset Text
38046
38047 \begin_layout Plain Layout
38048 equivalente a
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 backslash
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
38073 \backslash
38074
38075 \end_layout
38076
38077 \end_inset
38078 </cell>
38079 </row>
38080 <row>
38081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38082 \begin_inset Text
38083
38084 \begin_layout Plain Layout
38085
38086 \backslash
38087 dasharrow
38088 \end_layout
38089
38090 \end_inset
38091 </cell>
38092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38093 \begin_inset Text
38094
38095 \begin_layout Plain Layout
38096
38097 \backslash
38098 dashrightarrow
38099 \end_layout
38100
38101 \end_inset
38102 </cell>
38103 </row>
38104 <row>
38105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38106 \begin_inset Text
38107
38108 \begin_layout Plain Layout
38109
38110 \backslash
38111 land
38112 \end_layout
38113
38114 \end_inset
38115 </cell>
38116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38117 \begin_inset Text
38118
38119 \begin_layout Plain Layout
38120
38121 \backslash
38122 wedge
38123 \end_layout
38124
38125 \end_inset
38126 </cell>
38127 </row>
38128 <row>
38129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38130 \begin_inset Text
38131
38132 \begin_layout Plain Layout
38133
38134 \backslash
38135 rbrace
38136 \end_layout
38137
38138 \end_inset
38139 </cell>
38140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38141 \begin_inset Text
38142
38143 \begin_layout Plain Layout
38144 }
38145 \end_layout
38146
38147 \end_inset
38148 </cell>
38149 </row>
38150 <row>
38151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38152 \begin_inset Text
38153
38154 \begin_layout Plain Layout
38155
38156 \backslash
38157 rbracket
38158 \end_layout
38159
38160 \end_inset
38161 </cell>
38162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38163 \begin_inset Text
38164
38165 \begin_layout Plain Layout
38166 ]
38167 \end_layout
38168
38169 \end_inset
38170 </cell>
38171 </row>
38172 <row>
38173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38174 \begin_inset Text
38175
38176 \begin_layout Plain Layout
38177
38178 \backslash
38179 rightarrow
38180 \end_layout
38181
38182 \end_inset
38183 </cell>
38184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38185 \begin_inset Text
38186
38187 \begin_layout Plain Layout
38188
38189 \backslash
38190 to
38191 \end_layout
38192
38193 \end_inset
38194 </cell>
38195 </row>
38196 <row>
38197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38198 \begin_inset Text
38199
38200 \begin_layout Plain Layout
38201
38202 \backslash
38203 lnot
38204 \end_layout
38205
38206 \end_inset
38207 </cell>
38208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38209 \begin_inset Text
38210
38211 \begin_layout Plain Layout
38212
38213 \backslash
38214 neg
38215 \end_layout
38216
38217 \end_inset
38218 </cell>
38219 </row>
38220 <row>
38221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38222 \begin_inset Text
38223
38224 \begin_layout Plain Layout
38225
38226 \backslash
38227 ne
38228 \end_layout
38229
38230 \end_inset
38231 </cell>
38232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38233 \begin_inset Text
38234
38235 \begin_layout Plain Layout
38236
38237 \backslash
38238 not=
38239 \end_layout
38240
38241 \end_inset
38242 </cell>
38243 </row>
38244 <row>
38245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38246 \begin_inset Text
38247
38248 \begin_layout Plain Layout
38249
38250 \backslash
38251 owns
38252 \end_layout
38253
38254 \end_inset
38255 </cell>
38256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38257 \begin_inset Text
38258
38259 \begin_layout Plain Layout
38260
38261 \backslash
38262 ni
38263 \end_layout
38264
38265 \end_inset
38266 </cell>
38267 </row>
38268 <row>
38269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38270 \begin_inset Text
38271
38272 \begin_layout Plain Layout
38273
38274 \backslash
38275 square
38276 \end_layout
38277
38278 \end_inset
38279 </cell>
38280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38281 \begin_inset Text
38282
38283 \begin_layout Plain Layout
38284
38285 \backslash
38286 Box
38287 \end_layout
38288
38289 \end_inset
38290 </cell>
38291 </row>
38292 <row>
38293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38294 \begin_inset Text
38295
38296 \begin_layout Plain Layout
38297
38298 \backslash
38299 Vert
38300 \end_layout
38301
38302 \end_inset
38303 </cell>
38304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38305 \begin_inset Text
38306
38307 \begin_layout Plain Layout
38308
38309 \backslash
38310 |
38311 \end_layout
38312
38313 \end_inset
38314 </cell>
38315 </row>
38316 </lyxtabular>
38317
38318 \end_inset
38319
38320
38321 \begin_inset space \hfill{}
38322 \end_inset
38323
38324
38325 \end_layout
38326
38327 \begin_layout Standard
38328 \begin_inset Newpage newpage
38329 \end_inset
38330
38331
38332 \end_layout
38333
38334 \begin_layout Bibliography
38335 \labelwidthstring Referencias
38336 \begin_inset CommandInset bibitem
38337 LatexCommand bibitem
38338 key "TLC2"
38339
38340 \end_inset
38341
38342
38343 \shape smallcaps
38344 Mittelbach, F.
38345  ; Goossens, M.
38346 \shape default
38347
38348 \shape italic
38349 The LaTeX Companion
38350 \shape default
38351 .
38352  Addison Wesley, 2004
38353 \end_layout
38354
38355 \begin_layout Bibliography
38356 \labelwidthstring Referencias
38357 \begin_inset CommandInset bibitem
38358 LatexCommand bibitem
38359 key "Mathmode"
38360
38361 \end_inset
38362
38363
38364 \begin_inset CommandInset href
38365 LatexCommand href
38366 name "Descripción"
38367 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38368
38369 \end_inset
38370
38371  de habilidades matemáticas de LaTeX
38372 \end_layout
38373
38374 \begin_layout Bibliography
38375 \labelwidthstring Referencias
38376 \begin_inset CommandInset bibitem
38377 LatexCommand bibitem
38378 key "AMS"
38379
38380 \end_inset
38381
38382
38383 \begin_inset CommandInset href
38384 LatexCommand href
38385 name "Descripción"
38386 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38387
38388 \end_inset
38389
38390  de 
38391 \begin_inset ERT
38392 status collapsed
38393
38394 \begin_layout Plain Layout
38395
38396
38397 \backslash
38398 AmS
38399 \end_layout
38400
38401 \end_inset
38402
38403 -LaTeX
38404 \end_layout
38405
38406 \begin_layout Bibliography
38407 \labelwidthstring Referencias
38408 \begin_inset CommandInset bibitem
38409 LatexCommand bibitem
38410 key "Symbols"
38411
38412 \end_inset
38413
38414
38415 \begin_inset CommandInset href
38416 LatexCommand href
38417 name "Lista"
38418 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38419
38420 \end_inset
38421
38422  de todos los símbolos disponibles con paquetes LaTeX
38423 \end_layout
38424
38425 \begin_layout Bibliography
38426 \labelwidthstring Referencias
38427 \begin_inset CommandInset bibitem
38428 LatexCommand bibitem
38429 key "hyperref"
38430
38431 \end_inset
38432
38433
38434 \begin_inset CommandInset href
38435 LatexCommand href
38436 name "Documentación"
38437 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38438
38439 \end_inset
38440
38441  del paquete LaTeX 
38442 \series bold
38443 hyperref
38444 \series default
38445
38446 \begin_inset Index idx
38447 status collapsed
38448
38449 \begin_layout Plain Layout
38450 Paquetes ! hyperref
38451 \end_layout
38452
38453 \end_inset
38454
38455
38456 \end_layout
38457
38458 \begin_layout Bibliography
38459 \labelwidthstring Referencias
38460 \begin_inset CommandInset bibitem
38461 LatexCommand bibitem
38462 key "mhchem"
38463
38464 \end_inset
38465
38466
38467 \begin_inset CommandInset href
38468 LatexCommand href
38469 name "Documentación"
38470 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38471
38472 \end_inset
38473
38474  del paquete LaTeX 
38475 \series bold
38476 mhchem
38477 \series default
38478
38479 \begin_inset Index idx
38480 status collapsed
38481
38482 \begin_layout Plain Layout
38483 Paquetes ! mhchem
38484 \end_layout
38485
38486 \end_inset
38487
38488
38489 \end_layout
38490
38491 \begin_layout Bibliography
38492 \labelwidthstring Referencias
38493 \begin_inset CommandInset bibitem
38494 LatexCommand bibitem
38495 key "Mathclap"
38496
38497 \end_inset
38498
38499
38500 \begin_inset CommandInset href
38501 LatexCommand href
38502 name "Descripción"
38503 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38504
38505 \end_inset
38506
38507  del comando 
38508 \series bold
38509
38510 \backslash
38511 mathclap
38512 \series default
38513 , descrito en 
38514 \begin_inset CommandInset ref
38515 LatexCommand ref
38516 reference "sub:Límites-de-operadores"
38517
38518 \end_inset
38519
38520
38521 \begin_inset Index idx
38522 status collapsed
38523
38524 \begin_layout Plain Layout
38525 Comandos ! M ! 
38526 \backslash
38527 mathclap
38528 \end_layout
38529
38530 \end_inset
38531
38532
38533 \end_layout
38534
38535 \begin_layout Bibliography
38536 \labelwidthstring Referencias
38537 \begin_inset CommandInset bibitem
38538 LatexCommand bibitem
38539 key "Duden"
38540
38541 \end_inset
38542
38543
38544 \emph on
38545 Duden Band 1
38546 \emph default
38547 .
38548  22.
38549  Auflage, Duden 2001
38550 \end_layout
38551
38552 \begin_layout Bibliography
38553 \labelwidthstring Referencias
38554 \begin_inset CommandInset bibitem
38555 LatexCommand bibitem
38556 key "spanish"
38557
38558 \end_inset
38559
38560
38561 \begin_inset CommandInset href
38562 LatexCommand href
38563 name "Página web"
38564 target "http://www.tex-tipografia.com/spanish.html"
38565
38566 \end_inset
38567
38568  del estilo 
38569 \series bold
38570 spanish
38571 \family sans
38572 \series default
38573  
38574 \family default
38575 incluido en el paquete 
38576 \series bold
38577 babel
38578 \end_layout
38579
38580 \begin_layout Bibliography
38581 \labelwidthstring Referencias
38582 \begin_inset CommandInset bibitem
38583 LatexCommand bibitem
38584 key "Bezos"
38585
38586 \end_inset
38587
38588
38589 \begin_inset CommandInset href
38590 LatexCommand href
38591 name "Documento"
38592 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38593
38594 \end_inset
38595
38596  sobre ortotipografía y notaciones matemáticas en español
38597 \end_layout
38598
38599 \begin_layout Standard
38600
38601 \family sans
38602 \series bold
38603 \begin_inset CommandInset index_print
38604 LatexCommand printindex
38605 type "idx"
38606
38607 \end_inset
38608
38609
38610 \end_layout
38611
38612 \end_body
38613 \end_document