]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
Math.lyx: fix formatting
[features.git] / lib / doc / es / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 404
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasspanish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % for the Fourier transformation symbol
86 \usepackage{mathrsfs}
87
88 % center multirows (e.g. in sec. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % define a color, used in sec.9.3
92 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
93
94 % declare operators (see sec. 10.4 and sec. 15.2)
95 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\spce}{\textvisiblespace}
99
100 % example definitions for sec. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % example macro from sec. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % macro from sec. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package eurosym
121 % used for the Euro symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % check for package braket
129 % used for physical vectors
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % check for package cancel
137 \newboolean{cancel}
138 \IfFileExists{cancel.sty}
139  {\usepackage{cancel}
140   \setboolean{cancel}{true}}
141  {\setboolean{cancel}{false}}
142
143 % check for package upgreek
144 \newboolean{upgreek}
145 \IfFileExists{upgreek.sty}
146  {\usepackage{upgreek}
147   \setboolean{upgreek}{true}}
148  {\setboolean{upgreek}{false}}
149 \end_preamble
150 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
151 \use_default_options false
152 \maintain_unincluded_children false
153 \language spanish
154 \inputencoding auto
155 \fontencoding global
156 \font_roman default
157 \font_sans default
158 \font_typewriter default
159 \font_default_family default
160 \use_xetex false
161 \font_sc false
162 \font_osf false
163 \font_sf_scale 100
164 \font_tt_scale 100
165
166 \graphics default
167 \default_output_format default
168 \output_sync 0
169 \bibtex_command default
170 \index_command default
171 \paperfontsize 12
172 \spacing single
173 \use_hyperref true
174 \pdf_title "Manual detallado de Matemáticas en LyX"
175 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
176 \pdf_subject "LyX-documentation about math"
177 \pdf_keywords "LyX, Mathed"
178 \pdf_bookmarks true
179 \pdf_bookmarksnumbered true
180 \pdf_bookmarksopen true
181 \pdf_bookmarksopenlevel 1
182 \pdf_breaklinks false
183 \pdf_pdfborder false
184 \pdf_colorlinks true
185 \pdf_backref false
186 \pdf_pdfusetitle false
187 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
188 \papersize a4paper
189 \use_geometry false
190 \use_amsmath 2
191 \use_esint 1
192 \use_mhchem 1
193 \use_mathdots 1
194 \cite_engine basic
195 \use_bibtopic false
196 \use_indices false
197 \paperorientation portrait
198 \suppress_date false
199 \use_refstyle 0
200 \notefontcolor #0000ff
201 \index Índice
202 \shortcut idx
203 \color #008000
204 \end_index
205 \secnumdepth 4
206 \tocdepth 3
207 \paragraph_separation skip
208 \defskip medskip
209 \quotes_language french
210 \papercolumns 1
211 \papersides 2
212 \paperpagestyle plain
213 \bullet 1 0 6 -1
214 \bullet 2 2 35 -1
215 \bullet 3 2 7 -1
216 \tracking_changes false
217 \output_changes false
218 \html_math_output 0
219 \html_be_strict false
220 \end_header
221
222 \begin_body
223
224 \begin_layout Title
225 Manual detallado de
226 \begin_inset Newline newline
227 \end_inset
228
229 Matemáticas en LyX
230 \end_layout
231
232 \begin_layout Author
233 por el Equipo LyX
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
239  lista de correo de documentación de LyX
240 \family typewriter
241
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
246
247 \end_inset
248
249
250 \end_layout
251
252 \end_inset
253
254
255 \begin_inset Note Note
256 status collapsed
257
258 \begin_layout Plain Layout
259 autor: Uwe Stöhr, traducción: Ignacio Garcia
260 \end_layout
261
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \begin_inset Newline newline
270 \end_inset
271
272 Versión 2.0.x
273 \end_layout
274
275 \begin_layout Standard
276 \begin_inset CommandInset toc
277 LatexCommand tableofcontents
278
279 \end_inset
280
281
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset Note Note
286 status open
287
288 \begin_layout Plain Layout
289 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
290  paquetes LaTeX 
291 \series bold
292 braket, cancel, eurosym
293 \series default
294
295 \series bold
296 mhchem
297 \series default
298 ,
299 \series bold
300  multirow
301 \series default
302  y 
303 \series bold
304 was
305 \series default
306 .
307  Si
308 \series bold
309  
310 \series default
311 no están instalados también puedes exportar el documento pero las secciones
312  en que se requieren dichos paquetes no aparecerán en la salida.
313  
314 \series bold
315 mhchem
316 \series default
317  es una excepción: si no está instalado no se puede exportar este archivo.
318 \end_layout
319
320 \begin_layout Plain Layout
321 La última versión PDF de este documento está disponible en:
322 \begin_inset Newline newline
323 \end_inset
324
325
326 \series bold
327 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
328 \end_layout
329
330 \end_inset
331
332
333 \begin_inset Newpage newpage
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Section
340 Introducción
341 \end_layout
342
343 \begin_layout Standard
344 Este documento explica las características matemáticas de LyX y además es
345  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
346  Las explicaciones están diseñadas para el uso de comandos.
347  Por consiguiente es preciso que hayas leído la sección 
348 \emph on
349 Ecuaciones matemáticas
350 \emph default
351  de la 
352 \emph on
353 Guía del usuario
354 \emph default
355 .
356 \end_layout
357
358 \begin_layout Standard
359 La mayoría de caracteres y muchas estructuras explicadas en este manual
360  también son accesibles mediante el menú 
361 \family sans
362 Insertar\SpecialChar \menuseparator
363 Ecuación
364 \family default
365  o la barra de herramientas
366 \family sans
367  Ecuaciones
368 \family default
369 .
370  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
371  mucho más rápido usar comandos que la barra de herramientas.
372  Por tanto este manual está enfocado al uso de comandos, aunque también
373  se mencionan los botones correspondientes de las barras de herramientas
374  cuando están disponibles.
375 \end_layout
376
377 \begin_layout Standard
378 Si no se especifica lo contrario los comandos sólo están disponibles dentro
379  de las fórmulas.
380  Para poder usar todos los comandos explicados en este documento, debe usarse
381  la opción 
382 \family sans
383 Usar el paquete de ecuaciones AMS
384 \family default
385  en la configuración del documento (menú 
386 \family sans
387 Documento\SpecialChar \menuseparator
388 Configuración\SpecialChar \menuseparator
389 Ecuaciones
390 \family default
391 )
392 \begin_inset Foot
393 status collapsed
394
395 \begin_layout Plain Layout
396 La opción 
397 \family sans
398 Usar el paquete de ecuaciones AMS automáticamente
399 \family default
400  sólo usa ecuaciones 
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406
407 \backslash
408 AmS 
409 \end_layout
410
411 \end_inset
412
413
414 \begin_inset space ~
415 \end_inset
416
417  si las estructuras matemáticas son soportadas por LyX.
418 \end_layout
419
420 \end_inset
421
422 .
423 \end_layout
424
425 \begin_layout Standard
426 Este documento no recoge todos los comandos de ecuaciones 
427 \begin_inset ERT
428 status collapsed
429
430 \begin_layout Plain Layout
431
432
433 \backslash
434 AmS 
435 \end_layout
436
437 \end_inset
438
439
440 \begin_inset Foot
441 status collapsed
442
443 \begin_layout Plain Layout
444 En el archivo 
445 \family sans
446
447 \begin_inset CommandInset href
448 LatexCommand href
449 name "amsguide.ps"
450 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
451
452 \end_inset
453
454
455 \family default
456 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
457  lista con todos los comandos de ecuaciones 
458 \begin_inset ERT
459 status collapsed
460
461 \begin_layout Plain Layout
462
463
464 \backslash
465 AmS 
466 \end_layout
467
468 \end_inset
469
470 .
471 \end_layout
472
473 \end_inset
474
475  por razones de claridad.
476 \end_layout
477
478 \begin_layout Section
479 Instrucciones generales
480 \end_layout
481
482 \begin_layout Standard
483 Para crear una ecuación en línea
484 \begin_inset Index idx
485 status collapsed
486
487 \begin_layout Plain Layout
488 Ecuación ! en línea
489 \end_layout
490
491 \end_inset
492
493  insertada en una línea de texto, teclea una de las combinaciones 
494 \family sans
495 Ctrl+M, Alt+C M, Alt+M M
496 \family default
497  o pulsa el botón 
498 \begin_inset Graphics
499         filename ../../images/math-mode.png
500         scale 85
501
502 \end_inset
503
504  de la barra de herramientas.
505 \begin_inset Newline newline
506 \end_inset
507
508 Para crear una ecuación en estilo presentación
509 \begin_inset Index idx
510 status collapsed
511
512 \begin_layout Plain Layout
513 Ecuación ! presentada
514 \end_layout
515
516 \end_inset
517
518 , que se verá más grande y en su propio párrafo, teclea
519 \family sans
520  
521 \family default
522 una de estas combinaciones: 
523 \family sans
524 Ctrl+Mayúsculas+M, Alt+M D.
525 \end_layout
526
527 \begin_layout Standard
528 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
529  dentro de la ecuación y teclea
530 \family sans
531  Ctrl+M, Alt+C M, Alt+M M 
532 \family default
533 o usa el menú 
534 \family sans
535 Editar\SpecialChar \menuseparator
536 Ecuación\SpecialChar \menuseparator
537 Cambiar tipo de ecuación
538 \family default
539 .
540  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
541 \end_layout
542
543 \begin_layout Standard
544 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
545  presentada, escribe el comando 
546 \series bold
547
548 \backslash
549 displaystyle
550 \series default
551
552 \begin_inset Index idx
553 status collapsed
554
555 \begin_layout Plain Layout
556 Comandos ! D ! 
557 \backslash
558 displaystyle
559 \end_layout
560
561 \end_inset
562
563  en la ecuación y pulsa espacio.
564  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
565  de la ecuación.
566 \end_layout
567
568 \begin_layout Standard
569 En las tablas sólo se permiten ecuaciones en línea.
570 \end_layout
571
572 \begin_layout Standard
573 Las barras 
574 \family sans
575 Ecuaciones
576 \family default
577  y 
578 \family sans
579 Panel de ecuaciones 
580 \family default
581 se pueden visualizar mediante el menú 
582 \family sans
583 Ver\SpecialChar \menuseparator
584 Barras de herramientas
585 \family default
586 .
587  Si ahí pulsas en 
588 \begin_inset Quotes fld
589 \end_inset
590
591 Ecuaciones
592 \begin_inset Quotes frd
593 \end_inset
594
595  y/o en 
596 \begin_inset Quotes fld
597 \end_inset
598
599 Panel de ecuaciones
600 \begin_inset Quotes frd
601 \end_inset
602
603 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
604  estado se visualiza en el menú de las barras de herramientas con una marca.
605  Si en este estado pulsas de nuevo sobre 
606 \begin_inset Quotes fld
607 \end_inset
608
609 Ecuaciones
610 \begin_inset Quotes frd
611 \end_inset
612
613  y/o 
614 \begin_inset Quotes fld
615 \end_inset
616
617 Panel de ecuaciones
618 \begin_inset Quotes frd
619 \end_inset
620
621  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
622  de una ecuación; este estado se indica añadiendo a las entradas del menú
623  la palabra 
624 \begin_inset Quotes fld
625 \end_inset
626
627 (auto)
628 \begin_inset Quotes frd
629 \end_inset
630
631 .
632  
633 \end_layout
634
635 \begin_layout Standard
636 El modo TeX
637 \begin_inset Index idx
638 status collapsed
639
640 \begin_layout Plain Layout
641 T@TeX ! modo
642 \end_layout
643
644 \end_inset
645
646  se invoca pulsando el botón 
647 \begin_inset Graphics
648         filename ../../images/ert-insert.png
649         scale 85
650
651 \end_inset
652
653  de la barra de herramientas o con el menú 
654 \family sans
655 Insertar\SpecialChar \menuseparator
656 Código Te
657 \begin_inset ERT
658 status collapsed
659
660 \begin_layout Plain Layout
661
662 {}
663 \end_layout
664
665 \end_inset
666
667 X
668 \family default
669 , (atajo 
670 \family sans
671 Ctrl+L
672 \family default
673 ).
674 \begin_inset Note Note
675 status collapsed
676
677 \begin_layout Plain Layout
678 En LyX hay tres 
679 \begin_inset Quotes fld
680 \end_inset
681
682 nombres propios
683 \begin_inset Quotes frd
684 \end_inset
685
686  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
687  LaTeX y LyX.
688 \end_layout
689
690 \begin_layout Plain Layout
691 Para evitar que estas palabras sean reconocidas como tales nombres propios,
692  se inserta un par de llaves TeX.
693  
694 \end_layout
695
696 \end_inset
697
698
699 \end_layout
700
701 \begin_layout Standard
702 Para cambiar el preámbulo LaTeX
703 \begin_inset Index idx
704 status collapsed
705
706 \begin_layout Plain Layout
707 LaTeX, preámbulo
708 \end_layout
709
710 \end_inset
711
712 , usa el menú 
713 \family sans
714 Documento\SpecialChar \menuseparator
715 Configuración\SpecialChar \menuseparator
716 Preámbulo LaT
717 \begin_inset ERT
718 status collapsed
719
720 \begin_layout Plain Layout
721
722 {}
723 \end_layout
724
725 \end_inset
726
727 eX
728 \family default
729 .
730 \end_layout
731
732 \begin_layout Standard
733 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
734  multilínea, se pueden usar los menús 
735 \family sans
736 Editar\SpecialChar \menuseparator
737 Ecuación
738 \family default
739  y 
740 \family sans
741 Editar\SpecialChar \menuseparator
742 Filas y columnas
743 \family default
744  o la barra de herramientas de 
745 \family sans
746 Tabla
747 \family default
748 .
749  Cuando las líneas y columnas se intercambian mediante el menú, la columna
750  o línea en la que está se cambia con la columna de la derecha o con la
751  línea de abajo, respectivamente.
752  Si el cursor está en la última columna o fila, el cambio se hace con la
753  columna de la izquierda o la línea de arriba.
754 \end_layout
755
756 \begin_layout Standard
757 Para escribir texto en fórmulas se usa 
758 \emph on
759 texto de ecuaciones
760 \emph default
761
762 \begin_inset Index idx
763 status collapsed
764
765 \begin_layout Plain Layout
766 Texto ! en ecuaciones
767 \end_layout
768
769 \end_inset
770
771 .
772 \begin_inset Foot
773 status collapsed
774
775 \begin_layout Plain Layout
776 Para ecuaciones multilínea se usa el comando 
777 \series bold
778
779 \backslash
780 intertext
781 \series default
782 , véase
783 \begin_inset space ~
784 \end_inset
785
786
787 \begin_inset CommandInset ref
788 LatexCommand ref
789 reference "sub:Texto-en-multilínea"
790
791 \end_inset
792
793 .
794 \end_layout
795
796 \end_inset
797
798  Este modo se invoca con el atajo 
799 \family sans
800 Alt+M
801 \begin_inset space ~
802 \end_inset
803
804 M
805 \family default
806  o
807 \family sans
808  Ctrl+M
809 \family default
810  o insertando el comando 
811 \series bold
812
813 \backslash
814 text
815 \series default
816
817 \begin_inset Index idx
818 status collapsed
819
820 \begin_layout Plain Layout
821 Comandos ! T ! 
822 \backslash
823 text
824 \end_layout
825
826 \end_inset
827
828 .
829  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
830  partes de la ecuación que se ven en azul.
831  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
832 a de otras partes de la fórmula.
833 \end_layout
834
835 \begin_layout Subsection*
836 Esquema de comandos
837 \end_layout
838
839 \begin_layout Standard
840 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
841  siguiente esquema:
842 \end_layout
843
844 \begin_layout Standard
845
846 \series bold
847
848 \backslash
849 nombre_del_comando[argumento opcional]{argumento requerido}
850 \end_layout
851
852 \begin_layout Standard
853 Un comando empieza siempre por una barra inversa, 
854 \begin_inset Quotes fld
855 \end_inset
856
857
858 \series bold
859
860 \backslash
861
862 \series default
863
864 \begin_inset Quotes frd
865 \end_inset
866
867 .
868  Para omitir argumentos opcionales, quita también los corchetes asociados.
869  En este documento, las llaves que encierran los argumentos requeridos se
870  denominan llaves TeX
871 \begin_inset Index idx
872 status collapsed
873
874 \begin_layout Plain Layout
875 T@TeX ! llaves
876 \end_layout
877
878 \end_inset
879
880 .
881  Si en una ecuación añades una llave de apertura al nombre de un comando,
882  LyX crea automáticamente una llave TeX.
883  En todos los demás casos las llaves TeX se crean en las ecuaciones con
884  el comando 
885 \series bold
886
887 \backslash
888 {
889 \series default
890 .
891  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
892  que se muestran en azul.
893  En modo TeX no hace falta comando para poner llaves TeX.
894  Las llaves TeX no aparecen en la salida.
895 \end_layout
896
897 \begin_layout Standard
898 En el caso de comandos sin argumentos, como los comandos para símbolos que
899  se introducen en modo TeX, 
900 \emph on
901 siempre
902 \emph default
903  debe teclearse un espacio tras el comando para finalizarlo.
904  Este espacio no aparece en la salida.
905  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
906  de un espacio protegido en texto normal.
907 \end_layout
908
909 \begin_layout Standard
910 Un espacio protegido se inserta con 
911 \family sans
912 Ctrl+Espacio
913 \family default
914 .
915 \end_layout
916
917 \begin_layout Subsection*
918 Explicación de la sintaxis
919 \end_layout
920
921 \begin_layout Itemize
922 El símbolo 
923 \begin_inset ERT
924 status collapsed
925
926 \begin_layout Plain Layout
927
928
929 \backslash
930 spce 
931 \end_layout
932
933 \end_inset
934
935
936 \begin_inset Foot
937 status collapsed
938
939 \begin_layout Plain Layout
940 Este carácter, espacio visible, se puede componer con el comando 
941 \series bold
942
943 \backslash
944 textvisiblespace
945 \series default
946
947 \begin_inset Index idx
948 status collapsed
949
950 \begin_layout Plain Layout
951 Comandos ! T ! 
952 \backslash
953 textvisiblespace
954 \end_layout
955
956 \end_inset
957
958  insertado en código TeX.
959 \end_layout
960
961 \end_inset
962
963  indica que hay que teclear un espacio.
964 \end_layout
965
966 \begin_layout Itemize
967 Una flecha como 
968 \begin_inset Formula $\rightarrow$
969 \end_inset
970
971  indica el uso de la correspondiente tecla de flecha.
972  
973 \end_layout
974
975 \begin_layout Subsection*
976 Unidades disponibles
977 \end_layout
978
979 \begin_layout Standard
980 \align center
981 \begin_inset Float table
982 placement H
983 wide false
984 sideways false
985 status open
986
987 \begin_layout Plain Layout
988 \align center
989 \begin_inset Caption
990
991 \begin_layout Plain Layout
992 \begin_inset CommandInset label
993 LatexCommand label
994 name "tab:Unidades-disponibles"
995
996 \end_inset
997
998 Unidades disponibles
999 \end_layout
1000
1001 \end_inset
1002
1003
1004 \end_layout
1005
1006 \begin_layout Plain Layout
1007 \align center
1008 \begin_inset Tabular
1009 <lyxtabular version="3" rows="13" columns="2">
1010 <features tabularvalignment="middle">
1011 <column alignment="center" valignment="top" width="0">
1012 <column alignment="center" valignment="top" width="0">
1013 <row>
1014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1015 \begin_inset Text
1016
1017 \begin_layout Plain Layout
1018 Unidad
1019 \end_layout
1020
1021 \end_inset
1022 </cell>
1023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1024 \begin_inset Text
1025
1026 \begin_layout Plain Layout
1027 Nombre / Descripción
1028 \end_layout
1029
1030 \end_inset
1031 </cell>
1032 </row>
1033 <row>
1034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1035 \begin_inset Text
1036
1037 \begin_layout Plain Layout
1038 mm
1039 \end_layout
1040
1041 \end_inset
1042 </cell>
1043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1044 \begin_inset Text
1045
1046 \begin_layout Plain Layout
1047 Milímetro
1048 \end_layout
1049
1050 \end_inset
1051 </cell>
1052 </row>
1053 <row>
1054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 cm
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1064 \begin_inset Text
1065
1066 \begin_layout Plain Layout
1067 Centímetro
1068 \end_layout
1069
1070 \end_inset
1071 </cell>
1072 </row>
1073 <row>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 in
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1084 \begin_inset Text
1085
1086 \begin_layout Plain Layout
1087 Pulgada (1
1088 \begin_inset space \thinspace{}
1089 \end_inset
1090
1091 in = 2,54
1092 \begin_inset space \thinspace{}
1093 \end_inset
1094
1095 cm)
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 </row>
1101 <row>
1102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1103 \begin_inset Text
1104
1105 \begin_layout Plain Layout
1106 pt
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 Punto (72.27
1116 \begin_inset space \thinspace{}
1117 \end_inset
1118
1119 pt = 1
1120 \begin_inset space \thinspace{}
1121 \end_inset
1122
1123 in)
1124 \end_layout
1125
1126 \end_inset
1127 </cell>
1128 </row>
1129 <row>
1130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Plain Layout
1134 pc
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 Pica (1
1144 \begin_inset space \thinspace{}
1145 \end_inset
1146
1147 pc = 12
1148 \begin_inset space \thinspace{}
1149 \end_inset
1150
1151 pt)
1152 \end_layout
1153
1154 \end_inset
1155 </cell>
1156 </row>
1157 <row>
1158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1159 \begin_inset Text
1160
1161 \begin_layout Plain Layout
1162 sp
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 Punto escalado (65536
1172 \begin_inset space \thinspace{}
1173 \end_inset
1174
1175 sp = 1
1176 \begin_inset space \thinspace{}
1177 \end_inset
1178
1179 pt)
1180 \end_layout
1181
1182 \end_inset
1183 </cell>
1184 </row>
1185 <row>
1186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1187 \begin_inset Text
1188
1189 \begin_layout Plain Layout
1190 bp
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 Punto grande (72
1200 \begin_inset space \thinspace{}
1201 \end_inset
1202
1203 bp = 1
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 in)
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 </row>
1213 <row>
1214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 dd
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 Didot (1
1228 \begin_inset space \thinspace{}
1229 \end_inset
1230
1231 dd 
1232 \begin_inset Formula $\approx$
1233 \end_inset
1234
1235  0.376
1236 \begin_inset space \thinspace{}
1237 \end_inset
1238
1239 mm)
1240 \end_layout
1241
1242 \end_inset
1243 </cell>
1244 </row>
1245 <row>
1246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1247 \begin_inset Text
1248
1249 \begin_layout Plain Layout
1250 cc
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1256 \begin_inset Text
1257
1258 \begin_layout Plain Layout
1259 Cicero (1
1260 \begin_inset space \thinspace{}
1261 \end_inset
1262
1263 cc = 12
1264 \begin_inset space \thinspace{}
1265 \end_inset
1266
1267 dd)
1268 \end_layout
1269
1270 \end_inset
1271 </cell>
1272 </row>
1273 <row>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 ex
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 Altura de la letra 
1288 \begin_inset Quotes fld
1289 \end_inset
1290
1291
1292 \emph on
1293 x
1294 \emph default
1295
1296 \begin_inset Quotes frd
1297 \end_inset
1298
1299  en la fuente actual
1300 \end_layout
1301
1302 \end_inset
1303 </cell>
1304 </row>
1305 <row>
1306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1307 \begin_inset Text
1308
1309 \begin_layout Plain Layout
1310 em
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1316 \begin_inset Text
1317
1318 \begin_layout Plain Layout
1319 Anchura de la letra 
1320 \begin_inset Quotes fld
1321 \end_inset
1322
1323
1324 \emph on
1325 M
1326 \emph default
1327
1328 \begin_inset Quotes frd
1329 \end_inset
1330
1331  en la fuente actual
1332 \end_layout
1333
1334 \end_inset
1335 </cell>
1336 </row>
1337 <row>
1338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1339 \begin_inset Text
1340
1341 \begin_layout Plain Layout
1342 mu
1343 \end_layout
1344
1345 \end_inset
1346 </cell>
1347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1348 \begin_inset Text
1349
1350 \begin_layout Plain Layout
1351 Unidad matemática (1
1352 \begin_inset space \thinspace{}
1353 \end_inset
1354
1355 mu = 
1356 \begin_inset Formula $\nicefrac{1}{18}$
1357 \end_inset
1358
1359
1360 \begin_inset space \thinspace{}
1361 \end_inset
1362
1363 em)
1364 \end_layout
1365
1366 \end_inset
1367 </cell>
1368 </row>
1369 </lyxtabular>
1370
1371 \end_inset
1372
1373
1374 \end_layout
1375
1376 \end_inset
1377
1378
1379 \end_layout
1380
1381 \begin_layout Standard
1382 \align center
1383 \begin_inset Newpage newpage
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \begin_layout Section
1390 Funciones básicas
1391 \end_layout
1392
1393 \begin_layout Subsection
1394 Exponentes
1395 \begin_inset Index idx
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399 Exponentes
1400 \end_layout
1401
1402 \end_inset
1403
1404  e índices
1405 \begin_inset Index idx
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 Indices@Índices
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Superíndices|see
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 {
1426 \end_layout
1427
1428 \end_inset
1429
1430 Exponentes
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 }
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \begin_inset Index idx
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 Subíndices|see
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 {
1458 \end_layout
1459
1460 \end_inset
1461
1462 Índices
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 }
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \end_inset
1477
1478
1479 \end_layout
1480
1481 \begin_layout Standard
1482 Los subíndices se componen con un guión bajo 
1483 \begin_inset Quotes fld
1484 \end_inset
1485
1486 _
1487 \begin_inset Quotes frd
1488 \end_inset
1489
1490  o con el botón de la barra de herramientas de ecuaciones 
1491 \begin_inset Graphics
1492         filename ../../images/math-subscript.png
1493         scale 85
1494
1495 \end_inset
1496
1497 , los superíndices con un circunflejo 
1498 \begin_inset Quotes fld
1499 \end_inset
1500
1501 ^
1502 \begin_inset Quotes frd
1503 \end_inset
1504
1505  o con el botón de la barra de herramientas de ecuaciones 
1506 \begin_inset Graphics
1507         filename ../../images/math-superscript.png
1508         scale 85
1509
1510 \end_inset
1511
1512 .
1513 \end_layout
1514
1515 \begin_layout Standard
1516 \noindent
1517 \align center
1518 \begin_inset Tabular
1519 <lyxtabular version="3" rows="4" columns="2">
1520 <features tabularvalignment="middle">
1521 <column alignment="center" valignment="top" width="0">
1522 <column alignment="center" valignment="top" width="0">
1523 <row>
1524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 Comando
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1534 \begin_inset Text
1535
1536 \begin_layout Plain Layout
1537 Resultado
1538 \begin_inset Note Note
1539 status collapsed
1540
1541 \begin_layout Plain Layout
1542
1543 \series bold
1544
1545 \backslash
1546 raisebox
1547 \series default
1548  sólo se usa como espaciador.
1549 \end_layout
1550
1551 \end_inset
1552
1553
1554 \end_layout
1555
1556 \end_inset
1557 </cell>
1558 </row>
1559 <row>
1560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1561 \begin_inset Text
1562
1563 \begin_layout Plain Layout
1564 B_V
1565 \end_layout
1566
1567 \end_inset
1568 </cell>
1569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1570 \begin_inset Text
1571
1572 \begin_layout Plain Layout
1573 \begin_inset Formula $B_{V}$
1574 \end_inset
1575
1576
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 </row>
1582 <row>
1583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587 B^V
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1593 \begin_inset Text
1594
1595 \begin_layout Plain Layout
1596 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1597 \end_inset
1598
1599
1600 \end_layout
1601
1602 \end_inset
1603 </cell>
1604 </row>
1605 <row>
1606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1607 \begin_inset Text
1608
1609 \begin_layout Plain Layout
1610 B^
1611 \begin_inset ERT
1612 status collapsed
1613
1614 \begin_layout Plain Layout
1615
1616
1617 \backslash
1618 spce 
1619 \end_layout
1620
1621 \end_inset
1622
1623 A
1624 \end_layout
1625
1626 \end_inset
1627 </cell>
1628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1629 \begin_inset Text
1630
1631 \begin_layout Plain Layout
1632 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1633 \end_inset
1634
1635
1636 \end_layout
1637
1638 \end_inset
1639 </cell>
1640 </row>
1641 </lyxtabular>
1642
1643 \end_inset
1644
1645
1646 \end_layout
1647
1648 \begin_layout Standard
1649 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1650  caso acentuará las vocales y no servirá para entrar en modo exponente.
1651 \begin_inset Foot
1652 status collapsed
1653
1654 \begin_layout Plain Layout
1655 Dependiendo de la configuración del teclado esto puede suceder también con
1656  otros caracteres además de las vocales.
1657 \end_layout
1658
1659 \end_inset
1660
1661  Para conseguir exponentes en estos casos debes pulsar 
1662 \family sans
1663 Espacio
1664 \family default
1665  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1666  
1667 \end_layout
1668
1669 \begin_layout Subsection
1670 Fracciones
1671 \begin_inset CommandInset label
1672 LatexCommand label
1673 name "sub:Fracciones"
1674
1675 \end_inset
1676
1677
1678 \begin_inset Index idx
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682 Fracciones
1683 \end_layout
1684
1685 \end_inset
1686
1687
1688 \end_layout
1689
1690 \begin_layout Standard
1691 Las fracciones se generan con el comando 
1692 \series bold
1693
1694 \backslash
1695 frac
1696 \series default
1697
1698 \begin_inset Index idx
1699 status collapsed
1700
1701 \begin_layout Plain Layout
1702 Comandos ! F ! 
1703 \backslash
1704 frac
1705 \end_layout
1706
1707 \end_inset
1708
1709  o con el botón 
1710 \begin_inset Graphics
1711         filename ../../images/math/frac.png
1712         scale 50
1713
1714 \end_inset
1715
1716  de la barra de herramientas.
1717  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1718  está en línea o en estilo presentación.
1719  Con el botón 
1720 \begin_inset Graphics
1721         filename ../../images/math/frac-square.png
1722         scale 85
1723
1724 \end_inset
1725
1726 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1727  de fracciones.
1728 \end_layout
1729
1730 \begin_layout Standard
1731 Con el comando 
1732 \series bold
1733
1734 \backslash
1735 dfrac
1736 \series default
1737
1738 \begin_inset Index idx
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742 Comandos ! D ! 
1743 \backslash
1744 dfrac
1745 \end_layout
1746
1747 \end_inset
1748
1749  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1750  presentación.
1751  Con 
1752 \series bold
1753
1754 \backslash
1755 tfrac
1756 \series default
1757
1758 \begin_inset Index idx
1759 status collapsed
1760
1761 \begin_layout Plain Layout
1762 Comandos ! T ! 
1763 \backslash
1764 tfrac
1765 \end_layout
1766
1767 \end_inset
1768
1769  la fracción tiene siempre el tamaño del estilo en línea.
1770  Un ejemplo:
1771 \end_layout
1772
1773 \begin_layout Standard
1774 Una línea con la fracción 
1775 \begin_inset Formula $\frac{1}{2}$
1776 \end_inset
1777
1778  creada con el comando 
1779 \series bold
1780
1781 \backslash
1782 frac
1783 \series default
1784 .
1785  
1786 \end_layout
1787
1788 \begin_layout Standard
1789 Una línea con la fracción 
1790 \begin_inset Formula $\dfrac{1}{2}$
1791 \end_inset
1792
1793  creada con el comando 
1794 \series bold
1795
1796 \backslash
1797 dfrac
1798 \series default
1799 .
1800 \end_layout
1801
1802 \begin_layout Standard
1803 \noindent
1804 \align center
1805 \begin_inset Tabular
1806 <lyxtabular version="3" rows="4" columns="2">
1807 <features tabularvalignment="middle">
1808 <column alignment="center" valignment="top" width="0">
1809 <column alignment="center" valignment="top" width="0">
1810 <row>
1811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815 Comando
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1821 \begin_inset Text
1822
1823 \begin_layout Plain Layout
1824 Resultado
1825 \begin_inset Note Note
1826 status collapsed
1827
1828 \begin_layout Plain Layout
1829
1830 \series bold
1831
1832 \backslash
1833 raisebox
1834 \series default
1835  se usa sólo como espaciador
1836 \end_layout
1837
1838 \end_inset
1839
1840
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 </row>
1846 <row>
1847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851
1852 \backslash
1853 frac
1854 \begin_inset ERT
1855 status collapsed
1856
1857 \begin_layout Plain Layout
1858
1859
1860 \backslash
1861 spce 
1862 \end_layout
1863
1864 \end_inset
1865
1866 A
1867 \begin_inset Formula $\downarrow$
1868 \end_inset
1869
1870 B
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1880 \end_inset
1881
1882
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 </row>
1888 <row>
1889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893
1894 \backslash
1895 dfrac
1896 \begin_inset ERT
1897 status collapsed
1898
1899 \begin_layout Plain Layout
1900
1901
1902 \backslash
1903 spce 
1904 \end_layout
1905
1906 \end_inset
1907
1908 A
1909 \begin_inset Formula $\downarrow$
1910 \end_inset
1911
1912 B
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Plain Layout
1921 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1922 \end_inset
1923
1924
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 </row>
1930 <row>
1931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1932 \begin_inset Text
1933
1934 \begin_layout Plain Layout
1935
1936 \backslash
1937 dfrac
1938 \begin_inset ERT
1939 status collapsed
1940
1941 \begin_layout Plain Layout
1942
1943
1944 \backslash
1945 spce 
1946 \end_layout
1947
1948 \end_inset
1949
1950 e^
1951 \begin_inset ERT
1952 status collapsed
1953
1954 \begin_layout Plain Layout
1955
1956
1957 \backslash
1958 spce 
1959 \end_layout
1960
1961 \end_inset
1962
1963
1964 \backslash
1965 frac
1966 \begin_inset ERT
1967 status collapsed
1968
1969 \begin_layout Plain Layout
1970
1971
1972 \backslash
1973 spce 
1974 \end_layout
1975
1976 \end_inset
1977
1978 1
1979 \begin_inset Formula $\downarrow$
1980 \end_inset
1981
1982 2
1983 \begin_inset Formula $\downarrow$
1984 \end_inset
1985
1986 3
1987 \end_layout
1988
1989 \end_inset
1990 </cell>
1991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1992 \begin_inset Text
1993
1994 \begin_layout Plain Layout
1995 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1996 \end_inset
1997
1998
1999 \end_layout
2000
2001 \end_inset
2002 </cell>
2003 </row>
2004 </lyxtabular>
2005
2006 \end_inset
2007
2008
2009 \begin_inset VSpace bigskip
2010 \end_inset
2011
2012
2013 \end_layout
2014
2015 \begin_layout Standard
2016 Para fracciones anidadas se puede usar el comando 
2017 \series bold
2018
2019 \backslash
2020 cfrac
2021 \series default
2022
2023 \begin_inset Index idx
2024 status collapsed
2025
2026 \begin_layout Plain Layout
2027 Comandos ! C ! 
2028 \backslash
2029 cfrac
2030 \end_layout
2031
2032 \end_inset
2033
2034 .
2035  Un ejemplo:
2036 \begin_inset VSpace -3mm
2037 \end_inset
2038
2039
2040 \end_layout
2041
2042 \begin_layout Standard
2043 \begin_inset Formula \begin{align*}
2044 \textrm{creada con \textbf{\textbackslash frac} } &  & \textrm{creada con }\mathbf{\textbackslash\textbf{cfrac}}\\
2045 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2046 \end{align*}
2047
2048 \end_inset
2049
2050
2051 \end_layout
2052
2053 \begin_layout Standard
2054 El comando para el ejemplo de arriba es:
2055 \end_layout
2056
2057 \begin_layout Standard
2058
2059 \series bold
2060
2061 \backslash
2062 cfrac
2063 \begin_inset ERT
2064 status collapsed
2065
2066 \begin_layout Plain Layout
2067
2068
2069 \backslash
2070 spce 
2071 \end_layout
2072
2073 \end_inset
2074
2075 A
2076 \begin_inset Formula $\downarrow$
2077 \end_inset
2078
2079 B+
2080 \backslash
2081 cfrac
2082 \begin_inset ERT
2083 status collapsed
2084
2085 \begin_layout Plain Layout
2086
2087
2088 \backslash
2089 spce 
2090 \end_layout
2091
2092 \end_inset
2093
2094 C+
2095 \backslash
2096 cfrac
2097 \begin_inset ERT
2098 status collapsed
2099
2100 \begin_layout Plain Layout
2101
2102
2103 \backslash
2104 spce 
2105 \end_layout
2106
2107 \end_inset
2108
2109 E
2110 \begin_inset Formula $\downarrow$
2111 \end_inset
2112
2113 F
2114 \begin_inset Formula $\downarrow$
2115 \end_inset
2116
2117 D
2118 \end_layout
2119
2120 \begin_layout Standard
2121 \begin_inset VSpace medskip
2122 \end_inset
2123
2124
2125 \end_layout
2126
2127 \begin_layout Standard
2128
2129 \series bold
2130
2131 \backslash
2132 cfrac
2133 \series default
2134  compone la fracción siempre en el tamaño del estilo presentación, también
2135  cuando es parte de otra fracción.
2136 \end_layout
2137
2138 \begin_layout Standard
2139 Es posible especificar la alineación del numerador.
2140  El comando 
2141 \series bold
2142
2143 \backslash
2144 cfracleft
2145 \series default
2146  se usa para alinearlo a la izquierda, el comando 
2147 \series bold
2148
2149 \backslash
2150 cfracright
2151 \series default
2152  para alinearlo a la derecha, 
2153 \series bold
2154
2155 \backslash
2156 cfrac
2157 \series default
2158  centra el numerador.
2159 \end_layout
2160
2161 \begin_layout Standard
2162 Estas fracciones muestran las distintas alineaciones:
2163 \end_layout
2164
2165 \begin_layout Standard
2166 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2167 \end_inset
2168
2169  ; 
2170 \begin_inset Formula $\cfrac{A}{B+C}$
2171 \end_inset
2172
2173  ; 
2174 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2175 \end_inset
2176
2177
2178 \end_layout
2179
2180 \begin_layout Standard
2181 \noindent
2182 \begin_inset Note Greyedout
2183 status open
2184
2185 \begin_layout Plain Layout
2186
2187 \series bold
2188 Nota
2189 \series default
2190
2191 \series bold
2192
2193 \backslash
2194 cfracleft
2195 \series default
2196  y
2197 \series bold
2198  
2199 \backslash
2200 cfracright
2201 \series default
2202  no son comandos LaTeX reales sino sustituciones del comando 
2203 \series bold
2204
2205 \backslash
2206 cfrac[posición del numerador]{numerador}{denominador}
2207 \series default
2208  .
2209  Por tanto no puedes usarlos código TeX.
2210 \end_layout
2211
2212 \end_inset
2213
2214
2215 \begin_inset VSpace medskip
2216 \end_inset
2217
2218
2219 \end_layout
2220
2221 \begin_layout Standard
2222 Muchas veces es adecuado combinar 
2223 \series bold
2224
2225 \backslash
2226 cfrac
2227 \series default
2228  y 
2229 \series bold
2230
2231 \backslash
2232 frac
2233 \series default
2234 :
2235 \begin_inset Formula \[
2236 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2237
2238 \end_inset
2239
2240
2241 \end_layout
2242
2243 \begin_layout Standard
2244 Para componer fracciones en línea con raya de fracción inclinada puedes
2245  usar el comando 
2246 \series bold
2247
2248 \backslash
2249 nicefrac
2250 \series default
2251
2252 \begin_inset Index idx
2253 status collapsed
2254
2255 \begin_layout Plain Layout
2256 Comandos ! N ! 
2257 \backslash
2258 nicefrac
2259 \end_layout
2260
2261 \end_inset
2262
2263
2264 \begin_inset Formula $\nicefrac{5}{31}$
2265 \end_inset
2266
2267  Hay además el comando 
2268 \series bold
2269
2270 \backslash
2271 unitfracthree
2272 \series default
2273  que permite escribir una fracción en combinación con un número: 
2274 \begin_inset Formula $\unitfrac[2]{1}{3}$
2275 \end_inset
2276
2277
2278 \end_layout
2279
2280 \begin_layout Standard
2281 \begin_inset Note Greyedout
2282 status open
2283
2284 \begin_layout Plain Layout
2285
2286 \series bold
2287 Nota
2288 \series default
2289
2290 \series bold
2291
2292 \backslash
2293 unitfracthree
2294 \series default
2295  no es un comando LaTeX auténtico, sino un equivalente al comando
2296 \begin_inset Newline newline
2297 \end_inset
2298
2299
2300 \series bold
2301
2302 \backslash
2303 unitfrac[número]{numerador}{denominador}
2304 \series default
2305  .
2306  Por tanto no puedes usarlo en código TeX.
2307 \end_layout
2308
2309 \end_inset
2310
2311
2312 \end_layout
2313
2314 \begin_layout Standard
2315 En la 
2316 \begin_inset CommandInset ref
2317 LatexCommand ref
2318 reference "sub:Fracciones-personalizadas"
2319
2320 \end_inset
2321
2322  se explica cómo componer fracciones personalizadas en las que la raya de
2323  fracción se puede cambiar.
2324  
2325 \end_layout
2326
2327 \begin_layout Subsection
2328 Raíces
2329 \begin_inset Index idx
2330 status collapsed
2331
2332 \begin_layout Plain Layout
2333 Raíces
2334 \end_layout
2335
2336 \end_inset
2337
2338
2339 \end_layout
2340
2341 \begin_layout Standard
2342 Las raíces cuadradas se componen con 
2343 \series bold
2344
2345 \backslash
2346 sqrt
2347 \series default
2348
2349 \begin_inset Index idx
2350 status collapsed
2351
2352 \begin_layout Plain Layout
2353 Comandos ! S ! 
2354 \backslash
2355 sqrt
2356 \end_layout
2357
2358 \end_inset
2359
2360  o con el botón 
2361 \begin_inset Graphics
2362         filename ../../images/math/sqrt.png
2363         scale 85
2364
2365 \end_inset
2366
2367  de la barra de  ecuaciones; todas las demás raíces con el comando 
2368 \series bold
2369
2370 \backslash
2371 root
2372 \series default
2373
2374 \begin_inset Index idx
2375 status collapsed
2376
2377 \begin_layout Plain Layout
2378 Comandos ! R ! 
2379 \backslash
2380 root
2381 \end_layout
2382
2383 \end_inset
2384
2385  o con el botón 
2386 \begin_inset Graphics
2387         filename ../../images/math/root.png
2388         scale 85
2389
2390 \end_inset
2391
2392 .
2393 \end_layout
2394
2395 \begin_layout Standard
2396 \noindent
2397 \align center
2398 \begin_inset Tabular
2399 <lyxtabular version="3" rows="3" columns="2">
2400 <features tabularvalignment="middle">
2401 <column alignment="center" valignment="top" width="0">
2402 <column alignment="center" valignment="top" width="0">
2403 <row>
2404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Plain Layout
2408 Comando
2409 \end_layout
2410
2411 \end_inset
2412 </cell>
2413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2414 \begin_inset Text
2415
2416 \begin_layout Plain Layout
2417 Resultado
2418 \begin_inset Note Note
2419 status collapsed
2420
2421 \begin_layout Plain Layout
2422
2423 \series bold
2424
2425 \backslash
2426 raisebox
2427 \series default
2428  se usa sólo como espaciador
2429 \end_layout
2430
2431 \end_inset
2432
2433
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 </row>
2439 <row>
2440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2441 \begin_inset Text
2442
2443 \begin_layout Plain Layout
2444
2445 \backslash
2446 sqrt
2447 \begin_inset ERT
2448 status collapsed
2449
2450 \begin_layout Plain Layout
2451
2452
2453 \backslash
2454 spce 
2455 \end_layout
2456
2457 \end_inset
2458
2459 A-B
2460 \end_layout
2461
2462 \end_inset
2463 </cell>
2464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2465 \begin_inset Text
2466
2467 \begin_layout Plain Layout
2468 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2469 \end_inset
2470
2471
2472 \end_layout
2473
2474 \end_inset
2475 </cell>
2476 </row>
2477 <row>
2478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2479 \begin_inset Text
2480
2481 \begin_layout Plain Layout
2482
2483 \backslash
2484 root
2485 \begin_inset ERT
2486 status collapsed
2487
2488 \begin_layout Plain Layout
2489
2490
2491 \backslash
2492 spce 
2493 \end_layout
2494
2495 \end_inset
2496
2497 3
2498 \begin_inset Formula $\downarrow$
2499 \end_inset
2500
2501 A-B
2502 \end_layout
2503
2504 \end_inset
2505 </cell>
2506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2507 \begin_inset Text
2508
2509 \begin_layout Plain Layout
2510 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2511 \end_inset
2512
2513
2514 \end_layout
2515
2516 \end_inset
2517 </cell>
2518 </row>
2519 </lyxtabular>
2520
2521 \end_inset
2522
2523
2524 \end_layout
2525
2526 \begin_layout Standard
2527 Una raíz cuadrada se compone también con 
2528 \series bold
2529
2530 \backslash
2531 root
2532 \series default
2533  dejando vacío el campo del índice.
2534 \end_layout
2535
2536 \begin_layout Standard
2537 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2538  la raíz: 
2539 \begin_inset Formula $\sqrt[\beta]{B}$
2540 \end_inset
2541
2542
2543 \begin_inset Newline newline
2544 \end_inset
2545
2546 La 
2547 \begin_inset Formula $\beta$
2548 \end_inset
2549
2550  toca la raíz.
2551  Para evitar esto se usan los comandos 
2552 \series bold
2553
2554 \backslash
2555 leftroot
2556 \series default
2557
2558 \begin_inset Index idx
2559 status collapsed
2560
2561 \begin_layout Plain Layout
2562 Comandos ! L ! 
2563 \backslash
2564 leftroot
2565 \end_layout
2566
2567 \end_inset
2568
2569  y 
2570 \series bold
2571
2572 \backslash
2573 uproot
2574 \series default
2575
2576 \begin_inset Index idx
2577 status collapsed
2578
2579 \begin_layout Plain Layout
2580 Comandos ! U ! 
2581 \backslash
2582 uproot
2583 \end_layout
2584
2585 \end_inset
2586
2587  con el esquema siguiente:
2588 \end_layout
2589
2590 \begin_layout Standard
2591
2592 \series bold
2593
2594 \backslash
2595 leftroot{distancia}
2596 \series default
2597  y 
2598 \series bold
2599
2600 \backslash
2601 uproot{distancia}
2602 \end_layout
2603
2604 \begin_layout Standard
2605 Distancia es el número de Puntos Grandes (
2606 \begin_inset Quotes fld
2607 \end_inset
2608
2609 Big Points
2610 \begin_inset Quotes frd
2611 \end_inset
2612
2613 , unidad bp; 
2614 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2615 \end_inset
2616
2617 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2618  Los comandos se escriben en el índice.
2619  Así, el comando:
2620 \begin_inset Newline newline
2621 \end_inset
2622
2623
2624 \series bold
2625
2626 \backslash
2627 root
2628 \backslash
2629 leftroot{-1
2630 \begin_inset Formula $\to$
2631 \end_inset
2632
2633
2634 \backslash
2635 uproot{2
2636 \begin_inset Formula $\to$
2637 \end_inset
2638
2639
2640 \backslash
2641 beta
2642 \begin_inset ERT
2643 status collapsed
2644
2645 \begin_layout Plain Layout
2646
2647
2648 \backslash
2649 spce 
2650 \end_layout
2651
2652 \end_inset
2653
2654
2655 \begin_inset Formula $\to$
2656 \end_inset
2657
2658 B
2659 \begin_inset Newline newline
2660 \end_inset
2661
2662
2663 \series default
2664 genera una fórmula correctamente tipografiada: 
2665 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2666 \end_inset
2667
2668
2669 \end_layout
2670
2671 \begin_layout Subsection
2672 Coeficientes de un binomio
2673 \begin_inset Index idx
2674 status collapsed
2675
2676 \begin_layout Plain Layout
2677 Binomios
2678 \end_layout
2679
2680 \end_inset
2681
2682
2683 \end_layout
2684
2685 \begin_layout Standard
2686 Los coeficientes de un binomio se insertan con el comando 
2687 \series bold
2688
2689 \backslash
2690 binom
2691 \series default
2692
2693 \begin_inset Index idx
2694 status collapsed
2695
2696 \begin_layout Plain Layout
2697 Comandos ! B ! 
2698 \backslash
2699 binom
2700 \end_layout
2701
2702 \end_inset
2703
2704  o con el submenú del botón 
2705 \begin_inset Graphics
2706         filename ../../images/math/frac-square.png
2707         scale 85
2708
2709 \end_inset
2710
2711 de la barra de herramientas de ecuaciones.
2712  Como en las fracciones, además de 
2713 \series bold
2714
2715 \backslash
2716 binom
2717 \series default
2718  hay los comandos 
2719 \series bold
2720
2721 \backslash
2722 dbinom
2723 \series default
2724
2725 \begin_inset Index idx
2726 status collapsed
2727
2728 \begin_layout Plain Layout
2729 Comandos ! D ! 
2730 \backslash
2731 dbinom
2732 \end_layout
2733
2734 \end_inset
2735
2736  y 
2737 \series bold
2738
2739 \backslash
2740 tbinom
2741 \series default
2742
2743 \begin_inset Index idx
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747 Comandos ! T ! 
2748 \backslash
2749 tbinom
2750 \end_layout
2751
2752 \end_inset
2753
2754 .
2755  Para otros delimitadores de coeficientes de un binomio hay los comandos
2756  
2757 \series bold
2758
2759 \backslash
2760 brace
2761 \series default
2762
2763 \begin_inset Index idx
2764 status collapsed
2765
2766 \begin_layout Plain Layout
2767 Comandos ! B ! 
2768 \backslash
2769 brace
2770 \end_layout
2771
2772 \end_inset
2773
2774  y 
2775 \series bold
2776
2777 \backslash
2778 brack
2779 \series default
2780
2781 \begin_inset Index idx
2782 status collapsed
2783
2784 \begin_layout Plain Layout
2785 Comandos ! B ! 
2786 \backslash
2787 brack
2788 \end_layout
2789
2790 \end_inset
2791
2792 .
2793 \end_layout
2794
2795 \begin_layout Standard
2796 \noindent
2797 \align center
2798 \begin_inset Tabular
2799 <lyxtabular version="3" rows="6" columns="2">
2800 <features tabularvalignment="middle">
2801 <column alignment="center" valignment="top" width="0">
2802 <column alignment="center" valignment="top" width="0">
2803 <row>
2804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2805 \begin_inset Text
2806
2807 \begin_layout Plain Layout
2808 Comando
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2814 \begin_inset Text
2815
2816 \begin_layout Plain Layout
2817 Resultado
2818 \begin_inset Note Note
2819 status collapsed
2820
2821 \begin_layout Plain Layout
2822
2823 \series bold
2824
2825 \backslash
2826 raisebox
2827 \series default
2828  se usa sólo como espaciador
2829 \end_layout
2830
2831 \end_inset
2832
2833
2834 \end_layout
2835
2836 \end_inset
2837 </cell>
2838 </row>
2839 <row>
2840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Plain Layout
2844
2845 \backslash
2846 binom
2847 \begin_inset ERT
2848 status collapsed
2849
2850 \begin_layout Plain Layout
2851
2852
2853 \backslash
2854 spce 
2855 \end_layout
2856
2857 \end_inset
2858
2859 A
2860 \begin_inset Formula $\downarrow$
2861 \end_inset
2862
2863 B
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 </row>
2881 <row>
2882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Plain Layout
2886
2887 \backslash
2888 dbinom
2889 \begin_inset ERT
2890 status collapsed
2891
2892 \begin_layout Plain Layout
2893
2894
2895 \backslash
2896 spce 
2897 \end_layout
2898
2899 \end_inset
2900
2901 A
2902 \begin_inset Formula $\downarrow$
2903 \end_inset
2904
2905 B
2906 \end_layout
2907
2908 \end_inset
2909 </cell>
2910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2915 \end_inset
2916
2917
2918 \end_layout
2919
2920 \end_inset
2921 </cell>
2922 </row>
2923 <row>
2924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2925 \begin_inset Text
2926
2927 \begin_layout Plain Layout
2928
2929 \backslash
2930 tbinom
2931 \begin_inset ERT
2932 status collapsed
2933
2934 \begin_layout Plain Layout
2935
2936
2937 \backslash
2938 spce 
2939 \end_layout
2940
2941 \end_inset
2942
2943 A
2944 \begin_inset Formula $\downarrow$
2945 \end_inset
2946
2947 B
2948 \end_layout
2949
2950 \end_inset
2951 </cell>
2952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 </row>
2965 <row>
2966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \backslash
2972 brack
2973 \begin_inset ERT
2974 status collapsed
2975
2976 \begin_layout Plain Layout
2977
2978
2979 \backslash
2980 spce 
2981 \end_layout
2982
2983 \end_inset
2984
2985 A
2986 \begin_inset Formula $\downarrow$
2987 \end_inset
2988
2989 B
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2999 \end_inset
3000
3001
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 </row>
3007 <row>
3008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012
3013 \backslash
3014 brace
3015 \begin_inset ERT
3016 status collapsed
3017
3018 \begin_layout Plain Layout
3019
3020
3021 \backslash
3022 spce 
3023 \end_layout
3024
3025 \end_inset
3026
3027 A
3028 \begin_inset Formula $\downarrow$
3029 \end_inset
3030
3031 B
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 </lyxtabular>
3050
3051 \end_inset
3052
3053
3054 \begin_inset Newpage newpage
3055 \end_inset
3056
3057
3058 \end_layout
3059
3060 \begin_layout Subsection
3061 Diferenciaciones de casos
3062 \begin_inset Index idx
3063 status collapsed
3064
3065 \begin_layout Plain Layout
3066 Casos
3067 \end_layout
3068
3069 \end_inset
3070
3071
3072 \end_layout
3073
3074 \begin_layout Standard
3075 \noindent
3076 \align center
3077 \begin_inset Tabular
3078 <lyxtabular version="3" rows="3" columns="2">
3079 <features tabularvalignment="middle">
3080 <column alignment="center" valignment="top" width="0">
3081 <column alignment="center" valignment="top" width="0">
3082 <row>
3083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087 Comando
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096 Resultado
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 </row>
3102 <row>
3103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107
3108 \backslash
3109 cases
3110 \begin_inset ERT
3111 status collapsed
3112
3113 \begin_layout Plain Layout
3114
3115
3116 \backslash
3117 spce 
3118 \end_layout
3119
3120 \end_inset
3121
3122 A
3123 \begin_inset Formula $\to$
3124 \end_inset
3125
3126 B>0
3127 \begin_inset Index idx
3128 status collapsed
3129
3130 \begin_layout Plain Layout
3131 Comandos ! C ! 
3132 \backslash
3133 cases
3134 \end_layout
3135
3136 \end_inset
3137
3138
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147 \begin_inset Formula $\begin{cases}
3148 A & B>0\end{cases}$
3149 \end_inset
3150
3151
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 </row>
3157 <row>
3158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162
3163 \backslash
3164 cases
3165 \begin_inset ERT
3166 status collapsed
3167
3168 \begin_layout Plain Layout
3169
3170
3171 \backslash
3172 spce 
3173 \end_layout
3174
3175 \end_inset
3176
3177
3178 \family sans
3179 Ctrl+Retorno
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188 \begin_inset Formula $\begin{cases}
3189 A & \textrm{para }x>0\\
3190 B & \textrm{para }x=0
3191 \end{cases}$
3192 \end_inset
3193
3194
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 </row>
3200 </lyxtabular>
3201
3202 \end_inset
3203
3204
3205 \end_layout
3206
3207 \begin_layout Standard
3208 Después de insertar 
3209 \series bold
3210
3211 \backslash
3212 cases
3213 \series default
3214  o usar el botón 
3215 \begin_inset Graphics
3216         filename ../../images/math/cases.png
3217         scale 85
3218
3219 \end_inset
3220
3221  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3222 \family sans
3223 Ctrl+Retorno
3224 \family default
3225  o con el botón
3226 \family sans
3227  
3228 \family default
3229
3230 \begin_inset Graphics
3231         filename ../../images/tabular-feature_append-row.png
3232         scale 85
3233
3234 \end_inset
3235
3236  de la barra de tablas.
3237 \end_layout
3238
3239 \begin_layout Standard
3240 El comando 
3241 \series bold
3242
3243 \backslash
3244 cases
3245 \series default
3246  también está disponible en el menú 
3247 \family sans
3248 Insertar\SpecialChar \menuseparator
3249 Ecuación\SpecialChar \menuseparator
3250 Entorno casos
3251 \family default
3252 .
3253 \end_layout
3254
3255 \begin_layout Subsection
3256 Negaciones
3257 \begin_inset Index idx
3258 status collapsed
3259
3260 \begin_layout Plain Layout
3261 Negaciones
3262 \end_layout
3263
3264 \end_inset
3265
3266
3267 \end_layout
3268
3269 \begin_layout Standard
3270 Con el comando 
3271 \series bold
3272
3273 \backslash
3274 not
3275 \series default
3276
3277 \begin_inset Index idx
3278 status collapsed
3279
3280 \begin_layout Plain Layout
3281 Comandos ! N ! 
3282 \backslash
3283 not
3284 \end_layout
3285
3286 \end_inset
3287
3288  todo carácter se puede mostrar cancelado.
3289  Los caracteres son casi tachados con una barra inclinada.
3290 \end_layout
3291
3292 \begin_layout Standard
3293 \noindent
3294 \align center
3295 \begin_inset Tabular
3296 <lyxtabular version="3" rows="4" columns="2">
3297 <features tabularvalignment="middle">
3298 <column alignment="center" valignment="top" width="0">
3299 <column alignment="center" valignment="top" width="0">
3300 <row>
3301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305 Comando
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314 Resultado
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 </row>
3320 <row>
3321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \backslash
3327 not=
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 \begin_inset Formula $\not=$
3337 \end_inset
3338
3339
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 </row>
3345 <row>
3346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \backslash
3352 not 
3353 \backslash
3354 le
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363 \begin_inset Formula $\not\le$
3364 \end_inset
3365
3366
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 </row>
3372 <row>
3373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377
3378 \backslash
3379 not 
3380 \backslash
3381 parallel
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 \begin_inset Formula $\not\parallel$
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 </row>
3399 </lyxtabular>
3400
3401 \end_inset
3402
3403
3404 \end_layout
3405
3406 \begin_layout Standard
3407 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3408  Por tanto para algunas negaciones hay comandos especiales (véase 
3409 \begin_inset CommandInset ref
3410 LatexCommand ref
3411 reference "sub:Símbolos-matemáticos"
3412
3413 \end_inset
3414
3415  y 
3416 \begin_inset CommandInset ref
3417 LatexCommand ref
3418 reference "sec:Relaciones"
3419
3420 \end_inset
3421
3422 ).
3423 \end_layout
3424
3425 \begin_layout Subsection
3426 Espacios reservados 
3427 \begin_inset CommandInset label
3428 LatexCommand label
3429 name "sub:Espacios-reservados"
3430
3431 \end_inset
3432
3433
3434 \begin_inset Index idx
3435 status collapsed
3436
3437 \begin_layout Plain Layout
3438 Espacios reservados
3439 \end_layout
3440
3441 \end_inset
3442
3443
3444 \begin_inset Index idx
3445 status collapsed
3446
3447 \begin_layout Plain Layout
3448 Química ! isótopos
3449 \end_layout
3450
3451 \end_inset
3452
3453
3454 \begin_inset Index idx
3455 status collapsed
3456
3457 \begin_layout Plain Layout
3458 Isótopos|see
3459 \begin_inset ERT
3460 status collapsed
3461
3462 \begin_layout Plain Layout
3463
3464 {
3465 \end_layout
3466
3467 \end_inset
3468
3469 Química
3470 \begin_inset ERT
3471 status collapsed
3472
3473 \begin_layout Plain Layout
3474
3475 }
3476 \end_layout
3477
3478 \end_inset
3479
3480
3481 \end_layout
3482
3483 \end_inset
3484
3485
3486 \end_layout
3487
3488 \begin_layout Standard
3489 En la presentación de, p.
3490 \begin_inset space \thinspace{}
3491 \end_inset
3492
3493 e., isótopos,
3494 \begin_inset Foot
3495 status collapsed
3496
3497 \begin_layout Plain Layout
3498 Más sobre símbolos químicos en 
3499 \begin_inset CommandInset ref
3500 LatexCommand ref
3501 reference "sub:Símbolos-y-ecuaciones-químicas"
3502
3503 \end_inset
3504
3505
3506 \end_layout
3507
3508 \end_inset
3509
3510  surge el problema siguiente:
3511 \end_layout
3512
3513 \begin_layout Standard
3514 \noindent
3515 \align center
3516 \begin_inset Tabular
3517 <lyxtabular version="3" rows="2" columns="2">
3518 <features tabularvalignment="middle">
3519 <column alignment="center" valignment="top" width="0">
3520 <column alignment="center" valignment="top" width="0">
3521 <row>
3522 <cell alignment="center" valignment="top" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 Índices generados con sub- y superíndices:
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3536 \end_inset
3537
3538
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 </row>
3544 <row>
3545 <cell alignment="center" valignment="top" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 Índices correctos:
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3559 \end_inset
3560
3561
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 </row>
3567 </lyxtabular>
3568
3569 \end_inset
3570
3571
3572 \begin_inset Note Note
3573 status collapsed
3574
3575 \begin_layout Plain Layout
3576
3577 \series bold
3578
3579 \backslash
3580 raisebox
3581 \series default
3582  se usa sólo como espaciador
3583 \end_layout
3584
3585 \end_inset
3586
3587
3588 \end_layout
3589
3590 \begin_layout Standard
3591 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3592  del índice más largo.
3593  Para evitarlo está el comando 
3594 \series bold
3595
3596 \backslash
3597 phantom
3598 \series default
3599
3600 \begin_inset Index idx
3601 status collapsed
3602
3603 \begin_layout Plain Layout
3604 Comandos ! P ! 
3605 \backslash
3606 phantom
3607 \end_layout
3608
3609 \end_inset
3610
3611  o el botón 
3612 \begin_inset space ~
3613 \end_inset
3614
3615
3616 \begin_inset Graphics
3617         filename ../../images/math/phantom.png
3618         scale 85
3619
3620 \end_inset
3621
3622  del submenú de espaciado de ecuaciones
3623 \begin_inset Foot
3624 status collapsed
3625
3626 \begin_layout Plain Layout
3627 Botón 
3628 \begin_inset Graphics
3629         filename ../../images/math/space.png
3630         scale 85
3631
3632 \end_inset
3633
3634  de la barra de ecuaciones
3635 \end_layout
3636
3637 \end_inset
3638
3639 , que genera uno o más espacios reservados.
3640  Al insertar 
3641 \series bold
3642
3643 \backslash
3644 phantom
3645 \series default
3646  aparece un pequeño marco azul con dos flechas rojas superpuestas
3647 \begin_inset Formula $\phantom{}$
3648 \end_inset
3649
3650 .
3651  Las flechas indican que se reservará un espacio equivalente a la anchura
3652  y altura totales del contenido del marco.
3653  Los espacios reservados son correspondientes al tamaño de los caracteres.
3654 \end_layout
3655
3656 \begin_layout Standard
3657 \noindent
3658 \align center
3659 \begin_inset Tabular
3660 <lyxtabular version="3" rows="4" columns="2">
3661 <features tabularvalignment="middle">
3662 <column alignment="center" valignment="top" width="0">
3663 <column alignment="center" valignment="top" width="0">
3664 <row>
3665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 Comando
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Resultado
3679 \begin_inset Note Note
3680 status collapsed
3681
3682 \begin_layout Plain Layout
3683
3684 \series bold
3685
3686 \backslash
3687 raisebox
3688 \series default
3689  se usa sólo como espaciador
3690 \end_layout
3691
3692 \end_inset
3693
3694
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 </row>
3700 <row>
3701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 ^19
3706 \begin_inset ERT
3707 status collapsed
3708
3709 \begin_layout Plain Layout
3710
3711
3712 \backslash
3713 spce 
3714 \end_layout
3715
3716 \end_inset
3717
3718 _
3719 \backslash
3720 phantom
3721 \begin_inset ERT
3722 status collapsed
3723
3724 \begin_layout Plain Layout
3725
3726
3727 \backslash
3728 spce 
3729 \end_layout
3730
3731 \end_inset
3732
3733 1
3734 \begin_inset Formula $\rightarrow$
3735 \end_inset
3736
3737 9
3738 \begin_inset ERT
3739 status collapsed
3740
3741 \begin_layout Plain Layout
3742
3743
3744 \backslash
3745 spce 
3746 \end_layout
3747
3748 \end_inset
3749
3750 F
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3760 \end_inset
3761
3762
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row>
3769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 ^235
3774 \begin_inset ERT
3775 status collapsed
3776
3777 \begin_layout Plain Layout
3778
3779
3780 \backslash
3781 spce 
3782 \end_layout
3783
3784 \end_inset
3785
3786 _
3787 \backslash
3788 phantom
3789 \begin_inset ERT
3790 status collapsed
3791
3792 \begin_layout Plain Layout
3793
3794
3795 \backslash
3796 spce 
3797 \end_layout
3798
3799 \end_inset
3800
3801 23
3802 \begin_inset Formula $\rightarrow$
3803 \end_inset
3804
3805 9
3806 \begin_inset ERT
3807 status collapsed
3808
3809 \begin_layout Plain Layout
3810
3811
3812 \backslash
3813 spce 
3814 \end_layout
3815
3816 \end_inset
3817
3818 F
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3828 \end_inset
3829
3830
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 </row>
3836 <row>
3837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841
3842 \backslash
3843 Lambda^
3844 \begin_inset ERT
3845 status collapsed
3846
3847 \begin_layout Plain Layout
3848
3849
3850 \backslash
3851 spce 
3852 \end_layout
3853
3854 \end_inset
3855
3856
3857 \backslash
3858 phantom
3859 \begin_inset ERT
3860 status collapsed
3861
3862 \begin_layout Plain Layout
3863
3864
3865 \backslash
3866 spce 
3867 \end_layout
3868
3869 \end_inset
3870
3871 ii
3872 \begin_inset Formula $\rightarrow$
3873 \end_inset
3874
3875 t
3876 \begin_inset ERT
3877 status collapsed
3878
3879 \begin_layout Plain Layout
3880
3881
3882 \backslash
3883 spce 
3884 \end_layout
3885
3886 \end_inset
3887
3888 _MMt
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3898 \end_inset
3899
3900
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 </row>
3906 </lyxtabular>
3907
3908 \end_inset
3909
3910
3911 \end_layout
3912
3913 \begin_layout Standard
3914 Además hay los comandos 
3915 \series bold
3916
3917 \backslash
3918 vphantom
3919 \series default
3920
3921 \begin_inset Index idx
3922 status collapsed
3923
3924 \begin_layout Plain Layout
3925 Comandos ! V ! 
3926 \backslash
3927 vphantom
3928 \end_layout
3929
3930 \end_inset
3931
3932  (botón 
3933 \begin_inset space ~
3934 \end_inset
3935
3936
3937 \begin_inset Graphics
3938         filename ../../images/math/vphantom.png
3939         scale 85
3940
3941 \end_inset
3942
3943 ) y 
3944 \series bold
3945
3946 \backslash
3947 hphantom
3948 \series default
3949
3950 \begin_inset Index idx
3951 status collapsed
3952
3953 \begin_layout Plain Layout
3954 Comandos ! H ! 
3955 \backslash
3956 hphantom
3957 \end_layout
3958
3959 \end_inset
3960
3961  (botón 
3962 \begin_inset space ~
3963 \end_inset
3964
3965
3966 \begin_inset Graphics
3967         filename ../../images/math/hphantom.png
3968         scale 85
3969
3970 \end_inset
3971
3972 ).
3973  
3974 \series bold
3975
3976 \backslash
3977 hphantom
3978 \series default
3979  genera espacio en el marco sólo para la altura máxima de los caracteres,
3980  no para su anchura.
3981  
3982 \series bold
3983
3984 \backslash
3985 vphantom
3986 \series default
3987  genera espacio sólo para la anchura del contenido del marco.
3988  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3989 \end_layout
3990
3991 \begin_layout Standard
3992 Por ejemplo, 
3993 \series bold
3994
3995 \backslash
3996 vphantom
3997 \series default
3998
3999 \begin_inset ERT
4000 status collapsed
4001
4002 \begin_layout Plain Layout
4003
4004
4005 \backslash
4006 spce 
4007 \end_layout
4008
4009 \end_inset
4010
4011
4012 \series bold
4013 a
4014 \backslash
4015 int
4016 \series default
4017  genera espacio de la altura del signo de la integral,
4018 \begin_inset Foot
4019 status collapsed
4020
4021 \begin_layout Plain Layout
4022 El comando 
4023 \series bold
4024
4025 \backslash
4026 int
4027 \series default
4028  genera un signo de integral, véase 
4029 \begin_inset CommandInset ref
4030 LatexCommand ref
4031 reference "sub:Operadores-grandes"
4032
4033 \end_inset
4034
4035
4036 \end_layout
4037
4038 \end_inset
4039
4040  porque este es el carácter más largo.
4041  En la 
4042 \begin_inset CommandInset ref
4043 LatexCommand ref
4044 reference "sub:Delimitadores-multilínea"
4045
4046 \end_inset
4047
4048  hay un ejemplo de aplicación.
4049 \end_layout
4050
4051 \begin_layout Standard
4052
4053 \lang english
4054 Placeholders can also be used for text when it is inserted via the menu
4055  
4056 \family sans
4057 Insert\SpecialChar \menuseparator
4058 Formatting\SpecialChar \menuseparator
4059 Phantom
4060 \family default
4061 :
4062 \end_layout
4063
4064 \begin_layout Standard
4065
4066 \lang english
4067 This is a sentence.
4068 \begin_inset Newline newline
4069 \end_inset
4070
4071
4072 \begin_inset Phantom Phantom
4073 status open
4074
4075 \begin_layout Plain Layout
4076
4077 \lang english
4078 This
4079 \end_layout
4080
4081 \end_inset
4082
4083  is a sentence.
4084 \end_layout
4085
4086 \begin_layout Subsection
4087 Líneas
4088 \begin_inset Index idx
4089 status collapsed
4090
4091 \begin_layout Plain Layout
4092 Lineas@Líneas
4093 \end_layout
4094
4095 \end_inset
4096
4097
4098 \begin_inset Index idx
4099 status collapsed
4100
4101 \begin_layout Plain Layout
4102 Ecuación ! sub- o superrayada
4103 \end_layout
4104
4105 \end_inset
4106
4107
4108 \end_layout
4109
4110 \begin_layout Standard
4111 \noindent
4112 \align center
4113 \begin_inset Tabular
4114 <lyxtabular version="3" rows="4" columns="2">
4115 <features tabularvalignment="middle">
4116 <column alignment="center" valignment="top" width="0">
4117 <column alignment="center" valignment="top" width="0">
4118 <row>
4119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 Comando
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 Resultado
4133 \begin_inset Note Note
4134 status collapsed
4135
4136 \begin_layout Plain Layout
4137
4138 \series bold
4139
4140 \backslash
4141 raisebox
4142 \series default
4143  se usa sólo como espaciador
4144 \end_layout
4145
4146 \end_inset
4147
4148
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \backslash
4161 overline
4162 \begin_inset ERT
4163 status collapsed
4164
4165 \begin_layout Plain Layout
4166
4167
4168 \backslash
4169 spce 
4170 \end_layout
4171
4172 \end_inset
4173
4174 A+B
4175 \begin_inset Index idx
4176 status collapsed
4177
4178 \begin_layout Plain Layout
4179 Comandos ! O ! 
4180 \backslash
4181 overline
4182 \end_layout
4183
4184 \end_inset
4185
4186
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4196 \end_inset
4197
4198
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 </row>
4204 <row>
4205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209
4210 \backslash
4211 underline
4212 \begin_inset ERT
4213 status collapsed
4214
4215 \begin_layout Plain Layout
4216
4217
4218 \backslash
4219 spce 
4220 \end_layout
4221
4222 \end_inset
4223
4224 A+B
4225 \begin_inset Index idx
4226 status collapsed
4227
4228 \begin_layout Plain Layout
4229 Comandos ! U ! 
4230 \backslash
4231 underline
4232 \end_layout
4233
4234 \end_inset
4235
4236
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4246 \end_inset
4247
4248
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \backslash
4261 overline
4262 \begin_inset ERT
4263 status collapsed
4264
4265 \begin_layout Plain Layout
4266
4267
4268 \backslash
4269 spce 
4270 \end_layout
4271
4272 \end_inset
4273
4274
4275 \backslash
4276 underline
4277 \begin_inset ERT
4278 status collapsed
4279
4280 \begin_layout Plain Layout
4281
4282
4283 \backslash
4284 spce 
4285 \end_layout
4286
4287 \end_inset
4288
4289 A+B
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4299 \end_inset
4300
4301
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 </lyxtabular>
4308
4309 \end_inset
4310
4311
4312 \end_layout
4313
4314 \begin_layout Standard
4315 En el último ejemplo es indiferente poner primero 
4316 \series bold
4317
4318 \backslash
4319 overline
4320 \series default
4321  o 
4322 \series bold
4323
4324 \backslash
4325 underline
4326 \series default
4327 .
4328 \end_layout
4329
4330 \begin_layout Standard
4331 Para poner doble subrayado, p.
4332 \begin_inset space \thinspace{}
4333 \end_inset
4334
4335 e.
4336  en resultados, se usa 
4337 \series bold
4338
4339 \backslash
4340 underline
4341 \series default
4342  dos veces.
4343 \end_layout
4344
4345 \begin_layout Standard
4346 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4347 \begin_inset VSpace bigskip
4348 \end_inset
4349
4350 Se pueden crear líneas personalizadas con el comando 
4351 \series bold
4352
4353 \backslash
4354 rule
4355 \series default
4356
4357 \begin_inset Index idx
4358 status collapsed
4359
4360 \begin_layout Plain Layout
4361 Comandos ! R ! 
4362 \backslash
4363 rule
4364 \end_layout
4365
4366 \end_inset
4367
4368  con el esquema siguiente:
4369 \end_layout
4370
4371 \begin_layout Standard
4372
4373 \series bold
4374
4375 \backslash
4376 rule[hueco vertical]{longitud}{grosor}
4377 \end_layout
4378
4379 \begin_layout Standard
4380 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4381  si el valor es negativo).
4382  Las unidades disponibles para los valores están listadas en
4383 \begin_inset space ~
4384 \end_inset
4385
4386
4387 \begin_inset CommandInset ref
4388 LatexCommand ref
4389 reference "tab:Unidades-disponibles"
4390
4391 \end_inset
4392
4393 .
4394  A continuación hay dos ejemplos de líneas creadas con los comandos
4395 \series bold
4396
4397 \begin_inset Newline newline
4398 \end_inset
4399
4400
4401 \backslash
4402 rule[-2ex]{3cm}{2pt}
4403 \series default
4404  y 
4405 \series bold
4406
4407 \backslash
4408 rule{2cm}{1pt}
4409 \series default
4410 :
4411 \end_layout
4412
4413 \begin_layout Standard
4414 Esto es una frase 
4415 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4416 \end_inset
4417
4418  con dos líneas.
4419 \end_layout
4420
4421 \begin_layout Standard
4422
4423 \series bold
4424
4425 \backslash
4426 rule
4427 \series default
4428  también se puede usar para texto si 
4429 \lang english
4430 a line is inserted via the menu 
4431 \family sans
4432 Insert\SpecialChar \menuseparator
4433 Formatting\SpecialChar \menuseparator
4434 Horizontal
4435 \begin_inset space ~
4436 \end_inset
4437
4438 Line
4439 \family default
4440 :
4441 \end_layout
4442
4443 \begin_layout Standard
4444
4445 \lang english
4446 This is a sentence 
4447 \begin_inset CommandInset line
4448 LatexCommand rule
4449 offset "0.5ex"
4450 width "3cm"
4451 height "1pt"
4452
4453 \end_inset
4454
4455  with one line.
4456 \end_layout
4457
4458 \begin_layout Subsection
4459 Puntos
4460 \begin_inset CommandInset label
4461 LatexCommand label
4462 name "sub:Puntos"
4463
4464 \end_inset
4465
4466
4467 \begin_inset Index idx
4468 status collapsed
4469
4470 \begin_layout Plain Layout
4471 Puntos
4472 \end_layout
4473
4474 \end_inset
4475
4476
4477 \end_layout
4478
4479 \begin_layout Standard
4480 Hay distintos tipos de puntos disponibles.
4481 \begin_inset Foot
4482 status collapsed
4483
4484 \begin_layout Plain Layout
4485 En la barra de herramientas de ecuaciones, en el panel del botón 
4486 \begin_inset Graphics
4487         filename ../../images/math/ldots.png
4488         scale 85
4489
4490 \end_inset
4491
4492 .
4493 \end_layout
4494
4495 \end_inset
4496
4497  Para continuación en enumeraciones se usan puntos bajos, (
4498 \series bold
4499
4500 \backslash
4501 ldots
4502 \series default
4503
4504 \begin_inset Index idx
4505 status collapsed
4506
4507 \begin_layout Plain Layout
4508 Comandos ! L ! 
4509 \backslash
4510 ldots
4511 \end_layout
4512
4513 \end_inset
4514
4515 ), mientras que para operaciones se usan puntos centrados a la misma altura
4516  que los operadores, (
4517 \series bold
4518
4519 \backslash
4520 cdots
4521 \series default
4522
4523 \begin_inset Index idx
4524 status collapsed
4525
4526 \begin_layout Plain Layout
4527 Comandos ! C ! 
4528 \backslash
4529 cdots
4530 \end_layout
4531
4532 \end_inset
4533
4534 ).
4535  Si se usa el comando 
4536 \series bold
4537
4538 \backslash
4539 dots
4540 \series default
4541
4542 \begin_inset Index idx
4543 status collapsed
4544
4545 \begin_layout Plain Layout
4546 Comandos ! D ! 
4547 \backslash
4548 dots
4549 \end_layout
4550
4551 \end_inset
4552
4553 , LaTeX decide el tipo a usar en función del carácter siguiente.
4554 \end_layout
4555
4556 \begin_layout Standard
4557 \align center
4558 \begin_inset Tabular
4559 <lyxtabular version="3" rows="9" columns="2">
4560 <features tabularvalignment="middle">
4561 <column alignment="center" valignment="top" width="0pt">
4562 <column alignment="center" valignment="top" width="0pt">
4563 <row>
4564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 Comando
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 Resultado
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 A_1
4589 \begin_inset ERT
4590 status collapsed
4591
4592 \begin_layout Plain Layout
4593
4594
4595 \backslash
4596 spce 
4597 \end_layout
4598
4599 \end_inset
4600
4601 ,
4602 \backslash
4603 dots
4604 \begin_inset ERT
4605 status collapsed
4606
4607 \begin_layout Plain Layout
4608
4609
4610 \backslash
4611 spce 
4612 \end_layout
4613
4614 \end_inset
4615
4616 ,A_n
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 \begin_inset Formula $A_{1},\dots,A_{n}$
4626 \end_inset
4627
4628
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 A_1
4640 \begin_inset ERT
4641 status collapsed
4642
4643 \begin_layout Plain Layout
4644
4645
4646 \backslash
4647 spce 
4648 \end_layout
4649
4650 \end_inset
4651
4652 +
4653 \backslash
4654 dots
4655 \begin_inset ERT
4656 status collapsed
4657
4658 \begin_layout Plain Layout
4659
4660
4661 \backslash
4662 spce 
4663 \end_layout
4664
4665 \end_inset
4666
4667 +A_n
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 \begin_inset Formula $A_{1}+\dots+A_{n}$
4677 \end_inset
4678
4679
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 </row>
4685 <row>
4686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 A_1
4691 \begin_inset ERT
4692 status collapsed
4693
4694 \begin_layout Plain Layout
4695
4696
4697 \backslash
4698 spce 
4699 \end_layout
4700
4701 \end_inset
4702
4703 ,
4704 \backslash
4705 ldots
4706 \begin_inset ERT
4707 status collapsed
4708
4709 \begin_layout Plain Layout
4710
4711
4712 \backslash
4713 spce 
4714 \end_layout
4715
4716 \end_inset
4717
4718 ,A_n
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 \begin_inset Formula $A_{1},\ldots,A_{n}$
4728 \end_inset
4729
4730
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 </row>
4736 <row>
4737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 A_1
4742 \begin_inset ERT
4743 status collapsed
4744
4745 \begin_layout Plain Layout
4746
4747
4748 \backslash
4749 spce 
4750 \end_layout
4751
4752 \end_inset
4753
4754 +
4755 \backslash
4756 cdots
4757 \begin_inset ERT
4758 status collapsed
4759
4760 \begin_layout Plain Layout
4761
4762
4763 \backslash
4764 spce 
4765 \end_layout
4766
4767 \end_inset
4768
4769 +A_n
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4779 \end_inset
4780
4781
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 </row>
4787 <row>
4788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792
4793 \backslash
4794 vdots
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 \begin_inset Formula $\vdots$
4804 \end_inset
4805
4806
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 </row>
4812 <row>
4813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817
4818 \backslash
4819 ddots
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 \begin_inset Formula $\ddots$
4829 \end_inset
4830
4831
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \backslash
4844 iddots
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 \begin_inset Formula $\iddots$
4854 \end_inset
4855
4856
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 </row>
4862 <row>
4863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 Matriz
4868 \begin_inset space \thinspace{}
4869 \end_inset
4870
4871 3×3 con los distintos puntos
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 \begin_inset Formula $\begin{array}{ccc}
4881 A_{11} & \cdots & A_{1m}\\
4882 \vdots & \ddots & \vdots\\
4883 A_{n1} & \cdots & A_{nm}
4884 \end{array}$
4885 \end_inset
4886
4887
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 </row>
4893 </lyxtabular>
4894
4895 \end_inset
4896
4897
4898 \end_layout
4899
4900 \begin_layout Standard
4901 Los puntos suspensivos disponibles en el menú 
4902 \family sans
4903 Insertar\SpecialChar \menuseparator
4904 Carácter especial
4905 \family default
4906  son 
4907 \series bold
4908
4909 \backslash
4910 ldots
4911 \series default
4912 .
4913 \end_layout
4914
4915 \begin_layout Standard
4916 \begin_inset VSpace medskip
4917 \end_inset
4918
4919
4920 \lang english
4921 To use 
4922 \series bold
4923
4924 \backslash
4925 iddots
4926 \series default
4927 , one of the options 
4928 \family sans
4929 Use mathdots package (automatically)
4930 \family default
4931  must be set in the document settings under 
4932 \family sans
4933 Math
4934 \begin_inset space ~
4935 \end_inset
4936
4937 Options
4938 \family default
4939 .
4940 \begin_inset Newline newline
4941 \end_inset
4942
4943 Using the option 
4944 \family sans
4945 Use mathdots package
4946 \family default
4947  will improve the appearance of all dots in the documents if their font
4948  style or size is not the default.
4949 \end_layout
4950
4951 \begin_layout Standard
4952 \begin_inset VSpace medskip
4953 \end_inset
4954
4955 Hay puntos específicos para matrices que se extienden por varias columnas.
4956  Se generan con el comando 
4957 \series bold
4958
4959 \backslash
4960 hdotsfor
4961 \series default
4962
4963 \begin_inset Index idx
4964 status collapsed
4965
4966 \begin_layout Plain Layout
4967 Comandos ! H ! 
4968 \backslash
4969 hdotsfor
4970 \end_layout
4971
4972 \end_inset
4973
4974 , que tiene el siguiente esquema:
4975 \end_layout
4976
4977 \begin_layout Standard
4978
4979 \series bold
4980
4981 \backslash
4982 hdotsfor[distancia]{número de columnas}
4983 \end_layout
4984
4985 \begin_layout Standard
4986 Número de columnas especifica cuántas columnas deben abarcarse.
4987  Distancia es un factor para la separación entre los puntos.
4988 \end_layout
4989
4990 \begin_layout Standard
4991 En la siguiente matriz se ha insertado el comando 
4992 \series bold
4993
4994 \backslash
4995 hdotsfor[2]{4}
4996 \series default
4997  en el primer recuadro de la segunda línea para obtener puntos separados
4998  una distancia equivalente a dos veces la del comando 
4999 \series bold
5000
5001 \backslash
5002 dots
5003 \series default
5004 .
5005 \begin_inset Formula \[
5006 \left(\begin{array}{cccc}
5007 A & B & C & D\\
5008 \hdotsfor[2]{4}\\
5009 q & w & e & r
5010 \end{array}\right)\]
5011
5012 \end_inset
5013
5014
5015 \end_layout
5016
5017 \begin_layout Standard
5018 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
5019  de lo contrario se producen errores de LaTeX.
5020 \end_layout
5021
5022 \begin_layout Standard
5023 \begin_inset VSpace bigskip
5024 \end_inset
5025
5026
5027 \end_layout
5028
5029 \begin_layout Standard
5030 Además, con el comando 
5031 \series bold
5032
5033 \backslash
5034 dotfill
5035 \series default
5036
5037 \begin_inset Index idx
5038 status collapsed
5039
5040 \begin_layout Plain Layout
5041 Comandos ! D ! 
5042 \backslash
5043 dotfill
5044 \end_layout
5045
5046 \end_inset
5047
5048  puedes completar con puntos una línea.
5049  El efecto de este tipo de comandos es como el de 
5050 \series bold
5051
5052 \backslash
5053 hfill
5054 \series default
5055 , véase 
5056 \begin_inset CommandInset ref
5057 LatexCommand ref
5058 reference "sub:Espacio-variable"
5059
5060 \end_inset
5061
5062 .
5063 \end_layout
5064
5065 \begin_layout Standard
5066 Por ejemplo el comando 
5067 \series bold
5068 A
5069 \backslash
5070 dotfill
5071 \series default
5072
5073 \begin_inset ERT
5074 status collapsed
5075
5076 \begin_layout Plain Layout
5077
5078
5079 \backslash
5080 spce 
5081 \end_layout
5082
5083 \end_inset
5084
5085
5086 \series bold
5087 B
5088 \series default
5089  genera
5090 \end_layout
5091
5092 \begin_layout Standard
5093 \begin_inset Formula $A\dotfill B$
5094 \end_inset
5095
5096
5097 \end_layout
5098
5099 \begin_layout Standard
5100 Un comando análogo a 
5101 \series bold
5102
5103 \backslash
5104 dotfill
5105 \series default
5106  para rellenar con una línea es 
5107 \series bold
5108
5109 \backslash
5110 hrulefill
5111 \series default
5112
5113 \begin_inset Index idx
5114 status collapsed
5115
5116 \begin_layout Plain Layout
5117 Comandos ! H ! 
5118 \backslash
5119 hrulefill
5120 \end_layout
5121
5122 \end_inset
5123
5124 :
5125 \end_layout
5126
5127 \begin_layout Standard
5128 \begin_inset Formula $A\hrulefill B$
5129 \end_inset
5130
5131
5132 \end_layout
5133
5134 \begin_layout Standard
5135 Para usar estos comandos en el texto, deben insertarse en modo TeX.
5136 \end_layout
5137
5138 \begin_layout Section
5139 Matrices
5140 \begin_inset CommandInset label
5141 LatexCommand label
5142 name "sec:Matrices"
5143
5144 \end_inset
5145
5146
5147 \begin_inset Index idx
5148 status collapsed
5149
5150 \begin_layout Plain Layout
5151 Matrices
5152 \end_layout
5153
5154 \end_inset
5155
5156
5157 \end_layout
5158
5159 \begin_layout Standard
5160 Se pueden insertar con el botón 
5161 \begin_inset Graphics
5162         filename ../../images/dialog-show_mathmatrix.png
5163         scale 85
5164
5165 \end_inset
5166
5167  de la barra de ecuaciones o con el menú 
5168 \family sans
5169 Insertar\SpecialChar \menuseparator
5170 Ecuación\SpecialChar \menuseparator
5171 Matriz
5172 \family default
5173 .
5174  Aparece una ventana en la que se pide el número de filas y columnas, la
5175  alineación y la decoración.
5176  La alineación vertical sólo es relevante para matrices en línea:
5177 \end_layout
5178
5179 \begin_layout Standard
5180 Esta primera matriz tiene alineación superior 
5181 \begin_inset Formula $\begin{array}[t]{cccc}
5182 A & D & G & J\\
5183 B & E & H & K\\
5184 D & F & I & L
5185 \end{array}$
5186 \end_inset
5187
5188  , la segunda alineación central 
5189 \begin_inset Formula $\begin{array}{cccc}
5190 A & D & G & J\\
5191 B & E & H & K\\
5192 D & F & I & L
5193 \end{array}$
5194 \end_inset
5195
5196  , y la tercera alineación inferior 
5197 \begin_inset Formula $\begin{array}[b]{cccc}
5198 A & D & G & J\\
5199 B & E & H & K\\
5200 D & F & I & L
5201 \end{array}$
5202 \end_inset
5203
5204 .
5205 \end_layout
5206
5207 \begin_layout Standard
5208 La alineación horizontal especifica cómo deben alinearse las entradas de
5209  la columna.
5210  Se determina mediante una letra para cada columna.
5211  
5212 \emph on
5213 l
5214 \emph default
5215  indica alineación a la izquierda, 
5216 \emph on
5217 c
5218 \emph default
5219  alineación centrada y 
5220 \emph on
5221 r
5222 \emph default
5223  alineación a la derecha.
5224  Por ejemplo, para componer una matriz
5225 \begin_inset space ~
5226 \end_inset
5227
5228 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5229  centradas y la última a la derecha, se anota 
5230 \series bold
5231 lccr
5232 \series default
5233  en la alineación horizontal.
5234  Normalmente todas las columnas de una matriz están centradas, por tanto
5235  el valor por omisión es 
5236 \series bold
5237 c
5238 \series default
5239  para todas ellas.
5240 \end_layout
5241
5242 \begin_layout Standard
5243 Alineación horizontal:
5244 \end_layout
5245
5246 \begin_layout Standard
5247
5248 \series bold
5249 lll
5250 \series default
5251  : 
5252 \begin_inset Formula $\begin{array}{lll}
5253 10000 & D & G\\
5254 B & 10000 & H\\
5255 C & F & 10000
5256 \end{array}$
5257 \end_inset
5258
5259  , 
5260 \series bold
5261 ccc 
5262 \series default
5263
5264 \begin_inset Formula $\begin{array}{ccc}
5265 10000 & D & G\\
5266 B & 10000 & H\\
5267 C & F & 10000
5268 \end{array}$
5269 \end_inset
5270
5271  
5272 \series bold
5273 ,
5274 \series default
5275  
5276 \series bold
5277 rrr 
5278 \series default
5279
5280 \begin_inset Formula $\begin{array}{rrr}
5281 10000 & D & G\\
5282 B & 10000 & H\\
5283 C & F & 10000
5284 \end{array}$
5285 \end_inset
5286
5287
5288 \end_layout
5289
5290 \begin_layout Standard
5291 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5292  botones 
5293 \begin_inset Graphics
5294         filename ../../images/tabular-feature_append-row.png
5295         scale 85
5296
5297 \end_inset
5298
5299
5300 \begin_inset Graphics
5301         filename ../../images/tabular-feature_delete-row.png
5302         scale 85
5303
5304 \end_inset
5305
5306 , etc.
5307  de la barra de ecuaciones o el menú 
5308 \family sans
5309 Editar\SpecialChar \menuseparator
5310 Filas y columnas
5311 \family default
5312 .
5313  También se pueden añadir filas nuevas con 
5314 \family sans
5315 Ctrl+Retorno
5316 \family default
5317 .
5318 \end_layout
5319
5320 \begin_layout Standard
5321 \begin_inset VSpace bigskip
5322 \end_inset
5323
5324
5325 \lang english
5326 The 
5327 \family sans
5328 Decoration
5329 \family default
5330  adds parentheses in the selected style around the matrix.
5331  Alternatively,
5332 \lang spanish
5333  se pueden generar paréntesis con los comandos 
5334 \series bold
5335
5336 \backslash
5337 left
5338 \series default
5339
5340 \begin_inset Index idx
5341 status collapsed
5342
5343 \begin_layout Plain Layout
5344 Comandos ! L ! 
5345 \backslash
5346 left
5347 \end_layout
5348
5349 \end_inset
5350
5351  y 
5352 \series bold
5353
5354 \backslash
5355 right
5356 \series default
5357
5358 \begin_inset Index idx
5359 status collapsed
5360
5361 \begin_layout Plain Layout
5362 Comandos ! R ! 
5363 \backslash
5364 right
5365 \end_layout
5366
5367 \end_inset
5368
5369  (atajo 
5370 \family sans
5371 Alt+M
5372 \begin_inset space ~
5373 \end_inset
5374
5375 Paréntesis
5376 \family default
5377 ), véase 
5378 \begin_inset CommandInset ref
5379 LatexCommand ref
5380 reference "sub:Tamaño-automático-de"
5381
5382 \end_inset
5383
5384 , o usando los comandos siguientes:
5385 \end_layout
5386
5387 \begin_layout Standard
5388 \begin_inset VSpace medskip
5389 \end_inset
5390
5391
5392 \end_layout
5393
5394 \begin_layout Standard
5395 \begin_inset space \hfill{}
5396 \end_inset
5397
5398
5399 \begin_inset Tabular
5400 <lyxtabular version="3" rows="4" columns="2">
5401 <features tabularvalignment="middle">
5402 <column alignment="center" valignment="top" width="0">
5403 <column alignment="center" valignment="top" width="0">
5404 <row>
5405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409 Comando
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 Resultado
5419 \begin_inset Note Note
5420 status collapsed
5421
5422 \begin_layout Plain Layout
5423
5424 \series bold
5425
5426 \backslash
5427 raisebox
5428 \series default
5429  se usa sólo como espaciador
5430 \end_layout
5431
5432 \end_inset
5433
5434
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 </row>
5440 <row>
5441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445
5446 \backslash
5447 bmatrix
5448 \begin_inset ERT
5449 status collapsed
5450
5451 \begin_layout Plain Layout
5452
5453
5454 \backslash
5455 spce 
5456 \end_layout
5457
5458 \end_inset
5459
5460 2
5461 \series bold
5462 ×
5463 \series default
5464 2
5465 \begin_inset space \thinspace{}
5466 \end_inset
5467
5468 matriz
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5478 0 & \textrm{-}\mathrm{i}\\
5479 \mathrm{i} & 0
5480 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5481 \end_inset
5482
5483
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 </row>
5489 <row>
5490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494
5495 \backslash
5496 Bmatrix
5497 \begin_inset ERT
5498 status collapsed
5499
5500 \begin_layout Plain Layout
5501
5502
5503 \backslash
5504 spce 
5505 \end_layout
5506
5507 \end_inset
5508
5509 2×2
5510 \begin_inset space \thinspace{}
5511 \end_inset
5512
5513 matriz
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5523 0 & \textrm{-}\mathrm{i}\\
5524 \mathrm{i} & 0
5525 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 </row>
5534 <row>
5535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539
5540 \backslash
5541 pmatrix
5542 \begin_inset ERT
5543 status collapsed
5544
5545 \begin_layout Plain Layout
5546
5547
5548 \backslash
5549 spce 
5550 \end_layout
5551
5552 \end_inset
5553
5554 2
5555 \series bold
5556 ×
5557 \series default
5558 2
5559 \begin_inset space \thinspace{}
5560 \end_inset
5561
5562 matriz
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5572 0 & \textrm{-}\mathrm{i}\\
5573 \mathrm{i} & 0
5574 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5575 \end_inset
5576
5577
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 </row>
5583 </lyxtabular>
5584
5585 \end_inset
5586
5587
5588 \begin_inset space \hfill{}
5589 \end_inset
5590
5591
5592 \begin_inset Tabular
5593 <lyxtabular version="3" rows="4" columns="2">
5594 <features tabularvalignment="middle">
5595 <column alignment="center" valignment="top" width="0">
5596 <column alignment="center" valignment="top" width="0">
5597 <row>
5598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 Comando
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 Resultado
5612 \begin_inset Note Note
5613 status collapsed
5614
5615 \begin_layout Plain Layout
5616
5617 \series bold
5618
5619 \backslash
5620 raisebox
5621 \series default
5622  se usa sólo como espaciador
5623 \end_layout
5624
5625 \end_inset
5626
5627
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 </row>
5633 <row>
5634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638
5639 \backslash
5640 vmatrix
5641 \begin_inset ERT
5642 status collapsed
5643
5644 \begin_layout Plain Layout
5645
5646
5647 \backslash
5648 spce 
5649 \end_layout
5650
5651 \end_inset
5652
5653 2
5654 \series bold
5655 ×
5656 \series default
5657 2
5658 \begin_inset space \thinspace{}
5659 \end_inset
5660
5661 matriz
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5671 0 & \textrm{-}\mathrm{i}\\
5672 \mathrm{i} & 0
5673 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5674 \end_inset
5675
5676
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 </row>
5682 <row>
5683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687
5688 \backslash
5689 Vmatrix
5690 \begin_inset ERT
5691 status collapsed
5692
5693 \begin_layout Plain Layout
5694
5695
5696 \backslash
5697 spce 
5698 \end_layout
5699
5700 \end_inset
5701
5702 2
5703 \series bold
5704 ×
5705 \series default
5706 2
5707 \begin_inset space \thinspace{}
5708 \end_inset
5709
5710 matriz
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5720 0 & \textrm{-}\mathrm{i}\\
5721 \mathrm{i} & 0
5722 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5723 \end_inset
5724
5725
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 </row>
5731 <row>
5732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736
5737 \backslash
5738 matrix
5739 \begin_inset ERT
5740 status collapsed
5741
5742 \begin_layout Plain Layout
5743
5744
5745 \backslash
5746 spce 
5747 \end_layout
5748
5749 \end_inset
5750
5751 2
5752 \series bold
5753 ×
5754 \series default
5755 2
5756 \begin_inset space \thinspace{}
5757 \end_inset
5758
5759 matriz
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5769 0 & \textrm{-}\mathrm{i}\\
5770 \mathrm{i} & 0
5771 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5772 \end_inset
5773
5774
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 </row>
5780 </lyxtabular>
5781
5782 \end_inset
5783
5784
5785 \begin_inset space \hfill{}
5786 \end_inset
5787
5788
5789 \end_layout
5790
5791 \begin_layout Standard
5792 \begin_inset VSpace medskip
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \begin_layout Standard
5799 Cuando se inserta p.
5800 \begin_inset space \thinspace{}
5801 \end_inset
5802
5803 e.
5804 \begin_inset space ~
5805 \end_inset
5806
5807
5808 \series bold
5809
5810 \backslash
5811 vmatrix
5812 \series default
5813 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5814  la matriz.
5815 \begin_inset Newline newline
5816 \end_inset
5817
5818
5819 \lang english
5820 Note that decorated matrices ignore the vertical alignment.
5821 \end_layout
5822
5823 \begin_layout Standard
5824 \begin_inset VSpace bigskip
5825 \end_inset
5826
5827
5828 \end_layout
5829
5830 \begin_layout Standard
5831 Como todas las ecuaciones multilínea son matrices, la longitud 
5832 \series bold
5833
5834 \backslash
5835 arraycolsep
5836 \series default
5837
5838 \begin_inset Index idx
5839 status collapsed
5840
5841 \begin_layout Plain Layout
5842 Comandos ! A ! 
5843 \backslash
5844 arraycolsep
5845 \end_layout
5846
5847 \end_inset
5848
5849 , que se describe en 
5850 \begin_inset CommandInset ref
5851 LatexCommand ref
5852 reference "sub:Separación-de-columnas"
5853
5854 \end_inset
5855
5856 , también se puede usar para cambiar la separación de las columnas en una
5857  matriz.
5858  Para cambiar la separación de las filas, se usa el comando 
5859 \series bold
5860
5861 \backslash
5862 arraystretch
5863 \series default
5864
5865 \begin_inset Index idx
5866 status collapsed
5867
5868 \begin_layout Plain Layout
5869 Comandos ! A ! 
5870 \backslash
5871 arraystretch
5872 \end_layout
5873
5874 \end_inset
5875
5876  de la siguiente manera:
5877 \end_layout
5878
5879 \begin_layout Standard
5880
5881 \series bold
5882
5883 \backslash
5884 renewcommand{
5885 \backslash
5886 arraystretch}{factor de separación}
5887 \begin_inset Index idx
5888 status collapsed
5889
5890 \begin_layout Plain Layout
5891 Comandos ! R ! 
5892 \backslash
5893 renewcommand
5894 \end_layout
5895
5896 \end_inset
5897
5898
5899 \end_layout
5900
5901 \begin_layout Standard
5902 El comando 
5903 \series bold
5904
5905 \backslash
5906 renewcommand
5907 \series default
5908  asigna el factor de separación al comando predefinido 
5909 \series bold
5910
5911 \backslash
5912 arraystretch
5913 \series default
5914 .
5915  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5916  Además, éste se usa para todas las matrices siguientes.
5917  Para volver a la separación original, asigna factor 1 a 
5918 \series bold
5919
5920 \backslash
5921 arraystretch
5922 \series default
5923 .
5924 \end_layout
5925
5926 \begin_layout Standard
5927 Para poner matrices en línea se usa el comando 
5928 \series bold
5929
5930 \backslash
5931 smallmatrix
5932 \series default
5933
5934 \begin_inset Index idx
5935 status collapsed
5936
5937 \begin_layout Plain Layout
5938 Comandos ! S ! 
5939 \backslash
5940 smallmatrix
5941 \end_layout
5942
5943 \end_inset
5944
5945 .
5946  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5947  se inserta la matriz.
5948  
5949 \end_layout
5950
5951 \begin_layout Standard
5952 Esto es una matriz 
5953 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5954 C & D
5955 \end{smallmatrix}\right)$
5956 \end_inset
5957
5958  en línea.
5959 \end_layout
5960
5961 \begin_layout Section
5962 Delimitadores
5963 \begin_inset Index idx
5964 status collapsed
5965
5966 \begin_layout Plain Layout
5967 Delimitadores
5968 \end_layout
5969
5970 \end_inset
5971
5972
5973 \end_layout
5974
5975 \begin_layout Subsection
5976 Delimitadores verticales
5977 \begin_inset Index idx
5978 status collapsed
5979
5980 \begin_layout Plain Layout
5981 Delimitadores ! verticales
5982 \end_layout
5983
5984 \end_inset
5985
5986
5987 \end_layout
5988
5989 \begin_layout Standard
5990 \begin_inset space \hfill{}
5991 \end_inset
5992
5993
5994 \begin_inset Tabular
5995 <lyxtabular version="3" rows="9" columns="2">
5996 <features tabularvalignment="middle">
5997 <column alignment="center" valignment="top" width="0pt">
5998 <column alignment="center" valignment="top" width="0pt">
5999 <row>
6000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 Comando
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 Resultado
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 </row>
6019 <row>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 (
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 \begin_inset Formula $($
6034 \end_inset
6035
6036
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 </row>
6042 <row>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 {
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 \begin_inset Formula $\{$
6057 \end_inset
6058
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 [
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 \begin_inset Formula $[$
6080 \end_inset
6081
6082
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 </row>
6088 <row>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093
6094 \backslash
6095 langle
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 \begin_inset Formula $\langle$
6105 \end_inset
6106
6107
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 </row>
6113 <row>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118
6119 \backslash
6120 lceil
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 \begin_inset Formula $\lceil$
6130 \end_inset
6131
6132
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 </row>
6138 <row>
6139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143
6144 \backslash
6145 lfloor
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154 \begin_inset Formula $\lfloor$
6155 \end_inset
6156
6157
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 </row>
6163 <row>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 /
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 \begin_inset Formula $/$
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 </row>
6186 <row>
6187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 |
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 \begin_inset Formula $|$
6201 \end_inset
6202
6203
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 </row>
6209 </lyxtabular>
6210
6211 \end_inset
6212
6213
6214 \begin_inset space \hfill{}
6215 \end_inset
6216
6217
6218 \begin_inset Tabular
6219 <lyxtabular version="3" rows="9" columns="2">
6220 <features tabularvalignment="middle">
6221 <column alignment="center" valignment="top" width="0pt">
6222 <column alignment="center" valignment="top" width="0pt">
6223 <row>
6224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228 Comando
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237 Resultado
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 </row>
6243 <row>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 )
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 \begin_inset Formula $)$
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 </row>
6266 <row>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 }
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 \begin_inset Formula $\}$
6281 \end_inset
6282
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 <row>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 ]
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 \begin_inset Formula $]$
6304 \end_inset
6305
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 <row>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317
6318 \backslash
6319 rangle
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 \begin_inset Formula $\rangle$
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 </row>
6337 <row>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342
6343 \backslash
6344 rceil
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353 \begin_inset Formula $\rceil$
6354 \end_inset
6355
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 </row>
6362 <row>
6363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367
6368 \backslash
6369 rfloor
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 \begin_inset Formula $\rfloor$
6379 \end_inset
6380
6381
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 </row>
6387 <row>
6388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392
6393 \backslash
6394
6395 \backslash
6396
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 \begin_inset Formula $\backslash$
6406 \end_inset
6407
6408
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 </row>
6414 <row>
6415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419
6420 \backslash
6421 |
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 \begin_inset Formula $\|$
6431 \end_inset
6432
6433
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 </row>
6439 </lyxtabular>
6440
6441 \end_inset
6442
6443
6444 \begin_inset space \hfill{}
6445 \end_inset
6446
6447
6448 \end_layout
6449
6450 \begin_layout Standard
6451 \begin_inset Note Greyedout
6452 status open
6453
6454 \begin_layout Plain Layout
6455
6456 \series bold
6457 Nota
6458 \series default
6459 : En modo TeX hay que usar el comando 
6460 \series bold
6461
6462 \backslash
6463 textbackslash
6464 \series default
6465
6466 \begin_inset Index idx
6467 status collapsed
6468
6469 \begin_layout Plain Layout
6470 Comandos ! T ! 
6471 \backslash
6472 textbackslash
6473 \end_layout
6474
6475 \end_inset
6476
6477  para la barra invertida, porque si no el comando 
6478 \series bold
6479
6480 \backslash
6481
6482 \backslash
6483
6484 \series default
6485  genera un salto de línea.
6486 \end_layout
6487
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \begin_layout Standard
6494 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6495  descritos en las dos subsecciones siguientes.
6496  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6497  < y > en vez de los comandos 
6498 \series bold
6499
6500 \backslash
6501 langle
6502 \series default
6503  y 
6504 \series bold
6505
6506 \backslash
6507 rangle
6508 \series default
6509 .
6510  
6511 \end_layout
6512
6513 \begin_layout Subsubsection
6514 Tamaño manual de los delimitadores
6515 \begin_inset CommandInset label
6516 LatexCommand label
6517 name "sub:Tamaño-manual-de"
6518
6519 \end_inset
6520
6521
6522 \begin_inset Index idx
6523 status collapsed
6524
6525 \begin_layout Plain Layout
6526 Delimitadores ! tamaño manual
6527 \end_layout
6528
6529 \end_inset
6530
6531
6532 \end_layout
6533
6534 \begin_layout Standard
6535 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6536  LaTeX 
6537 \series bold
6538
6539 \backslash
6540 big
6541 \series default
6542
6543 \begin_inset Index idx
6544 status collapsed
6545
6546 \begin_layout Plain Layout
6547 Comandos ! B ! 
6548 \backslash
6549 big
6550 \end_layout
6551
6552 \end_inset
6553
6554
6555 \series bold
6556
6557 \backslash
6558 Big
6559 \series default
6560
6561 \series bold
6562
6563 \backslash
6564 bigg
6565 \series default
6566 , y 
6567 \series bold
6568
6569 \backslash
6570 Bigg
6571 \series default
6572 .
6573  
6574 \series bold
6575
6576 \backslash
6577 big
6578 \series default
6579  indica el tamaño menor y 
6580 \series bold
6581
6582 \backslash
6583 Bigg
6584 \series default
6585  el mayor.
6586 \end_layout
6587
6588 \begin_layout Standard
6589 Estos comandos se usan para resaltar niveles de delimitación:
6590 \end_layout
6591
6592 \begin_layout Standard
6593 \noindent
6594 \align center
6595 \begin_inset Tabular
6596 <lyxtabular version="3" rows="2" columns="2">
6597 <features tabularvalignment="middle">
6598 <column alignment="center" valignment="top" width="0">
6599 <column alignment="center" valignment="top" width="0">
6600 <row>
6601 <cell alignment="center" valignment="top" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 todos los delimitadores de igual tamaño:
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6615 \end_inset
6616
6617
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 </row>
6623 <row>
6624 <cell alignment="center" valignment="top" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 así tiene mejor aspecto:
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6638 \end_inset
6639
6640
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 </row>
6646 </lyxtabular>
6647
6648 \end_inset
6649
6650
6651 \begin_inset Note Note
6652 status collapsed
6653
6654 \begin_layout Plain Layout
6655
6656 \series bold
6657
6658 \backslash
6659 raisebox
6660 \series default
6661  se usa sólo como espaciador
6662 \end_layout
6663
6664 \end_inset
6665
6666
6667 \end_layout
6668
6669 \begin_layout Standard
6670 Para la segunda expresión se ha empleado el comando 
6671 \series bold
6672
6673 \backslash
6674 Big((A+B)(A-B)
6675 \backslash
6676 Big)^
6677 \series default
6678
6679 \begin_inset ERT
6680 status collapsed
6681
6682 \begin_layout Plain Layout
6683
6684
6685 \backslash
6686 spce 
6687 \end_layout
6688
6689 \end_inset
6690
6691
6692 \series bold
6693 C
6694 \series default
6695 .
6696 \end_layout
6697
6698 \begin_layout Standard
6699 He aquí una visión conjunta de todos los tamaños y delimitadores:
6700 \end_layout
6701
6702 \begin_layout Standard
6703 \noindent
6704 \align center
6705
6706 \backslash
6707 Bigg(
6708 \backslash
6709 exp
6710 \backslash
6711 bigg<
6712 \backslash
6713 Big[
6714 \backslash
6715 big{
6716 \backslash
6717 ln(3x)
6718 \backslash
6719 big}^2
6720 \begin_inset ERT
6721 status collapsed
6722
6723 \begin_layout Plain Layout
6724
6725
6726 \backslash
6727 spce 
6728 \end_layout
6729
6730 \end_inset
6731
6732
6733 \backslash
6734 sen(x)
6735 \backslash
6736 Big]^
6737 \begin_inset ERT
6738 status collapsed
6739
6740 \begin_layout Plain Layout
6741
6742
6743 \backslash
6744 spce 
6745 \end_layout
6746
6747 \end_inset
6748
6749 A
6750 \begin_inset ERT
6751 status collapsed
6752
6753 \begin_layout Plain Layout
6754
6755
6756 \backslash
6757 spce 
6758 \end_layout
6759
6760 \end_inset
6761
6762
6763 \backslash
6764 bigg>
6765 \backslash
6766 Bigg)^0,5
6767 \begin_inset Formula \[
6768 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6769
6770 \end_inset
6771
6772
6773 \end_layout
6774
6775 \begin_layout Standard
6776 Además de los comandos 
6777 \series bold
6778
6779 \backslash
6780 big
6781 \series default
6782  hay la variante 
6783 \series bold
6784
6785 \backslash
6786 bigm
6787 \series default
6788
6789 \begin_inset Index idx
6790 status collapsed
6791
6792 \begin_layout Plain Layout
6793 Comandos ! B ! 
6794 \backslash
6795 bigm
6796 \end_layout
6797
6798 \end_inset
6799
6800 , que añade un poco más de espacio entre el delimitador y su contenido,
6801  y la variante 
6802 \series bold
6803
6804 \backslash
6805 bigl
6806 \series default
6807 -
6808 \series bold
6809
6810 \backslash
6811 bigr
6812 \series default
6813
6814 \begin_inset Index idx
6815 status collapsed
6816
6817 \begin_layout Plain Layout
6818 Comandos ! B ! 
6819 \backslash
6820 bigl - 
6821 \backslash
6822 bigr
6823 \end_layout
6824
6825 \end_inset
6826
6827 , que no añade espacio adicional.
6828  La 
6829 \emph on
6830 l
6831 \emph default
6832  al final del comando 
6833 \series bold
6834
6835 \backslash
6836 bigl 
6837 \series default
6838 es para el delimitador izquierdo, la 
6839 \emph on
6840 r
6841 \emph default
6842  es para el delimitador derecho.
6843  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6844  apertura o de cierre.
6845 \end_layout
6846
6847 \begin_layout Standard
6848 En el siguiente cuadro hay una comparación de las variantes:
6849 \end_layout
6850
6851 \begin_layout Standard
6852 \noindent
6853 \align center
6854 \begin_inset Tabular
6855 <lyxtabular version="3" rows="5" columns="2">
6856 <features tabularvalignment="middle">
6857 <column alignment="center" valignment="top" width="0">
6858 <column alignment="center" valignment="top" width="0">
6859 <row>
6860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 Comando
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 Resultado
6874 \begin_inset Note Note
6875 status collapsed
6876
6877 \begin_layout Plain Layout
6878
6879 \series bold
6880
6881 \backslash
6882 raisebox
6883 \series default
6884  se usa sólo como espaciador
6885 \end_layout
6886
6887 \end_inset
6888
6889
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 </row>
6895 <row>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900
6901 \backslash
6902 Bigm(
6903 \backslash
6904 bigm(
6905 \backslash
6906 ln(3x)
6907 \backslash
6908 bigm)^2
6909 \series bold
6910
6911 \begin_inset ERT
6912 status collapsed
6913
6914 \begin_layout Plain Layout
6915
6916
6917 \backslash
6918 spce 
6919 \end_layout
6920
6921 \end_inset
6922
6923
6924 \series default
6925
6926 \backslash
6927 Bigm)
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6937 \end_inset
6938
6939
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 </row>
6945 <row>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950
6951 \backslash
6952 Big(
6953 \backslash
6954 big(
6955 \backslash
6956 ln(3x)
6957 \backslash
6958 big)^2
6959 \series bold
6960
6961 \begin_inset ERT
6962 status collapsed
6963
6964 \begin_layout Plain Layout
6965
6966
6967 \backslash
6968 spce 
6969 \end_layout
6970
6971 \end_inset
6972
6973
6974 \series default
6975
6976 \backslash
6977 Big)
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6987 \end_inset
6988
6989
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 </row>
6995 <row>
6996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000
7001 \backslash
7002 Bigl(
7003 \backslash
7004 bigl(
7005 \backslash
7006 ln(3x)
7007 \backslash
7008 bigr)^2
7009 \series bold
7010
7011 \begin_inset ERT
7012 status collapsed
7013
7014 \begin_layout Plain Layout
7015
7016
7017 \backslash
7018 spce 
7019 \end_layout
7020
7021 \end_inset
7022
7023
7024 \series default
7025
7026 \backslash
7027 Bigr)
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
7037 \end_inset
7038
7039
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 </row>
7045 <row>
7046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050
7051 \backslash
7052 bigl)
7053 \backslash
7054 ln(3x)
7055 \backslash
7056 bigr(
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7066 \end_inset
7067
7068
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 </row>
7074 </lyxtabular>
7075
7076 \end_inset
7077
7078
7079 \end_layout
7080
7081 \begin_layout Subsubsection
7082 Tamaño automático de los delimitadores
7083 \begin_inset CommandInset label
7084 LatexCommand label
7085 name "sub:Tamaño-automático-de"
7086
7087 \end_inset
7088
7089
7090 \begin_inset Index idx
7091 status collapsed
7092
7093 \begin_layout Plain Layout
7094 Delimitadores ! tamaño automático
7095 \end_layout
7096
7097 \end_inset
7098
7099
7100 \end_layout
7101
7102 \begin_layout Standard
7103 Se pueden insertar delimitadores de tamaño variable con los comandos 
7104 \series bold
7105
7106 \backslash
7107 left
7108 \series default
7109
7110 \begin_inset Index idx
7111 status collapsed
7112
7113 \begin_layout Plain Layout
7114 Comandos ! L ! 
7115 \backslash
7116 left
7117 \end_layout
7118
7119 \end_inset
7120
7121  y 
7122 \series bold
7123
7124 \backslash
7125 right
7126 \series default
7127
7128 \begin_inset Index idx
7129 status collapsed
7130
7131 \begin_layout Plain Layout
7132 Comandos ! R ! 
7133 \backslash
7134 right
7135 \end_layout
7136
7137 \end_inset
7138
7139  o con el botón de la barra de ecuaciones 
7140 \begin_inset Graphics
7141         filename ../../images/dialog-show_mathdelimiter.png
7142         scale 85
7143
7144 \end_inset
7145
7146 .
7147  El delimitador deseado se debe insertar directamente detrás de 
7148 \series bold
7149
7150 \backslash
7151 left
7152 \series default
7153  y 
7154 \series bold
7155
7156 \backslash
7157 right
7158 \series default
7159 .
7160  El tamaño se calculará automáticamente después para la salida.
7161  
7162 \end_layout
7163
7164 \begin_layout Standard
7165 \noindent
7166 \align center
7167 delimitador normal: El comando 
7168 \series bold
7169
7170 \backslash
7171 ln(
7172 \backslash
7173 frac
7174 \series default
7175
7176 \begin_inset ERT
7177 status collapsed
7178
7179 \begin_layout Plain Layout
7180
7181
7182 \backslash
7183 spce 
7184 \end_layout
7185
7186 \end_inset
7187
7188
7189 \series bold
7190 A
7191 \begin_inset Formula $\downarrow$
7192 \end_inset
7193
7194 C
7195 \series default
7196
7197 \begin_inset ERT
7198 status collapsed
7199
7200 \begin_layout Plain Layout
7201
7202
7203 \backslash
7204 spce
7205 \end_layout
7206
7207 \end_inset
7208
7209
7210 \series bold
7211 )
7212 \series default
7213  genera
7214 \begin_inset Formula \[
7215 \ln(\frac{A}{C})\]
7216
7217 \end_inset
7218
7219
7220 \end_layout
7221
7222 \begin_layout Standard
7223 \noindent
7224 \align center
7225 delimitador multilínea: El comando 
7226 \series bold
7227
7228 \backslash
7229 ln
7230 \backslash
7231 left(
7232 \backslash
7233 frac
7234 \series default
7235
7236 \begin_inset ERT
7237 status collapsed
7238
7239 \begin_layout Plain Layout
7240
7241
7242 \backslash
7243 spce 
7244 \end_layout
7245
7246 \end_inset
7247
7248
7249 \series bold
7250 A
7251 \begin_inset Formula $\downarrow$
7252 \end_inset
7253
7254 C
7255 \series default
7256
7257 \begin_inset ERT
7258 status collapsed
7259
7260 \begin_layout Plain Layout
7261
7262
7263 \backslash
7264 spce 
7265 \end_layout
7266
7267 \end_inset
7268
7269
7270 \series bold
7271
7272 \backslash
7273 right)
7274 \series default
7275  genera
7276 \begin_inset Formula \[
7277 \ln\left(\frac{A}{C}\right)\]
7278
7279 \end_inset
7280
7281
7282 \end_layout
7283
7284 \begin_layout Standard
7285 En lugar de 
7286 \series bold
7287
7288 \backslash
7289 left
7290 \series default
7291  y 
7292 \series bold
7293
7294 \backslash
7295 right
7296 \series default
7297  se puede usar el atajo 
7298 \family sans
7299 Alt+M
7300 \begin_inset space ~
7301 \end_inset
7302
7303 Corchete
7304 \family default
7305 .
7306  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7307  real del delimitador y además se genera el correspondiente delimitador
7308  de cierre.
7309 \begin_inset Newline newline
7310 \end_inset
7311
7312 El comando para el último ejemplo sería 
7313 \series bold
7314
7315 \backslash
7316 ln Alt+M
7317 \series default
7318  
7319 \series bold
7320 (
7321 \backslash
7322 frac
7323 \begin_inset ERT
7324 status collapsed
7325
7326 \begin_layout Plain Layout
7327
7328
7329 \backslash
7330 spce 
7331 \end_layout
7332
7333 \end_inset
7334
7335 A
7336 \begin_inset Formula $\downarrow$
7337 \end_inset
7338
7339
7340 \end_layout
7341
7342 \begin_layout Standard
7343 Para omitir uno de los dos delimitadores se inserta un punto.
7344  Por ejemplo, el comando 
7345 \series bold
7346
7347 \backslash
7348 left.
7349 \backslash
7350 frac
7351 \series default
7352
7353 \begin_inset ERT
7354 status collapsed
7355
7356 \begin_layout Plain Layout
7357
7358
7359 \backslash
7360 spce 
7361 \end_layout
7362
7363 \end_inset
7364
7365
7366 \series bold
7367 A
7368 \begin_inset Formula $\downarrow$
7369 \end_inset
7370
7371 B
7372 \series default
7373
7374 \begin_inset ERT
7375 status collapsed
7376
7377 \begin_layout Plain Layout
7378
7379
7380 \backslash
7381 spce 
7382 \end_layout
7383
7384 \end_inset
7385
7386
7387 \series bold
7388
7389 \backslash
7390 right}
7391 \series default
7392  da lugar a:
7393 \begin_inset Formula \[
7394 \left.\frac{A}{B}\right\} \]
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 \end_inset
7454
7455
7456 \end_layout
7457
7458 \begin_layout Standard
7459 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7460 \begin_inset CommandInset ref
7461 LatexCommand ref
7462 reference "sub:Vectores-físicos"
7463
7464 \end_inset
7465
7466 .
7467 \end_layout
7468
7469 \begin_layout Subsection
7470 Delimitadores horizontales
7471 \begin_inset Index idx
7472 status collapsed
7473
7474 \begin_layout Plain Layout
7475 Delimitadores ! horizontales
7476 \end_layout
7477
7478 \end_inset
7479
7480
7481 \end_layout
7482
7483 \begin_layout Standard
7484 \noindent
7485 \align center
7486 \begin_inset Tabular
7487 <lyxtabular version="3" rows="4" columns="2">
7488 <features tabularvalignment="middle">
7489 <column alignment="center" valignment="top" width="0">
7490 <column alignment="center" valignment="top" width="0">
7491 <row>
7492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 Comando
7497 \begin_inset Note Note
7498 status collapsed
7499
7500 \begin_layout Plain Layout
7501
7502 \series bold
7503
7504 \backslash
7505 raisebox
7506 \series default
7507  se usa sólo como espaciador
7508 \end_layout
7509
7510 \end_inset
7511
7512
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521 Resultado
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 </row>
7527 <row>
7528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 \begin_inset ERT
7533 status collapsed
7534
7535 \begin_layout Plain Layout
7536
7537
7538 \backslash
7539 raisebox{2.3mm}{
7540 \end_layout
7541
7542 \end_inset
7543
7544
7545 \backslash
7546 overbrace
7547 \begin_inset ERT
7548 status collapsed
7549
7550 \begin_layout Plain Layout
7551
7552
7553 \backslash
7554 spce 
7555 \end_layout
7556
7557 \end_inset
7558
7559 A+B
7560 \begin_inset ERT
7561 status collapsed
7562
7563 \begin_layout Plain Layout
7564
7565
7566 \backslash
7567 spce 
7568 \end_layout
7569
7570 \end_inset
7571
7572 ^
7573 \begin_inset ERT
7574 status collapsed
7575
7576 \begin_layout Plain Layout
7577
7578
7579 \backslash
7580 spce 
7581 \end_layout
7582
7583 \end_inset
7584
7585 3
7586 \begin_inset ERT
7587 status collapsed
7588
7589 \begin_layout Plain Layout
7590
7591 }
7592 \end_layout
7593
7594 \end_inset
7595
7596
7597 \begin_inset Index idx
7598 status collapsed
7599
7600 \begin_layout Plain Layout
7601 Comandos ! O ! 
7602 \backslash
7603 overbrace
7604 \end_layout
7605
7606 \end_inset
7607
7608
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 \begin_inset Formula $\overbrace{A+B}^{3}$
7618 \end_inset
7619
7620
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 </row>
7626 <row>
7627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631 \begin_inset ERT
7632 status collapsed
7633
7634 \begin_layout Plain Layout
7635
7636
7637 \backslash
7638 raisebox{-2.2mm}{
7639 \end_layout
7640
7641 \end_inset
7642
7643
7644 \backslash
7645 underbrace
7646 \begin_inset ERT
7647 status collapsed
7648
7649 \begin_layout Plain Layout
7650
7651
7652 \backslash
7653 spce 
7654 \end_layout
7655
7656 \end_inset
7657
7658 A+B
7659 \begin_inset ERT
7660 status collapsed
7661
7662 \begin_layout Plain Layout
7663
7664
7665 \backslash
7666 spce 
7667 \end_layout
7668
7669 \end_inset
7670
7671 _5
7672 \begin_inset ERT
7673 status collapsed
7674
7675 \begin_layout Plain Layout
7676
7677 }
7678 \end_layout
7679
7680 \end_inset
7681
7682
7683 \begin_inset Index idx
7684 status collapsed
7685
7686 \begin_layout Plain Layout
7687 Comandos ! U ! 
7688 \backslash
7689 underbrace
7690 \end_layout
7691
7692 \end_inset
7693
7694
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703 \begin_inset Formula $\underbrace{A+B}_{5}$
7704 \end_inset
7705
7706
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 </row>
7712 <row>
7713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717
7718 \backslash
7719 overbrace
7720 \begin_inset ERT
7721 status collapsed
7722
7723 \begin_layout Plain Layout
7724
7725
7726 \backslash
7727 spce 
7728 \end_layout
7729
7730 \end_inset
7731
7732
7733 \backslash
7734 underbrace
7735 \begin_inset ERT
7736 status collapsed
7737
7738 \begin_layout Plain Layout
7739
7740
7741 \backslash
7742 spce 
7743 \end_layout
7744
7745 \end_inset
7746
7747 A+B_w
7748 \begin_inset ERT
7749 status collapsed
7750
7751 \begin_layout Plain Layout
7752
7753
7754 \backslash
7755 spce 
7756 \end_layout
7757
7758 \end_inset
7759
7760
7761 \begin_inset ERT
7762 status collapsed
7763
7764 \begin_layout Plain Layout
7765
7766
7767 \backslash
7768 spce 
7769 \end_layout
7770
7771 \end_inset
7772
7773 _7
7774 \begin_inset ERT
7775 status collapsed
7776
7777 \begin_layout Plain Layout
7778
7779
7780 \backslash
7781 spce 
7782 \end_layout
7783
7784 \end_inset
7785
7786
7787 \begin_inset ERT
7788 status collapsed
7789
7790 \begin_layout Plain Layout
7791
7792
7793 \backslash
7794 spce 
7795 \end_layout
7796
7797 \end_inset
7798
7799 ^
7800 \begin_inset ERT
7801 status collapsed
7802
7803 \begin_layout Plain Layout
7804
7805
7806 \backslash
7807 spce 
7808 \end_layout
7809
7810 \end_inset
7811
7812 C
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7822 \end_inset
7823
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 </row>
7830 </lyxtabular>
7831
7832 \end_inset
7833
7834
7835 \end_layout
7836
7837 \begin_layout Standard
7838 En el último ejemplo no importa en qué orden se introducen los comandos
7839  
7840 \series bold
7841
7842 \backslash
7843 overbrace
7844 \series default
7845  y 
7846 \series bold
7847
7848 \backslash
7849 underbrace
7850 \series default
7851 .
7852 \begin_inset VSpace bigskip
7853 \end_inset
7854
7855
7856 \end_layout
7857
7858 \begin_layout Standard
7859 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7860  multilínea, como se describe en
7861 \begin_inset space ~
7862 \end_inset
7863
7864
7865 \begin_inset CommandInset ref
7866 LatexCommand ref
7867 reference "sec:Ecuaciones-multilínea"
7868
7869 \end_inset
7870
7871 :
7872 \begin_inset Formula \begin{eqnarray*}
7873 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7874  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7875 \end{eqnarray*}
7876
7877 \end_inset
7878
7879 En la primera fila se insertan la ecuación y la primera llave.
7880  Aquí es importante insertar el comando de espacio
7881 \begin_inset Foot
7882 status collapsed
7883
7884 \begin_layout Plain Layout
7885 Los comandos para espacios se explican en 
7886 \begin_inset CommandInset ref
7887 LatexCommand ref
7888 reference "sub:Espacio-predefinido"
7889
7890 \end_inset
7891
7892
7893 \end_layout
7894
7895 \end_inset
7896
7897  
7898 \series bold
7899
7900 \backslash
7901 :
7902 \series default
7903  antes de la primera
7904 \series bold
7905  
7906 \series default
7907
7908 \begin_inset Formula $d$
7909 \end_inset
7910
7911 , porque la llave que termina detrás de 
7912 \begin_inset Formula $q$
7913 \end_inset
7914
7915  impide que el siguiente 
7916 \begin_inset Quotes fld
7917 \end_inset
7918
7919 +
7920 \begin_inset Quotes frd
7921 \end_inset
7922
7923  esté rodeado de espacio.
7924 \begin_inset Foot
7925 status collapsed
7926
7927 \begin_layout Plain Layout
7928 Debido a que la llave no es considerada como carácter, véase 
7929 \begin_inset CommandInset ref
7930 LatexCommand ref
7931 reference "sub:Operadores-binarios"
7932
7933 \end_inset
7934
7935
7936 \end_layout
7937
7938 \end_inset
7939
7940  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7941  de 
7942 \begin_inset Formula $b$
7943 \end_inset
7944
7945  se inserta antes el comando 
7946 \series bold
7947
7948 \backslash
7949 hphantom{gggg+
7950 \backslash
7951 :}
7952 \series default
7953 .
7954 \begin_inset Foot
7955 status collapsed
7956
7957 \begin_layout Plain Layout
7958 Más sobre 
7959 \series bold
7960
7961 \backslash
7962 hphantom
7963 \series default
7964  en 
7965 \begin_inset CommandInset ref
7966 LatexCommand ref
7967 reference "sub:Espacios-reservados"
7968
7969 \end_inset
7970
7971
7972 \end_layout
7973
7974 \end_inset
7975
7976  Ese espacio es necesario porque el signo 
7977 \begin_inset Quotes fld
7978 \end_inset
7979
7980 +
7981 \begin_inset Quotes frd
7982 \end_inset
7983
7984  va seguido de un espacio en la ecuación.
7985  La llave se coloca bajo el comando 
7986 \series bold
7987
7988 \backslash
7989 hphantom{bbqq+dddd}
7990 \series default
7991 .
7992  
7993 \end_layout
7994
7995 \begin_layout Standard
7996 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7997  ejemplo:
7998 \begin_inset ERT
7999 status collapsed
8000
8001 \begin_layout Plain Layout
8002
8003
8004 \backslash
8005 setlength{
8006 \backslash
8007 jot}{-6pt}
8008 \end_layout
8009
8010 \end_inset
8011
8012
8013 \begin_inset Formula \begin{eqnarray*}
8014  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8015 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8016 \end{eqnarray*}
8017
8018 \end_inset
8019
8020
8021 \begin_inset ERT
8022 status collapsed
8023
8024 \begin_layout Plain Layout
8025
8026
8027 \backslash
8028 setlength{
8029 \backslash
8030 jot}{3pt}
8031 \end_layout
8032
8033 \end_inset
8034
8035 La primera fila de la ecuación es igual que la segunda fila del ejemplo
8036  anterior, con la diferencia de que la llave está encima.
8037  La segunda fila contiene la ecuación junto con la segunda llave.
8038  Para evitar que haya demasiado espacio entre la llave superior en la primera
8039  fila y la ecuación hay que reducirlo.
8040  Esto no es fácil de hacer debido a un fallo de LyX.
8041 \begin_inset Foot
8042 status collapsed
8043
8044 \begin_layout Plain Layout
8045 \begin_inset CommandInset href
8046 LatexCommand href
8047 name "LyX-bug #1505"
8048 target "http://www.lyx.org/trac/ticket/1505"
8049
8050 \end_inset
8051
8052
8053 \end_layout
8054
8055 \end_inset
8056
8057  Una solución es cambiar la separación global de filas en la ecuación, 
8058 \series bold
8059
8060 \backslash
8061 jot
8062 \series default
8063
8064 \begin_inset Index idx
8065 status collapsed
8066
8067 \begin_layout Plain Layout
8068 Comandos ! J ! 
8069 \backslash
8070 jot
8071 \end_layout
8072
8073 \end_inset
8074
8075 , en -6
8076 \begin_inset space \thinspace{}
8077 \end_inset
8078
8079 pt insertando antes de la ecuación el comando 
8080 \series bold
8081
8082 \backslash
8083 setlength{
8084 \backslash
8085 jot}{-6pt}
8086 \series default
8087  en modo TeX.
8088  Después de la ecuación se vuelve al valor normal 3
8089 \begin_inset space \thinspace{}
8090 \end_inset
8091
8092 pt de 
8093 \series bold
8094
8095 \backslash
8096 jot
8097 \series default
8098  usando el mismo comando.
8099  Más información sobre separación de filas en ecuaciones en
8100 \begin_inset space ~
8101 \end_inset
8102
8103
8104 \begin_inset CommandInset ref
8105 LatexCommand ref
8106 reference "sub:Separación-de-líneas"
8107
8108 \end_inset
8109
8110 .
8111 \end_layout
8112
8113 \begin_layout Section
8114 Flechas
8115 \begin_inset Index idx
8116 status collapsed
8117
8118 \begin_layout Plain Layout
8119 Flechas
8120 \end_layout
8121
8122 \end_inset
8123
8124
8125 \end_layout
8126
8127 \begin_layout Standard
8128 Las flechas se pueden insertar con el botón 
8129 \begin_inset Graphics
8130         filename ../../images/math/leftarrow.png
8131         scale 85
8132
8133 \end_inset
8134
8135  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
8136  siguientes.
8137 \end_layout
8138
8139 \begin_layout Subsection
8140 Flechas horizontales
8141 \begin_inset Index idx
8142 status collapsed
8143
8144 \begin_layout Plain Layout
8145 Flechas ! horizontales
8146 \end_layout
8147
8148 \end_inset
8149
8150
8151 \end_layout
8152
8153 \begin_layout Standard
8154 \begin_inset space \hfill{}
8155 \end_inset
8156
8157
8158 \begin_inset Tabular
8159 <lyxtabular version="3" rows="8" columns="2">
8160 <features tabularvalignment="middle">
8161 <column alignment="center" valignment="top" width="0pt">
8162 <column alignment="center" valignment="top" width="0pt">
8163 <row>
8164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 Comando
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 Resultado
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \backslash
8190 gets
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 \begin_inset Formula $\gets$
8200 \end_inset
8201
8202
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \backslash
8215 Leftarrow
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 \begin_inset Formula $\Leftarrow$
8225 \end_inset
8226
8227
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \backslash
8240 longleftarrow
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 \begin_inset Formula $\longleftarrow$
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \backslash
8265 Longleftarrow
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 \begin_inset Formula $\Longleftarrow$
8275 \end_inset
8276
8277
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \backslash
8290 leftharpoonup
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 \begin_inset Formula $\leftharpoonup$
8300 \end_inset
8301
8302
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \backslash
8315 leftharpoondown
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 \begin_inset Formula $\leftharpoondown$
8325 \end_inset
8326
8327
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \backslash
8340 hookleftarrow
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 \begin_inset Formula $\hookleftarrow$
8350 \end_inset
8351
8352
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 </lyxtabular>
8359
8360 \end_inset
8361
8362
8363 \begin_inset space \hfill{}
8364 \end_inset
8365
8366
8367 \begin_inset Tabular
8368 <lyxtabular version="3" rows="8" columns="2">
8369 <features tabularvalignment="middle">
8370 <column alignment="center" valignment="top" width="0pt">
8371 <column alignment="center" valignment="top" width="0pt">
8372 <row>
8373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 Comando
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 Resultado
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \backslash
8399 to
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 \begin_inset Formula $\to$
8409 \end_inset
8410
8411
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \backslash
8424 Rightarrow
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 \begin_inset Formula $\Rightarrow$
8434 \end_inset
8435
8436
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \backslash
8449 longrightarrow
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 \begin_inset Formula $\longrightarrow$
8459 \end_inset
8460
8461
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 </row>
8467 <row>
8468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472
8473 \backslash
8474 Longrightarrow
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 \begin_inset Formula $\Longrightarrow$
8484 \end_inset
8485
8486
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \backslash
8499 rightharpoonup
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 \begin_inset Formula $\rightharpoonup$
8509 \end_inset
8510
8511
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \backslash
8524 rightharpoondown
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 \begin_inset Formula $\rightharpoondown$
8534 \end_inset
8535
8536
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 </row>
8542 <row>
8543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547
8548 \backslash
8549 hookrightarrow
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 \begin_inset Formula $\hookrightarrow$
8559 \end_inset
8560
8561
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 </lyxtabular>
8568
8569 \end_inset
8570
8571
8572 \begin_inset space \hfill{}
8573 \end_inset
8574
8575
8576 \end_layout
8577
8578 \begin_layout Standard
8579 \begin_inset space \hfill{}
8580 \end_inset
8581
8582
8583 \begin_inset Tabular
8584 <lyxtabular version="3" rows="6" columns="2">
8585 <features tabularvalignment="middle">
8586 <column alignment="center" valignment="top" width="0pt">
8587 <column alignment="center" valignment="top" width="0pt">
8588 <row>
8589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Comando
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 Resultado
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 <row>
8609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613
8614 \backslash
8615 leftrightarrow
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 \begin_inset Formula $\leftrightarrow$
8625 \end_inset
8626
8627
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \backslash
8640 Leftrightarrow
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 \begin_inset Formula $\Leftrightarrow$
8650 \end_inset
8651
8652
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \backslash
8665 longleftrightarrow
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 \begin_inset Formula $\longleftrightarrow$
8675 \end_inset
8676
8677
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \backslash
8690 Longleftrightarrow
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 \begin_inset Formula $\Longleftrightarrow$
8700 \end_inset
8701
8702
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row>
8709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713
8714 \backslash
8715 rightleftharpoons
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 \begin_inset Formula $\rightleftharpoons$
8725 \end_inset
8726
8727
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 </lyxtabular>
8734
8735 \end_inset
8736
8737
8738 \begin_inset space \hspace{}
8739 \length 25pt
8740 \end_inset
8741
8742
8743 \begin_inset space \hfill{}
8744 \end_inset
8745
8746
8747 \begin_inset Tabular
8748 <lyxtabular version="3" rows="5" columns="2">
8749 <features tabularvalignment="middle">
8750 <column alignment="center" valignment="top" width="0pt">
8751 <column alignment="center" valignment="top" width="0pt">
8752 <row>
8753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 Comando
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 Resultado
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 </row>
8772 <row>
8773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777
8778 \backslash
8779 mapsto
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 \begin_inset Formula $\mapsto$
8789 \end_inset
8790
8791
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802
8803 \backslash
8804 longmapsto
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 \begin_inset Formula $\longmapsto$
8814 \end_inset
8815
8816
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 </row>
8822 <row>
8823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827
8828 \backslash
8829 leadsto
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 \begin_inset Formula $\leadsto$
8839 \end_inset
8840
8841
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \backslash
8854 dasharrow
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 \begin_inset Formula $\dasharrow$
8864 \end_inset
8865
8866
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 </row>
8872 </lyxtabular>
8873
8874 \end_inset
8875
8876
8877 \begin_inset space \hfill{}
8878 \end_inset
8879
8880
8881 \begin_inset VSpace medskip
8882 \end_inset
8883
8884
8885 \end_layout
8886
8887 \begin_layout Standard
8888 Las flechas que se utilizan como acentos, p.
8889 \begin_inset space \thinspace{}
8890 \end_inset
8891
8892 e.
8893  en vectores, se describen en 
8894 \begin_inset CommandInset ref
8895 LatexCommand ref
8896 reference "sec:Acentos"
8897
8898 \end_inset
8899
8900 .
8901  
8902 \begin_inset VSpace bigskip
8903 \end_inset
8904
8905
8906 \end_layout
8907
8908 \begin_layout Standard
8909 Además hay las flechas etiquetadas
8910 \begin_inset Index idx
8911 status collapsed
8912
8913 \begin_layout Plain Layout
8914 Flechas ! etiquetadas
8915 \end_layout
8916
8917 \end_inset
8918
8919  
8920 \series bold
8921
8922 \backslash
8923 xleftarrow
8924 \series default
8925
8926 \begin_inset Index idx
8927 status collapsed
8928
8929 \begin_layout Plain Layout
8930 Comandos ! X ! 
8931 \backslash
8932 xleftarrow
8933 \end_layout
8934
8935 \end_inset
8936
8937  y 
8938 \series bold
8939
8940 \backslash
8941 xrightarrow
8942 \series default
8943
8944 \begin_inset Index idx
8945 status collapsed
8946
8947 \begin_layout Plain Layout
8948 Comandos ! X ! 
8949 \backslash
8950 xrightarrow
8951 \begin_inset ERT
8952 status collapsed
8953
8954 \begin_layout Plain Layout
8955
8956
8957 \backslash
8958 vspace{4mm}
8959 \end_layout
8960
8961 \end_inset
8962
8963
8964 \end_layout
8965
8966 \end_inset
8967
8968 .
8969  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8970  con dos marcos azules donde se puede insertar la etiqueta.
8971  La longitud de la flecha se adapta a la anchura de la etiqueta.
8972 \end_layout
8973
8974 \begin_layout Standard
8975 \noindent
8976 \align center
8977 \begin_inset Tabular
8978 <lyxtabular version="3" rows="3" columns="2">
8979 <features tabularvalignment="middle">
8980 <column alignment="center" valignment="top" width="0">
8981 <column alignment="center" valignment="top" width="0">
8982 <row>
8983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 Comando
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 Resultado
8997 \begin_inset Note Note
8998 status collapsed
8999
9000 \begin_layout Plain Layout
9001
9002 \series bold
9003
9004 \backslash
9005 raisebox
9006 \series default
9007  se usa sólo como espaciador
9008 \end_layout
9009
9010 \end_inset
9011
9012
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 F(a)
9024 \backslash
9025 xleftarrow
9026 \begin_inset ERT
9027 status collapsed
9028
9029 \begin_layout Plain Layout
9030
9031
9032 \backslash
9033 spce 
9034 \end_layout
9035
9036 \end_inset
9037
9038 x=a
9039 \begin_inset Formula $\downarrow$
9040 \end_inset
9041
9042 x>0
9043 \begin_inset Formula $\to$
9044 \end_inset
9045
9046 F(x)
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9056 \end_inset
9057
9058
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 <row>
9065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 F(x)
9070 \backslash
9071 xrightarrow
9072 \begin_inset ERT
9073 status collapsed
9074
9075 \begin_layout Plain Layout
9076
9077
9078 \backslash
9079 spce 
9080 \end_layout
9081
9082 \end_inset
9083
9084 x=a
9085 \begin_inset Formula $\downarrow$
9086 \end_inset
9087
9088 x>0
9089 \begin_inset Formula $\to$
9090 \end_inset
9091
9092 F(a)
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9102 \end_inset
9103
9104
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 </lyxtabular>
9111
9112 \end_inset
9113
9114
9115 \end_layout
9116
9117 \begin_layout Subsection
9118 Flechas verticales y diagonales
9119 \begin_inset Index idx
9120 status collapsed
9121
9122 \begin_layout Plain Layout
9123 Flechas ! diagonales
9124 \end_layout
9125
9126 \end_inset
9127
9128
9129 \begin_inset Index idx
9130 status collapsed
9131
9132 \begin_layout Plain Layout
9133 Flechas ! verticales
9134 \end_layout
9135
9136 \end_inset
9137
9138
9139 \end_layout
9140
9141 \begin_layout Standard
9142 \begin_inset space \hfill{}
9143 \end_inset
9144
9145
9146 \begin_inset Tabular
9147 <lyxtabular version="3" rows="7" columns="2">
9148 <features tabularvalignment="middle">
9149 <column alignment="center" valignment="top" width="0pt">
9150 <column alignment="center" valignment="top" width="0pt">
9151 <row>
9152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 Comando
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 Resultado
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \backslash
9178 uparrow
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 \begin_inset Formula $\uparrow$
9188 \end_inset
9189
9190
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 <row>
9197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201
9202 \backslash
9203 Uparrow
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 \begin_inset Formula $\Uparrow$
9213 \end_inset
9214
9215
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \backslash
9228 updownarrow
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 \begin_inset Formula $\updownarrow$
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \backslash
9253 Updownarrow
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 \begin_inset Formula $\Updownarrow$
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row>
9272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \backslash
9278 Downarrow
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 \begin_inset Formula $\Downarrow$
9288 \end_inset
9289
9290
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \backslash
9303 downarrow
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 \begin_inset Formula $\downarrow$
9313 \end_inset
9314
9315
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 </row>
9321 </lyxtabular>
9322
9323 \end_inset
9324
9325
9326 \begin_inset space \hfill{}
9327 \end_inset
9328
9329
9330 \begin_inset Tabular
9331 <lyxtabular version="3" rows="5" columns="2">
9332 <features tabularvalignment="middle">
9333 <column alignment="center" valignment="top" width="0pt">
9334 <column alignment="center" valignment="top" width="0pt">
9335 <row>
9336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 Comando
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 Resultado
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 </row>
9355 <row>
9356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360
9361 \backslash
9362 nearrow
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 \begin_inset Formula $\nearrow$
9372 \end_inset
9373
9374
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 </row>
9380 <row>
9381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385
9386 \backslash
9387 searrow
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 \begin_inset Formula $\searrow$
9397 \end_inset
9398
9399
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 </row>
9405 <row>
9406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \backslash
9412 swarrow
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 \begin_inset Formula $\swarrow$
9422 \end_inset
9423
9424
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 </row>
9430 <row>
9431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435
9436 \backslash
9437 nwarrow
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446 \begin_inset Formula $\nwarrow$
9447 \end_inset
9448
9449
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 </row>
9455 </lyxtabular>
9456
9457 \end_inset
9458
9459
9460 \begin_inset space \hfill{}
9461 \end_inset
9462
9463
9464 \end_layout
9465
9466 \begin_layout Standard
9467 \begin_inset VSpace medskip
9468 \end_inset
9469
9470
9471 \end_layout
9472
9473 \begin_layout Standard
9474 Las flechas verticales también se pueden usar como delimitadores junto con
9475  los comandos descritos en
9476 \begin_inset space ~
9477 \end_inset
9478
9479
9480 \begin_inset CommandInset ref
9481 LatexCommand ref
9482 reference "sub:Tamaño-manual-de"
9483
9484 \end_inset
9485
9486  y 
9487 \begin_inset CommandInset ref
9488 LatexCommand ref
9489 reference "sub:Tamaño-automático-de"
9490
9491 \end_inset
9492
9493 .
9494 \end_layout
9495
9496 \begin_layout Standard
9497
9498 \end_layout
9499
9500 \begin_layout Section
9501 Acentos
9502 \begin_inset CommandInset label
9503 LatexCommand label
9504 name "sec:Acentos"
9505
9506 \end_inset
9507
9508
9509 \begin_inset Index idx
9510 status collapsed
9511
9512 \begin_layout Plain Layout
9513 Acentos
9514 \end_layout
9515
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \begin_layout Standard
9522 Los acentos se pueden insertar con el botón 
9523 \begin_inset Graphics
9524         filename ../../images/math/hat.png
9525         scale 85
9526
9527 \end_inset
9528
9529  o mediante los comandos listados en las siguientes subsecciones.
9530 \end_layout
9531
9532 \begin_layout Subsection
9533 Acentos para un carácter
9534 \begin_inset ERT
9535 status collapsed
9536
9537 \begin_layout Plain Layout
9538
9539
9540 \backslash
9541 texorpdfstring{
9542 \end_layout
9543
9544 \end_inset
9545
9546
9547 \begin_inset Foot
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551 Para acentos en texto, véase 
9552 \begin_inset CommandInset ref
9553 LatexCommand ref
9554 reference "sub:Acentos-en-texto"
9555
9556 \end_inset
9557
9558
9559 \end_layout
9560
9561 \end_inset
9562
9563
9564 \begin_inset ERT
9565 status collapsed
9566
9567 \begin_layout Plain Layout
9568
9569 }{}
9570 \end_layout
9571
9572 \end_inset
9573
9574
9575 \begin_inset Note Note
9576 status collapsed
9577
9578 \begin_layout Plain Layout
9579
9580 \series bold
9581
9582 \backslash
9583 texorpdfstring
9584 \series default
9585  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
9586 \end_layout
9587
9588 \begin_layout Plain Layout
9589 Más sobre 
9590 \series bold
9591
9592 \backslash
9593 texorpdfstring
9594 \series default
9595  en la sección 
9596 \begin_inset CommandInset ref
9597 LatexCommand ref
9598 reference "sub:Ecuaciones-en-encabezados"
9599
9600 \end_inset
9601
9602 .
9603 \end_layout
9604
9605 \end_inset
9606
9607
9608 \begin_inset CommandInset label
9609 LatexCommand label
9610 name "sub:Acentos-para-un"
9611
9612 \end_inset
9613
9614
9615 \begin_inset Index idx
9616 status collapsed
9617
9618 \begin_layout Plain Layout
9619 Acentos ! para un carácter
9620 \end_layout
9621
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \begin_layout Standard
9628 \begin_inset space \hfill{}
9629 \end_inset
9630
9631
9632 \begin_inset Tabular
9633 <lyxtabular version="3" rows="8" columns="2">
9634 <features tabularvalignment="middle">
9635 <column alignment="center" valignment="top" width="0pt">
9636 <column alignment="center" valignment="top" width="0pt">
9637 <row>
9638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642 Comando
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651 Resultado
9652 \begin_inset Note Note
9653 status collapsed
9654
9655 \begin_layout Plain Layout
9656
9657 \series bold
9658
9659 \backslash
9660 raisebox
9661 \series default
9662  se usa sólo como espaciador
9663 \end_layout
9664
9665 \end_inset
9666
9667
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 </row>
9673 <row>
9674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \backslash
9680 dot
9681 \begin_inset ERT
9682 status collapsed
9683
9684 \begin_layout Plain Layout
9685
9686
9687 \backslash
9688 spce 
9689 \end_layout
9690
9691 \end_inset
9692
9693 A
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9703 \end_inset
9704
9705
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 </row>
9711 <row>
9712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716
9717 \backslash
9718 ddot
9719 \begin_inset ERT
9720 status collapsed
9721
9722 \begin_layout Plain Layout
9723
9724
9725 \backslash
9726 spce 
9727 \end_layout
9728
9729 \end_inset
9730
9731 A
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9741 \end_inset
9742
9743
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 </row>
9749 <row>
9750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754
9755 \backslash
9756 dddot
9757 \begin_inset ERT
9758 status collapsed
9759
9760 \begin_layout Plain Layout
9761
9762
9763 \backslash
9764 spce 
9765 \end_layout
9766
9767 \end_inset
9768
9769 A
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9779 \end_inset
9780
9781
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 <row>
9788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \backslash
9794 ddddot
9795 \begin_inset ERT
9796 status collapsed
9797
9798 \begin_layout Plain Layout
9799
9800
9801 \backslash
9802 spce 
9803 \end_layout
9804
9805 \end_inset
9806
9807 A
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9817 \end_inset
9818
9819
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 </row>
9825 <row>
9826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830
9831 \backslash
9832 vec
9833 \begin_inset ERT
9834 status collapsed
9835
9836 \begin_layout Plain Layout
9837
9838
9839 \backslash
9840 spce 
9841 \end_layout
9842
9843 \end_inset
9844
9845 A
9846 \begin_inset Index idx
9847 status collapsed
9848
9849 \begin_layout Plain Layout
9850 Vectores
9851 \end_layout
9852
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9865 \end_inset
9866
9867
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 </row>
9873 <row>
9874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878
9879 \backslash
9880 bar
9881 \begin_inset ERT
9882 status collapsed
9883
9884 \begin_layout Plain Layout
9885
9886
9887 \backslash
9888 spce 
9889 \end_layout
9890
9891 \end_inset
9892
9893 A
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9903 \end_inset
9904
9905
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \backslash
9918 mathring
9919 \begin_inset ERT
9920 status collapsed
9921
9922 \begin_layout Plain Layout
9923
9924
9925 \backslash
9926 spce 
9927 \end_layout
9928
9929 \end_inset
9930
9931 A
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9941 \end_inset
9942
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 </row>
9949 </lyxtabular>
9950
9951 \end_inset
9952
9953
9954 \begin_inset space \hfill{}
9955 \end_inset
9956
9957
9958 \begin_inset Tabular
9959 <lyxtabular version="3" rows="7" columns="2">
9960 <features tabularvalignment="middle">
9961 <column alignment="center" valignment="top" width="0pt">
9962 <column alignment="center" valignment="top" width="0pt">
9963 <row>
9964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 Comando
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977 Resultado
9978 \begin_inset Note Note
9979 status collapsed
9980
9981 \begin_layout Plain Layout
9982
9983 \series bold
9984
9985 \backslash
9986 raisebox
9987 \series default
9988  se usa sólo como espaciador
9989 \end_layout
9990
9991 \end_inset
9992
9993
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row>
10000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \backslash
10006 tilde
10007 \begin_inset ERT
10008 status collapsed
10009
10010 \begin_layout Plain Layout
10011
10012
10013 \backslash
10014 spce 
10015 \end_layout
10016
10017 \end_inset
10018
10019 A
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10029 \end_inset
10030
10031
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row>
10038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \backslash
10044 hat
10045 \begin_inset ERT
10046 status collapsed
10047
10048 \begin_layout Plain Layout
10049
10050
10051 \backslash
10052 spce 
10053 \end_layout
10054
10055 \end_inset
10056
10057 A
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10067 \end_inset
10068
10069
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 </row>
10075 <row>
10076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \backslash
10082 check
10083 \begin_inset ERT
10084 status collapsed
10085
10086 \begin_layout Plain Layout
10087
10088
10089 \backslash
10090 spce 
10091 \end_layout
10092
10093 \end_inset
10094
10095 A
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10105 \end_inset
10106
10107
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 </row>
10113 <row>
10114 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \backslash
10120 acute
10121 \begin_inset ERT
10122 status collapsed
10123
10124 \begin_layout Plain Layout
10125
10126
10127 \backslash
10128 spce 
10129 \end_layout
10130
10131 \end_inset
10132
10133 A
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10143 \end_inset
10144
10145
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 </row>
10151 <row>
10152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156
10157 \backslash
10158 grave
10159 \begin_inset ERT
10160 status collapsed
10161
10162 \begin_layout Plain Layout
10163
10164
10165 \backslash
10166 spce 
10167 \end_layout
10168
10169 \end_inset
10170
10171 A
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10181 \end_inset
10182
10183
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 </row>
10189 <row>
10190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194
10195 \backslash
10196 breve
10197 \begin_inset ERT
10198 status collapsed
10199
10200 \begin_layout Plain Layout
10201
10202
10203 \backslash
10204 spce 
10205 \end_layout
10206
10207 \end_inset
10208
10209 A
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10219 \end_inset
10220
10221
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 </row>
10227 </lyxtabular>
10228
10229 \end_inset
10230
10231
10232 \begin_inset space \hfill{}
10233 \end_inset
10234
10235
10236 \end_layout
10237
10238 \begin_layout Standard
10239 \begin_inset VSpace bigskip
10240 \end_inset
10241
10242
10243 \end_layout
10244
10245 \begin_layout Standard
10246 En ecuaciones se pueden insertar acentos como é directamente.
10247  LyX los transformará al comando de acento correspondiente.
10248  Para poner diéresis
10249 \begin_inset Index idx
10250 status collapsed
10251
10252 \begin_layout Plain Layout
10253 Dieresis@Diéresis
10254 \end_layout
10255
10256 \end_inset
10257
10258  es mejor insertar comillas antes de la vocal.
10259  Estos dos caracteres son considerados por LaTeX como 
10260 \emph on
10261 un solo
10262 \emph default
10263  carácter si la parte de la ecuación con la diéresis se marca en idioma
10264  alemán.
10265 \begin_inset Foot
10266 status collapsed
10267
10268 \begin_layout Plain Layout
10269 O algún otro idioma que use acentos, p.
10270 \begin_inset space \thinspace{}
10271 \end_inset
10272
10273 e.
10274  catalán.
10275  Aunque esto no funciona en español por algún conflicto con el estilo 
10276 \series bold
10277 spanish
10278 \series default
10279  de 
10280 \series bold
10281 babel
10282 \series default
10283 , no es necesario: se puede escribir 
10284 \begin_inset Formula $ï$
10285 \end_inset
10286
10287  en una ecuación igual que se hace en texto normal, ï.
10288  (
10289 \emph on
10290 N.
10291 \begin_inset space \thinspace{}
10292 \end_inset
10293
10294 del t.
10295 \emph default
10296 )
10297 \end_layout
10298
10299 \end_inset
10300
10301  A diferencia de 
10302 \series bold
10303
10304 \backslash
10305 ddot
10306 \series default
10307 , con este método se generan diéresis 
10308 \begin_inset Quotes fld
10309 \end_inset
10310
10311 reales
10312 \begin_inset Quotes frd
10313 \end_inset
10314
10315 , como se demuestra en el siguiente ejemplo:
10316 \begin_inset VSpace -2mm
10317 \end_inset
10318
10319
10320 \end_layout
10321
10322 \begin_layout Standard
10323 \noindent
10324 \align center
10325 \begin_inset Tabular
10326 <lyxtabular version="3" rows="3" columns="2">
10327 <features tabularvalignment="middle">
10328 <column alignment="center" valignment="top" width="0">
10329 <column alignment="center" valignment="top" width="0">
10330 <row>
10331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 Comando
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 Resultado
10345 \begin_inset Note Note
10346 status collapsed
10347
10348 \begin_layout Plain Layout
10349
10350 \series bold
10351
10352 \backslash
10353 raisebox
10354 \series default
10355  se usa sólo como espaciador.
10356 \end_layout
10357
10358 \end_inset
10359
10360
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 </row>
10366 <row>
10367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 ï
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 \begin_inset Formula $ï$
10381 \end_inset
10382
10383
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row>
10390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394
10395 \backslash
10396 ddot
10397 \begin_inset ERT
10398 status collapsed
10399
10400 \begin_layout Plain Layout
10401
10402
10403 \backslash
10404 spce 
10405 \end_layout
10406
10407 \end_inset
10408
10409 i
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10419 \end_inset
10420
10421
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 </row>
10427 </lyxtabular>
10428
10429 \end_inset
10430
10431
10432 \end_layout
10433
10434 \begin_layout Standard
10435 Otra ventaja frente a 
10436 \series bold
10437
10438 \backslash
10439 ddot
10440 \series default
10441  es que la diéresis puede convertirse directamente a texto matemático, porque
10442  los anteriores comandos para acentos 
10443 \emph on
10444 no están permitidos en texto matemático
10445 \emph default
10446 .
10447  Para convertir un carácter acentuado a texto matemático, se debe convertir
10448  sólo el carácter bajo el acento.
10449  Esto también se aplica para otras conversiones, p.
10450 \begin_inset space \thinspace{}
10451 \end_inset
10452
10453 e.
10454 \begin_inset space ~
10455 \end_inset
10456
10457 cursiva o negrita.
10458 \end_layout
10459
10460 \begin_layout Standard
10461 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10462 \end_layout
10463
10464 \begin_layout Subsection
10465 Acentos para operadores
10466 \begin_inset Index idx
10467 status collapsed
10468
10469 \begin_layout Plain Layout
10470 Acentos ! en operadores
10471 \end_layout
10472
10473 \end_inset
10474
10475
10476 \end_layout
10477
10478 \begin_layout Standard
10479 Con los comandos 
10480 \series bold
10481
10482 \backslash
10483 overset
10484 \series default
10485
10486 \begin_inset Index idx
10487 status collapsed
10488
10489 \begin_layout Plain Layout
10490 Comandos ! O ! 
10491 \backslash
10492 overset
10493 \end_layout
10494
10495 \end_inset
10496
10497  y 
10498 \series bold
10499
10500 \backslash
10501 underset
10502 \series default
10503
10504 \begin_inset Index idx
10505 status collapsed
10506
10507 \begin_layout Plain Layout
10508 Comandos ! U ! 
10509 \backslash
10510 underset
10511 \end_layout
10512
10513 \end_inset
10514
10515  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10516  Con el comando 
10517 \series bold
10518
10519 \backslash
10520 sideset
10521 \series default
10522
10523 \begin_inset Index idx
10524 status collapsed
10525
10526 \begin_layout Plain Layout
10527 Comandos ! S ! 
10528 \backslash
10529 sideset
10530 \end_layout
10531
10532 \end_inset
10533
10534  se pueden poner caracteres delante y detrás de un operador.
10535  El esquema del comando es:
10536 \end_layout
10537
10538 \begin_layout Standard
10539
10540 \series bold
10541
10542 \backslash
10543 sideset{carácter
10544 \series default
10545  
10546 \series bold
10547 anterior}{carácter posterior}
10548 \end_layout
10549
10550 \begin_layout Standard
10551
10552 \series bold
10553
10554 \backslash
10555 sideset
10556 \series default
10557  siempre debe estar delante del operador que debe acentuarse.
10558  Se puede acentuar con varios caracteres e incluso con otros operadores
10559  y símbolos.
10560  Para colocar con
10561 \series bold
10562  
10563 \backslash
10564 sideset
10565 \series default
10566  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10567  el primer par de llaves, pero sin quitarlas.
10568  
10569 \end_layout
10570
10571 \begin_layout Standard
10572 Por ejemplo, el comando 
10573 \series bold
10574
10575 \backslash
10576 sideset{
10577 \begin_inset Formula $\to$
10578 \end_inset
10579
10580
10581 \backslash
10582 {
10583 \series default
10584 '
10585 \series bold
10586
10587 \begin_inset Formula $\to$
10588 \end_inset
10589
10590
10591 \backslash
10592 sum_k=1
10593 \begin_inset ERT
10594 status collapsed
10595
10596 \begin_layout Plain Layout
10597
10598
10599 \backslash
10600 spce 
10601 \end_layout
10602
10603 \end_inset
10604
10605
10606 \series default
10607 ^
10608 \series bold
10609
10610 \begin_inset ERT
10611 status collapsed
10612
10613 \begin_layout Plain Layout
10614
10615
10616 \backslash
10617 spce 
10618 \end_layout
10619
10620 \end_inset
10621
10622 n
10623 \series default
10624  genera:
10625 \begin_inset Formula \[
10626 \sideset{}{'}\sum_{k=1}^{n}\]
10627
10628 \end_inset
10629
10630
10631 \end_layout
10632
10633 \begin_layout Standard
10634 El comando 
10635 \series bold
10636
10637 \backslash
10638 overset
10639 \begin_inset ERT
10640 status collapsed
10641
10642 \begin_layout Plain Layout
10643
10644
10645 \backslash
10646 spce 
10647 \end_layout
10648
10649 \end_inset
10650
10651
10652 \backslash
10653 maltese
10654 \begin_inset ERT
10655 status collapsed
10656
10657 \begin_layout Plain Layout
10658
10659
10660 \backslash
10661 spce 
10662 \end_layout
10663
10664 \end_inset
10665
10666
10667 \series default
10668
10669 \begin_inset Formula $\uparrow$
10670 \end_inset
10671
10672
10673 \series bold
10674 a
10675 \series default
10676  genera:
10677 \begin_inset Formula \[
10678 \overset{a}{\maltese}\]
10679
10680 \end_inset
10681
10682
10683 \end_layout
10684
10685 \begin_layout Standard
10686 Como se ve en el último ejemplo, con 
10687 \series bold
10688
10689 \backslash
10690 overset
10691 \series default
10692  y 
10693 \series bold
10694
10695 \backslash
10696 underset
10697 \series default
10698  también se pueden acentuar símbolos y caracteres; con 
10699 \series bold
10700
10701 \backslash
10702 sideset
10703 \series default
10704  esto no es posible.
10705 \end_layout
10706
10707 \begin_layout Subsection
10708 Acentos para varios caracteres
10709 \begin_inset Index idx
10710 status collapsed
10711
10712 \begin_layout Plain Layout
10713 Acentos ! en varios caracteres
10714 \end_layout
10715
10716 \end_inset
10717
10718
10719 \end_layout
10720
10721 \begin_layout Standard
10722 \begin_inset space \hfill{}
10723 \end_inset
10724
10725
10726 \begin_inset Tabular
10727 <lyxtabular version="3" rows="5" columns="2">
10728 <features tabularvalignment="middle">
10729 <column alignment="center" valignment="top" width="0pt">
10730 <column alignment="center" valignment="top" width="0pt">
10731 <row>
10732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 Comando
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 Resultado
10746 \begin_inset Note Note
10747 status collapsed
10748
10749 \begin_layout Plain Layout
10750
10751 \series bold
10752
10753 \backslash
10754 raisebox
10755 \series default
10756  se usa sólo como espaciador
10757 \end_layout
10758
10759 \end_inset
10760
10761
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 </row>
10767 <row>
10768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772
10773 \backslash
10774 overleftarrow
10775 \begin_inset ERT
10776 status collapsed
10777
10778 \begin_layout Plain Layout
10779
10780
10781 \backslash
10782 spce 
10783 \end_layout
10784
10785 \end_inset
10786
10787 A=B
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10797 \end_inset
10798
10799
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 <row>
10806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810
10811 \backslash
10812 underleftarrow
10813 \begin_inset ERT
10814 status collapsed
10815
10816 \begin_layout Plain Layout
10817
10818
10819 \backslash
10820 spce 
10821 \end_layout
10822
10823 \end_inset
10824
10825 A=B
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10835 \end_inset
10836
10837
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 </row>
10843 <row>
10844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848
10849 \backslash
10850 overleftrightarrow
10851 \begin_inset ERT
10852 status collapsed
10853
10854 \begin_layout Plain Layout
10855
10856
10857 \backslash
10858 spce 
10859 \end_layout
10860
10861 \end_inset
10862
10863 A=B
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10873 \end_inset
10874
10875
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 </row>
10881 <row>
10882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886
10887 \backslash
10888 underleftrightarrow
10889 \begin_inset ERT
10890 status collapsed
10891
10892 \begin_layout Plain Layout
10893
10894
10895 \backslash
10896 spce 
10897 \end_layout
10898
10899 \end_inset
10900
10901 A=B
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10911 \end_inset
10912
10913
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 </row>
10919 </lyxtabular>
10920
10921 \end_inset
10922
10923
10924 \begin_inset space \hfill{}
10925 \end_inset
10926
10927
10928 \begin_inset Tabular
10929 <lyxtabular version="3" rows="5" columns="2">
10930 <features tabularvalignment="middle">
10931 <column alignment="center" valignment="top" width="0pt">
10932 <column alignment="center" valignment="top" width="0pt">
10933 <row>
10934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 Comando
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 Resultado
10948 \begin_inset Note Note
10949 status collapsed
10950
10951 \begin_layout Plain Layout
10952
10953 \series bold
10954
10955 \backslash
10956 raisebox
10957 \series default
10958  se usa sólo como espaciador
10959 \end_layout
10960
10961 \end_inset
10962
10963
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 </row>
10969 <row>
10970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974
10975 \backslash
10976 overrightarrow
10977 \begin_inset ERT
10978 status collapsed
10979
10980 \begin_layout Plain Layout
10981
10982
10983 \backslash
10984 spce 
10985 \end_layout
10986
10987 \end_inset
10988
10989 A=B
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10999 \end_inset
11000
11001
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 </row>
11007 <row>
11008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012
11013 \backslash
11014 underrightarrow
11015 \begin_inset ERT
11016 status collapsed
11017
11018 \begin_layout Plain Layout
11019
11020
11021 \backslash
11022 spce 
11023 \end_layout
11024
11025 \end_inset
11026
11027 A=B
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11037 \end_inset
11038
11039
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 </row>
11045 <row>
11046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \backslash
11052 widetilde
11053 \begin_inset ERT
11054 status collapsed
11055
11056 \begin_layout Plain Layout
11057
11058
11059 \backslash
11060 spce 
11061 \end_layout
11062
11063 \end_inset
11064
11065 A=B
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11075 \end_inset
11076
11077
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 </row>
11083 <row>
11084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088
11089 \backslash
11090 widehat
11091 \begin_inset ERT
11092 status collapsed
11093
11094 \begin_layout Plain Layout
11095
11096
11097 \backslash
11098 spce 
11099 \end_layout
11100
11101 \end_inset
11102
11103 A=B
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11113 \end_inset
11114
11115
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 </row>
11121 </lyxtabular>
11122
11123 \end_inset
11124
11125
11126 \begin_inset space \hfill{}
11127 \end_inset
11128
11129
11130 \end_layout
11131
11132 \begin_layout Standard
11133 \begin_inset VSpace medskip
11134 \end_inset
11135
11136
11137 \end_layout
11138
11139 \begin_layout Standard
11140 Con estos comandos se pueden acentuar tantos caracteres como quieras.
11141  Pero los acentos 
11142 \series bold
11143
11144 \backslash
11145 widetilde
11146 \series default
11147  y 
11148 \series bold
11149
11150 \backslash
11151 widehat
11152 \series default
11153  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
11154  ejemplo:
11155 \begin_inset Formula \[
11156 \widetilde{A+B=C-D}\]
11157
11158 \end_inset
11159
11160
11161 \end_layout
11162
11163 \begin_layout Standard
11164 Con los comandos 
11165 \series bold
11166
11167 \backslash
11168 overset
11169 \series default
11170
11171 \begin_inset Index idx
11172 status collapsed
11173
11174 \begin_layout Plain Layout
11175 Comandos ! O ! 
11176 \backslash
11177 overset
11178 \end_layout
11179
11180 \end_inset
11181
11182  y 
11183 \series bold
11184
11185 \backslash
11186 underset
11187 \series default
11188
11189 \begin_inset Index idx
11190 status collapsed
11191
11192 \begin_layout Plain Layout
11193 Comandos ! U ! 
11194 \backslash
11195 underset
11196 \end_layout
11197
11198 \end_inset
11199
11200 , descritos en la subsección anterior, también se pueden acentuar varios
11201  caracteres.
11202  El comando 
11203 \series bold
11204
11205 \backslash
11206 underset
11207 \begin_inset ERT
11208 status collapsed
11209
11210 \begin_layout Plain Layout
11211
11212
11213 \backslash
11214 spce 
11215 \end_layout
11216
11217 \end_inset
11218
11219 A=B
11220 \begin_inset Formula $\downarrow$
11221 \end_inset
11222
11223 ***
11224 \series default
11225  da:
11226 \begin_inset Formula \[
11227 \underset{***}{A=B}\]
11228
11229 \end_inset
11230
11231
11232 \end_layout
11233
11234 \begin_layout Section
11235 Espacios
11236 \begin_inset CommandInset label
11237 LatexCommand label
11238 name "sec:Espacio"
11239
11240 \end_inset
11241
11242
11243 \begin_inset Index idx
11244 status collapsed
11245
11246 \begin_layout Plain Layout
11247 Espacio ! horizontal
11248 \end_layout
11249
11250 \end_inset
11251
11252
11253 \end_layout
11254
11255 \begin_layout Subsection
11256 Espacio predefinido
11257 \begin_inset CommandInset label
11258 LatexCommand label
11259 name "sub:Espacio-predefinido"
11260
11261 \end_inset
11262
11263
11264 \begin_inset Index idx
11265 status collapsed
11266
11267 \begin_layout Plain Layout
11268 Espacio ! horizontal ! predefinido
11269 \end_layout
11270
11271 \end_inset
11272
11273
11274 \end_layout
11275
11276 \begin_layout Standard
11277 A veces es necesario insertar espacio horizontal en una ecuación.
11278  Esto se hace insertando un espacio protegido (atajo 
11279 \family sans
11280 Ctrl+Espacio
11281 \family default
11282 ).
11283  Aparece un 
11284 \begin_inset Quotes fld
11285 \end_inset
11286
11287
11288 \color black
11289
11290 \begin_inset ERT
11291 status collapsed
11292
11293 \begin_layout Plain Layout
11294
11295
11296 \backslash
11297 spce 
11298 \end_layout
11299
11300 \end_inset
11301
11302
11303 \color inherit
11304
11305 \begin_inset Quotes frd
11306 \end_inset
11307
11308 , y pulsando 
11309 \family sans
11310 Espacio
11311 \family default
11312  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11313  espacio.
11314  También se pueden insertar espacios mediante el botón 
11315 \begin_inset Graphics
11316         filename ../../images/math/space.png
11317         scale 85
11318
11319 \end_inset
11320
11321  de la barra de ecuaciones o con comandos especiales.
11322  Independientemente del comando insertado, se puede seleccionar de nuevo
11323  el tamaño pulsando acto seguido 
11324 \family sans
11325 Espacio.
11326  
11327 \end_layout
11328
11329 \begin_layout Standard
11330 \noindent
11331 \align center
11332 \begin_inset VSpace -5mm
11333 \end_inset
11334
11335
11336 \begin_inset Tabular
11337 <lyxtabular version="3" rows="3" columns="7">
11338 <features tabularvalignment="middle">
11339 <column alignment="center" valignment="middle" width="6.8cm">
11340 <column alignment="center" valignment="top" width="0">
11341 <column alignment="center" valignment="top" width="0">
11342 <column alignment="center" valignment="top" width="0">
11343 <column alignment="center" valignment="top" width="0">
11344 <column alignment="center" valignment="top" width="0">
11345 <column alignment="center" valignment="top" width="0">
11346 <row>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 Comando
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360
11361 \backslash
11362 ,
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371
11372 \backslash
11373 :
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382
11383 \backslash
11384 ;
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393
11394 \backslash
11395 quad
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404
11405 \backslash
11406 qquad
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415
11416 \backslash
11417 !
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 </row>
11423 <row>
11424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 Número de pulsaciones de 
11429 \family sans
11430 Espacio
11431 \family default
11432  tras insertar el espacio protegido
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 0
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 1
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 2
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 3
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 4
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 5
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 <row>
11493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 Resultado
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 \begin_inset Formula $A\, B$
11507 \end_inset
11508
11509
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 \begin_inset Formula $A\: B$
11519 \end_inset
11520
11521
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 \begin_inset Formula $A\; B$
11531 \end_inset
11532
11533
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 \begin_inset Formula $A\quad B$
11543 \end_inset
11544
11545
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 \begin_inset Formula $A\qquad B$
11555 \end_inset
11556
11557
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 \begin_inset Formula $A\! B$
11567 \end_inset
11568
11569
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 </row>
11575 </lyxtabular>
11576
11577 \end_inset
11578
11579
11580 \end_layout
11581
11582 \begin_layout Standard
11583 El último tamaño parece no generar espacio.
11584  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11585  negativo.
11586  Hay otros dos espacios negativos:
11587 \end_layout
11588
11589 \begin_layout Standard
11590 \align center
11591 \begin_inset Tabular
11592 <lyxtabular version="3" rows="3" columns="3">
11593 <features tabularvalignment="middle">
11594 <column alignment="center" valignment="middle" width="6.8cm">
11595 <column alignment="center" valignment="top" width="0pt">
11596 <column alignment="center" valignment="top" width="0pt">
11597 <row>
11598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 Comando
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611
11612 \backslash
11613 negmedspace
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622
11623 \backslash
11624 negthickspace
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 </row>
11630 <row>
11631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 Número de pulsaciones de 
11636 \family sans
11637 Espacio
11638 \family default
11639  tras insertar el espacio protegido
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11645 \begin_inset Text
11646
11647 \begin_layout Plain Layout
11648 6
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 7
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 </row>
11663 <row>
11664 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 Resultado
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 \begin_inset Formula $A\negmedspace B$
11678 \end_inset
11679
11680
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 \begin_inset Formula $A\negthickspace B$
11690 \end_inset
11691
11692
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 </row>
11698 </lyxtabular>
11699
11700 \end_inset
11701
11702
11703 \end_layout
11704
11705 \begin_layout Standard
11706 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11707  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11708 \begin_inset space \thinspace{}
11709 \end_inset
11710
11711 e., para operadores suma: 
11712 \end_layout
11713
11714 \begin_layout Standard
11715 \noindent
11716 \align center
11717 \begin_inset Tabular
11718 <lyxtabular version="3" rows="3" columns="2">
11719 <features tabularvalignment="middle">
11720 <column alignment="center" valignment="top" width="0">
11721 <column alignment="center" valignment="top" width="0">
11722 <row>
11723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 Comando
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 Resultado
11737 \begin_inset Note Note
11738 status collapsed
11739
11740 \begin_layout Plain Layout
11741
11742 \series bold
11743
11744 \backslash
11745 raisebox
11746 \series default
11747  se usa sólo como espaciador
11748 \end_layout
11749
11750 \end_inset
11751
11752
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 </row>
11758 <row>
11759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763
11764 \backslash
11765 sum
11766 \backslash
11767 sum
11768 \begin_inset ERT
11769 status collapsed
11770
11771 \begin_layout Plain Layout
11772
11773
11774 \backslash
11775 spce 
11776 \end_layout
11777
11778 \end_inset
11779
11780 f_kl
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11790 \end_inset
11791
11792
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 </row>
11798 <row>
11799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803
11804 \backslash
11805 sum
11806 \backslash
11807 negmedspace
11808 \backslash
11809 sum
11810 \begin_inset ERT
11811 status collapsed
11812
11813 \begin_layout Plain Layout
11814
11815
11816 \backslash
11817 spce 
11818 \end_layout
11819
11820 \end_inset
11821
11822 f_kl
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 </lyxtabular>
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \begin_layout Standard
11848 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11849  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11850  El siguiente ejemplo lo ilustra:
11851 \end_layout
11852
11853 \begin_layout Standard
11854 \noindent
11855 \align center
11856 \begin_inset Tabular
11857 <lyxtabular version="3" rows="2" columns="2">
11858 <features tabularvalignment="middle">
11859 <column alignment="center" valignment="top" width="0">
11860 <column alignment="center" valignment="top" width="0">
11861 <row>
11862 <cell alignment="center" valignment="top" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Plain Layout
11866 ecuación normal
11867 \end_layout
11868
11869 \end_inset
11870 </cell>
11871 <cell alignment="center" valignment="top" usebox="none">
11872 \begin_inset Text
11873
11874 \begin_layout Plain Layout
11875 \begin_inset Formula $A=B$
11876 \end_inset
11877
11878
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 </row>
11884 <row>
11885 <cell alignment="center" valignment="top" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 \begin_inset Note Note
11890 status collapsed
11891
11892 \begin_layout Plain Layout
11893
11894 \series bold
11895
11896 \backslash
11897 raisebox
11898 \series default
11899  se usa sólo como espaciador
11900 \end_layout
11901
11902 \end_inset
11903
11904
11905 \begin_inset Formula $\raisebox{5mm}{}$
11906 \end_inset
11907
11908 ecuación sin espacio
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 <cell alignment="center" valignment="top" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 \begin_inset Formula $A{=}B$
11918 \end_inset
11919
11920
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 </row>
11926 </lyxtabular>
11927
11928 \end_inset
11929
11930
11931 \end_layout
11932
11933 \begin_layout Standard
11934 El comando para la segunda ecuación es: 
11935 \series bold
11936 A
11937 \backslash
11938 {=
11939 \begin_inset Formula $\rightarrow$
11940 \end_inset
11941
11942 B
11943 \series default
11944  
11945 \begin_inset VSpace bigskip
11946 \end_inset
11947
11948
11949 \end_layout
11950
11951 \begin_layout Standard
11952 Para las unidades físicas hacen falta espacios, porque entre el valor y
11953  su unidad se pone un espacio más pequeño que el normal.
11954  Para unidades en el texto se inserta con el menú 
11955 \family sans
11956 Insertar\SpecialChar \menuseparator
11957 Formato\SpecialChar \menuseparator
11958 Espacio
11959 \begin_inset space ~
11960 \end_inset
11961
11962 delgado
11963 \family default
11964  (atajo 
11965 \family sans
11966 Ctrl+Mayúscula+Espacio
11967 \family default
11968 ).
11969 \end_layout
11970
11971 \begin_layout Standard
11972 Un ejemplo para visualizar la diferencia:
11973 \end_layout
11974
11975 \begin_layout Standard
11976 \begin_inset Tabular
11977 <lyxtabular version="3" rows="2" columns="2">
11978 <features tabularvalignment="middle">
11979 <column alignment="center" valignment="top" width="0">
11980 <column alignment="left" valignment="top" width="0">
11981 <row>
11982 <cell alignment="center" valignment="top" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986 24 kW
11987 \begin_inset Formula $\cdot$
11988 \end_inset
11989
11990 h
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 <cell alignment="center" valignment="top" usebox="none">
11996 \begin_inset Text
11997
11998 \begin_layout Plain Layout
11999 espacio entre valor y unidad 
12000 \end_layout
12001
12002 \end_inset
12003 </cell>
12004 </row>
12005 <row>
12006 <cell alignment="center" valignment="top" usebox="none">
12007 \begin_inset Text
12008
12009 \begin_layout Plain Layout
12010 24
12011 \begin_inset space \thinspace{}
12012 \end_inset
12013
12014 kW
12015 \begin_inset Formula $\cdot$
12016 \end_inset
12017
12018 h
12019 \end_layout
12020
12021 \end_inset
12022 </cell>
12023 <cell alignment="center" valignment="top" usebox="none">
12024 \begin_inset Text
12025
12026 \begin_layout Plain Layout
12027 espacio delgado entre valor y unidad
12028 \end_layout
12029
12030 \end_inset
12031 </cell>
12032 </row>
12033 </lyxtabular>
12034
12035 \end_inset
12036
12037
12038 \end_layout
12039
12040 \begin_layout Subsection
12041 Espacio variable
12042 \begin_inset ERT
12043 status collapsed
12044
12045 \begin_layout Plain Layout
12046
12047
12048 \backslash
12049 texorpdfstring{
12050 \end_layout
12051
12052 \end_inset
12053
12054
12055 \begin_inset Foot
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059 Para espacio vertical en ecuaciones véase 
12060 \begin_inset CommandInset ref
12061 LatexCommand ref
12062 reference "sub:Separación-de-líneas"
12063
12064 \end_inset
12065
12066
12067 \end_layout
12068
12069 \end_inset
12070
12071
12072 \begin_inset ERT
12073 status collapsed
12074
12075 \begin_layout Plain Layout
12076
12077 }{}
12078 \end_layout
12079
12080 \end_inset
12081
12082
12083 \begin_inset Note Note
12084 status collapsed
12085
12086 \begin_layout Plain Layout
12087
12088 \backslash
12089 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
12090  PDF.
12091 \end_layout
12092
12093 \begin_layout Plain Layout
12094 Más sobre 
12095 \backslash
12096 texorpdfstring en la sección 
12097 \begin_inset CommandInset ref
12098 LatexCommand ref
12099 reference "sub:Ecuaciones-en-encabezados"
12100
12101 \end_inset
12102
12103 .
12104 \end_layout
12105
12106 \end_inset
12107
12108
12109 \begin_inset CommandInset label
12110 LatexCommand label
12111 name "sub:Espacio-variable"
12112
12113 \end_inset
12114
12115
12116 \begin_inset Index idx
12117 status collapsed
12118
12119 \begin_layout Plain Layout
12120 Espacio ! horizontal ! variable
12121 \end_layout
12122
12123 \end_inset
12124
12125
12126 \end_layout
12127
12128 \begin_layout Standard
12129 En LyX se puede insertar espacio con una longitud definida con el comando
12130  
12131 \series bold
12132
12133 \backslash
12134 hspace
12135 \series default
12136
12137 \begin_inset Index idx
12138 status collapsed
12139
12140 \begin_layout Plain Layout
12141 Comandos ! H ! 
12142 \backslash
12143 hspace
12144 \end_layout
12145
12146 \end_inset
12147
12148 .
12149  Aparece un 
12150 \begin_inset Quotes fld
12151 \end_inset
12152
12153
12154 \color black
12155
12156 \begin_inset ERT
12157 status collapsed
12158
12159 \begin_layout Plain Layout
12160
12161
12162 \backslash
12163 spce 
12164 \end_layout
12165
12166 \end_inset
12167
12168
12169 \color inherit
12170
12171 \begin_inset Quotes frd
12172 \end_inset
12173
12174  largo.
12175  La longitud se puede ajustar haciendo clic izquierdo sobre el 
12176 \begin_inset Quotes fld
12177 \end_inset
12178
12179
12180 \color black
12181
12182 \begin_inset ERT
12183 status collapsed
12184
12185 \begin_layout Plain Layout
12186
12187
12188 \backslash
12189 spce 
12190 \end_layout
12191
12192 \end_inset
12193
12194
12195 \color inherit
12196
12197 \begin_inset Quotes frd
12198 \end_inset
12199
12200 .
12201  La longitud también puede ser negativa.
12202  Para insertar en una ecuación tanto espacio como esté disponible se usa
12203  el comando 
12204 \series bold
12205
12206 \backslash
12207 hfill
12208 \series default
12209
12210 \begin_inset Index idx
12211 status collapsed
12212
12213 \begin_layout Plain Layout
12214 Comandos ! H ! 
12215 \backslash
12216 hfill
12217 \end_layout
12218
12219 \end_inset
12220
12221 .
12222 \begin_inset VSpace -1mm
12223 \end_inset
12224
12225
12226 \end_layout
12227
12228 \begin_layout Standard
12229 \noindent
12230 \align center
12231 \begin_inset Tabular
12232 <lyxtabular version="3" rows="4" columns="2">
12233 <features tabularvalignment="middle">
12234 <column alignment="center" valignment="top" width="0">
12235 <column alignment="center" valignment="top" width="0">
12236 <row>
12237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Plain Layout
12241 Comando (
12242 \backslash
12243 hspace longitud)
12244 \end_layout
12245
12246 \end_inset
12247 </cell>
12248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12249 \begin_inset Text
12250
12251 \begin_layout Plain Layout
12252 Resultado
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 </row>
12258 <row>
12259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12260 \begin_inset Text
12261
12262 \begin_layout Plain Layout
12263 A=B
12264 \backslash
12265 hspace
12266 \begin_inset ERT
12267 status collapsed
12268
12269 \begin_layout Plain Layout
12270
12271
12272 \backslash
12273 spce 
12274 \end_layout
12275
12276 \end_inset
12277
12278
12279 \begin_inset Formula $\to$
12280 \end_inset
12281
12282 A
12283 \backslash
12284 not=C (3
12285 \begin_inset space \thinspace{}
12286 \end_inset
12287
12288 cm)
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12298 \end_inset
12299
12300
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 </row>
12306 <row>
12307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Plain Layout
12311 A
12312 \backslash
12313 hspace
12314 \begin_inset ERT
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318
12319
12320 \backslash
12321 spce 
12322 \end_layout
12323
12324 \end_inset
12325
12326
12327 \begin_inset Formula $\to$
12328 \end_inset
12329
12330 A
12331 \backslash
12332 not=A (-1
12333 \begin_inset space \thinspace{}
12334 \end_inset
12335
12336 mm)
12337 \end_layout
12338
12339 \end_inset
12340 </cell>
12341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12342 \begin_inset Text
12343
12344 \begin_layout Plain Layout
12345 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12346 \end_inset
12347
12348
12349 \end_layout
12350
12351 \end_inset
12352 </cell>
12353 </row>
12354 <row>
12355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12356 \begin_inset Text
12357
12358 \begin_layout Plain Layout
12359 A=A
12360 \backslash
12361 hfill
12362 \begin_inset ERT
12363 status collapsed
12364
12365 \begin_layout Plain Layout
12366
12367
12368 \backslash
12369 spce 
12370 \end_layout
12371
12372 \end_inset
12373
12374 B=B
12375 \end_layout
12376
12377 \end_inset
12378 </cell>
12379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12380 \begin_inset Text
12381
12382 \begin_layout Plain Layout
12383 \begin_inset Formula $A=A\hfill B=B$
12384 \end_inset
12385
12386
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 </row>
12392 </lyxtabular>
12393
12394 \end_inset
12395
12396
12397 \end_layout
12398
12399 \begin_layout Standard
12400 En el último ejemplo el espacio disponible viene dado por la entrada más
12401  larga de columna en la tabla.
12402  En una ecuación en línea el espacio depende de la longitud de la línea
12403  en la que se inserta 
12404 \series bold
12405
12406 \backslash
12407 hfill
12408 \series default
12409 .
12410  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12411  
12412 \series bold
12413
12414 \backslash
12415 hfill
12416 \series default
12417  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12418 \series bold
12419 Sangrado
12420 \series default
12421 .
12422  (Los estilos de ecuaciones se explican en
12423 \begin_inset space ~
12424 \end_inset
12425
12426
12427 \begin_inset CommandInset ref
12428 LatexCommand ref
12429 reference "sec:Estilos-de-ecuación"
12430
12431 \end_inset
12432
12433 ).
12434 \end_layout
12435
12436 \begin_layout Standard
12437 Además de 
12438 \series bold
12439
12440 \backslash
12441 hfill
12442 \series default
12443  hay los comandos 
12444 \series bold
12445
12446 \backslash
12447 dotfill
12448 \series default
12449  y 
12450 \series bold
12451
12452 \backslash
12453 hrulefill
12454 \series default
12455  que llenan el espacio con un patrón, véase un ejemplo en
12456 \begin_inset space ~
12457 \end_inset
12458
12459
12460 \begin_inset CommandInset ref
12461 LatexCommand ref
12462 reference "sub:Puntos"
12463
12464 \end_inset
12465
12466 .
12467 \end_layout
12468
12469 \begin_layout Standard
12470 Para texto se puede insertar espacio variable con el menú 
12471 \family sans
12472 Insertar\SpecialChar \menuseparator
12473 Formato\SpecialChar \menuseparator
12474 Espacio
12475 \begin_inset space ~
12476 \end_inset
12477
12478 horizontal
12479 \family default
12480 :
12481 \end_layout
12482
12483 \begin_layout Standard
12484 En esta línea hay un espacio
12485 \begin_inset space \hspace{}
12486 \length 2cm
12487 \end_inset
12488
12489 de 2
12490 \begin_inset space \thinspace{}
12491 \end_inset
12492
12493 cm.
12494 \end_layout
12495
12496 \begin_layout Standard
12497 En esta línea hay un
12498 \begin_inset space \hfill{}
12499 \end_inset
12500
12501 espacio máximo.
12502 \end_layout
12503
12504 \begin_layout Subsection
12505 Espacio adicional en ecuaciones en línea
12506 \begin_inset Index idx
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510 Espacio ! adicional en línea
12511 \end_layout
12512
12513 \end_inset
12514
12515
12516 \end_layout
12517
12518 \begin_layout Standard
12519 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12520  
12521 \series bold
12522
12523 \backslash
12524 mathsurround
12525 \series default
12526
12527 \begin_inset Index idx
12528 status collapsed
12529
12530 \begin_layout Plain Layout
12531 Comandos ! M ! 
12532 \backslash
12533 mathsurround
12534 \end_layout
12535
12536 \end_inset
12537
12538 .
12539  El valor de una longitud se establece con el comando 
12540 \series bold
12541
12542 \backslash
12543 setlength
12544 \series default
12545
12546 \begin_inset Index idx
12547 status collapsed
12548
12549 \begin_layout Plain Layout
12550 Comandos ! S ! 
12551 \backslash
12552 setlength
12553 \end_layout
12554
12555 \end_inset
12556
12557  según el siguiente esquema:
12558 \end_layout
12559
12560 \begin_layout Standard
12561
12562 \series bold
12563
12564 \backslash
12565 setlength{nombre de la longitud}{valor}
12566 \end_layout
12567
12568 \begin_layout Standard
12569 Para poner a 
12570 \series bold
12571
12572 \backslash
12573 mathsurround
12574 \series default
12575  un valor de 5
12576 \begin_inset space \thinspace{}
12577 \end_inset
12578
12579 mm, se inserta el comando
12580 \end_layout
12581
12582 \begin_layout Standard
12583
12584 \series bold
12585
12586 \backslash
12587 setlength{
12588 \backslash
12589 mathsurround}{5mm}
12590 \end_layout
12591
12592 \begin_layout Standard
12593 en modo TeX.
12594  Se establecerá un espacio de 5
12595 \begin_inset space \thinspace{}
12596 \end_inset
12597
12598 mm alrededor de todas las ecuaciones en línea:
12599 \begin_inset ERT
12600 status collapsed
12601
12602 \begin_layout Plain Layout
12603
12604
12605 \backslash
12606 setlength{
12607 \backslash
12608 mathsurround}{5mm}
12609 \end_layout
12610
12611 \end_inset
12612
12613
12614 \end_layout
12615
12616 \begin_layout Standard
12617 En esta línea hay una ecuación 
12618 \begin_inset Formula $A=B$
12619 \end_inset
12620
12621  rodeada por espacios de 5
12622 \begin_inset space \thinspace{}
12623 \end_inset
12624
12625 mm.
12626 \begin_inset ERT
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630
12631
12632 \backslash
12633 setlength{
12634 \backslash
12635 mathsurround}{0mm}
12636 \end_layout
12637
12638 \end_inset
12639
12640
12641 \end_layout
12642
12643 \begin_layout Standard
12644 Para volver al espacio predeterminado, 
12645 \series bold
12646
12647 \backslash
12648 mathsurround
12649 \series default
12650  se restablece al valor 0
12651 \begin_inset space \thinspace{}
12652 \end_inset
12653
12654 pt.
12655 \end_layout
12656
12657 \begin_layout Section
12658 Cuadros y marcos
12659 \begin_inset Index idx
12660 status collapsed
12661
12662 \begin_layout Plain Layout
12663 Marcos
12664 \end_layout
12665
12666 \end_inset
12667
12668
12669 \begin_inset Index idx
12670 status collapsed
12671
12672 \begin_layout Plain Layout
12673 Marcos|see
12674 \begin_inset ERT
12675 status collapsed
12676
12677 \begin_layout Plain Layout
12678
12679 {
12680 \end_layout
12681
12682 \end_inset
12683
12684 Cuadros
12685 \begin_inset ERT
12686 status collapsed
12687
12688 \begin_layout Plain Layout
12689
12690 }
12691 \end_layout
12692
12693 \end_inset
12694
12695
12696 \end_layout
12697
12698 \end_inset
12699
12700
12701 \end_layout
12702
12703 \begin_layout Standard
12704 Los cuadros para texto se describen en el capítulo 
12705 \emph on
12706 Cuadros
12707 \emph default
12708  del manual 
12709 \emph on
12710 Objetos insertados
12711 \emph default
12712 .
12713 \end_layout
12714
12715 \begin_layout Subsection
12716 Cuadros con marco
12717 \begin_inset CommandInset label
12718 LatexCommand label
12719 name "sub:Cuadros-con-marco"
12720
12721 \end_inset
12722
12723
12724 \begin_inset Index idx
12725 status collapsed
12726
12727 \begin_layout Plain Layout
12728 Cuadros ! con marco
12729 \end_layout
12730
12731 \end_inset
12732
12733
12734 \end_layout
12735
12736 \begin_layout Standard
12737 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12738 \series bold
12739
12740 \backslash
12741 fbox
12742 \series default
12743
12744 \begin_inset Index idx
12745 status collapsed
12746
12747 \begin_layout Plain Layout
12748 Comandos ! F ! 
12749 \backslash
12750 fbox
12751 \end_layout
12752
12753 \end_inset
12754
12755  y 
12756 \series bold
12757
12758 \backslash
12759 boxed
12760 \series default
12761
12762 \begin_inset Index idx
12763 status collapsed
12764
12765 \begin_layout Plain Layout
12766 Comandos ! B ! 
12767 \backslash
12768 boxed
12769 \end_layout
12770
12771 \end_inset
12772
12773 .
12774 \end_layout
12775
12776 \begin_layout Standard
12777 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12778  azul en un marco donde se introduce parte de una ecuación.
12779  Para 
12780 \series bold
12781
12782 \backslash
12783 fbox
12784 \series default
12785  hay que generar una ecuación adicional con 
12786 \family sans
12787 Ctrl+M
12788 \family default
12789  dentro del recuadro, porque si no el contenido del mismo sería considerado
12790  texto matemático.
12791  Si se usa 
12792 \series bold
12793
12794 \backslash
12795 boxed
12796 \series default
12797  la nueva ecuación se genera automáticamente dentro del marco.
12798 \end_layout
12799
12800 \begin_layout Standard
12801 El comando 
12802 \series bold
12803
12804 \backslash
12805 fbox
12806 \series default
12807  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12808  ecuación tendría siempre el tamaño del texto.
12809  Por otra parte, 
12810 \series bold
12811
12812 \backslash
12813 fboxed
12814 \series default
12815  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12816  siempre el tamaño de una ecuación presentada.
12817 \end_layout
12818
12819 \begin_layout Standard
12820 El comando 
12821 \series bold
12822
12823 \backslash
12824 framebox
12825 \series default
12826
12827 \begin_inset Index idx
12828 status collapsed
12829
12830 \begin_layout Plain Layout
12831 Comandos ! F ! 
12832 \backslash
12833 framebox
12834 \end_layout
12835
12836 \end_inset
12837
12838  es una extensión de 
12839 \series bold
12840
12841 \backslash
12842 fbox
12843 \series default
12844 , que permite especificar además la anchura del marco yla alineación.
12845  
12846 \series bold
12847
12848 \backslash
12849 framebox
12850 \series default
12851  se usa con el siguiente esquema: 
12852 \end_layout
12853
12854 \begin_layout Standard
12855
12856 \series bold
12857
12858 \backslash
12859 framebox[anchura del marco][posición]{contenido del cuadro}
12860 \end_layout
12861
12862 \begin_layout Standard
12863 La posición puede ser 
12864 \emph on
12865 l
12866 \emph default
12867  o 
12868 \emph on
12869 r
12870 \emph default
12871
12872 \emph on
12873 l
12874 \emph default
12875  alinea la ecuación a la izquierda del cuadro, 
12876 \emph on
12877 r
12878 \emph default
12879  la alinea a la derecha.
12880  Si no se da posición la ecuación será centrada.
12881 \begin_inset Newline newline
12882 \end_inset
12883
12884 Si no se pone anchura tampoco puede darse posición.
12885  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12886  con 
12887 \series bold
12888
12889 \backslash
12890 fbox
12891 \series default
12892 .
12893  
12894 \end_layout
12895
12896 \begin_layout Standard
12897 Cuando se inserta el comando 
12898 \series bold
12899
12900 \backslash
12901 framebox
12902 \series default
12903  aparece un recuadro con tres marcos azules.
12904  Los dos primeros marcos están encerrados entre corchetes e indican los
12905  dos argumentos opcionales.
12906  El tercer marco es para partes de la ecuación, como para 
12907 \series bold
12908
12909 \backslash
12910 fbox
12911 \series default
12912 .
12913 \end_layout
12914
12915 \begin_layout Standard
12916 \noindent
12917 \align center
12918 \begin_inset Tabular
12919 <lyxtabular version="3" rows="5" columns="2">
12920 <features tabularvalignment="middle">
12921 <column alignment="center" valignment="top" width="0">
12922 <column alignment="center" valignment="top" width="0">
12923 <row>
12924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Plain Layout
12928 Comando
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12934 \begin_inset Text
12935
12936 \begin_layout Plain Layout
12937 Resultado
12938 \begin_inset Note Note
12939 status collapsed
12940
12941 \begin_layout Plain Layout
12942
12943 \series bold
12944
12945 \backslash
12946 raisebox
12947 \series default
12948  se usa sólo como espaciador
12949 \end_layout
12950
12951 \end_inset
12952
12953
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 </row>
12959 <row>
12960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964
12965 \backslash
12966 fbox
12967 \begin_inset ERT
12968 status collapsed
12969
12970 \begin_layout Plain Layout
12971
12972
12973 \backslash
12974 spce 
12975 \end_layout
12976
12977 \end_inset
12978
12979
12980 \family sans
12981 Ctrl+M
12982 \family default
12983  
12984 \backslash
12985 int
12986 \begin_inset ERT
12987 status collapsed
12988
12989 \begin_layout Plain Layout
12990
12991
12992 \backslash
12993 spce 
12994 \end_layout
12995
12996 \end_inset
12997
12998 A=B
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13008 \end_inset
13009
13010
13011 \end_layout
13012
13013 \end_inset
13014 </cell>
13015 </row>
13016 <row>
13017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021
13022 \backslash
13023 boxed
13024 \begin_inset ERT
13025 status collapsed
13026
13027 \begin_layout Plain Layout
13028
13029
13030 \backslash
13031 spce 
13032 \end_layout
13033
13034 \end_inset
13035
13036
13037 \backslash
13038 int
13039 \begin_inset ERT
13040 status collapsed
13041
13042 \begin_layout Plain Layout
13043
13044
13045 \backslash
13046 spce 
13047 \end_layout
13048
13049 \end_inset
13050
13051 A=B
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13061 \end_inset
13062
13063
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 </row>
13069 <row>
13070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13071 \begin_inset Text
13072
13073 \begin_layout Plain Layout
13074 A+
13075 \backslash
13076 fbox
13077 \begin_inset ERT
13078 status collapsed
13079
13080 \begin_layout Plain Layout
13081
13082
13083 \backslash
13084 spce 
13085 \end_layout
13086
13087 \end_inset
13088
13089 B
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13099 \end_inset
13100
13101
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 </row>
13107 <row>
13108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112
13113 \backslash
13114 framebox
13115 \begin_inset ERT
13116 status collapsed
13117
13118 \begin_layout Plain Layout
13119
13120
13121 \backslash
13122 spce 
13123 \end_layout
13124
13125 \end_inset
13126
13127 20mm
13128 \begin_inset Formula $\to$
13129 \end_inset
13130
13131
13132 \begin_inset Formula $\to$
13133 \end_inset
13134
13135
13136 \family sans
13137 Ctrl+M
13138 \family default
13139  
13140 \backslash
13141 frac
13142 \begin_inset ERT
13143 status collapsed
13144
13145 \begin_layout Plain Layout
13146
13147
13148 \backslash
13149 spce 
13150 \end_layout
13151
13152 \end_inset
13153
13154 A
13155 \begin_inset Formula $\downarrow$
13156 \end_inset
13157
13158 B
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 \begin_inset Formula $\raisebox{6mm}{}$
13168 \end_inset
13169
13170
13171 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13172 \end_inset
13173
13174
13175 \begin_inset Formula $\raisebox{-4mm}{}$
13176 \end_inset
13177
13178
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 </row>
13184 </lyxtabular>
13185
13186 \end_inset
13187
13188
13189 \end_layout
13190
13191 \begin_layout Standard
13192 El grosor del marco también se puede ajustar.
13193  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13194  la fórmula:
13195 \end_layout
13196
13197 \begin_layout Standard
13198
13199 \series bold
13200
13201 \backslash
13202 fboxrule
13203 \series default
13204  
13205 \series bold
13206
13207 \begin_inset Quotes fld
13208 \end_inset
13209
13210 grosor
13211 \begin_inset Quotes frd
13212 \end_inset
13213
13214
13215 \series default
13216  
13217 \series bold
13218
13219 \backslash
13220 fboxsep
13221 \series default
13222  
13223 \series bold
13224
13225 \begin_inset Quotes fld
13226 \end_inset
13227
13228 distancia
13229 \begin_inset Quotes frd
13230 \end_inset
13231
13232
13233 \end_layout
13234
13235 \begin_layout Standard
13236 \begin_inset Quotes fld
13237 \end_inset
13238
13239 distancia
13240 \begin_inset Quotes frd
13241 \end_inset
13242
13243  especifica la distancia mínima entre el marco y el primer carácter en el
13244  cuadro.
13245  Un ejemplo de esto es la siguiente ecuación enmarcada:
13246 \begin_inset ERT
13247 status collapsed
13248
13249 \begin_layout Plain Layout
13250
13251
13252 \backslash
13253 fboxrule 2mm 
13254 \backslash
13255 fboxsep 3mm
13256 \end_layout
13257
13258 \end_inset
13259
13260
13261 \begin_inset Formula \[
13262 \boxed{A+B=C}\]
13263
13264 \end_inset
13265
13266
13267 \end_layout
13268
13269 \begin_layout Standard
13270 Delante de esta ecuación se han insertado los comandos
13271 \end_layout
13272
13273 \begin_layout Standard
13274
13275 \series bold
13276
13277 \backslash
13278 fboxrule
13279 \series default
13280  
13281 \series bold
13282 2mm
13283 \series default
13284  
13285 \series bold
13286
13287 \backslash
13288 fboxsep
13289 \series default
13290  
13291 \series bold
13292 3mm
13293 \end_layout
13294
13295 \begin_layout Standard
13296 en modo TeX.
13297  Los valores dados se usan para todos los cuadros siguientes.
13298 \end_layout
13299
13300 \begin_layout Standard
13301 Para volver al tamaño estándar del marco se inserta el comando
13302 \end_layout
13303
13304 \begin_layout Standard
13305
13306 \series bold
13307
13308 \backslash
13309 fboxrule
13310 \series default
13311  
13312 \series bold
13313 0.4pt
13314 \series default
13315  
13316 \series bold
13317
13318 \backslash
13319 fboxsep
13320 \series default
13321  
13322 \series bold
13323 3pt
13324 \series default
13325
13326 \begin_inset ERT
13327 status collapsed
13328
13329 \begin_layout Plain Layout
13330
13331
13332 \backslash
13333 fboxrule 0.4pt 
13334 \backslash
13335 fboxsep 3pt
13336 \end_layout
13337
13338 \end_inset
13339
13340
13341 \end_layout
13342
13343 \begin_layout Standard
13344 en modo TeX antes de la ecuación siguiente.
13345 \end_layout
13346
13347 \begin_layout Subsection
13348 Cuadros sin marco
13349 \begin_inset CommandInset label
13350 LatexCommand label
13351 name "sub:Cuadros-sin-marco"
13352
13353 \end_inset
13354
13355
13356 \begin_inset Index idx
13357 status collapsed
13358
13359 \begin_layout Plain Layout
13360 Cuadros ! sin marco
13361 \end_layout
13362
13363 \end_inset
13364
13365
13366 \end_layout
13367
13368 \begin_layout Standard
13369 Para cuadros sin marco hay los comandos: 
13370 \series bold
13371
13372 \backslash
13373 mbox
13374 \series default
13375
13376 \begin_inset Index idx
13377 status collapsed
13378
13379 \begin_layout Plain Layout
13380 Comandos ! M ! 
13381 \backslash
13382 mbox
13383 \end_layout
13384
13385 \end_inset
13386
13387
13388 \series bold
13389
13390 \backslash
13391 makebox
13392 \series default
13393
13394 \begin_inset Index idx
13395 status collapsed
13396
13397 \begin_layout Plain Layout
13398 Comandos ! M ! 
13399 \backslash
13400 makebox
13401 \end_layout
13402
13403 \end_inset
13404
13405  y 
13406 \series bold
13407
13408 \backslash
13409 raisebox
13410 \series default
13411
13412 \begin_inset Index idx
13413 status collapsed
13414
13415 \begin_layout Plain Layout
13416 Comandos ! R ! 
13417 \backslash
13418 raisebox
13419 \end_layout
13420
13421 \end_inset
13422
13423 .
13424 \end_layout
13425
13426 \begin_layout Standard
13427 Con 
13428 \series bold
13429
13430 \backslash
13431 raisebox
13432 \series default
13433  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13434  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13435  
13436 \series bold
13437
13438 \backslash
13439 raisebox
13440 \series default
13441  se usa con el siguiente esquema: 
13442 \end_layout
13443
13444 \begin_layout Standard
13445
13446 \series bold
13447
13448 \backslash
13449 raisebox{altura}{contenido del marco}
13450 \end_layout
13451
13452 \begin_layout Standard
13453 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13454  extra, como con 
13455 \series bold
13456
13457 \backslash
13458 fbox
13459 \series default
13460 .
13461  
13462 \begin_inset Note Greyedout
13463 status open
13464
13465 \begin_layout Plain Layout
13466
13467 \series bold
13468 Nota
13469 \series default
13470 : Para
13471 \series bold
13472
13473 \backslash
13474 raisebox
13475 \series default
13476  se ha creado esta ecuación extra tecleando 
13477 \family sans
13478 Ctrl+M
13479 \family default
13480  dos veces en vez de una porque LyX aún no soporta 
13481 \series bold
13482
13483 \backslash
13484 raisebox
13485 \series default
13486  directamente.
13487 \end_layout
13488
13489 \end_inset
13490
13491
13492 \end_layout
13493
13494 \begin_layout Standard
13495 \align center
13496 \begin_inset Tabular
13497 <lyxtabular version="3" rows="4" columns="2">
13498 <features tabularvalignment="middle">
13499 <column alignment="center" valignment="top" width="0">
13500 <column alignment="center" valignment="top" width="0">
13501 <row>
13502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 Comando
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 Resultado
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 </row>
13521 <row>
13522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 H
13527 \backslash
13528 raisebox{2mm
13529 \begin_inset Formula $\to$
13530 \end_inset
13531
13532
13533 \backslash
13534 {al
13535 \begin_inset Formula $\to$
13536 \end_inset
13537
13538  lo
13539 \end_layout
13540
13541 \end_inset
13542 </cell>
13543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13544 \begin_inset Text
13545
13546 \begin_layout Plain Layout
13547 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13548 \end_inset
13549
13550
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 </row>
13556 <row>
13557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561 H
13562 \backslash
13563 raisebox{-2mm
13564 \begin_inset Formula $\to$
13565 \end_inset
13566
13567
13568 \backslash
13569 {al
13570 \begin_inset Formula $\to$
13571 \end_inset
13572
13573 lo
13574 \end_layout
13575
13576 \end_inset
13577 </cell>
13578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13583 \end_inset
13584
13585
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 </row>
13591 <row>
13592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 A=
13597 \backslash
13598 raisebox{-2mm
13599 \begin_inset Formula $\to$
13600 \end_inset
13601
13602
13603 \backslash
13604 {
13605 \family sans
13606 Ctrl+M Ctrl+M
13607 \family default
13608  
13609 \backslash
13610 sqrt
13611 \begin_inset ERT
13612 status collapsed
13613
13614 \begin_layout Plain Layout
13615
13616
13617 \backslash
13618 spce 
13619 \end_layout
13620
13621 \end_inset
13622
13623
13624 \end_layout
13625
13626 \end_inset
13627 </cell>
13628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13633 \end_inset
13634
13635
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 </row>
13641 </lyxtabular>
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \begin_layout Standard
13649 El comando 
13650 \series bold
13651
13652 \backslash
13653 mbox
13654 \series default
13655  es equivalente a 
13656 \series bold
13657
13658 \backslash
13659 fbox
13660 \series default
13661  y 
13662 \series bold
13663
13664 \backslash
13665 makebox
13666 \series default
13667  es equivalente a 
13668 \series bold
13669
13670 \backslash
13671 framebox
13672 \series default
13673 , con la diferencia de que no hay marco.
13674 \end_layout
13675
13676 \begin_layout Subsection
13677 Cuadros coloreados
13678 \begin_inset CommandInset label
13679 LatexCommand label
13680 name "sub:Cuadros-coloreados"
13681
13682 \end_inset
13683
13684
13685 \begin_inset Index idx
13686 status collapsed
13687
13688 \begin_layout Plain Layout
13689 Cuadros ! coloreados
13690 \end_layout
13691
13692 \end_inset
13693
13694
13695 \end_layout
13696
13697 \begin_layout Standard
13698 Para poder usar todos los comandos explicados en esta sección hay que cargar
13699  en el preámbulo LaTeX el paquete LaTeX 
13700 \series bold
13701 color
13702 \series default
13703
13704 \begin_inset Foot
13705 status collapsed
13706
13707 \begin_layout Plain Layout
13708 El paquete LaTeX 
13709 \series bold
13710 color
13711 \series default
13712  forma parte de toda distribución LaTeX estándar.
13713 \end_layout
13714
13715 \end_inset
13716
13717
13718 \begin_inset Index idx
13719 status collapsed
13720
13721 \begin_layout Plain Layout
13722 Paquetes ! color
13723 \end_layout
13724
13725 \end_inset
13726
13727 , con la línea
13728 \begin_inset Foot
13729 status collapsed
13730
13731 \begin_layout Plain Layout
13732 Cuando hay texto coloreado con un color predefinido en alguna parte del
13733  documento, LyX carga automáticamente el paquete LaTeX 
13734 \series bold
13735 color
13736 \series default
13737 .
13738  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13739  origina problemas.
13740 \end_layout
13741
13742 \end_inset
13743
13744
13745 \begin_inset Note Note
13746 status collapsed
13747
13748 \begin_layout Plain Layout
13749 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13750  en el preámbulo LaTeX.
13751 \end_layout
13752
13753 \end_inset
13754
13755
13756 \end_layout
13757
13758 \begin_layout Standard
13759
13760 \series bold
13761
13762 \backslash
13763 usepackage{color}
13764 \begin_inset VSpace medskip
13765 \end_inset
13766
13767
13768 \end_layout
13769
13770 \begin_layout Standard
13771 Para colorear cuadros se usa el comando 
13772 \series bold
13773
13774 \backslash
13775 colorbox
13776 \series default
13777
13778 \begin_inset Index idx
13779 status collapsed
13780
13781 \begin_layout Plain Layout
13782 Comandos ! C ! 
13783 \backslash
13784 colorbox
13785 \end_layout
13786
13787 \end_inset
13788
13789  con el siguiente esquema:
13790 \end_layout
13791
13792 \begin_layout Standard
13793
13794 \series bold
13795
13796 \backslash
13797 colorbox{color}{contenido del cuadro}
13798 \end_layout
13799
13800 \begin_layout Standard
13801 El contenido del cuadro puede ser otro cuadro, y también un 
13802 \backslash
13803
13804 \series bold
13805 colorbox
13806 \series default
13807  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13808  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13809  como con 
13810 \series bold
13811
13812 \backslash
13813 raisebox
13814 \series default
13815 .
13816 \begin_inset Foot
13817 status collapsed
13818
13819 \begin_layout Plain Layout
13820 Esto también se aplica para el comando 
13821 \series bold
13822
13823 \backslash
13824 fcolorbox
13825 \series default
13826 .
13827 \end_layout
13828
13829 \end_inset
13830
13831  
13832 \end_layout
13833
13834 \begin_layout Standard
13835 Se puede elegir uno de los siguientes colores predefinidos:
13836 \end_layout
13837
13838 \begin_layout Standard
13839
13840 \series bold
13841 black
13842 \series default
13843
13844 \series bold
13845 blue
13846 \series default
13847
13848 \series bold
13849 cyan
13850 \series default
13851
13852 \series bold
13853 green
13854 \series default
13855
13856 \series bold
13857 magenta
13858 \series default
13859
13860 \series bold
13861 red
13862 \series default
13863
13864 \series bold
13865 white
13866 \series default
13867
13868 \series bold
13869 yellow
13870 \end_layout
13871
13872 \begin_layout Standard
13873 \align center
13874 \begin_inset Tabular
13875 <lyxtabular version="3" rows="4" columns="2">
13876 <features tabularvalignment="middle">
13877 <column alignment="center" valignment="top" width="0">
13878 <column alignment="center" valignment="top" width="0">
13879 <row>
13880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Plain Layout
13884 Comando
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Plain Layout
13893 Resultado
13894 \begin_inset Note Note
13895 status collapsed
13896
13897 \begin_layout Plain Layout
13898
13899 \series bold
13900
13901 \backslash
13902 raisebox
13903 \series default
13904  se usa sólo como espaciador
13905 \end_layout
13906
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 </row>
13915 <row>
13916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13917 \begin_inset Text
13918
13919 \begin_layout Plain Layout
13920
13921 \backslash
13922 colorbox{yellow
13923 \begin_inset Formula $\to$
13924 \end_inset
13925
13926
13927 \backslash
13928 {A=B
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13938 \end_inset
13939
13940
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 </row>
13946 <row>
13947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13948 \begin_inset Text
13949
13950 \begin_layout Plain Layout
13951
13952 \backslash
13953 colorbox{green
13954 \begin_inset Formula $\to$
13955 \end_inset
13956
13957
13958 \backslash
13959 {
13960 \backslash
13961 fbox
13962 \begin_inset ERT
13963 status collapsed
13964
13965 \begin_layout Plain Layout
13966
13967
13968 \backslash
13969 spce 
13970 \end_layout
13971
13972 \end_inset
13973
13974 A=B
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13984 \end_inset
13985
13986
13987 \end_layout
13988
13989 \end_inset
13990 </cell>
13991 </row>
13992 <row>
13993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997
13998 \backslash
13999 fbox
14000 \begin_inset ERT
14001 status collapsed
14002
14003 \begin_layout Plain Layout
14004
14005
14006 \backslash
14007 spce 
14008 \end_layout
14009
14010 \end_inset
14011
14012
14013 \backslash
14014 colorbox{green
14015 \begin_inset Formula $\to$
14016 \end_inset
14017
14018
14019 \backslash
14020 {
14021 \family sans
14022 Ctrl+M Ctrl+M
14023 \family default
14024  
14025 \backslash
14026 int
14027 \begin_inset ERT
14028 status collapsed
14029
14030 \begin_layout Plain Layout
14031
14032
14033 \backslash
14034 spce 
14035 \end_layout
14036
14037 \end_inset
14038
14039 C=D
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14049 \end_inset
14050
14051
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 </row>
14057 </lyxtabular>
14058
14059 \end_inset
14060
14061
14062 \end_layout
14063
14064 \begin_layout Standard
14065
14066 \series bold
14067
14068 \backslash
14069 colorbox
14070 \series default
14071  sólo colorea el cuadro pero no los caracteres.
14072  Para colorear todos los caracteres se selecciona toda la ecuación y se
14073  elige un color en el diálogo 
14074 \family sans
14075 Estilo
14076 \begin_inset space ~
14077 \end_inset
14078
14079 del
14080 \begin_inset space ~
14081 \end_inset
14082
14083 texto
14084 \family default
14085 .
14086  El diálogo puede abrirse con el botón 
14087 \begin_inset Graphics
14088         filename ../../images/dialog-show_character.png
14089         scale 85
14090
14091 \end_inset
14092
14093  de la barra de herramientas o con el menú 
14094 \family sans
14095 Editar\SpecialChar \menuseparator
14096 Estilo
14097 \begin_inset space ~
14098 \end_inset
14099
14100 del
14101 \begin_inset space ~
14102 \end_inset
14103
14104 texto\SpecialChar \menuseparator
14105 Personalizado
14106 \family default
14107 .
14108  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
14109  Si el número de la ecuación debe tener otro color que el de los caracteres
14110  de la ecuación, el color debe cambiarse dentro de la ecuación.
14111 \end_layout
14112
14113 \begin_layout Standard
14114 Un ejemplo:
14115 \color red
14116
14117 \begin_inset Formula \begin{equation}
14118 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
14119
14120 \end_inset
14121
14122
14123 \color green
14124
14125 \begin_inset Formula \begin{equation}
14126 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
14127
14128 \end_inset
14129
14130
14131 \end_layout
14132
14133 \begin_layout Standard
14134 La ecuación 
14135 \begin_inset CommandInset ref
14136 LatexCommand eqref
14137 reference "eq:rojo"
14138
14139 \end_inset
14140
14141  está toda coloreada en rojo.
14142 \begin_inset Newline newline
14143 \end_inset
14144
14145 La ecuación 
14146 \begin_inset CommandInset ref
14147 LatexCommand eqref
14148 reference "eq:rojoverde"
14149
14150 \end_inset
14151
14152  se ha coloreado en primer lugar toda en verde para colorear el número de
14153  la ecuación.
14154  Posteriormente se han coloreado en rojo los caracteres.
14155 \family sans
14156
14157 \begin_inset VSpace bigskip
14158 \end_inset
14159
14160
14161 \end_layout
14162
14163 \begin_layout Standard
14164 Para colorear diferente el marco y el resto del cuadro se usa el comando
14165  
14166 \series bold
14167
14168 \backslash
14169 fcolorbox
14170 \series default
14171
14172 \begin_inset Index idx
14173 status collapsed
14174
14175 \begin_layout Plain Layout
14176 Comandos ! F ! 
14177 \backslash
14178 fcolorbox
14179 \end_layout
14180
14181 \end_inset
14182
14183  con el siguiente esquema:
14184 \end_layout
14185
14186 \begin_layout Standard
14187
14188 \series bold
14189
14190 \backslash
14191 fcolorbox{color del marco}{color}{contenido del cuadro}
14192 \end_layout
14193
14194 \begin_layout Standard
14195 Así pues 
14196 \series bold
14197
14198 \backslash
14199 fcolorbox
14200 \series default
14201  es una extensión del comando 
14202 \series bold
14203
14204 \backslash
14205 colorbox
14206 \series default
14207 .
14208  La anchura del marco se establece, como para 
14209 \series bold
14210
14211 \backslash
14212 framebox
14213 \series default
14214 , con 
14215 \series bold
14216
14217 \backslash
14218 fboxrule
14219 \series default
14220  y 
14221 \series bold
14222
14223 \backslash
14224 fboxsep
14225 \series default
14226 .
14227  Un ejemplo:
14228 \begin_inset ERT
14229 status collapsed
14230
14231 \begin_layout Plain Layout
14232
14233
14234 \backslash
14235 fboxrule 1mm 
14236 \backslash
14237 fboxsep 1mm
14238 \end_layout
14239
14240 \end_inset
14241
14242
14243 \begin_inset Formula \[
14244 \fcolorbox{cyan}{magenta}{A=B}\]
14245
14246 \end_inset
14247
14248
14249 \end_layout
14250
14251 \begin_layout Standard
14252 \begin_inset ERT
14253 status collapsed
14254
14255 \begin_layout Plain Layout
14256
14257
14258 \backslash
14259 fboxrule 0.4pt 
14260 \backslash
14261 fboxsep 3pt
14262 \end_layout
14263
14264 \end_inset
14265
14266
14267 \end_layout
14268
14269 \begin_layout Standard
14270 Esta ecuación se ha compuesto con el comando
14271 \begin_inset Newline newline
14272 \end_inset
14273
14274
14275 \series bold
14276
14277 \backslash
14278 fcolorbox{cyan
14279 \begin_inset Formula $\to$
14280 \end_inset
14281
14282
14283 \backslash
14284 {magenta
14285 \begin_inset Formula $\to$
14286 \end_inset
14287
14288
14289 \backslash
14290 {A=B
14291 \end_layout
14292
14293 \begin_layout Standard
14294 \begin_inset VSpace bigskip
14295 \end_inset
14296
14297
14298 \end_layout
14299
14300 \begin_layout Standard
14301 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14302 \end_layout
14303
14304 \begin_layout Standard
14305 Por ejemplo, se puede definir el color 
14306 \begin_inset Quotes fld
14307 \end_inset
14308
14309
14310 \series bold
14311 verdeoscuro
14312 \series default
14313
14314 \begin_inset Quotes frd
14315 \end_inset
14316
14317  con la línea de preámbulo LaTeX:
14318 \end_layout
14319
14320 \begin_layout Standard
14321
14322 \series bold
14323
14324 \backslash
14325 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14326 \series default
14327
14328 \begin_inset Index idx
14329 status collapsed
14330
14331 \begin_layout Plain Layout
14332 Comandos ! D ! 
14333 \backslash
14334 definecolor
14335 \end_layout
14336
14337 \end_inset
14338
14339
14340 \end_layout
14341
14342 \begin_layout Standard
14343
14344 \series bold
14345 cmyk
14346 \series default
14347  es el espacio de color referido a los colores 
14348 \series bold
14349 cyan
14350 \series default
14351
14352 \series bold
14353 magenta
14354 \series default
14355
14356 \series bold
14357 yellow
14358 \series default
14359  y 
14360 \series bold
14361 black
14362 \series default
14363 .
14364  Los cuatro números separados por coma son el factor de cuota para los colores
14365  correspondientes del espacio de color.
14366  Los factores pueden estar en el rango 0-1.
14367  En vez de 
14368 \series bold
14369 cmyk
14370 \series default
14371  se puede usar el espacio de color 
14372 \series bold
14373 rgb
14374 \series default
14375 , que se refiere a 
14376 \series bold
14377 red
14378 \series default
14379
14380 \series bold
14381 green
14382 \series default
14383  y 
14384 \series bold
14385 blue
14386 \series default
14387 , así pues en este caso hay tres factores de cuota para los correspondientes
14388  colores.
14389  Además hay el espacio de color 
14390 \series bold
14391 gray
14392 \series default
14393  con un factor de cuota para el valor gris.
14394 \end_layout
14395
14396 \begin_layout Standard
14397 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14398 \series bold
14399 verdeoscuro
14400 \series default
14401  y los caracteres en color amarillo:
14402 \color black
14403
14404 \begin_inset Formula \begin{equation}
14405 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14406
14407 \end_inset
14408
14409
14410 \end_layout
14411
14412 \begin_layout Standard
14413 Los colores personalizados también se pueden usar para texto con la ayuda
14414  del comando 
14415 \series bold
14416
14417 \backslash
14418 textcolor
14419 \series default
14420
14421 \begin_inset Index idx
14422 status collapsed
14423
14424 \begin_layout Plain Layout
14425 Texto ! coloreado
14426 \end_layout
14427
14428 \end_inset
14429
14430
14431 \end_layout
14432
14433 \begin_layout Standard
14434 \begin_inset ERT
14435 status collapsed
14436
14437 \begin_layout Plain Layout
14438
14439
14440 \backslash
14441 textcolor{verdeoscuro}{
14442 \end_layout
14443
14444 \end_inset
14445
14446 Esta frase en 
14447 \begin_inset Quotes fld
14448 \end_inset
14449
14450 verdeoscuro
14451 \begin_inset Quotes frd
14452 \end_inset
14453
14454 .
14455 \begin_inset ERT
14456 status collapsed
14457
14458 \begin_layout Plain Layout
14459
14460 }
14461 \end_layout
14462
14463 \end_inset
14464
14465
14466 \end_layout
14467
14468 \begin_layout Standard
14469
14470 \series bold
14471
14472 \backslash
14473 textcolor
14474 \series default
14475
14476 \begin_inset Index idx
14477 status collapsed
14478
14479 \begin_layout Plain Layout
14480 Comandos ! T ! 
14481 \backslash
14482 textcolor
14483 \end_layout
14484
14485 \end_inset
14486
14487  se usa con el esquema 
14488 \series bold
14489
14490 \backslash
14491 textcolor{color}{caracteres a colorear}
14492 \series default
14493 .
14494 \end_layout
14495
14496 \begin_layout Subsection
14497 Cuadros de párrafo
14498 \begin_inset CommandInset label
14499 LatexCommand label
14500 name "sub:Cuadros-de-párrafo"
14501
14502 \end_inset
14503
14504
14505 \begin_inset Index idx
14506 status collapsed
14507
14508 \begin_layout Plain Layout
14509 Cuadros ! para párrafos
14510 \end_layout
14511
14512 \end_inset
14513
14514
14515 \end_layout
14516
14517 \begin_layout Standard
14518 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14519  de párrafo (parbox), se puede generar con el menú 
14520 \family sans
14521 Insertar\SpecialChar \menuseparator
14522 Cuadro
14523 \family default
14524  o con el botón 
14525 \begin_inset Graphics
14526         filename ../../images/box-insert.png
14527         scale 85
14528
14529 \end_inset
14530
14531  de la barra de herramientas.
14532 \end_layout
14533
14534 \begin_layout Standard
14535 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14536 \begin_inset VSpace medskip
14537 \end_inset
14538
14539 Esta línea contiene 
14540 \begin_inset Box Boxed
14541 position "c"
14542 hor_pos "c"
14543 has_inner_box 1
14544 inner_pos "c"
14545 use_parbox 1
14546 use_makebox 0
14547 width "5cm"
14548 special "none"
14549 height "1in"
14550 height_special "totalheight"
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554 Esto es un cuadro de párrafo.
14555  Tiene exactamente 5
14556 \begin_inset space \thinspace{}
14557 \end_inset
14558
14559 cm de largo y además puede contener ecuaciones: 
14560 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14561 \end_inset
14562
14563
14564 \end_layout
14565
14566 \end_inset
14567
14568
14569 \begin_inset space ~
14570 \end_inset
14571
14572  un cuadro de párrafo.
14573 \begin_inset VSpace medskip
14574 \end_inset
14575
14576 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14577  Surge un diálogo con las propiedades del cuadro.
14578  En este caso: 
14579 \emph on
14580 Decoración
14581 \emph default
14582 : Marco rectangular, 
14583 \emph on
14584 Cuadro interior
14585 \emph default
14586 : Párrafo, 
14587 \emph on
14588 Ancho
14589 \emph default
14590 : 5
14591 \begin_inset space \thinspace{}
14592 \end_inset
14593
14594 cm, 
14595 \emph on
14596 Alineación Vertical
14597 \emph default
14598  
14599 \emph on
14600 Cuadro
14601 \emph default
14602 : Medio.
14603 \end_layout
14604
14605 \begin_layout Standard
14606 \begin_inset VSpace medskip
14607 \end_inset
14608
14609 En LaTeX, un cuadro de párrafo se inserta con el comando 
14610 \series bold
14611
14612 \backslash
14613 parbox
14614 \series default
14615
14616 \begin_inset Index idx
14617 status collapsed
14618
14619 \begin_layout Plain Layout
14620 Comandos ! P ! 
14621 \backslash
14622 parbox
14623 \end_layout
14624
14625 \end_inset
14626
14627  con el esquema siguiente:
14628 \end_layout
14629
14630 \begin_layout Standard
14631
14632 \series bold
14633
14634 \backslash
14635 parbox[posición]{anchura}{contenido}
14636 \end_layout
14637
14638 \begin_layout Standard
14639 Son posibles las posiciones 
14640 \emph on
14641 b
14642 \emph default
14643  y 
14644 \emph on
14645 t
14646 \emph default
14647
14648 \emph on
14649 b
14650 \emph default
14651  por 
14652 \begin_inset Quotes fld
14653 \end_inset
14654
14655 bottom
14656 \begin_inset Quotes frd
14657 \end_inset
14658
14659  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14660  Con 
14661 \emph on
14662 t
14663 \emph default
14664 , por 
14665 \begin_inset Quotes fld
14666 \end_inset
14667
14668 top
14669 \begin_inset Quotes frd
14670 \end_inset
14671
14672  (arriba), la alineación se hace con la primera línea.
14673  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14674  
14675 \emph on
14676 Cuadros
14677 \emph default
14678  del manual 
14679 \emph on
14680 Objetos insertados
14681 \emph default
14682  para ejemplos.
14683 \end_layout
14684
14685 \begin_layout Standard
14686 \begin_inset VSpace bigskip
14687 \end_inset
14688
14689 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14690  ponerse en un cuadro de párrafo.
14691  Para ello se inserta el comando
14692 \begin_inset Newline newline
14693 \end_inset
14694
14695
14696 \series bold
14697
14698 \backslash
14699 fbox{
14700 \backslash
14701 parbox{
14702 \backslash
14703 linewidth-2
14704 \backslash
14705 fboxsep-2
14706 \backslash
14707 fboxrule}{
14708 \begin_inset Newline newline
14709 \end_inset
14710
14711
14712 \series default
14713 en modo TeX delante de la ecuación.
14714  Aquí 
14715 \series bold
14716
14717 \backslash
14718 linewidth
14719 \series default
14720
14721 \begin_inset Index idx
14722 status collapsed
14723
14724 \begin_layout Plain Layout
14725 Comandos ! L ! 
14726 \backslash
14727 linewidth
14728 \end_layout
14729
14730 \end_inset
14731
14732  es la anchura de línea establecida para el documento.
14733  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14734  anchura dos veces la separación del marco y el grosor.
14735  Como LyX no lo hace automáticamente debido a un fallo,
14736 \begin_inset Foot
14737 status collapsed
14738
14739 \begin_layout Plain Layout
14740 \begin_inset CommandInset href
14741 LatexCommand href
14742 name "LyX-bug #4483"
14743 target "http://www.lyx.org/trac/ticket/4483"
14744
14745 \end_inset
14746
14747
14748 \end_layout
14749
14750 \end_inset
14751
14752  hay que usar modo TeX.
14753  Para poder multiplicar y restar en los argumentos hay que cargar en el
14754  preámbulo LaTeX el paquete LaTeX 
14755 \series bold
14756 calc
14757 \series default
14758 ,
14759 \begin_inset Foot
14760 status collapsed
14761
14762 \begin_layout Plain Layout
14763
14764 \series bold
14765 calc
14766 \series default
14767  es parte de toda instalación LaTeX estándar.
14768 \end_layout
14769
14770 \end_inset
14771
14772
14773 \begin_inset Index idx
14774 status collapsed
14775
14776 \begin_layout Plain Layout
14777 Paquetes ! calc
14778 \end_layout
14779
14780 \end_inset
14781
14782  con la línea
14783 \end_layout
14784
14785 \begin_layout Standard
14786
14787 \series bold
14788
14789 \backslash
14790 usepackage{calc}
14791 \end_layout
14792
14793 \begin_layout Standard
14794 Detrás de la ecuación se cierran ambos cuadros con 
14795 \series bold
14796 }}
14797 \series default
14798  en modo TeX.
14799  Aquí hay un ejemplo:
14800 \begin_inset ERT
14801 status collapsed
14802
14803 \begin_layout Plain Layout
14804
14805
14806 \backslash
14807 fboxsep 5mm 
14808 \backslash
14809 fboxrule 5mm
14810 \end_layout
14811
14812 \end_inset
14813
14814
14815 \end_layout
14816
14817 \begin_layout Standard
14818 \begin_inset ERT
14819 status collapsed
14820
14821 \begin_layout Plain Layout
14822
14823
14824 \backslash
14825 fbox{
14826 \backslash
14827 parbox{
14828 \backslash
14829 linewidth-2
14830 \backslash
14831 fboxsep-2
14832 \backslash
14833 fboxrule}{
14834 \end_layout
14835
14836 \end_inset
14837
14838
14839 \begin_inset Formula \begin{equation}
14840 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14841
14842 \end_inset
14843
14844
14845 \end_layout
14846
14847 \begin_layout Standard
14848 \begin_inset ERT
14849 status collapsed
14850
14851 \begin_layout Plain Layout
14852
14853 }}
14854 \end_layout
14855
14856 \end_inset
14857
14858
14859 \begin_inset ERT
14860 status collapsed
14861
14862 \begin_layout Plain Layout
14863
14864
14865 \backslash
14866 fboxrule 0.4pt 
14867 \backslash
14868 fboxsep 3pt
14869 \end_layout
14870
14871 \end_inset
14872
14873
14874 \end_layout
14875
14876 \begin_layout Standard
14877 \begin_inset VSpace medskip
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \begin_layout Standard
14884 Como se ha usado el cuadro de párrafo como argumento de 
14885 \series bold
14886
14887 \backslash
14888 fbox
14889 \series default
14890 , en este caso no hay diferencia entre 
14891 \series bold
14892
14893 \backslash
14894 fbox
14895 \series default
14896  y 
14897 \series bold
14898
14899 \backslash
14900 boxed
14901 \series default
14902 .
14903  
14904 \end_layout
14905
14906 \begin_layout Standard
14907 \begin_inset VSpace bigskip
14908 \end_inset
14909
14910
14911 \end_layout
14912
14913 \begin_layout Standard
14914 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14915  Para hacerlo, se usa 
14916 \series bold
14917
14918 \backslash
14919 parbox
14920 \series default
14921  en combinación con el comando 
14922 \series bold
14923
14924 \backslash
14925 tag
14926 \series default
14927 .
14928  (Véase más sobre 
14929 \series bold
14930
14931 \backslash
14932 tag
14933 \series default
14934  en 
14935 \begin_inset CommandInset ref
14936 LatexCommand ref
14937 reference "sub:Numeración-personalizada"
14938
14939 \end_inset
14940
14941 ).
14942 \end_layout
14943
14944 \begin_layout Standard
14945 Un ejemplo de ecuación comentada con 
14946 \series bold
14947
14948 \backslash
14949 parbox
14950 \series default
14951 :
14952 \end_layout
14953
14954 \begin_layout Standard
14955 \begin_inset ERT
14956 status collapsed
14957
14958 \begin_layout Plain Layout
14959
14960
14961 \backslash
14962 [5x-7b=3b
14963 \backslash
14964 tag*{
14965 \backslash
14966 parbox{5cm}{
14967 \end_layout
14968
14969 \end_inset
14970
14971 Esto es una descripción.
14972  Está claramente separada de la ecuación y es multilínea.
14973 \begin_inset ERT
14974 status collapsed
14975
14976 \begin_layout Plain Layout
14977
14978 }}
14979 \backslash
14980 ]
14981 \end_layout
14982
14983 \end_inset
14984
14985
14986 \end_layout
14987
14988 \begin_layout Standard
14989 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14990  no soporta el comando 
14991 \series bold
14992
14993 \backslash
14994 parbox
14995 \series default
14996  en ecuaciones.
14997  La ecuación se compone con la siguiente secuencia de comandos:
14998 \end_layout
14999
15000 \begin_layout Standard
15001 El comando 
15002 \series bold
15003
15004 \backslash
15005 [5x-7b=3b
15006 \backslash
15007 tag*
15008 \backslash
15009 {
15010 \backslash
15011 parbox{5cm}{
15012 \series default
15013  se inserta en modo TeX.
15014 \begin_inset Foot
15015 status collapsed
15016
15017 \begin_layout Plain Layout
15018 Si se usa el estilo de ecuación 
15019 \series bold
15020 Sangrado
15021 \series default
15022
15023 \series bold
15024
15025 \backslash
15026 tag*
15027 \backslash
15028
15029 \series default
15030  se puede reemplazar por 
15031 \series bold
15032
15033 \backslash
15034 hfill
15035 \series default
15036 .
15037  (Véanse los estilos de ecuación en 
15038 \begin_inset CommandInset ref
15039 LatexCommand ref
15040 reference "sec:Estilos-de-ecuación"
15041
15042 \end_inset
15043
15044 ).
15045 \end_layout
15046
15047 \end_inset
15048
15049  Después sigue la descripción en texto normal, y por último 
15050 \series bold
15051 }}
15052 \backslash
15053 ]
15054 \series default
15055  en modo TeX.
15056  Aquí los comandos 
15057 \series bold
15058
15059 \backslash
15060 [
15061 \series default
15062  y 
15063 \series bold
15064
15065 \backslash
15066 ]
15067 \series default
15068  crean una ecuación presentada.
15069 \end_layout
15070
15071 \begin_layout Standard
15072 Las ventajas de 
15073 \series bold
15074
15075 \backslash
15076 parbox
15077 \series default
15078  pueden verse en este ejemplo que se ha 
15079 \begin_inset Quotes fld
15080 \end_inset
15081
15082 comentado
15083 \begin_inset Quotes frd
15084 \end_inset
15085
15086  usando el modo texto matemático:
15087 \begin_inset Formula \[
15088 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
15089
15090 \end_inset
15091
15092
15093 \end_layout
15094
15095 \begin_layout Section
15096 Operadores
15097 \begin_inset Index idx
15098 status collapsed
15099
15100 \begin_layout Plain Layout
15101 Operadores
15102 \end_layout
15103
15104 \end_inset
15105
15106
15107 \end_layout
15108
15109 \begin_layout Subsection
15110 Operadores grandes
15111 \begin_inset CommandInset label
15112 LatexCommand label
15113 name "sub:Operadores-grandes"
15114
15115 \end_inset
15116
15117
15118 \begin_inset Index idx
15119 status collapsed
15120
15121 \begin_layout Plain Layout
15122 Operadores ! grandes
15123 \end_layout
15124
15125 \end_inset
15126
15127
15128 \begin_inset Index idx
15129 status collapsed
15130
15131 \begin_layout Plain Layout
15132 Sumatorios
15133 \end_layout
15134
15135 \end_inset
15136
15137
15138 \begin_inset Index idx
15139 status collapsed
15140
15141 \begin_layout Plain Layout
15142 Integrales
15143 \end_layout
15144
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \begin_layout Standard
15151 Para poder usar todos los comandos de integrales listados aquí, debe estar
15152  marcada la opción 
15153 \family sans
15154 Usar paquete esint automáticamente
15155 \family default
15156  en el apartado 
15157 \family sans
15158 Ecuaciones
15159 \family default
15160  de la configuración del documento.
15161  
15162 \end_layout
15163
15164 \begin_layout Standard
15165 \begin_inset space \hfill{}
15166 \end_inset
15167
15168
15169 \begin_inset Tabular
15170 <lyxtabular version="3" rows="11" columns="2">
15171 <features tabularvalignment="middle">
15172 <column alignment="center" valignment="top" width="0pt">
15173 <column alignment="center" valignment="top" width="0pt">
15174 <row>
15175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179 Comando
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 Resultado
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 </row>
15194 <row>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \backslash
15201 int
15202 \begin_inset Index idx
15203 status collapsed
15204
15205 \begin_layout Plain Layout
15206 Comandos ! I ! 
15207 \backslash
15208 int
15209 \end_layout
15210
15211 \end_inset
15212
15213
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222 \begin_inset Formula $\int$
15223 \end_inset
15224
15225
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 </row>
15231 <row>
15232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236
15237 \backslash
15238 oint
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247 \begin_inset Formula $\oint$
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 </row>
15256 <row>
15257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261
15262 \backslash
15263 ointctrclockwise
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 \begin_inset Formula $\ointctrclockwise$
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 <row>
15282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286
15287 \backslash
15288 ointclockwise
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297 \begin_inset Formula $\ointclockwise$
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 </row>
15306 <row>
15307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311
15312 \backslash
15313 sqint
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322 \begin_inset Formula $\sqint$
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 </row>
15331 <row>
15332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336
15337 \backslash
15338 fint
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347  
15348 \begin_inset Formula $\fint$
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 </row>
15357 <row>
15358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362
15363 \backslash
15364 landupint
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373  
15374 \begin_inset Formula $\landupint$
15375 \end_inset
15376
15377
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 </row>
15383 <row>
15384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15385 \begin_inset Text
15386
15387 \begin_layout Plain Layout
15388
15389 \backslash
15390 landdownint
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399  
15400 \begin_inset Formula $\landdownint$
15401 \end_inset
15402
15403
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 </row>
15409 <row>
15410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Plain Layout
15414
15415 \backslash
15416 bigcap
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425 \begin_inset Formula $\bigcap$
15426 \end_inset
15427
15428
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 </row>
15434 <row>
15435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439
15440 \backslash
15441 bigcup
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450 \begin_inset Formula $\bigcup$
15451 \end_inset
15452
15453
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 </row>
15459 </lyxtabular>
15460
15461 \end_inset
15462
15463
15464 \begin_inset space \hfill{}
15465 \end_inset
15466
15467
15468 \begin_inset Tabular
15469 <lyxtabular version="3" rows="11" columns="2">
15470 <features tabularvalignment="middle">
15471 <column alignment="center" valignment="top" width="0pt">
15472 <column alignment="center" valignment="top" width="0pt">
15473 <row>
15474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Plain Layout
15478 Comando
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487 Resultado
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 <row>
15494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498
15499 \backslash
15500 sum
15501 \begin_inset Index idx
15502 status collapsed
15503
15504 \begin_layout Plain Layout
15505 Comandos ! S ! 
15506 \backslash
15507 sum
15508 \end_layout
15509
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521 \begin_inset Formula $\sum$
15522 \end_inset
15523
15524
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 </row>
15530 <row>
15531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535
15536 \backslash
15537 prod
15538 \begin_inset Index idx
15539 status collapsed
15540
15541 \begin_layout Plain Layout
15542 Comandos ! P ! 
15543 \backslash
15544 prod
15545 \end_layout
15546
15547 \end_inset
15548
15549
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558 \begin_inset Formula $\prod$
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 </row>
15567 <row>
15568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572
15573 \backslash
15574 coprod
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583 \begin_inset Formula $\coprod$
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 </row>
15592 <row>
15593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597
15598 \backslash
15599 bigodot
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608 \begin_inset Formula $\bigodot$
15609 \end_inset
15610
15611
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 </row>
15617 <row>
15618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622
15623 \backslash
15624 bigotimes
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633 \begin_inset Formula $\bigotimes$
15634 \end_inset
15635
15636
15637 \end_layout
15638
15639 \end_inset
15640 </cell>
15641 </row>
15642 <row>
15643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647
15648 \backslash
15649 bigoplus
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658 \begin_inset Formula $\bigoplus$
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 </row>
15667 <row>
15668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672
15673 \backslash
15674 bigwedge
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Plain Layout
15683 \begin_inset Formula $\bigwedge$
15684 \end_inset
15685
15686
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 </row>
15692 <row>
15693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697
15698 \backslash
15699 bigvee
15700 \end_layout
15701
15702 \end_inset
15703 </cell>
15704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708 \begin_inset Formula $\bigvee$
15709 \end_inset
15710
15711
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 </row>
15717 <row>
15718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722
15723 \backslash
15724 bigsqcup
15725 \end_layout
15726
15727 \end_inset
15728 </cell>
15729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733 \begin_inset Formula $\bigsqcup$
15734 \end_inset
15735
15736
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 </row>
15742 <row>
15743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747
15748 \backslash
15749 biguplus
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 \begin_inset Formula $\biguplus$
15759 \end_inset
15760
15761
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 </row>
15767 </lyxtabular>
15768
15769 \end_inset
15770
15771
15772 \begin_inset space \hfill{}
15773 \end_inset
15774
15775
15776 \end_layout
15777
15778 \begin_layout Standard
15779 Todos los operadores grandes se pueden insertar con el botón 
15780 \begin_inset Graphics
15781         filename ../../images/math/intop.png
15782         scale 85
15783
15784 \end_inset
15785
15786  de la barra de ecuaciones.
15787 \end_layout
15788
15789 \begin_layout Standard
15790 Estos operadores son llamados grandes porque son mayores que los operadores
15791  binarios de aspecto semejante.
15792  Todos los operadores grandes pueden tener límites, como se describe en
15793  la subsección siguiente.
15794 \end_layout
15795
15796 \begin_layout Standard
15797 Para todos los operadores de integral hay una segunda versión disponible,
15798  terminando en 
15799 \series bold
15800 op
15801 \series default
15802
15803 \series bold
15804
15805 \backslash
15806 intop
15807 \series default
15808
15809 \series bold
15810
15811 \backslash
15812 ointop
15813 \series default
15814  etc.
15815  Estos operadores difieren de 
15816 \series bold
15817
15818 \backslash
15819 int
15820 \series default
15821 , etc., en el estilo en que se presentan los límites, véase
15822 \series bold
15823  
15824 \series default
15825
15826 \begin_inset CommandInset ref
15827 LatexCommand ref
15828 reference "sub:Límites-de-operadores"
15829
15830 \end_inset
15831
15832 .
15833 \end_layout
15834
15835 \begin_layout Subsubsection*
15836 Sugerencias para las integrales
15837 \end_layout
15838
15839 \begin_layout Standard
15840 La letra 
15841 \emph on
15842 d
15843 \emph default
15844  en una integral es un operador, por consiguiente debe escribirse en redonda.
15845  Esto se hace resaltando la 
15846 \emph on
15847 d
15848 \emph default
15849  y usando el atajo de teclado 
15850 \family sans
15851 Alt+C
15852 \begin_inset space ~
15853 \end_inset
15854
15855 R
15856 \family default
15857 .
15858 \begin_inset Foot
15859 status collapsed
15860
15861 \begin_layout Plain Layout
15862 véase estilos de letras en 
15863 \begin_inset CommandInset ref
15864 LatexCommand ref
15865 reference "sub:Estilos-de-fuentes"
15866
15867 \end_inset
15868
15869  
15870 \end_layout
15871
15872 \end_inset
15873
15874  Delante de la 
15875 \emph on
15876 d
15877 \emph default
15878  se inserta un espacio delgado, como es habitual en los operadores.
15879  Un ejemplo:
15880 \end_layout
15881
15882 \begin_layout Standard
15883 incorrecto: 
15884 \begin_inset Formula $\int A(x)dx$
15885 \end_inset
15886
15887
15888 \begin_inset Newline newline
15889 \end_inset
15890
15891
15892 \begin_inset Phantom HPhantom
15893 status open
15894
15895 \begin_layout Plain Layout
15896 in
15897 \end_layout
15898
15899 \end_inset
15900
15901 correcto: 
15902 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \begin_layout Standard
15909 \begin_inset Newpage pagebreak
15910 \end_inset
15911
15912
15913 \end_layout
15914
15915 \begin_layout Standard
15916 Para integrales múltiples hay los siguientes comandos:
15917 \begin_inset VSpace medskip
15918 \end_inset
15919
15920
15921 \end_layout
15922
15923 \begin_layout Standard
15924 \begin_inset space \hfill{}
15925 \end_inset
15926
15927
15928 \begin_inset Tabular
15929 <lyxtabular version="3" rows="4" columns="2">
15930 <features tabularvalignment="middle">
15931 <column alignment="center" valignment="top" width="0">
15932 <column alignment="center" valignment="top" width="0">
15933 <row>
15934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 Comando
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947 Resultado
15948 \begin_inset Note Note
15949 status collapsed
15950
15951 \begin_layout Plain Layout
15952
15953 \series bold
15954
15955 \backslash
15956 raisebox
15957 \series default
15958  se usa sólo como espaciador
15959 \end_layout
15960
15961 \end_inset
15962
15963
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 <row>
15970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974
15975 \backslash
15976 iint
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 </row>
15994 <row>
15995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999
16000 \backslash
16001 oiint
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16011 \end_inset
16012
16013
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 </row>
16019 <row>
16020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024
16025 \backslash
16026 sqiint
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16036 \end_inset
16037
16038
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 </row>
16044 </lyxtabular>
16045
16046 \end_inset
16047
16048
16049 \begin_inset space \hfill{}
16050 \end_inset
16051
16052
16053 \begin_inset Tabular
16054 <lyxtabular version="3" rows="4" columns="2">
16055 <features tabularvalignment="middle">
16056 <column alignment="center" valignment="top" width="0">
16057 <column alignment="center" valignment="top" width="0">
16058 <row>
16059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 Comando
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 Resultado
16073 \begin_inset Note Note
16074 status collapsed
16075
16076 \begin_layout Plain Layout
16077
16078 \series bold
16079
16080 \backslash
16081 raisebox
16082 \series default
16083  se usa sólo como espaciador
16084 \end_layout
16085
16086 \end_inset
16087
16088
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 </row>
16094 <row>
16095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099
16100 \backslash
16101 iiint
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16111 \end_inset
16112
16113
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 </row>
16119 <row>
16120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124
16125 \backslash
16126 iiiint
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16136 \end_inset
16137
16138
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 </row>
16144 <row>
16145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149
16150 \backslash
16151 dotsint
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16161 \end_inset
16162
16163
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 </row>
16169 </lyxtabular>
16170
16171 \end_inset
16172
16173
16174 \begin_inset space \hfill{}
16175 \end_inset
16176
16177
16178 \end_layout
16179
16180 \begin_layout Subsection
16181 Límites de operadores
16182 \begin_inset CommandInset label
16183 LatexCommand label
16184 name "sub:Límites-de-operadores"
16185
16186 \end_inset
16187
16188
16189 \begin_inset Index idx
16190 status collapsed
16191
16192 \begin_layout Plain Layout
16193 Operadores ! límites de
16194 \end_layout
16195
16196 \end_inset
16197
16198
16199 \end_layout
16200
16201 \begin_layout Standard
16202 Los límites se crean mediante superíndices y subíndices:
16203 \end_layout
16204
16205 \begin_layout Standard
16206 \noindent
16207 \align center
16208 \begin_inset Tabular
16209 <lyxtabular version="3" rows="2" columns="2">
16210 <features tabularvalignment="middle">
16211 <column alignment="center" valignment="top" width="0">
16212 <column alignment="center" valignment="top" width="0">
16213 <row>
16214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 Comando
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227 Resultado
16228 \begin_inset Note Note
16229 status collapsed
16230
16231 \begin_layout Plain Layout
16232
16233 \series bold
16234
16235 \backslash
16236 raisebox
16237 \series default
16238  se usa sólo como espaciador
16239 \end_layout
16240
16241 \end_inset
16242
16243
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 </row>
16249 <row>
16250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254
16255 \backslash
16256 prod^
16257 \backslash
16258 infty
16259 \begin_inset ERT
16260 status collapsed
16261
16262 \begin_layout Plain Layout
16263
16264
16265 \backslash
16266 spce 
16267 \end_layout
16268
16269 \end_inset
16270
16271
16272 \begin_inset Formula $\to$
16273 \end_inset
16274
16275 _0
16276 \begin_inset Formula $\to$
16277 \end_inset
16278
16279 A(x)
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16289 \end_inset
16290
16291
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 </row>
16297 </lyxtabular>
16298
16299 \end_inset
16300
16301
16302 \end_layout
16303
16304 \begin_layout Standard
16305 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16306  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16307 \end_layout
16308
16309 \begin_layout Standard
16310 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16311  directamente detrás del operador y se elige 
16312 \series bold
16313 Alineado
16314 \series default
16315  en el menú 
16316 \family sans
16317 Editar\SpecialChar \menuseparator
16318 Ecuación\SpecialChar \menuseparator
16319 Cambiar tipo de límites
16320 \family default
16321  (atajo 
16322 \family sans
16323 Alt+M
16324 \begin_inset space ~
16325 \end_inset
16326
16327 L
16328 \family default
16329 ).
16330  Un ejemplo:
16331 \end_layout
16332
16333 \begin_layout Standard
16334 El tipo de límites por omisión es:
16335 \begin_inset Formula \[
16336 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16337
16338 \end_inset
16339
16340
16341 \end_layout
16342
16343 \begin_layout Standard
16344 Así se ven si se cambia el tipo de límites a 
16345 \series bold
16346 Alineado
16347 \series default
16348 :
16349 \begin_inset Formula \[
16350 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16351
16352 \end_inset
16353
16354
16355 \end_layout
16356
16357 \begin_layout Standard
16358 En integrales, excepto las que terminan en 
16359 \series bold
16360 op
16361 \series default
16362  como 
16363 \series bold
16364
16365 \backslash
16366 intop
16367 \series default
16368
16369 \series bold
16370
16371 \backslash
16372 ointop
16373 \series default
16374 , etc., los límites se colocan por omisión junto al operador.
16375  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16376  operador.
16377  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16378 \series bold
16379 Presentado
16380 \series default
16381  para poner el límite debajo:
16382 \begin_inset Formula \begin{equation}
16383 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16384
16385 \end_inset
16386
16387
16388 \begin_inset VSpace medskip
16389 \end_inset
16390
16391 Para especificar condiciones en los límites se usan los comandos 
16392 \series bold
16393
16394 \backslash
16395 subarray
16396 \series default
16397
16398 \begin_inset Index idx
16399 status collapsed
16400
16401 \begin_layout Plain Layout
16402 Comandos ! S ! 
16403 \backslash
16404 subarray
16405 \end_layout
16406
16407 \end_inset
16408
16409  y 
16410 \series bold
16411
16412 \backslash
16413 substack
16414 \series default
16415
16416 \begin_inset Index idx
16417 status collapsed
16418
16419 \begin_layout Plain Layout
16420 Comandos ! S ! 
16421 \backslash
16422 substack
16423 \end_layout
16424
16425 \end_inset
16426
16427 .
16428  Por ejemplo, para componer la expresión
16429 \begin_inset Formula \begin{equation}
16430 \sum_{\begin{subarray}{c}
16431 0<k<1000\\
16432 \\
16433 k\,\in\,\mathbb{N}
16434 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16435
16436 \end_inset
16437
16438 se ha hecho lo siguiente: primero se escribe el comando 
16439 \series bold
16440
16441 \backslash
16442 sum^n
16443 \series default
16444
16445 \begin_inset ERT
16446 status collapsed
16447
16448 \begin_layout Plain Layout
16449
16450
16451 \backslash
16452 spce 
16453 \end_layout
16454
16455 \end_inset
16456
16457
16458 \series bold
16459 _
16460 \series default
16461 .
16462  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16463  se inserta el comando 
16464 \series bold
16465
16466 \backslash
16467 subarray
16468 \series default
16469
16470 \begin_inset ERT
16471 status collapsed
16472
16473 \begin_layout Plain Layout
16474
16475
16476 \backslash
16477 spce 
16478 \end_layout
16479
16480 \end_inset
16481
16482 .
16483  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16484  distintas.
16485  Cada línea nueva se crea con un salto de línea (
16486 \family sans
16487 Ctrl+Retorno
16488 \family default
16489 ).
16490  Si ahora se escribe en ella
16491 \begin_inset Newline newline
16492 \end_inset
16493
16494
16495 \series bold
16496 0<k<1000 Ctrl+Retorno
16497 \begin_inset Newline newline
16498 \end_inset
16499
16500
16501 \series default
16502 aparece debajo un nuevo marco para la línea nueva.
16503 \end_layout
16504
16505 \begin_layout Standard
16506 La alineación de las líneas puede cambiarse a la izquierda con la 
16507 \family sans
16508 barra de herramientas de tabla
16509 \family default
16510  o con el menú 
16511 \family sans
16512 Editar\SpecialChar \menuseparator
16513 Filas y columnas
16514 \family default
16515 .
16516  Para obtener alineación derecha se inserta 
16517 \series bold
16518
16519 \backslash
16520 hfill
16521 \series default
16522
16523 \begin_inset ERT
16524 status collapsed
16525
16526 \begin_layout Plain Layout
16527
16528
16529 \backslash
16530 spce 
16531 \end_layout
16532
16533 \end_inset
16534
16535  al principio de la línea.
16536 \end_layout
16537
16538 \begin_layout Standard
16539 El comando 
16540 \series bold
16541
16542 \backslash
16543 substack
16544 \series default
16545  es equivalente a 
16546 \series bold
16547
16548 \backslash
16549 subarray
16550 \series default
16551  con la diferencia de que las líneas están siempre centradas.
16552 \begin_inset VSpace bigskip
16553 \end_inset
16554
16555
16556 \end_layout
16557
16558 \begin_layout Standard
16559 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16560  siguientes, como en la ecuación 
16561 \begin_inset CommandInset ref
16562 LatexCommand eqref
16563 reference "eq:substack"
16564
16565 \end_inset
16566
16567 , porque éstos se colocan junto a los límites.
16568 \end_layout
16569
16570 \begin_layout Standard
16571 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16572 \end_layout
16573
16574 \begin_layout Standard
16575
16576 \series bold
16577
16578 \backslash
16579 def
16580 \backslash
16581 clap#1{
16582 \backslash
16583 hbox to 0pt{
16584 \backslash
16585 hss #1
16586 \backslash
16587 hss}}
16588 \begin_inset Newline newline
16589 \end_inset
16590
16591
16592 \backslash
16593 def
16594 \backslash
16595 mathclap {
16596 \backslash
16597 mathpalette 
16598 \backslash
16599 mathclapinternal}
16600 \begin_inset Newline newline
16601 \end_inset
16602
16603
16604 \backslash
16605 def
16606 \backslash
16607 mathclapinternal #1#2{
16608 \backslash
16609 clap{$
16610 \backslash
16611 mathsurround =0pt #1{#2}$}}
16612 \end_layout
16613
16614 \begin_layout Standard
16615 En ella se define el comando 
16616 \series bold
16617
16618 \backslash
16619 mathclap
16620 \series default
16621
16622 \begin_inset Index idx
16623 status collapsed
16624
16625 \begin_layout Plain Layout
16626 Comandos ! M ! 
16627 \backslash
16628 mathclap
16629 \end_layout
16630
16631 \end_inset
16632
16633  que establece la anchura del límite en 0
16634 \begin_inset space \thinspace{}
16635 \end_inset
16636
16637 pt.
16638  El esquema del comando es:
16639 \end_layout
16640
16641 \begin_layout Standard
16642
16643 \series bold
16644
16645 \backslash
16646 mathclap{límite}
16647 \end_layout
16648
16649 \begin_layout Standard
16650 donde el límite puede consistir en varias condiciones.
16651 \end_layout
16652
16653 \begin_layout Standard
16654 Aplicado en la ecuación 
16655 \begin_inset CommandInset ref
16656 LatexCommand eqref
16657 reference "eq:substack"
16658
16659 \end_inset
16660
16661  se usa el comando
16662 \end_layout
16663
16664 \begin_layout Standard
16665
16666 \series bold
16667
16668 \backslash
16669 sum_
16670 \backslash
16671 mathclap{
16672 \backslash
16673 substack
16674 \begin_inset ERT
16675 status collapsed
16676
16677 \begin_layout Plain Layout
16678
16679
16680 \backslash
16681 spce 
16682 \end_layout
16683
16684 \end_inset
16685
16686 0<k<1000 Ctrl+Retorno
16687 \end_layout
16688
16689 \begin_layout Standard
16690 para componer el límite inferior.
16691  Ahora el sumando está junto al sumatorio:
16692 \begin_inset Formula \[
16693 \sum_{\mathclap{\substack{0<k<1000\\
16694 \\
16695 k\,\in\,\mathbb{N}
16696 }
16697 }}^{n}k^{-2}\]
16698
16699 \end_inset
16700
16701
16702 \begin_inset VSpace bigskip
16703 \end_inset
16704
16705 Cómo utilizar un límite para varios operadores se describe en la 
16706 \begin_inset CommandInset ref
16707 LatexCommand ref
16708 reference "sub:Operadores-de-usuario"
16709
16710 \end_inset
16711
16712 .
16713 \end_layout
16714
16715 \begin_layout Standard
16716 \begin_inset Newpage newpage
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \begin_layout Subsection
16723 Operadores binarios
16724 \begin_inset CommandInset label
16725 LatexCommand label
16726 name "sub:Operadores-binarios"
16727
16728 \end_inset
16729
16730
16731 \begin_inset Index idx
16732 status collapsed
16733
16734 \begin_layout Plain Layout
16735 Operadores ! binarios
16736 \end_layout
16737
16738 \end_inset
16739
16740
16741 \end_layout
16742
16743 \begin_layout Standard
16744 Los operadores binarios se rodean por espacios si llevan un carácter delante
16745  o detrás.
16746 \begin_inset VSpace medskip
16747 \end_inset
16748
16749
16750 \end_layout
16751
16752 \begin_layout Standard
16753 \begin_inset space \hfill{}
16754 \end_inset
16755
16756
16757 \begin_inset Tabular
16758 <lyxtabular version="3" rows="13" columns="2">
16759 <features tabularvalignment="middle">
16760 <column alignment="center" valignment="top" width="0pt">
16761 <column alignment="center" valignment="top" width="0pt">
16762 <row>
16763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 Comando
16768 \begin_inset Note Note
16769 status collapsed
16770
16771 \begin_layout Plain Layout
16772
16773 \series bold
16774
16775 \backslash
16776 raisebox
16777 \series default
16778  se usa sólo como espaciador
16779 \end_layout
16780
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 Operador
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 </row>
16798 <row>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 +
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 \begin_inset Formula $+$
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 </row>
16821 <row>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826 -
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 \begin_inset Formula $-$
16836 \end_inset
16837
16838
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 </row>
16844 <row>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849
16850 \backslash
16851 pm
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860 \begin_inset Formula $\pm$
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 </row>
16869 <row>
16870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874
16875 \backslash
16876 mp
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885 \begin_inset Formula $\mp$
16886 \end_inset
16887
16888
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 </row>
16894 <row>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899
16900 \backslash
16901 cdot
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Formula $\cdot$
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924
16925 \backslash
16926 times
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 \begin_inset Formula $\times$
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 </row>
16944 <row>
16945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949
16950 \backslash
16951 div
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960 \begin_inset Formula $\div$
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 </row>
16969 <row>
16970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974 \begin_inset ERT
16975 status collapsed
16976
16977 \begin_layout Plain Layout
16978
16979
16980 \backslash
16981 raisebox{-1.2mm}{
16982 \end_layout
16983
16984 \end_inset
16985
16986 *
16987 \begin_inset ERT
16988 status collapsed
16989
16990 \begin_layout Plain Layout
16991
16992 }
16993 \end_layout
16994
16995 \end_inset
16996
16997
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006 \begin_inset Formula $*$
17007 \end_inset
17008
17009
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 <row>
17016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020
17021 \backslash
17022 star
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Formula $\star$
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \backslash
17047 circ
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 \begin_inset Formula $\circ$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \backslash
17072 diamond
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 \begin_inset Formula $\diamond$
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 <row>
17091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095
17096 \backslash
17097 bullet
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 \begin_inset Formula $\bullet$
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 </lyxtabular>
17116
17117 \end_inset
17118
17119
17120 \begin_inset space \hfill{}
17121 \end_inset
17122
17123
17124 \begin_inset Tabular
17125 <lyxtabular version="3" rows="13" columns="2">
17126 <features tabularvalignment="middle">
17127 <column alignment="center" valignment="top" width="0pt">
17128 <column alignment="center" valignment="top" width="0pt">
17129 <row>
17130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134 Comando
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143 Operador
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 </row>
17149 <row>
17150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154
17155 \backslash
17156 nabla
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17162 \begin_inset Text
17163
17164 \begin_layout Plain Layout
17165 \begin_inset Formula $\nabla$
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 </row>
17174 <row>
17175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179
17180 \backslash
17181 bigtriangledown
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190 \begin_inset Formula $\bigtriangledown$
17191 \end_inset
17192
17193
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 </row>
17199 <row>
17200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204
17205 \backslash
17206 bigtriangleup
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 \begin_inset Formula $\bigtriangleup$
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 </row>
17224 <row>
17225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229
17230 \backslash
17231 Box
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 \begin_inset Formula $\Box$
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 </row>
17249 <row>
17250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254
17255 \backslash
17256 cap 
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 \begin_inset Formula $\cap$
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279
17280 \backslash
17281 cup
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290 \begin_inset Formula $\cup$
17291 \end_inset
17292
17293
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 </row>
17299 <row>
17300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304
17305 \backslash
17306 dagger
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Formula $\dagger$
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 <row>
17325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329
17330 \backslash
17331 ddagger
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340 \begin_inset Formula $\ddagger$
17341 \end_inset
17342
17343
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 </row>
17349 <row>
17350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354
17355 \backslash
17356 wr
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365 \begin_inset Formula $\wr$
17366 \end_inset
17367
17368
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 </row>
17374 <row>
17375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379
17380 \backslash
17381 bigcirc
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 \begin_inset Formula $\bigcirc$
17391 \end_inset
17392
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 </row>
17399 <row>
17400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404
17405 \backslash
17406 wedge
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 \begin_inset Formula $\wedge$
17416 \end_inset
17417
17418
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 </row>
17424 <row>
17425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429
17430 \backslash
17431 vee
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 \begin_inset Formula $\vee$
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 </row>
17449 </lyxtabular>
17450
17451 \end_inset
17452
17453
17454 \begin_inset space \hfill{}
17455 \end_inset
17456
17457
17458 \begin_inset Tabular
17459 <lyxtabular version="3" rows="13" columns="2">
17460 <features tabularvalignment="middle">
17461 <column alignment="center" valignment="top" width="0pt">
17462 <column alignment="center" valignment="top" width="0pt">
17463 <row>
17464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 Comando
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477 Operador
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 </row>
17483 <row>
17484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488
17489 \backslash
17490 oplus
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499 \begin_inset Formula $\oplus$
17500 \end_inset
17501
17502
17503 \end_layout
17504
17505 \end_inset
17506 </cell>
17507 </row>
17508 <row>
17509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513
17514 \backslash
17515 ominus
17516 \end_layout
17517
17518 \end_inset
17519 </cell>
17520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17521 \begin_inset Text
17522
17523 \begin_layout Plain Layout
17524 \begin_inset Formula $\ominus$
17525 \end_inset
17526
17527
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 </row>
17533 <row>
17534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538
17539 \backslash
17540 otimes
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 \begin_inset Formula $\otimes$
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 </row>
17558 <row>
17559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563
17564 \backslash
17565 oslash
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574 \begin_inset Formula $\oslash$
17575 \end_inset
17576
17577
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 </row>
17583 <row>
17584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588
17589 \backslash
17590 odot
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599 \begin_inset Formula $\odot$
17600 \end_inset
17601
17602
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 </row>
17608 <row>
17609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17610 \begin_inset Text
17611
17612 \begin_layout Plain Layout
17613
17614 \backslash
17615 amalg
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Plain Layout
17624 \begin_inset Formula $\amalg$
17625 \end_inset
17626
17627
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 </row>
17633 <row>
17634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638
17639 \backslash
17640 uplus
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Plain Layout
17649 \begin_inset Formula $\uplus$
17650 \end_inset
17651
17652
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 </row>
17658 <row>
17659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17660 \begin_inset Text
17661
17662 \begin_layout Plain Layout
17663
17664 \backslash
17665 setminus
17666 \end_layout
17667
17668 \end_inset
17669 </cell>
17670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17671 \begin_inset Text
17672
17673 \begin_layout Plain Layout
17674 \begin_inset Formula $\setminus$
17675 \end_inset
17676
17677
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 </row>
17683 <row>
17684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17685 \begin_inset Text
17686
17687 \begin_layout Plain Layout
17688
17689 \backslash
17690 sqcap
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699 \begin_inset Formula $\sqcap$
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 </row>
17708 <row>
17709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713
17714 \backslash
17715 sqcup
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 \begin_inset Formula $\sqcup$
17725 \end_inset
17726
17727
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 </row>
17733 <row>
17734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17735 \begin_inset Text
17736
17737 \begin_layout Plain Layout
17738
17739 \backslash
17740 triangleleft
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Plain Layout
17749 \begin_inset Formula $\triangleleft$
17750 \end_inset
17751
17752
17753 \end_layout
17754
17755 \end_inset
17756 </cell>
17757 </row>
17758 <row>
17759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17760 \begin_inset Text
17761
17762 \begin_layout Plain Layout
17763
17764 \backslash
17765 triangleright
17766 \end_layout
17767
17768 \end_inset
17769 </cell>
17770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17771 \begin_inset Text
17772
17773 \begin_layout Plain Layout
17774 \begin_inset Formula $\triangleright$
17775 \end_inset
17776
17777
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 </row>
17783 </lyxtabular>
17784
17785 \end_inset
17786
17787
17788 \begin_inset space \hfill{}
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \begin_layout Standard
17795 Todos los operadores binarios se pueden insertar también con el botón 
17796 \begin_inset Graphics
17797         filename ../../images/math/pm.png
17798         scale 85
17799
17800 \end_inset
17801
17802  de la barra de ecuaciones.
17803 \end_layout
17804
17805 \begin_layout Standard
17806 Para imprimir el operador Laplace se pueden usar 
17807 \series bold
17808
17809 \backslash
17810 Delta
17811 \series default
17812  o 
17813 \series bold
17814
17815 \backslash
17816 nabla
17817 \series default
17818 ^
17819 \series bold
17820 2
17821 \series default
17822  (
17823 \begin_inset Formula $\nabla^{2}$
17824 \end_inset
17825
17826 ) en vez de 
17827 \series bold
17828
17829 \backslash
17830 bigtriangleup
17831 \series default
17832 .
17833 \end_layout
17834
17835 \begin_layout Standard
17836 El carácter 
17837 \family sans
17838 Separador de menú
17839 \family default
17840  del menú 
17841 \family sans
17842 Insertar\SpecialChar \menuseparator
17843 Carácter especial
17844 \family default
17845  es el operador 
17846 \series bold
17847
17848 \backslash
17849 triangleright
17850 \series default
17851 .
17852 \end_layout
17853
17854 \begin_layout Subsection
17855 Operadores definidos por el usuario
17856 \begin_inset CommandInset label
17857 LatexCommand label
17858 name "sub:Operadores-de-usuario"
17859
17860 \end_inset
17861
17862
17863 \begin_inset Index idx
17864 status collapsed
17865
17866 \begin_layout Plain Layout
17867 Operadores ! personalizados
17868 \end_layout
17869
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \begin_layout Standard
17876 Con ayuda del comando 
17877 \series bold
17878
17879 \backslash
17880 DeclareMathOperator
17881 \series default
17882
17883 \begin_inset Index idx
17884 status collapsed
17885
17886 \begin_layout Plain Layout
17887 Comandos ! D ! 
17888 \backslash
17889 dbinom@
17890 \backslash
17891 DeclareMathOperator
17892 \end_layout
17893
17894 \end_inset
17895
17896  se pueden definir operadores personalizados en el preámbulo LaTeX.
17897  Su esquema es:
17898 \end_layout
17899
17900 \begin_layout Standard
17901
17902 \series bold
17903
17904 \backslash
17905 DeclareMathOperator{comando nuevo}{presentación}
17906 \end_layout
17907
17908 \begin_layout Standard
17909 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17910  en la salida.
17911  Para definir un operador grande hay que añadirle un * detrás.
17912  Todos los operadores grandes personalizados pueden tener límites como se
17913  describe en 
17914 \begin_inset CommandInset ref
17915 LatexCommand ref
17916 reference "sub:Límites-de-operadores"
17917
17918 \end_inset
17919
17920 .
17921 \end_layout
17922
17923 \begin_layout Standard
17924 Por ejemplo, la línea en el preámbulo LaTeX
17925 \end_layout
17926
17927 \begin_layout Standard
17928
17929 \series bold
17930
17931 \backslash
17932 DeclareMathOperator*{
17933 \backslash
17934 Lozenge}{
17935 \backslash
17936 blacklozenge}
17937 \end_layout
17938
17939 \begin_layout Standard
17940 define el comando 
17941 \series bold
17942
17943 \backslash
17944 Lozenge
17945 \series default
17946 , que inserta un operador grande que es el símbolo blacklozenge de la 
17947 \begin_inset CommandInset ref
17948 LatexCommand ref
17949 reference "sub:Símbolos-misceláneos"
17950
17951 \end_inset
17952
17953 .
17954 \begin_inset Formula \[
17955 \Lozenge_{n=1}^{\infty}\]
17956
17957 \end_inset
17958
17959 El comando para esta expresión es: 
17960 \series bold
17961
17962 \backslash
17963 Lozenge^
17964 \backslash
17965 infty
17966 \begin_inset Formula $\rightarrow$
17967 \end_inset
17968
17969 _n=1
17970 \begin_inset VSpace bigskip
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \begin_layout Standard
17977 Si los operadores personalizados no se van a usar varias veces en el documento,
17978  se pueden también definir con los comandos 
17979 \series bold
17980
17981 \backslash
17982 mathop
17983 \series default
17984
17985 \begin_inset Index idx
17986 status collapsed
17987
17988 \begin_layout Plain Layout
17989 Comandos ! M ! 
17990 \backslash
17991 mathop
17992 \end_layout
17993
17994 \end_inset
17995
17996  y 
17997 \series bold
17998
17999 \backslash
18000 mathbin
18001 \series default
18002
18003 \begin_inset Index idx
18004 status collapsed
18005
18006 \begin_layout Plain Layout
18007 Comandos ! M ! 
18008 \backslash
18009 mathbin
18010 \end_layout
18011
18012 \end_inset
18013
18014 , con el siguiente esquema:
18015 \end_layout
18016
18017 \begin_layout Standard
18018
18019 \series bold
18020
18021 \backslash
18022 mathop{presentación}
18023 \series default
18024  y 
18025 \series bold
18026
18027 \backslash
18028 mathbin{presentación}
18029 \end_layout
18030
18031 \begin_layout Standard
18032
18033 \series bold
18034
18035 \backslash
18036 mathop
18037 \series default
18038  define operadores grandes, 
18039 \series bold
18040
18041 \backslash
18042 mathbin
18043 \series default
18044  operadores binarios.
18045 \end_layout
18046
18047 \begin_layout Standard
18048
18049 \series bold
18050
18051 \backslash
18052 mathop
18053 \series default
18054  se puede usar, p.e., para poner un límite a varios operadores:
18055 \begin_inset Formula \[
18056 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
18057
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \begin_layout Standard
18064 El comando para la expresión anterior es:
18065 \begin_inset Newline newline
18066 \end_inset
18067
18068
18069 \series bold
18070
18071 \backslash
18072 mathop{
18073 \backslash
18074 sum
18075 \backslash
18076 negmedspace
18077 \backslash
18078 sum
18079 \series default
18080
18081 \begin_inset ERT
18082 status collapsed
18083
18084 \begin_layout Plain Layout
18085
18086
18087 \backslash
18088 spce 
18089 \end_layout
18090
18091 \end_inset
18092
18093
18094 \series bold
18095
18096 \begin_inset Formula $\to$
18097 \end_inset
18098
18099 ^N
18100 \series default
18101
18102 \begin_inset ERT
18103 status collapsed
18104
18105 \begin_layout Plain Layout
18106
18107
18108 \backslash
18109 spce 
18110 \end_layout
18111
18112 \end_inset
18113
18114
18115 \series bold
18116 _i,j=1
18117 \end_layout
18118
18119 \begin_layout Section
18120 Fuentes
18121 \begin_inset Index idx
18122 status collapsed
18123
18124 \begin_layout Plain Layout
18125 Fuentes
18126 \end_layout
18127
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \begin_layout Subsection
18134 Estilos de fuentes
18135 \begin_inset CommandInset label
18136 LatexCommand label
18137 name "sub:Estilos-de-fuentes"
18138
18139 \end_inset
18140
18141
18142 \begin_inset Index idx
18143 status collapsed
18144
18145 \begin_layout Plain Layout
18146 Fuentes ! estilos de
18147 \end_layout
18148
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \begin_layout Standard
18155 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18156  estilos:
18157 \end_layout
18158
18159 \begin_layout Standard
18160 \begin_inset VSpace -2mm
18161 \end_inset
18162
18163
18164 \end_layout
18165
18166 \begin_layout Standard
18167 \align center
18168 \begin_inset Tabular
18169 <lyxtabular version="3" rows="7" columns="3">
18170 <features tabularvalignment="middle">
18171 <column alignment="center" valignment="top" width="0">
18172 <column alignment="center" valignment="top" width="0">
18173 <column alignment="center" valignment="top" width="0">
18174 <row>
18175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179 Comando
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 Resultado
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 atajo
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 </row>
18203 <row>
18204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208
18209 \backslash
18210 mathbb
18211 \series bold
18212
18213 \begin_inset ERT
18214 status collapsed
18215
18216 \begin_layout Plain Layout
18217
18218
18219 \backslash
18220 spce 
18221 \end_layout
18222
18223 \end_inset
18224
18225
18226 \series default
18227 ABC
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 \begin_inset Formula $\mathbb{ABC}$
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248
18249 \family sans
18250 Alt+C C
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 </row>
18256 <row>
18257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261
18262 \backslash
18263 mathbf
18264 \series bold
18265
18266 \begin_inset ERT
18267 status collapsed
18268
18269 \begin_layout Plain Layout
18270
18271
18272 \backslash
18273 spce 
18274 \end_layout
18275
18276 \end_inset
18277
18278
18279 \series default
18280 AbC
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 \begin_inset Formula $\mathbf{AbC}$
18290 \end_inset
18291
18292
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301
18302 \family sans
18303 Ctrl+B
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 </row>
18309 <row>
18310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18311 \begin_inset Text
18312
18313 \begin_layout Plain Layout
18314
18315 \backslash
18316 boldsymbol
18317 \series bold
18318
18319 \begin_inset ERT
18320 status collapsed
18321
18322 \begin_layout Plain Layout
18323
18324
18325 \backslash
18326 spce 
18327 \end_layout
18328
18329 \end_inset
18330
18331
18332 \series default
18333 AbC
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342 \begin_inset Formula $\boldsymbol{AbC}$
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354
18355 \family sans
18356 Ctrl+Alt+B , Alt+C B
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 </row>
18362 <row>
18363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367
18368 \backslash
18369 mathcal
18370 \series bold
18371
18372 \begin_inset ERT
18373 status collapsed
18374
18375 \begin_layout Plain Layout
18376
18377
18378 \backslash
18379 spce 
18380 \end_layout
18381
18382 \end_inset
18383
18384
18385 \series default
18386 ABC
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 \begin_inset Formula $\mathcal{ABC}$
18396 \end_inset
18397
18398
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407
18408 \family sans
18409 Ctrl+E , Alt+C E
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 </row>
18415 <row>
18416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420
18421 \backslash
18422 mathfrak
18423 \series bold
18424
18425 \begin_inset ERT
18426 status collapsed
18427
18428 \begin_layout Plain Layout
18429
18430
18431 \backslash
18432 spce 
18433 \end_layout
18434
18435 \end_inset
18436
18437
18438 \series default
18439 AbC
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448 \begin_inset Formula $\mathfrak{AbC}$
18449 \end_inset
18450
18451
18452 \end_layout
18453
18454 \end_inset
18455 </cell>
18456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460 -
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 </row>
18466 <row>
18467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471
18472 \backslash
18473 mathscr
18474 \series bold
18475
18476 \begin_inset ERT
18477 status collapsed
18478
18479 \begin_layout Plain Layout
18480
18481
18482 \backslash
18483 spce 
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \series default
18490 AbC
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 \begin_inset Formula $\mathscr{AbC}$
18500 \end_inset
18501
18502
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 -
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 </row>
18517 </lyxtabular>
18518
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \begin_layout Standard
18525 \align center
18526 \begin_inset Tabular
18527 <lyxtabular version="3" rows="5" columns="3">
18528 <features tabularvalignment="middle">
18529 <column alignment="center" valignment="top" width="0">
18530 <column alignment="center" valignment="top" width="0">
18531 <column alignment="center" valignment="top" width="0">
18532 <row>
18533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 Comando
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 Resultado
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555 atajo
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 </row>
18561 <row>
18562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566
18567 \backslash
18568 mathit
18569 \series bold
18570
18571 \begin_inset ERT
18572 status collapsed
18573
18574 \begin_layout Plain Layout
18575
18576
18577 \backslash
18578 spce 
18579 \end_layout
18580
18581 \end_inset
18582
18583
18584 \series default
18585 AbC
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594 \begin_inset Formula $\mathit{AbC}$
18595 \end_inset
18596
18597
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 -
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 </row>
18612 <row>
18613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617
18618 \backslash
18619 mathrm
18620 \series bold
18621
18622 \begin_inset ERT
18623 status collapsed
18624
18625 \begin_layout Plain Layout
18626
18627
18628 \backslash
18629 spce 
18630 \end_layout
18631
18632 \end_inset
18633
18634
18635 \series default
18636 AbC
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645 \begin_inset Formula $\mathrm{AbC}$
18646 \end_inset
18647
18648
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657
18658 \family sans
18659 Alt+C R
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 </row>
18665 <row>
18666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670
18671 \backslash
18672 mathsf
18673 \series bold
18674
18675 \begin_inset ERT
18676 status collapsed
18677
18678 \begin_layout Plain Layout
18679
18680
18681 \backslash
18682 spce 
18683 \end_layout
18684
18685 \end_inset
18686
18687
18688 \series default
18689 AbC
18690 \end_layout
18691
18692 \end_inset
18693 </cell>
18694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18695 \begin_inset Text
18696
18697 \begin_layout Plain Layout
18698 \begin_inset Formula $\mathsf{AbC}$
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710
18711 \family sans
18712 Alt+C S
18713 \end_layout
18714
18715 \end_inset
18716 </cell>
18717 </row>
18718 <row>
18719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18720 \begin_inset Text
18721
18722 \begin_layout Plain Layout
18723
18724 \backslash
18725 mathtt
18726 \series bold
18727
18728 \begin_inset ERT
18729 status collapsed
18730
18731 \begin_layout Plain Layout
18732
18733
18734 \backslash
18735 spce 
18736 \end_layout
18737
18738 \end_inset
18739
18740
18741 \series default
18742 AbC
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751 \begin_inset Formula $\mathtt{AbC}$
18752 \end_inset
18753
18754
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763
18764 \family sans
18765 Ctrl+Mayúsculas+P
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 </row>
18771 </lyxtabular>
18772
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \begin_layout Standard
18779 \begin_inset Note Greyedout
18780 status open
18781
18782 \begin_layout Plain Layout
18783
18784 \series bold
18785 Nota
18786 \series default
18787 : Los estilos 
18788 \series bold
18789
18790 \backslash
18791 mathbb
18792 \series default
18793  y 
18794 \series bold
18795
18796 \backslash
18797 mathcal
18798 \series default
18799  sólo se aplican a letras mayúsculas.
18800 \end_layout
18801
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \begin_layout Standard
18808 El estilo predeterminado es 
18809 \series bold
18810
18811 \backslash
18812 mathnormal
18813 \series default
18814 .
18815 \end_layout
18816
18817 \begin_layout Standard
18818 Los comandos de estilo funcionan también en estructuras matemáticas:
18819 \begin_inset Formula \[
18820 \mathfrak{A=\frac{b}{C}}\]
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \begin_layout Standard
18828 Los caracteres en texto matemático no aparecen en un estilo de letra de
18829  ecuaciones sino en el estilo 
18830 \series bold
18831
18832 \backslash
18833 textrm
18834 \series default
18835 .
18836  Este estilo no se puede poner correctamente con el diálogo de estilo de
18837  texto por un fallo de LyX.
18838 \begin_inset Foot
18839 status collapsed
18840
18841 \begin_layout Plain Layout
18842 \begin_inset CommandInset href
18843 LatexCommand href
18844 name "LyX-bug #4629"
18845 target "http://www.lyx.org/trac/ticket/4629"
18846
18847 \end_inset
18848
18849
18850 \end_layout
18851
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \begin_layout Standard
18858 En vez de comandos se puede usar el menú 
18859 \family sans
18860 Editar\SpecialChar \menuseparator
18861 Ecuación\SpecialChar \menuseparator
18862 Estilo del texto
18863 \family default
18864  o el botón 
18865 \begin_inset Graphics
18866         filename ../../images/math/font.png
18867         scale 85
18868
18869 \end_inset
18870
18871 .
18872 \end_layout
18873
18874 \begin_layout Subsection
18875 Ecuaciones en negrita
18876 \begin_inset CommandInset label
18877 LatexCommand label
18878 name "sub:Ecuaciones-en-negrita"
18879
18880 \end_inset
18881
18882
18883 \begin_inset Index idx
18884 status collapsed
18885
18886 \begin_layout Plain Layout
18887 Ecuación ! en negrita
18888 \end_layout
18889
18890 \end_inset
18891
18892
18893 \end_layout
18894
18895 \begin_layout Standard
18896 Para poner en negrita una ecuación completa no se puede usar el comando
18897  
18898 \series bold
18899
18900 \backslash
18901 mathbf
18902 \series default
18903 , porque no funciona con minúsculas griegas.
18904  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18905 \begin_inset Formula \[
18906 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18907
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \begin_layout Standard
18914 Para presentar la ecuación correctamente se usa el comando 
18915 \series bold
18916 boldsymbol
18917 \series default
18918 :
18919 \begin_inset Formula \[
18920 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18921
18922 \end_inset
18923
18924
18925 \end_layout
18926
18927 \begin_layout Standard
18928 También es posible poner la fórmula en un 
18929 \series bold
18930 entorno boldmath
18931 \series default
18932 , que se inserta con el comando 
18933 \series bold
18934
18935 \backslash
18936 boldmath
18937 \series default
18938
18939 \begin_inset Index idx
18940 status collapsed
18941
18942 \begin_layout Plain Layout
18943 Comandos ! B ! 
18944 \backslash
18945 boldmath
18946 \end_layout
18947
18948 \end_inset
18949
18950  en modo TeX.
18951  Para finalizar el entorno se usa el comando 
18952 \series bold
18953
18954 \backslash
18955 unboldmath
18956 \series default
18957
18958 \begin_inset Index idx
18959 status collapsed
18960
18961 \begin_layout Plain Layout
18962 Comandos ! U ! 
18963 \backslash
18964 unboldmath
18965 \end_layout
18966
18967 \end_inset
18968
18969  en modo TeX.
18970 \begin_inset ERT
18971 status collapsed
18972
18973 \begin_layout Plain Layout
18974
18975
18976 \backslash
18977 boldmath
18978 \end_layout
18979
18980 \end_inset
18981
18982
18983 \begin_inset Formula \[
18984 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18985
18986 \end_inset
18987
18988
18989 \end_layout
18990
18991 \begin_layout Standard
18992 \begin_inset ERT
18993 status collapsed
18994
18995 \begin_layout Plain Layout
18996
18997
18998 \backslash
18999 unboldmath
19000 \end_layout
19001
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \begin_layout Subsection
19008 Ecuaciones coloreadas
19009 \begin_inset Index idx
19010 status collapsed
19011
19012 \begin_layout Plain Layout
19013 Ecuación ! coloreada
19014 \end_layout
19015
19016 \end_inset
19017
19018
19019 \end_layout
19020
19021 \begin_layout Standard
19022 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
19023  o una parte de una ecuación y usa el diálogo 
19024 \family sans
19025 Estilo del texto
19026 \family default
19027 .
19028  Aquí hay una ecuación en magenta:
19029 \begin_inset Formula \[
19030 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
19031
19032 \end_inset
19033
19034 También puedes definir tus propios colores como se describe en
19035 \begin_inset space ~
19036 \end_inset
19037
19038
19039 \begin_inset CommandInset ref
19040 LatexCommand ref
19041 reference "sub:Cuadros-coloreados"
19042
19043 \end_inset
19044
19045 .
19046  Pueden usarse con el comando en código TeX 
19047 \series bold
19048
19049 \backslash
19050 textcolor
19051 \series default
19052
19053 \begin_inset Index idx
19054 status collapsed
19055
19056 \begin_layout Plain Layout
19057 Comandos ! T ! 
19058 \backslash
19059 textcolor
19060 \end_layout
19061
19062 \end_inset
19063
19064  según el esquema
19065 \end_layout
19066
19067 \begin_layout Standard
19068
19069 \series bold
19070
19071 \backslash
19072 textcolor{color}{caracteres o ecuación}
19073 \end_layout
19074
19075 \begin_layout Standard
19076 \begin_inset Newpage pagebreak
19077 \end_inset
19078
19079
19080 \end_layout
19081
19082 \begin_layout Standard
19083 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
19084 e en rojo:
19085 \end_layout
19086
19087 \begin_layout Standard
19088 \begin_inset ERT
19089 status collapsed
19090
19091 \begin_layout Plain Layout
19092
19093
19094 \backslash
19095 textcolor{verdeoscuro}{
19096 \end_layout
19097
19098 \end_inset
19099
19100
19101 \begin_inset Formula \[
19102 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
19103
19104 \end_inset
19105
19106
19107 \begin_inset ERT
19108 status collapsed
19109
19110 \begin_layout Plain Layout
19111
19112 }
19113 \end_layout
19114
19115 \end_inset
19116
19117
19118 \end_layout
19119
19120 \begin_layout Standard
19121 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
19122  a ecuaciones completas.
19123 \begin_inset Foot
19124 status collapsed
19125
19126 \begin_layout Plain Layout
19127 \begin_inset CommandInset href
19128 LatexCommand href
19129 name "LyX-bug #5269"
19130 target "http://www.lyx.org/trac/ticket/5269"
19131
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \end_inset
19138
19139
19140 \end_layout
19141
19142 \begin_layout Subsection
19143 Tamaños de fuentes
19144 \begin_inset CommandInset label
19145 LatexCommand label
19146 name "sub:Tamaños-de-fuentes"
19147
19148 \end_inset
19149
19150
19151 \begin_inset Index idx
19152 status collapsed
19153
19154 \begin_layout Plain Layout
19155 Fuentes ! tamaño
19156 \end_layout
19157
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \begin_layout Standard
19164 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
19165  siguientes comandos de tamaño:
19166 \end_layout
19167
19168 \begin_layout Standard
19169
19170 \series bold
19171
19172 \backslash
19173 Huge
19174 \series default
19175
19176 \series bold
19177
19178 \backslash
19179 huge
19180 \series default
19181
19182 \series bold
19183
19184 \backslash
19185 LARGE
19186 \series default
19187
19188 \series bold
19189
19190 \backslash
19191 Large
19192 \series default
19193
19194 \series bold
19195
19196 \backslash
19197 large
19198 \series default
19199
19200 \series bold
19201
19202 \backslash
19203 normalsize
19204 \series default
19205
19206 \series bold
19207
19208 \backslash
19209 small
19210 \series default
19211 ,
19212 \begin_inset Newline newline
19213 \end_inset
19214
19215
19216 \series bold
19217
19218 \backslash
19219 footnotesize
19220 \series default
19221
19222 \series bold
19223
19224 \backslash
19225 scriptsize
19226 \series default
19227 , y 
19228 \series bold
19229
19230 \backslash
19231 tiny
19232 \end_layout
19233
19234 \begin_layout Standard
19235 El tamaño dado por los comandos depende del tamaño base de la fuente en
19236  el documento, dado por el comando 
19237 \series bold
19238
19239 \backslash
19240 normalsize
19241 \series default
19242 .
19243  Los demás comandos producen tamaños menores o mayores que 
19244 \series bold
19245
19246 \backslash
19247 normalsize
19248 \series default
19249 .
19250  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
19251  Si, por ejemplo, la fuente del documento es de 12
19252 \begin_inset space \thinspace{}
19253 \end_inset
19254
19255 pt, el comando 
19256 \series bold
19257
19258 \backslash
19259 Huge
19260 \series default
19261  da el mismo tamaño que 
19262 \series bold
19263
19264 \backslash
19265 huge
19266 \series default
19267 .
19268 \end_layout
19269
19270 \begin_layout Standard
19271 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19272  a todas las ecuaciones y texto siguientes.
19273  Para volver al tamaño anterior hay que insertar el comando 
19274 \series bold
19275
19276 \backslash
19277 normalsize
19278 \series default
19279  en modo TeX detrás de la ecuación.
19280 \end_layout
19281
19282 \begin_layout Standard
19283 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19284  comandos de tamaño:
19285 \end_layout
19286
19287 \begin_layout Standard
19288 \noindent
19289 \align center
19290 \begin_inset Tabular
19291 <lyxtabular version="3" rows="5" columns="2">
19292 <features tabularvalignment="middle">
19293 <column alignment="center" valignment="top" width="0">
19294 <column alignment="center" valignment="top" width="0">
19295 <row>
19296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 Comando
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 Resultado
19310 \begin_inset Note Note
19311 status collapsed
19312
19313 \begin_layout Plain Layout
19314
19315 \series bold
19316
19317 \backslash
19318 raisebox
19319 \series default
19320  se usa sólo como espaciador
19321 \end_layout
19322
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 </row>
19331 <row>
19332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336
19337 \backslash
19338 displaystyle
19339 \begin_inset Index idx
19340 status collapsed
19341
19342 \begin_layout Plain Layout
19343 Comandos ! D ! 
19344 \backslash
19345 displaystyle
19346 \end_layout
19347
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 <row>
19369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373
19374 \backslash
19375 textstyle
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{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
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 scriptstyle
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}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
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" bottomline="true" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \backslash
19425 scriptscriptstyle
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle 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 </lyxtabular>
19444
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \begin_layout Standard
19451 Después de introcucir estos comandos, aparece un marco azul en el que se
19452  insertan las partes de la fórmula.
19453 \end_layout
19454
19455 \begin_layout Standard
19456 Hay un método más para cambiar el tamaño de fuente, aunque solo funciona
19457  para símbolos o letras en texto matemático.
19458  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19459  de texto anteriores.
19460  Todos los caracteres siguientes, hasta el final del texto matemático o
19461  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19462  Dos ejemplos:
19463 \begin_inset VSpace -2mm
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \begin_layout Standard
19470 \begin_inset ERT
19471 status collapsed
19472
19473 \begin_layout Plain Layout
19474
19475
19476 \backslash
19477 huge
19478 \end_layout
19479
19480 \end_inset
19481
19482
19483 \begin_inset Formula \[
19484 A=\frac{B}{c}\cdot\maltese\]
19485
19486 \end_inset
19487
19488
19489 \begin_inset Formula \[
19490 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19491
19492 \end_inset
19493
19494
19495 \end_layout
19496
19497 \begin_layout Standard
19498 \begin_inset ERT
19499 status collapsed
19500
19501 \begin_layout Plain Layout
19502
19503
19504 \backslash
19505 normalsize
19506 \end_layout
19507
19508 \end_inset
19509
19510
19511 \begin_inset VSpace medskip
19512 \end_inset
19513
19514
19515 \end_layout
19516
19517 \begin_layout Standard
19518 Antes de las ecuaciones se ha insertado el comando 
19519 \series bold
19520
19521 \backslash
19522 huge
19523 \series default
19524 .
19525  Para la segunda ecuación el comando es:
19526 \begin_inset Newline newline
19527 \end_inset
19528
19529
19530 \series bold
19531
19532 \backslash
19533 maltese
19534 \begin_inset ERT
19535 status collapsed
19536
19537 \begin_layout Plain Layout
19538
19539
19540 \backslash
19541 spce 
19542 \end_layout
19543
19544 \end_inset
19545
19546 A Alt+M M 
19547 \backslash
19548 Large
19549 \begin_inset ERT
19550 status collapsed
19551
19552 \begin_layout Plain Layout
19553
19554
19555 \backslash
19556 spce 
19557 \end_layout
19558
19559 \end_inset
19560
19561
19562 \backslash
19563 maltese
19564 \begin_inset ERT
19565 status collapsed
19566
19567 \begin_layout Plain Layout
19568
19569
19570 \backslash
19571 spce 
19572 \end_layout
19573
19574 \end_inset
19575
19576
19577 \backslash
19578 textit
19579 \begin_inset ERT
19580 status collapsed
19581
19582 \begin_layout Plain Layout
19583
19584
19585 \backslash
19586 spce 
19587 \end_layout
19588
19589 \end_inset
19590
19591 A
19592 \begin_inset Formula $\to$
19593 \end_inset
19594
19595
19596 \begin_inset Formula $\to$
19597 \end_inset
19598
19599
19600 \begin_inset Newline newline
19601 \end_inset
19602
19603
19604 \begin_inset space \hspace*{}
19605 \length 1cm
19606 \end_inset
19607
19608 Alt+M M 
19609 \backslash
19610 tiny
19611 \begin_inset ERT
19612 status collapsed
19613
19614 \begin_layout Plain Layout
19615
19616
19617 \backslash
19618 spce 
19619 \end_layout
19620
19621 \end_inset
19622
19623
19624 \backslash
19625 maltese
19626 \begin_inset ERT
19627 status collapsed
19628
19629 \begin_layout Plain Layout
19630
19631
19632 \backslash
19633 spce 
19634 \end_layout
19635
19636 \end_inset
19637
19638
19639 \backslash
19640 textit
19641 \begin_inset ERT
19642 status collapsed
19643
19644 \begin_layout Plain Layout
19645
19646
19647 \backslash
19648 spce 
19649 \end_layout
19650
19651 \end_inset
19652
19653 A
19654 \end_layout
19655
19656 \begin_layout Standard
19657 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19658  el tamaño por omisión.
19659 \end_layout
19660
19661 \begin_layout Section
19662 Letras griegas
19663 \begin_inset Index idx
19664 status collapsed
19665
19666 \begin_layout Plain Layout
19667 Letras griegas
19668 \end_layout
19669
19670 \end_inset
19671
19672
19673 \end_layout
19674
19675 \begin_layout Standard
19676 Todas las letras griegas se pueden insertar además mediante el botón 
19677 \begin_inset Graphics
19678         filename ../../images/math/alpha.png
19679         scale 85
19680
19681 \end_inset
19682
19683  de la barra de ecuaciones.
19684 \end_layout
19685
19686 \begin_layout Subsection
19687 Minúsculas
19688 \begin_inset Index idx
19689 status collapsed
19690
19691 \begin_layout Plain Layout
19692 Letras griegas ! minúsculas
19693 \end_layout
19694
19695 \end_inset
19696
19697
19698 \end_layout
19699
19700 \begin_layout Standard
19701 \begin_inset space \hfill{}
19702 \end_inset
19703
19704
19705 \begin_inset Tabular
19706 <lyxtabular version="3" rows="11" columns="2">
19707 <features tabularvalignment="middle">
19708 <column alignment="center" valignment="top" width="0pt">
19709 <column alignment="center" valignment="top" width="0pt">
19710 <row>
19711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715 Comando
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724 Símbolo
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 </row>
19730 <row>
19731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735
19736 \backslash
19737 alpha
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 \begin_inset Formula $\alpha$
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 </row>
19755 <row>
19756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760
19761 \backslash
19762 beta
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771 \begin_inset Formula $\beta$
19772 \end_inset
19773
19774
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 </row>
19780 <row>
19781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785
19786 \backslash
19787 gamma
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796 \begin_inset Formula $\gamma$
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 </row>
19805 <row>
19806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810
19811 \backslash
19812 delta
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821 \begin_inset Formula $\delta$
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 </row>
19830 <row>
19831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835
19836 \backslash
19837 epsilon
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846 \begin_inset Formula $\epsilon$
19847 \end_inset
19848
19849
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 </row>
19855 <row>
19856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860
19861 \backslash
19862 varepsilon
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871 \begin_inset Formula $\varepsilon$
19872 \end_inset
19873
19874
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 </row>
19880 <row>
19881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885
19886 \backslash
19887 zeta
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896 \begin_inset Formula $\zeta$
19897 \end_inset
19898
19899
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 </row>
19905 <row>
19906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910
19911 \backslash
19912 eta
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921 \begin_inset Formula $\eta$
19922 \end_inset
19923
19924
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 </row>
19930 <row>
19931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935
19936 \backslash
19937 theta
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946 \begin_inset Formula $\theta$
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 </row>
19955 <row>
19956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960
19961 \backslash
19962 vartheta
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971 \begin_inset Formula $\vartheta$
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 </row>
19980 </lyxtabular>
19981
19982 \end_inset
19983
19984
19985 \begin_inset space \hfill{}
19986 \end_inset
19987
19988
19989 \begin_inset Tabular
19990 <lyxtabular version="3" rows="12" columns="2">
19991 <features tabularvalignment="middle">
19992 <column alignment="center" valignment="top" width="0pt">
19993 <column alignment="center" valignment="top" width="0pt">
19994 <row>
19995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999 Comando
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 Símbolo
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 </row>
20014 <row>
20015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019
20020 \backslash
20021 iota
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030 \begin_inset Formula $\iota$
20031 \end_inset
20032
20033
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 </row>
20039 <row>
20040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044
20045 \backslash
20046 kappa
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055 \begin_inset Formula $\kappa$
20056 \end_inset
20057
20058
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 </row>
20064 <row>
20065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069
20070 \backslash
20071 varkappa
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080 \begin_inset Formula $\varkappa$
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 </row>
20089 <row>
20090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094
20095 \backslash
20096 lambda
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20102 \begin_inset Text
20103
20104 \begin_layout Plain Layout
20105 \begin_inset Formula $\lambda$
20106 \end_inset
20107
20108
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 </row>
20114 <row>
20115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119
20120 \backslash
20121 mu
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130 \begin_inset Formula $\mu$
20131 \end_inset
20132
20133
20134 \end_layout
20135
20136 \end_inset
20137 </cell>
20138 </row>
20139 <row>
20140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144
20145 \backslash
20146 nu
20147 \end_layout
20148
20149 \end_inset
20150 </cell>
20151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155 \begin_inset Formula $\nu$
20156 \end_inset
20157
20158
20159 \end_layout
20160
20161 \end_inset
20162 </cell>
20163 </row>
20164 <row>
20165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169
20170 \backslash
20171 xi
20172 \end_layout
20173
20174 \end_inset
20175 </cell>
20176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180 \begin_inset Formula $\xi$
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 </row>
20189 <row>
20190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 o
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203 \begin_inset Formula $o$
20204 \end_inset
20205
20206
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 </row>
20212 <row>
20213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20214 \begin_inset Text
20215
20216 \begin_layout Plain Layout
20217
20218 \backslash
20219 pi
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228 \begin_inset Formula $\pi$
20229 \end_inset
20230
20231
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 </row>
20237 <row>
20238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242
20243 \backslash
20244 varpi
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253 \begin_inset Formula $\varpi$
20254 \end_inset
20255
20256
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 </row>
20262 <row>
20263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267
20268 \backslash
20269 rho
20270 \end_layout
20271
20272 \end_inset
20273 </cell>
20274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278 \begin_inset Formula $\rho$
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 </row>
20287 </lyxtabular>
20288
20289 \end_inset
20290
20291
20292 \begin_inset space \hfill{}
20293 \end_inset
20294
20295
20296 \begin_inset Tabular
20297 <lyxtabular version="3" rows="11" columns="2">
20298 <features tabularvalignment="middle">
20299 <column alignment="center" valignment="top" width="0pt">
20300 <column alignment="center" valignment="top" width="0pt">
20301 <row>
20302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306 Comando
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315 Símbolo
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 </row>
20321 <row>
20322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20323 \begin_inset Text
20324
20325 \begin_layout Plain Layout
20326
20327 \backslash
20328 varrho
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337 \begin_inset Formula $\varrho$
20338 \end_inset
20339
20340
20341 \end_layout
20342
20343 \end_inset
20344 </cell>
20345 </row>
20346 <row>
20347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20348 \begin_inset Text
20349
20350 \begin_layout Plain Layout
20351
20352 \backslash
20353 sigma
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362 \begin_inset Formula $\sigma$
20363 \end_inset
20364
20365
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 </row>
20371 <row>
20372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376
20377 \backslash
20378 varsigma
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387 \begin_inset Formula $\varsigma$
20388 \end_inset
20389
20390
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 </row>
20396 <row>
20397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401
20402 \backslash
20403 tau
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412 \begin_inset Formula $\tau$
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 </row>
20421 <row>
20422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426
20427 \backslash
20428 upsilon
20429 \end_layout
20430
20431 \end_inset
20432 </cell>
20433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437 \begin_inset Formula $\upsilon$
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \end_inset
20444 </cell>
20445 </row>
20446 <row>
20447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20448 \begin_inset Text
20449
20450 \begin_layout Plain Layout
20451
20452 \backslash
20453 phi
20454 \end_layout
20455
20456 \end_inset
20457 </cell>
20458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462 \begin_inset Formula $\phi$
20463 \end_inset
20464
20465
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 </row>
20471 <row>
20472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476
20477 \backslash
20478 varphi
20479 \end_layout
20480
20481 \end_inset
20482 </cell>
20483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487 \begin_inset Formula $\varphi$
20488 \end_inset
20489
20490
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 </row>
20496 <row>
20497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501
20502 \backslash
20503 chi
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512 \begin_inset Formula $\chi$
20513 \end_inset
20514
20515
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 </row>
20521 <row>
20522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526
20527 \backslash
20528 psi
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537 \begin_inset Formula $\psi$
20538 \end_inset
20539
20540
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 </row>
20546 <row>
20547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551
20552 \backslash
20553 omega
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20559 \begin_inset Text
20560
20561 \begin_layout Plain Layout
20562 \begin_inset Formula $\omega$
20563 \end_inset
20564
20565
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 </row>
20571 </lyxtabular>
20572
20573 \end_inset
20574
20575
20576 \begin_inset space \hfill{}
20577 \end_inset
20578
20579
20580 \end_layout
20581
20582 \begin_layout Standard
20583 \begin_inset VSpace medskip
20584 \end_inset
20585
20586
20587 \end_layout
20588
20589 \begin_layout Standard
20590 Cómo escribir letras griegas en redonda se explica en 
20591 \begin_inset CommandInset ref
20592 LatexCommand ref
20593 reference "sub:Griegas-en-redonda"
20594
20595 \end_inset
20596
20597 .
20598 \end_layout
20599
20600 \begin_layout Subsection
20601 Mayúsculas
20602 \begin_inset Index idx
20603 status collapsed
20604
20605 \begin_layout Plain Layout
20606 Letras griegas ! mayúsculas
20607 \end_layout
20608
20609 \end_inset
20610
20611
20612 \end_layout
20613
20614 \begin_layout Standard
20615 \begin_inset space \hfill{}
20616 \end_inset
20617
20618
20619 \begin_inset Tabular
20620 <lyxtabular version="3" rows="7" columns="2">
20621 <features tabularvalignment="middle">
20622 <column alignment="center" valignment="top" width="0pt">
20623 <column alignment="center" valignment="top" width="0pt">
20624 <row>
20625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 Comando
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638 Símbolo
20639 \end_layout
20640
20641 \end_inset
20642 </cell>
20643 </row>
20644 <row>
20645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649
20650 \backslash
20651 Gamma
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660 \begin_inset Formula $\Gamma$
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 </row>
20669 <row>
20670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20671 \begin_inset Text
20672
20673 \begin_layout Plain Layout
20674
20675 \backslash
20676 Delta
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685 \begin_inset Formula $\Delta$
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 </row>
20694 <row>
20695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699
20700 \backslash
20701 Theta
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710 \begin_inset Formula $\Theta$
20711 \end_inset
20712
20713
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 </row>
20719 <row>
20720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724
20725 \backslash
20726 Lambda
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735 \begin_inset Formula $\Lambda$
20736 \end_inset
20737
20738
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 </row>
20744 <row>
20745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20746 \begin_inset Text
20747
20748 \begin_layout Plain Layout
20749
20750 \backslash
20751 Xi
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Plain Layout
20760 \begin_inset Formula $\Xi$
20761 \end_inset
20762
20763
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 </row>
20769 <row>
20770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774
20775 \backslash
20776 Pi
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Plain Layout
20785 \begin_inset Formula $\Pi$
20786 \end_inset
20787
20788
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 </row>
20794 </lyxtabular>
20795
20796 \end_inset
20797
20798
20799 \begin_inset space \hfill{}
20800 \end_inset
20801
20802
20803 \begin_inset Tabular
20804 <lyxtabular version="3" rows="6" columns="2">
20805 <features tabularvalignment="middle">
20806 <column alignment="center" valignment="top" width="0pt">
20807 <column alignment="center" valignment="top" width="0pt">
20808 <row>
20809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813 Comando
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 Símbolo
20823 \end_layout
20824
20825 \end_inset
20826 </cell>
20827 </row>
20828 <row>
20829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20830 \begin_inset Text
20831
20832 \begin_layout Plain Layout
20833
20834 \backslash
20835 Sigma
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844 \begin_inset Formula $\Sigma$
20845 \end_inset
20846
20847
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 </row>
20853 <row>
20854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858
20859 \backslash
20860 Upsilon
20861 \end_layout
20862
20863 \end_inset
20864 </cell>
20865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869 \begin_inset Formula $\Upsilon$
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \end_inset
20876 </cell>
20877 </row>
20878 <row>
20879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20880 \begin_inset Text
20881
20882 \begin_layout Plain Layout
20883
20884 \backslash
20885 Phi
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894 \begin_inset Formula $\Phi$
20895 \end_inset
20896
20897
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 </row>
20903 <row>
20904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20905 \begin_inset Text
20906
20907 \begin_layout Plain Layout
20908
20909 \backslash
20910 Psi
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919 \begin_inset Formula $\Psi$
20920 \end_inset
20921
20922
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 </row>
20928 <row>
20929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20930 \begin_inset Text
20931
20932 \begin_layout Plain Layout
20933
20934 \backslash
20935 Omega
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20941 \begin_inset Text
20942
20943 \begin_layout Plain Layout
20944 \begin_inset Formula $\Omega$
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 </row>
20953 </lyxtabular>
20954
20955 \end_inset
20956
20957
20958 \begin_inset space \hfill{}
20959 \end_inset
20960
20961
20962 \end_layout
20963
20964 \begin_layout Standard
20965 \begin_inset VSpace medskip
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \begin_layout Standard
20972 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20973  cuando se desarrolló TeX.
20974  Para obtener mayúsculas en cursiva, inicia cada comando con 
20975 \series bold
20976 var
20977 \series default
20978 .
20979  Por ejemplo, el comando 
20980 \series bold
20981
20982 \backslash
20983 varGamma
20984 \series default
20985  genera: 
20986 \begin_inset Formula $\varGamma$
20987 \end_inset
20988
20989
20990 \end_layout
20991
20992 \begin_layout Subsection
20993 Letras en negrita
20994 \begin_inset Index idx
20995 status collapsed
20996
20997 \begin_layout Plain Layout
20998 Letras griegas ! en negrita
20999 \end_layout
21000
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \begin_layout Standard
21007 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
21008  Sólo se pueden poner en negrita con el comando 
21009 \series bold
21010
21011 \backslash
21012 boldsymbol
21013 \series default
21014
21015 \begin_inset Index idx
21016 status collapsed
21017
21018 \begin_layout Plain Layout
21019 Comandos ! B ! 
21020 \backslash
21021 boldsymbol
21022 \end_layout
21023
21024 \end_inset
21025
21026 .
21027 \end_layout
21028
21029 \begin_layout Standard
21030 \align center
21031 \begin_inset Tabular
21032 <lyxtabular version="3" rows="3" columns="2">
21033 <features tabularvalignment="middle">
21034 <column alignment="center" valignment="top" width="0">
21035 <column alignment="center" valignment="top" width="0">
21036 <row>
21037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21038 \begin_inset Text
21039
21040 \begin_layout Plain Layout
21041 Comando
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21047 \begin_inset Text
21048
21049 \begin_layout Plain Layout
21050 Símbolo
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 </row>
21056 <row>
21057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061
21062 \backslash
21063 Upsilon
21064 \backslash
21065 boldsymbol
21066 \backslash
21067 Upsilon
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21077 \end_inset
21078
21079
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 </row>
21085 <row>
21086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090
21091 \backslash
21092 theta
21093 \backslash
21094 boldsymbol
21095 \backslash
21096 theta
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 \begin_inset Formula $\theta\boldsymbol{\theta}$
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 </row>
21114 </lyxtabular>
21115
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \begin_layout Section
21122 Símbolos
21123 \begin_inset ERT
21124 status collapsed
21125
21126 \begin_layout Plain Layout
21127
21128
21129 \backslash
21130 texorpdfstring{
21131 \end_layout
21132
21133 \end_inset
21134
21135
21136 \begin_inset Foot
21137 status collapsed
21138
21139 \begin_layout Plain Layout
21140 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
21141  LaTeX en 
21142 \begin_inset CommandInset citation
21143 LatexCommand cite
21144 key "Symbols"
21145
21146 \end_inset
21147
21148 .
21149 \end_layout
21150
21151 \end_inset
21152
21153
21154 \begin_inset ERT
21155 status collapsed
21156
21157 \begin_layout Plain Layout
21158
21159 }{}
21160 \end_layout
21161
21162 \end_inset
21163
21164
21165 \begin_inset Note Note
21166 status collapsed
21167
21168 \begin_layout Plain Layout
21169
21170 \backslash
21171 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
21172  PDF.
21173 \end_layout
21174
21175 \begin_layout Plain Layout
21176 Más sobre 
21177 \backslash
21178 texorpdfstring en la sección 
21179 \begin_inset CommandInset ref
21180 LatexCommand ref
21181 reference "sub:Ecuaciones-en-encabezados"
21182
21183 \end_inset
21184
21185 .
21186 \end_layout
21187
21188 \end_inset
21189
21190
21191 \begin_inset Index idx
21192 status collapsed
21193
21194 \begin_layout Plain Layout
21195 Símbolos
21196 \end_layout
21197
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \begin_layout Standard
21204 Muchos de los símbolos listados en esta sección se pueden insertar además
21205  mediante los botones 
21206 \begin_inset Graphics
21207         filename ../../images/math/nabla.png
21208         scale 85
21209
21210 \end_inset
21211
21212  y 
21213 \begin_inset Graphics
21214         filename ../../images/math/digamma.png
21215         scale 85
21216
21217 \end_inset
21218
21219  de la barra de ecuaciones.
21220 \end_layout
21221
21222 \begin_layout Subsection
21223 Símbolos matemáticos
21224 \begin_inset CommandInset label
21225 LatexCommand label
21226 name "sub:Símbolos-matemáticos"
21227
21228 \end_inset
21229
21230
21231 \begin_inset Index idx
21232 status collapsed
21233
21234 \begin_layout Plain Layout
21235 Símbolos ! matemáticos
21236 \end_layout
21237
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \begin_layout Standard
21244 \begin_inset space \hfill{}
21245 \end_inset
21246
21247
21248 \begin_inset Tabular
21249 <lyxtabular version="3" rows="10" columns="2">
21250 <features tabularvalignment="middle">
21251 <column alignment="center" valignment="top" width="0pt">
21252 <column alignment="center" valignment="top" width="0pt">
21253 <row>
21254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258 Comando
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267 Símbolo
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 </row>
21273 <row>
21274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278
21279 \backslash
21280 neg
21281 \end_layout
21282
21283 \end_inset
21284 </cell>
21285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289 \begin_inset Formula $\neg$
21290 \end_inset
21291
21292
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 </row>
21298 <row>
21299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303
21304 \backslash
21305 Im
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 \begin_inset Formula $\Im$
21315 \end_inset
21316
21317
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 </row>
21323 <row>
21324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328
21329 \backslash
21330 Re
21331 \end_layout
21332
21333 \end_inset
21334 </cell>
21335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339 \begin_inset Formula $\Re$
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 </row>
21348 <row>
21349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353
21354 \backslash
21355 aleph
21356 \end_layout
21357
21358 \end_inset
21359 </cell>
21360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364 \begin_inset Formula $\aleph$
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 </row>
21373 <row>
21374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378
21379 \backslash
21380 partial
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389 \begin_inset Formula $\partial$
21390 \end_inset
21391
21392
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 </row>
21398 <row>
21399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403
21404 \backslash
21405 infty
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414 \begin_inset Formula $\infty$
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 </row>
21423 <row>
21424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428
21429 \backslash
21430 wp
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 \begin_inset Formula $\wp$
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 </row>
21448 <row>
21449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453
21454 \backslash
21455 imath
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464 \begin_inset Formula $\imath$
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 </row>
21473 <row>
21474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478
21479 \backslash
21480 jmath
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 \begin_inset Formula $\jmath$
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 </row>
21498 </lyxtabular>
21499
21500 \end_inset
21501
21502
21503 \begin_inset space \hfill{}
21504 \end_inset
21505
21506
21507 \begin_inset Tabular
21508 <lyxtabular version="3" rows="10" columns="2">
21509 <features tabularvalignment="middle">
21510 <column alignment="center" valignment="top" width="0pt">
21511 <column alignment="center" valignment="top" width="0pt">
21512 <row>
21513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517 Comando
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 Símbolo
21527 \begin_inset Note Note
21528 status collapsed
21529
21530 \begin_layout Plain Layout
21531
21532 \series bold
21533
21534 \backslash
21535 raisebox
21536 \series default
21537  se usa sólo como espaciador
21538 \end_layout
21539
21540 \end_inset
21541
21542
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 </row>
21548 <row>
21549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553
21554 \backslash
21555 forall
21556 \end_layout
21557
21558 \end_inset
21559 </cell>
21560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564 \begin_inset Formula $\forall$
21565 \end_inset
21566
21567
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 </row>
21573 <row>
21574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578
21579 \backslash
21580 exists
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589 \begin_inset Formula $\exists$
21590 \end_inset
21591
21592
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 </row>
21598 <row>
21599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603
21604 \backslash
21605 nexists
21606 \end_layout
21607
21608 \end_inset
21609 </cell>
21610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21611 \begin_inset Text
21612
21613 \begin_layout Plain Layout
21614 \begin_inset Formula $\nexists$
21615 \end_inset
21616
21617
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 </row>
21623 <row>
21624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628
21629 \backslash
21630 emptyset
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639 \begin_inset Formula $\emptyset$
21640 \end_inset
21641
21642
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 </row>
21648 <row>
21649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653
21654 \backslash
21655 varnothing
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664 \begin_inset Formula $\varnothing$
21665 \end_inset
21666
21667
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 </row>
21673 <row>
21674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678
21679 \backslash
21680 dag
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689 \begin_inset Formula $\dag$
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 </row>
21698 <row>
21699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703
21704 \backslash
21705 ddag
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714 \begin_inset Formula $\ddag$
21715 \end_inset
21716
21717
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 </row>
21723 <row>
21724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21725 \begin_inset Text
21726
21727 \begin_layout Plain Layout
21728
21729 \backslash
21730 complement
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739 \begin_inset ERT
21740 status collapsed
21741
21742 \begin_layout Plain Layout
21743
21744
21745 \backslash
21746 raisebox{-0.8mm}{
21747 \end_layout
21748
21749 \end_inset
21750
21751
21752 \begin_inset Formula $\complement$
21753 \end_inset
21754
21755
21756 \begin_inset ERT
21757 status collapsed
21758
21759 \begin_layout Plain Layout
21760
21761 }
21762 \end_layout
21763
21764 \end_inset
21765
21766
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 </row>
21772 <row>
21773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777
21778 \backslash
21779 Bbbk
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788 \begin_inset Formula $\Bbbk$
21789 \end_inset
21790
21791
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 </row>
21797 </lyxtabular>
21798
21799 \end_inset
21800
21801
21802 \begin_inset space \hfill{}
21803 \end_inset
21804
21805
21806 \begin_inset Tabular
21807 <lyxtabular version="3" rows="10" columns="2">
21808 <features tabularvalignment="middle">
21809 <column alignment="center" valignment="top" width="0pt">
21810 <column alignment="center" valignment="top" width="0pt">
21811 <row>
21812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816 Comando
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825 Símbolo
21826 \end_layout
21827
21828 \end_inset
21829 </cell>
21830 </row>
21831 <row>
21832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836
21837 \backslash
21838 prime
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847 \begin_inset Formula $\prime$
21848 \end_inset
21849
21850
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 </row>
21856 <row>
21857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861
21862 \backslash
21863 backprime
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872 \begin_inset Formula $\backprime$
21873 \end_inset
21874
21875
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 </row>
21881 <row>
21882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886
21887 \backslash
21888 mho
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21894 \begin_inset Text
21895
21896 \begin_layout Plain Layout
21897 \begin_inset Formula $\mho$
21898 \end_inset
21899
21900
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 </row>
21906 <row>
21907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911
21912 \backslash
21913 triangle
21914 \end_layout
21915
21916 \end_inset
21917 </cell>
21918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21919 \begin_inset Text
21920
21921 \begin_layout Plain Layout
21922 \begin_inset Formula $\triangle$
21923 \end_inset
21924
21925
21926 \end_layout
21927
21928 \end_inset
21929 </cell>
21930 </row>
21931 <row>
21932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936
21937 \backslash
21938 angle
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21944 \begin_inset Text
21945
21946 \begin_layout Plain Layout
21947 \begin_inset Formula $\angle$
21948 \end_inset
21949
21950
21951 \end_layout
21952
21953 \end_inset
21954 </cell>
21955 </row>
21956 <row>
21957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961
21962 \backslash
21963 measuredangle
21964 \end_layout
21965
21966 \end_inset
21967 </cell>
21968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21969 \begin_inset Text
21970
21971 \begin_layout Plain Layout
21972 \begin_inset Formula $\measuredangle$
21973 \end_inset
21974
21975
21976 \end_layout
21977
21978 \end_inset
21979 </cell>
21980 </row>
21981 <row>
21982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986
21987 \backslash
21988 sphericalangle
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 \begin_inset Formula $\sphericalangle$
21998 \end_inset
21999
22000
22001 \end_layout
22002
22003 \end_inset
22004 </cell>
22005 </row>
22006 <row>
22007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011
22012 \backslash
22013 top
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022 \begin_inset Formula $\top$
22023 \end_inset
22024
22025
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 </row>
22031 <row>
22032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036
22037 \backslash
22038 bot
22039 \end_layout
22040
22041 \end_inset
22042 </cell>
22043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22044 \begin_inset Text
22045
22046 \begin_layout Plain Layout
22047 \begin_inset Formula $\bot$
22048 \end_inset
22049
22050
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 </row>
22056 </lyxtabular>
22057
22058 \end_inset
22059
22060
22061 \begin_inset space \hfill{}
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \begin_layout Subsection
22068 Símbolos misceláneos
22069 \begin_inset CommandInset label
22070 LatexCommand label
22071 name "sub:Símbolos-misceláneos"
22072
22073 \end_inset
22074
22075
22076 \begin_inset Index idx
22077 status collapsed
22078
22079 \begin_layout Plain Layout
22080 Símbolos ! misceláneos
22081 \end_layout
22082
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \begin_layout Standard
22089 \noindent
22090 \align center
22091 \begin_inset Tabular
22092 <lyxtabular version="3" rows="10" columns="2">
22093 <features tabularvalignment="middle">
22094 <column alignment="center" valignment="top" width="0pt">
22095 <column alignment="center" valignment="top" width="0pt">
22096 <row>
22097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101 Comando
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110 Símbolo
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 </row>
22116 <row>
22117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121
22122 \backslash
22123 flat
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132 \begin_inset Formula $\flat$
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 </row>
22141 <row>
22142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146
22147 \backslash
22148 natural
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157 \begin_inset Formula $\natural$
22158 \end_inset
22159
22160
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 </row>
22166 <row>
22167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171
22172 \backslash
22173 sharp
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 \begin_inset Formula $\sharp$
22183 \end_inset
22184
22185
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 </row>
22191 <row>
22192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196
22197 \backslash
22198 surd
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207 \begin_inset Formula $\surd$
22208 \end_inset
22209
22210
22211 \end_layout
22212
22213 \end_inset
22214 </cell>
22215 </row>
22216 <row>
22217 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221
22222 \backslash
22223 checkmark
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232 \begin_inset Formula $\checkmark$
22233 \end_inset
22234
22235
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 </row>
22241 <row>
22242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246
22247 \backslash
22248 yen
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257 \begin_inset Formula $\yen$
22258 \end_inset
22259
22260
22261 \end_layout
22262
22263 \end_inset
22264 </cell>
22265 </row>
22266 <row>
22267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271
22272 \backslash
22273 pounds
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 \begin_inset Formula $\pounds$
22283 \end_inset
22284
22285
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 </row>
22291 <row>
22292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296 $
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305 \begin_inset Formula $\$$
22306 \end_inset
22307
22308
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 </row>
22314 <row>
22315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 §
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328 \begin_inset Formula $§$
22329 \end_inset
22330
22331
22332 \end_layout
22333
22334 \end_inset
22335 </cell>
22336 </row>
22337 </lyxtabular>
22338
22339 \end_inset
22340
22341
22342 \begin_inset Tabular
22343 <lyxtabular version="3" rows="10" columns="2">
22344 <features tabularvalignment="middle">
22345 <column alignment="center" valignment="top" width="0">
22346 <column alignment="center" valignment="top" width="0">
22347 <row>
22348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352 Comando
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361 Símbolo
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 </row>
22367 <row>
22368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372
22373 \backslash
22374 hbar
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383 \begin_inset Formula $\hbar$
22384 \end_inset
22385
22386
22387 \end_layout
22388
22389 \end_inset
22390 </cell>
22391 </row>
22392 <row>
22393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397
22398 \backslash
22399 hslash
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 \begin_inset Formula $\hslash$
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 </row>
22417 <row>
22418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422
22423 \backslash
22424 clubsuit
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433 \begin_inset Formula $\clubsuit$
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 </row>
22442 <row>
22443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447
22448 \backslash
22449 spadesuit
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 \begin_inset Formula $\spadesuit$
22459 \end_inset
22460
22461
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 </row>
22467 <row>
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472
22473 \backslash
22474 bigstar
22475 \end_layout
22476
22477 \end_inset
22478 </cell>
22479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483 \begin_inset Formula $\bigstar$
22484 \end_inset
22485
22486
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 </row>
22492 <row>
22493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497
22498 \backslash
22499 blacklozenge
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508 \begin_inset Formula $\blacklozenge$
22509 \end_inset
22510
22511
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 </row>
22517 <row>
22518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522
22523 \backslash
22524 blacktriangle
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 \begin_inset Formula $\blacktriangle$
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 </row>
22542 <row>
22543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547
22548 \backslash
22549 blacktiangledown
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 \begin_inset Formula $\blacktriangledown$
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 </row>
22567 <row>
22568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572
22573 \backslash
22574 bullet
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 \begin_inset Formula $\bullet$
22584 \end_inset
22585
22586
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 </row>
22592 </lyxtabular>
22593
22594 \end_inset
22595
22596
22597 \begin_inset Tabular
22598 <lyxtabular version="3" rows="10" columns="2">
22599 <features tabularvalignment="middle">
22600 <column alignment="center" valignment="top" width="0pt">
22601 <column alignment="center" valignment="top" width="0pt">
22602 <row>
22603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 Comando
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 Símbolo
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 </row>
22622 <row>
22623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627
22628 \backslash
22629 diamondsuit
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638 \begin_inset Formula $\diamondsuit$
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 </row>
22647 <row>
22648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652
22653 \backslash
22654 Diamond
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663 \begin_inset Formula $\Diamond$
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 </row>
22672 <row>
22673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677
22678 \backslash
22679 heartsuit
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688 \begin_inset Formula $\heartsuit$
22689 \end_inset
22690
22691
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 </row>
22697 <row>
22698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702
22703 \backslash
22704 P
22705 \end_layout
22706
22707 \end_inset
22708 </cell>
22709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22710 \begin_inset Text
22711
22712 \begin_layout Plain Layout
22713 \begin_inset Formula $\P$
22714 \end_inset
22715
22716
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 </row>
22722 <row>
22723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727
22728 \backslash
22729 copyright
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 \begin_inset Formula $\copyright$
22739 \end_inset
22740
22741
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 </row>
22747 <row>
22748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752
22753 \backslash
22754 circledR
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763 \begin_inset Formula $\circledR$
22764 \end_inset
22765
22766
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 </row>
22772 <row>
22773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777
22778 \backslash
22779 maltese
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788 \begin_inset Formula $\maltese$
22789 \end_inset
22790
22791
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 </row>
22797 <row>
22798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802
22803 \backslash
22804 diagup
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 \begin_inset Formula $\diagup$
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 </row>
22822 <row>
22823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827
22828 \backslash
22829 diagdown
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 \begin_inset Formula $\diagdown$
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 </row>
22847 </lyxtabular>
22848
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \begin_layout Standard
22855 \begin_inset VSpace medskip
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \begin_layout Standard
22862 Hay más símbolos en 
22863 \begin_inset CommandInset ref
22864 LatexCommand ref
22865 reference "sub:Caracteres-especiales-misceláneos"
22866
22867 \end_inset
22868
22869 .
22870 \end_layout
22871
22872 \begin_layout Standard
22873 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22874 \begin_inset CommandInset ref
22875 LatexCommand ref
22876 reference "sub:Tamaños-de-fuentes"
22877
22878 \end_inset
22879
22880
22881 \end_layout
22882
22883 \begin_layout Subsection
22884 El símbolo del euro, €
22885 \begin_inset Index idx
22886 status collapsed
22887
22888 \begin_layout Plain Layout
22889 Símbolos ! euro
22890 \end_layout
22891
22892 \end_inset
22893
22894
22895 \begin_inset Index idx
22896 status collapsed
22897
22898 \begin_layout Plain Layout
22899
22900 \backslash
22901 @
22902 \begin_inset ERT
22903 status collapsed
22904
22905 \begin_layout Plain Layout
22906
22907
22908 \backslash
22909 officialeuro
22910 \end_layout
22911
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \end_inset
22918
22919
22920 \end_layout
22921
22922 \begin_layout Standard
22923 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22924  LaTeX 
22925 \series bold
22926 eurosym
22927 \series default
22928
22929 \begin_inset Index idx
22930 status collapsed
22931
22932 \begin_layout Plain Layout
22933 Paquetes ! eurosym
22934 \end_layout
22935
22936 \end_inset
22937
22938 , y cargado en el preámbulo LaTeX con la línea
22939 \end_layout
22940
22941 \begin_layout Standard
22942
22943 \series bold
22944
22945 \backslash
22946 usepackage[gennarrow]{eurosym}
22947 \end_layout
22948
22949 \begin_layout Standard
22950 Actualmente también se puede insertar con el comando 
22951 \series bold
22952
22953 \backslash
22954 euro
22955 \series default
22956
22957 \begin_inset Index idx
22958 status collapsed
22959
22960 \begin_layout Plain Layout
22961 Comandos ! E ! 
22962 \backslash
22963 euro
22964 \end_layout
22965
22966 \end_inset
22967
22968 .
22969 \end_layout
22970
22971 \begin_layout Standard
22972 El símbolo del euro puede insertarse directamente con la tecla € en texto
22973  matemático sin tener 
22974 \series bold
22975 eurosym
22976 \series default
22977  instalado.
22978  Si 
22979 \series bold
22980 eurosym
22981 \series default
22982  está instalado, se puede insertar 
22983 \series bold
22984
22985 \backslash
22986 euro
22987 \series default
22988  en modo TeX.
22989  El símbolo oficial de la moneda se puede insertar con el comando 
22990 \series bold
22991
22992 \backslash
22993 officialeuro
22994 \series default
22995
22996 \begin_inset Index idx
22997 status collapsed
22998
22999 \begin_layout Plain Layout
23000 Comandos ! O ! 
23001 \backslash
23002 officialeuro
23003 \end_layout
23004
23005 \end_inset
23006
23007 , que sólo está disponible en modo TeX.
23008 \end_layout
23009
23010 \begin_layout Standard
23011 \begin_inset ERT
23012 status collapsed
23013
23014 \begin_layout Plain Layout
23015
23016
23017 \backslash
23018 ifeurosym
23019 \end_layout
23020
23021 \end_inset
23022
23023
23024 \begin_inset Note Note
23025 status collapsed
23026
23027 \begin_layout Plain Layout
23028 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
23029 \series bold
23030 eurosym
23031 \series default
23032 .
23033 \end_layout
23034
23035 \end_inset
23036
23037
23038 \end_layout
23039
23040 \begin_layout Standard
23041 Un vistazo a los diferentes símbolos del euro.
23042 \end_layout
23043
23044 \begin_layout Standard
23045 \noindent
23046 \align center
23047 \begin_inset Tabular
23048 <lyxtabular version="3" rows="4" columns="3">
23049 <features tabularvalignment="middle">
23050 <column alignment="center" valignment="top" width="0">
23051 <column alignment="center" valignment="top" width="0">
23052 <column alignment="center" valignment="top" width="0">
23053 <row>
23054 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067 Comando
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076 Símbolo
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 </row>
23082 <row>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 ecuación
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096
23097 \backslash
23098 euro
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107 \begin_inset Formula $\euro$
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 </row>
23116 <row>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 texto matemático
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23136 \begin_inset Text
23137
23138 \begin_layout Plain Layout
23139 \begin_inset Formula $\mbox{€}$
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 </row>
23148 <row>
23149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153 modo TeX
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162
23163 \backslash
23164 officialeuro
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 \begin_inset ERT
23174 status collapsed
23175
23176 \begin_layout Plain Layout
23177
23178
23179 \backslash
23180 officialeuro
23181 \end_layout
23182
23183 \end_inset
23184
23185
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 </row>
23191 </lyxtabular>
23192
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \begin_layout Standard
23199 \begin_inset ERT
23200 status collapsed
23201
23202 \begin_layout Plain Layout
23203
23204
23205 \backslash
23206 else
23207 \end_layout
23208
23209 \end_inset
23210
23211
23212 \begin_inset Note Note
23213 status collapsed
23214
23215 \begin_layout Plain Layout
23216 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
23217 \series bold
23218 eurosym
23219 \series default
23220 :
23221 \end_layout
23222
23223 \end_inset
23224
23225
23226 \end_layout
23227
23228 \begin_layout Standard
23229 Para ver la salida completa de esta subsección debe estar instalado el paquete
23230  LaTeX 
23231 \series bold
23232 eurosym
23233 \series default
23234 .
23235 \end_layout
23236
23237 \begin_layout Standard
23238 \begin_inset ERT
23239 status collapsed
23240
23241 \begin_layout Plain Layout
23242
23243
23244 \backslash
23245 fi
23246 \end_layout
23247
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \begin_layout Standard
23254 \begin_inset Newpage newpage
23255 \end_inset
23256
23257
23258 \end_layout
23259
23260 \begin_layout Section
23261 Relaciones
23262 \begin_inset CommandInset label
23263 LatexCommand label
23264 name "sec:Relaciones"
23265
23266 \end_inset
23267
23268
23269 \begin_inset Index idx
23270 status collapsed
23271
23272 \begin_layout Plain Layout
23273 Relaciones
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \begin_inset Index idx
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283 Comparaciones|see
23284 \begin_inset ERT
23285 status collapsed
23286
23287 \begin_layout Plain Layout
23288
23289 {
23290 \end_layout
23291
23292 \end_inset
23293
23294 Relaciones
23295 \begin_inset ERT
23296 status collapsed
23297
23298 \begin_layout Plain Layout
23299
23300 }
23301 \end_layout
23302
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \begin_layout Standard
23314 Todas las relaciones se pueden insertar también con el botón 
23315 \begin_inset Graphics
23316         filename ../../images/math/leq.png
23317         scale 85
23318
23319 \end_inset
23320
23321  de la barra de ecuaciones.
23322 \end_layout
23323
23324 \begin_layout Standard
23325 \begin_inset space \hfill{}
23326 \end_inset
23327
23328
23329 \begin_inset Tabular
23330 <lyxtabular version="3" rows="17" columns="2">
23331 <features tabularvalignment="middle">
23332 <column alignment="center" valignment="top" width="0pt">
23333 <column alignment="center" valignment="top" width="0pt">
23334 <row>
23335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339 Comando
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348 Relación
23349 \end_layout
23350
23351 \end_inset
23352 </cell>
23353 </row>
23354 <row>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 <
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 \begin_inset Formula $<$
23369 \end_inset
23370
23371
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 </row>
23377 <row>
23378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382
23383 \backslash
23384 le
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393 \begin_inset Formula $\le$
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 </row>
23402 <row>
23403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407
23408 \backslash
23409 ll
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 \begin_inset Formula $\ll$
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 </row>
23427 <row>
23428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432
23433 \backslash
23434 prec
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 \begin_inset Formula $\prec$
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 </row>
23452 <row>
23453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457
23458 \backslash
23459 preceq
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468 \begin_inset Formula $\preceq$
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \backslash
23484 subset
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493 \begin_inset Formula $\subset$
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 </row>
23502 <row>
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507
23508 \backslash
23509 subseteq
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 \begin_inset Formula $\subseteq$
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 </row>
23527 <row>
23528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532
23533 \backslash
23534 sqsubseteq
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543 \begin_inset Formula $\sqsubseteq$
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 </row>
23552 <row>
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557
23558 \backslash
23559 in
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset Formula $\in$
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 </row>
23577 <row>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582
23583 \backslash
23584 vdash
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 \begin_inset Formula $\vdash$
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 </row>
23602 <row>
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607
23608 \backslash
23609 smile
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 \begin_inset Formula $\smile$
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 </row>
23627 <row>
23628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632
23633 \backslash
23634 lhd
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643 \begin_inset Formula $\lhd$
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 </row>
23652 <row>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657
23658 \backslash
23659 unlhd
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 \begin_inset Formula $\unlhd$
23669 \end_inset
23670
23671
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 </row>
23677 <row>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682
23683 \backslash
23684 gtrless
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693 \begin_inset Formula $\gtrless$
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 </row>
23702 <row>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707
23708 \backslash
23709 mid
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718 \begin_inset Formula $\mid$
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 </row>
23727 <row>
23728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732
23733 \backslash
23734 nmid
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 \begin_inset Formula $\nmid$
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 </row>
23752 </lyxtabular>
23753
23754 \end_inset
23755
23756
23757 \begin_inset space \hfill{}
23758 \end_inset
23759
23760
23761 \begin_inset Tabular
23762 <lyxtabular version="3" rows="17" columns="2">
23763 <features tabularvalignment="middle">
23764 <column alignment="center" valignment="top" width="0pt">
23765 <column alignment="center" valignment="top" width="0pt">
23766 <row>
23767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 Comando
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780 Relación
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 </row>
23786 <row>
23787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 =
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800 \begin_inset Formula $=$
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 </row>
23809 <row>
23810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23811 \begin_inset Text
23812
23813 \begin_layout Plain Layout
23814
23815 \backslash
23816 not=
23817 \end_layout
23818
23819 \end_inset
23820 </cell>
23821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23822 \begin_inset Text
23823
23824 \begin_layout Plain Layout
23825 \begin_inset Formula $\not=$
23826 \end_inset
23827
23828
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 </row>
23834 <row>
23835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23836 \begin_inset Text
23837
23838 \begin_layout Plain Layout
23839
23840 \backslash
23841 equiv
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850 \begin_inset Formula $\equiv$
23851 \end_inset
23852
23853
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 </row>
23859 <row>
23860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864
23865 \backslash
23866 sim
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875 \begin_inset Formula $\sim$
23876 \end_inset
23877
23878
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 </row>
23884 <row>
23885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889
23890 \backslash
23891 simeq
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900 \begin_inset Formula $\simeq$
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 </row>
23909 <row>
23910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914
23915 \backslash
23916 approx
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925 \begin_inset Formula $\approx$
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 </row>
23934 <row>
23935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939
23940 \backslash
23941 cong
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950 \begin_inset Formula $\cong$
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \end_inset
23957 </cell>
23958 </row>
23959 <row>
23960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Plain Layout
23964
23965 \backslash
23966 bowtie
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23972 \begin_inset Text
23973
23974 \begin_layout Plain Layout
23975 \begin_inset Formula $\bowtie$
23976 \end_inset
23977
23978
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 </row>
23984 <row>
23985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Plain Layout
23989
23990 \backslash
23991 notin
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000 \begin_inset Formula $\notin$
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 </row>
24009 <row>
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014
24015 \backslash
24016 perp
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025 \begin_inset Formula $\perp$
24026 \end_inset
24027
24028
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 </row>
24034 <row>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039
24040 \backslash
24041 propto
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 \begin_inset Formula $\propto$
24051 \end_inset
24052
24053
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 </row>
24059 <row>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064
24065 \backslash
24066 asymp
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075 \begin_inset Formula $\asymp$
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 </row>
24084 <row>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089
24090 \backslash
24091 doteq
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100 \begin_inset Formula $\doteq$
24101 \end_inset
24102
24103
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 </row>
24109 <row>
24110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114
24115 \backslash
24116 circeq
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 \begin_inset Formula $\circeq$
24126 \end_inset
24127
24128
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 </row>
24134 <row>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139
24140 \backslash
24141 models
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150 \begin_inset Formula $\models$
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 </row>
24159 <row>
24160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164
24165 \backslash
24166 widehat=
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 \begin_inset Formula $\widehat{=}$
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 </row>
24184 </lyxtabular>
24185
24186 \end_inset
24187
24188
24189 \begin_inset space \hfill{}
24190 \end_inset
24191
24192
24193 \begin_inset Tabular
24194 <lyxtabular version="3" rows="17" columns="2">
24195 <features tabularvalignment="middle">
24196 <column alignment="center" valignment="top" width="0pt">
24197 <column alignment="center" valignment="top" width="0pt">
24198 <row>
24199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203 Comando
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212 Relación
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 </row>
24218 <row>
24219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223 >
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Plain Layout
24232 \begin_inset Formula $>$
24233 \end_inset
24234
24235
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 </row>
24241 <row>
24242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24243 \begin_inset Text
24244
24245 \begin_layout Plain Layout
24246
24247 \backslash
24248 ge
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Plain Layout
24257 \begin_inset Formula $\ge$
24258 \end_inset
24259
24260
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 </row>
24266 <row>
24267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271
24272 \backslash
24273 gg
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282 \begin_inset Formula $\gg$
24283 \end_inset
24284
24285
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 </row>
24291 <row>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296
24297 \backslash
24298 succ
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307 \begin_inset Formula $\succ$
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 </row>
24316 <row>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321
24322 \backslash
24323 succeq
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332 \begin_inset Formula $\succeq$
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 </row>
24341 <row>
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346
24347 \backslash
24348 supset
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357 \begin_inset Formula $\supset$
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 </row>
24366 <row>
24367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371
24372 \backslash
24373 supseteq
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 \begin_inset Formula $\supseteq$
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 </row>
24391 <row>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396
24397 \backslash
24398 sqsupseteq
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407 \begin_inset Formula $\sqsupseteq$
24408 \end_inset
24409
24410
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 </row>
24416 <row>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421
24422 \backslash
24423 ni
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 \begin_inset Formula $\ni$
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 </row>
24441 <row>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \backslash
24448 dashv
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457 \begin_inset Formula $\dashv$
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 </row>
24466 <row>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \backslash
24473 frown
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 \begin_inset Formula $\frown$
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 </row>
24491 <row>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \backslash
24498 rhd
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507 \begin_inset Formula $\rhd$
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 </row>
24516 <row>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521
24522 \backslash
24523 unrhd
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 \begin_inset Formula $\unrhd$
24533 \end_inset
24534
24535
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 </row>
24541 <row>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \backslash
24548 lessgtr
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557 \begin_inset Formula $\lessgtr$
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 </row>
24566 <row>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 parallel
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582 \begin_inset Formula $\parallel$
24583 \end_inset
24584
24585
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 <row>
24592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596
24597 \backslash
24598 nparallel
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607 \begin_inset Formula $\nparallel$
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 </row>
24616 </lyxtabular>
24617
24618 \end_inset
24619
24620
24621 \begin_inset space \hfill{}
24622 \end_inset
24623
24624
24625 \end_layout
24626
24627 \begin_layout Standard
24628 \begin_inset VSpace medskip
24629 \end_inset
24630
24631
24632 \end_layout
24633
24634 \begin_layout Standard
24635 Los caracteres 
24636 \series bold
24637
24638 \backslash
24639 lhd
24640 \series default
24641  y 
24642 \series bold
24643
24644 \backslash
24645 rhd
24646 \series default
24647  son mayores que los operadores de aspecto similar 
24648 \series bold
24649
24650 \backslash
24651 triangleleft
24652 \series default
24653  y 
24654 \series bold
24655
24656 \backslash
24657 triangleright
24658 \series default
24659 , respectivamente.
24660 \end_layout
24661
24662 \begin_layout Standard
24663 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24664 \end_layout
24665
24666 \begin_layout Standard
24667 Se pueden componer relaciones con etiquetas con el comando 
24668 \series bold
24669
24670 \backslash
24671 stackrel
24672 \series default
24673
24674 \begin_inset Index idx
24675 status collapsed
24676
24677 \begin_layout Plain Layout
24678 Comandos ! S ! 
24679 \backslash
24680 stackrel
24681 \end_layout
24682
24683 \end_inset
24684
24685 :
24686 \end_layout
24687
24688 \begin_layout Standard
24689 \align center
24690 \begin_inset Tabular
24691 <lyxtabular version="3" rows="2" columns="2">
24692 <features tabularvalignment="middle">
24693 <column alignment="center" valignment="top" width="0">
24694 <column alignment="center" valignment="top" width="0">
24695 <row>
24696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24697 \begin_inset Text
24698
24699 \begin_layout Plain Layout
24700 Comando
24701 \end_layout
24702
24703 \end_inset
24704 </cell>
24705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709 Resultado
24710 \begin_inset Note Note
24711 status collapsed
24712
24713 \begin_layout Plain Layout
24714
24715 \series bold
24716
24717 \backslash
24718 raisebox
24719 \series default
24720  se usa sólo como espaciador
24721 \end_layout
24722
24723 \end_inset
24724
24725
24726 \end_layout
24727
24728 \end_inset
24729 </cell>
24730 </row>
24731 <row>
24732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736 A(r)
24737 \backslash
24738 stackrel
24739 \begin_inset ERT
24740 status collapsed
24741
24742 \begin_layout Plain Layout
24743
24744
24745 \backslash
24746 spce 
24747 \end_layout
24748
24749 \end_inset
24750
24751 r
24752 \backslash
24753 to
24754 \backslash
24755 infty
24756 \begin_inset ERT
24757 status collapsed
24758
24759 \begin_layout Plain Layout
24760
24761
24762 \backslash
24763 spce 
24764 \end_layout
24765
24766 \end_inset
24767
24768
24769 \begin_inset Formula $\downarrow$
24770 \end_inset
24771
24772
24773 \backslash
24774 approx
24775 \begin_inset ERT
24776 status collapsed
24777
24778 \begin_layout Plain Layout
24779
24780
24781 \backslash
24782 spce 
24783 \end_layout
24784
24785 \end_inset
24786
24787
24788 \begin_inset ERT
24789 status collapsed
24790
24791 \begin_layout Plain Layout
24792
24793
24794 \backslash
24795 spce 
24796 \end_layout
24797
24798 \end_inset
24799
24800 B
24801 \end_layout
24802
24803 \end_inset
24804 </cell>
24805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24806 \begin_inset Text
24807
24808 \begin_layout Plain Layout
24809 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24810 \end_inset
24811
24812
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 </row>
24818 </lyxtabular>
24819
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \begin_layout Section
24826 Funciones
24827 \end_layout
24828
24829 \begin_layout Subsection
24830 Funciones predefinidas
24831 \begin_inset CommandInset label
24832 LatexCommand label
24833 name "sub:Funciones-predefinidas"
24834
24835 \end_inset
24836
24837
24838 \begin_inset Index idx
24839 status collapsed
24840
24841 \begin_layout Plain Layout
24842 Funciones ! predefinidas
24843 \end_layout
24844
24845 \end_inset
24846
24847
24848 \begin_inset Index idx
24849 status collapsed
24850
24851 \begin_layout Plain Layout
24852 Funciones ! en español
24853 \end_layout
24854
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \begin_layout Standard
24861 En general las variables se escriben en 
24862 \emph on
24863 cursiva
24864 \emph default
24865  en expresiones matemáticas, pero no los nombres de las funciones, porque
24866  
24867 \begin_inset Formula $sen$
24868 \end_inset
24869
24870  podría confundirse con 
24871 \begin_inset Formula $s\cdot e\cdot n$
24872 \end_inset
24873
24874 .
24875  Por eso hay funciones predefinidas, que además se separan un poco del factor
24876  precedente.
24877  Se insertan como comandos con una barra inversa delante de su nombre.
24878 \end_layout
24879
24880 \begin_layout Standard
24881 \align center
24882 \begin_inset Tabular
24883 <lyxtabular version="3" rows="2" columns="4">
24884 <features tabularvalignment="middle">
24885 <column alignment="center" valignment="top" width="0pt">
24886 <column alignment="center" valignment="top" width="0pt">
24887 <column alignment="center" valignment="top" width="0pt">
24888 <column alignment="center" valignment="top" width="0pt">
24889 <row>
24890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24891 \begin_inset Text
24892
24893 \begin_layout Plain Layout
24894 Comando
24895 \end_layout
24896
24897 \end_inset
24898 </cell>
24899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Plain Layout
24903 Resultado
24904 \end_layout
24905
24906 \end_inset
24907 </cell>
24908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912 Comando
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921 Resultado
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 </row>
24927 <row>
24928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Plain Layout
24932 Asen(x)+B
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941 \begin_inset Formula $Asen(x)+B$
24942 \end_inset
24943
24944
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953 A
24954 \backslash
24955 sen(x)+B
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964 \begin_inset Formula $A\sen(x)+B$
24965 \end_inset
24966
24967
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 </row>
24973 </lyxtabular>
24974
24975 \end_inset
24976
24977
24978 \end_layout
24979
24980 \begin_layout Standard
24981 Las funciones siguientes están predefinidas:
24982 \begin_inset Foot
24983 status collapsed
24984
24985 \begin_layout Plain Layout
24986 Se han añadido los comandos equivalentes proporcionados por el estilo 
24987 \series bold
24988 spanish
24989 \series default
24990  de 
24991 \series bold
24992 babel
24993 \series default
24994 .
24995  (Estos no están disponibles en el panel de funciones).
24996  Además, en su caso, las funciones serán acentuadas automáticamente en la
24997  salida, p.
24998 \begin_inset space \thinspace{}
24999 \end_inset
25000
25001 e.
25002  
25003 \begin_inset Quotes fld
25004 \end_inset
25005
25006 lím
25007 \begin_inset Quotes frd
25008 \end_inset
25009
25010  o 
25011 \begin_inset Quotes fld
25012 \end_inset
25013
25014 máx
25015 \begin_inset Quotes frd
25016 \end_inset
25017
25018 .
25019  Más información en 
25020 \begin_inset CommandInset citation
25021 LatexCommand cite
25022 key "spanish"
25023
25024 \end_inset
25025
25026 .
25027  (
25028 \emph on
25029 N.
25030 \begin_inset space \thinspace{}
25031 \end_inset
25032
25033 del t.
25034 \emph default
25035 )
25036 \end_layout
25037
25038 \end_inset
25039
25040
25041 \end_layout
25042
25043 \begin_layout Standard
25044 \begin_inset VSpace -2mm
25045 \end_inset
25046
25047
25048 \end_layout
25049
25050 \begin_layout Standard
25051 \align center
25052 \begin_inset Tabular
25053 <lyxtabular version="3" rows="9" columns="7">
25054 <features tabularvalignment="middle">
25055 <column alignment="center" valignment="top" width="0pt">
25056 <column alignment="center" valignment="top" width="0pt">
25057 <column alignment="center" valignment="top" width="0pt">
25058 <column alignment="center" valignment="top" width="0pt">
25059 <column alignment="center" valignment="top" width="0pt">
25060 <column alignment="center" valignment="top" width="0pt">
25061 <column alignment="center" valignment="top" width="0pt">
25062 <row>
25063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067 Comando
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076 español
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25082 \begin_inset Text
25083
25084 \begin_layout Plain Layout
25085 Comando
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25091 \begin_inset Text
25092
25093 \begin_layout Plain Layout
25094 español
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103 Comando
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112 español
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121 Comando
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 </row>
25127 <row>
25128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132
25133 \backslash
25134 sin
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143
25144 \backslash
25145 sen
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154
25155 \backslash
25156 sinh
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \backslash
25167 senh
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \backslash
25178 arcsin
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187
25188 \backslash
25189 arcsen
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Plain Layout
25198
25199 \backslash
25200 sup
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 </row>
25206 <row>
25207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211
25212 \backslash
25213 cos
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Plain Layout
25222
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231
25232 \backslash
25233 cosh
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25239 \begin_inset Text
25240
25241 \begin_layout Plain Layout
25242
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 arccos
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271
25272 \backslash
25273 inf
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 </row>
25279 <row>
25280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25281 \begin_inset Text
25282
25283 \begin_layout Plain Layout
25284
25285 \backslash
25286 tan
25287 \end_layout
25288
25289 \end_inset
25290 </cell>
25291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25292 \begin_inset Text
25293
25294 \begin_layout Plain Layout
25295
25296 \backslash
25297 tg
25298 \end_layout
25299
25300 \end_inset
25301 </cell>
25302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Plain Layout
25306
25307 \backslash
25308 tanh
25309 \end_layout
25310
25311 \end_inset
25312 </cell>
25313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317
25318 \backslash
25319 tgh
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328
25329 \backslash
25330 arctan
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \backslash
25341 arctg
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350
25351 \backslash
25352 lim
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 </row>
25358 <row>
25359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363
25364 \backslash
25365 cot
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \backslash
25376 cotg
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385
25386 \backslash
25387 coth
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25393 \begin_inset Text
25394
25395 \begin_layout Plain Layout
25396
25397 \end_layout
25398
25399 \end_inset
25400 </cell>
25401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25402 \begin_inset Text
25403
25404 \begin_layout Plain Layout
25405
25406 \backslash
25407 arg
25408 \end_layout
25409
25410 \end_inset
25411 </cell>
25412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25413 \begin_inset Text
25414
25415 \begin_layout Plain Layout
25416
25417 \end_layout
25418
25419 \end_inset
25420 </cell>
25421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25422 \begin_inset Text
25423
25424 \begin_layout Plain Layout
25425
25426 \backslash
25427 liminf
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 </row>
25433 <row>
25434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438
25439 \backslash
25440 sec
25441 \end_layout
25442
25443 \end_inset
25444 </cell>
25445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25446 \begin_inset Text
25447
25448 \begin_layout Plain Layout
25449
25450 \end_layout
25451
25452 \end_inset
25453 </cell>
25454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25455 \begin_inset Text
25456
25457 \begin_layout Plain Layout
25458
25459 \backslash
25460 min
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25466 \begin_inset Text
25467
25468 \begin_layout Plain Layout
25469
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478
25479 \backslash
25480 deg
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Plain Layout
25498
25499 \backslash
25500 limsup
25501 \end_layout
25502
25503 \end_inset
25504 </cell>
25505 </row>
25506 <row>
25507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Plain Layout
25511
25512 \backslash
25513 csc
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522
25523 \backslash
25524 cosec
25525 \end_layout
25526
25527 \end_inset
25528 </cell>
25529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533
25534 \backslash
25535 max
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544
25545 \end_layout
25546
25547 \end_inset
25548 </cell>
25549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25550 \begin_inset Text
25551
25552 \begin_layout Plain Layout
25553
25554 \backslash
25555 det
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25570 \begin_inset Text
25571
25572 \begin_layout Plain Layout
25573
25574 \backslash
25575 Pr
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 </row>
25581 <row>
25582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25583 \begin_inset Text
25584
25585 \begin_layout Plain Layout
25586
25587 \backslash
25588 ln
25589 \end_layout
25590
25591 \end_inset
25592 </cell>
25593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25594 \begin_inset Text
25595
25596 \begin_layout Plain Layout
25597
25598 \end_layout
25599
25600 \end_inset
25601 </cell>
25602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606
25607 \backslash
25608 exp
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25614 \begin_inset Text
25615
25616 \begin_layout Plain Layout
25617
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626
25627 \backslash
25628 dim
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637
25638 \end_layout
25639
25640 \end_inset
25641 </cell>
25642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25643 \begin_inset Text
25644
25645 \begin_layout Plain Layout
25646
25647 \backslash
25648 hom
25649 \end_layout
25650
25651 \end_inset
25652 </cell>
25653 </row>
25654 <row>
25655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659
25660 \backslash
25661 lg
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670
25671 \end_layout
25672
25673 \end_inset
25674 </cell>
25675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25676 \begin_inset Text
25677
25678 \begin_layout Plain Layout
25679
25680 \backslash
25681 log
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25687 \begin_inset Text
25688
25689 \begin_layout Plain Layout
25690
25691 \end_layout
25692
25693 \end_inset
25694 </cell>
25695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699
25700 \backslash
25701 ker
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25707 \begin_inset Text
25708
25709 \begin_layout Plain Layout
25710
25711 \end_layout
25712
25713 \end_inset
25714 </cell>
25715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25716 \begin_inset Text
25717
25718 \begin_layout Plain Layout
25719
25720 \backslash
25721 gcd
25722 \end_layout
25723
25724 \end_inset
25725 </cell>
25726 </row>
25727 </lyxtabular>
25728
25729 \end_inset
25730
25731
25732 \end_layout
25733
25734 \begin_layout Standard
25735 También se pueden insertar con el botón 
25736 \begin_inset Graphics
25737         filename ../../images/math/functions.png
25738         scale 85
25739
25740 \end_inset
25741
25742  de la barra de ecuaciones.
25743 \end_layout
25744
25745 \begin_layout Subsection
25746 Funciones definidas por el usuario
25747 \begin_inset Index idx
25748 status collapsed
25749
25750 \begin_layout Plain Layout
25751 Funciones ! personalizadas
25752 \end_layout
25753
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \begin_layout Standard
25760 Para usar una función no predefinida, como por ejemplo la función signo,
25761  sgn(x), hay dos posibilidades:
25762 \end_layout
25763
25764 \begin_layout Itemize
25765 Define la función añadiendo al preámbulo LaTeX la línea
25766 \begin_inset Foot
25767 status collapsed
25768
25769 \begin_layout Plain Layout
25770 Más sobre 
25771 \series bold
25772
25773 \backslash
25774 DeclareMathOperator
25775 \series default
25776  en 
25777 \begin_inset CommandInset ref
25778 LatexCommand ref
25779 reference "sub:Operadores-de-usuario"
25780
25781 \end_inset
25782
25783
25784 \end_layout
25785
25786 \end_inset
25787
25788
25789 \begin_inset Newline newline
25790 \end_inset
25791
25792
25793 \begin_inset VSpace -3mm
25794 \end_inset
25795
25796
25797 \begin_inset Newline newline
25798 \end_inset
25799
25800
25801 \series bold
25802
25803 \backslash
25804 DeclareMathOperator{
25805 \backslash
25806 sgn}{sgn}
25807 \series default
25808
25809 \begin_inset Index idx
25810 status collapsed
25811
25812 \begin_layout Plain Layout
25813 Comandos ! D ! 
25814 \backslash
25815 dbinom@
25816 \backslash
25817 DeclareMathOperator
25818 \end_layout
25819
25820 \end_inset
25821
25822
25823 \begin_inset Newline newline
25824 \end_inset
25825
25826
25827 \begin_inset VSpace -2mm
25828 \end_inset
25829
25830
25831 \begin_inset Newline newline
25832 \end_inset
25833
25834 Ahora la función recién definida se puede obtener con el comando 
25835 \series bold
25836
25837 \backslash
25838 sgn
25839 \series default
25840 .
25841 \end_layout
25842
25843 \begin_layout Itemize
25844 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25845  en nuestro ejemplo las letras 
25846 \emph on
25847 sgn
25848 \emph default
25849 , y cámbialo a texto matemático.
25850  Entre el factor precedente y la función se inserta un espacio.
25851 \end_layout
25852
25853 \begin_layout Standard
25854 El resultado con ambos métodos es el mismo que con una función predefinida:
25855 \begin_inset Foot
25856 status collapsed
25857
25858 \begin_layout Plain Layout
25859 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25860  negro.
25861 \end_layout
25862
25863 \end_inset
25864
25865
25866 \end_layout
25867
25868 \begin_layout Standard
25869 \align center
25870 \begin_inset Tabular
25871 <lyxtabular version="3" rows="3" columns="2">
25872 <features tabularvalignment="middle">
25873 <column alignment="center" valignment="top" width="0pt">
25874 <column alignment="center" valignment="top" width="0pt">
25875 <row>
25876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25877 \begin_inset Text
25878
25879 \begin_layout Plain Layout
25880 Comando
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25886 \begin_inset Text
25887
25888 \begin_layout Plain Layout
25889 Resultado
25890 \end_layout
25891
25892 \end_inset
25893 </cell>
25894 </row>
25895 <row>
25896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25897 \begin_inset Text
25898
25899 \begin_layout Plain Layout
25900 A
25901 \backslash
25902 sgn(x)+B
25903 \end_layout
25904
25905 \end_inset
25906 </cell>
25907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25908 \begin_inset Text
25909
25910 \begin_layout Plain Layout
25911 \begin_inset Formula $A\sgn(x)+B$
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 </row>
25920 <row>
25921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925 A
25926 \backslash
25927 ,
25928 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25929 \end_inset
25930
25931 (x)+B
25932 \end_layout
25933
25934 \end_inset
25935 </cell>
25936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25937 \begin_inset Text
25938
25939 \begin_layout Plain Layout
25940 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25941 \end_inset
25942
25943
25944 \end_layout
25945
25946 \end_inset
25947 </cell>
25948 </row>
25949 </lyxtabular>
25950
25951 \end_inset
25952
25953
25954 \end_layout
25955
25956 \begin_layout Standard
25957 El primer método es preferible si la función se va a usar varias veces.
25958 \end_layout
25959
25960 \begin_layout Subsection
25961 Límites
25962 \begin_inset Index idx
25963 status collapsed
25964
25965 \begin_layout Plain Layout
25966 Limites@Límites
25967 \end_layout
25968
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \begin_layout Standard
25975 Para límites, además de 
25976 \series bold
25977
25978 \backslash
25979 lim
25980 \series default
25981
25982 \begin_inset Index idx
25983 status collapsed
25984
25985 \begin_layout Plain Layout
25986 Comandos ! L ! 
25987 \backslash
25988 lim
25989 \end_layout
25990
25991 \end_inset
25992
25993
25994 \series bold
25995
25996 \backslash
25997 liminf
25998 \series default
25999  y 
26000 \series bold
26001
26002 \backslash
26003 limsup
26004 \series default
26005  están definidas las siguientes funciones:
26006 \series bold
26007  
26008 \end_layout
26009
26010 \begin_layout Standard
26011 \noindent
26012 \align center
26013 \begin_inset Tabular
26014 <lyxtabular version="3" rows="5" columns="2">
26015 <features tabularvalignment="middle">
26016 <column alignment="center" valignment="top" width="0">
26017 <column alignment="center" valignment="top" width="0">
26018 <row>
26019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26020 \begin_inset Text
26021
26022 \begin_layout Plain Layout
26023 Comando
26024 \end_layout
26025
26026 \end_inset
26027 </cell>
26028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26029 \begin_inset Text
26030
26031 \begin_layout Plain Layout
26032 Resultado
26033 \begin_inset Note Note
26034 status collapsed
26035
26036 \begin_layout Plain Layout
26037
26038 \series bold
26039
26040 \backslash
26041 raisebox
26042 \series default
26043  se usa sólo como espaciador
26044 \end_layout
26045
26046 \end_inset
26047
26048
26049 \end_layout
26050
26051 \end_inset
26052 </cell>
26053 </row>
26054 <row>
26055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26056 \begin_inset Text
26057
26058 \begin_layout Plain Layout
26059
26060 \backslash
26061 varliminf
26062 \end_layout
26063
26064 \end_inset
26065 </cell>
26066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26067 \begin_inset Text
26068
26069 \begin_layout Plain Layout
26070 \begin_inset Formula $\varliminf$
26071 \end_inset
26072
26073
26074 \end_layout
26075
26076 \end_inset
26077 </cell>
26078 </row>
26079 <row>
26080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26081 \begin_inset Text
26082
26083 \begin_layout Plain Layout
26084
26085 \backslash
26086 varlimsup
26087 \end_layout
26088
26089 \end_inset
26090 </cell>
26091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26092 \begin_inset Text
26093
26094 \begin_layout Plain Layout
26095 \begin_inset Formula $\varlimsup$
26096 \end_inset
26097
26098
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 </row>
26104 <row>
26105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109
26110 \backslash
26111 varprojlim
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26117 \begin_inset Text
26118
26119 \begin_layout Plain Layout
26120 \begin_inset Formula $\varprojlim$
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 </row>
26129 <row>
26130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134
26135 \backslash
26136 varinjlim
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145 \begin_inset Formula $\varinjlim$
26146 \end_inset
26147
26148
26149 \begin_inset Formula $\raisebox{-2.5mm}{}$
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 </row>
26158 </lyxtabular>
26159
26160 \end_inset
26161
26162
26163 \end_layout
26164
26165 \begin_layout Standard
26166 \begin_inset VSpace medskip
26167 \end_inset
26168
26169
26170 \end_layout
26171
26172 \begin_layout Standard
26173 El límite se crea insertando un subíndice.
26174  Se imprime a la derecha junto a la función en una fórmula en línea:
26175 \end_layout
26176
26177 \begin_layout Standard
26178 \noindent
26179 \align center
26180 \begin_inset Tabular
26181 <lyxtabular version="3" rows="2" columns="2">
26182 <features tabularvalignment="middle">
26183 <column alignment="center" valignment="top" width="0pt">
26184 <column alignment="center" valignment="top" width="0pt">
26185 <row>
26186 <cell alignment="center" valignment="top" usebox="none">
26187 \begin_inset Text
26188
26189 \begin_layout Plain Layout
26190 Comando
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 <cell alignment="center" valignment="top" usebox="none">
26196 \begin_inset Text
26197
26198 \begin_layout Plain Layout
26199 \begin_inset space \hspace{}
26200 \length 1cm
26201 \end_inset
26202
26203 Resultado
26204 \begin_inset Note Note
26205 status collapsed
26206
26207 \begin_layout Plain Layout
26208
26209 \series bold
26210
26211 \backslash
26212 raisebox
26213 \series default
26214  se usa sólo como espaciador
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \end_layout
26221
26222 \end_inset
26223 </cell>
26224 </row>
26225 <row>
26226 <cell alignment="center" valignment="top" usebox="none">
26227 \begin_inset Text
26228
26229 \begin_layout Plain Layout
26230
26231 \backslash
26232 lim_x
26233 \backslash
26234 to
26235 \begin_inset ERT
26236 status collapsed
26237
26238 \begin_layout Plain Layout
26239
26240
26241 \backslash
26242 spce 
26243 \end_layout
26244
26245 \end_inset
26246
26247 A
26248 \begin_inset ERT
26249 status collapsed
26250
26251 \begin_layout Plain Layout
26252
26253
26254 \backslash
26255 spce 
26256 \end_layout
26257
26258 \end_inset
26259
26260 x=B
26261 \end_layout
26262
26263 \end_inset
26264 </cell>
26265 <cell alignment="center" valignment="top" usebox="none">
26266 \begin_inset Text
26267
26268 \begin_layout Plain Layout
26269 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 </row>
26278 </lyxtabular>
26279
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \begin_layout Standard
26286 En una ecuación presentada el límite se imprime debajo, como es habitual:
26287 \begin_inset Formula \[
26288 \lim\limits _{x\rightarrow A}=B\]
26289
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \begin_layout Subsection
26296 Función módulo
26297 \begin_inset Index idx
26298 status collapsed
26299
26300 \begin_layout Plain Layout
26301 Funciones ! módulo
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Standard
26310 La función módulo es especial, porque existe en cuatro variantes.
26311 \end_layout
26312
26313 \begin_layout Standard
26314 En una ecuación presentada:
26315 \begin_inset Formula \begin{align*}
26316 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26317 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26318 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26319 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26320 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26321 \end{align*}
26322
26323 \end_inset
26324
26325 En una ecuación en línea se pone menos espacio delante del nombre de la
26326  función para todas las variantes.
26327 \end_layout
26328
26329 \begin_layout Standard
26330 \begin_inset Newpage newpage
26331 \end_inset
26332
26333
26334 \end_layout
26335
26336 \begin_layout Section
26337 Caracteres especiales
26338 \begin_inset Index idx
26339 status collapsed
26340
26341 \begin_layout Plain Layout
26342 Caracteres especiales
26343 \end_layout
26344
26345 \end_inset
26346
26347
26348 \end_layout
26349
26350 \begin_layout Subsection
26351 Caracteres especiales en texto matemático
26352 \end_layout
26353
26354 \begin_layout Standard
26355 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26356  TeX:
26357 \end_layout
26358
26359 \begin_layout Standard
26360 \begin_inset space \hfill{}
26361 \end_inset
26362
26363
26364 \begin_inset Tabular
26365 <lyxtabular version="3" rows="8" columns="2">
26366 <features tabularvalignment="middle">
26367 <column alignment="block" valignment="top" width="0">
26368 <column alignment="block" valignment="top" width="0">
26369 <row>
26370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374 Comando
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383 Resultado
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 </row>
26389 <row>
26390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394
26395 \backslash
26396 oe
26397 \end_layout
26398
26399 \end_inset
26400 </cell>
26401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405 \begin_inset Formula $\textrm{œ}$
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 </row>
26414 <row>
26415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419
26420 \backslash
26421 OE
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430 \begin_inset Formula $\textrm{Œ}$
26431 \end_inset
26432
26433
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 </row>
26439 <row>
26440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444
26445 \backslash
26446 ae
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455 \begin_inset Formula $\textrm{æ}$
26456 \end_inset
26457
26458
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 </row>
26464 <row>
26465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26466 \begin_inset Text
26467
26468 \begin_layout Plain Layout
26469
26470 \backslash
26471 AE
26472 \end_layout
26473
26474 \end_inset
26475 </cell>
26476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Plain Layout
26480 \begin_inset Formula $\textrm{Æ}$
26481 \end_inset
26482
26483
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 </row>
26489 <row>
26490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494
26495 \backslash
26496 aa
26497 \end_layout
26498
26499 \end_inset
26500 </cell>
26501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Plain Layout
26505 \begin_inset Formula $\textrm{\aa}$
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \end_inset
26512 </cell>
26513 </row>
26514 <row>
26515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26516 \begin_inset Text
26517
26518 \begin_layout Plain Layout
26519
26520 \backslash
26521 AA
26522 \begin_inset Index idx
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526
26527 \backslash
26528 @
26529 \begin_inset ERT
26530 status collapsed
26531
26532 \begin_layout Plain Layout
26533
26534
26535 \backslash
26536 textrm{
26537 \backslash
26538 AA}
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \end_inset
26547
26548
26549 \end_layout
26550
26551 \end_inset
26552 </cell>
26553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26554 \begin_inset Text
26555
26556 \begin_layout Plain Layout
26557 \begin_inset Formula $\textrm{Å}$
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 </row>
26566 <row>
26567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Plain Layout
26571
26572 \backslash
26573 i
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Plain Layout
26582 \begin_inset Formula $\textrm{ı}$
26583 \end_inset
26584
26585
26586 \end_layout
26587
26588 \end_inset
26589 </cell>
26590 </row>
26591 </lyxtabular>
26592
26593 \end_inset
26594
26595
26596 \begin_inset space \hfill{}
26597 \end_inset
26598
26599
26600 \begin_inset Tabular
26601 <lyxtabular version="3" rows="8" columns="2">
26602 <features tabularvalignment="middle">
26603 <column alignment="block" valignment="top" width="0">
26604 <column alignment="center" valignment="top" width="0">
26605 <row>
26606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26607 \begin_inset Text
26608
26609 \begin_layout Plain Layout
26610 Comando
26611 \begin_inset Note Note
26612 status collapsed
26613
26614 \begin_layout Plain Layout
26615
26616 \series bold
26617
26618 \backslash
26619 raisebox
26620 \series default
26621  se usa sólo como espaciador
26622 \end_layout
26623
26624 \end_inset
26625
26626
26627 \end_layout
26628
26629 \end_inset
26630 </cell>
26631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Plain Layout
26635 Resultado
26636 \end_layout
26637
26638 \end_inset
26639 </cell>
26640 </row>
26641 <row>
26642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26643 \begin_inset Text
26644
26645 \begin_layout Plain Layout
26646
26647 \backslash
26648 o
26649 \end_layout
26650
26651 \end_inset
26652 </cell>
26653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26654 \begin_inset Text
26655
26656 \begin_layout Plain Layout
26657 \begin_inset Formula $\textrm{ø}$
26658 \end_inset
26659
26660
26661 \end_layout
26662
26663 \end_inset
26664 </cell>
26665 </row>
26666 <row>
26667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671
26672 \backslash
26673 O
26674 \end_layout
26675
26676 \end_inset
26677 </cell>
26678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26679 \begin_inset Text
26680
26681 \begin_layout Plain Layout
26682 \begin_inset Formula $\textrm{Ø}$
26683 \end_inset
26684
26685
26686 \end_layout
26687
26688 \end_inset
26689 </cell>
26690 </row>
26691 <row>
26692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696
26697 \backslash
26698 l
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707 \begin_inset Formula $\textrm{ł}$
26708 \end_inset
26709
26710
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 </row>
26716 <row>
26717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26718 \begin_inset Text
26719
26720 \begin_layout Plain Layout
26721
26722 \backslash
26723 L
26724 \end_layout
26725
26726 \end_inset
26727 </cell>
26728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Plain Layout
26732 \begin_inset Formula $\textrm{Ł}$
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 </row>
26741 <row>
26742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Plain Layout
26746 !
26747 \begin_inset space \hspace{}
26748 \length 0mm
26749 \end_inset
26750
26751 `
26752 \begin_inset ERT
26753 status collapsed
26754
26755 \begin_layout Plain Layout
26756
26757
26758 \backslash
26759 spce 
26760 \end_layout
26761
26762 \end_inset
26763
26764
26765 \end_layout
26766
26767 \end_inset
26768 </cell>
26769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773 \begin_inset Formula $\textrm{!`}$
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 </row>
26782 <row>
26783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26784 \begin_inset Text
26785
26786 \begin_layout Plain Layout
26787 ?
26788 \begin_inset space \hspace{}
26789 \length 0mm
26790 \end_inset
26791
26792 `
26793 \begin_inset ERT
26794 status collapsed
26795
26796 \begin_layout Plain Layout
26797
26798
26799 \backslash
26800 spce 
26801 \end_layout
26802
26803 \end_inset
26804
26805
26806 \end_layout
26807
26808 \end_inset
26809 </cell>
26810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Plain Layout
26814 \begin_inset Formula $\textrm{?`}$
26815 \end_inset
26816
26817
26818 \end_layout
26819
26820 \end_inset
26821 </cell>
26822 </row>
26823 <row>
26824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26825 \begin_inset Text
26826
26827 \begin_layout Plain Layout
26828
26829 \backslash
26830 j
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Plain Layout
26839 \begin_inset Formula $\textrm{ȷ}$
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 </row>
26848 </lyxtabular>
26849
26850 \end_inset
26851
26852
26853 \begin_inset space \hfill{}
26854 \end_inset
26855
26856
26857 \end_layout
26858
26859 \begin_layout Standard
26860 Los caracteres 
26861 \begin_inset Formula $\textrm{\textrm{Å}}$
26862 \end_inset
26863
26864  y 
26865 \begin_inset Formula $\textrm{\textrm{Ø}}$
26866 \end_inset
26867
26868  también se pueden insertar mediante el botón 
26869 \begin_inset Graphics
26870         filename ../../images/math/digamma.png
26871         scale 85
26872
26873 \end_inset
26874
26875  de la barra de ecuaciones.
26876 \end_layout
26877
26878 \begin_layout Standard
26879 Los comandos 
26880 \series bold
26881 !
26882 \begin_inset space \hspace{}
26883 \length 0mm
26884 \end_inset
26885
26886 `
26887 \series default
26888  y 
26889 \series bold
26890 ?
26891 \begin_inset space \hspace{}
26892 \length 0mm
26893 \end_inset
26894
26895 `
26896 \series default
26897  son una excepción porque se pueden insertar directamente a texto en LyX.
26898  
26899 \end_layout
26900
26901 \begin_layout Subsection
26902 Acentos en texto
26903 \begin_inset CommandInset label
26904 LatexCommand label
26905 name "sub:Acentos-en-texto"
26906
26907 \end_inset
26908
26909
26910 \begin_inset Index idx
26911 status collapsed
26912
26913 \begin_layout Plain Layout
26914 Acentos ! en texto
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \end_layout
26921
26922 \begin_layout Standard
26923 Con los siguientes comandos se pueden acentuar todas las letras.
26924  Los comandos deben ponerse en modo TeX.
26925 \end_layout
26926
26927 \begin_layout Standard
26928 \begin_inset space \hfill{}
26929 \end_inset
26930
26931
26932 \begin_inset Tabular
26933 <lyxtabular version="3" rows="8" columns="2">
26934 <features tabularvalignment="middle">
26935 <column alignment="block" valignment="top" width="0">
26936 <column alignment="block" valignment="top" width="0">
26937 <row>
26938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26939 \begin_inset Text
26940
26941 \begin_layout Plain Layout
26942 Comando
26943 \end_layout
26944
26945 \end_inset
26946 </cell>
26947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26948 \begin_inset Text
26949
26950 \begin_layout Plain Layout
26951 Resultado
26952 \end_layout
26953
26954 \end_inset
26955 </cell>
26956 </row>
26957 <row>
26958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Plain Layout
26962
26963 \backslash
26964
26965 \begin_inset Quotes grd
26966 \end_inset
26967
26968 e
26969 \end_layout
26970
26971 \end_inset
26972 </cell>
26973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26974 \begin_inset Text
26975
26976 \begin_layout Plain Layout
26977 \begin_inset ERT
26978 status collapsed
26979
26980 \begin_layout Plain Layout
26981
26982
26983 \backslash
26984 "e
26985 \end_layout
26986
26987 \end_inset
26988
26989
26990 \end_layout
26991
26992 \end_inset
26993 </cell>
26994 </row>
26995 <row>
26996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26997 \begin_inset Text
26998
26999 \begin_layout Plain Layout
27000
27001 \backslash
27002 `e
27003 \end_layout
27004
27005 \end_inset
27006 </cell>
27007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27008 \begin_inset Text
27009
27010 \begin_layout Plain Layout
27011 \begin_inset ERT
27012 status collapsed
27013
27014 \begin_layout Plain Layout
27015
27016
27017 \backslash
27018 `e
27019 \end_layout
27020
27021 \end_inset
27022
27023
27024 \end_layout
27025
27026 \end_inset
27027 </cell>
27028 </row>
27029 <row>
27030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27031 \begin_inset Text
27032
27033 \begin_layout Plain Layout
27034
27035 \backslash
27036 ^
27037 \begin_inset ERT
27038 status collapsed
27039
27040 \begin_layout Plain Layout
27041
27042
27043 \backslash
27044 spce 
27045 \end_layout
27046
27047 \end_inset
27048
27049 e
27050 \end_layout
27051
27052 \end_inset
27053 </cell>
27054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27055 \begin_inset Text
27056
27057 \begin_layout Plain Layout
27058 \begin_inset ERT
27059 status collapsed
27060
27061 \begin_layout Plain Layout
27062
27063
27064 \backslash
27065 ^e
27066 \end_layout
27067
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \end_inset
27074 </cell>
27075 </row>
27076 <row>
27077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27078 \begin_inset Text
27079
27080 \begin_layout Plain Layout
27081
27082 \backslash
27083 =e
27084 \end_layout
27085
27086 \end_inset
27087 </cell>
27088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27089 \begin_inset Text
27090
27091 \begin_layout Plain Layout
27092 \begin_inset ERT
27093 status collapsed
27094
27095 \begin_layout Plain Layout
27096
27097
27098 \backslash
27099 =e
27100 \end_layout
27101
27102 \end_inset
27103
27104
27105 \end_layout
27106
27107 \end_inset
27108 </cell>
27109 </row>
27110 <row>
27111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27112 \begin_inset Text
27113
27114 \begin_layout Plain Layout
27115
27116 \backslash
27117 u
27118 \begin_inset ERT
27119 status collapsed
27120
27121 \begin_layout Plain Layout
27122
27123
27124 \backslash
27125 spce 
27126 \end_layout
27127
27128 \end_inset
27129
27130 e
27131 \end_layout
27132
27133 \end_inset
27134 </cell>
27135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27136 \begin_inset Text
27137
27138 \begin_layout Plain Layout
27139 \begin_inset ERT
27140 status collapsed
27141
27142 \begin_layout Plain Layout
27143
27144
27145 \backslash
27146 u e
27147 \end_layout
27148
27149 \end_inset
27150
27151
27152 \end_layout
27153
27154 \end_inset
27155 </cell>
27156 </row>
27157 <row>
27158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Plain Layout
27162
27163 \backslash
27164 b
27165 \begin_inset ERT
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169
27170
27171 \backslash
27172 spce 
27173 \end_layout
27174
27175 \end_inset
27176
27177 e
27178 \end_layout
27179
27180 \end_inset
27181 </cell>
27182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27183 \begin_inset Text
27184
27185 \begin_layout Plain Layout
27186 \begin_inset ERT
27187 status collapsed
27188
27189 \begin_layout Plain Layout
27190
27191
27192 \backslash
27193 b e
27194 \end_layout
27195
27196 \end_inset
27197
27198
27199 \end_layout
27200
27201 \end_inset
27202 </cell>
27203 </row>
27204 <row>
27205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27206 \begin_inset Text
27207
27208 \begin_layout Plain Layout
27209
27210 \backslash
27211 t
27212 \begin_inset ERT
27213 status collapsed
27214
27215 \begin_layout Plain Layout
27216
27217
27218 \backslash
27219 spce 
27220 \end_layout
27221
27222 \end_inset
27223
27224 ee
27225 \end_layout
27226
27227 \end_inset
27228 </cell>
27229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27230 \begin_inset Text
27231
27232 \begin_layout Plain Layout
27233 \begin_inset ERT
27234 status collapsed
27235
27236 \begin_layout Plain Layout
27237
27238
27239 \backslash
27240 t ee
27241 \end_layout
27242
27243 \end_inset
27244
27245
27246 \end_layout
27247
27248 \end_inset
27249 </cell>
27250 </row>
27251 </lyxtabular>
27252
27253 \end_inset
27254
27255
27256 \begin_inset space \hfill{}
27257 \end_inset
27258
27259
27260 \begin_inset Tabular
27261 <lyxtabular version="3" rows="8" columns="2">
27262 <features tabularvalignment="middle">
27263 <column alignment="block" valignment="top" width="0">
27264 <column alignment="center" valignment="top" width="0">
27265 <row>
27266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27267 \begin_inset Text
27268
27269 \begin_layout Plain Layout
27270 Comando
27271 \end_layout
27272
27273 \end_inset
27274 </cell>
27275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27276 \begin_inset Text
27277
27278 \begin_layout Plain Layout
27279 Resultado
27280 \end_layout
27281
27282 \end_inset
27283 </cell>
27284 </row>
27285 <row>
27286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27287 \begin_inset Text
27288
27289 \begin_layout Plain Layout
27290
27291 \backslash
27292 H
27293 \begin_inset ERT
27294 status collapsed
27295
27296 \begin_layout Plain Layout
27297
27298
27299 \backslash
27300 spce 
27301 \end_layout
27302
27303 \end_inset
27304
27305 e
27306 \end_layout
27307
27308 \end_inset
27309 </cell>
27310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27311 \begin_inset Text
27312
27313 \begin_layout Plain Layout
27314 \begin_inset ERT
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318
27319
27320 \backslash
27321 H e
27322 \end_layout
27323
27324 \end_inset
27325
27326
27327 \end_layout
27328
27329 \end_inset
27330 </cell>
27331 </row>
27332 <row>
27333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27334 \begin_inset Text
27335
27336 \begin_layout Plain Layout
27337
27338 \backslash
27339 'e
27340 \end_layout
27341
27342 \end_inset
27343 </cell>
27344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27345 \begin_inset Text
27346
27347 \begin_layout Plain Layout
27348 \begin_inset ERT
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352
27353
27354 \backslash
27355 'e
27356 \end_layout
27357
27358 \end_inset
27359
27360
27361 \end_layout
27362
27363 \end_inset
27364 </cell>
27365 </row>
27366 <row>
27367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27368 \begin_inset Text
27369
27370 \begin_layout Plain Layout
27371
27372 \backslash
27373 ~e
27374 \begin_inset Index idx
27375 status collapsed
27376
27377 \begin_layout Plain Layout
27378 Tilde
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \end_layout
27385
27386 \end_inset
27387 </cell>
27388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27389 \begin_inset Text
27390
27391 \begin_layout Plain Layout
27392 \begin_inset ERT
27393 status collapsed
27394
27395 \begin_layout Plain Layout
27396
27397
27398 \backslash
27399 ~e
27400 \end_layout
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \end_inset
27408 </cell>
27409 </row>
27410 <row>
27411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27412 \begin_inset Text
27413
27414 \begin_layout Plain Layout
27415
27416 \backslash
27417 .e
27418 \end_layout
27419
27420 \end_inset
27421 </cell>
27422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27423 \begin_inset Text
27424
27425 \begin_layout Plain Layout
27426 \begin_inset ERT
27427 status collapsed
27428
27429 \begin_layout Plain Layout
27430
27431
27432 \backslash
27433 .e
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \end_inset
27442 </cell>
27443 </row>
27444 <row>
27445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27446 \begin_inset Text
27447
27448 \begin_layout Plain Layout
27449
27450 \backslash
27451 v
27452 \begin_inset ERT
27453 status collapsed
27454
27455 \begin_layout Plain Layout
27456
27457
27458 \backslash
27459 spce 
27460 \end_layout
27461
27462 \end_inset
27463
27464 e
27465 \end_layout
27466
27467 \end_inset
27468 </cell>
27469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27470 \begin_inset Text
27471
27472 \begin_layout Plain Layout
27473 \begin_inset ERT
27474 status collapsed
27475
27476 \begin_layout Plain Layout
27477
27478
27479 \backslash
27480 v e
27481 \end_layout
27482
27483 \end_inset
27484
27485
27486 \end_layout
27487
27488 \end_inset
27489 </cell>
27490 </row>
27491 <row>
27492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Plain Layout
27496
27497 \backslash
27498 d
27499 \begin_inset ERT
27500 status collapsed
27501
27502 \begin_layout Plain Layout
27503
27504
27505 \backslash
27506 spce 
27507 \end_layout
27508
27509 \end_inset
27510
27511 e
27512 \end_layout
27513
27514 \end_inset
27515 </cell>
27516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27517 \begin_inset Text
27518
27519 \begin_layout Plain Layout
27520 \begin_inset ERT
27521 status collapsed
27522
27523 \begin_layout Plain Layout
27524
27525
27526 \backslash
27527 d e
27528 \end_layout
27529
27530 \end_inset
27531
27532
27533 \end_layout
27534
27535 \end_inset
27536 </cell>
27537 </row>
27538 <row>
27539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27540 \begin_inset Text
27541
27542 \begin_layout Plain Layout
27543
27544 \backslash
27545 c
27546 \begin_inset ERT
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550
27551
27552 \backslash
27553 spce 
27554 \end_layout
27555
27556 \end_inset
27557
27558 e
27559 \end_layout
27560
27561 \end_inset
27562 </cell>
27563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27564 \begin_inset Text
27565
27566 \begin_layout Plain Layout
27567 \begin_inset ERT
27568 status collapsed
27569
27570 \begin_layout Plain Layout
27571
27572
27573 \backslash
27574 c e
27575 \end_layout
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 </row>
27585 </lyxtabular>
27586
27587 \end_inset
27588
27589
27590 \begin_inset space \hfill{}
27591 \end_inset
27592
27593
27594 \end_layout
27595
27596 \begin_layout Standard
27597 \begin_inset VSpace medskip
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \begin_layout Standard
27604 Con el comando 
27605 \series bold
27606
27607 \backslash
27608 t
27609 \series default
27610  también se pueden acentuar dos caracteres distintos.
27611  El comando 
27612 \series bold
27613
27614 \backslash
27615 t
27616 \begin_inset ERT
27617 status collapsed
27618
27619 \begin_layout Plain Layout
27620
27621
27622 \backslash
27623 spce 
27624 \end_layout
27625
27626 \end_inset
27627
27628 sz
27629 \series default
27630  genera 
27631 \begin_inset ERT
27632 status collapsed
27633
27634 \begin_layout Plain Layout
27635
27636
27637 \backslash
27638 t sz
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \end_layout
27645
27646 \begin_layout Standard
27647 Los acentos 
27648 \series bold
27649 `
27650 \series default
27651  , 
27652 \series bold
27653 '
27654 \series default
27655  y 
27656 \series bold
27657 ^
27658 \series default
27659  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27660  TeX.
27661  Lo mismo se aplica a la tilde
27662 \begin_inset Foot
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27667 \end_layout
27668
27669 \end_inset
27670
27671  con 
27672 \emph on
27673 a
27674 \emph default
27675
27676 \emph on
27677 o
27678 \emph default
27679  y 
27680 \emph on
27681 n.
27682 \end_layout
27683
27684 \begin_layout Standard
27685 Los comandos 
27686 \series bold
27687
27688 \backslash
27689 b
27690 \series default
27691  , 
27692 \series bold
27693
27694 \backslash
27695 c
27696 \series default
27697  , 
27698 \series bold
27699
27700 \backslash
27701 d
27702 \series default
27703  , 
27704 \series bold
27705
27706 \backslash
27707 H
27708 \series default
27709  , 
27710 \series bold
27711
27712 \backslash
27713 t
27714 \series default
27715  , 
27716 \series bold
27717
27718 \backslash
27719 u
27720 \series default
27721  , 
27722 \series bold
27723
27724 \backslash
27725 v
27726 \series default
27727 , y acentos insertados directamente con el teclado también están disponibles
27728  en texto matemático.
27729  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27730  
27731 \begin_inset CommandInset ref
27732 LatexCommand ref
27733 reference "sub:Acentos-para-un"
27734
27735 \end_inset
27736
27737 .
27738 \end_layout
27739
27740 \begin_layout Standard
27741 \begin_inset VSpace bigskip
27742 \end_inset
27743
27744
27745 \end_layout
27746
27747 \begin_layout Standard
27748 Además, con el comando 
27749 \series bold
27750
27751 \backslash
27752 textcircled
27753 \series default
27754
27755 \begin_inset Index idx
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759 Comandos ! T ! 
27760 \backslash
27761 textcircled
27762 \end_layout
27763
27764 \end_inset
27765
27766  se pueden insertar en un círculo todos los números y letras, de forma parecida
27767  al símbolo copyright.
27768 \end_layout
27769
27770 \begin_layout Standard
27771 \noindent
27772 \align center
27773 \begin_inset Tabular
27774 <lyxtabular version="3" rows="3" columns="2">
27775 <features tabularvalignment="middle">
27776 <column alignment="center" valignment="top" width="0">
27777 <column alignment="center" valignment="top" width="0">
27778 <row>
27779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27780 \begin_inset Text
27781
27782 \begin_layout Plain Layout
27783 Comando
27784 \end_layout
27785
27786 \end_inset
27787 </cell>
27788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27789 \begin_inset Text
27790
27791 \begin_layout Plain Layout
27792 Resultado
27793 \begin_inset Note Note
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797
27798 \series bold
27799
27800 \backslash
27801 raisebox
27802 \series default
27803  se usa sólo como espaciador
27804 \end_layout
27805
27806 \end_inset
27807
27808
27809 \end_layout
27810
27811 \end_inset
27812 </cell>
27813 </row>
27814 <row>
27815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27816 \begin_inset Text
27817
27818 \begin_layout Plain Layout
27819
27820 \backslash
27821 textcircled{w}
27822 \end_layout
27823
27824 \end_inset
27825 </cell>
27826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27827 \begin_inset Text
27828
27829 \begin_layout Plain Layout
27830 \begin_inset ERT
27831 status collapsed
27832
27833 \begin_layout Plain Layout
27834
27835
27836 \backslash
27837 textcircled{w}
27838 \end_layout
27839
27840 \end_inset
27841
27842
27843 \end_layout
27844
27845 \end_inset
27846 </cell>
27847 </row>
27848 <row>
27849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27850 \begin_inset Text
27851
27852 \begin_layout Plain Layout
27853
27854 \backslash
27855 Large 
27856 \backslash
27857 textcircled{
27858 \backslash
27859 normalsize
27860 \backslash
27861 protect
27862 \backslash
27863 raisebox{-1.5pt}{W}}
27864 \end_layout
27865
27866 \end_inset
27867 </cell>
27868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27869 \begin_inset Text
27870
27871 \begin_layout Plain Layout
27872 \begin_inset Formula $\raisebox{4.5mm}{}$
27873 \end_inset
27874
27875
27876 \begin_inset ERT
27877 status collapsed
27878
27879 \begin_layout Plain Layout
27880
27881
27882 \backslash
27883 Large 
27884 \backslash
27885 textcircled{
27886 \backslash
27887 normalsize
27888 \backslash
27889 protect
27890 \backslash
27891 raisebox{-1.5pt}W}
27892 \end_layout
27893
27894 \end_inset
27895
27896
27897 \begin_inset Formula $\raisebox{-2mm}{}$
27898 \end_inset
27899
27900
27901 \end_layout
27902
27903 \end_inset
27904 </cell>
27905 </row>
27906 </lyxtabular>
27907
27908 \end_inset
27909
27910
27911 \end_layout
27912
27913 \begin_layout Standard
27914 Hay que tener cuidado que el carácter se ajuste al círculo.
27915  Por eso 
27916 \series bold
27917
27918 \backslash
27919 Large
27920 \begin_inset Foot
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924 véase 
27925 \begin_inset CommandInset ref
27926 LatexCommand ref
27927 reference "sub:Tamaños-de-fuentes"
27928
27929 \end_inset
27930
27931
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \series default
27938  especifica el tamaño del círculo.
27939  Con ayuda de 
27940 \series bold
27941
27942 \backslash
27943 raisebox
27944 \begin_inset Foot
27945 status collapsed
27946
27947 \begin_layout Plain Layout
27948 véase 
27949 \begin_inset CommandInset ref
27950 LatexCommand ref
27951 reference "sub:Cuadros-sin-marco"
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \end_inset
27959
27960
27961 \series default
27962  se puede centrar el carácter.
27963 \end_layout
27964
27965 \begin_layout Subsection
27966 Números en estilo antiguo
27967 \begin_inset Index idx
27968 status collapsed
27969
27970 \begin_layout Plain Layout
27971 Numeros@Números ! en estilo antiguo
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \begin_layout Standard
27980 Los números en estilo antiguo o elzevirianos se componen con el comando
27981  
27982 \series bold
27983
27984 \backslash
27985 oldstylenums
27986 \series default
27987
27988 \begin_inset Index idx
27989 status collapsed
27990
27991 \begin_layout Plain Layout
27992 Comandos ! O ! 
27993 \backslash
27994 oldstylenums
27995 \end_layout
27996
27997 \end_inset
27998
27999 .
28000  El comando se puede usar en ecuaciones y en modo TeX.
28001  Su esquema es:
28002 \end_layout
28003
28004 \begin_layout Standard
28005
28006 \series bold
28007
28008 \backslash
28009 oldstylenums{número}
28010 \end_layout
28011
28012 \begin_layout Standard
28013 El comando 
28014 \series bold
28015
28016 \backslash
28017 oldstylenums{0123456789}
28018 \series default
28019  genera: 
28020 \begin_inset Formula $\oldstylenums{0123456789}$
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \begin_layout Subsection
28027 Caracteres especiales misceláneos
28028 \begin_inset CommandInset label
28029 LatexCommand label
28030 name "sub:Caracteres-especiales-misceláneos"
28031
28032 \end_inset
28033
28034
28035 \begin_inset Index idx
28036 status collapsed
28037
28038 \begin_layout Plain Layout
28039 Caracteres especiales ! misceláneos
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \end_layout
28046
28047 \begin_layout Standard
28048 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
28049  comandos:
28050 \end_layout
28051
28052 \begin_layout Standard
28053 \noindent
28054 \align center
28055 \begin_inset Tabular
28056 <lyxtabular version="3" rows="4" columns="2">
28057 <features tabularvalignment="middle">
28058 <column alignment="center" valignment="top" width="0">
28059 <column alignment="center" valignment="top" width="0">
28060 <row>
28061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28062 \begin_inset Text
28063
28064 \begin_layout Plain Layout
28065 Comando
28066 \end_layout
28067
28068 \end_inset
28069 </cell>
28070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28071 \begin_inset Text
28072
28073 \begin_layout Plain Layout
28074 Resultado
28075 \end_layout
28076
28077 \end_inset
28078 </cell>
28079 </row>
28080 <row>
28081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28082 \begin_inset Text
28083
28084 \begin_layout Plain Layout
28085
28086 \backslash
28087 ^
28088 \begin_inset ERT
28089 status collapsed
28090
28091 \begin_layout Plain Layout
28092
28093
28094 \backslash
28095 spce 
28096 \end_layout
28097
28098 \end_inset
28099
28100
28101 \end_layout
28102
28103 \end_inset
28104 </cell>
28105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28106 \begin_inset Text
28107
28108 \begin_layout Plain Layout
28109 \begin_inset Formula $\mathcircumflex$
28110 \end_inset
28111
28112
28113 \end_layout
28114
28115 \end_inset
28116 </cell>
28117 </row>
28118 <row>
28119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28120 \begin_inset Text
28121
28122 \begin_layout Plain Layout
28123
28124 \backslash
28125 _
28126 \end_layout
28127
28128 \end_inset
28129 </cell>
28130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28131 \begin_inset Text
28132
28133 \begin_layout Plain Layout
28134 \begin_inset Formula $\_$
28135 \end_inset
28136
28137
28138 \end_layout
28139
28140 \end_inset
28141 </cell>
28142 </row>
28143 <row>
28144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28145 \begin_inset Text
28146
28147 \begin_layout Plain Layout
28148 ^
28149 \begin_inset ERT
28150 status collapsed
28151
28152 \begin_layout Plain Layout
28153
28154
28155 \backslash
28156 spce 
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \backslash
28163 circ
28164 \begin_inset Index idx
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168
28169 \backslash
28170
28171 \end_layout
28172
28173 \end_inset
28174
28175
28176 \end_layout
28177
28178 \end_inset
28179 </cell>
28180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28181 \begin_inset Text
28182
28183 \begin_layout Plain Layout
28184 \begin_inset Formula $^{\circ}$
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \end_inset
28191 </cell>
28192 </row>
28193 </lyxtabular>
28194
28195 \end_inset
28196
28197
28198 \end_layout
28199
28200 \begin_layout Standard
28201 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
28202  LaTeX contiene la línea:
28203 \begin_inset Foot
28204 status collapsed
28205
28206 \begin_layout Plain Layout
28207 Más sobre este asunto en 
28208 \begin_inset CommandInset ref
28209 LatexCommand ref
28210 reference "sub:Caracteres-de-texto"
28211
28212 \end_inset
28213
28214
28215 \end_layout
28216
28217 \end_inset
28218
28219  
28220 \end_layout
28221
28222 \begin_layout Standard
28223
28224 \series bold
28225
28226 \backslash
28227 DeclareInputtext{176}{
28228 \backslash
28229 ifmmode^
28230 \backslash
28231 circ
28232 \backslash
28233 else
28234 \backslash
28235 textdegree
28236 \backslash
28237 fi}
28238 \end_layout
28239
28240 \begin_layout Standard
28241 \begin_inset Newpage newpage
28242 \end_inset
28243
28244
28245 \end_layout
28246
28247 \begin_layout Section
28248 Estilos de ecuación
28249 \begin_inset CommandInset label
28250 LatexCommand label
28251 name "sec:Estilos-de-ecuación"
28252
28253 \end_inset
28254
28255
28256 \begin_inset Index idx
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260 Ecuación ! estilos de
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \begin_layout Itemize
28269 Hay dos estilos diferentes de alineación:
28270 \end_layout
28271
28272 \begin_deeper
28273 \begin_layout Description
28274 Centrado es el estándar predefinido
28275 \end_layout
28276
28277 \begin_layout Description
28278 Sangrado para este estilo debe insertarse la opción de clase 
28279 \series bold
28280 fleqn
28281 \series default
28282  en el menú 
28283 \family sans
28284 Documento\SpecialChar \menuseparator
28285 Configuración
28286 \family default
28287  bajo 
28288 \family sans
28289 Clase de documento
28290 \end_layout
28291
28292 \begin_layout Standard
28293 Cuando se usa 
28294 \series bold
28295 Sangrado
28296 \series default
28297 , éste se puede ajustar con la longitud 
28298 \series bold
28299
28300 \backslash
28301 mathindent
28302 \series default
28303
28304 \begin_inset Index idx
28305 status collapsed
28306
28307 \begin_layout Plain Layout
28308 Comandos ! M ! 
28309 \backslash
28310 mathindent
28311 \end_layout
28312
28313 \end_inset
28314
28315 .
28316  Para 15
28317 \begin_inset space \thinspace{}
28318 \end_inset
28319
28320 mm, p.
28321 \begin_inset space \thinspace{}
28322 \end_inset
28323
28324 e., se inserta esta línea de comando en el preámbulo LaTeX:
28325 \end_layout
28326
28327 \begin_layout Standard
28328
28329 \series bold
28330
28331 \backslash
28332 setlength{
28333 \backslash
28334 mathindent}{15mm}
28335 \end_layout
28336
28337 \begin_layout Standard
28338 Si no se especifica longitud se usa el valor predeterminado de 30
28339 \begin_inset space \thinspace{}
28340 \end_inset
28341
28342 pt.
28343 \end_layout
28344
28345 \end_deeper
28346 \begin_layout Itemize
28347 Y dos estilos diferentes de numeración:
28348 \end_layout
28349
28350 \begin_deeper
28351 \begin_layout Description
28352 Derecha es el estándar predefinido
28353 \end_layout
28354
28355 \begin_layout Description
28356 Izquierda para este estilo debe insertarse la opción de clase 
28357 \series bold
28358 leqno
28359 \series default
28360  en el menú 
28361 \family sans
28362 Documento\SpecialChar \menuseparator
28363 Configuración
28364 \family default
28365  bajo 
28366 \family sans
28367 Clase de documento
28368 \end_layout
28369
28370 \end_deeper
28371 \begin_layout Standard
28372
28373 \series bold
28374 fleqn
28375 \series default
28376  y 
28377 \series bold
28378 leqno
28379 \series default
28380  también se pueden usar juntos.
28381  En ese caso se insertan ambas opciones, separadas por una coma.
28382 \end_layout
28383
28384 \begin_layout Standard
28385 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
28386  documento.
28387  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28388  estilo 
28389 \series bold
28390 Centrado
28391 \series default
28392  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28393 \begin_inset CommandInset ref
28394 LatexCommand ref
28395 reference "sub:Entorno-flalign"
28396
28397 \end_inset
28398
28399 .
28400 \end_layout
28401
28402 \begin_layout Section
28403 Ecuaciones multilínea
28404 \begin_inset CommandInset label
28405 LatexCommand label
28406 name "sec:Ecuaciones-multilínea"
28407
28408 \end_inset
28409
28410
28411 \begin_inset Index idx
28412 status collapsed
28413
28414 \begin_layout Plain Layout
28415 Ecuación ! multilínea
28416 \end_layout
28417
28418 \end_inset
28419
28420
28421 \end_layout
28422
28423 \begin_layout Subsection
28424 General
28425 \end_layout
28426
28427 \begin_layout Standard
28428 En LyX se generan nuevas líneas en una ecuación con 
28429 \family sans
28430 \series bold
28431 Ctrl+Retorno
28432 \family default
28433 \series default
28434 .
28435  Esto crea un 
28436 \series bold
28437 entorno eqnarray
28438 \series default
28439 , que se describe en
28440 \begin_inset space ~
28441 \end_inset
28442
28443
28444 \begin_inset CommandInset ref
28445 LatexCommand ref
28446 reference "sub:Entorno-eqnarray"
28447
28448 \end_inset
28449
28450  o, si se ha marcado la opción 
28451 \family sans
28452 Usar
28453 \begin_inset space ~
28454 \end_inset
28455
28456 el
28457 \begin_inset space ~
28458 \end_inset
28459
28460 paquete
28461 \begin_inset space ~
28462 \end_inset
28463
28464 de
28465 \begin_inset space ~
28466 \end_inset
28467
28468 ecuaciones
28469 \begin_inset space ~
28470 \end_inset
28471
28472 AMS
28473 \family default
28474  en la configuración del documento
28475 \family sans
28476 , un 
28477 \series bold
28478 entorno
28479 \family default
28480 \series default
28481  
28482 \series bold
28483 align
28484 \series default
28485 , que se describe en
28486 \begin_inset space ~
28487 \end_inset
28488
28489
28490 \begin_inset CommandInset ref
28491 LatexCommand ref
28492 reference "sub:Entorno-align-estándar"
28493
28494 \end_inset
28495
28496 .
28497 \end_layout
28498
28499 \begin_layout Standard
28500 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28501  el menú 
28502 \family sans
28503 Insertar\SpecialChar \menuseparator
28504 Ecuación
28505 \family default
28506 .
28507  En las siguientes secciones se describen estos entornos.
28508 \end_layout
28509
28510 \begin_layout Standard
28511 En todos los entornos de ecuación multilínea la combinación 
28512 \family sans
28513 Ctrl+Retorno
28514 \family default
28515  genera una línea nueva.
28516  Para añadir o quitar líneas se pueden usar los botones 
28517 \begin_inset Graphics
28518         filename ../../images/tabular-feature_append-row.png
28519         scale 85
28520
28521 \end_inset
28522
28523  o 
28524 \begin_inset Graphics
28525         filename ../../images/tabular-feature_delete-row.png
28526         scale 85
28527
28528 \end_inset
28529
28530 de la barra de herramientas, respectivamente, o el menú 
28531 \family sans
28532 Editar\SpecialChar \menuseparator
28533 Filas y columnas
28534 \family default
28535 .
28536 \end_layout
28537
28538 \begin_layout Subsubsection
28539 Separación de líneas
28540 \begin_inset CommandInset label
28541 LatexCommand label
28542 name "sub:Separación-de-líneas"
28543
28544 \end_inset
28545
28546
28547 \begin_inset Index idx
28548 status collapsed
28549
28550 \begin_layout Plain Layout
28551 Ecuación ! multilínea ! separación de filas
28552 \end_layout
28553
28554 \end_inset
28555
28556
28557 \end_layout
28558
28559 \begin_layout Standard
28560 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28561 \begin_inset Formula \begin{eqnarray*}
28562 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}\\
28563 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
28564 \end{eqnarray*}
28565
28566 \end_inset
28567
28568 En LaTeX un espacio adicional para una línea se especifica como argumento
28569  opcional del comando de nueva línea.
28570  Esto aún no es posible en LYX,
28571 \begin_inset Foot
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575 véase 
28576 \begin_inset CommandInset href
28577 LatexCommand href
28578 name "LyX-bug #1505"
28579 target "http://www.lyx.org/trac/ticket/1505"
28580
28581 \end_inset
28582
28583
28584 \end_layout
28585
28586 \end_inset
28587
28588  por lo que toda la ecuación debe insertarse en modo TeX.
28589  Para añadir espacio en nuestro ejemplo se inserta el comando 
28590 \series bold
28591
28592 \backslash
28593
28594 \backslash
28595 [3mm]
28596 \series default
28597  al final de la primera línea.
28598  Así: 
28599 \begin_inset ERT
28600 status collapsed
28601
28602 \begin_layout Plain Layout
28603
28604
28605 \backslash
28606 begin{eqnarray*}
28607 \end_layout
28608
28609 \begin_layout Plain Layout
28610
28611 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28612  = & 
28613 \backslash
28614 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28615 \backslash
28616
28617 \backslash
28618 [3mm]
28619 \end_layout
28620
28621 \begin_layout Plain Layout
28622
28623 4x^{2}
28624 \backslash
28625 left(B^{2}+x_{0}^{2}
28626 \backslash
28627 right)+4x_{0}x
28628 \backslash
28629 left(D-B^{2}
28630 \backslash
28631 right)+B^{2}
28632 \backslash
28633 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28634 \backslash
28635 right) & = & 0
28636 \end_layout
28637
28638 \begin_layout Plain Layout
28639
28640
28641 \backslash
28642 end{eqnarray*}
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \begin_inset VSpace bigskip
28649 \end_inset
28650
28651
28652 \end_layout
28653
28654 \begin_layout Standard
28655 Para obtener separación en todas las líneas hay que cambiar la longitud
28656  
28657 \series bold
28658
28659 \backslash
28660 jot
28661 \series default
28662
28663 \begin_inset Index idx
28664 status collapsed
28665
28666 \begin_layout Plain Layout
28667 Comandos ! J ! 
28668 \backslash
28669 jot
28670 \end_layout
28671
28672 \end_inset
28673
28674 .
28675  La definición es: 
28676 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28677 \end_inset
28678
28679 .
28680  El valor predeterminado para 
28681 \series bold
28682
28683 \backslash
28684 jot
28685 \series default
28686  es 3
28687 \begin_inset space \thinspace{}
28688 \end_inset
28689
28690 pt.
28691  Para establecer una separación adicional de 3
28692 \begin_inset space \thinspace{}
28693 \end_inset
28694
28695 mm como en el ejemplo anterior, se inserta el comando
28696 \end_layout
28697
28698 \begin_layout Standard
28699
28700 \series bold
28701
28702 \backslash
28703 setlength{
28704 \backslash
28705 jot}{3mm+3pt}
28706 \end_layout
28707
28708 \begin_layout Standard
28709 en modo TeX antes de la ecuación.
28710  Es necesario cargar el paquete 
28711 \series bold
28712 calc
28713 \series default
28714
28715 \begin_inset Foot
28716 status collapsed
28717
28718 \begin_layout Plain Layout
28719
28720 \series bold
28721 calc
28722 \series default
28723  forma parte de toda instalación LaTeX estándar.
28724 \end_layout
28725
28726 \end_inset
28727
28728
28729 \begin_inset Index idx
28730 status collapsed
28731
28732 \begin_layout Plain Layout
28733 Paquetes ! calc
28734 \end_layout
28735
28736 \end_inset
28737
28738  en el preámbulo con la línea
28739 \end_layout
28740
28741 \begin_layout Standard
28742
28743 \series bold
28744
28745 \backslash
28746 usepackage{calc}
28747 \end_layout
28748
28749 \begin_layout Standard
28750 Se obtiene:
28751 \begin_inset ERT
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755
28756
28757 \backslash
28758 setlength{
28759 \backslash
28760 jot}{3mm+3pt}
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \begin_inset Formula \begin{eqnarray*}
28767 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}\\
28768 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
28769 \end{eqnarray*}
28770
28771 \end_inset
28772
28773
28774 \begin_inset ERT
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778
28779
28780 \backslash
28781 setlength{
28782 \backslash
28783 jot}{3pt}
28784 \end_layout
28785
28786 \end_inset
28787
28788  Para volver a la distancia predeterminada, 
28789 \series bold
28790
28791 \backslash
28792 jot
28793 \series default
28794  se establece en 3
28795 \begin_inset space \thinspace{}
28796 \end_inset
28797
28798 pt.
28799 \end_layout
28800
28801 \begin_layout Subsubsection
28802 Separación de columnas
28803 \begin_inset CommandInset label
28804 LatexCommand label
28805 name "sub:Separación-de-columnas"
28806
28807 \end_inset
28808
28809
28810 \begin_inset Index idx
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814 Ecuación ! multilínea !separación de columnas
28815 \end_layout
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Standard
28823 Una ecuación multilínea forma una matriz.
28824  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28825  columnas.
28826  Cambiando la separación de columnas en este entorno se puede cambiar el
28827  espacio junto al signo de relación.
28828 \end_layout
28829
28830 \begin_layout Standard
28831 La separación de columnas se especifica con la longitud
28832 \series bold
28833  
28834 \backslash
28835 arraycolsep
28836 \series default
28837
28838 \begin_inset Index idx
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842 Comandos ! A ! 
28843 \backslash
28844 arraycolsep
28845 \end_layout
28846
28847 \end_inset
28848
28849  según:
28850 \begin_inset Newline newline
28851 \end_inset
28852
28853 separación de columnas = 2
28854 \begin_inset space \thinspace{}
28855 \end_inset
28856
28857
28858 \series bold
28859
28860 \backslash
28861 arraycolsep
28862 \series default
28863
28864 \begin_inset Newline newline
28865 \end_inset
28866
28867 Así, el comando en modo TeX
28868 \end_layout
28869
28870 \begin_layout Standard
28871
28872 \series bold
28873
28874 \backslash
28875 setlength{
28876 \backslash
28877 arraycolsep}{1cm}
28878 \end_layout
28879
28880 \begin_layout Standard
28881 establece para todas las ecuaciones siguientes una separación de columnas
28882  de 2
28883 \begin_inset space \thinspace{}
28884 \end_inset
28885
28886 cm.
28887  Para volver al valor predefinido, 
28888 \series bold
28889
28890 \backslash
28891 arraycolsep
28892 \series default
28893  se pone en 5
28894 \begin_inset space \thinspace{}
28895 \end_inset
28896
28897 pt.
28898 \end_layout
28899
28900 \begin_layout Standard
28901 Una ecuación con separación de 2
28902 \begin_inset space \thinspace{}
28903 \end_inset
28904
28905 cm entre columnas:
28906 \begin_inset ERT
28907 status collapsed
28908
28909 \begin_layout Plain Layout
28910
28911
28912 \backslash
28913 setlength{
28914 \backslash
28915 arraycolsep}{1cm}
28916 \end_layout
28917
28918 \end_inset
28919
28920
28921 \begin_inset Formula \begin{eqnarray*}
28922 A & = & B\\
28923 C & \ne & A
28924 \end{eqnarray*}
28925
28926 \end_inset
28927
28928 Una ecuación con la separación predefinida para matrices, 10
28929 \begin_inset space \thinspace{}
28930 \end_inset
28931
28932 pt:
28933 \begin_inset ERT
28934 status collapsed
28935
28936 \begin_layout Plain Layout
28937
28938
28939 \backslash
28940 setlength{
28941 \backslash
28942 arraycolsep}{5pt}
28943 \end_layout
28944
28945 \end_inset
28946
28947
28948 \begin_inset Formula \begin{eqnarray*}
28949 A & = & B\\
28950 C & \ne & A
28951 \end{eqnarray*}
28952
28953 \end_inset
28954
28955
28956 \end_layout
28957
28958 \begin_layout Subsubsection
28959 Ecuaciones largas
28960 \begin_inset Index idx
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 Ecuación ! larga
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Standard
28973 Se pueden componer ecuaciones largas mediante estos métodos:
28974 \end_layout
28975
28976 \begin_layout Itemize
28977 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28978  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28979 \begin_inset Formula \begin{eqnarray}
28980 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 \\
28981  &  & -\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}
28982 \end{eqnarray}
28983
28984 \end_inset
28985
28986 El signo menos al principio de la segunda línea normalmente no aparece como
28987  operador porque es el primer carácter de la línea.
28988  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28989  Para evitarlo se ha insertado 3
28990 \begin_inset space \thinspace{}
28991 \end_inset
28992
28993 pt de espacio detrás del menos con el comando 
28994 \series bold
28995
28996 \backslash
28997 hspace
28998 \series default
28999 .
29000 \begin_inset Foot
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004 véase más sobre 
29005 \series bold
29006
29007 \backslash
29008 hspace
29009 \series default
29010  en 
29011 \begin_inset CommandInset ref
29012 LatexCommand ref
29013 reference "sub:Espacio-variable"
29014
29015 \end_inset
29016
29017
29018 \end_layout
29019
29020 \end_inset
29021
29022
29023 \begin_inset Index idx
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027 Comandos ! H ! 
29028 \backslash
29029 hspace
29030 \end_layout
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \begin_layout Itemize
29038 Si ambos lados de la ecuación son demasiado largos se usa el comando 
29039 \series bold
29040
29041 \backslash
29042 lefteqn
29043 \series default
29044
29045 \begin_inset Index idx
29046 status collapsed
29047
29048 \begin_layout Plain Layout
29049 Comandos ! L ! 
29050 \backslash
29051 lefteqn
29052 \end_layout
29053
29054 \end_inset
29055
29056 .
29057  Se inserta en la primer columna de la primera línea y hace que todas las
29058  inserciones posteriores sobreescriban las columnas siguientes:
29059 \begin_inset Formula \begin{eqnarray}
29060 \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 \\
29061  &  & -\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 \\
29062  &  & =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}
29063 \end{eqnarray}
29064
29065 \end_inset
29066
29067 Tras la inserción de 
29068 \series bold
29069
29070 \backslash
29071 lefteqn
29072 \series default
29073  el cursor está en un marco púrpura un poco a la izquierda del azul.
29074  La ecuación se inserta en éste.
29075 \begin_inset Newline newline
29076 \end_inset
29077
29078 El contenido de las restantes líneas se inserta en la segunda columna o
29079  en otra.
29080  A mayor número de columna donde se inserte, mayor sangrado.
29081 \begin_inset VSpace medskip
29082 \end_inset
29083
29084
29085 \begin_inset Newline newline
29086 \end_inset
29087
29088
29089 \begin_inset Note Greyedout
29090 status collapsed
29091
29092 \begin_layout Plain Layout
29093 Ten en cuenta lo siguiente si usas 
29094 \series bold
29095
29096 \backslash
29097 lefteqn
29098 \series default
29099 :
29100 \end_layout
29101
29102 \begin_layout Itemize
29103 La ecuación no usa la anchura total de la página.
29104  Cuando se añade, p.
29105 \begin_inset space \thinspace{}
29106 \end_inset
29107
29108 e., el término 
29109 \begin_inset Formula $-B^{2}$
29110 \end_inset
29111
29112  en la primera línea del ejemplo, debería estar fuera del margen.
29113  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
29114  principio de la primera línea.
29115 \end_layout
29116
29117 \begin_layout Itemize
29118 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
29119  primera línea.
29120 \begin_inset Foot
29121 status collapsed
29122
29123 \begin_layout Plain Layout
29124 \begin_inset CommandInset href
29125 LatexCommand href
29126 name "LyX-bug #1429"
29127 target "http://www.lyx.org/trac/ticket/1429"
29128
29129 \end_inset
29130
29131
29132 \end_layout
29133
29134 \end_inset
29135
29136  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29137  teclas de flecha.
29138 \end_layout
29139
29140 \end_inset
29141
29142  
29143 \end_layout
29144
29145 \begin_layout Itemize
29146 Se describen otros métodos para escribir fórmulas largas en 
29147 \begin_inset CommandInset ref
29148 LatexCommand ref
29149 reference "sub:Entorno-multilínea"
29150
29151 \end_inset
29152
29153  y 
29154 \begin_inset CommandInset ref
29155 LatexCommand ref
29156 reference "sub:Partes-de-una-multilínea"
29157
29158 \end_inset
29159
29160 .
29161 \end_layout
29162
29163 \begin_layout Subsubsection
29164 Delimitadores multilínea
29165 \begin_inset CommandInset label
29166 LatexCommand label
29167 name "sub:Delimitadores-multilínea"
29168
29169 \end_inset
29170
29171
29172 \begin_inset Index idx
29173 status collapsed
29174
29175 \begin_layout Plain Layout
29176 Delimitadores ! para varias líneas
29177 \end_layout
29178
29179 \end_inset
29180
29181
29182 \end_layout
29183
29184 \begin_layout Standard
29185 Para poner delimitadores que cubran varias líneas hay un problema:
29186 \begin_inset Formula \begin{eqnarray*}
29187 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29188  &  & \left.\cdots+B-D\right]
29189 \end{eqnarray*}
29190
29191 \end_inset
29192
29193 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29194 res con tamaño variable no abarcan líneas múltiples.
29195 \end_layout
29196
29197 \begin_layout Standard
29198 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29199  primera línea se finaliza con 
29200 \series bold
29201
29202 \backslash
29203 right.
29204 \series default
29205
29206 \begin_inset Index idx
29207 status collapsed
29208
29209 \begin_layout Plain Layout
29210 Comandos ! R ! 
29211 \backslash
29212 right
29213 \end_layout
29214
29215 \end_inset
29216
29217  y la segunda con 
29218 \series bold
29219
29220 \backslash
29221 left.
29222 \series default
29223 .
29224 \begin_inset Foot
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228 Más sobre 
29229 \series bold
29230
29231 \backslash
29232 left.
29233
29234 \series default
29235  y 
29236 \series bold
29237
29238 \backslash
29239 right.
29240
29241 \series default
29242  en 
29243 \begin_inset CommandInset ref
29244 LatexCommand ref
29245 reference "sub:Tamaño-automático-de"
29246
29247 \end_inset
29248
29249
29250 \end_layout
29251
29252 \end_inset
29253
29254
29255 \begin_inset Index idx
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259 Comandos ! L ! 
29260 \backslash
29261 left
29262 \end_layout
29263
29264 \end_inset
29265
29266  Después de 
29267 \series bold
29268
29269 \backslash
29270 left.
29271
29272 \series default
29273  se inserta el comando 
29274 \series bold
29275
29276 \backslash
29277 vphantom
29278 \series default
29279
29280 \begin_inset ERT
29281 status collapsed
29282
29283 \begin_layout Plain Layout
29284
29285
29286 \backslash
29287 spce 
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \series bold
29294
29295 \backslash
29296 prod
29297 \series default
29298 ^
29299 \begin_inset ERT
29300 status collapsed
29301
29302 \begin_layout Plain Layout
29303
29304
29305 \backslash
29306 spce 
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \series bold
29313
29314 \backslash
29315 infty
29316 \series default
29317
29318 \begin_inset ERT
29319 status collapsed
29320
29321 \begin_layout Plain Layout
29322
29323
29324 \backslash
29325 spce 
29326 \end_layout
29327
29328 \end_inset
29329
29330
29331 \series bold
29332
29333 \begin_inset Formula $\downarrow$
29334 \end_inset
29335
29336 _R=1}
29337 \series default
29338
29339 \begin_inset Index idx
29340 status collapsed
29341
29342 \begin_layout Plain Layout
29343 Comandos ! V ! 
29344 \backslash
29345 vphantom
29346 \end_layout
29347
29348 \end_inset
29349
29350 , porque el operador de multiplicación con sus límites es el símbolo mayor
29351  en la primera línea y ese debería ser el tamaño para el delimitador en
29352  la segunda línea.
29353 \end_layout
29354
29355 \begin_layout Standard
29356 El resultado es: 
29357 \begin_inset Formula \begin{eqnarray*}
29358 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29359  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29360 \end{eqnarray*}
29361
29362 \end_inset
29363
29364
29365 \end_layout
29366
29367 \begin_layout Subsection
29368 Entornos align
29369 \end_layout
29370
29371 \begin_layout Standard
29372 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29373  Son especialmente apropiados para poner ecuaciones adosadas.
29374 \end_layout
29375
29376 \begin_layout Standard
29377 Los entornos align constan de columnas.
29378  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29379  En un entorno align se puede numerar cada línea.
29380 \end_layout
29381
29382 \begin_layout Standard
29383 Los entornos align se crean con el menú 
29384 \family sans
29385 Insertar\SpecialChar \menuseparator
29386 Ecuación
29387 \family default
29388 .
29389  Una ecuación existente se puede convertir a align con el menú 
29390 \family sans
29391 Editar\SpecialChar \menuseparator
29392 Ecuación\SpecialChar \menuseparator
29393 Cambiar tipo de ecuación
29394 \family default
29395 .
29396 \end_layout
29397
29398 \begin_layout Standard
29399 Para añadir o quitar columnas se pueden usar los botones 
29400 \begin_inset Graphics
29401         filename ../../images/tabular-feature_append-row.png
29402         scale 85
29403
29404 \end_inset
29405
29406  o 
29407 \begin_inset Graphics
29408         filename ../../images/tabular-feature_delete-row.png
29409         scale 85
29410
29411 \end_inset
29412
29413 de la barra de ecuaciones o el menú 
29414 \family sans
29415 Editar\SpecialChar \menuseparator
29416 Filas y columnas
29417 \family default
29418 .
29419 \end_layout
29420
29421 \begin_layout Subsubsection
29422 Entorno align estándar
29423 \begin_inset CommandInset label
29424 LatexCommand label
29425 name "sub:Entorno-align-estándar"
29426
29427 \end_inset
29428
29429
29430 \begin_inset Index idx
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434 Ecuación ! multilínea ! entorno align
29435 \end_layout
29436
29437 \end_inset
29438
29439
29440 \end_layout
29441
29442 \begin_layout Standard
29443 Este entorno align se crea pulsando 
29444 \family sans
29445 Ctrl+Retorno
29446 \family default
29447  en una ecuación o con el menú 
29448 \family sans
29449 Insertar\SpecialChar \menuseparator
29450 Ecuación\SpecialChar \menuseparator
29451 Entorno AMS align
29452 \family default
29453 .
29454 \end_layout
29455
29456 \begin_layout Standard
29457 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29458  align de cuatro columnas:
29459 \begin_inset Formula \begin{align*}
29460 A & =\sen(B) & C & =D\\
29461 C & \neq A & B & \neq D
29462 \end{align*}
29463
29464 \end_inset
29465
29466 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29467  un 
29468 \series bold
29469
29470 \backslash
29471 hfill
29472 \series default
29473
29474 \begin_inset Foot
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478 Más sobre 
29479 \series bold
29480
29481 \backslash
29482 hfill
29483 \series default
29484  en 
29485 \begin_inset CommandInset ref
29486 LatexCommand ref
29487 reference "sub:Espacio-variable"
29488
29489 \end_inset
29490
29491
29492 \end_layout
29493
29494 \end_inset
29495
29496  antes de la primera y detrás de cada columna par.
29497  Si se pone en estilo 
29498 \series bold
29499 Sangrado
29500 \series default
29501 ,
29502 \begin_inset Foot
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506 véase estilos de ecuación en 
29507 \begin_inset CommandInset ref
29508 LatexCommand ref
29509 reference "sec:Estilos-de-ecuación"
29510
29511 \end_inset
29512
29513
29514 \end_layout
29515
29516 \end_inset
29517
29518  la ecuación queda sin el 
29519 \series bold
29520
29521 \backslash
29522 hfill
29523 \series default
29524  ante la primera columna.
29525 \end_layout
29526
29527 \begin_layout Subsubsection
29528 Entorno alignat
29529 \begin_inset Index idx
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533 Ecuación ! multilínea ! entorno alignat
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \end_layout
29540
29541 \begin_layout Standard
29542 El entorno alignat no tiene separación predefinida de columnas.
29543  Se puede insertar manualmente con los espacios descritos en 
29544 \begin_inset CommandInset ref
29545 LatexCommand ref
29546 reference "sec:Espacio"
29547
29548 \end_inset
29549
29550 .
29551 \end_layout
29552
29553 \begin_layout Standard
29554 El ejemplo anterior en el entorno alignat, con un espacio de 1
29555 \begin_inset space \thinspace{}
29556 \end_inset
29557
29558 cm al comienzo da la segunda ecuación:
29559 \begin_inset Formula \begin{alignat*}{2}
29560 A & =\sen(B)\hspace{1cm} & C & =D\\
29561 C & \neq A & B & \neq D
29562 \end{alignat*}
29563
29564 \end_inset
29565
29566 Como cada columna puede tener un espacio diferente, este entorno es especialment
29567 e apropiado para poner tres o más ecuaciones adosadas.
29568 \end_layout
29569
29570 \begin_layout Subsubsection
29571 Entorno flalign
29572 \begin_inset CommandInset label
29573 LatexCommand label
29574 name "sub:Entorno-flalign"
29575
29576 \end_inset
29577
29578
29579 \begin_inset Index idx
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583 Ecuación ! multilínea ! entorno flalign
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \begin_layout Standard
29592 En este entorno las dos primeras columnas están siempre tan a la izquierda
29593  como sea posible y las dos últimas a la derecha.
29594  Ejemplo:
29595 \begin_inset Formula \begin{flalign*}
29596 A & =1 & B & =2 & C & =3\\
29597 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29598 \end{flalign*}
29599
29600 \end_inset
29601
29602 En un entorno flalign con un número impar de columnas, en la última de las
29603  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29604  alineadas a la izquierda, aunque se use el estilo 
29605 \series bold
29606 Centrado
29607 \series default
29608 .
29609  Un ejemplo de fórmula sangrada 
29610 \begin_inset CommandInset ref
29611 LatexCommand eqref
29612 reference "eq:IntVol"
29613
29614 \end_inset
29615
29616 :
29617 \begin_inset Formula \begin{flalign}
29618 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29619
29620 \end_inset
29621
29622 Las dos primeras columnas contienen la fórmula.
29623  Para sangrarla como con el estilo 
29624 \series bold
29625 Sangrado
29626 \series default
29627 , se añade un espacio de 30
29628 \begin_inset space \thinspace{}
29629 \end_inset
29630
29631 pt al comienzo de la primera columna.
29632  
29633 \end_layout
29634
29635 \begin_layout Subsection
29636 Entorno eqnarray
29637 \begin_inset CommandInset label
29638 LatexCommand label
29639 name "sub:Entorno-eqnarray"
29640
29641 \end_inset
29642
29643
29644 \begin_inset Index idx
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648 Ecuación ! multilínea ! entorno eqnarray
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \begin_inset Index idx
29655 status collapsed
29656
29657 \begin_layout Plain Layout
29658 Ecuación ! multilínea ! entorno eqnarray
29659 \end_layout
29660
29661 \end_inset
29662
29663
29664 \end_layout
29665
29666 \begin_layout Standard
29667 Al introducir este entorno aparecen tres marcos azules.
29668  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29669  El contenido del marco central está centrado y algo más pequeño, porque
29670  está diseñado para insertar sólo caracteres de relación.
29671 \begin_inset Formula \begin{eqnarray*}
29672 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29673 AB & AB & AB\\
29674 A & = & A
29675 \end{eqnarray*}
29676
29677 \end_inset
29678
29679
29680 \end_layout
29681
29682 \begin_layout Subsection
29683 Entorno gather
29684 \begin_inset Index idx
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688 Ecuación ! multilínea ! entorno gather
29689 \end_layout
29690
29691 \end_inset
29692
29693
29694 \end_layout
29695
29696 \begin_layout Standard
29697 Este entorno consta de una sola columna centrada.
29698  Se puede numerar cada línea.
29699 \begin_inset Formula \begin{gather}
29700 A=1\\
29701 X=\mbox{-}1
29702 \end{gather}
29703
29704 \end_inset
29705
29706
29707 \end_layout
29708
29709 \begin_layout Subsection
29710 Entorno multilínea
29711 \begin_inset CommandInset label
29712 LatexCommand label
29713 name "sub:Entorno-multilínea"
29714
29715 \end_inset
29716
29717
29718 \begin_inset Index idx
29719 status collapsed
29720
29721 \begin_layout Plain Layout
29722 Ecuación ! multilínea ! entorno multilínea
29723 \end_layout
29724
29725 \end_inset
29726
29727
29728 \end_layout
29729
29730 \begin_layout Standard
29731 El entorno multilínea, como gather, consta de una sola columna.
29732  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29733  Las demás están centradas.
29734  Por tanto este entorno es apropiado para ecuaciones largas.
29735  Como ejemplo, la ecuación
29736 \begin_inset space ~
29737 \end_inset
29738
29739
29740 \begin_inset CommandInset ref
29741 LatexCommand eqref
29742 reference "eq:lefteqn"
29743
29744 \end_inset
29745
29746  en entorno multilínea:
29747 \begin_inset Formula \begin{multline}
29748 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}\\
29749 -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}\\
29750 =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}}
29751 \end{multline}
29752
29753 \end_inset
29754
29755 En la salida sólo aparece numerada la última (primera) línea si la numeración
29756  del documento es a la derecha (izquierda).
29757 \begin_inset Foot
29758 status collapsed
29759
29760 \begin_layout Plain Layout
29761 véanse los estilos de numeración en 
29762 \begin_inset CommandInset ref
29763 LatexCommand ref
29764 reference "sec:Estilos-de-ecuación"
29765
29766 \end_inset
29767
29768
29769 \end_layout
29770
29771 \end_inset
29772
29773
29774 \end_layout
29775
29776 \begin_layout Standard
29777 Con los comandos 
29778 \series bold
29779
29780 \backslash
29781 shoveright
29782 \series default
29783
29784 \begin_inset Index idx
29785 status collapsed
29786
29787 \begin_layout Plain Layout
29788 Comandos ! S ! 
29789 \backslash
29790 shoveright
29791 \end_layout
29792
29793 \end_inset
29794
29795  y 
29796 \series bold
29797
29798 \backslash
29799 shoveleft
29800 \series default
29801
29802 \begin_inset Index idx
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806 Comandos ! S ! 
29807 \backslash
29808 shoveleft
29809 \end_layout
29810
29811 \end_inset
29812
29813 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29814 ente.
29815  Los comandos se usan como sigue:
29816 \end_layout
29817
29818 \begin_layout Standard
29819
29820 \series bold
29821
29822 \backslash
29823 shoveright{contenido de la línea}
29824 \series default
29825  y 
29826 \series bold
29827
29828 \backslash
29829 shoveleft{contenido de la línea}
29830 \end_layout
29831
29832 \begin_layout Standard
29833 \begin_inset VSpace medskip
29834 \end_inset
29835
29836
29837 \end_layout
29838
29839 \begin_layout Standard
29840 La longitud 
29841 \series bold
29842
29843 \backslash
29844 multlinegap
29845 \series default
29846
29847 \begin_inset Index idx
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851 Comandos ! M ! 
29852 \backslash
29853 multlinegap
29854 \end_layout
29855
29856 \end_inset
29857
29858  especifica la distancia de la primera línea desde el margen izquierdo de
29859  la página.
29860  Esta longitud es 0
29861 \begin_inset space \thinspace{}
29862 \end_inset
29863
29864 pt por omisión.
29865 \end_layout
29866
29867 \begin_layout Standard
29868 Como ejemplo la ecuación anterior con el comando
29869 \end_layout
29870
29871 \begin_layout Standard
29872
29873 \series bold
29874
29875 \backslash
29876 setlength{
29877 \backslash
29878 multlinegap}{2cm}
29879 \end_layout
29880
29881 \begin_layout Standard
29882 insertado previamente en modo TeX:
29883 \begin_inset ERT
29884 status collapsed
29885
29886 \begin_layout Plain Layout
29887
29888
29889 \backslash
29890 setlength{
29891 \backslash
29892 multlinegap}{2cm}
29893 \end_layout
29894
29895 \end_inset
29896
29897
29898 \begin_inset Formula \begin{multline}
29899 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}\\
29900 \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}}\\
29901 =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}}
29902 \end{multline}
29903
29904 \end_inset
29905
29906
29907 \begin_inset ERT
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911
29912
29913 \backslash
29914 setlength{
29915 \backslash
29916 multlinegap}{0pt}
29917 \end_layout
29918
29919 \end_inset
29920
29921 La segunda línea se ha alineado a la izquierda con 
29922 \series bold
29923
29924 \backslash
29925 shoveleft
29926 \series default
29927 .
29928 \end_layout
29929
29930 \begin_layout Subsection
29931 Partes de una ecuación multilínea
29932 \begin_inset CommandInset label
29933 LatexCommand label
29934 name "sub:Partes-de-una-multilínea"
29935
29936 \end_inset
29937
29938
29939 \begin_inset Index idx
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943 Ecuación ! multilínea ! partes de
29944 \end_layout
29945
29946 \end_inset
29947
29948
29949 \end_layout
29950
29951 \begin_layout Standard
29952 Para mostrar sólo partes de una ecuación multilínea usa uno de los siguientes
29953  entornos: 
29954 \series bold
29955 aligned
29956 \series default
29957
29958 \series bold
29959 alignedat
29960 \series default
29961
29962 \series bold
29963 gathered
29964 \series default
29965  o 
29966 \series bold
29967 split
29968 \series default
29969 .
29970  Se pueden elegir en el menú 
29971 \family sans
29972 Insertar\SpecialChar \menuseparator
29973 Ecuación
29974 \family default
29975  o usando los comandos aquí descritos.
29976 \end_layout
29977
29978 \begin_layout Standard
29979 Los tres primeros tienen las mismas propiedades que los correspondientes
29980  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29981  Un ejemplo:
29982 \begin_inset Formula \[
29983 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29984 \Delta E\Delta t & \ge\frac{\hbar}{2}
29985 \end{aligned}
29986 \right\} \mbox{Relaciones de incertidumbre}\]
29987
29988 \end_inset
29989
29990 Para componer esta expresión se inserta una ecuación presentada y en ella
29991  se introduce el comando 
29992 \series bold
29993
29994 \backslash
29995 aligned
29996 \series default
29997
29998 \begin_inset Index idx
29999 status collapsed
30000
30001 \begin_layout Plain Layout
30002 Comandos ! A ! 
30003 \backslash
30004 aligned
30005 \end_layout
30006
30007 \end_inset
30008
30009 .
30010  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
30011  añadir filas y columnas.
30012  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
30013  como la llave.
30014 \end_layout
30015
30016 \begin_layout Standard
30017 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
30018  se alinean horizontalmente.
30019  Usar aligned en una ecuación presentada tiene la ventaja de que el número
30020  de ecuación se centra verticalmente con las líneas.
30021  Como ejemplo, la ecuación 
30022 \begin_inset CommandInset ref
30023 LatexCommand eqref
30024 reference "eq:cortolargo"
30025
30026 \end_inset
30027
30028  en entorno aligned: 
30029 \begin_inset Formula \begin{equation}
30030 \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}|}\\
30031  & -\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}|}
30032 \end{aligned}
30033 \end{equation}
30034
30035 \end_inset
30036
30037 Para usar los entornos 
30038 \series bold
30039 alignedat
30040 \series default
30041
30042 \series bold
30043 gathered
30044 \series default
30045 , o 
30046 \series bold
30047 split
30048 \series default
30049 , se insertan respectivamente los comandos
30050 \series bold
30051  
30052 \backslash
30053 alignedat
30054 \series default
30055 ,
30056 \begin_inset Index idx
30057 status collapsed
30058
30059 \begin_layout Plain Layout
30060 Comandos ! A ! 
30061 \backslash
30062 alignedat
30063 \end_layout
30064
30065 \end_inset
30066
30067  
30068 \series bold
30069
30070 \backslash
30071 gathered
30072 \series default
30073
30074 \begin_inset Index idx
30075 status collapsed
30076
30077 \begin_layout Plain Layout
30078 Comandos ! G ! 
30079 \backslash
30080 gathered
30081 \end_layout
30082
30083 \end_inset
30084
30085 , o 
30086 \series bold
30087
30088 \backslash
30089 split
30090 \series default
30091
30092 \begin_inset Index idx
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096 Comandos ! S ! 
30097 \backslash
30098 split
30099 \end_layout
30100
30101 \end_inset
30102
30103 .
30104  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30105  tener dos columnas.
30106 \end_layout
30107
30108 \begin_layout Subsection
30109 Texto en ecuaciones multilínea
30110 \begin_inset CommandInset label
30111 LatexCommand label
30112 name "sub:Texto-en-multilínea"
30113
30114 \end_inset
30115
30116
30117 \begin_inset Index idx
30118 status collapsed
30119
30120 \begin_layout Plain Layout
30121 Texto ! en ecuaciones
30122 \end_layout
30123
30124 \end_inset
30125
30126
30127 \begin_inset Index idx
30128 status collapsed
30129
30130 \begin_layout Plain Layout
30131 Ecuación ! multilínea ! texto en
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \end_layout
30138
30139 \begin_layout Standard
30140 En los entornos Align, multilínea y gather, se puede insertar texto que
30141  se mostrará en una línea separada y que no afecta la alineación de columna.
30142  Para esto se usa el comando 
30143 \series bold
30144
30145 \backslash
30146 intertext
30147 \series default
30148
30149 \begin_inset Index idx
30150 status collapsed
30151
30152 \begin_layout Plain Layout
30153 Comandos ! I ! 
30154 \backslash
30155 intertext
30156 \end_layout
30157
30158 \end_inset
30159
30160  con el siguiente esquema:
30161 \end_layout
30162
30163 \begin_layout Standard
30164
30165 \series bold
30166
30167 \backslash
30168 intertext{texto}
30169 \end_layout
30170
30171 \begin_layout Standard
30172 El texto no debería ocupar más de una línea porque no se puede partir con
30173  guión.
30174  Como LyX aún no soporta 
30175 \series bold
30176
30177 \backslash
30178 intertext
30179 \series default
30180  directamente, el texto se escribe como texto matemático.
30181  
30182 \series bold
30183
30184 \backslash
30185 intertext
30186 \series default
30187  debe por tanto estar al comienzo de una línea y en la salida se presenta
30188  sobre esta línea.
30189  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30190 \begin_inset Formula \begin{align}
30191 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30192 \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
30193 \end{align}
30194
30195 \end_inset
30196
30197
30198 \end_layout
30199
30200 \begin_layout Standard
30201 \begin_inset Newpage newpage
30202 \end_inset
30203
30204
30205 \end_layout
30206
30207 \begin_layout Section
30208 Numeración de ecuaciones
30209 \begin_inset Index idx
30210 status collapsed
30211
30212 \begin_layout Plain Layout
30213 Ecuación ! numeración|see
30214 \begin_inset ERT
30215 status collapsed
30216
30217 \begin_layout Plain Layout
30218
30219 {
30220 \end_layout
30221
30222 \end_inset
30223
30224 Numeración de ecuaciones
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230 }
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \end_layout
30237
30238 \end_inset
30239
30240
30241 \begin_inset Index idx
30242 status collapsed
30243
30244 \begin_layout Plain Layout
30245 Numeración de ecuaciones
30246 \end_layout
30247
30248 \end_inset
30249
30250
30251 \end_layout
30252
30253 \begin_layout Subsection
30254 General
30255 \end_layout
30256
30257 \begin_layout Standard
30258 Las ecuaciones numeradas se insertan con el menú 
30259 \family sans
30260 Insertar\SpecialChar \menuseparator
30261 Ecuación
30262 \family default
30263  
30264 \family sans
30265 \SpecialChar \menuseparator
30266 Ecuación
30267 \begin_inset space ~
30268 \end_inset
30269
30270 numerada
30271 \family default
30272  (atajo 
30273 \family sans
30274 Ctrl+Alt
30275 \begin_inset space ~
30276 \end_inset
30277
30278 N
30279 \family default
30280 ).
30281  Ecuaciones existentes se pueden numerar con el menú 
30282 \family sans
30283 Editar\SpecialChar \menuseparator
30284 Ecuación\SpecialChar \menuseparator
30285 Conmutar
30286 \begin_inset space ~
30287 \end_inset
30288
30289 numeración
30290 \family default
30291  (atajo
30292 \family sans
30293  Alt+M
30294 \begin_inset space ~
30295 \end_inset
30296
30297 N
30298 \family default
30299 ).
30300  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30301  En la salida se muestra el número real.
30302 \end_layout
30303
30304 \begin_layout Standard
30305 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30306  líneas.
30307  No obstante, la numeración se puede controlar en cada línea con el menú
30308  
30309 \family sans
30310 Editar\SpecialChar \menuseparator
30311 Ecuación\SpecialChar \menuseparator
30312 Conmutar
30313 \begin_inset space ~
30314 \end_inset
30315
30316 numeración
30317 \begin_inset space ~
30318 \end_inset
30319
30320 de
30321 \begin_inset space ~
30322 \end_inset
30323
30324 línea
30325 \family default
30326  (atajo
30327 \family sans
30328  Alt+M
30329 \begin_inset space ~
30330 \end_inset
30331
30332 Mayúsculas+N
30333 \family default
30334 ).
30335 \end_layout
30336
30337 \begin_layout Standard
30338 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30339  distintos, véase 
30340 \begin_inset CommandInset ref
30341 LatexCommand ref
30342 reference "sec:Estilos-de-ecuación"
30343
30344 \end_inset
30345
30346 .
30347 \end_layout
30348
30349 \begin_layout Subsection
30350 Referencias cruzadas
30351 \begin_inset Index idx
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355 Ecuación ! referencias cruzadas a
30356 \end_layout
30357
30358 \end_inset
30359
30360
30361 \end_layout
30362
30363 \begin_layout Standard
30364 Todas las ecuaciones con etiqueta se pueden referenciar.
30365  La etiqueta se añade con el menú 
30366 \family sans
30367 Insertar\SpecialChar \menuseparator
30368 Etiqueta
30369 \family default
30370  o con el botón 
30371 \begin_inset Graphics
30372         filename ../../images/label-insert.png
30373         scale 85
30374
30375 \end_inset
30376
30377  de la barra de herramientas.
30378  El cursor debe estar dentro de una ecuación en modo presentación.
30379  Surge un diálogo con el prefijo 
30380 \series bold
30381 eq:
30382 \series default
30383 , detrás del cual se escribe el texto de la etiqueta.
30384  El prefijo significa 
30385 \begin_inset Quotes fld
30386 \end_inset
30387
30388 equation
30389 \begin_inset Quotes frd
30390 \end_inset
30391
30392  y hace más fácil encontrar etiquetas en documentos extensos porque así
30393  se distingue p.
30394 \begin_inset space \thinspace{}
30395 \end_inset
30396
30397 e.
30398 \begin_inset space ~
30399 \end_inset
30400
30401 de las etiquetas de sección.
30402  Para cambiar una etiqueta se usa de nuevo el menú 
30403 \family sans
30404 Insertar\SpecialChar \menuseparator
30405 Etiqueta
30406 \family default
30407 .
30408 \end_layout
30409
30410 \begin_layout Standard
30411 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30412  ecuación.
30413  Una ecuación con etiqueta se numera siempre.
30414 \end_layout
30415
30416 \begin_layout Standard
30417 Las referencias cruzadas se insertan mediante el menú 
30418 \family sans
30419 Insertar\SpecialChar \menuseparator
30420 Referencia cruzada
30421 \family default
30422  o con el botón 
30423 \begin_inset Graphics
30424         filename ../../images/dialog-show-new-inset_ref.png
30425         scale 85
30426
30427 \end_inset
30428
30429 .
30430  Una referencia a una ecuación aparece en la salida con su número.
30431  Si en el diálogo de referencia cruzada se elige el formato 
30432 \series bold
30433 (<referencia>)
30434 \series default
30435 , la referencia se muestra en la salida entre paréntesis.
30436  
30437 \begin_inset Newline newline
30438 \end_inset
30439
30440 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30441  a la ecuación de referencia.
30442 \end_layout
30443
30444 \begin_layout Standard
30445 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30446  siguientes:
30447 \begin_inset Note Note
30448 status collapsed
30449
30450 \begin_layout Plain Layout
30451 Observa los distintos tipos de referencias cruzadas.
30452 \end_layout
30453
30454 \end_inset
30455
30456
30457 \end_layout
30458
30459 \begin_layout Standard
30460 Las ecuaciones 
30461 \begin_inset CommandInset ref
30462 LatexCommand eqref
30463 reference "eq:tag"
30464
30465 \end_inset
30466
30467  y 
30468 \begin_inset CommandInset ref
30469 LatexCommand eqref
30470 reference "eq:c"
30471
30472 \end_inset
30473
30474  son equivalentes.
30475  En (
30476 \begin_inset CommandInset ref
30477 LatexCommand ref
30478 reference "eq:Lat"
30479
30480 \end_inset
30481
30482 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30483 \begin_inset CommandInset ref
30484 LatexCommand ref
30485 reference "eq:Rom"
30486
30487 \end_inset
30488
30489 ).
30490 \begin_inset VSpace medskip
30491 \end_inset
30492
30493
30494 \end_layout
30495
30496 \begin_layout Standard
30497 Si el argumento de 
30498 \series bold
30499
30500 \backslash
30501 tag
30502 \begin_inset Foot
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506
30507 \series bold
30508
30509 \backslash
30510 tag
30511 \series default
30512  se describe en 
30513 \begin_inset CommandInset ref
30514 LatexCommand ref
30515 reference "sub:Numeración-personalizada"
30516
30517 \end_inset
30518
30519
30520 \end_layout
30521
30522 \end_inset
30523
30524
30525 \series default
30526  contiene un marco, como se describe en la 
30527 \begin_inset CommandInset ref
30528 LatexCommand ref
30529 reference "sub:Cuadros-de-párrafo"
30530
30531 \end_inset
30532
30533 , no se puede referenciar la ecuación.
30534 \end_layout
30535
30536 \begin_layout Subsection
30537 Subnumeración
30538 \begin_inset Index idx
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542 Numeración de ecuaciones ! subnumeración
30543 \end_layout
30544
30545 \end_inset
30546
30547
30548 \end_layout
30549
30550 \begin_layout Standard
30551 Con ayuda de los comandos 
30552 \series bold
30553
30554 \backslash
30555 begin{subequations}
30556 \series default
30557  y 
30558 \series bold
30559
30560 \backslash
30561 end{subequations}
30562 \series default
30563  en modo TeX se pueden subnumerar ecuaciones.
30564 \end_layout
30565
30566 \begin_layout Standard
30567 Ejemplo:
30568 \begin_inset Formula \begin{equation}
30569 A=C-B\label{eq:a}\end{equation}
30570
30571 \end_inset
30572
30573
30574 \begin_inset ERT
30575 status collapsed
30576
30577 \begin_layout Plain Layout
30578
30579
30580 \backslash
30581 addtocounter{equation}{-1}
30582 \end_layout
30583
30584 \end_inset
30585
30586
30587 \begin_inset ERT
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591
30592
30593 \backslash
30594 begin{subequations}
30595 \end_layout
30596
30597 \end_inset
30598
30599
30600 \begin_inset VSpace -5mm
30601 \end_inset
30602
30603
30604 \begin_inset Formula \begin{equation}
30605 B=C-A\label{eq:b}\end{equation}
30606
30607 \end_inset
30608
30609
30610 \begin_inset Formula \begin{equation}
30611 C=A+B\label{eq:c}\end{equation}
30612
30613 \end_inset
30614
30615
30616 \end_layout
30617
30618 \begin_layout Standard
30619 \begin_inset ERT
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623
30624
30625 \backslash
30626 end{subequations}
30627 \end_layout
30628
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \begin_layout Standard
30635 Para este ejemplo se ha hecho lo siguiente:
30636 \end_layout
30637
30638 \begin_layout Enumerate
30639 se inserta la primera ecuación
30640 \end_layout
30641
30642 \begin_layout Enumerate
30643 después de ella se inserta
30644 \series bold
30645
30646 \begin_inset Newline newline
30647 \end_inset
30648
30649
30650 \backslash
30651 addtocounter{equation}{-1} 
30652 \backslash
30653 begin{subequations}
30654 \begin_inset Index idx
30655 status collapsed
30656
30657 \begin_layout Plain Layout
30658 Comandos ! A ! 
30659 \backslash
30660 addtocounter
30661 \end_layout
30662
30663 \end_inset
30664
30665
30666 \end_layout
30667
30668 \begin_layout Enumerate
30669 se inserta la segunda ecuación
30670 \end_layout
30671
30672 \begin_layout Enumerate
30673 se inserta la tercera ecuación
30674 \end_layout
30675
30676 \begin_layout Enumerate
30677 se inserta 
30678 \series bold
30679
30680 \backslash
30681 end{subequations}
30682 \series default
30683  tras la tercera ecuación
30684 \end_layout
30685
30686 \begin_layout Standard
30687 Toda ecuación entre los comandos 
30688 \series bold
30689
30690 \backslash
30691 begin
30692 \series default
30693  y 
30694 \series bold
30695
30696 \backslash
30697 end
30698 \series default
30699  se subnumera con a, b, c\SpecialChar \ldots{}
30700  En ecuaciones multilínea se subnumerará cada línea.
30701  Todas las ecuaciones subnumeradas son tratadas como 
30702 \emph on
30703 una
30704 \emph default
30705  ecuación numerada.
30706  Pero como cada ecuación numerada aumenta el contador 
30707 \series bold
30708 equation
30709 \series default
30710  en uno, hay que disminuir el comando 
30711 \series bold
30712
30713 \backslash
30714 addtocounter
30715 \series default
30716 .
30717  De lo contrario, las ecuaciones 
30718 \begin_inset CommandInset ref
30719 LatexCommand eqref
30720 reference "eq:a"
30721
30722 \end_inset
30723
30724
30725 \begin_inset CommandInset ref
30726 LatexCommand eqref
30727 reference "eq:b"
30728
30729 \end_inset
30730
30731
30732 \begin_inset CommandInset ref
30733 LatexCommand eqref
30734 reference "eq:c"
30735
30736 \end_inset
30737
30738  se numerarían 
30739 \begin_inset CommandInset ref
30740 LatexCommand eqref
30741 reference "eq:a"
30742
30743 \end_inset
30744
30745
30746 \begin_inset CommandInset ref
30747 LatexCommand eqref
30748 reference "eq:d"
30749
30750 \end_inset
30751
30752
30753 \begin_inset CommandInset ref
30754 LatexCommand eqref
30755 reference "eq:f"
30756
30757 \end_inset
30758
30759 .
30760 \end_layout
30761
30762 \begin_layout Standard
30763 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30764  ecuaciones.
30765  Para evitarlo se inserta ese espacio vertical de -5
30766 \begin_inset space \thinspace{}
30767 \end_inset
30768
30769 mm detrás del comando 
30770 \series bold
30771
30772 \backslash
30773 begin{subequations}
30774 \series default
30775 .
30776
30777 \series bold
30778  
30779 \series default
30780 Si se usa el estilo 
30781 \series bold
30782 Sangrado
30783 \series default
30784
30785 \begin_inset Foot
30786 status collapsed
30787
30788 \begin_layout Plain Layout
30789 véase estilos de ecuación en 
30790 \begin_inset CommandInset ref
30791 LatexCommand ref
30792 reference "sec:Estilos-de-ecuación"
30793
30794 \end_inset
30795
30796
30797 \end_layout
30798
30799 \end_inset
30800
30801 , entonces se inserta -7
30802 \begin_inset space \thinspace{}
30803 \end_inset
30804
30805 mm.
30806 \end_layout
30807
30808 \begin_layout Standard
30809 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30810  de la segunda línea:
30811 \begin_inset ERT
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815
30816
30817 \backslash
30818 begin{subequations}
30819 \end_layout
30820
30821 \end_inset
30822
30823
30824 \begin_inset Formula \begin{eqnarray}
30825 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30826  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30827  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30828 \end{eqnarray}
30829
30830 \end_inset
30831
30832
30833 \begin_inset ERT
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837
30838
30839 \backslash
30840 end{subequations}
30841 \end_layout
30842
30843 \end_inset
30844
30845
30846 \end_layout
30847
30848 \begin_layout Subsection
30849 Numeración definida por el usuario
30850 \begin_inset CommandInset label
30851 LatexCommand label
30852 name "sub:Numeración-personalizada"
30853
30854 \end_inset
30855
30856
30857 \begin_inset Index idx
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861 Numeración de ecuaciones ! personalizada
30862 \end_layout
30863
30864 \end_inset
30865
30866
30867 \end_layout
30868
30869 \begin_layout Standard
30870 Con la numeración estándar el número se coloca entre paréntesis.
30871  Para reemplazar los paréntesis con barras verticales, p.
30872 \begin_inset space \thinspace{}
30873 \end_inset
30874
30875 e., se añade al preámbulo LaTeX la línea: 
30876 \end_layout
30877
30878 \begin_layout Standard
30879
30880 \series bold
30881
30882 \backslash
30883 def
30884 \backslash
30885 tagform@#1{
30886 \backslash
30887 maketag@@@{|#1|}}
30888 \series default
30889
30890 \begin_inset Note Note
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30895  Para activarlo, quita el % del principio.
30896 \end_layout
30897
30898 \end_inset
30899
30900
30901 \end_layout
30902
30903 \begin_layout Standard
30904 Para usar otros caracteres, se reemplazan las barras al lado de 
30905 \series bold
30906 #1
30907 \series default
30908  por ellos.
30909  Para obtener sólo el número de ecuación se omiten las barras verticales.
30910 \begin_inset VSpace bigskip
30911 \end_inset
30912
30913
30914 \end_layout
30915
30916 \begin_layout Standard
30917 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30918  consecutivo, se usa el comando 
30919 \series bold
30920
30921 \backslash
30922 tag
30923 \begin_inset Index idx
30924 status collapsed
30925
30926 \begin_layout Plain Layout
30927 Comandos ! T ! 
30928 \backslash
30929 tag
30930 \end_layout
30931
30932 \end_inset
30933
30934
30935 \series default
30936 :
30937 \begin_inset Formula \begin{equation}
30938 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30939
30940 \end_inset
30941
30942 En este ejemplo se ha insertado el comando
30943 \series bold
30944  
30945 \backslash
30946 tag
30947 \begin_inset ERT
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951
30952
30953 \backslash
30954 spce 
30955 \end_layout
30956
30957 \end_inset
30958
30959 algo
30960 \series default
30961  en la ecuación.
30962 \end_layout
30963
30964 \begin_layout Standard
30965 Si se usa en su lugar el comando con asterisco 
30966 \series bold
30967
30968 \backslash
30969 tag*
30970 \begin_inset ERT
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974
30975
30976 \backslash
30977 spce 
30978 \end_layout
30979
30980 \end_inset
30981
30982 algo
30983 \series default
30984  no se imprimen los paréntesis:
30985 \begin_inset Formula \[
30986 A+B=C\tag*{algo}\]
30987
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \begin_layout Standard
30994 \begin_inset VSpace bigskip
30995 \end_inset
30996
30997
30998 \end_layout
30999
31000 \begin_layout Standard
31001 Para reiniciar la numeración en nuevas partes o secciones del documento
31002  se usan los siguientes comandos:
31003 \end_layout
31004
31005 \begin_layout Standard
31006
31007 \series bold
31008
31009 \backslash
31010 @addtoreset{equation}{part}
31011 \series default
31012
31013 \begin_inset Index idx
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017 Comandos ! 
31018 \begin_inset ERT
31019 status collapsed
31020
31021 \begin_layout Plain Layout
31022
31023 "
31024 \end_layout
31025
31026 \end_inset
31027
31028 @
31029 \begin_inset ERT
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033
31034 "
31035 \end_layout
31036
31037 \end_inset
31038
31039  ! 
31040 \backslash
31041
31042 \begin_inset ERT
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046
31047 "
31048 \end_layout
31049
31050 \end_inset
31051
31052 @
31053 \begin_inset ERT
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057
31058 "
31059 \end_layout
31060
31061 \end_inset
31062
31063 addtoreset
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \begin_inset Newline newline
31070 \end_inset
31071
31072
31073 \series bold
31074
31075 \backslash
31076 @addtoreset{equation}{section}
31077 \end_layout
31078
31079 \begin_layout Standard
31080 Pata poder usar estos comandos en modo TeX, el carácter 
31081 \begin_inset Quotes fld
31082 \end_inset
31083
31084 @
31085 \begin_inset Quotes frd
31086 \end_inset
31087
31088  debe 
31089 \begin_inset Quotes fld
31090 \end_inset
31091
31092 activarse
31093 \begin_inset Quotes frd
31094 \end_inset
31095
31096  para LaTeX con el comando 
31097 \series bold
31098
31099 \backslash
31100 makeatletter
31101 \series default
31102 .
31103  El comando 
31104 \series bold
31105
31106 \backslash
31107 makeatother
31108 \series default
31109  deshace esto.
31110  Así pues, la secuencia de comandos en modo TeX es:
31111 \end_layout
31112
31113 \begin_layout Standard
31114
31115 \series bold
31116
31117 \backslash
31118 makeatletter
31119 \begin_inset Newline newline
31120 \end_inset
31121
31122
31123 \backslash
31124 @addtoreset{equation}{section}
31125 \begin_inset Newline newline
31126 \end_inset
31127
31128
31129 \backslash
31130 makeatother
31131 \end_layout
31132
31133 \begin_layout Standard
31134 En el preámbulo LaTeX se pueden omitir 
31135 \series bold
31136
31137 \backslash
31138 makeatletter
31139 \series default
31140  y 
31141 \series bold
31142
31143 \backslash
31144 makeatother
31145 \series default
31146  pues son automáticamente insertados por LyX.
31147 \end_layout
31148
31149 \begin_layout Standard
31150 Para el comando 
31151 \series bold
31152
31153 \backslash
31154 @addtoreset
31155 \series default
31156 ,
31157 \series bold
31158  
31159 \series default
31160 hay que cargar en el preámbulo LaTeX el archivo 
31161 \series bold
31162 remreset.sty
31163 \series default
31164
31165 \begin_inset Foot
31166 status collapsed
31167
31168 \begin_layout Plain Layout
31169
31170 \series bold
31171 remreset
31172 \series default
31173  es parte del paquete LaTeX 
31174 \series bold
31175 carlisle
31176 \series default
31177
31178 \begin_inset Index idx
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182 Paquetes ! carlisle
31183 \end_layout
31184
31185 \end_inset
31186
31187 , incluido en las instalaciones estándar de LaTeX.
31188 \end_layout
31189
31190 \end_inset
31191
31192
31193 \begin_inset Index idx
31194 status collapsed
31195
31196 \begin_layout Plain Layout
31197 Paquetes ! remreset
31198 \end_layout
31199
31200 \end_inset
31201
31202  con la línea
31203 \end_layout
31204
31205 \begin_layout Standard
31206
31207 \series bold
31208
31209 \backslash
31210 usepackage{remreset}
31211 \end_layout
31212
31213 \begin_layout Standard
31214 Entonces se puede usar el comando 
31215 \series bold
31216
31217 \backslash
31218 @removefromreset
31219 \series default
31220
31221 \begin_inset Index idx
31222 status collapsed
31223
31224 \begin_layout Plain Layout
31225 Comandos ! 
31226 \begin_inset ERT
31227 status collapsed
31228
31229 \begin_layout Plain Layout
31230
31231 "
31232 \end_layout
31233
31234 \end_inset
31235
31236 @
31237 \begin_inset ERT
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241
31242 "
31243 \end_layout
31244
31245 \end_inset
31246
31247  ! 
31248 \backslash
31249
31250 \begin_inset ERT
31251 status collapsed
31252
31253 \begin_layout Plain Layout
31254
31255 "
31256 \end_layout
31257
31258 \end_inset
31259
31260 @
31261 \begin_inset ERT
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265
31266 "
31267 \end_layout
31268
31269 \end_inset
31270
31271 removefromreset
31272 \end_layout
31273
31274 \end_inset
31275
31276  con el mismo esquema que 
31277 \series bold
31278
31279 \backslash
31280 @addtoreset
31281 \series default
31282 .
31283 \begin_inset VSpace bigskip
31284 \end_inset
31285
31286
31287 \end_layout
31288
31289 \begin_layout Standard
31290 A veces las ecuaciones deberían numerarse de la siguiente manera:
31291 \end_layout
31292
31293 \begin_layout Standard
31294
31295 \family typewriter
31296 (número de sección.número de ecuación)
31297 \end_layout
31298
31299 \begin_layout Standard
31300 El número de ecuación empezaría con 
31301 \begin_inset Quotes fld
31302 \end_inset
31303
31304 1
31305 \begin_inset Quotes frd
31306 \end_inset
31307
31308  en cada sección.
31309 \end_layout
31310
31311 \begin_layout Standard
31312 Para este caso hay el comando 
31313 \series bold
31314
31315 \backslash
31316 numberwithin
31317 \series default
31318
31319 \begin_inset Index idx
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323 Comandos ! N ! 
31324 \backslash
31325 numberwithin
31326 \end_layout
31327
31328 \end_inset
31329
31330 , que se usa con el esquema:
31331 \end_layout
31332
31333 \begin_layout Standard
31334
31335 \series bold
31336
31337 \backslash
31338 numberwithin{counter}{sectioning}
31339 \end_layout
31340
31341 \begin_layout Standard
31342 \begin_inset Quotes fld
31343 \end_inset
31344
31345 counter
31346 \begin_inset Quotes frd
31347 \end_inset
31348
31349  indica qué clase de numeración es afectada, 
31350 \begin_inset Quotes fld
31351 \end_inset
31352
31353 sectioning
31354 \begin_inset Quotes frd
31355 \end_inset
31356
31357  indica qué número va delante del punto.
31358  
31359 \end_layout
31360
31361 \begin_layout Standard
31362 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
31363  en el preámbulo LaTeX:
31364 \end_layout
31365
31366 \begin_layout Standard
31367
31368 \series bold
31369
31370 \backslash
31371 numberwithin{equation}{section}
31372 \end_layout
31373
31374 \begin_layout Standard
31375 Este es el resultado::
31376 \begin_inset ERT
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380
31381
31382 \backslash
31383 numberwithin{equation}{section}
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \begin_inset Formula \begin{equation}
31390 A+B=C\end{equation}
31391
31392 \end_inset
31393
31394
31395 \end_layout
31396
31397 \begin_layout Standard
31398 Para numerar tablas de modo que, p.
31399 \begin_inset space \thinspace{}
31400 \end_inset
31401
31402 e., 
31403 \begin_inset Quotes fld
31404 \end_inset
31405
31406 sectioning
31407 \begin_inset Quotes frd
31408 \end_inset
31409
31410  sea el número de la parte se usa
31411 \begin_inset Newline newline
31412 \end_inset
31413
31414
31415 \series bold
31416
31417 \backslash
31418 numberwithin{table}{part}
31419 \end_layout
31420
31421 \begin_layout Standard
31422 Para volver a la numeración estándar o evitar esta clase numeración cuando
31423  es definida por la clase de documento, se inserta el siguiente comando
31424  en código TeX o en el preámbulo LaTeX:
31425 \end_layout
31426
31427 \begin_layout Standard
31428
31429 \series bold
31430
31431 \backslash
31432 renewcommand{
31433 \backslash
31434 theequation}{
31435 \backslash
31436 arabic{equation}}
31437 \begin_inset Index idx
31438 status collapsed
31439
31440 \begin_layout Plain Layout
31441 Comandos ! A ! 
31442 \backslash
31443 arabic
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \series default
31450
31451 \begin_inset ERT
31452 status collapsed
31453
31454 \begin_layout Plain Layout
31455
31456
31457 \backslash
31458 renewcommand{
31459 \backslash
31460 theequation}{
31461 \backslash
31462 arabic{equation}}
31463 \end_layout
31464
31465 \end_inset
31466
31467
31468 \series bold
31469
31470 \begin_inset Newline newline
31471 \end_inset
31472
31473
31474 \series default
31475 o
31476 \series bold
31477
31478 \begin_inset Newline newline
31479 \end_inset
31480
31481
31482 \backslash
31483 renewcommand{
31484 \backslash
31485 thetable}{
31486 \backslash
31487 arabic{table}}
31488 \end_layout
31489
31490 \begin_layout Standard
31491
31492 \series bold
31493
31494 \backslash
31495 numberwithin
31496 \series default
31497  usa internamente el comando 
31498 \series bold
31499
31500 \backslash
31501 @addtoreset
31502 \series default
31503 , descrito arriba, que también debe ser restaurado.
31504 \begin_inset ERT
31505 status collapsed
31506
31507 \begin_layout Plain Layout
31508
31509
31510 \backslash
31511 makeatletter
31512 \end_layout
31513
31514 \begin_layout Plain Layout
31515
31516
31517 \backslash
31518 @removefromreset{equation}{section}
31519 \end_layout
31520
31521 \begin_layout Plain Layout
31522
31523
31524 \backslash
31525 makeatother
31526 \end_layout
31527
31528 \end_inset
31529
31530
31531 \end_layout
31532
31533 \begin_layout Subsection
31534 Numeración con números romanos y letras
31535 \begin_inset Index idx
31536 status collapsed
31537
31538 \begin_layout Plain Layout
31539 Numeración de ecuaciones ! con números romanos
31540 \end_layout
31541
31542 \end_inset
31543
31544
31545 \begin_inset Index idx
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549 Numeración de ecuaciones ! con letras
31550 \end_layout
31551
31552 \end_inset
31553
31554
31555 \end_layout
31556
31557 \begin_layout Standard
31558 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31559  Por ejemplo, para numerar con romanos en minúscula,
31560 \begin_inset Foot
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564 Como en español no se usan romanos en minúscula, el estilo 
31565 \series bold
31566 spanish
31567 \series default
31568  del sistema 
31569 \series bold
31570 babel
31571 \series default
31572  redefine 
31573 \series bold
31574
31575 \backslash
31576 roman
31577 \series default
31578  para que los dé en versalitas.
31579  Véase 
31580 \begin_inset CommandInset citation
31581 LatexCommand cite
31582 key "spanish"
31583
31584 \end_inset
31585
31586  (
31587 \emph on
31588 N.
31589 \begin_inset space \thinspace{}
31590 \end_inset
31591
31592 del t
31593 \emph default
31594 ).
31595 \end_layout
31596
31597 \end_inset
31598
31599  se inserta el comando
31600 \end_layout
31601
31602 \begin_layout Standard
31603
31604 \series bold
31605
31606 \backslash
31607 renewcommand{
31608 \backslash
31609 theequation}{
31610 \backslash
31611 roman{equation}}
31612 \end_layout
31613
31614 \begin_layout Standard
31615 antes de la ecuación en modo TeX.
31616  
31617 \series bold
31618
31619 \backslash
31620 renewcommand
31621 \series default
31622
31623 \begin_inset Index idx
31624 status collapsed
31625
31626 \begin_layout Plain Layout
31627 Comandos ! R ! 
31628 \backslash
31629 renewcommand
31630 \end_layout
31631
31632 \end_inset
31633
31634  redefine el comando predefinido 
31635 \series bold
31636
31637 \backslash
31638 theequation
31639 \series default
31640  como 
31641 \series bold
31642
31643 \backslash
31644 roman{equation}
31645 \series default
31646 .
31647 \begin_inset Foot
31648 status collapsed
31649
31650 \begin_layout Plain Layout
31651 El comando 
31652 \series bold
31653
31654 \backslash
31655 renewcommand
31656 \series default
31657  tiene el mismo esquema que el comando 
31658 \series bold
31659
31660 \backslash
31661 newcommand
31662 \series default
31663 , descrito en 
31664 \begin_inset CommandInset ref
31665 LatexCommand ref
31666 reference "sub:El-comando-newcommand"
31667
31668 \end_inset
31669
31670 .
31671 \end_layout
31672
31673 \end_inset
31674
31675  
31676 \series bold
31677 equation
31678 \series default
31679  es el contador de ecuaciones.
31680  Si se usa el comando 
31681 \series bold
31682
31683 \backslash
31684 the
31685 \series default
31686  como prefijo de un contador, el valor del contador sale en números arábigos.
31687  Si una ecuación es numerada, LaTeX pone internamente el comando 
31688 \series bold
31689
31690 \backslash
31691 theequation
31692 \series default
31693  detrás de la ecuación.
31694  
31695 \series bold
31696
31697 \backslash
31698 roman{equation}
31699 \series default
31700
31701 \begin_inset Index idx
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705 Comandos ! R ! 
31706 \backslash
31707 roman
31708 \end_layout
31709
31710 \end_inset
31711
31712  pone el contador en romanos en minúscula.
31713 \end_layout
31714
31715 \begin_layout Standard
31716 Todas las ecuaciones siguientes a 
31717 \series bold
31718
31719 \backslash
31720 renew
31721 \series default
31722 c
31723 \series bold
31724 ommand
31725 \series default
31726  se numerarán en romanos.
31727  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31728  cambiando 
31729 \series bold
31730
31731 \backslash
31732 roman
31733 \series default
31734  por 
31735 \series bold
31736
31737 \backslash
31738 Roman
31739 \series default
31740
31741 \begin_inset Index idx
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745 Comandos ! R ! 
31746 \backslash
31747 roman@
31748 \backslash
31749 Roman
31750 \end_layout
31751
31752 \end_inset
31753
31754 .
31755  Para 
31756 \begin_inset Quotes fld
31757 \end_inset
31758
31759 numerar
31760 \begin_inset Quotes frd
31761 \end_inset
31762
31763  con minúsculas latinas hay el comando 
31764 \series bold
31765
31766 \backslash
31767 alph
31768 \series default
31769
31770 \begin_inset Index idx
31771 status collapsed
31772
31773 \begin_layout Plain Layout
31774 Comandos ! A ! 
31775 \backslash
31776 alph
31777 \end_layout
31778
31779 \end_inset
31780
31781 , y para mayúsculas el comando 
31782 \series bold
31783
31784 \backslash
31785 Alph
31786 \series default
31787
31788 \begin_inset Index idx
31789 status collapsed
31790
31791 \begin_layout Plain Layout
31792 Comandos ! A ! 
31793 \backslash
31794 alph@
31795 \backslash
31796 Alph
31797 \end_layout
31798
31799 \end_inset
31800
31801 .
31802 \end_layout
31803
31804 \begin_layout Standard
31805 \begin_inset Note Greyedout
31806 status collapsed
31807
31808 \begin_layout Plain Layout
31809
31810 \series bold
31811 Nota:
31812 \series default
31813  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31814 \end_layout
31815
31816 \end_inset
31817
31818
31819 \end_layout
31820
31821 \begin_layout Standard
31822 \begin_inset ERT
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826
31827
31828 \backslash
31829 renewcommand{
31830 \backslash
31831 theequation}{
31832 \backslash
31833 roman{equation}}
31834 \end_layout
31835
31836 \end_inset
31837
31838
31839 \begin_inset Formula \begin{equation}
31840 A=\textrm{romanos en minúscula}\end{equation}
31841
31842 \end_inset
31843
31844
31845 \begin_inset ERT
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849
31850
31851 \backslash
31852 renewcommand{
31853 \backslash
31854 theequation}{
31855 \backslash
31856 Roman{equation}}
31857 \end_layout
31858
31859 \end_inset
31860
31861
31862 \begin_inset Formula \begin{equation}
31863 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31864
31865 \end_inset
31866
31867
31868 \begin_inset ERT
31869 status collapsed
31870
31871 \begin_layout Plain Layout
31872
31873
31874 \backslash
31875 renewcommand{
31876 \backslash
31877 theequation}{
31878 \backslash
31879 alph{equation}}
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \begin_inset Formula \begin{equation}
31886 C=\textrm{latinas en minúscula}\end{equation}
31887
31888 \end_inset
31889
31890
31891 \begin_inset ERT
31892 status collapsed
31893
31894 \begin_layout Plain Layout
31895
31896
31897 \backslash
31898 renewcommand{
31899 \backslash
31900 theequation}{
31901 \backslash
31902 Alph{equation}}
31903 \end_layout
31904
31905 \end_inset
31906
31907
31908 \begin_inset Formula \begin{equation}
31909 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31910
31911 \end_inset
31912
31913
31914 \end_layout
31915
31916 \begin_layout Standard
31917 Para volver a la numeración por omisión se inserta el comando:
31918 \end_layout
31919
31920 \begin_layout Standard
31921
31922 \series bold
31923
31924 \backslash
31925 renewcommand{
31926 \backslash
31927 theequation}{
31928 \backslash
31929 arabic{equation}}
31930 \begin_inset Index idx
31931 status collapsed
31932
31933 \begin_layout Plain Layout
31934 Comandos ! A ! 
31935 \backslash
31936 arabic
31937 \end_layout
31938
31939 \end_inset
31940
31941
31942 \end_layout
31943
31944 \begin_layout Standard
31945 \begin_inset ERT
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949
31950
31951 \backslash
31952 renewcommand{
31953 \backslash
31954 theequation}{
31955 \backslash
31956 arabic{equation}}
31957 \end_layout
31958
31959 \end_inset
31960
31961
31962 \begin_inset Formula \begin{equation}
31963 E=\mbox{arábigos}\end{equation}
31964
31965 \end_inset
31966
31967
31968 \end_layout
31969
31970 \begin_layout Standard
31971 \begin_inset VSpace medskip
31972 \end_inset
31973
31974
31975 \end_layout
31976
31977 \begin_layout Standard
31978 Como ves, las ecuaciones se numeran consecutivamente independientemente
31979  del estilo de numeración.
31980  Cuando la numeración haya de empezar con 
31981 \begin_inset Quotes fld
31982 \end_inset
31983
31984 1
31985 \begin_inset Quotes frd
31986 \end_inset
31987
31988  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31989  Una descripción sobre esto se encuentra en el archivo 
31990 \begin_inset CommandInset href
31991 LatexCommand href
31992 name "Formula-numbering.lyx"
31993 target "run:Formula-numbering.lyx"
31994
31995 \end_inset
31996
31997 .
31998 \end_layout
31999
32000 \begin_layout Section
32001 Símbolos y ecuaciones químicas
32002 \begin_inset CommandInset label
32003 LatexCommand label
32004 name "sub:Símbolos-y-ecuaciones-químicas"
32005
32006 \end_inset
32007
32008
32009 \begin_inset Index idx
32010 status collapsed
32011
32012 \begin_layout Plain Layout
32013 Química ! símbolos
32014 \end_layout
32015
32016 \end_inset
32017
32018
32019 \begin_inset Index idx
32020 status collapsed
32021
32022 \begin_layout Plain Layout
32023 Química ! caracteres
32024 \end_layout
32025
32026 \end_inset
32027
32028
32029 \begin_inset Index idx
32030 status collapsed
32031
32032 \begin_layout Plain Layout
32033 Ecuación ! química|see
32034 \begin_inset ERT
32035 status collapsed
32036
32037 \begin_layout Plain Layout
32038
32039 {
32040 \end_layout
32041
32042 \end_inset
32043
32044 Química
32045 \begin_inset ERT
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049
32050 }
32051 \end_layout
32052
32053 \end_inset
32054
32055
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \begin_inset Index idx
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065 Química ! iones
32066 \end_layout
32067
32068 \end_inset
32069
32070
32071 \begin_inset Index idx
32072 status collapsed
32073
32074 \begin_layout Plain Layout
32075 Iones|see
32076 \begin_inset ERT
32077 status collapsed
32078
32079 \begin_layout Plain Layout
32080
32081 {
32082 \end_layout
32083
32084 \end_inset
32085
32086 Química
32087 \begin_inset ERT
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091
32092 }
32093 \end_layout
32094
32095 \end_inset
32096
32097
32098 \end_layout
32099
32100 \end_inset
32101
32102
32103 \begin_inset Index idx
32104 status collapsed
32105
32106 \begin_layout Plain Layout
32107 Química ! reacción
32108 \end_layout
32109
32110 \end_inset
32111
32112
32113 \end_layout
32114
32115 \begin_layout Standard
32116 Un ejemplo de texto de química:
32117 \end_layout
32118
32119 \begin_layout Quote
32120 El ión 
32121 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32122 \end_inset
32123
32124  reacciona con dos iones 
32125 \begin_inset Formula $\mathrm{Na^{+}}$
32126 \end_inset
32127
32128  para dar sulfato de sodio 
32129 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32130 \end_inset
32131
32132 .
32133  La ecuación química es:
32134 \begin_inset Formula \begin{equation}
32135 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}\end{equation}
32136
32137 \end_inset
32138
32139
32140 \end_layout
32141
32142 \begin_layout Standard
32143 Esta ecuación química puede componerse directamente en modo ecuación.
32144  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32145  y con el atajo 
32146 \family sans
32147 Alt+C
32148 \begin_inset space ~
32149 \end_inset
32150
32151 R
32152 \family default
32153  se cambia en redonda.
32154 \begin_inset Foot
32155 status collapsed
32156
32157 \begin_layout Plain Layout
32158 véase estilos de fuentes en 
32159 \begin_inset CommandInset ref
32160 LatexCommand ref
32161 reference "sub:Estilos-de-fuentes"
32162
32163 \end_inset
32164
32165 .
32166 \end_layout
32167
32168 \end_inset
32169
32170
32171 \end_layout
32172
32173 \begin_layout Standard
32174 Para escribir ecuaciones químicas es más conveniente usar el comando 
32175 \series bold
32176
32177 \backslash
32178 ce
32179 \series default
32180
32181 \begin_inset Index idx
32182 status collapsed
32183
32184 \begin_layout Plain Layout
32185 Comandos ! C ! 
32186 \backslash
32187 ce
32188 \end_layout
32189
32190 \end_inset
32191
32192 , que está disponible si está instalado el paquete LaTeX 
32193 \series bold
32194 mhchem
32195 \series default
32196
32197 \begin_inset Index idx
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201 Paquetes ! mhchem
32202 \end_layout
32203
32204 \end_inset
32205
32206 .
32207  Al insertar  
32208 \series bold
32209
32210 \backslash
32211 ce
32212 \series default
32213  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
32214   ecuaciones químicas de una forma intuitiva.
32215 \end_layout
32216
32217 \begin_layout Standard
32218 \align center
32219 \begin_inset Tabular
32220 <lyxtabular version="3" rows="9" columns="2">
32221 <features tabularvalignment="middle">
32222 <column alignment="center" valignment="top" width="0">
32223 <column alignment="center" valignment="top" width="0">
32224 <row>
32225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32226 \begin_inset Text
32227
32228 \begin_layout Plain Layout
32229 Comando
32230 \end_layout
32231
32232 \end_inset
32233 </cell>
32234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32235 \begin_inset Text
32236
32237 \begin_layout Plain Layout
32238 Resultado
32239 \begin_inset Note Note
32240 status collapsed
32241
32242 \begin_layout Plain Layout
32243
32244 \series bold
32245
32246 \backslash
32247 raisebox
32248 \series default
32249  se usa sólo como espaciador
32250 \end_layout
32251
32252 \end_inset
32253
32254
32255 \end_layout
32256
32257 \end_inset
32258 </cell>
32259 </row>
32260 <row>
32261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32262 \begin_inset Text
32263
32264 \begin_layout Plain Layout
32265
32266 \backslash
32267 ce
32268 \begin_inset ERT
32269 status collapsed
32270
32271 \begin_layout Plain Layout
32272
32273
32274 \backslash
32275 spce 
32276 \end_layout
32277
32278 \end_inset
32279
32280 H2CO3
32281 \end_layout
32282
32283 \end_inset
32284 </cell>
32285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32286 \begin_inset Text
32287
32288 \begin_layout Plain Layout
32289 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32290 \end_inset
32291
32292
32293 \end_layout
32294
32295 \end_inset
32296 </cell>
32297 </row>
32298 <row>
32299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32300 \begin_inset Text
32301
32302 \begin_layout Plain Layout
32303
32304 \backslash
32305 ce
32306 \begin_inset ERT
32307 status collapsed
32308
32309 \begin_layout Plain Layout
32310
32311
32312 \backslash
32313 spce 
32314 \end_layout
32315
32316 \end_inset
32317
32318 SO4^2-
32319 \end_layout
32320
32321 \end_inset
32322 </cell>
32323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32324 \begin_inset Text
32325
32326 \begin_layout Plain Layout
32327 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32328 \end_inset
32329
32330
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 </row>
32336 <row>
32337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32338 \begin_inset Text
32339
32340 \begin_layout Plain Layout
32341
32342 \backslash
32343 ce
32344 \begin_inset ERT
32345 status collapsed
32346
32347 \begin_layout Plain Layout
32348
32349
32350 \backslash
32351 spce 
32352 \end_layout
32353
32354 \end_inset
32355
32356 (NH4)2S
32357 \end_layout
32358
32359 \end_inset
32360 </cell>
32361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32362 \begin_inset Text
32363
32364 \begin_layout Plain Layout
32365 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32366 \end_inset
32367
32368
32369 \end_layout
32370
32371 \end_inset
32372 </cell>
32373 </row>
32374 <row>
32375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32376 \begin_inset Text
32377
32378 \begin_layout Plain Layout
32379
32380 \backslash
32381 ce
32382 \begin_inset ERT
32383 status collapsed
32384
32385 \begin_layout Plain Layout
32386
32387
32388 \backslash
32389 spce 
32390 \end_layout
32391
32392 \end_inset
32393
32394 KCr(SO4)2.12H2O
32395 \end_layout
32396
32397 \end_inset
32398 </cell>
32399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32400 \begin_inset Text
32401
32402 \begin_layout Plain Layout
32403 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32404 \end_inset
32405
32406
32407 \end_layout
32408
32409 \end_inset
32410 </cell>
32411 </row>
32412 <row>
32413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32414 \begin_inset Text
32415
32416 \begin_layout Plain Layout
32417
32418 \backslash
32419 ce
32420 \begin_inset ERT
32421 status collapsed
32422
32423 \begin_layout Plain Layout
32424
32425
32426 \backslash
32427 spce 
32428 \end_layout
32429
32430 \end_inset
32431
32432 A-B
32433 \backslash
32434 dbond
32435 \begin_inset ERT
32436 status collapsed
32437
32438 \begin_layout Plain Layout
32439
32440
32441 \backslash
32442 spce 
32443 \end_layout
32444
32445 \end_inset
32446
32447 C
32448 \backslash
32449 tbond
32450 \begin_inset ERT
32451 status collapsed
32452
32453 \begin_layout Plain Layout
32454
32455
32456 \backslash
32457 spce 
32458 \end_layout
32459
32460 \end_inset
32461
32462 D
32463 \end_layout
32464
32465 \end_inset
32466 </cell>
32467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32468 \begin_inset Text
32469
32470 \begin_layout Plain Layout
32471 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32472 \end_inset
32473
32474
32475 \end_layout
32476
32477 \end_inset
32478 </cell>
32479 </row>
32480 <row>
32481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32482 \begin_inset Text
32483
32484 \begin_layout Plain Layout
32485
32486 \backslash
32487 ce
32488 \begin_inset ERT
32489 status collapsed
32490
32491 \begin_layout Plain Layout
32492
32493
32494 \backslash
32495 spce 
32496 \end_layout
32497
32498 \end_inset
32499
32500 ^227
32501 \begin_inset Formula $\downarrow$
32502 \end_inset
32503
32504 _90
32505 \begin_inset Formula $\to$
32506 \end_inset
32507
32508 Th+
32509 \end_layout
32510
32511 \end_inset
32512 </cell>
32513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32514 \begin_inset Text
32515
32516 \begin_layout Plain Layout
32517 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32518 \end_inset
32519
32520
32521 \end_layout
32522
32523 \end_inset
32524 </cell>
32525 </row>
32526 <row>
32527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32528 \begin_inset Text
32529
32530 \begin_layout Plain Layout
32531
32532 \backslash
32533 ce
32534 \begin_inset ERT
32535 status collapsed
32536
32537 \begin_layout Plain Layout
32538
32539
32540 \backslash
32541 spce 
32542 \end_layout
32543
32544 \end_inset
32545
32546 CO2
32547 \begin_inset ERT
32548 status collapsed
32549
32550 \begin_layout Plain Layout
32551
32552
32553 \backslash
32554 spce 
32555 \end_layout
32556
32557 \end_inset
32558
32559 +
32560 \begin_inset ERT
32561 status collapsed
32562
32563 \begin_layout Plain Layout
32564
32565
32566 \backslash
32567 spce 
32568 \end_layout
32569
32570 \end_inset
32571
32572 C
32573 \begin_inset ERT
32574 status collapsed
32575
32576 \begin_layout Plain Layout
32577
32578
32579 \backslash
32580 spce 
32581 \end_layout
32582
32583 \end_inset
32584
32585 <=>
32586 \begin_inset ERT
32587 status collapsed
32588
32589 \begin_layout Plain Layout
32590
32591
32592 \backslash
32593 spce 
32594 \end_layout
32595
32596 \end_inset
32597
32598 2CO
32599 \end_layout
32600
32601 \end_inset
32602 </cell>
32603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32604 \begin_inset Text
32605
32606 \begin_layout Plain Layout
32607 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \end_inset
32614 </cell>
32615 </row>
32616 <row>
32617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32618 \begin_inset Text
32619
32620 \begin_layout Plain Layout
32621
32622 \backslash
32623 ce
32624 \begin_inset ERT
32625 status collapsed
32626
32627 \begin_layout Plain Layout
32628
32629
32630 \backslash
32631 spce 
32632 \end_layout
32633
32634 \end_inset
32635
32636 CO2
32637 \begin_inset ERT
32638 status collapsed
32639
32640 \begin_layout Plain Layout
32641
32642
32643 \backslash
32644 spce 
32645 \end_layout
32646
32647 \end_inset
32648
32649 +
32650 \begin_inset ERT
32651 status collapsed
32652
32653 \begin_layout Plain Layout
32654
32655
32656 \backslash
32657 spce 
32658 \end_layout
32659
32660 \end_inset
32661
32662 C
32663 \begin_inset ERT
32664 status collapsed
32665
32666 \begin_layout Plain Layout
32667
32668
32669 \backslash
32670 spce 
32671 \end_layout
32672
32673 \end_inset
32674
32675 ->[
32676 \backslash
32677 alpha][
32678 \backslash
32679 beta]
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 2CO}
32693 \end_layout
32694
32695 \end_inset
32696 </cell>
32697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32698 \begin_inset Text
32699
32700 \begin_layout Plain Layout
32701 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32702 \end_inset
32703
32704
32705 \end_layout
32706
32707 \end_inset
32708 </cell>
32709 </row>
32710 </lyxtabular>
32711
32712 \end_inset
32713
32714
32715 \end_layout
32716
32717 \begin_layout Standard
32718 \begin_inset Note Greyedout
32719 status open
32720
32721 \begin_layout Plain Layout
32722
32723 \series bold
32724 Nota:
32725 \series default
32726  Insertar una ecuación en un marco  
32727 \series bold
32728
32729 \backslash
32730 ce
32731 \series default
32732  provocará errores de LaTeX.
32733  En estos casos hay que usar código TeX, como en  
32734 \series bold
32735
32736 \backslash
32737 ce{$
32738 \backslash
32739 mu
32740 \backslash
32741 hyphen$Cl}
32742 \series default
32743
32744 \begin_inset ERT
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748
32749
32750 \backslash
32751 ce{$
32752 \backslash
32753 mu
32754 \backslash
32755 hyphen$Cl}
32756 \end_layout
32757
32758 \end_inset
32759
32760  
32761 \end_layout
32762
32763 \end_inset
32764
32765
32766 \end_layout
32767
32768 \begin_layout Standard
32769 El comando 
32770 \series bold
32771
32772 \backslash
32773 ce
32774 \series default
32775  para la ecuación
32776 \begin_inset space ~
32777 \end_inset
32778
32779
32780 \begin_inset CommandInset ref
32781 LatexCommand eqref
32782 reference "eq:reaccion-quimica"
32783
32784 \end_inset
32785
32786  es
32787 \begin_inset Newline newline
32788 \end_inset
32789
32790
32791 \series bold
32792  
32793 \backslash
32794 ce
32795 \begin_inset ERT
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799
32800
32801 \backslash
32802 spce 
32803 \end_layout
32804
32805 \end_inset
32806
32807 2Na+
32808 \begin_inset ERT
32809 status collapsed
32810
32811 \begin_layout Plain Layout
32812
32813
32814 \backslash
32815 spce 
32816 \end_layout
32817
32818 \end_inset
32819
32820 +
32821 \begin_inset ERT
32822 status collapsed
32823
32824 \begin_layout Plain Layout
32825
32826
32827 \backslash
32828 spce 
32829 \end_layout
32830
32831 \end_inset
32832
32833 SO4^2-
32834 \begin_inset ERT
32835 status collapsed
32836
32837 \begin_layout Plain Layout
32838
32839
32840 \backslash
32841 spce 
32842 \end_layout
32843
32844 \end_inset
32845
32846
32847 \begin_inset ERT
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851
32852
32853 \backslash
32854 spce 
32855 \end_layout
32856
32857 \end_inset
32858
32859 ->
32860 \begin_inset ERT
32861 status collapsed
32862
32863 \begin_layout Plain Layout
32864
32865
32866 \backslash
32867 spce 
32868 \end_layout
32869
32870 \end_inset
32871
32872 Na2SO4
32873 \end_layout
32874
32875 \begin_layout Standard
32876 Para componer ecuaciones químicas multilínea primero se crea una ecuación
32877  multilínea, tal como se describe en la 
32878 \begin_inset CommandInset ref
32879 LatexCommand ref
32880 reference "sec:Ecuaciones-multilínea"
32881
32882 \end_inset
32883
32884 .
32885  Después se utiliza el comando 
32886 \series bold
32887 /ce
32888 \series default
32889  en cada cuadrito azul de la ecuación.
32890  
32891 \begin_inset CommandInset ref
32892 LatexCommand eqref
32893 reference "eq:TEOS-reac-1"
32894
32895 \end_inset
32896
32897  y 
32898 \begin_inset CommandInset ref
32899 LatexCommand eqref
32900 reference "eq:TEOS-reac-2"
32901
32902 \end_inset
32903
32904  son un ejemplo de reacción química multifase en la que cada ecuación tiene
32905  su propio número.
32906 \begin_inset Formula \begin{eqnarray}
32907 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
32908 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
32909 \end{eqnarray}
32910
32911 \end_inset
32912
32913
32914 \end_layout
32915
32916 \begin_layout Standard
32917 Además de 
32918 \series bold
32919
32920 \backslash
32921 ce
32922 \series default
32923  el paquete 
32924 \series bold
32925 mhchem
32926 \series default
32927  suministra el comando 
32928 \series bold
32929
32930 \backslash
32931 cf
32932 \series default
32933
32934 \begin_inset Index idx
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938 Comandos ! C ! 
32939 \backslash
32940 cf
32941 \end_layout
32942
32943 \end_inset
32944
32945  que ha de utilizarse en casos especiales.
32946  Para más información sobre 
32947 \series bold
32948
32949 \backslash
32950 cf
32951 \series default
32952  y más ejemplos echa un vistazo a la documentación de 
32953 \series bold
32954 mhchem
32955 \series default
32956
32957 \begin_inset CommandInset citation
32958 LatexCommand cite
32959 key "mhchem"
32960
32961 \end_inset
32962
32963 .
32964 \end_layout
32965
32966 \begin_layout Section
32967 Diagramas
32968 \end_layout
32969
32970 \begin_layout Standard
32971 Lyx soporta dos tipos de diagramas conmutativos: 
32972 \series bold
32973 amscd
32974 \series default
32975  y 
32976 \series bold
32977 xymatrix
32978 \series default
32979 , que se explican a continuación.
32980 \end_layout
32981
32982 \begin_layout Subsection
32983 Diagramas amscd
32984 \begin_inset Index idx
32985 status collapsed
32986
32987 \begin_layout Plain Layout
32988 Diagramas ! amscd
32989 \end_layout
32990
32991 \end_inset
32992
32993
32994 \end_layout
32995
32996 \begin_layout Standard
32997 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
32998  verticales y horizontales:
32999 \begin_inset Formula \[
33000 \begin{CD}A@)))B@)))C\\
33001 @AAA@.@VVV\\
33002 F@(((E@(((D
33003 \end{CD}\]
33004
33005 \end_inset
33006
33007 Para obtener el diagrama se inserta en la ecuación el comando 
33008 \series bold
33009
33010 \backslash
33011 CD
33012 \begin_inset Index idx
33013 status collapsed
33014
33015 \begin_layout Plain Layout
33016 Comandos ! C ! 
33017 \backslash
33018 CD
33019 \end_layout
33020
33021 \end_inset
33022
33023
33024 \series default
33025 .
33026  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33027  continuación comandos.
33028  Con 
33029 \family sans
33030 Ctrl+Retorno
33031 \family default
33032  se inicia una nueva línea.
33033  En las líneas impares se insertan relaciones horizontales, en las pares
33034  verticales.
33035 \end_layout
33036
33037 \begin_layout Standard
33038 Para componer las relaciones hay los siguientes comandos:
33039 \begin_inset Foot
33040 status collapsed
33041
33042 \begin_layout Plain Layout
33043 \begin_inset CommandInset label
33044 LatexCommand label
33045 name "fn:sinónimos"
33046
33047 \end_inset
33048
33049 Los comandos con 
33050 \family sans
33051 '
33052 \series bold
33053 >
33054 \series default
33055 '
33056 \family default
33057  o 
33058 \family sans
33059 '
33060 \series bold
33061 <
33062 \series default
33063 '
33064 \family default
33065  pueden generar errores con el estilo 
33066 \series bold
33067 spanish
33068 \series default
33069  de 
33070 \series bold
33071 babel
33072 \series default
33073 .
33074  Para evitarlo se pueden sustituir por sus sinónimos 
33075 \family sans
33076 '
33077 \series bold
33078 )
33079 \series default
33080 '
33081 \family default
33082  y 
33083 \family sans
33084 '
33085 \series bold
33086 (
33087 \series default
33088 '
33089 \family default
33090  respectivamente.
33091  Véase 
33092 \begin_inset CommandInset citation
33093 LatexCommand cite
33094 key "spanish"
33095
33096 \end_inset
33097
33098 .
33099  (
33100 \emph on
33101 N.
33102 \begin_inset space \thinspace{}
33103 \end_inset
33104
33105 del t.
33106 \emph default
33107 )
33108 \end_layout
33109
33110 \end_inset
33111
33112
33113 \end_layout
33114
33115 \begin_layout Itemize
33116
33117 \series bold
33118 @<<<
33119 \series default
33120  genera una flecha hacia la izquierda, 
33121 \series bold
33122 @>>>
33123 \series default
33124  una hacia la derecha, y 
33125 \series bold
33126 @=
33127 \series default
33128  un signo igual largo
33129 \end_layout
33130
33131 \begin_layout Itemize
33132
33133 \series bold
33134 @AAA
33135 \series default
33136  genera una flecha hacia arriba, 
33137 \series bold
33138 @VVV
33139 \series default
33140  una hacia abajo, y 
33141 \series bold
33142 @|
33143 \series default
33144  un signo igual vertical
33145 \end_layout
33146
33147 \begin_layout Itemize
33148
33149 \series bold
33150 @.
33151
33152 \series default
33153  genera una ubicación vacía para relaciones inexistentes
33154 \end_layout
33155
33156 \begin_layout Standard
33157 Todas las flechas pueden etiquetarse como sigue:
33158 \end_layout
33159
33160 \begin_layout Itemize
33161 Si se inserta texto entre el primero y el segundo 
33162 \series bold
33163 <
33164 \series default
33165  o 
33166 \series bold
33167 >
33168 \series default
33169 , respectivamente, se muestra sobre la flecha.
33170  Si se inserta entre el segundo y el tercero, bajo la flecha.
33171 \end_layout
33172
33173 \begin_layout Itemize
33174 Para flechas verticales, si se inserta texto entre la primera y la segunda
33175  
33176 \series bold
33177 A
33178 \series default
33179  o 
33180 \series bold
33181 V
33182 \series default
33183 , respectivamente, se muestra al lado izquierdo de la flecha.
33184  Si se inserta entre la segunda y la tercera, al lado derecho.
33185  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33186 \end_layout
33187
33188 \begin_layout Standard
33189 Como ejemplo un diagrama con todas las relaciones posibles:
33190 \begin_inset Formula \[
33191 \begin{CD}A@)j))B@))k)C@=F\\
33192 @AmAA@.@VV{V}V@|\\
33193 D@((j\,(E@)k))F@=C
33194 \end{CD}\]
33195
33196 \end_inset
33197
33198 El comando para este diagrama es:
33199 \begin_inset Newline newline
33200 \end_inset
33201
33202
33203 \series bold
33204
33205 \backslash
33206 CD
33207 \begin_inset ERT
33208 status collapsed
33209
33210 \begin_layout Plain Layout
33211
33212
33213 \backslash
33214 spce 
33215 \end_layout
33216
33217 \end_inset
33218
33219 A@>j>>B@>>k>C@=F Ctrl+Retorno
33220 \begin_inset Newline newline
33221 \end_inset
33222
33223
33224 \begin_inset Phantom HPhantom
33225 status open
33226
33227 \begin_layout Plain Layout
33228
33229 \series bold
33230
33231 \backslash
33232 CD
33233 \begin_inset ERT
33234 status collapsed
33235
33236 \begin_layout Plain Layout
33237
33238
33239 \backslash
33240 spce 
33241 \end_layout
33242
33243 \end_inset
33244
33245
33246 \end_layout
33247
33248 \end_inset
33249
33250 @AmAA@.@VV
33251 \backslash
33252 {V
33253 \series default
33254
33255 \begin_inset Formula $\to$
33256 \end_inset
33257
33258
33259 \series bold
33260 V@| Ctrl+Retorno
33261 \begin_inset Newline newline
33262 \end_inset
33263
33264
33265 \begin_inset Phantom HPhantom
33266 status open
33267
33268 \begin_layout Plain Layout
33269
33270 \series bold
33271
33272 \backslash
33273 CD
33274 \begin_inset ERT
33275 status collapsed
33276
33277 \begin_layout Plain Layout
33278
33279
33280 \backslash
33281 spce 
33282 \end_layout
33283
33284 \end_inset
33285
33286
33287 \end_layout
33288
33289 \end_inset
33290
33291 D@<<j<E@>k>>F@=C
33292 \end_layout
33293
33294 \begin_layout Subsection
33295 Diagramas xymatrix
33296 \begin_inset Index idx
33297 status collapsed
33298
33299 \begin_layout Plain Layout
33300 Diagramas ! xymatrix
33301 \end_layout
33302
33303 \end_inset
33304
33305
33306 \end_layout
33307
33308 \begin_layout Standard
33309 Para usar matrices xy debe estar instalado el paquete LaTeX 
33310 \series bold
33311 xypic
33312 \series default
33313 .
33314  Una matriz xy se crea insertando el comando 
33315 \series bold
33316
33317 \backslash
33318 xymatrix
33319 \series default
33320  en una ecuación.
33321  Después podrás añadir nuevas columnas y filas como en matrices normales,
33322  véase
33323 \begin_inset space ~
33324 \end_inset
33325
33326
33327 \begin_inset CommandInset ref
33328 LatexCommand ref
33329 reference "sec:Matrices"
33330
33331 \end_inset
33332
33333 .
33334 \end_layout
33335
33336 \begin_layout Standard
33337 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33338  y curvadas, y mucho más.
33339  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33340  se explican en el 
33341 \emph on
33342 Manual de XY-pic
33343 \emph default
33344  que se encuentra en el menú 
33345 \family sans
33346 Ayuda\SpecialChar \menuseparator
33347 Manuales
33348 \begin_inset space ~
33349 \end_inset
33350
33351 específicos
33352 \family default
33353 .
33354 \end_layout
33355
33356 \begin_layout Subsection
33357 Diagramas 
33358 \noun on
33359 Feynman
33360 \noun default
33361
33362 \begin_inset Index idx
33363 status collapsed
33364
33365 \begin_layout Plain Layout
33366 Diagramas ! Feynman
33367 \end_layout
33368
33369 \end_inset
33370
33371
33372 \end_layout
33373
33374 \begin_layout Standard
33375 Para usar diagramas 
33376 \noun on
33377 Feynman
33378 \noun default
33379  estar instalado el paquete LaTeX 
33380 \series bold
33381 feyn
33382 \series default
33383 .
33384  Un diagrama 
33385 \noun on
33386 Feynman
33387 \noun default
33388  se crea insertando el comando 
33389 \series bold
33390
33391 \backslash
33392 Diagram
33393 \series default
33394  en una ecuación.
33395  Después podrás añadir nuevas columnas y filas como en matrices normales,
33396  véase
33397 \begin_inset space ~
33398 \end_inset
33399
33400
33401 \begin_inset CommandInset ref
33402 LatexCommand ref
33403 reference "sec:Matrices"
33404
33405 \end_inset
33406
33407 .
33408 \end_layout
33409
33410 \begin_layout Standard
33411
33412 \lang english
33413 Examples how to create 
33414 \noun on
33415 Feynman-
33416 \noun default
33417 diagrams in LyX is given in the 
33418 \emph on
33419 Feynman-diagram manual
33420 \emph default
33421 \lang spanish
33422  que se encuentra en el menú 
33423 \family sans
33424 Ayuda\SpecialChar \menuseparator
33425 Manuales
33426 \begin_inset space ~
33427 \end_inset
33428
33429 específicos
33430 \family default
33431 .
33432 \end_layout
33433
33434 \begin_layout Section
33435 Comandos definidos por el usuario
33436 \begin_inset Index idx
33437 status collapsed
33438
33439 \begin_layout Plain Layout
33440 Comandos de usuario
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \end_layout
33447
33448 \begin_layout Standard
33449 \begin_inset Note Greyedout
33450 status collapsed
33451
33452 \begin_layout Plain Layout
33453
33454 \series bold
33455 Nota:
33456 \series default
33457  Los nombres de los comandos definidos por el usuario y macros solo pueden
33458  contener letras latinas.
33459 \end_layout
33460
33461 \end_inset
33462
33463
33464 \end_layout
33465
33466 \begin_layout Subsection
33467 El comando 
33468 \backslash
33469 newcommand
33470 \begin_inset CommandInset label
33471 LatexCommand label
33472 name "sub:El-comando-newcommand"
33473
33474 \end_inset
33475
33476
33477 \begin_inset Index idx
33478 status collapsed
33479
33480 \begin_layout Plain Layout
33481 Comandos de usuario ! 
33482 \backslash
33483 newcommand
33484 \end_layout
33485
33486 \end_inset
33487
33488
33489 \begin_inset Index idx
33490 status collapsed
33491
33492 \begin_layout Plain Layout
33493 Comandos ! N ! 
33494 \backslash
33495 newcommand
33496 \end_layout
33497
33498 \end_inset
33499
33500
33501 \end_layout
33502
33503 \begin_layout Standard
33504 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33505  Pero es posible definir nuevos comandos más cortos con el comando 
33506 \series bold
33507
33508 \backslash
33509 newcommand
33510 \series default
33511 .
33512  
33513 \end_layout
33514
33515 \begin_layout Standard
33516 El esquema del comando 
33517 \series bold
33518
33519 \backslash
33520 newcommand
33521 \series default
33522  es:
33523 \end_layout
33524
33525 \begin_layout Standard
33526
33527 \series bold
33528
33529 \backslash
33530 newcommand{nombre nuevo de comando}[número de argumentos]
33531 \begin_inset Newline newline
33532 \end_inset
33533
33534
33535 \begin_inset Phantom HPhantom
33536 status open
33537
33538 \begin_layout Plain Layout
33539
33540 \series bold
33541
33542 \backslash
33543 newcommand
33544 \end_layout
33545
33546 \end_inset
33547
33548 [valor opcional]{definición de comando}
33549 \end_layout
33550
33551 \begin_layout Standard
33552 \begin_inset Note Greyedout
33553 status collapsed
33554
33555 \begin_layout Plain Layout
33556
33557 \series bold
33558 Nota:
33559 \series default
33560  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33561  documento o en paquetes LaTeX que uses.
33562  Si p.
33563 \begin_inset space \thinspace{}
33564 \end_inset
33565
33566 e.
33567  defines el comando 
33568 \series bold
33569
33570 \backslash
33571 le
33572 \series default
33573  para 
33574 \series bold
33575
33576 \backslash
33577 Leftarrow,
33578 \series default
33579  se producirán errores porque 
33580 \series bold
33581
33582 \backslash
33583 le
33584 \series default
33585  ya existe como comando para 
33586 \begin_inset Quotes fld
33587 \end_inset
33588
33589
33590 \begin_inset Formula $\le$
33591 \end_inset
33592
33593
33594 \begin_inset Quotes frd
33595 \end_inset
33596
33597 .
33598
33599 \series bold
33600  
33601 \end_layout
33602
33603 \end_inset
33604
33605
33606 \end_layout
33607
33608 \begin_layout Standard
33609 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33610  argumentos debería tener el nuevo comando.
33611  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33612  Cuando se hace esto, el 
33613 \emph on
33614 primer
33615 \emph default
33616  argumento del nuevo comando es automáticamente opcional.
33617 \end_layout
33618
33619 \begin_layout Standard
33620 Veamos unos ejemplos:
33621 \end_layout
33622
33623 \begin_layout Itemize
33624 Para definir el comando 
33625 \series bold
33626
33627 \backslash
33628 gr
33629 \series default
33630  para 
33631 \series bold
33632
33633 \backslash
33634 Longrightarrow
33635 \series default
33636 , la línea de preámbulo LaTeX es:
33637 \begin_inset VSpace medskip
33638 \end_inset
33639
33640
33641 \begin_inset Newline newline
33642 \end_inset
33643
33644
33645 \series bold
33646
33647 \backslash
33648 newcommand{
33649 \backslash
33650 gr}{
33651 \backslash
33652 Longrightarrow}
33653 \end_layout
33654
33655 \begin_layout Itemize
33656 Para definir el comando 
33657 \series bold
33658
33659 \backslash
33660 us
33661 \series default
33662  para 
33663 \series bold
33664
33665 \backslash
33666 underline
33667 \series default
33668 , el argumento (que sería subrayado) debe tenerse en cuenta.
33669  Para esto la línea de preámbulo es:
33670 \begin_inset VSpace medskip
33671 \end_inset
33672
33673
33674 \begin_inset Newline newline
33675 \end_inset
33676
33677
33678 \series bold
33679
33680 \backslash
33681 newcommand{
33682 \backslash
33683 us}[1]{
33684 \backslash
33685 underline{#1}}
33686 \series default
33687
33688 \begin_inset VSpace medskip
33689 \end_inset
33690
33691
33692 \begin_inset Newline newline
33693 \end_inset
33694
33695 El carácter 
33696 \series bold
33697 #
33698 \series default
33699  actúa como colocador del argumento, el 
33700 \series bold
33701 1
33702 \series default
33703  indica que es el colocador para el primer argumento.
33704 \end_layout
33705
33706 \begin_layout Itemize
33707 Para 
33708 \series bold
33709
33710 \backslash
33711 framebox
33712 \series default
33713  se puede p.
33714 \begin_inset space \thinspace{}
33715 \end_inset
33716
33717 e.
33718  definir el comando 
33719 \series bold
33720
33721 \backslash
33722 fb
33723 \series default
33724 :
33725 \begin_inset VSpace medskip
33726 \end_inset
33727
33728
33729 \begin_inset Newline newline
33730 \end_inset
33731
33732
33733 \series bold
33734
33735 \backslash
33736 newcommand{
33737 \backslash
33738 fb}[3]{
33739 \backslash
33740 framebox#1#2{$#3$}}
33741 \series default
33742
33743 \begin_inset VSpace medskip
33744 \end_inset
33745
33746
33747 \begin_inset Newline newline
33748 \end_inset
33749
33750 Los dos signos dólar generan la ecuación extra necesaria para 
33751 \series bold
33752
33753 \backslash
33754 framebox
33755 \series default
33756 , véase 
33757 \begin_inset CommandInset ref
33758 LatexCommand ref
33759 reference "sub:Cuadros-con-marco"
33760
33761 \end_inset
33762
33763 .
33764 \end_layout
33765
33766 \begin_layout Itemize
33767 Para crear un nuevo comando para 
33768 \series bold
33769
33770 \backslash
33771 fcolorbox
33772 \series default
33773  donde no es necesario especificar el color para el cuadro, el argumento
33774  para el color se define opcional:
33775 \begin_inset VSpace medskip
33776 \end_inset
33777
33778
33779 \begin_inset Newline newline
33780 \end_inset
33781
33782
33783 \series bold
33784
33785 \backslash
33786 newcommand{
33787 \backslash
33788 cb}[3][white]{
33789 \backslash
33790 fcolorbox{#2}{#1}{$#3$}}
33791 \series default
33792
33793 \begin_inset VSpace medskip
33794 \end_inset
33795
33796
33797 \begin_inset Newline newline
33798 \end_inset
33799
33800 Si el color no es especificado al usar 
33801 \series bold
33802
33803 \backslash
33804 cb
33805 \series default
33806 , se elige el color 
33807 \series bold
33808 white
33809 \series default
33810  predefinido.
33811 \end_layout
33812
33813 \begin_layout Standard
33814 Un ensayo con los nuevos comandos definidos:
33815 \end_layout
33816
33817 \begin_layout Standard
33818 \noindent
33819 \align center
33820 \begin_inset Tabular
33821 <lyxtabular version="3" rows="6" columns="2">
33822 <features tabularvalignment="middle">
33823 <column alignment="center" valignment="top" width="0">
33824 <column alignment="center" valignment="top" width="0">
33825 <row>
33826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33827 \begin_inset Text
33828
33829 \begin_layout Plain Layout
33830 Comando
33831 \end_layout
33832
33833 \end_inset
33834 </cell>
33835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33836 \begin_inset Text
33837
33838 \begin_layout Plain Layout
33839 Resultado
33840 \begin_inset Note Note
33841 status collapsed
33842
33843 \begin_layout Plain Layout
33844
33845 \series bold
33846
33847 \backslash
33848 raisebox
33849 \series default
33850  se usa sólo como espaciador
33851 \end_layout
33852
33853 \end_inset
33854
33855
33856 \end_layout
33857
33858 \end_inset
33859 </cell>
33860 </row>
33861 <row>
33862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33863 \begin_inset Text
33864
33865 \begin_layout Plain Layout
33866 A
33867 \backslash
33868 gr
33869 \begin_inset ERT
33870 status collapsed
33871
33872 \begin_layout Plain Layout
33873
33874
33875 \backslash
33876 spce 
33877 \end_layout
33878
33879 \end_inset
33880
33881 B
33882 \end_layout
33883
33884 \end_inset
33885 </cell>
33886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33887 \begin_inset Text
33888
33889 \begin_layout Plain Layout
33890 \begin_inset Formula $A\gr B$
33891 \end_inset
33892
33893
33894 \end_layout
33895
33896 \end_inset
33897 </cell>
33898 </row>
33899 <row>
33900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33901 \begin_inset Text
33902
33903 \begin_layout Plain Layout
33904
33905 \backslash
33906 us{ABcd
33907 \end_layout
33908
33909 \end_inset
33910 </cell>
33911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33912 \begin_inset Text
33913
33914 \begin_layout Plain Layout
33915 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33916 \end_inset
33917
33918
33919 \end_layout
33920
33921 \end_inset
33922 </cell>
33923 </row>
33924 <row>
33925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33926 \begin_inset Text
33927
33928 \begin_layout Plain Layout
33929
33930 \backslash
33931 fb{[2cm]
33932 \begin_inset Formula $\to$
33933 \end_inset
33934
33935
33936 \backslash
33937 {
33938 \begin_inset Formula $\to$
33939 \end_inset
33940
33941
33942 \backslash
33943 {
33944 \backslash
33945 int
33946 \begin_inset ERT
33947 status collapsed
33948
33949 \begin_layout Plain Layout
33950
33951
33952 \backslash
33953 spce 
33954 \end_layout
33955
33956 \end_inset
33957
33958 A=B
33959 \end_layout
33960
33961 \end_inset
33962 </cell>
33963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33964 \begin_inset Text
33965
33966 \begin_layout Plain Layout
33967 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33968 \end_inset
33969
33970
33971 \end_layout
33972
33973 \end_inset
33974 </cell>
33975 </row>
33976 <row>
33977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33978 \begin_inset Text
33979
33980 \begin_layout Plain Layout
33981
33982 \backslash
33983 cb{red
33984 \begin_inset Formula $\to$
33985 \end_inset
33986
33987
33988 \backslash
33989 {
33990 \backslash
33991 int
33992 \begin_inset ERT
33993 status collapsed
33994
33995 \begin_layout Plain Layout
33996
33997
33998 \backslash
33999 spce 
34000 \end_layout
34001
34002 \end_inset
34003
34004 A=B
34005 \end_layout
34006
34007 \end_inset
34008 </cell>
34009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34010 \begin_inset Text
34011
34012 \begin_layout Plain Layout
34013 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
34014 \end_inset
34015
34016
34017 \end_layout
34018
34019 \end_inset
34020 </cell>
34021 </row>
34022 <row>
34023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34024 \begin_inset Text
34025
34026 \begin_layout Plain Layout
34027
34028 \backslash
34029 cb[green]
34030 \backslash
34031 {red
34032 \begin_inset Formula $\to$
34033 \end_inset
34034
34035
34036 \backslash
34037 {
34038 \backslash
34039 int
34040 \begin_inset ERT
34041 status collapsed
34042
34043 \begin_layout Plain Layout
34044
34045
34046 \backslash
34047 spce 
34048 \end_layout
34049
34050 \end_inset
34051
34052 A=B
34053 \end_layout
34054
34055 \end_inset
34056 </cell>
34057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34058 \begin_inset Text
34059
34060 \begin_layout Plain Layout
34061 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
34062 \end_inset
34063
34064
34065 \end_layout
34066
34067 \end_inset
34068 </cell>
34069 </row>
34070 </lyxtabular>
34071
34072 \end_inset
34073
34074
34075 \end_layout
34076
34077 \begin_layout Subsection
34078 Macros de ecuaciones
34079 \begin_inset Index idx
34080 status collapsed
34081
34082 \begin_layout Plain Layout
34083 Comandos de usuario ! Macros de ecuaciones
34084 \end_layout
34085
34086 \end_inset
34087
34088
34089 \begin_inset Index idx
34090 status collapsed
34091
34092 \begin_layout Plain Layout
34093 Macros
34094 \end_layout
34095
34096 \end_inset
34097
34098
34099 \end_layout
34100
34101 \begin_layout Standard
34102 Los comandos definidos por el usuario son especialmente convenientes para
34103  expresiones complejas.
34104  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
34105  el mismo tipo de solución se repite varias veces.
34106  La forma general de una ecuación de segundo grado es:
34107 \begin_inset Formula \[
34108 0=\lambda^{2}+p\lambda+q\]
34109
34110 \end_inset
34111
34112 La forma general de la solución es:
34113 \begin_inset Formula \[
34114 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
34115
34116 \end_inset
34117
34118
34119 \end_layout
34120
34121 \begin_layout Standard
34122 Para definir un comando para la ecuación de la solución, en donde solo hay
34123  que especificar los tres parámetros 
34124 \begin_inset Formula $\lambda$
34125 \end_inset
34126
34127
34128 \begin_inset Formula $p$
34129 \end_inset
34130
34131 , y 
34132 \begin_inset Formula $q$
34133 \end_inset
34134
34135 , y el índice de 
34136 \begin_inset Formula $\lambda$
34137 \end_inset
34138
34139  puede darse opcionalmente, la línea de preámbulo LaTeX es
34140 \begin_inset Newline newline
34141 \end_inset
34142
34143
34144 \series bold
34145
34146 \backslash
34147 newcommand{
34148 \backslash
34149 qG}[4][1,
34150 \backslash
34151 ,2]{#2_{#1}=-
34152 \backslash
34153 frac{#3}{2}
34154 \backslash
34155 pm
34156 \begin_inset Newline newline
34157 \end_inset
34158
34159
34160 \begin_inset Phantom HPhantom
34161 status open
34162
34163 \begin_layout Plain Layout
34164
34165 \series bold
34166
34167 \backslash
34168 newcommand
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \backslash
34175 sqrt{
34176 \backslash
34177 frac{#3^{2}}{4}-#4}}
34178 \end_layout
34179
34180 \begin_layout Standard
34181 Para generar la solución se inserta el comando
34182 \begin_inset Newline newline
34183 \end_inset
34184
34185
34186 \series bold
34187
34188 \backslash
34189 qG{
34190 \backslash
34191 lambda
34192 \begin_inset Formula $\to$
34193 \end_inset
34194
34195
34196 \backslash
34197 {p
34198 \begin_inset Formula $\to$
34199 \end_inset
34200
34201
34202 \backslash
34203 {q
34204 \series default
34205  en una ecuación
34206 \series bold
34207 .
34208 \end_layout
34209
34210 \begin_layout Standard
34211 La definición del nuevo comando no es intuitiva porque hay que conocer los
34212  esquemas de todos los comandos LaTeX usados, p.
34213 \begin_inset space \thinspace{}
34214 \end_inset
34215
34216 e., que una fracción se inserta en LaTeX como
34217 \series bold
34218  
34219 \backslash
34220 frac{numerador}{denominador}
34221 \series default
34222 .
34223  Además, uno puede olvidar fácilmente una llave en la definición y no puede
34224  ver en LyX lo que el nuevo comando está haciendo.
34225  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
34226  ecuación en vez del comando
34227 \series bold
34228  
34229 \backslash
34230 newcommand
34231 \series default
34232 .
34233 \end_layout
34234
34235 \begin_layout Standard
34236 Una macro de ecuación se crea con el menú 
34237 \family sans
34238 Insertar\SpecialChar \menuseparator
34239 Ecuación\SpecialChar \menuseparator
34240 Macro
34241 \family default
34242  o con el botón 
34243 \begin_inset Graphics
34244         filename ../../images/math-macro_newmacroname_newcommand.png
34245         scale 85
34246
34247 \end_inset
34248
34249  de la barra de herramientas.
34250  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
34251  como el siguiente donde se define la macro:
34252 \begin_inset Newline newline
34253 \end_inset
34254
34255
34256 \end_layout
34257
34258 \begin_layout Standard
34259 \begin_inset space \hspace*{\fill}
34260 \end_inset
34261
34262
34263 \begin_inset Graphics
34264         filename ../clipart/macrobox.png
34265
34266 \end_inset
34267
34268
34269 \begin_inset space \hspace*{\fill}
34270 \end_inset
34271
34272
34273 \begin_inset Newline newline
34274 \end_inset
34275
34276
34277 \begin_inset FormulaMacro
34278 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34279 \end_inset
34280
34281
34282 \backslash
34283 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
34284  En el primer marco azul se inserta la ecuación buscada.
34285  Con el comando 
34286 \series bold
34287
34288 \backslash
34289 #númerodeargumento
34290 \series default
34291 , , o con el botón 
34292 \begin_inset Graphics
34293         filename ../../images/math-macro-add-param.png
34294         scale 85
34295
34296 \end_inset
34297
34298  de la barra de herramientas de macros se inserta un colocador de argumento,
34299  p.
34300 \begin_inset space \thinspace{}
34301 \end_inset
34302
34303 e
34304 \begin_inset space \space{}
34305 \end_inset
34306
34307
34308 \series bold
34309
34310 \backslash
34311 #1
34312 \series default
34313 .
34314  Los colocadores de argumento se muestran en rojo.
34315  Se pueden poner 9 argumentos como máximo.
34316  Con el botón 
34317 \begin_inset Graphics
34318         filename ../../images/math-macro-add-optional-param.png
34319         scale 85
34320
34321 \end_inset
34322
34323  se crean argumentos opcionales.
34324  El primer argumento no opcional puede transformarse en opcional con el
34325  botón 
34326 \begin_inset Graphics
34327         filename ../../images/math-macro-make-optional.png
34328         scale 85
34329
34330 \end_inset
34331
34332 .
34333  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
34334  Normalmente quieres verlo tal como está definido, así que el recuadro se
34335  deja vacío.
34336  Pero si has creado una macro que necesita mucho espacio en la pantalla,
34337  en dicho recuadro puedes insertar, por ejemplo
34338 \begin_inset Newline newline
34339 \end_inset
34340
34341
34342 \series bold
34343 qG: 
34344 \backslash
34345 #1
34346 \series default
34347  
34348 \series bold
34349 ,
34350 \series default
34351  
34352 \series bold
34353
34354 \backslash
34355 #2
34356 \series default
34357  
34358 \series bold
34359 ,
34360 \series default
34361  
34362 \series bold
34363
34364 \backslash
34365 #3, 
34366 \backslash
34367 #4
34368 \begin_inset Newline newline
34369 \end_inset
34370
34371
34372 \series default
34373 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
34374  en LyX, lo que conlleva una visualización mejor.
34375  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
34376 \begin_inset Newline newline
34377 \end_inset
34378
34379 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
34380  macros individuales situando el cursor en la macro y usando el menú 
34381 \family sans
34382 Ver\SpecialChar \menuseparator
34383 (Des)plegar macro de ecuación.
34384 \end_layout
34385
34386 \begin_layout Standard
34387 Para usar una macro, se inserta el nombre de la misma como comando en una
34388  ecuación, en nuestro caso 
34389 \series bold
34390
34391 \backslash
34392 qG
34393 \series default
34394 .
34395  Nuestra macro se muestra en LyX así:
34396 \begin_inset Newline newline
34397 \end_inset
34398
34399
34400 \begin_inset space \hspace*{\fill}
34401 \end_inset
34402
34403
34404 \begin_inset Graphics
34405         filename ../clipart/macrouse.png
34406
34407 \end_inset
34408
34409
34410 \begin_inset space \hspace*{\fill}
34411 \end_inset
34412
34413
34414 \begin_inset Newline newline
34415 \end_inset
34416
34417 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34418 \begin_inset Formula $x$
34419 \end_inset
34420
34421
34422 \begin_inset Formula $\ln(x)$
34423 \end_inset
34424
34425 , y 
34426 \begin_inset Formula $B$
34427 \end_inset
34428
34429 :
34430 \end_layout
34431
34432 \begin_layout Standard
34433 \begin_inset Formula \[
34434 \qG x{\ln(x)}B\]
34435
34436 \end_inset
34437
34438
34439 \end_layout
34440
34441 \begin_layout Standard
34442 LyX ofrece en el menú 
34443 \family sans
34444 Herramientas
34445 \family default
34446 \SpecialChar \menuseparator
34447
34448 \family sans
34449 Preferencias\SpecialChar \menuseparator
34450 Edición\SpecialChar \menuseparator
34451 Control
34452 \family default
34453  diferentes estilos para editar macros.
34454  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34455  cursor en una macro para ver la diferencia.
34456 \end_layout
34457
34458 \begin_layout Standard
34459 Una macro de ecuación se transforma internamente en un comando 
34460 \series bold
34461
34462 \backslash
34463 newcommand
34464 \series default
34465  cuando se exporta el documento.
34466  El comando creado 
34467 \series bold
34468
34469 \backslash
34470 newcommand
34471 \series default
34472  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
34473  usar en ecuaciones que estén en recuadros de definición de macros en el
34474  documento.
34475  
34476 \end_layout
34477
34478 \begin_layout Standard
34479 Las macros de ecuación también pueden crearse directamente a partir de un
34480  comando
34481 \series bold
34482  
34483 \backslash
34484 newcommand
34485 \series default
34486 .
34487  Por ejemplo, escribiendo el comando
34488 \begin_inset Newline newline
34489 \end_inset
34490
34491
34492 \series bold
34493
34494 \backslash
34495 newcommand{
34496 \backslash
34497 larrow}[2]{
34498 \backslash
34499 xleftarrow[#2]{#1}}
34500 \begin_inset Newline newline
34501 \end_inset
34502
34503
34504 \series default
34505 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34506  el atajo 
34507 \family sans
34508 Ctrl+M
34509 \family default
34510 , el comando se transformará en una macro de ecuación.
34511  Al emplear este método debes tener cuidado en escribir correctamente el
34512  comando 
34513 \series bold
34514
34515 \backslash
34516 newcommand
34517 \series default
34518 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34519  
34520 \end_layout
34521
34522 \begin_layout Standard
34523 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34524  en definiciones de macros se manejan incorrectamente.
34525  Por eso el ejemplo 
34526 \series bold
34527
34528 \backslash
34529 fb
34530 \series default
34531  de 
34532 \begin_inset CommandInset ref
34533 LatexCommand ref
34534 reference "sub:El-comando-newcommand"
34535
34536 \end_inset
34537
34538  no puede crearse como macro.
34539 \end_layout
34540
34541 \begin_layout Standard
34542 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34543  la barra de herramientas de macros:
34544 \end_layout
34545
34546 \begin_layout Standard
34547 \begin_inset VSpace defskip
34548 \end_inset
34549
34550
34551 \end_layout
34552
34553 \begin_layout Standard
34554 \begin_inset Graphics
34555         filename ../clipart/MacroToolbar.png
34556
34557 \end_inset
34558
34559
34560 \begin_inset Index idx
34561 status collapsed
34562
34563 \begin_layout Plain Layout
34564 Macros ! Barra de herramientas
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \begin_layout Standard
34573 \begin_inset VSpace defskip
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \begin_layout Standard
34580 La barra de herramientas de macros contiene los siguientes botones:
34581 \end_layout
34582
34583 \begin_layout Standard
34584 \begin_inset VSpace defskip
34585 \end_inset
34586
34587
34588 \end_layout
34589
34590 \begin_layout Standard
34591 \begin_inset Tabular
34592 <lyxtabular version="3" rows="9" columns="2">
34593 <features islongtable="true" longtabularalignment="center">
34594 <column alignment="left" valignment="top" width="0">
34595 <column alignment="left" valignment="top" width="85col%">
34596 <row interlinespace="2.5mm">
34597 <cell alignment="center" valignment="top" usebox="none">
34598 \begin_inset Text
34599
34600 \begin_layout Plain Layout
34601 \begin_inset Graphics
34602         filename ../../images/math-macro-remove-param.png
34603         BoundingBox 0bp 5bp 20bp 25bp
34604         rotateOrigin center
34605
34606 \end_inset
34607
34608
34609 \end_layout
34610
34611 \end_inset
34612 </cell>
34613 <cell alignment="center" valignment="top" usebox="none">
34614 \begin_inset Text
34615
34616 \begin_layout Plain Layout
34617
34618 \family sans
34619 Editar\SpecialChar \menuseparator
34620 Ecuación\SpecialChar \menuseparator
34621 Definición de macro\SpecialChar \menuseparator
34622 Quitar último argumento
34623 \end_layout
34624
34625 \end_inset
34626 </cell>
34627 </row>
34628 <row interlinespace="2.5mm">
34629 <cell alignment="center" valignment="top" usebox="none">
34630 \begin_inset Text
34631
34632 \begin_layout Plain Layout
34633 \begin_inset Graphics
34634         filename ../../images/math-macro-add-param.png
34635         BoundingBox 0bp 5bp 20bp 25bp
34636         rotateOrigin center
34637
34638 \end_inset
34639
34640
34641 \end_layout
34642
34643 \end_inset
34644 </cell>
34645 <cell alignment="center" valignment="top" usebox="none">
34646 \begin_inset Text
34647
34648 \begin_layout Plain Layout
34649
34650 \family sans
34651 Editar\SpecialChar \menuseparator
34652 Ecuación\SpecialChar \menuseparator
34653 Definición de macro\SpecialChar \menuseparator
34654 Añadir argumento
34655 \end_layout
34656
34657 \end_inset
34658 </cell>
34659 </row>
34660 <row interlinespace="2.5mm">
34661 <cell alignment="center" valignment="top" usebox="none">
34662 \begin_inset Text
34663
34664 \begin_layout Plain Layout
34665 \begin_inset Graphics
34666         filename ../../images/math-macro-make-optional.png
34667         BoundingBox 0bp 5bp 20bp 25bp
34668         rotateOrigin center
34669
34670 \end_inset
34671
34672
34673 \end_layout
34674
34675 \end_inset
34676 </cell>
34677 <cell alignment="center" valignment="top" usebox="none">
34678 \begin_inset Text
34679
34680 \begin_layout Plain Layout
34681
34682 \family sans
34683 Editar\SpecialChar \menuseparator
34684 Ecuación\SpecialChar \menuseparator
34685 Definición de macro\SpecialChar \menuseparator
34686 Hacer opcional el primer
34687 \begin_inset Newline newline
34688 \end_inset
34689
34690
34691 \begin_inset Phantom HPhantom
34692 status open
34693
34694 \begin_layout Plain Layout
34695
34696 \family sans
34697 Editar\SpecialChar \menuseparator
34698 Ecuación\SpecialChar \menuseparator
34699 Definición de macro\SpecialChar \menuseparator
34700
34701 \end_layout
34702
34703 \end_inset
34704
34705 argumento no opcional
34706 \end_layout
34707
34708 \end_inset
34709 </cell>
34710 </row>
34711 <row interlinespace="2.5mm">
34712 <cell alignment="center" valignment="top" usebox="none">
34713 \begin_inset Text
34714
34715 \begin_layout Plain Layout
34716 \begin_inset Graphics
34717         filename ../../images/math-macro-make-nonoptional.png
34718         BoundingBox 0bp 5bp 20bp 25bp
34719         rotateOrigin center
34720
34721 \end_inset
34722
34723
34724 \end_layout
34725
34726 \end_inset
34727 </cell>
34728 <cell alignment="center" valignment="top" usebox="none">
34729 \begin_inset Text
34730
34731 \begin_layout Plain Layout
34732
34733 \family sans
34734 Editar\SpecialChar \menuseparator
34735 Ecuación\SpecialChar \menuseparator
34736 Definición de macro\SpecialChar \menuseparator
34737 Hacer no opcional el primer
34738 \begin_inset Newline newline
34739 \end_inset
34740
34741
34742 \begin_inset Phantom HPhantom
34743 status open
34744
34745 \begin_layout Plain Layout
34746
34747 \family sans
34748 Editar\SpecialChar \menuseparator
34749 Ecuación\SpecialChar \menuseparator
34750 Definición de macro\SpecialChar \menuseparator
34751
34752 \end_layout
34753
34754 \end_inset
34755
34756 argumento opcional
34757 \end_layout
34758
34759 \end_inset
34760 </cell>
34761 </row>
34762 <row interlinespace="2.5mm">
34763 <cell alignment="center" valignment="top" usebox="none">
34764 \begin_inset Text
34765
34766 \begin_layout Plain Layout
34767 \begin_inset Graphics
34768         filename ../../images/math-macro-remove-optional-param.png
34769         BoundingBox 0bp 5bp 20bp 25bp
34770         rotateOrigin center
34771
34772 \end_inset
34773
34774
34775 \end_layout
34776
34777 \end_inset
34778 </cell>
34779 <cell alignment="center" valignment="top" usebox="none">
34780 \begin_inset Text
34781
34782 \begin_layout Plain Layout
34783
34784 \family sans
34785 Editar\SpecialChar \menuseparator
34786 Ecuación\SpecialChar \menuseparator
34787 Definición de macro\SpecialChar \menuseparator
34788 Quitar argumento opcional
34789 \end_layout
34790
34791 \end_inset
34792 </cell>
34793 </row>
34794 <row interlinespace="2.5mm">
34795 <cell alignment="center" valignment="top" usebox="none">
34796 \begin_inset Text
34797
34798 \begin_layout Plain Layout
34799 \begin_inset Graphics
34800         filename ../../images/math-macro-add-optional-param.png
34801         BoundingBox 0bp 5bp 20bp 25bp
34802         rotateOrigin center
34803
34804 \end_inset
34805
34806
34807 \end_layout
34808
34809 \end_inset
34810 </cell>
34811 <cell alignment="center" valignment="top" usebox="none">
34812 \begin_inset Text
34813
34814 \begin_layout Plain Layout
34815
34816 \family sans
34817 Editar\SpecialChar \menuseparator
34818 Ecuación\SpecialChar \menuseparator
34819 Definición de macro\SpecialChar \menuseparator
34820 Insertar argumento opcional
34821 \end_layout
34822
34823 \end_inset
34824 </cell>
34825 </row>
34826 <row interlinespace="2.5mm">
34827 <cell alignment="center" valignment="top" usebox="none">
34828 \begin_inset Text
34829
34830 \begin_layout Plain Layout
34831 \begin_inset Graphics
34832         filename ../../images/math-macro-remove-greedy-param.png
34833         BoundingBox 0bp 5bp 20bp 25bp
34834         rotateOrigin center
34835
34836 \end_inset
34837
34838
34839 \end_layout
34840
34841 \end_inset
34842 </cell>
34843 <cell alignment="center" valignment="top" usebox="none">
34844 \begin_inset Text
34845
34846 \begin_layout Plain Layout
34847
34848 \family sans
34849 Editar\SpecialChar \menuseparator
34850 Ecuación\SpecialChar \menuseparator
34851 Definición de macro\SpecialChar \menuseparator
34852 Quitar último argumento
34853 \begin_inset Newline newline
34854 \end_inset
34855
34856
34857 \begin_inset Phantom HPhantom
34858 status open
34859
34860 \begin_layout Plain Layout
34861
34862 \family sans
34863 Editar\SpecialChar \menuseparator
34864 Ecuación\SpecialChar \menuseparator
34865 Definición de macro\SpecialChar \menuseparator
34866
34867 \end_layout
34868
34869 \end_inset
34870
34871 yendo hacia la derecha
34872 \end_layout
34873
34874 \end_inset
34875 </cell>
34876 </row>
34877 <row interlinespace="2.5mm">
34878 <cell alignment="center" valignment="top" usebox="none">
34879 \begin_inset Text
34880
34881 \begin_layout Plain Layout
34882 \begin_inset Graphics
34883         filename ../../images/math-macro-append-greedy-param.png
34884         BoundingBox 0bp 5bp 20bp 25bp
34885         rotateOrigin center
34886
34887 \end_inset
34888
34889
34890 \end_layout
34891
34892 \end_inset
34893 </cell>
34894 <cell alignment="center" valignment="top" usebox="none">
34895 \begin_inset Text
34896
34897 \begin_layout Plain Layout
34898
34899 \family sans
34900 Editar\SpecialChar \menuseparator
34901 Ecuación\SpecialChar \menuseparator
34902 Definición de macro\SpecialChar \menuseparator
34903 Añadir argumento comiendo
34904 \begin_inset Newline newline
34905 \end_inset
34906
34907
34908 \begin_inset Phantom HPhantom
34909 status open
34910
34911 \begin_layout Plain Layout
34912
34913 \family sans
34914 Editar\SpecialChar \menuseparator
34915 Ecuación\SpecialChar \menuseparator
34916 Definición de macro\SpecialChar \menuseparator
34917
34918 \end_layout
34919
34920 \end_inset
34921
34922 desde la derecha
34923 \end_layout
34924
34925 \end_inset
34926 </cell>
34927 </row>
34928 <row interlinespace="2.5mm">
34929 <cell alignment="center" valignment="top" usebox="none">
34930 \begin_inset Text
34931
34932 \begin_layout Plain Layout
34933 \begin_inset Graphics
34934         filename ../../images/math-macro-add-greedy-optional-param.png
34935         BoundingBox 0bp 5bp 20bp 25bp
34936         rotateOrigin center
34937
34938 \end_inset
34939
34940
34941 \end_layout
34942
34943 \end_inset
34944 </cell>
34945 <cell alignment="center" valignment="top" usebox="none">
34946 \begin_inset Text
34947
34948 \begin_layout Plain Layout
34949
34950 \family sans
34951 Editar\SpecialChar \menuseparator
34952 Ecuación\SpecialChar \menuseparator
34953 Definición de macro\SpecialChar \menuseparator
34954 Añadir argumento opcional
34955 \begin_inset Newline newline
34956 \end_inset
34957
34958
34959 \begin_inset Phantom HPhantom
34960 status open
34961
34962 \begin_layout Plain Layout
34963
34964 \family sans
34965 Editar\SpecialChar \menuseparator
34966 Ecuación\SpecialChar \menuseparator
34967 Definición de macro\SpecialChar \menuseparator
34968
34969 \end_layout
34970
34971 \end_inset
34972
34973 comiendo desde la derecha
34974 \end_layout
34975
34976 \end_inset
34977 </cell>
34978 </row>
34979 </lyxtabular>
34980
34981 \end_inset
34982
34983
34984 \end_layout
34985
34986 \begin_layout Standard
34987 \noindent
34988 \align center
34989 \begin_inset Newpage newpage
34990 \end_inset
34991
34992
34993 \end_layout
34994
34995 \begin_layout Section
34996 Indicaciones
34997 \begin_inset Index idx
34998 status collapsed
34999
35000 \begin_layout Plain Layout
35001 Indicaciones
35002 \end_layout
35003
35004 \end_inset
35005
35006
35007 \end_layout
35008
35009 \begin_layout Subsection
35010 Números negativos
35011 \begin_inset Index idx
35012 status collapsed
35013
35014 \begin_layout Plain Layout
35015 Numeros@Números ! negativos
35016 \end_layout
35017
35018 \end_inset
35019
35020
35021 \end_layout
35022
35023 \begin_layout Standard
35024 Los números negativos a veces se ven feos en las ecuaciones porque el signo
35025  menos delante del número tiene la misma longitud que el operador signo
35026  menos.
35027  Si se escribe el número negativo en texto normal el signo menos aparece
35028  correctamente.
35029 \end_layout
35030
35031 \begin_layout Standard
35032 Así pues, el problema desaparece si se convierte el signo menos a texto
35033  matemático.
35034 \end_layout
35035
35036 \begin_layout Standard
35037 Un ejemplo para visualizar el problema:
35038 \end_layout
35039
35040 \begin_layout Standard
35041 \noindent
35042 \align center
35043 \begin_inset Tabular
35044 <lyxtabular version="3" rows="3" columns="2">
35045 <features tabularvalignment="middle">
35046 <column alignment="center" valignment="top" width="0">
35047 <column alignment="center" valignment="top" width="0">
35048 <row>
35049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35050 \begin_inset Text
35051
35052 \begin_layout Plain Layout
35053 texto normal:
35054 \end_layout
35055
35056 \end_inset
35057 </cell>
35058 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35059 \begin_inset Text
35060
35061 \begin_layout Plain Layout
35062 x = -2
35063 \end_layout
35064
35065 \end_inset
35066 </cell>
35067 </row>
35068 <row>
35069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35070 \begin_inset Text
35071
35072 \begin_layout Plain Layout
35073 ecuación:
35074 \end_layout
35075
35076 \end_inset
35077 </cell>
35078 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35079 \begin_inset Text
35080
35081 \begin_layout Plain Layout
35082 \begin_inset Formula $x=-2$
35083 \end_inset
35084
35085
35086 \end_layout
35087
35088 \end_inset
35089 </cell>
35090 </row>
35091 <row>
35092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35093 \begin_inset Text
35094
35095 \begin_layout Plain Layout
35096 solución:
35097 \end_layout
35098
35099 \end_inset
35100 </cell>
35101 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35102 \begin_inset Text
35103
35104 \begin_layout Plain Layout
35105 \begin_inset Formula $x=\mbox{-}2$
35106 \end_inset
35107
35108
35109 \end_layout
35110
35111 \end_inset
35112 </cell>
35113 </row>
35114 </lyxtabular>
35115
35116 \end_inset
35117
35118
35119 \end_layout
35120
35121 \begin_layout Subsection
35122 Coma como separador decimal
35123 \begin_inset Index idx
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127 Coma decimal
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \end_layout
35134
35135 \begin_layout Standard
35136 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
35137  de grupos numéricos.
35138  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
35139 \end_layout
35140
35141 \begin_layout Standard
35142 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
35143  
35144 \family sans
35145 Ctrl+M
35146 \family default
35147 ).
35148 \end_layout
35149
35150 \begin_layout Standard
35151 Para usar las comas en todas las fórmulas del documento como separador decimal,
35152  se carga el archivo 
35153 \series bold
35154 icomma.sty
35155 \series default
35156
35157 \begin_inset Foot
35158 status collapsed
35159
35160 \begin_layout Plain Layout
35161
35162 \series bold
35163 icomma
35164 \series default
35165  forma parte del paquete LaTeX 
35166 \series bold
35167 was
35168 \series default
35169
35170 \begin_inset Index idx
35171 status collapsed
35172
35173 \begin_layout Plain Layout
35174 Paquetes ! was
35175 \begin_inset ERT
35176 status collapsed
35177
35178 \begin_layout Plain Layout
35179
35180
35181 \backslash
35182 vspace{4mm}
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \end_inset
35191
35192 .
35193 \end_layout
35194
35195 \end_inset
35196
35197
35198 \begin_inset Index idx
35199 status collapsed
35200
35201 \begin_layout Plain Layout
35202 Paquetes ! icomma
35203 \end_layout
35204
35205 \end_inset
35206
35207  en el preámbulo LaTeX con la línea: 
35208 \end_layout
35209
35210 \begin_layout Standard
35211
35212 \series bold
35213
35214 \backslash
35215 usepackage{icomma}
35216 \end_layout
35217
35218 \begin_layout Subsection
35219 Vectores físicos
35220 \begin_inset CommandInset label
35221 LatexCommand label
35222 name "sub:Vectores-físicos"
35223
35224 \end_inset
35225
35226
35227 \begin_inset Index idx
35228 status collapsed
35229
35230 \begin_layout Plain Layout
35231 Vectores físicos
35232 \end_layout
35233
35234 \end_inset
35235
35236
35237 \end_layout
35238
35239 \begin_layout Standard
35240 El paquete LaTeX 
35241 \series bold
35242 braket
35243 \series default
35244
35245 \begin_inset Index idx
35246 status collapsed
35247
35248 \begin_layout Plain Layout
35249 Paquetes ! braket
35250 \end_layout
35251
35252 \end_inset
35253
35254  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
35255 \end_layout
35256
35257 \begin_layout Standard
35258
35259 \series bold
35260
35261 \backslash
35262 usepackage{braket}
35263 \end_layout
35264
35265 \begin_layout Standard
35266 \begin_inset ERT
35267 status collapsed
35268
35269 \begin_layout Plain Layout
35270
35271
35272 \backslash
35273 ifbraket 
35274 \end_layout
35275
35276 \end_inset
35277
35278
35279 \begin_inset Note Note
35280 status open
35281
35282 \begin_layout Plain Layout
35283 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
35284 \series bold
35285 braket
35286 \series default
35287  está instalado.
35288 \end_layout
35289
35290 \end_inset
35291
35292
35293 \end_layout
35294
35295 \begin_layout Standard
35296 Están definidos los siguientes comandos:
35297 \end_layout
35298
35299 \begin_layout Standard
35300 \noindent
35301 \align center
35302 \begin_inset Tabular
35303 <lyxtabular version="3" rows="4" columns="2">
35304 <features tabularvalignment="middle">
35305 <column alignment="center" valignment="top" width="0">
35306 <column alignment="center" valignment="top" width="0">
35307 <row>
35308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35309 \begin_inset Text
35310
35311 \begin_layout Plain Layout
35312 Comando
35313 \end_layout
35314
35315 \end_inset
35316 </cell>
35317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35318 \begin_inset Text
35319
35320 \begin_layout Plain Layout
35321 Resultado
35322 \end_layout
35323
35324 \end_inset
35325 </cell>
35326 </row>
35327 <row>
35328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35329 \begin_inset Text
35330
35331 \begin_layout Plain Layout
35332
35333 \backslash
35334 Bra{
35335 \backslash
35336 psi
35337 \end_layout
35338
35339 \end_inset
35340 </cell>
35341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35342 \begin_inset Text
35343
35344 \begin_layout Plain Layout
35345 \begin_inset Formula $\Bra{\psi}$
35346 \end_inset
35347
35348
35349 \end_layout
35350
35351 \end_inset
35352 </cell>
35353 </row>
35354 <row>
35355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35356 \begin_inset Text
35357
35358 \begin_layout Plain Layout
35359
35360 \backslash
35361 Ket{
35362 \backslash
35363 psi
35364 \end_layout
35365
35366 \end_inset
35367 </cell>
35368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35369 \begin_inset Text
35370
35371 \begin_layout Plain Layout
35372 \begin_inset Formula $\Ket{\psi}$
35373 \end_inset
35374
35375
35376 \end_layout
35377
35378 \end_inset
35379 </cell>
35380 </row>
35381 <row>
35382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35383 \begin_inset Text
35384
35385 \begin_layout Plain Layout
35386
35387 \backslash
35388 Braket{
35389 \backslash
35390 psi|
35391 \backslash
35392 phi
35393 \end_layout
35394
35395 \end_inset
35396 </cell>
35397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35398 \begin_inset Text
35399
35400 \begin_layout Plain Layout
35401 \begin_inset Formula $\Braket{\psi|\phi}$
35402 \end_inset
35403
35404
35405 \end_layout
35406
35407 \end_inset
35408 </cell>
35409 </row>
35410 </lyxtabular>
35411
35412 \end_inset
35413
35414
35415 \end_layout
35416
35417 \begin_layout Standard
35418 El comando 
35419 \series bold
35420
35421 \backslash
35422 Braket
35423 \series default
35424  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35425  circundantes:
35426 \begin_inset Formula \[
35427 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
35428
35429 \end_inset
35430
35431
35432 \begin_inset ERT
35433 status collapsed
35434
35435 \begin_layout Plain Layout
35436
35437
35438 \backslash
35439 else
35440 \end_layout
35441
35442 \end_inset
35443
35444
35445 \begin_inset Note Note
35446 status open
35447
35448 \begin_layout Plain Layout
35449 Lo que sigue se verá en la salida si el paquete LaTeX 
35450 \series bold
35451 braket
35452 \series default
35453  no está instalado:
35454 \end_layout
35455
35456 \end_inset
35457
35458
35459 \end_layout
35460
35461 \begin_layout Standard
35462 Debes instalar el paquete LaTeX 
35463 \series bold
35464 braket
35465 \series default
35466  para ver en la salida el resto de esta subsección.
35467 \end_layout
35468
35469 \begin_layout Standard
35470 \begin_inset ERT
35471 status collapsed
35472
35473 \begin_layout Plain Layout
35474
35475
35476 \backslash
35477 fi
35478 \end_layout
35479
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \begin_layout Standard
35486 El efecto de 
35487 \series bold
35488
35489 \backslash
35490 Braket
35491 \series default
35492  también se puede conseguir con el comando 
35493 \series bold
35494
35495 \backslash
35496 middle
35497 \series default
35498 , que se describe en 
35499 \begin_inset CommandInset ref
35500 LatexCommand ref
35501 reference "sub:Tamaño-automático-de"
35502
35503 \end_inset
35504
35505 .
35506 \end_layout
35507
35508 \begin_layout Subsection
35509 Fracciones definidas por el usuario
35510 \begin_inset CommandInset label
35511 LatexCommand label
35512 name "sub:Fracciones-personalizadas"
35513
35514 \end_inset
35515
35516
35517 \begin_inset Index idx
35518 status collapsed
35519
35520 \begin_layout Plain Layout
35521 Fracciones ! personalizadas
35522 \end_layout
35523
35524 \end_inset
35525
35526
35527 \end_layout
35528
35529 \begin_layout Standard
35530 Para definir comandos personalizados para fracciones, se usa el comando
35531  
35532 \series bold
35533
35534 \backslash
35535 genfrac
35536 \series default
35537
35538 \begin_inset Index idx
35539 status collapsed
35540
35541 \begin_layout Plain Layout
35542 Comandos ! G ! 
35543 \backslash
35544 genfrac
35545 \end_layout
35546
35547 \end_inset
35548
35549  con el siguiente esquema:
35550 \end_layout
35551
35552 \begin_layout Standard
35553
35554 \series bold
35555
35556 \backslash
35557 genfrac{delimitador izquierdo}{delimitador derecho}
35558 \begin_inset Newline newline
35559 \end_inset
35560
35561
35562 \begin_inset Phantom HPhantom
35563 status open
35564
35565 \begin_layout Plain Layout
35566
35567 \series bold
35568
35569 \backslash
35570 genfrac
35571 \end_layout
35572
35573 \end_inset
35574
35575 {grosor raya de fracción}{estilo}{numerador}{denominador}
35576 \end_layout
35577
35578 \begin_layout Standard
35579 El estilo es un número en el rango 0
35580 \begin_inset space \thinspace{}
35581 \end_inset
35582
35583 -
35584 \begin_inset space \thinspace{}
35585 \end_inset
35586
35587 3.
35588 \end_layout
35589
35590 \begin_layout Standard
35591 \align center
35592 \begin_inset Tabular
35593 <lyxtabular version="3" rows="5" columns="2">
35594 <features tabularvalignment="middle">
35595 <column alignment="center" valignment="top" width="0">
35596 <column alignment="center" valignment="top" width="0">
35597 <row>
35598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35599 \begin_inset Text
35600
35601 \begin_layout Plain Layout
35602 Número
35603 \end_layout
35604
35605 \end_inset
35606 </cell>
35607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35608 \begin_inset Text
35609
35610 \begin_layout Plain Layout
35611 Estilo (tamaño)
35612 \end_layout
35613
35614 \end_inset
35615 </cell>
35616 </row>
35617 <row>
35618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35619 \begin_inset Text
35620
35621 \begin_layout Plain Layout
35622 0
35623 \end_layout
35624
35625 \end_inset
35626 </cell>
35627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35628 \begin_inset Text
35629
35630 \begin_layout Plain Layout
35631 ecuación presentada
35632 \end_layout
35633
35634 \end_inset
35635 </cell>
35636 </row>
35637 <row>
35638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35639 \begin_inset Text
35640
35641 \begin_layout Plain Layout
35642 1
35643 \end_layout
35644
35645 \end_inset
35646 </cell>
35647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35648 \begin_inset Text
35649
35650 \begin_layout Plain Layout
35651 ecuación en línea
35652 \end_layout
35653
35654 \end_inset
35655 </cell>
35656 </row>
35657 <row>
35658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35659 \begin_inset Text
35660
35661 \begin_layout Plain Layout
35662 2
35663 \end_layout
35664
35665 \end_inset
35666 </cell>
35667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35668 \begin_inset Text
35669
35670 \begin_layout Plain Layout
35671 pequeño
35672 \end_layout
35673
35674 \end_inset
35675 </cell>
35676 </row>
35677 <row>
35678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35679 \begin_inset Text
35680
35681 \begin_layout Plain Layout
35682 3
35683 \end_layout
35684
35685 \end_inset
35686 </cell>
35687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35688 \begin_inset Text
35689
35690 \begin_layout Plain Layout
35691 muy pequeño
35692 \end_layout
35693
35694 \end_inset
35695 </cell>
35696 </row>
35697 </lyxtabular>
35698
35699 \end_inset
35700
35701
35702 \end_layout
35703
35704 \begin_layout Standard
35705 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35706  
35707 \series bold
35708
35709 \backslash
35710 frac
35711 \series default
35712 .
35713 \end_layout
35714
35715 \begin_layout Standard
35716 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35717  de 0.4
35718 \begin_inset space \thinspace{}
35719 \end_inset
35720
35721 pt.
35722 \end_layout
35723
35724 \begin_layout Standard
35725 Por ejemplo, los comandos 
35726 \series bold
35727
35728 \backslash
35729 dfrac
35730 \series default
35731  y 
35732 \series bold
35733
35734 \backslash
35735 tbinom
35736 \series default
35737  de la 
35738 \begin_inset CommandInset ref
35739 LatexCommand ref
35740 reference "sub:Fracciones"
35741
35742 \end_inset
35743
35744  se definen con los comandos:
35745 \end_layout
35746
35747 \begin_layout Standard
35748
35749 \series bold
35750
35751 \backslash
35752 newcommand{
35753 \backslash
35754 dfrac}[2]{
35755 \backslash
35756 genfrac{}{}{}{0}{#1}{#2}}
35757 \end_layout
35758
35759 \begin_layout Standard
35760 y
35761 \end_layout
35762
35763 \begin_layout Standard
35764
35765 \series bold
35766
35767 \backslash
35768 newcommand{
35769 \backslash
35770 tbinom}[2]{
35771 \backslash
35772 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35773 \end_layout
35774
35775 \begin_layout Standard
35776 \begin_inset VSpace medskip
35777 \end_inset
35778
35779
35780 \end_layout
35781
35782 \begin_layout Standard
35783 Para definir una fracción en la que el grosor de la raya se pueda definir
35784  como argumento opcional, se inserta la siguiente línea en el preámbulo
35785  LaTeX:
35786 \end_layout
35787
35788 \begin_layout Standard
35789
35790 \series bold
35791
35792 \backslash
35793 newcommand{
35794 \backslash
35795 fracS}[3][]{
35796 \backslash
35797 genfrac{}{}{#1}{}{#2}{#3}}
35798 \end_layout
35799
35800 \begin_layout Standard
35801 Un ensayo:
35802 \begin_inset Formula \begin{align*}
35803 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35804 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35805 \end{align*}
35806
35807 \end_inset
35808
35809 Como se puede ver, la distancia del numerador y el denominador a la raya
35810  de fracción se redondea a unas tres veces el grosor de la raya.
35811 \end_layout
35812
35813 \begin_layout Subsection
35814 Ecuaciones canceladas
35815 \begin_inset Index idx
35816 status collapsed
35817
35818 \begin_layout Plain Layout
35819 Ecuación ! cancelada
35820 \end_layout
35821
35822 \end_inset
35823
35824
35825 \end_layout
35826
35827 \begin_layout Standard
35828 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
35829  
35830 \series bold
35831 cancel
35832 \series default
35833
35834 \begin_inset Index idx
35835 status collapsed
35836
35837 \begin_layout Plain Layout
35838 Paquetes ! cancel
35839 \end_layout
35840
35841 \end_inset
35842
35843  con la línea de preámbulo LaTeX
35844 \end_layout
35845
35846 \begin_layout Standard
35847
35848 \series bold
35849
35850 \backslash
35851 usepackage[samesize]{cancel}
35852 \end_layout
35853
35854 \begin_layout Standard
35855 \begin_inset ERT
35856 status collapsed
35857
35858 \begin_layout Plain Layout
35859
35860
35861 \backslash
35862 ifcancel 
35863 \end_layout
35864
35865 \end_inset
35866
35867
35868 \begin_inset Note Note
35869 status open
35870
35871 \begin_layout Plain Layout
35872 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
35873 \series bold
35874 cancel
35875 \series default
35876  está instalado.
35877 \end_layout
35878
35879 \end_inset
35880
35881
35882 \end_layout
35883
35884 \begin_layout Standard
35885 Hay cuatro formas de cancelar ecuaciones:
35886 \end_layout
35887
35888 \begin_layout Standard
35889 \align center
35890 \begin_inset Tabular
35891 <lyxtabular version="3" rows="5" columns="2">
35892 <features tabularvalignment="middle">
35893 <column alignment="center" valignment="top" width="0">
35894 <column alignment="center" valignment="top" width="0">
35895 <row>
35896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35897 \begin_inset Text
35898
35899 \begin_layout Plain Layout
35900 Comando
35901 \end_layout
35902
35903 \end_inset
35904 </cell>
35905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35906 \begin_inset Text
35907
35908 \begin_layout Plain Layout
35909 Resultado
35910 \begin_inset Note Note
35911 status collapsed
35912
35913 \begin_layout Plain Layout
35914 El
35915 \series bold
35916  
35917 \series default
35918 espacio y 
35919 \series bold
35920
35921 \backslash
35922 raisebox
35923 \series default
35924  se usa sólo como espaciador
35925 \end_layout
35926
35927 \end_inset
35928
35929
35930 \end_layout
35931
35932 \end_inset
35933 </cell>
35934 </row>
35935 <row>
35936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35937 \begin_inset Text
35938
35939 \begin_layout Plain Layout
35940
35941 \backslash
35942 cancel{
35943 \backslash
35944 int
35945 \begin_inset ERT
35946 status collapsed
35947
35948 \begin_layout Plain Layout
35949
35950
35951 \backslash
35952 spce 
35953 \end_layout
35954
35955 \end_inset
35956
35957 A=B
35958 \end_layout
35959
35960 \end_inset
35961 </cell>
35962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35963 \begin_inset Text
35964
35965 \begin_layout Plain Layout
35966 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35967 \end_inset
35968
35969
35970 \end_layout
35971
35972 \end_inset
35973 </cell>
35974 </row>
35975 <row>
35976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35977 \begin_inset Text
35978
35979 \begin_layout Plain Layout
35980
35981 \backslash
35982 bcancel{
35983 \backslash
35984 int
35985 \begin_inset ERT
35986 status collapsed
35987
35988 \begin_layout Plain Layout
35989
35990
35991 \backslash
35992 spce 
35993 \end_layout
35994
35995 \end_inset
35996
35997 A=B
35998 \end_layout
35999
36000 \end_inset
36001 </cell>
36002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36003 \begin_inset Text
36004
36005 \begin_layout Plain Layout
36006 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
36007 \end_inset
36008
36009
36010 \end_layout
36011
36012 \end_inset
36013 </cell>
36014 </row>
36015 <row>
36016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36017 \begin_inset Text
36018
36019 \begin_layout Plain Layout
36020
36021 \backslash
36022 xcancel{
36023 \backslash
36024 int
36025 \begin_inset ERT
36026 status collapsed
36027
36028 \begin_layout Plain Layout
36029
36030
36031 \backslash
36032 spce 
36033 \end_layout
36034
36035 \end_inset
36036
36037 A=B
36038 \end_layout
36039
36040 \end_inset
36041 </cell>
36042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36043 \begin_inset Text
36044
36045 \begin_layout Plain Layout
36046 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
36047 \end_inset
36048
36049
36050 \end_layout
36051
36052 \end_inset
36053 </cell>
36054 </row>
36055 <row>
36056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36057 \begin_inset Text
36058
36059 \begin_layout Plain Layout
36060
36061 \backslash
36062 cancelto{1
36063 \begin_inset Formula $\to$
36064 \end_inset
36065
36066
36067 \backslash
36068 {
36069 \backslash
36070 int
36071 \begin_inset ERT
36072 status collapsed
36073
36074 \begin_layout Plain Layout
36075
36076
36077 \backslash
36078 spce 
36079 \end_layout
36080
36081 \end_inset
36082
36083 A=B
36084 \end_layout
36085
36086 \end_inset
36087 </cell>
36088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36089 \begin_inset Text
36090
36091 \begin_layout Plain Layout
36092 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36093 \end_inset
36094
36095
36096 \end_layout
36097
36098 \end_inset
36099 </cell>
36100 </row>
36101 </lyxtabular>
36102
36103 \end_inset
36104
36105
36106 \end_layout
36107
36108 \begin_layout Standard
36109
36110 \series bold
36111
36112 \backslash
36113 cancelto
36114 \series default
36115  es especialmente apropiada para visualizar la simplificación de fracciones
36116  en una ecuación:
36117 \begin_inset Formula \[
36118 \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}}}\]
36119
36120 \end_inset
36121
36122
36123 \end_layout
36124
36125 \begin_layout Standard
36126 \begin_inset ERT
36127 status collapsed
36128
36129 \begin_layout Plain Layout
36130
36131
36132 \backslash
36133 else
36134 \end_layout
36135
36136 \end_inset
36137
36138
36139 \begin_inset Note Note
36140 status open
36141
36142 \begin_layout Plain Layout
36143 Lo que sigue se verá en la salida si el paquete LaTeX 
36144 \series bold
36145 cancel
36146 \series default
36147  no está instalado:
36148 \end_layout
36149
36150 \end_inset
36151
36152
36153 \end_layout
36154
36155 \begin_layout Standard
36156 Debes instalar el paquete LaTeX 
36157 \series bold
36158 cancel
36159 \series default
36160  para ver en la salida el resto de esta subsección.
36161 \end_layout
36162
36163 \begin_layout Standard
36164 \begin_inset ERT
36165 status collapsed
36166
36167 \begin_layout Plain Layout
36168
36169
36170 \backslash
36171 fi
36172 \end_layout
36173
36174 \end_inset
36175
36176
36177 \end_layout
36178
36179 \begin_layout Subsection
36180 Ecuaciones en encabezados de sección
36181 \begin_inset CommandInset label
36182 LatexCommand label
36183 name "sub:Ecuaciones-en-encabezados"
36184
36185 \end_inset
36186
36187
36188 \begin_inset Index idx
36189 status collapsed
36190
36191 \begin_layout Plain Layout
36192 Ecuación ! en encabezados de sección
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \begin_layout Standard
36201 Si se quiere poner una ecuación en un encabezado de sección hay que tener
36202  en cuenta lo siguiente:
36203 \end_layout
36204
36205 \begin_layout Standard
36206 \begin_inset Note Greyedout
36207 status open
36208
36209 \begin_layout Plain Layout
36210 Si el soporte para 
36211 \series bold
36212 hyperref
36213 \series default
36214
36215 \begin_inset Index idx
36216 status collapsed
36217
36218 \begin_layout Plain Layout
36219 Paquetes ! hyperref
36220 \end_layout
36221
36222 \end_inset
36223
36224  está activado en la configuración del documento, 
36225 \family sans
36226 Propiedades
36227 \begin_inset space ~
36228 \end_inset
36229
36230
36231 \family default
36232 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
36233  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
36234  texto del marcador, porque se infringen las convenciones PDF.
36235 \end_layout
36236
36237 \end_inset
36238
36239
36240 \end_layout
36241
36242 \begin_layout Standard
36243 Estos problemas se pueden solucionar insertando al final del encabezado
36244  un título breve con el menú 
36245 \family sans
36246 Insertar\SpecialChar \menuseparator
36247 Título
36248 \begin_inset space ~
36249 \end_inset
36250
36251 breve
36252 \family default
36253 .
36254  Los títulos breves se usan como alternativa para encabezados de sección
36255  con más de una línea para mantener el buen aspecto del índice.
36256  En éste sólo aparece el título breve y por tanto también en los marcadores.
36257 \end_layout
36258
36259 \begin_layout Standard
36260 Si hay que poner ecuaciones en el índice y se usa 
36261 \series bold
36262 hyperref
36263 \series default
36264 , se puede insertar el siguiente comando en modo TeX:
36265 \end_layout
36266
36267 \begin_layout Standard
36268
36269 \series bold
36270
36271 \backslash
36272 texorpdfstring{parte}{alternativa}
36273 \begin_inset Index idx
36274 status collapsed
36275
36276 \begin_layout Plain Layout
36277 Comandos ! T ! 
36278 \backslash
36279 texorpdfstring
36280 \end_layout
36281
36282 \end_inset
36283
36284
36285 \end_layout
36286
36287 \begin_layout Standard
36288 parte se refiere a la parte del encabezado que no debería aparecer en el
36289  marcador PDF.
36290  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
36291  La alternativa se usa para el marcador en vez de la parte.
36292 \end_layout
36293
36294 \begin_layout Standard
36295 Aquí hay dos ejemplos de encabezados con ecuación:
36296 \end_layout
36297
36298 \begin_layout Standard
36299 \begin_inset VSpace -3mm
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \begin_layout Standard
36306 \begin_inset ERT
36307 status collapsed
36308
36309 \begin_layout Plain Layout
36310
36311
36312 \backslash
36313 boldmath 
36314 \end_layout
36315
36316 \end_inset
36317
36318
36319 \end_layout
36320
36321 \begin_layout Subsubsection
36322 Encabezado sin ecuación en el índice 
36323 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36324 \end_inset
36325
36326
36327 \begin_inset Argument
36328 status collapsed
36329
36330 \begin_layout Plain Layout
36331 Encabezado sin ecuación en el índice
36332 \end_layout
36333
36334 \end_inset
36335
36336
36337 \end_layout
36338
36339 \begin_layout Subsubsection
36340 Encabezado con ecuación en el índice
36341 \begin_inset ERT
36342 status collapsed
36343
36344 \begin_layout Plain Layout
36345
36346
36347 \backslash
36348 texorpdfstring{
36349 \end_layout
36350
36351 \end_inset
36352
36353  
36354 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36355 \end_inset
36356
36357
36358 \begin_inset ERT
36359 status collapsed
36360
36361 \begin_layout Plain Layout
36362
36363 }{}
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \begin_layout Standard
36372 \begin_inset ERT
36373 status collapsed
36374
36375 \begin_layout Plain Layout
36376
36377
36378 \backslash
36379 unboldmath 
36380 \end_layout
36381
36382 \end_inset
36383
36384 En el primer encabezado se ha puesto un título breve, en el segundo un 
36385 \series bold
36386
36387 \backslash
36388 texorpdfstring
36389 \series default
36390 .
36391 \end_layout
36392
36393 \begin_layout Standard
36394 Para obtener el mismo formato que en los demás encabezados se han puesto
36395  ambos en un entorno 
36396 \series bold
36397 boldmath
36398 \series default
36399 .
36400 \begin_inset Foot
36401 status collapsed
36402
36403 \begin_layout Plain Layout
36404 véase 
36405 \begin_inset CommandInset ref
36406 LatexCommand ref
36407 reference "sub:Ecuaciones-en-negrita"
36408
36409 \end_inset
36410
36411
36412 \end_layout
36413
36414 \end_inset
36415
36416
36417 \end_layout
36418
36419 \begin_layout Subsection
36420 Ecuaciones en texto multicolumna
36421 \begin_inset Index idx
36422 status collapsed
36423
36424 \begin_layout Plain Layout
36425 Ecuación ! en texto multicolumna
36426 \end_layout
36427
36428 \end_inset
36429
36430
36431 \end_layout
36432
36433 \begin_layout Standard
36434 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36435  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36436  de la página.
36437  Esto se hace usando el paquete LaTeX 
36438 \series bold
36439 multicol
36440 \series default
36441 ,
36442 \begin_inset Foot
36443 status collapsed
36444
36445 \begin_layout Plain Layout
36446
36447 \series bold
36448 multicol
36449 \series default
36450  forma parte de las distribuciones LaTeX estándar.
36451 \end_layout
36452
36453 \end_inset
36454
36455
36456 \begin_inset Index idx
36457 status collapsed
36458
36459 \begin_layout Plain Layout
36460 Paquetes ! multicol
36461 \end_layout
36462
36463 \end_inset
36464
36465  que se carga en el preámbulo LaTeX con la línea
36466 \end_layout
36467
36468 \begin_layout Standard
36469
36470 \series bold
36471
36472 \backslash
36473 usepackage{multicol}
36474 \end_layout
36475
36476 \begin_layout Standard
36477 \begin_inset Note Greyedout
36478 status collapsed
36479
36480 \begin_layout Plain Layout
36481 Ten en cuenta que la opción 
36482 \family sans
36483 Documento
36484 \begin_inset space ~
36485 \end_inset
36486
36487 con
36488 \begin_inset space ~
36489 \end_inset
36490
36491 dos
36492 \begin_inset space ~
36493 \end_inset
36494
36495 caras
36496 \family default
36497 , bajo 
36498 \family sans
36499 Diseño
36500 \begin_inset space ~
36501 \end_inset
36502
36503 de
36504 \begin_inset space ~
36505 \end_inset
36506
36507 página 
36508 \family default
36509 en el menú 
36510 \family sans
36511 Documento\SpecialChar \menuseparator
36512 Configuración
36513 \family default
36514  
36515 \emph on
36516 debe
36517 \emph default
36518  estar desmarcada.
36519 \end_layout
36520
36521 \end_inset
36522
36523
36524 \end_layout
36525
36526 \begin_layout Standard
36527 Antes del texto multicolumna se inserta en modo TeX el comando
36528 \end_layout
36529
36530 \begin_layout Standard
36531
36532 \series bold
36533
36534 \backslash
36535 begin{multicols}{número de columnas}
36536 \end_layout
36537
36538 \begin_layout Standard
36539 El número de columnas está en el rango 2-10.
36540  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36541  TeX el comando
36542 \end_layout
36543
36544 \begin_layout Standard
36545
36546 \series bold
36547
36548 \backslash
36549 end{multicols}
36550 \end_layout
36551
36552 \begin_layout Standard
36553 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36554  Para quitarlo se inserta un espacio vertical de -6
36555 \begin_inset space \thinspace{}
36556 \end_inset
36557
36558 mm antes de la ecuación.
36559  Si se usa el estilo 
36560 \series bold
36561 Sangrado
36562 \series default
36563 ,
36564 \begin_inset Foot
36565 status collapsed
36566
36567 \begin_layout Plain Layout
36568 véase estilos de ecuación en 
36569 \begin_inset CommandInset ref
36570 LatexCommand ref
36571 reference "sec:Estilos-de-ecuación"
36572
36573 \end_inset
36574
36575
36576 \end_layout
36577
36578 \end_inset
36579
36580  se inserta un espacio de -9
36581 \begin_inset space \thinspace{}
36582 \end_inset
36583
36584 mm.
36585 \end_layout
36586
36587 \begin_layout Standard
36588 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36589 \end_layout
36590
36591 \begin_layout Standard
36592
36593 \lang german
36594 \begin_inset ERT
36595 status collapsed
36596
36597 \begin_layout Plain Layout
36598
36599
36600 \backslash
36601 begin{multicols}{2}
36602 \end_layout
36603
36604 \end_inset
36605
36606 Das Spektrum wird fouriertransformiert.
36607  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36608 , Lösungsmittel) zu trennen.
36609  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36610  nun das Aussehen des Ausgangssignals.
36611  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36612  über alle Phasen integrieren muss.
36613  Sei nun 
36614 \begin_inset Formula $S$
36615 \end_inset
36616
36617  unser normiertes Ausgangssignal und 
36618 \begin_inset Formula $P$
36619 \end_inset
36620
36621  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36622 \begin_inset ERT
36623 status collapsed
36624
36625 \begin_layout Plain Layout
36626
36627
36628 \backslash
36629 end{multicols}
36630 \end_layout
36631
36632 \end_inset
36633
36634
36635 \begin_inset VSpace -6mm
36636 \end_inset
36637
36638
36639 \begin_inset Formula \begin{equation}
36640 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
36641
36642 \end_inset
36643
36644
36645 \begin_inset ERT
36646 status collapsed
36647
36648 \begin_layout Plain Layout
36649
36650
36651 \backslash
36652 begin{multicols}{2}
36653 \end_layout
36654
36655 \end_inset
36656
36657 wobei 
36658 \begin_inset Formula $S_{0}$
36659 \end_inset
36660
36661  das Signal ohne Gradient ist und die Normierungsbedingung 
36662 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36663 \end_inset
36664
36665  gilt.
36666  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36667  Direkt nach dem 
36668 \begin_inset Formula $\nicefrac{\pi}{2}$
36669 \end_inset
36670
36671
36672 \begin_inset space \thinspace{}
36673 \end_inset
36674
36675 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36676  das Signal zusätzlich abschwächt.
36677  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36678  
36679 \begin_inset Formula $T_{2}$
36680 \end_inset
36681
36682 -Zeit.
36683 \end_layout
36684
36685 \begin_layout Standard
36686
36687 \lang german
36688 \begin_inset ERT
36689 status collapsed
36690
36691 \begin_layout Plain Layout
36692
36693
36694 \backslash
36695 end{multicols}
36696 \end_layout
36697
36698 \end_inset
36699
36700
36701 \end_layout
36702
36703 \begin_layout Subsection
36704 Ecuaciones con descripción de variables
36705 \begin_inset Index idx
36706 status collapsed
36707
36708 \begin_layout Plain Layout
36709 Ecuación ! con descripción de variables
36710 \end_layout
36711
36712 \end_inset
36713
36714
36715 \end_layout
36716
36717 \begin_layout Standard
36718 Para describir variables en una ecuación, como en la fórmula 
36719 \begin_inset CommandInset ref
36720 LatexCommand eqref
36721 reference "eq:within"
36722
36723 \end_inset
36724
36725 , se inserta una matriz 2×
36726 \begin_inset Formula $n$
36727 \end_inset
36728
36729  con columnas alineadas a la izquierda para las 
36730 \emph on
36731
36732 \begin_inset Formula $n$
36733 \end_inset
36734
36735
36736 \emph default
36737  variables usadas.
36738 \begin_inset Foot
36739 status collapsed
36740
36741 \begin_layout Plain Layout
36742 véase matrices en 
36743 \begin_inset CommandInset ref
36744 LatexCommand ref
36745 reference "sec:Matrices"
36746
36747 \end_inset
36748
36749
36750 \end_layout
36751
36752 \end_inset
36753
36754  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
36755  
36756 \series bold
36757
36758 \backslash
36759 footnotesize
36760 \series default
36761  antes de la matriz.
36762 \begin_inset Foot
36763 status collapsed
36764
36765 \begin_layout Plain Layout
36766 véase tamaños de fuentes en 
36767 \begin_inset CommandInset ref
36768 LatexCommand ref
36769 reference "sub:Tamaños-de-fuentes"
36770
36771 \end_inset
36772
36773 .
36774 \end_layout
36775
36776 \end_inset
36777
36778
36779 \end_layout
36780
36781 \begin_layout Standard
36782 Si se usa el estilo 
36783 \series bold
36784 Sangrado
36785 \series default
36786 ,
36787 \begin_inset Foot
36788 status collapsed
36789
36790 \begin_layout Plain Layout
36791 véase estilos de ecuación en 
36792 \begin_inset CommandInset ref
36793 LatexCommand ref
36794 reference "sec:Estilos-de-ecuación"
36795
36796 \end_inset
36797
36798
36799 \end_layout
36800
36801 \end_inset
36802
36803  se inserta un 
36804 \series bold
36805
36806 \backslash
36807 hfill
36808 \series default
36809
36810 \begin_inset Foot
36811 status collapsed
36812
36813 \begin_layout Plain Layout
36814
36815 \series bold
36816
36817 \backslash
36818 hfill
36819 \series default
36820  sólo funciona en ecuaciones en estilo 
36821 \series bold
36822 Sangrado
36823 \series default
36824 , véase 
36825 \begin_inset CommandInset ref
36826 LatexCommand ref
36827 reference "sub:Espacio-variable"
36828
36829 \end_inset
36830
36831
36832 \end_layout
36833
36834 \end_inset
36835
36836  delante y detrás de la matriz para que tenga la misma separación con la
36837  ecuación y con el margen.
36838 \end_layout
36839
36840 \begin_layout Standard
36841 Si se usa el estilo 
36842 \series bold
36843 Centrado
36844 \series default
36845  se emplea el método descrito en la 
36846 \begin_inset CommandInset ref
36847 LatexCommand ref
36848 reference "sub:Entorno-flalign"
36849
36850 \end_inset
36851
36852  para sangrar la ecuación.
36853  La ecuación 
36854 \begin_inset CommandInset ref
36855 LatexCommand eqref
36856 reference "eq:within"
36857
36858 \end_inset
36859
36860  consta de cinco columnas ya que las dos primeras contienen la fórmula,
36861  la tercera la matriz y la última una llave TeX vacía.
36862 \begin_inset Formula \begin{flalign}
36863 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
36864 \rho & \mbox{densidad}\\
36865 V & \mbox{volumen}\\
36866 g & \mbox{aceleración gravitatoria}
36867 \end{array} &  & {}\label{eq:within}\end{flalign}
36868
36869 \end_inset
36870
36871
36872 \end_layout
36873
36874 \begin_layout Subsection
36875 Letras griegas minúsculas en redonda
36876 \begin_inset CommandInset label
36877 LatexCommand label
36878 name "sub:Griegas-en-redonda"
36879
36880 \end_inset
36881
36882
36883 \begin_inset Index idx
36884 status collapsed
36885
36886 \begin_layout Plain Layout
36887 Letras griegas ! en redonda
36888 \end_layout
36889
36890 \end_inset
36891
36892
36893 \end_layout
36894
36895 \begin_layout Standard
36896 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
36897  cursiva.
36898  Pero para símbolos de partículas elementales como piones y neutrinos hacen
36899  falta letras griegas en redonda.
36900  El archivo 
36901 \series bold
36902 upgreek.sty
36903 \series default
36904
36905 \begin_inset Foot
36906 status collapsed
36907
36908 \begin_layout Plain Layout
36909
36910 \series bold
36911 upgreek
36912 \series default
36913  forma parte del paquete LaTeX 
36914 \series bold
36915 was
36916 \series default
36917
36918 \begin_inset Index idx
36919 status collapsed
36920
36921 \begin_layout Plain Layout
36922 Paquetes ! was
36923 \begin_inset ERT
36924 status collapsed
36925
36926 \begin_layout Plain Layout
36927
36928
36929 \backslash
36930 vspace{4mm}
36931 \end_layout
36932
36933 \end_inset
36934
36935
36936 \end_layout
36937
36938 \end_inset
36939
36940 .
36941 \end_layout
36942
36943 \end_inset
36944
36945
36946 \begin_inset Index idx
36947 status collapsed
36948
36949 \begin_layout Plain Layout
36950 Paquetes ! upgreek
36951 \end_layout
36952
36953 \end_inset
36954
36955 , que se carga en el preámbulo LaTeX con la línea
36956 \end_layout
36957
36958 \begin_layout Standard
36959
36960 \series bold
36961
36962 \backslash
36963 usepackage{upgreek}
36964 \end_layout
36965
36966 \begin_layout Standard
36967 las suministra.
36968  
36969 \begin_inset ERT
36970 status collapsed
36971
36972 \begin_layout Plain Layout
36973
36974
36975 \backslash
36976 ifupgreek 
36977 \end_layout
36978
36979 \end_inset
36980
36981
36982 \begin_inset Note Note
36983 status open
36984
36985 \begin_layout Plain Layout
36986 Lo siguinente sólo se podrá ver si está instalado el paquete LaTeX 
36987 \series bold
36988 upgreek
36989 \series default
36990 :
36991 \end_layout
36992
36993 \end_inset
36994
36995  Se imprimen con el comando de la letra correspondiente precedido de 
36996 \series bold
36997 up
36998 \series default
36999 .
37000  Por ejemplo, el comando 
37001 \series bold
37002
37003 \backslash
37004 uptau
37005 \series default
37006  genera: 
37007 \begin_inset Formula $\uptau$
37008 \end_inset
37009
37010
37011 \end_layout
37012
37013 \begin_layout Standard
37014 Con estos comandos se pueden escribir reacciones entre partículas elementales:
37015 \begin_inset Formula \[
37016 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
37017
37018 \end_inset
37019
37020
37021 \end_layout
37022
37023 \begin_layout Standard
37024 Las letras en redonda son más remarcadas y más grandes que las correspondientes
37025  en cursiva.
37026  Por tanto no deberían emplearse para unidades como 
37027 \begin_inset Quotes fld
37028 \end_inset
37029
37030 µm
37031 \begin_inset Quotes frd
37032 \end_inset
37033
37034 .
37035 \end_layout
37036
37037 \begin_layout Standard
37038 \begin_inset ERT
37039 status collapsed
37040
37041 \begin_layout Plain Layout
37042
37043
37044 \backslash
37045 else 
37046 \end_layout
37047
37048 \end_inset
37049
37050
37051 \begin_inset Note Note
37052 status open
37053
37054 \begin_layout Plain Layout
37055 Lo siguiente se mostrará si el paquete LaTeX 
37056 \series bold
37057 upgreek
37058 \series default
37059  no está instalado:
37060 \end_layout
37061
37062 \end_inset
37063
37064
37065 \end_layout
37066
37067 \begin_layout Standard
37068 Debes instalar el paquete LaTeX 
37069 \series bold
37070 upgreek
37071 \series default
37072  para ver en la salida el resto de esta subsección.
37073  
37074 \end_layout
37075
37076 \begin_layout Standard
37077 \begin_inset ERT
37078 status collapsed
37079
37080 \begin_layout Plain Layout
37081
37082
37083 \backslash
37084 fi
37085 \end_layout
37086
37087 \end_inset
37088
37089
37090 \end_layout
37091
37092 \begin_layout Subsection
37093 Caracteres de texto en ecuaciones
37094 \begin_inset CommandInset label
37095 LatexCommand label
37096 name "sub:Caracteres-de-texto"
37097
37098 \end_inset
37099
37100
37101 \begin_inset Index idx
37102 status collapsed
37103
37104 \begin_layout Plain Layout
37105 Texto ! en ecuaciones
37106 \end_layout
37107
37108 \end_inset
37109
37110
37111 \end_layout
37112
37113 \begin_layout Standard
37114 En algunos casos podrías querer insertar caracteres de texto directamente
37115  en ecuaciones.
37116  Por ejemplo, cuando se usa con frecuencia el punto centrado 
37117 \begin_inset Formula $\cdot$
37118 \end_inset
37119
37120  en expresiones como 
37121 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
37122 \end_inset
37123
37124 , habría que insertar el comando 
37125 \series bold
37126
37127 \backslash
37128 cdot
37129 \series default
37130
37131 \begin_inset Foot
37132 status collapsed
37133
37134 \begin_layout Plain Layout
37135 véase 
37136 \begin_inset CommandInset ref
37137 LatexCommand ref
37138 reference "sub:Operadores-binarios"
37139
37140 \end_inset
37141
37142
37143 \end_layout
37144
37145 \end_inset
37146
37147  continuamente, porque este carácter está definido en todas las codificaciones
37148  como carácter de texto.
37149  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
37150 \end_layout
37151
37152 \begin_layout Standard
37153
37154 \series bold
37155
37156 \backslash
37157 Declare Inputtext{183}{
37158 \backslash
37159 ifmmode
37160 \backslash
37161 cdot
37162 \backslash
37163 else
37164 \backslash
37165 textperiodcentered
37166 \backslash
37167 f\SpecialChar \textcompwordmark{}
37168 i}
37169 \end_layout
37170
37171 \begin_layout Standard
37172 La codificación de caracteres (menú 
37173 \family sans
37174 Documento\SpecialChar \menuseparator
37175 Configuración\SpecialChar \menuseparator
37176 Idioma
37177 \family default
37178 ) especifica el carácter que se muestra al pulsar una tecla.
37179  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
37180  
37181 \series bold
37182
37183 \backslash
37184 textperiodcentered
37185 \series default
37186 .
37187  Pero este comando no está disponible en ecuaciones así que obtendrías errores
37188  de LaTeX.
37189  Con la codificación cambiada se escoge automáticamente el comando correcto,
37190  dependiendo de si el carácter se ha insertado en una ecuación o no.
37191 \end_layout
37192
37193 \begin_layout Standard
37194 La codificación de diversos caracteres se guarda en archivos de definición.
37195  Por ejemplo la codificación 
37196 \series bold
37197 latin9
37198 \series default
37199  se define en el archivo 
37200 \series bold
37201 latin9.def
37202 \series default
37203  que está en el directorio de LaTeX.
37204  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
37205  archivo de definición, de lo contrario nuestros documentos no podrían ser
37206  editados en otros ordenadores.
37207 \begin_inset VSpace medskip
37208 \end_inset
37209
37210
37211 \end_layout
37212
37213 \begin_layout Standard
37214 Además del punto centrado, en este documento se ha definido el símbolo grado
37215  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
37216  directamente en una fórmula:
37217 \end_layout
37218
37219 \begin_layout Standard
37220
37221 \series bold
37222
37223 \backslash
37224 DeclareInputtext{176}{
37225 \backslash
37226 ifmmode^
37227 \backslash
37228 circ
37229 \backslash
37230 else
37231 \backslash
37232 textdegree
37233 \backslash
37234 f\SpecialChar \textcompwordmark{}
37235 i}
37236 \begin_inset Newpage newpage
37237 \end_inset
37238
37239
37240 \end_layout
37241
37242 \begin_layout Section
37243 \start_of_appendix
37244 Notas sobre tipografía
37245 \begin_inset Index idx
37246 status collapsed
37247
37248 \begin_layout Plain Layout
37249 Tipografía, notas
37250 \end_layout
37251
37252 \end_inset
37253
37254
37255 \end_layout
37256
37257 \begin_layout Standard
37258 Esta sección es un resumen de las normas tipográficas ISO más importantes.
37259 \begin_inset Foot
37260 status collapsed
37261
37262 \begin_layout Plain Layout
37263 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
37264  
37265 \begin_inset Quotes fld
37266 \end_inset
37267
37268 Duden
37269 \begin_inset Quotes frd
37270 \end_inset
37271
37272  
37273 \begin_inset CommandInset citation
37274 LatexCommand cite
37275 key "Duden"
37276
37277 \end_inset
37278
37279 , que incluye algunas de las normas ISO.
37280  
37281 \begin_inset Newline newline
37282 \end_inset
37283
37284 (
37285 \emph on
37286 N.
37287 \begin_inset space \thinspace{}
37288 \end_inset
37289
37290 del t.
37291 \emph default
37292 : Para documentación en español sobre el tema, véase 
37293 \begin_inset CommandInset citation
37294 LatexCommand cite
37295 key "Bezos"
37296
37297 \end_inset
37298
37299 .)
37300 \end_layout
37301
37302 \end_inset
37303
37304
37305 \end_layout
37306
37307 \begin_layout Itemize
37308 Las unidades físicas se escriben 
37309 \emph on
37310 siempre 
37311 \emph default
37312 en redonda
37313 \begin_inset Foot
37314 status collapsed
37315
37316 \begin_layout Plain Layout
37317 véase estilos de fuentes en 
37318 \begin_inset CommandInset ref
37319 LatexCommand ref
37320 reference "sub:Estilos-de-fuentes"
37321
37322 \end_inset
37323
37324
37325 \end_layout
37326
37327 \end_inset
37328
37329 , aunque aparezcan en un texto en cursiva: 30
37330 \begin_inset space \thinspace{}
37331 \end_inset
37332
37333 km/h
37334 \begin_inset Newline newline
37335 \end_inset
37336
37337 Entre el valor y la unidad hay un espacio delgado, véase 
37338 \begin_inset CommandInset ref
37339 LatexCommand ref
37340 reference "sub:Espacio-predefinido"
37341
37342 \end_inset
37343
37344 .
37345 \begin_inset Newline newline
37346 \end_inset
37347
37348 Esta norma la cumple automáticamente el comando 
37349 \series bold
37350
37351 \backslash
37352 unittwo
37353 \series default
37354 .
37355  Si se introduce en una fórmula aparecen dos cuadros.
37356  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37357  como antes, 
37358 \begin_inset Formula $\unit[30]{km/h}$
37359 \end_inset
37360
37361
37362 \begin_inset space \thinspace{}
37363 \end_inset
37364
37365 .
37366  Ten en cuenta que 
37367 \series bold
37368
37369 \backslash
37370 unittwo
37371 \series default
37372  no es un auténtico comando LaTeX, sino el comando 
37373 \series bold
37374
37375 \backslash
37376 unit[value]{unit}
37377 \series default
37378 , por tanto no lo puedes usar en código TeX.
37379 \end_layout
37380
37381 \begin_layout Itemize
37382 Los signos por ciento y por mil se escriben como las unidades físicas:
37383 \begin_inset Newline newline
37384 \end_inset
37385
37386 1,2
37387 \begin_inset space \thinspace{}
37388 \end_inset
37389
37390 ‰ de alcohol en sangre.
37391 \end_layout
37392
37393 \begin_layout Itemize
37394 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37395  otra unidad: 15
37396 \begin_inset space \thinspace{}
37397 \end_inset
37398
37399 °C
37400 \end_layout
37401
37402 \begin_layout Itemize
37403 En números con más de cuatro dígitos se inserta un espacio delgado para
37404  separarlos en grupos de tres cifras: 18
37405 \begin_inset space \thinspace{}
37406 \end_inset
37407
37408 473
37409 \begin_inset space \thinspace{}
37410 \end_inset
37411
37412 588
37413 \end_layout
37414
37415 \begin_layout Itemize
37416 Para dimensiones como 120×90×40
37417 \begin_inset space \thinspace{}
37418 \end_inset
37419
37420 cm se usa el aspa de multiplicar 
37421 \begin_inset Quotes fld
37422 \end_inset
37423
37424 ×
37425 \begin_inset Quotes frd
37426 \end_inset
37427
37428 .
37429  Está disponible en el menú 
37430 \family sans
37431 Insertar\SpecialChar \menuseparator
37432 Carácter especial
37433 \family default
37434 \SpecialChar \menuseparator
37435
37436 \family sans
37437 Símbolos
37438 \family default
37439  o bien mediante el comando 
37440 \series bold
37441
37442 \backslash
37443 times
37444 \series default
37445 .
37446  Se puede insertar directamente con cierta combinación de teclas.
37447 \end_layout
37448
37449 \begin_layout Itemize
37450 Las funciones con nombres que constan de varias letras se escriben en redonda
37451  para evitar confusiones, véase 
37452 \begin_inset CommandInset ref
37453 LatexCommand ref
37454 reference "sub:Funciones-predefinidas"
37455
37456 \end_inset
37457
37458 .
37459 \end_layout
37460
37461 \begin_layout Itemize
37462 Los índices que constan de varias letras se escriben en redonda: 
37463 \begin_inset Formula $E_{\mathrm{cin}}$
37464 \end_inset
37465
37466
37467 \begin_inset Newline newline
37468 \end_inset
37469
37470 Los componentes de una matriz se escriben en cursiva: 
37471 \begin_inset Formula $\hat{H}_{kl}$
37472 \end_inset
37473
37474
37475 \end_layout
37476
37477 \begin_layout Itemize
37478 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37479  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37480 s con otras variables.
37481 \end_layout
37482
37483 \begin_layout Itemize
37484 El carácter que indica una transformación 
37485 \noun on
37486 Fourier
37487 \noun default
37488  se inserta con el comando 
37489 \series bold
37490
37491 \backslash
37492 mathscr
37493 \begin_inset ERT
37494 status collapsed
37495
37496 \begin_layout Plain Layout
37497
37498
37499 \backslash
37500 spce 
37501 \end_layout
37502
37503 \end_inset
37504
37505 F
37506 \series default
37507  o mediante el menú
37508 \family sans
37509  Insertar\SpecialChar \menuseparator
37510 Carácter especial
37511 \family default
37512 \SpecialChar \menuseparator
37513
37514 \family sans
37515 Símbolos\SpecialChar \menuseparator
37516 Símbolos de letra
37517 \family default
37518
37519 \begin_inset Formula $\mathscr{F}$
37520 \end_inset
37521
37522
37523 \end_layout
37524
37525 \begin_layout Standard
37526 \begin_inset Newpage newpage
37527 \end_inset
37528
37529
37530 \end_layout
37531
37532 \begin_layout Section
37533 Sinónimos
37534 \begin_inset Index idx
37535 status collapsed
37536
37537 \begin_layout Plain Layout
37538 Sinónimos
37539 \end_layout
37540
37541 \end_inset
37542
37543
37544 \end_layout
37545
37546 \begin_layout Standard
37547 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37548  como los que se recogen en esta lista:
37549 \begin_inset Foot
37550 status collapsed
37551
37552 \begin_layout Plain Layout
37553 véase también 
37554 \begin_inset CommandInset ref
37555 LatexCommand ref
37556 reference "fn:sinónimos"
37557
37558 \end_inset
37559
37560 .
37561 \end_layout
37562
37563 \end_inset
37564
37565
37566 \end_layout
37567
37568 \begin_layout Standard
37569
37570 \end_layout
37571
37572 \begin_layout Standard
37573 \begin_inset VSpace bigskip
37574 \end_inset
37575
37576
37577 \begin_inset space \hfill{}
37578 \end_inset
37579
37580
37581 \begin_inset Tabular
37582 <lyxtabular version="3" rows="12" columns="2">
37583 <features tabularvalignment="middle">
37584 <column alignment="center" valignment="top" width="0pt">
37585 <column alignment="center" valignment="top" width="0pt">
37586 <row>
37587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37588 \begin_inset Text
37589
37590 \begin_layout Plain Layout
37591 Comando
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37597 \begin_inset Text
37598
37599 \begin_layout Plain Layout
37600 equivalente a
37601 \begin_inset Note Note
37602 status collapsed
37603
37604 \begin_layout Plain Layout
37605
37606 \series bold
37607
37608 \backslash
37609 raisebox
37610 \series default
37611  se usa sólo como espaciador
37612 \end_layout
37613
37614 \end_inset
37615
37616
37617 \end_layout
37618
37619 \end_inset
37620 </cell>
37621 </row>
37622 <row>
37623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37624 \begin_inset Text
37625
37626 \begin_layout Plain Layout
37627
37628 \backslash
37629 ast
37630 \end_layout
37631
37632 \end_inset
37633 </cell>
37634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37635 \begin_inset Text
37636
37637 \begin_layout Plain Layout
37638 \begin_inset ERT
37639 status collapsed
37640
37641 \begin_layout Plain Layout
37642
37643
37644 \backslash
37645 raisebox{-1.2mm}{
37646 \end_layout
37647
37648 \end_inset
37649
37650 *
37651 \begin_inset ERT
37652 status collapsed
37653
37654 \begin_layout Plain Layout
37655
37656 }
37657 \end_layout
37658
37659 \end_inset
37660
37661
37662 \end_layout
37663
37664 \end_inset
37665 </cell>
37666 </row>
37667 <row>
37668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37669 \begin_inset Text
37670
37671 \begin_layout Plain Layout
37672
37673 \backslash
37674 choose
37675 \end_layout
37676
37677 \end_inset
37678 </cell>
37679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37680 \begin_inset Text
37681
37682 \begin_layout Plain Layout
37683
37684 \backslash
37685 binom
37686 \end_layout
37687
37688 \end_inset
37689 </cell>
37690 </row>
37691 <row>
37692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37693 \begin_inset Text
37694
37695 \begin_layout Plain Layout
37696
37697 \backslash
37698 geq
37699 \end_layout
37700
37701 \end_inset
37702 </cell>
37703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37704 \begin_inset Text
37705
37706 \begin_layout Plain Layout
37707
37708 \backslash
37709 ge
37710 \end_layout
37711
37712 \end_inset
37713 </cell>
37714 </row>
37715 <row>
37716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37717 \begin_inset Text
37718
37719 \begin_layout Plain Layout
37720
37721 \backslash
37722 lbrace
37723 \end_layout
37724
37725 \end_inset
37726 </cell>
37727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37728 \begin_inset Text
37729
37730 \begin_layout Plain Layout
37731 {
37732 \end_layout
37733
37734 \end_inset
37735 </cell>
37736 </row>
37737 <row>
37738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37739 \begin_inset Text
37740
37741 \begin_layout Plain Layout
37742
37743 \backslash
37744 lbracket
37745 \end_layout
37746
37747 \end_inset
37748 </cell>
37749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37750 \begin_inset Text
37751
37752 \begin_layout Plain Layout
37753 [
37754 \end_layout
37755
37756 \end_inset
37757 </cell>
37758 </row>
37759 <row>
37760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37761 \begin_inset Text
37762
37763 \begin_layout Plain Layout
37764
37765 \backslash
37766 leftarrow
37767 \end_layout
37768
37769 \end_inset
37770 </cell>
37771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37772 \begin_inset Text
37773
37774 \begin_layout Plain Layout
37775
37776 \backslash
37777 gets
37778 \end_layout
37779
37780 \end_inset
37781 </cell>
37782 </row>
37783 <row>
37784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37785 \begin_inset Text
37786
37787 \begin_layout Plain Layout
37788
37789 \backslash
37790 leq
37791 \end_layout
37792
37793 \end_inset
37794 </cell>
37795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37796 \begin_inset Text
37797
37798 \begin_layout Plain Layout
37799
37800 \backslash
37801 le
37802 \end_layout
37803
37804 \end_inset
37805 </cell>
37806 </row>
37807 <row>
37808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37809 \begin_inset Text
37810
37811 \begin_layout Plain Layout
37812
37813 \backslash
37814 lor
37815 \end_layout
37816
37817 \end_inset
37818 </cell>
37819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37820 \begin_inset Text
37821
37822 \begin_layout Plain Layout
37823
37824 \backslash
37825 vee
37826 \end_layout
37827
37828 \end_inset
37829 </cell>
37830 </row>
37831 <row>
37832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37833 \begin_inset Text
37834
37835 \begin_layout Plain Layout
37836
37837 \backslash
37838 neq
37839 \end_layout
37840
37841 \end_inset
37842 </cell>
37843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37844 \begin_inset Text
37845
37846 \begin_layout Plain Layout
37847
37848 \backslash
37849 not=
37850 \end_layout
37851
37852 \end_inset
37853 </cell>
37854 </row>
37855 <row>
37856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37857 \begin_inset Text
37858
37859 \begin_layout Plain Layout
37860
37861 \backslash
37862 slash
37863 \end_layout
37864
37865 \end_inset
37866 </cell>
37867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37868 \begin_inset Text
37869
37870 \begin_layout Plain Layout
37871 /
37872 \end_layout
37873
37874 \end_inset
37875 </cell>
37876 </row>
37877 <row>
37878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37879 \begin_inset Text
37880
37881 \begin_layout Plain Layout
37882
37883 \backslash
37884 vert
37885 \end_layout
37886
37887 \end_inset
37888 </cell>
37889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37890 \begin_inset Text
37891
37892 \begin_layout Plain Layout
37893 |
37894 \end_layout
37895
37896 \end_inset
37897 </cell>
37898 </row>
37899 </lyxtabular>
37900
37901 \end_inset
37902
37903
37904 \begin_inset space \hfill{}
37905 \end_inset
37906
37907
37908 \begin_inset Tabular
37909 <lyxtabular version="3" rows="12" columns="2">
37910 <features tabularvalignment="middle">
37911 <column alignment="center" valignment="top" width="0pt">
37912 <column alignment="center" valignment="top" width="0pt">
37913 <row>
37914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918 Comando
37919 \end_layout
37920
37921 \end_inset
37922 </cell>
37923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37924 \begin_inset Text
37925
37926 \begin_layout Plain Layout
37927 equivalente a
37928 \end_layout
37929
37930 \end_inset
37931 </cell>
37932 </row>
37933 <row>
37934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37935 \begin_inset Text
37936
37937 \begin_layout Plain Layout
37938
37939 \backslash
37940 backslash
37941 \end_layout
37942
37943 \end_inset
37944 </cell>
37945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37946 \begin_inset Text
37947
37948 \begin_layout Plain Layout
37949
37950 \backslash
37951
37952 \backslash
37953
37954 \end_layout
37955
37956 \end_inset
37957 </cell>
37958 </row>
37959 <row>
37960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37961 \begin_inset Text
37962
37963 \begin_layout Plain Layout
37964
37965 \backslash
37966 dasharrow
37967 \end_layout
37968
37969 \end_inset
37970 </cell>
37971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37972 \begin_inset Text
37973
37974 \begin_layout Plain Layout
37975
37976 \backslash
37977 dashrightarrow
37978 \end_layout
37979
37980 \end_inset
37981 </cell>
37982 </row>
37983 <row>
37984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37985 \begin_inset Text
37986
37987 \begin_layout Plain Layout
37988
37989 \backslash
37990 land
37991 \end_layout
37992
37993 \end_inset
37994 </cell>
37995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37996 \begin_inset Text
37997
37998 \begin_layout Plain Layout
37999
38000 \backslash
38001 wedge
38002 \end_layout
38003
38004 \end_inset
38005 </cell>
38006 </row>
38007 <row>
38008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38009 \begin_inset Text
38010
38011 \begin_layout Plain Layout
38012
38013 \backslash
38014 rbrace
38015 \end_layout
38016
38017 \end_inset
38018 </cell>
38019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38020 \begin_inset Text
38021
38022 \begin_layout Plain Layout
38023 }
38024 \end_layout
38025
38026 \end_inset
38027 </cell>
38028 </row>
38029 <row>
38030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38031 \begin_inset Text
38032
38033 \begin_layout Plain Layout
38034
38035 \backslash
38036 rbracket
38037 \end_layout
38038
38039 \end_inset
38040 </cell>
38041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38042 \begin_inset Text
38043
38044 \begin_layout Plain Layout
38045 ]
38046 \end_layout
38047
38048 \end_inset
38049 </cell>
38050 </row>
38051 <row>
38052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38053 \begin_inset Text
38054
38055 \begin_layout Plain Layout
38056
38057 \backslash
38058 rightarrow
38059 \end_layout
38060
38061 \end_inset
38062 </cell>
38063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38064 \begin_inset Text
38065
38066 \begin_layout Plain Layout
38067
38068 \backslash
38069 to
38070 \end_layout
38071
38072 \end_inset
38073 </cell>
38074 </row>
38075 <row>
38076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38077 \begin_inset Text
38078
38079 \begin_layout Plain Layout
38080
38081 \backslash
38082 lnot
38083 \end_layout
38084
38085 \end_inset
38086 </cell>
38087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38088 \begin_inset Text
38089
38090 \begin_layout Plain Layout
38091
38092 \backslash
38093 neg
38094 \end_layout
38095
38096 \end_inset
38097 </cell>
38098 </row>
38099 <row>
38100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38101 \begin_inset Text
38102
38103 \begin_layout Plain Layout
38104
38105 \backslash
38106 ne
38107 \end_layout
38108
38109 \end_inset
38110 </cell>
38111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38112 \begin_inset Text
38113
38114 \begin_layout Plain Layout
38115
38116 \backslash
38117 not=
38118 \end_layout
38119
38120 \end_inset
38121 </cell>
38122 </row>
38123 <row>
38124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38125 \begin_inset Text
38126
38127 \begin_layout Plain Layout
38128
38129 \backslash
38130 owns
38131 \end_layout
38132
38133 \end_inset
38134 </cell>
38135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38136 \begin_inset Text
38137
38138 \begin_layout Plain Layout
38139
38140 \backslash
38141 ni
38142 \end_layout
38143
38144 \end_inset
38145 </cell>
38146 </row>
38147 <row>
38148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38149 \begin_inset Text
38150
38151 \begin_layout Plain Layout
38152
38153 \backslash
38154 square
38155 \end_layout
38156
38157 \end_inset
38158 </cell>
38159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38160 \begin_inset Text
38161
38162 \begin_layout Plain Layout
38163
38164 \backslash
38165 Box
38166 \end_layout
38167
38168 \end_inset
38169 </cell>
38170 </row>
38171 <row>
38172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38173 \begin_inset Text
38174
38175 \begin_layout Plain Layout
38176
38177 \backslash
38178 Vert
38179 \end_layout
38180
38181 \end_inset
38182 </cell>
38183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38184 \begin_inset Text
38185
38186 \begin_layout Plain Layout
38187
38188 \backslash
38189 |
38190 \end_layout
38191
38192 \end_inset
38193 </cell>
38194 </row>
38195 </lyxtabular>
38196
38197 \end_inset
38198
38199
38200 \begin_inset space \hfill{}
38201 \end_inset
38202
38203
38204 \end_layout
38205
38206 \begin_layout Standard
38207 \begin_inset Newpage newpage
38208 \end_inset
38209
38210
38211 \end_layout
38212
38213 \begin_layout Bibliography
38214 \labelwidthstring Referencias
38215 \begin_inset CommandInset bibitem
38216 LatexCommand bibitem
38217 key "TLC2"
38218
38219 \end_inset
38220
38221
38222 \shape smallcaps
38223 Mittelbach, F.
38224  ; Goossens, M.
38225 \shape default
38226
38227 \shape italic
38228 The LaTeX Companion
38229 \shape default
38230 .
38231  Addison Wesley, 2004
38232 \end_layout
38233
38234 \begin_layout Bibliography
38235 \labelwidthstring Referencias
38236 \begin_inset CommandInset bibitem
38237 LatexCommand bibitem
38238 key "Mathmode"
38239
38240 \end_inset
38241
38242
38243 \begin_inset CommandInset href
38244 LatexCommand href
38245 name "Descripción"
38246 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38247
38248 \end_inset
38249
38250  de habilidades matemáticas de LaTeX
38251 \end_layout
38252
38253 \begin_layout Bibliography
38254 \labelwidthstring Referencias
38255 \begin_inset CommandInset bibitem
38256 LatexCommand bibitem
38257 key "AMS"
38258
38259 \end_inset
38260
38261
38262 \begin_inset CommandInset href
38263 LatexCommand href
38264 name "Descripción"
38265 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38266
38267 \end_inset
38268
38269  de 
38270 \begin_inset ERT
38271 status collapsed
38272
38273 \begin_layout Plain Layout
38274
38275
38276 \backslash
38277 AmS
38278 \end_layout
38279
38280 \end_inset
38281
38282 -LaTeX
38283 \end_layout
38284
38285 \begin_layout Bibliography
38286 \labelwidthstring Referencias
38287 \begin_inset CommandInset bibitem
38288 LatexCommand bibitem
38289 key "Symbols"
38290
38291 \end_inset
38292
38293
38294 \begin_inset CommandInset href
38295 LatexCommand href
38296 name "Lista"
38297 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38298
38299 \end_inset
38300
38301  de todos los símbolos disponibles con paquetes LaTeX
38302 \end_layout
38303
38304 \begin_layout Bibliography
38305 \labelwidthstring Referencias
38306 \begin_inset CommandInset bibitem
38307 LatexCommand bibitem
38308 key "hyperref"
38309
38310 \end_inset
38311
38312
38313 \begin_inset CommandInset href
38314 LatexCommand href
38315 name "Documentación"
38316 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38317
38318 \end_inset
38319
38320  del paquete LaTeX 
38321 \series bold
38322 hyperref
38323 \series default
38324
38325 \begin_inset Index idx
38326 status collapsed
38327
38328 \begin_layout Plain Layout
38329 Paquetes ! hyperref
38330 \end_layout
38331
38332 \end_inset
38333
38334
38335 \end_layout
38336
38337 \begin_layout Bibliography
38338 \labelwidthstring Referencias
38339 \begin_inset CommandInset bibitem
38340 LatexCommand bibitem
38341 key "mhchem"
38342
38343 \end_inset
38344
38345
38346 \begin_inset CommandInset href
38347 LatexCommand href
38348 name "Documentación"
38349 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38350
38351 \end_inset
38352
38353  del paquete LaTeX 
38354 \series bold
38355 mhchem
38356 \series default
38357
38358 \begin_inset Index idx
38359 status collapsed
38360
38361 \begin_layout Plain Layout
38362 Paquetes ! mhchem
38363 \end_layout
38364
38365 \end_inset
38366
38367
38368 \end_layout
38369
38370 \begin_layout Bibliography
38371 \labelwidthstring Referencias
38372 \begin_inset CommandInset bibitem
38373 LatexCommand bibitem
38374 key "Mathclap"
38375
38376 \end_inset
38377
38378
38379 \begin_inset CommandInset href
38380 LatexCommand href
38381 name "Descripción"
38382 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38383
38384 \end_inset
38385
38386  del comando 
38387 \series bold
38388
38389 \backslash
38390 mathclap
38391 \series default
38392 , descrito en 
38393 \begin_inset CommandInset ref
38394 LatexCommand ref
38395 reference "sub:Límites-de-operadores"
38396
38397 \end_inset
38398
38399
38400 \begin_inset Index idx
38401 status collapsed
38402
38403 \begin_layout Plain Layout
38404 Comandos ! M ! 
38405 \backslash
38406 mathclap
38407 \end_layout
38408
38409 \end_inset
38410
38411
38412 \end_layout
38413
38414 \begin_layout Bibliography
38415 \labelwidthstring Referencias
38416 \begin_inset CommandInset bibitem
38417 LatexCommand bibitem
38418 key "Duden"
38419
38420 \end_inset
38421
38422
38423 \emph on
38424 Duden Band 1
38425 \emph default
38426 .
38427  22.
38428  Auflage, Duden 2001
38429 \end_layout
38430
38431 \begin_layout Bibliography
38432 \labelwidthstring Referencias
38433 \begin_inset CommandInset bibitem
38434 LatexCommand bibitem
38435 key "spanish"
38436
38437 \end_inset
38438
38439
38440 \begin_inset CommandInset href
38441 LatexCommand href
38442 name "Página web"
38443 target "http://www.tex-tipografia.com/spanish.html"
38444
38445 \end_inset
38446
38447  del estilo 
38448 \series bold
38449 spanish
38450 \family sans
38451 \series default
38452  
38453 \family default
38454 incluido en el paquete 
38455 \series bold
38456 babel
38457 \end_layout
38458
38459 \begin_layout Bibliography
38460 \labelwidthstring Referencias
38461 \begin_inset CommandInset bibitem
38462 LatexCommand bibitem
38463 key "Bezos"
38464
38465 \end_inset
38466
38467
38468 \begin_inset CommandInset href
38469 LatexCommand href
38470 name "Documento"
38471 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38472
38473 \end_inset
38474
38475  sobre ortotipografía y notaciones matemáticas en español
38476 \end_layout
38477
38478 \begin_layout Standard
38479
38480 \family sans
38481 \series bold
38482 \begin_inset CommandInset index_print
38483 LatexCommand printindex
38484 type "idx"
38485
38486 \end_inset
38487
38488
38489 \end_layout
38490
38491 \end_body
38492 \end_document