]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Spanish Math.lyx, UserGuide.lyx: translations by Ignacio
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 1.6.6svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasspanish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % for the Fourier transformation symbol
86 \usepackage{mathrsfs}
87
88 % center multirows (e.g. in sec. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % define a color, used in sec.9.3
92 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
93
94 % declare operators (see sec. 10.4 and sec. 15.2)
95 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\spce}{\textvisiblespace}
99
100 % example definitions for sec. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % example macro from sec. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % macro from sec. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % redefine the greyed out note
116 \renewenvironment{lyxgreyedout}
117  {\textcolor{blue}\bgroup}{\egroup}
118
119 % ------------------------------------
120 % used to check for needed LaTeX packages
121 \usepackage{ifthen}
122
123 % check for package eurosym
124 % used for the Euro symbol
125 \newboolean{eurosym}
126 \IfFileExists{eurosym.sty}
127  {\usepackage[gennarrow]{eurosym}
128   \setboolean{eurosym}{true}}
129  {\setboolean{eurosym}{false}}
130
131 % check for package braket
132 % used for physical vectors
133 \newboolean{braket}
134 \IfFileExists{braket.sty}
135  {\usepackage{braket}
136   \setboolean{braket}{true}}
137  {\setboolean{braket}{false}}
138
139 % check for package upgreek
140 \newboolean{upgreek}
141 \IfFileExists{upgreek.sty}
142  {\usepackage{upgreek}
143   \setboolean{upgreek}{true}}
144  {\setboolean{upgreek}{false}}
145 \end_preamble
146 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
147 \use_default_options false
148 \language spanish
149 \inputencoding auto
150 \font_roman default
151 \font_sans default
152 \font_typewriter default
153 \font_default_family default
154 \font_sc false
155 \font_osf false
156 \font_sf_scale 100
157 \font_tt_scale 100
158
159 \graphics default
160 \paperfontsize 12
161 \spacing single
162 \use_hyperref true
163 \pdf_title "Manual detallado de Matemáticas en LyX"
164 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
165 \pdf_subject "LyX-documentation about math"
166 \pdf_keywords "LyX, Mathed"
167 \pdf_bookmarks true
168 \pdf_bookmarksnumbered true
169 \pdf_bookmarksopen true
170 \pdf_bookmarksopenlevel 1
171 \pdf_breaklinks false
172 \pdf_pdfborder false
173 \pdf_colorlinks true
174 \pdf_backref false
175 \pdf_pdfusetitle false
176 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
177 \papersize a4paper
178 \use_geometry false
179 \use_amsmath 2
180 \use_esint 1
181 \cite_engine basic
182 \use_bibtopic false
183 \paperorientation portrait
184 \secnumdepth 4
185 \tocdepth 3
186 \paragraph_separation skip
187 \defskip medskip
188 \quotes_language french
189 \papercolumns 1
190 \papersides 2
191 \paperpagestyle plain
192 \bullet 1 0 6 -1
193 \bullet 2 2 35 -1
194 \bullet 3 2 7 -1
195 \tracking_changes false
196 \output_changes false
197 \author "" 
198 \author "" 
199 \end_header
200
201 \begin_body
202
203 \begin_layout Title
204 Manual detallado de
205 \begin_inset Newline newline
206 \end_inset
207
208 Matemáticas en LyX
209 \end_layout
210
211 \begin_layout Author
212 por el Equipo LyX
213 \begin_inset Foot
214 status collapsed
215
216 \begin_layout Plain Layout
217 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
218  lista de correo de documentación de LyX
219 \family typewriter
220
221 \begin_inset CommandInset href
222 LatexCommand href
223 name "lyx-docs@lists.lyx.org"
224 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
225
226 \end_inset
227
228
229 \end_layout
230
231 \end_inset
232
233
234 \begin_inset Note Note
235 status collapsed
236
237 \begin_layout Plain Layout
238 autor: Uwe Stöhr, traducción: Ignacio Garcia
239 \end_layout
240
241 \end_inset
242
243
244 \begin_inset Newline newline
245 \end_inset
246
247
248 \begin_inset Newline newline
249 \end_inset
250
251 Versión 1.6.x
252 \end_layout
253
254 \begin_layout Standard
255 \begin_inset CommandInset toc
256 LatexCommand tableofcontents
257
258 \end_inset
259
260
261 \end_layout
262
263 \begin_layout Standard
264 \begin_inset Note Note
265 status open
266
267 \begin_layout Plain Layout
268 Para exportar este documento a PDF, PS o DVI deben estar instalados los
269  paquetes LaTeX 
270 \series bold
271 eurosym
272 \series default
273
274 \series bold
275 mhchem
276 \series default
277 ,
278 \series bold
279  multirow
280 \series default
281  y 
282 \series bold
283 was
284 \series default
285 .
286  Si 
287 \series bold
288 eurosym
289 \series default
290
291 \series bold
292 multirow
293 \series default
294  o 
295 \series bold
296 was
297 \series default
298  no están instalados también puedes exportar el documento pero las secciones
299  en que se requieren dichos paquetes no aparecerán en la salida.
300  Si  
301 \series bold
302 mhchem
303 \series default
304  no está instalado, este archivo no se puede exportar.
305 \end_layout
306
307 \begin_layout Plain Layout
308 La última versión PDF de este documento está disponible en:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
315 \end_layout
316
317 \end_inset
318
319
320 \begin_inset Newpage newpage
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Section
327 Introducción
328 \end_layout
329
330 \begin_layout Standard
331 Este documento explica las características matemáticas de LyX y además es
332  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
333  Las explicaciones están diseñadas para el uso de comandos.
334  Por consiguiente es preciso que hayas leído la sección 
335 \emph on
336 Ecuaciones matemáticas
337 \emph default
338  de la 
339 \emph on
340 Guía del usuario
341 \emph default
342 .
343 \end_layout
344
345 \begin_layout Standard
346 La mayoría de caracteres y muchas estructuras explicadas en este manual
347  también son accesibles mediante el menú 
348 \family sans
349 Insertar\SpecialChar \menuseparator
350 Ecuación
351 \family default
352  o la barra de herramientas
353 \family sans
354  Ecuaciones
355 \family default
356 .
357  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
358  mucho más rápido usar comandos que la barra de herramientas.
359  Por tanto este manual está enfocado al uso de comandos, aunque también
360  se mencionan los botones correspondientes de las barras de herramientas
361  cuando están disponibles.
362 \end_layout
363
364 \begin_layout Standard
365 Si no se especifica lo contrario los comandos sólo están disponibles dentro
366  de las fórmulas.
367  Para poder usar todos los comandos explicados en este documento, debe usarse
368  la opción 
369 \family sans
370 Usar el paquete de ecuaciones AMS
371 \family default
372  en la configuración del documento (menú 
373 \family sans
374 Documento\SpecialChar \menuseparator
375 Configuración\SpecialChar \menuseparator
376 Ecuaciones
377 \family default
378 )
379 \begin_inset Foot
380 status collapsed
381
382 \begin_layout Plain Layout
383 La opción 
384 \family sans
385 Usar el paquete de ecuaciones AMS automáticamente
386 \family default
387  sólo usa ecuaciones 
388 \begin_inset ERT
389 status collapsed
390
391 \begin_layout Plain Layout
392
393
394 \backslash
395 AmS 
396 \end_layout
397
398 \end_inset
399
400
401 \begin_inset space ~
402 \end_inset
403
404  si las estructuras matemáticas son soportadas por LyX.
405 \end_layout
406
407 \end_inset
408
409 .
410 \end_layout
411
412 \begin_layout Standard
413 Este documento no recoge todos los comandos de ecuaciones 
414 \begin_inset ERT
415 status collapsed
416
417 \begin_layout Plain Layout
418
419
420 \backslash
421 AmS 
422 \end_layout
423
424 \end_inset
425
426
427 \begin_inset Foot
428 status collapsed
429
430 \begin_layout Plain Layout
431 En el archivo 
432 \family sans
433
434 \begin_inset CommandInset href
435 LatexCommand href
436 name "amsguide.ps"
437 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
438
439 \end_inset
440
441
442 \family default
443 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
444  lista con todos los comandos de ecuaciones 
445 \begin_inset ERT
446 status collapsed
447
448 \begin_layout Plain Layout
449
450
451 \backslash
452 AmS 
453 \end_layout
454
455 \end_inset
456
457 .
458 \end_layout
459
460 \end_inset
461
462  por razones de claridad.
463 \end_layout
464
465 \begin_layout Section
466 Instrucciones generales
467 \end_layout
468
469 \begin_layout Standard
470 Para crear una ecuación en línea
471 \begin_inset Index
472 status collapsed
473
474 \begin_layout Plain Layout
475 Ecuación ! en línea
476 \end_layout
477
478 \end_inset
479
480  insertada en una línea de texto, teclea una de las combinaciones 
481 \family sans
482 Ctrl+M, Alt+C M, Alt+M M
483 \family default
484  o pulsa el botón 
485 \begin_inset Graphics
486         filename ../../images/math-mode.png
487         scale 85
488
489 \end_inset
490
491  de la barra de herramientas.
492 \begin_inset Newline newline
493 \end_inset
494
495 Para crear una ecuación en estilo presentación
496 \begin_inset Index
497 status collapsed
498
499 \begin_layout Plain Layout
500 Ecuación ! presentada
501 \end_layout
502
503 \end_inset
504
505 , que se verá más grande y en su propio párrafo, teclea
506 \family sans
507  
508 \family default
509 una de estas combinaciones: 
510 \family sans
511 Ctrl+Mayúsculas+M, Alt+M D.
512 \end_layout
513
514 \begin_layout Standard
515 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
516  dentro de la ecuación y teclea
517 \family sans
518  Ctrl+M, Alt+C M, Alt+M M 
519 \family default
520 o usa el menú 
521 \family sans
522 Editar\SpecialChar \menuseparator
523 Ecuación\SpecialChar \menuseparator
524 Cambiar tipo de ecuación
525 \family default
526 .
527  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
528 \end_layout
529
530 \begin_layout Standard
531 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
532  presentada, escribe el comando 
533 \series bold
534
535 \backslash
536 displaystyle
537 \series default
538
539 \begin_inset Index
540 status collapsed
541
542 \begin_layout Plain Layout
543 Comandos ! D ! 
544 \backslash
545 displaystyle
546 \end_layout
547
548 \end_inset
549
550  en la ecuación y pulsa espacio.
551  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
552  de la ecuación.
553 \end_layout
554
555 \begin_layout Standard
556 En las tablas sólo se permiten ecuaciones en línea.
557 \end_layout
558
559 \begin_layout Standard
560 Las barras 
561 \family sans
562 Ecuaciones
563 \family default
564  y 
565 \family sans
566 Panel de ecuaciones 
567 \family default
568 se pueden visualizar mediante el menú 
569 \family sans
570 Ver\SpecialChar \menuseparator
571 Barras de herramientas
572 \family default
573 .
574  Si ahí pulsas en 
575 \begin_inset Quotes fld
576 \end_inset
577
578 Ecuaciones
579 \begin_inset Quotes frd
580 \end_inset
581
582  y/o en 
583 \begin_inset Quotes fld
584 \end_inset
585
586 Panel de ecuaciones
587 \begin_inset Quotes frd
588 \end_inset
589
590 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
591  estado se visualiza en el menú de las barras de herramientas con una marca.
592  Si en este estado pulsas de nuevo sobre 
593 \begin_inset Quotes fld
594 \end_inset
595
596 Ecuaciones
597 \begin_inset Quotes frd
598 \end_inset
599
600  y/o 
601 \begin_inset Quotes fld
602 \end_inset
603
604 Panel de ecuaciones
605 \begin_inset Quotes frd
606 \end_inset
607
608  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
609  de una ecuación; este estado se indica añadiendo a las entradas del menú
610  la palabra 
611 \begin_inset Quotes fld
612 \end_inset
613
614 (auto)
615 \begin_inset Quotes frd
616 \end_inset
617
618 .
619  
620 \end_layout
621
622 \begin_layout Standard
623 El modo TeX
624 \begin_inset Index
625 status collapsed
626
627 \begin_layout Plain Layout
628 T@TeX ! modo
629 \end_layout
630
631 \end_inset
632
633  se invoca pulsando el botón 
634 \begin_inset Graphics
635         filename ../../images/ert-insert.png
636         scale 85
637
638 \end_inset
639
640  de la barra de herramientas o con el menú 
641 \family sans
642 Insertar\SpecialChar \menuseparator
643 Código Te
644 \begin_inset ERT
645 status collapsed
646
647 \begin_layout Plain Layout
648
649 {}
650 \end_layout
651
652 \end_inset
653
654 X
655 \family default
656 , (atajo 
657 \family sans
658 Ctrl+L
659 \family default
660 ).
661 \begin_inset Note Note
662 status collapsed
663
664 \begin_layout Plain Layout
665 En LyX hay tres 
666 \begin_inset Quotes fld
667 \end_inset
668
669 nombres propios
670 \begin_inset Quotes frd
671 \end_inset
672
673  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
674  LaTeX y LyX.
675 \end_layout
676
677 \begin_layout Plain Layout
678 Para evitar que estas palabras sean reconocidas como tales nombres propios,
679  se inserta un par de llaves TeX.
680  
681 \end_layout
682
683 \end_inset
684
685
686 \end_layout
687
688 \begin_layout Standard
689 Para cambiar el preámbulo LaTeX
690 \begin_inset Index
691 status collapsed
692
693 \begin_layout Plain Layout
694 LaTeX preámbulo
695 \end_layout
696
697 \end_inset
698
699 , usa el menú 
700 \family sans
701 Documento\SpecialChar \menuseparator
702 Configuración\SpecialChar \menuseparator
703 Preámbulo LaT
704 \begin_inset ERT
705 status collapsed
706
707 \begin_layout Plain Layout
708
709 {}
710 \end_layout
711
712 \end_inset
713
714 eX
715 \family default
716 .
717 \end_layout
718
719 \begin_layout Standard
720 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
721  multilínea, se pueden usar los menús 
722 \family sans
723 Editar\SpecialChar \menuseparator
724 Ecuación
725 \family default
726  y 
727 \family sans
728 Editar\SpecialChar \menuseparator
729 Filas y columnas
730 \family default
731  o la barra de herramientas de 
732 \family sans
733 Tabla
734 \family default
735 .
736  Cuando las líneas y columnas se intercambian mediante el menú, la columna
737  o línea en la que está se cambia con la columna de la derecha o con la
738  línea de abajo, respectivamente.
739  Si el cursor está en la última columna o fila, el cambio se hace con la
740  columna de la izquierda o la línea de arriba.
741 \end_layout
742
743 \begin_layout Standard
744 Para escribir texto en fórmulas se usa 
745 \emph on
746 texto de ecuaciones
747 \emph default
748
749 \begin_inset Index
750 status collapsed
751
752 \begin_layout Plain Layout
753 Texto ! en ecuaciones
754 \end_layout
755
756 \end_inset
757
758 .
759 \begin_inset Foot
760 status collapsed
761
762 \begin_layout Plain Layout
763 Para ecuaciones multilínea se usa el comando 
764 \series bold
765
766 \backslash
767 intertext
768 \series default
769 , véase
770 \begin_inset space ~
771 \end_inset
772
773
774 \begin_inset CommandInset ref
775 LatexCommand ref
776 reference "sub:Texto-en-multilínea"
777
778 \end_inset
779
780 .
781 \end_layout
782
783 \end_inset
784
785  Este modo se invoca con el atajo 
786 \family sans
787 Alt+M
788 \begin_inset space ~
789 \end_inset
790
791 M
792 \family default
793  o
794 \family sans
795  Ctrl+M
796 \family default
797  o insertando el comando 
798 \series bold
799
800 \backslash
801 text
802 \series default
803
804 \begin_inset Index
805 status collapsed
806
807 \begin_layout Plain Layout
808 Comandos ! T ! 
809 \backslash
810 text
811 \end_layout
812
813 \end_inset
814
815 .
816  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
817  partes de la ecuación que se ven en azul.
818  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
819 a de otras partes de la fórmula.
820 \end_layout
821
822 \begin_layout Subsection*
823 Esquema de comandos
824 \end_layout
825
826 \begin_layout Standard
827 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
828  siguiente esquema:
829 \end_layout
830
831 \begin_layout Standard
832
833 \series bold
834
835 \backslash
836 nombre_del_comando[argumento opcional]{argumento requerido}
837 \end_layout
838
839 \begin_layout Standard
840 Un comando empieza siempre por una barra inversa, 
841 \begin_inset Quotes fld
842 \end_inset
843
844
845 \series bold
846
847 \backslash
848
849 \series default
850
851 \begin_inset Quotes frd
852 \end_inset
853
854 .
855  Para omitir argumentos opcionales, quita también los corchetes asociados.
856  En este documento, las llaves que encierran los argumentos requeridos se
857  denominan llaves TeX
858 \begin_inset Index
859 status collapsed
860
861 \begin_layout Plain Layout
862 T@TeX ! llaves
863 \end_layout
864
865 \end_inset
866
867 .
868  Si en una ecuación añades una llave de apertura al nombre de un comando,
869  LyX crea automáticamente una llave TeX.
870  En todos los demás casos las llaves TeX se crean en las ecuaciones con
871  el comando 
872 \series bold
873
874 \backslash
875 {
876 \series default
877 .
878  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
879  que se muestran en azul.
880  En modo TeX no hace falta comando para poner llaves TeX.
881  Las llaves TeX no aparecen en la salida.
882 \end_layout
883
884 \begin_layout Standard
885 En el caso de comandos sin argumentos, como los comandos para símbolos que
886  se introducen en modo TeX, 
887 \emph on
888 siempre
889 \emph default
890  debe teclearse un espacio tras el comando para finalizarlo.
891  Este espacio no aparece en la salida.
892  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
893  de un espacio protegido en texto normal.
894 \end_layout
895
896 \begin_layout Standard
897 Un espacio protegido se inserta con 
898 \family sans
899 Ctrl+Espacio
900 \family default
901 .
902 \begin_inset Newpage newpage
903 \end_inset
904
905
906 \end_layout
907
908 \begin_layout Subsection*
909 Explicación de la sintaxis
910 \end_layout
911
912 \begin_layout Itemize
913 El símbolo 
914 \begin_inset ERT
915 status collapsed
916
917 \begin_layout Plain Layout
918
919
920 \backslash
921 spce 
922 \end_layout
923
924 \end_inset
925
926
927 \begin_inset Foot
928 status collapsed
929
930 \begin_layout Plain Layout
931 Este carácter, espacio visible, se puede componer con el comando 
932 \series bold
933
934 \backslash
935 textvisiblespace
936 \series default
937
938 \begin_inset Index
939 status collapsed
940
941 \begin_layout Plain Layout
942 Comandos ! T ! 
943 \backslash
944 textvisiblespace
945 \end_layout
946
947 \end_inset
948
949  insertado en código TeX.
950 \end_layout
951
952 \end_inset
953
954  indica que hay que teclear un espacio.
955 \end_layout
956
957 \begin_layout Itemize
958 Una flecha como 
959 \begin_inset Formula $\rightarrow$
960 \end_inset
961
962  indica el uso de la correspondiente tecla de flecha.
963  
964 \end_layout
965
966 \begin_layout Subsection*
967 Unidades disponibles
968 \end_layout
969
970 \begin_layout Standard
971 \align center
972 \begin_inset Float table
973 placement H
974 wide false
975 sideways false
976 status open
977
978 \begin_layout Plain Layout
979 \align center
980 \begin_inset Caption
981
982 \begin_layout Plain Layout
983 \begin_inset CommandInset label
984 LatexCommand label
985 name "tab:Unidades-disponibles"
986
987 \end_inset
988
989 Unidades disponibles
990 \end_layout
991
992 \end_inset
993
994
995 \end_layout
996
997 \begin_layout Plain Layout
998 \align center
999 \begin_inset Tabular
1000 <lyxtabular version="3" rows="13" columns="2">
1001 <features>
1002 <column alignment="center" valignment="top" width="0">
1003 <column alignment="center" valignment="top" width="0">
1004 <row>
1005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1006 \begin_inset Text
1007
1008 \begin_layout Plain Layout
1009 Unidad
1010 \end_layout
1011
1012 \end_inset
1013 </cell>
1014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1015 \begin_inset Text
1016
1017 \begin_layout Plain Layout
1018 Nombre / Descripción
1019 \end_layout
1020
1021 \end_inset
1022 </cell>
1023 </row>
1024 <row>
1025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1026 \begin_inset Text
1027
1028 \begin_layout Plain Layout
1029 mm
1030 \end_layout
1031
1032 \end_inset
1033 </cell>
1034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1035 \begin_inset Text
1036
1037 \begin_layout Plain Layout
1038 Milímetro
1039 \end_layout
1040
1041 \end_inset
1042 </cell>
1043 </row>
1044 <row>
1045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1046 \begin_inset Text
1047
1048 \begin_layout Plain Layout
1049 cm
1050 \end_layout
1051
1052 \end_inset
1053 </cell>
1054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 Centímetro
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 </row>
1064 <row>
1065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 in
1070 \end_layout
1071
1072 \end_inset
1073 </cell>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 Pulgada (1
1079 \begin_inset space \thinspace{}
1080 \end_inset
1081
1082 in = 2,54
1083 \begin_inset space \thinspace{}
1084 \end_inset
1085
1086 cm)
1087 \end_layout
1088
1089 \end_inset
1090 </cell>
1091 </row>
1092 <row>
1093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1094 \begin_inset Text
1095
1096 \begin_layout Plain Layout
1097 pt
1098 \end_layout
1099
1100 \end_inset
1101 </cell>
1102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1103 \begin_inset Text
1104
1105 \begin_layout Plain Layout
1106 Punto (72.27
1107 \begin_inset space \thinspace{}
1108 \end_inset
1109
1110 pt = 1
1111 \begin_inset space \thinspace{}
1112 \end_inset
1113
1114 in)
1115 \end_layout
1116
1117 \end_inset
1118 </cell>
1119 </row>
1120 <row>
1121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1122 \begin_inset Text
1123
1124 \begin_layout Plain Layout
1125 pc
1126 \end_layout
1127
1128 \end_inset
1129 </cell>
1130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Plain Layout
1134 Pica (1
1135 \begin_inset space \thinspace{}
1136 \end_inset
1137
1138 pc = 12
1139 \begin_inset space \thinspace{}
1140 \end_inset
1141
1142 pt)
1143 \end_layout
1144
1145 \end_inset
1146 </cell>
1147 </row>
1148 <row>
1149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1150 \begin_inset Text
1151
1152 \begin_layout Plain Layout
1153 sp
1154 \end_layout
1155
1156 \end_inset
1157 </cell>
1158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1159 \begin_inset Text
1160
1161 \begin_layout Plain Layout
1162 Punto escalado (65536
1163 \begin_inset space \thinspace{}
1164 \end_inset
1165
1166 sp = 1
1167 \begin_inset space \thinspace{}
1168 \end_inset
1169
1170 pt)
1171 \end_layout
1172
1173 \end_inset
1174 </cell>
1175 </row>
1176 <row>
1177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1178 \begin_inset Text
1179
1180 \begin_layout Plain Layout
1181 bp
1182 \end_layout
1183
1184 \end_inset
1185 </cell>
1186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1187 \begin_inset Text
1188
1189 \begin_layout Plain Layout
1190 Punto grande (72
1191 \begin_inset space \thinspace{}
1192 \end_inset
1193
1194 bp = 1
1195 \begin_inset space \thinspace{}
1196 \end_inset
1197
1198 in)
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 </row>
1204 <row>
1205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1206 \begin_inset Text
1207
1208 \begin_layout Plain Layout
1209 dd
1210 \end_layout
1211
1212 \end_inset
1213 </cell>
1214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 Didot (1
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 dd 
1223 \begin_inset Formula $\approx$
1224 \end_inset
1225
1226  0.376
1227 \begin_inset space \thinspace{}
1228 \end_inset
1229
1230 mm)
1231 \end_layout
1232
1233 \end_inset
1234 </cell>
1235 </row>
1236 <row>
1237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1238 \begin_inset Text
1239
1240 \begin_layout Plain Layout
1241 cc
1242 \end_layout
1243
1244 \end_inset
1245 </cell>
1246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1247 \begin_inset Text
1248
1249 \begin_layout Plain Layout
1250 Cicero (1
1251 \begin_inset space \thinspace{}
1252 \end_inset
1253
1254 cc = 12
1255 \begin_inset space \thinspace{}
1256 \end_inset
1257
1258 dd)
1259 \end_layout
1260
1261 \end_inset
1262 </cell>
1263 </row>
1264 <row>
1265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1266 \begin_inset Text
1267
1268 \begin_layout Plain Layout
1269 ex
1270 \end_layout
1271
1272 \end_inset
1273 </cell>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 Altura de la letra 
1279 \begin_inset Quotes fld
1280 \end_inset
1281
1282
1283 \emph on
1284 x
1285 \emph default
1286
1287 \begin_inset Quotes frd
1288 \end_inset
1289
1290  en la fuente actual
1291 \end_layout
1292
1293 \end_inset
1294 </cell>
1295 </row>
1296 <row>
1297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1298 \begin_inset Text
1299
1300 \begin_layout Plain Layout
1301 em
1302 \end_layout
1303
1304 \end_inset
1305 </cell>
1306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1307 \begin_inset Text
1308
1309 \begin_layout Plain Layout
1310 Anchura de la letra 
1311 \begin_inset Quotes fld
1312 \end_inset
1313
1314
1315 \emph on
1316 M
1317 \emph default
1318
1319 \begin_inset Quotes frd
1320 \end_inset
1321
1322  en la fuente actual
1323 \end_layout
1324
1325 \end_inset
1326 </cell>
1327 </row>
1328 <row>
1329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1330 \begin_inset Text
1331
1332 \begin_layout Plain Layout
1333 mu
1334 \end_layout
1335
1336 \end_inset
1337 </cell>
1338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1339 \begin_inset Text
1340
1341 \begin_layout Plain Layout
1342 Unidad matemática (1
1343 \begin_inset space \thinspace{}
1344 \end_inset
1345
1346 mu = 
1347 \begin_inset Formula $\nicefrac{1}{18}$
1348 \end_inset
1349
1350
1351 \begin_inset space \thinspace{}
1352 \end_inset
1353
1354 em)
1355 \end_layout
1356
1357 \end_inset
1358 </cell>
1359 </row>
1360 </lyxtabular>
1361
1362 \end_inset
1363
1364
1365 \end_layout
1366
1367 \end_inset
1368
1369
1370 \end_layout
1371
1372 \begin_layout Standard
1373 \align center
1374 \begin_inset Newpage newpage
1375 \end_inset
1376
1377
1378 \end_layout
1379
1380 \begin_layout Section
1381 Funciones básicas
1382 \end_layout
1383
1384 \begin_layout Subsection
1385 Exponentes
1386 \begin_inset Index
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390 Exponentes
1391 \end_layout
1392
1393 \end_inset
1394
1395  e índices
1396 \begin_inset Index
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400 Indices@Índices
1401 \end_layout
1402
1403 \end_inset
1404
1405
1406 \begin_inset Index
1407 status collapsed
1408
1409 \begin_layout Plain Layout
1410 Superíndices|see
1411 \begin_inset ERT
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415
1416 {
1417 \end_layout
1418
1419 \end_inset
1420
1421 Exponentes
1422 \begin_inset ERT
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426
1427 }
1428 \end_layout
1429
1430 \end_inset
1431
1432
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \begin_inset Index
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442 Subíndices|see
1443 \begin_inset ERT
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447
1448 {
1449 \end_layout
1450
1451 \end_inset
1452
1453 Índices
1454 \begin_inset ERT
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458
1459 }
1460 \end_layout
1461
1462 \end_inset
1463
1464
1465 \end_layout
1466
1467 \end_inset
1468
1469
1470 \end_layout
1471
1472 \begin_layout Standard
1473 Los subíndices se componen con un guión bajo 
1474 \begin_inset Quotes fld
1475 \end_inset
1476
1477 _
1478 \begin_inset Quotes frd
1479 \end_inset
1480
1481  o con el botón de la barra de herramientas de ecuaciones 
1482 \begin_inset Graphics
1483         filename ../../images/math-subscript.png
1484         scale 85
1485
1486 \end_inset
1487
1488 , los superíndices con un circunflejo 
1489 \begin_inset Quotes fld
1490 \end_inset
1491
1492 ^
1493 \begin_inset Quotes frd
1494 \end_inset
1495
1496  o con el botón de la barra de herramientas de ecuaciones 
1497 \begin_inset Graphics
1498         filename ../../images/math-superscript.png
1499         scale 85
1500
1501 \end_inset
1502
1503 .
1504 \end_layout
1505
1506 \begin_layout Standard
1507 \noindent
1508 \align center
1509 \begin_inset Tabular
1510 <lyxtabular version="3" rows="4" columns="2">
1511 <features>
1512 <column alignment="center" valignment="top" width="0">
1513 <column alignment="center" valignment="top" width="0">
1514 <row>
1515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519 Comando
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 Resultado
1529 \begin_inset Note Note
1530 status collapsed
1531
1532 \begin_layout Plain Layout
1533
1534 \series bold
1535
1536 \backslash
1537 raisebox
1538 \series default
1539  sólo se usa como espaciador.
1540 \end_layout
1541
1542 \end_inset
1543
1544
1545 \end_layout
1546
1547 \end_inset
1548 </cell>
1549 </row>
1550 <row>
1551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1552 \begin_inset Text
1553
1554 \begin_layout Plain Layout
1555 B_V
1556 \end_layout
1557
1558 \end_inset
1559 </cell>
1560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1561 \begin_inset Text
1562
1563 \begin_layout Plain Layout
1564 \begin_inset Formula $B_{V}$
1565 \end_inset
1566
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 </row>
1573 <row>
1574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 B^V
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
1583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1588 \end_inset
1589
1590
1591 \end_layout
1592
1593 \end_inset
1594 </cell>
1595 </row>
1596 <row>
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 B^
1602 \begin_inset ERT
1603 status collapsed
1604
1605 \begin_layout Plain Layout
1606
1607
1608 \backslash
1609 spce 
1610 \end_layout
1611
1612 \end_inset
1613
1614 A
1615 \end_layout
1616
1617 \end_inset
1618 </cell>
1619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1620 \begin_inset Text
1621
1622 \begin_layout Plain Layout
1623 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1624 \end_inset
1625
1626
1627 \end_layout
1628
1629 \end_inset
1630 </cell>
1631 </row>
1632 </lyxtabular>
1633
1634 \end_inset
1635
1636
1637 \end_layout
1638
1639 \begin_layout Standard
1640 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1641  caso acentuará las vocales y no servirá para entrar en modo exponente.
1642 \begin_inset Foot
1643 status collapsed
1644
1645 \begin_layout Plain Layout
1646 Dependiendo de la configuración del teclado esto puede suceder también con
1647  otros caracteres además de las vocales.
1648 \end_layout
1649
1650 \end_inset
1651
1652  Para conseguir exponentes en estos casos debes pulsar 
1653 \family sans
1654 Espacio
1655 \family default
1656  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1657  
1658 \end_layout
1659
1660 \begin_layout Subsection
1661 Fracciones
1662 \begin_inset CommandInset label
1663 LatexCommand label
1664 name "sub:Fracciones"
1665
1666 \end_inset
1667
1668
1669 \begin_inset Index
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 Fracciones
1674 \end_layout
1675
1676 \end_inset
1677
1678
1679 \end_layout
1680
1681 \begin_layout Standard
1682 Las fracciones se generan con el comando 
1683 \series bold
1684
1685 \backslash
1686 frac
1687 \series default
1688
1689 \begin_inset Index
1690 status collapsed
1691
1692 \begin_layout Plain Layout
1693 Comandos ! F ! 
1694 \backslash
1695 frac
1696 \end_layout
1697
1698 \end_inset
1699
1700  o con el botón 
1701 \begin_inset Graphics
1702         filename ../../images/math/frac.png
1703         scale 50
1704
1705 \end_inset
1706
1707  de la barra de herramientas.
1708  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1709  está en línea o en estilo presentación.
1710  Con el botón 
1711 \begin_inset Graphics
1712         filename ../../images/math/frac-square.png
1713         scale 85
1714
1715 \end_inset
1716
1717 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1718  de fracciones.
1719 \end_layout
1720
1721 \begin_layout Standard
1722 Con el comando 
1723 \series bold
1724
1725 \backslash
1726 dfrac
1727 \series default
1728
1729 \begin_inset Index
1730 status collapsed
1731
1732 \begin_layout Plain Layout
1733 Comandos ! D ! 
1734 \backslash
1735 dfrac
1736 \end_layout
1737
1738 \end_inset
1739
1740  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1741  presentación.
1742  Con 
1743 \series bold
1744
1745 \backslash
1746 tfrac
1747 \series default
1748
1749 \begin_inset Index
1750 status collapsed
1751
1752 \begin_layout Plain Layout
1753 Comandos ! T ! 
1754 \backslash
1755 tfrac
1756 \end_layout
1757
1758 \end_inset
1759
1760  la fracción tiene siempre el tamaño del estilo en línea.
1761  Un ejemplo:
1762 \end_layout
1763
1764 \begin_layout Standard
1765 Una línea con la fracción 
1766 \begin_inset Formula $\frac{1}{2}$
1767 \end_inset
1768
1769  creada con el comando 
1770 \series bold
1771
1772 \backslash
1773 frac
1774 \series default
1775 .
1776  
1777 \end_layout
1778
1779 \begin_layout Standard
1780 Una línea con la fracción 
1781 \begin_inset Formula $\dfrac{1}{2}$
1782 \end_inset
1783
1784  creada con el comando 
1785 \series bold
1786
1787 \backslash
1788 dfrac
1789 \series default
1790 .
1791 \end_layout
1792
1793 \begin_layout Standard
1794 \noindent
1795 \align center
1796 \begin_inset Tabular
1797 <lyxtabular version="3" rows="4" columns="2">
1798 <features>
1799 <column alignment="center" valignment="top" width="0">
1800 <column alignment="center" valignment="top" width="0">
1801 <row>
1802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806 Comando
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815 Resultado
1816 \begin_inset Note Note
1817 status collapsed
1818
1819 \begin_layout Plain Layout
1820
1821 \series bold
1822
1823 \backslash
1824 raisebox
1825 \series default
1826  se usa sólo como espaciador
1827 \end_layout
1828
1829 \end_inset
1830
1831
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 </row>
1837 <row>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842
1843 \backslash
1844 frac
1845 \begin_inset ERT
1846 status collapsed
1847
1848 \begin_layout Plain Layout
1849
1850
1851 \backslash
1852 spce 
1853 \end_layout
1854
1855 \end_inset
1856
1857 A
1858 \begin_inset Formula $\downarrow$
1859 \end_inset
1860
1861 B
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1871 \end_inset
1872
1873
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 </row>
1879 <row>
1880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884
1885 \backslash
1886 dfrac
1887 \begin_inset ERT
1888 status collapsed
1889
1890 \begin_layout Plain Layout
1891
1892
1893 \backslash
1894 spce 
1895 \end_layout
1896
1897 \end_inset
1898
1899 A
1900 \begin_inset Formula $\downarrow$
1901 \end_inset
1902
1903 B
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1913 \end_inset
1914
1915
1916 \end_layout
1917
1918 \end_inset
1919 </cell>
1920 </row>
1921 <row>
1922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926
1927 \backslash
1928 dfrac
1929 \begin_inset ERT
1930 status collapsed
1931
1932 \begin_layout Plain Layout
1933
1934
1935 \backslash
1936 spce 
1937 \end_layout
1938
1939 \end_inset
1940
1941 e^
1942 \begin_inset ERT
1943 status collapsed
1944
1945 \begin_layout Plain Layout
1946
1947
1948 \backslash
1949 spce 
1950 \end_layout
1951
1952 \end_inset
1953
1954
1955 \backslash
1956 frac
1957 \begin_inset ERT
1958 status collapsed
1959
1960 \begin_layout Plain Layout
1961
1962
1963 \backslash
1964 spce 
1965 \end_layout
1966
1967 \end_inset
1968
1969 1
1970 \begin_inset Formula $\downarrow$
1971 \end_inset
1972
1973 2
1974 \begin_inset Formula $\downarrow$
1975 \end_inset
1976
1977 3
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1983 \begin_inset Text
1984
1985 \begin_layout Plain Layout
1986 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1987 \end_inset
1988
1989
1990 \end_layout
1991
1992 \end_inset
1993 </cell>
1994 </row>
1995 </lyxtabular>
1996
1997 \end_inset
1998
1999
2000 \begin_inset VSpace bigskip
2001 \end_inset
2002
2003
2004 \end_layout
2005
2006 \begin_layout Standard
2007 Para fracciones anidadas se puede usar el comando 
2008 \series bold
2009
2010 \backslash
2011 cfrac
2012 \series default
2013
2014 \begin_inset Index
2015 status collapsed
2016
2017 \begin_layout Plain Layout
2018 Comandos ! C ! 
2019 \backslash
2020 cfrac
2021 \end_layout
2022
2023 \end_inset
2024
2025 .
2026  Un ejemplo:
2027 \begin_inset VSpace -3mm
2028 \end_inset
2029
2030
2031 \end_layout
2032
2033 \begin_layout Standard
2034 \begin_inset Formula \begin{align*}
2035 \textrm{creada con \textbf{\textbackslash frac} } &  & \textrm{creada con }\mathbf{\textbackslash\textbf{cfrac}}\\
2036 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2037
2038 \end_inset
2039
2040
2041 \end_layout
2042
2043 \begin_layout Standard
2044 El comando para el ejemplo de arriba es:
2045 \end_layout
2046
2047 \begin_layout Standard
2048
2049 \series bold
2050
2051 \backslash
2052 cfrac
2053 \begin_inset ERT
2054 status collapsed
2055
2056 \begin_layout Plain Layout
2057
2058
2059 \backslash
2060 spce 
2061 \end_layout
2062
2063 \end_inset
2064
2065 A
2066 \begin_inset Formula $\downarrow$
2067 \end_inset
2068
2069 B+
2070 \backslash
2071 cfrac
2072 \begin_inset ERT
2073 status collapsed
2074
2075 \begin_layout Plain Layout
2076
2077
2078 \backslash
2079 spce 
2080 \end_layout
2081
2082 \end_inset
2083
2084 C+
2085 \backslash
2086 cfrac
2087 \begin_inset ERT
2088 status collapsed
2089
2090 \begin_layout Plain Layout
2091
2092
2093 \backslash
2094 spce 
2095 \end_layout
2096
2097 \end_inset
2098
2099 E
2100 \begin_inset Formula $\downarrow$
2101 \end_inset
2102
2103 F
2104 \begin_inset Formula $\downarrow$
2105 \end_inset
2106
2107 D
2108 \end_layout
2109
2110 \begin_layout Standard
2111 \begin_inset VSpace medskip
2112 \end_inset
2113
2114
2115 \end_layout
2116
2117 \begin_layout Standard
2118
2119 \series bold
2120
2121 \backslash
2122 cfrac
2123 \series default
2124  compone la fracción siempre en el tamaño del estilo presentación, también
2125  cuando es parte de otra fracción.
2126 \end_layout
2127
2128 \begin_layout Standard
2129 Es posible especificar la alineación del numerador.
2130  El comando 
2131 \series bold
2132
2133 \backslash
2134 cfracleft
2135 \series default
2136  se usa para alinearlo a la izquierda, el comando 
2137 \series bold
2138
2139 \backslash
2140 cfracright
2141 \series default
2142  para alinearlo a la derecha, 
2143 \series bold
2144
2145 \backslash
2146 cfrac
2147 \series default
2148  centra el numerador.
2149 \end_layout
2150
2151 \begin_layout Standard
2152 Estas fracciones muestran las distintas alineaciones:
2153 \end_layout
2154
2155 \begin_layout Standard
2156 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2157 \end_inset
2158
2159  ; 
2160 \begin_inset Formula $\cfrac{A}{B+C}$
2161 \end_inset
2162
2163  ; 
2164 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2165 \end_inset
2166
2167
2168 \end_layout
2169
2170 \begin_layout Standard
2171 \noindent
2172 \begin_inset Note Greyedout
2173 status open
2174
2175 \begin_layout Plain Layout
2176
2177 \series bold
2178 Nota
2179 \series default
2180
2181 \series bold
2182
2183 \backslash
2184 cfracleft
2185 \series default
2186  y
2187 \series bold
2188  
2189 \backslash
2190 cfracright
2191 \series default
2192  no son comandos LaTeX reales sino sustituciones del comando 
2193 \series bold
2194
2195 \backslash
2196 cfrac[posición del numerador]{numerador}{denominador}
2197 \series default
2198  .
2199  Por tanto no puedes usarlos código TeX.
2200 \end_layout
2201
2202 \end_inset
2203
2204
2205 \begin_inset VSpace medskip
2206 \end_inset
2207
2208
2209 \end_layout
2210
2211 \begin_layout Standard
2212 Muchas veces es adecuado combinar 
2213 \series bold
2214
2215 \backslash
2216 cfrac
2217 \series default
2218  y 
2219 \series bold
2220
2221 \backslash
2222 frac
2223 \series default
2224 :
2225 \begin_inset Formula \[
2226 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2227
2228 \end_inset
2229
2230
2231 \end_layout
2232
2233 \begin_layout Standard
2234 Para componer fracciones en línea con raya de fracción inclinada puedes
2235  usar el comando 
2236 \series bold
2237
2238 \backslash
2239 nicefrac
2240 \series default
2241
2242 \begin_inset Index
2243 status collapsed
2244
2245 \begin_layout Plain Layout
2246 Comandos ! N ! 
2247 \backslash
2248 nicefrac
2249 \end_layout
2250
2251 \end_inset
2252
2253
2254 \begin_inset Formula $\nicefrac{5}{31}$
2255 \end_inset
2256
2257  Hay además el comando 
2258 \series bold
2259
2260 \backslash
2261 unitfracthree
2262 \series default
2263  que permite escribir una fracción en combinación con un número: 
2264 \begin_inset Formula $\unitfrac[2]{1}{3}$
2265 \end_inset
2266
2267
2268 \end_layout
2269
2270 \begin_layout Standard
2271 \begin_inset Note Greyedout
2272 status open
2273
2274 \begin_layout Plain Layout
2275
2276 \series bold
2277 Nota
2278 \series default
2279
2280 \series bold
2281
2282 \backslash
2283 unitfracthree
2284 \series default
2285  no es un comando LaTeX auténtico, sino un equivalente al comando
2286 \begin_inset Newline newline
2287 \end_inset
2288
2289
2290 \series bold
2291
2292 \backslash
2293 unitfrac[número]{numerador}{denominador}
2294 \series default
2295  .
2296  Por tanto no puedes usarlo en código TeX.
2297 \end_layout
2298
2299 \end_inset
2300
2301
2302 \end_layout
2303
2304 \begin_layout Standard
2305 En la 
2306 \begin_inset CommandInset ref
2307 LatexCommand ref
2308 reference "sub:Fracciones-personalizadas"
2309
2310 \end_inset
2311
2312  se explica cómo componer fracciones personalizadas en las que la raya de
2313  fracción se puede cambiar.
2314  
2315 \end_layout
2316
2317 \begin_layout Subsection
2318 Raíces
2319 \begin_inset Index
2320 status collapsed
2321
2322 \begin_layout Plain Layout
2323 Raíces
2324 \end_layout
2325
2326 \end_inset
2327
2328
2329 \end_layout
2330
2331 \begin_layout Standard
2332 Las raíces cuadradas se componen con 
2333 \series bold
2334
2335 \backslash
2336 sqrt
2337 \series default
2338
2339 \begin_inset Index
2340 status collapsed
2341
2342 \begin_layout Plain Layout
2343 Comandos ! S ! 
2344 \backslash
2345 sqrt
2346 \end_layout
2347
2348 \end_inset
2349
2350  o con el botón 
2351 \begin_inset Graphics
2352         filename ../../images/math/sqrt.png
2353         scale 85
2354
2355 \end_inset
2356
2357  de la barra de  ecuaciones; todas las demás raíces con el comando 
2358 \series bold
2359
2360 \backslash
2361 root
2362 \series default
2363
2364 \begin_inset Index
2365 status collapsed
2366
2367 \begin_layout Plain Layout
2368 Comandos ! R ! 
2369 \backslash
2370 root
2371 \end_layout
2372
2373 \end_inset
2374
2375  o con el botón 
2376 \begin_inset Graphics
2377         filename ../../images/math/root.png
2378         scale 85
2379
2380 \end_inset
2381
2382 .
2383 \end_layout
2384
2385 \begin_layout Standard
2386 \noindent
2387 \align center
2388 \begin_inset Tabular
2389 <lyxtabular version="3" rows="3" columns="2">
2390 <features>
2391 <column alignment="center" valignment="top" width="0">
2392 <column alignment="center" valignment="top" width="0">
2393 <row>
2394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2395 \begin_inset Text
2396
2397 \begin_layout Plain Layout
2398 Comando
2399 \end_layout
2400
2401 \end_inset
2402 </cell>
2403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Plain Layout
2407 Resultado
2408 \begin_inset Note Note
2409 status collapsed
2410
2411 \begin_layout Plain Layout
2412
2413 \series bold
2414
2415 \backslash
2416 raisebox
2417 \series default
2418  se usa sólo como espaciador
2419 \end_layout
2420
2421 \end_inset
2422
2423
2424 \end_layout
2425
2426 \end_inset
2427 </cell>
2428 </row>
2429 <row>
2430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Plain Layout
2434
2435 \backslash
2436 sqrt
2437 \begin_inset ERT
2438 status collapsed
2439
2440 \begin_layout Plain Layout
2441
2442
2443 \backslash
2444 spce 
2445 \end_layout
2446
2447 \end_inset
2448
2449 A-B
2450 \end_layout
2451
2452 \end_inset
2453 </cell>
2454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2455 \begin_inset Text
2456
2457 \begin_layout Plain Layout
2458 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2459 \end_inset
2460
2461
2462 \end_layout
2463
2464 \end_inset
2465 </cell>
2466 </row>
2467 <row>
2468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2469 \begin_inset Text
2470
2471 \begin_layout Plain Layout
2472
2473 \backslash
2474 root
2475 \begin_inset ERT
2476 status collapsed
2477
2478 \begin_layout Plain Layout
2479
2480
2481 \backslash
2482 spce 
2483 \end_layout
2484
2485 \end_inset
2486
2487 3
2488 \begin_inset Formula $\downarrow$
2489 \end_inset
2490
2491 A-B
2492 \end_layout
2493
2494 \end_inset
2495 </cell>
2496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2497 \begin_inset Text
2498
2499 \begin_layout Plain Layout
2500 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2501 \end_inset
2502
2503
2504 \end_layout
2505
2506 \end_inset
2507 </cell>
2508 </row>
2509 </lyxtabular>
2510
2511 \end_inset
2512
2513
2514 \end_layout
2515
2516 \begin_layout Standard
2517 Una raíz cuadrada se compone también con 
2518 \series bold
2519
2520 \backslash
2521 root
2522 \series default
2523  dejando vacío el campo del índice.
2524 \end_layout
2525
2526 \begin_layout Standard
2527 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2528  la raíz: 
2529 \begin_inset Formula $\sqrt[\beta]{B}$
2530 \end_inset
2531
2532
2533 \begin_inset Newline newline
2534 \end_inset
2535
2536 La 
2537 \begin_inset Formula $\beta$
2538 \end_inset
2539
2540  toca la raíz.
2541  Para evitar esto se usan los comandos 
2542 \series bold
2543
2544 \backslash
2545 leftroot
2546 \series default
2547
2548 \begin_inset Index
2549 status collapsed
2550
2551 \begin_layout Plain Layout
2552 Comandos ! L ! 
2553 \backslash
2554 leftroot
2555 \end_layout
2556
2557 \end_inset
2558
2559  y 
2560 \series bold
2561
2562 \backslash
2563 uproot
2564 \series default
2565
2566 \begin_inset Index
2567 status collapsed
2568
2569 \begin_layout Plain Layout
2570 Comandos ! U ! 
2571 \backslash
2572 uproot
2573 \end_layout
2574
2575 \end_inset
2576
2577  con el esquema siguiente:
2578 \end_layout
2579
2580 \begin_layout Standard
2581
2582 \series bold
2583
2584 \backslash
2585 leftroot{distancia}
2586 \series default
2587  y 
2588 \series bold
2589
2590 \backslash
2591 uproot{distancia}
2592 \end_layout
2593
2594 \begin_layout Standard
2595 Distancia es el número de Puntos Grandes (
2596 \begin_inset Quotes fld
2597 \end_inset
2598
2599 Big Points
2600 \begin_inset Quotes frd
2601 \end_inset
2602
2603 , unidad bp; 
2604 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2605 \end_inset
2606
2607 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2608  Los comandos se escriben en el índice.
2609  Así, el comando:
2610 \begin_inset Newline newline
2611 \end_inset
2612
2613
2614 \series bold
2615
2616 \backslash
2617 root
2618 \backslash
2619 leftroot{-1
2620 \begin_inset Formula $\to$
2621 \end_inset
2622
2623
2624 \backslash
2625 uproot{2
2626 \begin_inset Formula $\to$
2627 \end_inset
2628
2629
2630 \backslash
2631 beta
2632 \begin_inset ERT
2633 status collapsed
2634
2635 \begin_layout Plain Layout
2636
2637
2638 \backslash
2639 spce 
2640 \end_layout
2641
2642 \end_inset
2643
2644
2645 \begin_inset Formula $\to$
2646 \end_inset
2647
2648 B
2649 \begin_inset Newline newline
2650 \end_inset
2651
2652
2653 \series default
2654 genera una fórmula correctamente tipografiada: 
2655 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2656 \end_inset
2657
2658
2659 \end_layout
2660
2661 \begin_layout Subsection
2662 Coeficientes de un binomio
2663 \begin_inset Index
2664 status collapsed
2665
2666 \begin_layout Plain Layout
2667 Binomios
2668 \end_layout
2669
2670 \end_inset
2671
2672
2673 \end_layout
2674
2675 \begin_layout Standard
2676 Los coeficientes de un binomio se insertan con el comando 
2677 \series bold
2678
2679 \backslash
2680 binom
2681 \series default
2682
2683 \begin_inset Index
2684 status collapsed
2685
2686 \begin_layout Plain Layout
2687 Comandos ! B ! 
2688 \backslash
2689 binom
2690 \end_layout
2691
2692 \end_inset
2693
2694  o con el submenú del botón 
2695 \begin_inset Graphics
2696         filename ../../images/math/frac-square.png
2697         scale 85
2698
2699 \end_inset
2700
2701 de la barra de herramientas de ecuaciones.
2702  Como en las fracciones, además de 
2703 \series bold
2704
2705 \backslash
2706 binom
2707 \series default
2708  hay los comandos 
2709 \series bold
2710
2711 \backslash
2712 dbinom
2713 \begin_inset Index
2714 status collapsed
2715
2716 \begin_layout Plain Layout
2717 Comandos ! D ! 
2718 \backslash
2719 dbinom
2720 \end_layout
2721
2722 \end_inset
2723
2724
2725 \series default
2726  y 
2727 \series bold
2728
2729 \backslash
2730 tbinom
2731 \series default
2732
2733 \begin_inset Index
2734 status collapsed
2735
2736 \begin_layout Plain Layout
2737 Comandos ! T ! 
2738 \backslash
2739 tbinom
2740 \end_layout
2741
2742 \end_inset
2743
2744 .
2745  Para otros delimitadores de coeficientes de un binomio hay los comandos
2746  
2747 \series bold
2748
2749 \backslash
2750 brace
2751 \series default
2752
2753 \begin_inset Index
2754 status collapsed
2755
2756 \begin_layout Plain Layout
2757 Comandos ! B ! 
2758 \backslash
2759 brace
2760 \end_layout
2761
2762 \end_inset
2763
2764  y 
2765 \series bold
2766
2767 \backslash
2768 brack
2769 \series default
2770
2771 \begin_inset Index
2772 status collapsed
2773
2774 \begin_layout Plain Layout
2775 Comandos ! B ! 
2776 \backslash
2777 brack
2778 \end_layout
2779
2780 \end_inset
2781
2782 .
2783 \end_layout
2784
2785 \begin_layout Standard
2786 \noindent
2787 \align center
2788 \begin_inset Tabular
2789 <lyxtabular version="3" rows="6" columns="2">
2790 <features>
2791 <column alignment="center" valignment="top" width="0">
2792 <column alignment="center" valignment="top" width="0">
2793 <row>
2794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Plain Layout
2798 Comando
2799 \end_layout
2800
2801 \end_inset
2802 </cell>
2803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807 Resultado
2808 \begin_inset Note Note
2809 status collapsed
2810
2811 \begin_layout Plain Layout
2812
2813 \series bold
2814
2815 \backslash
2816 raisebox
2817 \series default
2818  se usa sólo como espaciador
2819 \end_layout
2820
2821 \end_inset
2822
2823
2824 \end_layout
2825
2826 \end_inset
2827 </cell>
2828 </row>
2829 <row>
2830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834
2835 \backslash
2836 binom
2837 \begin_inset ERT
2838 status collapsed
2839
2840 \begin_layout Plain Layout
2841
2842
2843 \backslash
2844 spce 
2845 \end_layout
2846
2847 \end_inset
2848
2849 A
2850 \begin_inset Formula $\downarrow$
2851 \end_inset
2852
2853 B
2854 \end_layout
2855
2856 \end_inset
2857 </cell>
2858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Plain Layout
2862 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2863 \end_inset
2864
2865
2866 \end_layout
2867
2868 \end_inset
2869 </cell>
2870 </row>
2871 <row>
2872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876
2877 \backslash
2878 dbinom
2879 \begin_inset ERT
2880 status collapsed
2881
2882 \begin_layout Plain Layout
2883
2884
2885 \backslash
2886 spce 
2887 \end_layout
2888
2889 \end_inset
2890
2891 A
2892 \begin_inset Formula $\downarrow$
2893 \end_inset
2894
2895 B
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2905 \end_inset
2906
2907
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 </row>
2913 <row>
2914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918
2919 \backslash
2920 tbinom
2921 \begin_inset ERT
2922 status collapsed
2923
2924 \begin_layout Plain Layout
2925
2926
2927 \backslash
2928 spce 
2929 \end_layout
2930
2931 \end_inset
2932
2933 A
2934 \begin_inset Formula $\downarrow$
2935 \end_inset
2936
2937 B
2938 \end_layout
2939
2940 \end_inset
2941 </cell>
2942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2947 \end_inset
2948
2949
2950 \end_layout
2951
2952 \end_inset
2953 </cell>
2954 </row>
2955 <row>
2956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960
2961 \backslash
2962 brack
2963 \begin_inset ERT
2964 status collapsed
2965
2966 \begin_layout Plain Layout
2967
2968
2969 \backslash
2970 spce 
2971 \end_layout
2972
2973 \end_inset
2974
2975 A
2976 \begin_inset Formula $\downarrow$
2977 \end_inset
2978
2979 B
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2989 \end_inset
2990
2991
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 </row>
2997 <row>
2998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002
3003 \backslash
3004 brace
3005 \begin_inset ERT
3006 status collapsed
3007
3008 \begin_layout Plain Layout
3009
3010
3011 \backslash
3012 spce 
3013 \end_layout
3014
3015 \end_inset
3016
3017 A
3018 \begin_inset Formula $\downarrow$
3019 \end_inset
3020
3021 B
3022 \end_layout
3023
3024 \end_inset
3025 </cell>
3026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3027 \begin_inset Text
3028
3029 \begin_layout Plain Layout
3030 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3031 \end_inset
3032
3033
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 </row>
3039 </lyxtabular>
3040
3041 \end_inset
3042
3043
3044 \begin_inset Newpage newpage
3045 \end_inset
3046
3047
3048 \end_layout
3049
3050 \begin_layout Subsection
3051 Diferenciaciones de casos
3052 \begin_inset Index
3053 status collapsed
3054
3055 \begin_layout Plain Layout
3056 Casos
3057 \end_layout
3058
3059 \end_inset
3060
3061
3062 \end_layout
3063
3064 \begin_layout Standard
3065 \noindent
3066 \align center
3067 \begin_inset Tabular
3068 <lyxtabular version="3" rows="3" columns="2">
3069 <features>
3070 <column alignment="center" valignment="top" width="0">
3071 <column alignment="center" valignment="top" width="0">
3072 <row>
3073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077 Comando
3078 \end_layout
3079
3080 \end_inset
3081 </cell>
3082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3083 \begin_inset Text
3084
3085 \begin_layout Plain Layout
3086 Resultado
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 </row>
3092 <row>
3093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097
3098 \backslash
3099 cases
3100 \begin_inset ERT
3101 status collapsed
3102
3103 \begin_layout Plain Layout
3104
3105
3106 \backslash
3107 spce 
3108 \end_layout
3109
3110 \end_inset
3111
3112 A
3113 \begin_inset Formula $\to$
3114 \end_inset
3115
3116 B>0
3117 \begin_inset Index
3118 status collapsed
3119
3120 \begin_layout Plain Layout
3121 Comandos ! C ! 
3122 \backslash
3123 cases
3124 \end_layout
3125
3126 \end_inset
3127
3128
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137 \begin_inset Formula $\begin{cases}
3138 A & B>0\end{cases}$
3139 \end_inset
3140
3141
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 </row>
3147 <row>
3148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Plain Layout
3152
3153 \backslash
3154 cases
3155 \begin_inset ERT
3156 status collapsed
3157
3158 \begin_layout Plain Layout
3159
3160
3161 \backslash
3162 spce 
3163 \end_layout
3164
3165 \end_inset
3166
3167
3168 \family sans
3169 Ctrl+Retorno
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178 \begin_inset Formula $\begin{cases}
3179 A & \textrm{para }x>0\\
3180 B & \textrm{para }x=0\end{cases}$
3181 \end_inset
3182
3183
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 </row>
3189 </lyxtabular>
3190
3191 \end_inset
3192
3193
3194 \end_layout
3195
3196 \begin_layout Standard
3197 Después de insertar 
3198 \series bold
3199
3200 \backslash
3201 cases
3202 \series default
3203  o usar el botón 
3204 \begin_inset Graphics
3205         filename ../../images/math/cases.png
3206         scale 85
3207
3208 \end_inset
3209
3210  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3211 \family sans
3212 Ctrl+Retorno
3213 \family default
3214  o con el botón
3215 \family sans
3216  
3217 \family default
3218
3219 \begin_inset Graphics
3220         filename ../../images/tabular-feature_append-row.png
3221         scale 85
3222
3223 \end_inset
3224
3225  de la barra de tablas.
3226 \end_layout
3227
3228 \begin_layout Standard
3229 El comando 
3230 \series bold
3231
3232 \backslash
3233 cases
3234 \series default
3235  también está disponible en el menú 
3236 \family sans
3237 Insertar\SpecialChar \menuseparator
3238 Ecuación\SpecialChar \menuseparator
3239 Entorno casos
3240 \family default
3241 .
3242 \end_layout
3243
3244 \begin_layout Subsection
3245 Negaciones
3246 \begin_inset Index
3247 status collapsed
3248
3249 \begin_layout Plain Layout
3250 Negaciones
3251 \end_layout
3252
3253 \end_inset
3254
3255
3256 \end_layout
3257
3258 \begin_layout Standard
3259 Con el comando 
3260 \series bold
3261
3262 \backslash
3263 not
3264 \series default
3265
3266 \begin_inset Index
3267 status collapsed
3268
3269 \begin_layout Plain Layout
3270 Comandos ! N ! 
3271 \backslash
3272 not
3273 \end_layout
3274
3275 \end_inset
3276
3277  todo carácter se puede mostrar cancelado.
3278  Los caracteres son casi tachados con una barra inclinada.
3279 \end_layout
3280
3281 \begin_layout Standard
3282 \noindent
3283 \align center
3284 \begin_inset Tabular
3285 <lyxtabular version="3" rows="4" columns="2">
3286 <features>
3287 <column alignment="center" valignment="top" width="0">
3288 <column alignment="center" valignment="top" width="0">
3289 <row>
3290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294 Comando
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303 Resultado
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 </row>
3309 <row>
3310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314
3315 \backslash
3316 not=
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325 \begin_inset Formula $\not=$
3326 \end_inset
3327
3328
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 </row>
3334 <row>
3335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \backslash
3341 not 
3342 \backslash
3343 le
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 \begin_inset Formula $\not\le$
3353 \end_inset
3354
3355
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 </row>
3361 <row>
3362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366
3367 \backslash
3368 not 
3369 \backslash
3370 parallel
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379 \begin_inset Formula $\not\parallel$
3380 \end_inset
3381
3382
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 </row>
3388 </lyxtabular>
3389
3390 \end_inset
3391
3392
3393 \end_layout
3394
3395 \begin_layout Standard
3396 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3397  Por tanto para algunas negaciones hay comandos especiales (véase 
3398 \begin_inset CommandInset ref
3399 LatexCommand ref
3400 reference "sub:Símbolos-matemáticos"
3401
3402 \end_inset
3403
3404  y 
3405 \begin_inset CommandInset ref
3406 LatexCommand ref
3407 reference "sec:Relaciones"
3408
3409 \end_inset
3410
3411 ).
3412 \end_layout
3413
3414 \begin_layout Subsection
3415 Espacios reservados 
3416 \begin_inset CommandInset label
3417 LatexCommand label
3418 name "sub:Espacios-reservados"
3419
3420 \end_inset
3421
3422
3423 \begin_inset Index
3424 status collapsed
3425
3426 \begin_layout Plain Layout
3427 Espacios reservados
3428 \end_layout
3429
3430 \end_inset
3431
3432
3433 \begin_inset Index
3434 status collapsed
3435
3436 \begin_layout Plain Layout
3437 Química ! isótopos
3438 \end_layout
3439
3440 \end_inset
3441
3442
3443 \begin_inset Index
3444 status collapsed
3445
3446 \begin_layout Plain Layout
3447 Isótopos|see
3448 \begin_inset ERT
3449 status collapsed
3450
3451 \begin_layout Plain Layout
3452
3453 {
3454 \end_layout
3455
3456 \end_inset
3457
3458 Química
3459 \begin_inset ERT
3460 status collapsed
3461
3462 \begin_layout Plain Layout
3463
3464 }
3465 \end_layout
3466
3467 \end_inset
3468
3469
3470 \end_layout
3471
3472 \end_inset
3473
3474
3475 \end_layout
3476
3477 \begin_layout Standard
3478 En la presentación de, p.
3479 \begin_inset space \thinspace{}
3480 \end_inset
3481
3482 e., isótopos,
3483 \begin_inset Foot
3484 status collapsed
3485
3486 \begin_layout Plain Layout
3487 Más sobre símbolos químicos en 
3488 \begin_inset CommandInset ref
3489 LatexCommand ref
3490 reference "sub:Símbolos-y-ecuaciones-químicas"
3491
3492 \end_inset
3493
3494
3495 \end_layout
3496
3497 \end_inset
3498
3499  surge el problema siguiente:
3500 \end_layout
3501
3502 \begin_layout Standard
3503 \noindent
3504 \align center
3505 \begin_inset Tabular
3506 <lyxtabular version="3" rows="2" columns="2">
3507 <features>
3508 <column alignment="center" valignment="top" width="0">
3509 <column alignment="center" valignment="top" width="0">
3510 <row>
3511 <cell alignment="center" valignment="top" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 Índices generados con sub- y superíndices:
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3525 \end_inset
3526
3527
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="center" valignment="top" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 Índices correctos:
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3548 \end_inset
3549
3550
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 </row>
3556 </lyxtabular>
3557
3558 \end_inset
3559
3560
3561 \begin_inset Note Note
3562 status collapsed
3563
3564 \begin_layout Plain Layout
3565
3566 \series bold
3567
3568 \backslash
3569 raisebox
3570 \series default
3571  se usa sólo como espaciador
3572 \end_layout
3573
3574 \end_inset
3575
3576
3577 \end_layout
3578
3579 \begin_layout Standard
3580 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3581  del índice más largo.
3582  Para evitarlo está el comando 
3583 \series bold
3584
3585 \backslash
3586 phantom
3587 \series default
3588
3589 \begin_inset Index
3590 status collapsed
3591
3592 \begin_layout Plain Layout
3593 Comandos ! P ! 
3594 \backslash
3595 phantom
3596 \end_layout
3597
3598 \end_inset
3599
3600  o el botón 
3601 \begin_inset space ~
3602 \end_inset
3603
3604
3605 \begin_inset Graphics
3606         filename ../../images/math/phantom.png
3607         scale 85
3608
3609 \end_inset
3610
3611  del submenú de espaciado de ecuaciones
3612 \begin_inset Foot
3613 status collapsed
3614
3615 \begin_layout Plain Layout
3616 Botón 
3617 \begin_inset Graphics
3618         filename ../../images/math/space.png
3619         scale 85
3620
3621 \end_inset
3622
3623  de la barra de ecuaciones
3624 \end_layout
3625
3626 \end_inset
3627
3628 , que genera uno o más espacios reservados.
3629  Al insertar 
3630 \series bold
3631
3632 \backslash
3633 phantom
3634 \series default
3635  aparece un pequeño marco azul con dos flechas rojas superpuestas
3636 \begin_inset Formula $\phantom{}$
3637 \end_inset
3638
3639 .
3640  Las flechas indican que se reservará un espacio equivalente a la anchura
3641  y altura totales del contenido del marco.
3642  Los espacios reservados son correspondientes al tamaño de los caracteres.
3643 \end_layout
3644
3645 \begin_layout Standard
3646 \noindent
3647 \align center
3648 \begin_inset Tabular
3649 <lyxtabular version="3" rows="4" columns="2">
3650 <features>
3651 <column alignment="center" valignment="top" width="0">
3652 <column alignment="center" valignment="top" width="0">
3653 <row>
3654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 Comando
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 Resultado
3668 \begin_inset Note Note
3669 status collapsed
3670
3671 \begin_layout Plain Layout
3672
3673 \series bold
3674
3675 \backslash
3676 raisebox
3677 \series default
3678  se usa sólo como espaciador
3679 \end_layout
3680
3681 \end_inset
3682
3683
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 </row>
3689 <row>
3690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 ^19
3695 \begin_inset ERT
3696 status collapsed
3697
3698 \begin_layout Plain Layout
3699
3700
3701 \backslash
3702 spce 
3703 \end_layout
3704
3705 \end_inset
3706
3707 _
3708 \backslash
3709 phantom
3710 \begin_inset ERT
3711 status collapsed
3712
3713 \begin_layout Plain Layout
3714
3715
3716 \backslash
3717 spce 
3718 \end_layout
3719
3720 \end_inset
3721
3722 1
3723 \begin_inset Formula $\rightarrow$
3724 \end_inset
3725
3726 9
3727 \begin_inset ERT
3728 status collapsed
3729
3730 \begin_layout Plain Layout
3731
3732
3733 \backslash
3734 spce 
3735 \end_layout
3736
3737 \end_inset
3738
3739 F
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3749 \end_inset
3750
3751
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 </row>
3757 <row>
3758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 ^235
3763 \begin_inset ERT
3764 status collapsed
3765
3766 \begin_layout Plain Layout
3767
3768
3769 \backslash
3770 spce 
3771 \end_layout
3772
3773 \end_inset
3774
3775 _
3776 \backslash
3777 phantom
3778 \begin_inset ERT
3779 status collapsed
3780
3781 \begin_layout Plain Layout
3782
3783
3784 \backslash
3785 spce 
3786 \end_layout
3787
3788 \end_inset
3789
3790 23
3791 \begin_inset Formula $\rightarrow$
3792 \end_inset
3793
3794 9
3795 \begin_inset ERT
3796 status collapsed
3797
3798 \begin_layout Plain Layout
3799
3800
3801 \backslash
3802 spce 
3803 \end_layout
3804
3805 \end_inset
3806
3807 F
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3817 \end_inset
3818
3819
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 </row>
3825 <row>
3826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830
3831 \backslash
3832 Lambda^
3833 \begin_inset ERT
3834 status collapsed
3835
3836 \begin_layout Plain Layout
3837
3838
3839 \backslash
3840 spce 
3841 \end_layout
3842
3843 \end_inset
3844
3845
3846 \backslash
3847 phantom
3848 \begin_inset ERT
3849 status collapsed
3850
3851 \begin_layout Plain Layout
3852
3853
3854 \backslash
3855 spce 
3856 \end_layout
3857
3858 \end_inset
3859
3860 ii
3861 \begin_inset Formula $\rightarrow$
3862 \end_inset
3863
3864 t
3865 \begin_inset ERT
3866 status collapsed
3867
3868 \begin_layout Plain Layout
3869
3870
3871 \backslash
3872 spce 
3873 \end_layout
3874
3875 \end_inset
3876
3877 _MMt
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3887 \end_inset
3888
3889
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 </lyxtabular>
3896
3897 \end_inset
3898
3899
3900 \end_layout
3901
3902 \begin_layout Standard
3903 Además hay los comandos 
3904 \series bold
3905
3906 \backslash
3907 vphantom
3908 \series default
3909
3910 \begin_inset Index
3911 status collapsed
3912
3913 \begin_layout Plain Layout
3914 Comandos ! V ! 
3915 \backslash
3916 vphantom
3917 \end_layout
3918
3919 \end_inset
3920
3921  (botón 
3922 \begin_inset space ~
3923 \end_inset
3924
3925
3926 \begin_inset Graphics
3927         filename ../../images/math/vphantom.png
3928         scale 85
3929
3930 \end_inset
3931
3932 ) y 
3933 \series bold
3934
3935 \backslash
3936 hphantom
3937 \series default
3938
3939 \begin_inset Index
3940 status collapsed
3941
3942 \begin_layout Plain Layout
3943 Comandos ! H ! 
3944 \backslash
3945 hphantom
3946 \end_layout
3947
3948 \end_inset
3949
3950  (botón 
3951 \begin_inset space ~
3952 \end_inset
3953
3954
3955 \begin_inset Graphics
3956         filename ../../images/math/hphantom.png
3957         scale 85
3958
3959 \end_inset
3960
3961 ).
3962  
3963 \series bold
3964
3965 \backslash
3966 hphantom
3967 \series default
3968  genera espacio en el marco sólo para la altura máxima de los caracteres,
3969  no para su anchura.
3970  
3971 \series bold
3972
3973 \backslash
3974 vphantom
3975 \series default
3976  genera espacio sólo para la anchura del contenido del marco.
3977  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3978 \end_layout
3979
3980 \begin_layout Standard
3981 Por ejemplo, 
3982 \series bold
3983
3984 \backslash
3985 vphantom
3986 \series default
3987
3988 \begin_inset ERT
3989 status collapsed
3990
3991 \begin_layout Plain Layout
3992
3993
3994 \backslash
3995 spce 
3996 \end_layout
3997
3998 \end_inset
3999
4000
4001 \series bold
4002 a
4003 \backslash
4004 int
4005 \series default
4006  genera espacio de la altura del signo de la integral,
4007 \begin_inset Foot
4008 status collapsed
4009
4010 \begin_layout Plain Layout
4011 El comando 
4012 \series bold
4013
4014 \backslash
4015 int
4016 \series default
4017  genera un signo de integral, véase 
4018 \begin_inset CommandInset ref
4019 LatexCommand ref
4020 reference "sub:Operadores-grandes"
4021
4022 \end_inset
4023
4024
4025 \end_layout
4026
4027 \end_inset
4028
4029  porque este es el carácter más largo.
4030  En la 
4031 \begin_inset CommandInset ref
4032 LatexCommand ref
4033 reference "sub:Delimitadores-multilínea"
4034
4035 \end_inset
4036
4037  hay un ejemplo de aplicación.
4038 \end_layout
4039
4040 \begin_layout Subsection
4041 Líneas
4042 \begin_inset Index
4043 status collapsed
4044
4045 \begin_layout Plain Layout
4046 Lineas@Líneas
4047 \end_layout
4048
4049 \end_inset
4050
4051
4052 \begin_inset Index
4053 status collapsed
4054
4055 \begin_layout Plain Layout
4056 Ecuación ! sub- o superrayada
4057 \end_layout
4058
4059 \end_inset
4060
4061
4062 \end_layout
4063
4064 \begin_layout Standard
4065 \noindent
4066 \align center
4067 \begin_inset Tabular
4068 <lyxtabular version="3" rows="4" columns="2">
4069 <features>
4070 <column alignment="center" valignment="top" width="0">
4071 <column alignment="center" valignment="top" width="0">
4072 <row>
4073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 Comando
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 Resultado
4087 \begin_inset Note Note
4088 status collapsed
4089
4090 \begin_layout Plain Layout
4091
4092 \series bold
4093
4094 \backslash
4095 raisebox
4096 \series default
4097  se usa sólo como espaciador
4098 \end_layout
4099
4100 \end_inset
4101
4102
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 </row>
4108 <row>
4109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113
4114 \backslash
4115 overline
4116 \begin_inset ERT
4117 status collapsed
4118
4119 \begin_layout Plain Layout
4120
4121
4122 \backslash
4123 spce 
4124 \end_layout
4125
4126 \end_inset
4127
4128 A+B
4129 \begin_inset Index
4130 status collapsed
4131
4132 \begin_layout Plain Layout
4133 Comandos ! O ! 
4134 \backslash
4135 overline
4136 \end_layout
4137
4138 \end_inset
4139
4140
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4150 \end_inset
4151
4152
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 </row>
4158 <row>
4159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163
4164 \backslash
4165 underline
4166 \begin_inset ERT
4167 status collapsed
4168
4169 \begin_layout Plain Layout
4170
4171
4172 \backslash
4173 spce 
4174 \end_layout
4175
4176 \end_inset
4177
4178 A+B
4179 \begin_inset Index
4180 status collapsed
4181
4182 \begin_layout Plain Layout
4183 Comandos ! U ! 
4184 \backslash
4185 underline
4186 \end_layout
4187
4188 \end_inset
4189
4190
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4200 \end_inset
4201
4202
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 </row>
4208 <row>
4209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213
4214 \backslash
4215 overline
4216 \begin_inset ERT
4217 status collapsed
4218
4219 \begin_layout Plain Layout
4220
4221
4222 \backslash
4223 spce 
4224 \end_layout
4225
4226 \end_inset
4227
4228
4229 \backslash
4230 underline
4231 \begin_inset ERT
4232 status collapsed
4233
4234 \begin_layout Plain Layout
4235
4236
4237 \backslash
4238 spce 
4239 \end_layout
4240
4241 \end_inset
4242
4243 A+B
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4253 \end_inset
4254
4255
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 </lyxtabular>
4262
4263 \end_inset
4264
4265
4266 \end_layout
4267
4268 \begin_layout Standard
4269 En el último ejemplo es indiferente poner primero 
4270 \series bold
4271
4272 \backslash
4273 overline
4274 \series default
4275  o 
4276 \series bold
4277
4278 \backslash
4279 underline
4280 \series default
4281 .
4282 \end_layout
4283
4284 \begin_layout Standard
4285 Para poner doble subrayado, p.
4286 \begin_inset space \thinspace{}
4287 \end_inset
4288
4289 e.
4290  en resultados, se usa 
4291 \series bold
4292
4293 \backslash
4294 underline
4295 \series default
4296  dos veces.
4297 \end_layout
4298
4299 \begin_layout Standard
4300 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4301 \begin_inset VSpace bigskip
4302 \end_inset
4303
4304 Se pueden crear líneas personalizadas con el comando 
4305 \series bold
4306
4307 \backslash
4308 rule
4309 \series default
4310
4311 \begin_inset Index
4312 status collapsed
4313
4314 \begin_layout Plain Layout
4315 Comandos ! R ! 
4316 \backslash
4317 rule
4318 \end_layout
4319
4320 \end_inset
4321
4322  con el esquema siguiente:
4323 \end_layout
4324
4325 \begin_layout Standard
4326
4327 \series bold
4328
4329 \backslash
4330 rule[hueco vertical]{longitud}{grosor}
4331 \end_layout
4332
4333 \begin_layout Standard
4334 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4335  si el valor es negativo).
4336  Las unidades disponibles para los valores están listadas en
4337 \begin_inset space ~
4338 \end_inset
4339
4340
4341 \begin_inset CommandInset ref
4342 LatexCommand ref
4343 reference "tab:Unidades-disponibles"
4344
4345 \end_inset
4346
4347 .
4348  A continuación hay dos ejemplos de líneas creadas con los comandos
4349 \series bold
4350
4351 \begin_inset Newline newline
4352 \end_inset
4353
4354
4355 \backslash
4356 rule[-2ex]{3cm}{2pt}
4357 \series default
4358  y 
4359 \series bold
4360
4361 \backslash
4362 rule{2cm}{1pt}
4363 \series default
4364 :
4365 \end_layout
4366
4367 \begin_layout Standard
4368 Esto es una frase 
4369 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4370 \end_inset
4371
4372  con dos líneas.
4373 \end_layout
4374
4375 \begin_layout Standard
4376
4377 \series bold
4378
4379 \backslash
4380 rule
4381 \series default
4382  también se puede usar para texto si se inserta en modo TeX.
4383 \end_layout
4384
4385 \begin_layout Subsection
4386 Puntos
4387 \begin_inset CommandInset label
4388 LatexCommand label
4389 name "sub:Puntos"
4390
4391 \end_inset
4392
4393
4394 \begin_inset Index
4395 status collapsed
4396
4397 \begin_layout Plain Layout
4398 Puntos
4399 \end_layout
4400
4401 \end_inset
4402
4403
4404 \end_layout
4405
4406 \begin_layout Standard
4407 Hay distintos tipos de puntos disponibles.
4408 \begin_inset Foot
4409 status collapsed
4410
4411 \begin_layout Plain Layout
4412 En la barra de herramientas de ecuaciones, en el panel del botón 
4413 \begin_inset Graphics
4414         filename ../../images/math/ldots.png
4415         scale 85
4416
4417 \end_inset
4418
4419 .
4420 \end_layout
4421
4422 \end_inset
4423
4424  Para continuación en enumeraciones se usan puntos bajos, (
4425 \series bold
4426
4427 \backslash
4428 ldots
4429 \series default
4430
4431 \begin_inset Index
4432 status collapsed
4433
4434 \begin_layout Plain Layout
4435 Comandos ! L ! 
4436 \backslash
4437 ldots
4438 \end_layout
4439
4440 \end_inset
4441
4442 ), mientras que para operaciones se usan puntos centrados a la misma altura
4443  que los operadores, (
4444 \series bold
4445
4446 \backslash
4447 cdots
4448 \series default
4449
4450 \begin_inset Index
4451 status collapsed
4452
4453 \begin_layout Plain Layout
4454 Comandos ! C ! 
4455 \backslash
4456 cdots
4457 \end_layout
4458
4459 \end_inset
4460
4461 ).
4462  Si se usa el comando 
4463 \series bold
4464
4465 \backslash
4466 dots
4467 \series default
4468
4469 \begin_inset Index
4470 status collapsed
4471
4472 \begin_layout Plain Layout
4473 Comandos ! D ! 
4474 \backslash
4475 dots
4476 \end_layout
4477
4478 \end_inset
4479
4480 , LaTeX decide el tipo a usar en función del carácter siguiente.
4481 \end_layout
4482
4483 \begin_layout Standard
4484 \align center
4485 \begin_inset Tabular
4486 <lyxtabular version="3" rows="8" columns="2">
4487 <features>
4488 <column alignment="center" valignment="top" width="0pt">
4489 <column alignment="center" valignment="top" width="0pt">
4490 <row>
4491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 Comando
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 Resultado
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 A_1
4516 \begin_inset ERT
4517 status collapsed
4518
4519 \begin_layout Plain Layout
4520
4521
4522 \backslash
4523 spce 
4524 \end_layout
4525
4526 \end_inset
4527
4528 ,
4529 \backslash
4530 dots
4531 \begin_inset ERT
4532 status collapsed
4533
4534 \begin_layout Plain Layout
4535
4536
4537 \backslash
4538 spce 
4539 \end_layout
4540
4541 \end_inset
4542
4543 ,A_n
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 \begin_inset Formula $A_{1},\dots,A_{n}$
4553 \end_inset
4554
4555
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 A_1
4567 \begin_inset ERT
4568 status collapsed
4569
4570 \begin_layout Plain Layout
4571
4572
4573 \backslash
4574 spce 
4575 \end_layout
4576
4577 \end_inset
4578
4579 +
4580 \backslash
4581 dots
4582 \begin_inset ERT
4583 status collapsed
4584
4585 \begin_layout Plain Layout
4586
4587
4588 \backslash
4589 spce 
4590 \end_layout
4591
4592 \end_inset
4593
4594 +A_n
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603 \begin_inset Formula $A_{1}+\dots+A_{n}$
4604 \end_inset
4605
4606
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 A_1
4618 \begin_inset ERT
4619 status collapsed
4620
4621 \begin_layout Plain Layout
4622
4623
4624 \backslash
4625 spce 
4626 \end_layout
4627
4628 \end_inset
4629
4630 ,
4631 \backslash
4632 ldots
4633 \begin_inset ERT
4634 status collapsed
4635
4636 \begin_layout Plain Layout
4637
4638
4639 \backslash
4640 spce 
4641 \end_layout
4642
4643 \end_inset
4644
4645 ,A_n
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 \begin_inset Formula $A_{1},\ldots,A_{n}$
4655 \end_inset
4656
4657
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 A_1
4669 \begin_inset ERT
4670 status collapsed
4671
4672 \begin_layout Plain Layout
4673
4674
4675 \backslash
4676 spce 
4677 \end_layout
4678
4679 \end_inset
4680
4681 +
4682 \backslash
4683 cdots
4684 \begin_inset ERT
4685 status collapsed
4686
4687 \begin_layout Plain Layout
4688
4689
4690 \backslash
4691 spce 
4692 \end_layout
4693
4694 \end_inset
4695
4696 +A_n
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4706 \end_inset
4707
4708
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \backslash
4721 vdots
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 \begin_inset Formula $\vdots$
4731 \end_inset
4732
4733
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 </row>
4739 <row>
4740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744
4745 \backslash
4746 ddots
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 \begin_inset Formula $\ddots$
4756 \end_inset
4757
4758
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 </row>
4764 <row>
4765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 Matriz
4770 \begin_inset space \thinspace{}
4771 \end_inset
4772
4773 3×3 con los distintos puntos
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782 \begin_inset Formula $\begin{array}{ccc}
4783 A_{11} & \cdots & A_{1m}\\
4784 \vdots & \ddots & \vdots\\
4785 A_{n1} & \cdots & A_{nm}\end{array}$
4786 \end_inset
4787
4788
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 </row>
4794 </lyxtabular>
4795
4796 \end_inset
4797
4798
4799 \end_layout
4800
4801 \begin_layout Standard
4802 Los puntos suspensivos disponibles en el menú 
4803 \family sans
4804 Insertar\SpecialChar \menuseparator
4805 Carácter especial
4806 \family default
4807  son 
4808 \series bold
4809
4810 \backslash
4811 ldots
4812 \series default
4813 .
4814 \begin_inset VSpace medskip
4815 \end_inset
4816
4817
4818 \end_layout
4819
4820 \begin_layout Standard
4821 Hay puntos específicos para matrices que se extienden por varias columnas.
4822  Se generan con el comando 
4823 \series bold
4824
4825 \backslash
4826 hdotsfor
4827 \series default
4828
4829 \begin_inset Index
4830 status collapsed
4831
4832 \begin_layout Plain Layout
4833 Comandos ! H ! 
4834 \backslash
4835 hdotsfor
4836 \end_layout
4837
4838 \end_inset
4839
4840 , que tiene el siguiente esquema:
4841 \end_layout
4842
4843 \begin_layout Standard
4844
4845 \series bold
4846
4847 \backslash
4848 hdotsfor[distancia]{número de columnas}
4849 \end_layout
4850
4851 \begin_layout Standard
4852 Número de columnas especifica cuántas columnas deben abarcarse.
4853  Distancia es un factor para la separación entre los puntos.
4854 \end_layout
4855
4856 \begin_layout Standard
4857 En la siguiente matriz se ha insertado el comando 
4858 \series bold
4859
4860 \backslash
4861 hdotsfor[2]{4}
4862 \series default
4863  en el primer recuadro de la segunda línea para obtener puntos separados
4864  una distancia equivalente a dos veces la del comando 
4865 \series bold
4866
4867 \backslash
4868 dots
4869 \series default
4870 .
4871 \begin_inset Formula \[
4872 \left(\begin{array}{cccc}
4873 A & B & C & D\\
4874 \hdotsfor[2]{4}\\
4875 q & w & e & r\end{array}\right)\]
4876
4877 \end_inset
4878
4879
4880 \end_layout
4881
4882 \begin_layout Standard
4883 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4884  de lo contrario se producen errores de LaTeX.
4885 \end_layout
4886
4887 \begin_layout Standard
4888 \begin_inset VSpace bigskip
4889 \end_inset
4890
4891
4892 \end_layout
4893
4894 \begin_layout Standard
4895 Además, con el comando 
4896 \series bold
4897
4898 \backslash
4899 dotfill
4900 \series default
4901
4902 \begin_inset Index
4903 status collapsed
4904
4905 \begin_layout Plain Layout
4906 Comandos ! D ! 
4907 \backslash
4908 dotfill
4909 \end_layout
4910
4911 \end_inset
4912
4913  puedes completar con puntos una línea.
4914  El efecto de este tipo de comandos es como el de 
4915 \series bold
4916
4917 \backslash
4918 hfill
4919 \series default
4920 , véase 
4921 \begin_inset CommandInset ref
4922 LatexCommand ref
4923 reference "sub:Espacio-variable"
4924
4925 \end_inset
4926
4927 .
4928 \end_layout
4929
4930 \begin_layout Standard
4931 Por ejemplo el comando 
4932 \series bold
4933 A
4934 \backslash
4935 dotfill
4936 \series default
4937
4938 \begin_inset ERT
4939 status collapsed
4940
4941 \begin_layout Plain Layout
4942
4943
4944 \backslash
4945 spce 
4946 \end_layout
4947
4948 \end_inset
4949
4950
4951 \series bold
4952 B
4953 \series default
4954  genera
4955 \end_layout
4956
4957 \begin_layout Standard
4958 \begin_inset Formula $A\dotfill B$
4959 \end_inset
4960
4961
4962 \end_layout
4963
4964 \begin_layout Standard
4965 Un comando análogo a 
4966 \series bold
4967
4968 \backslash
4969 dotfill
4970 \series default
4971  para rellenar con una línea es 
4972 \series bold
4973
4974 \backslash
4975 hrulefill
4976 \series default
4977
4978 \begin_inset Index
4979 status collapsed
4980
4981 \begin_layout Plain Layout
4982 Comandos ! H ! 
4983 \backslash
4984 hrulefill
4985 \end_layout
4986
4987 \end_inset
4988
4989 :
4990 \end_layout
4991
4992 \begin_layout Standard
4993 \begin_inset Formula $A\hrulefill B$
4994 \end_inset
4995
4996
4997 \end_layout
4998
4999 \begin_layout Standard
5000 Para usar estos comandos en el texto, deben insertarse en modo TeX.
5001 \end_layout
5002
5003 \begin_layout Section
5004 Matrices
5005 \begin_inset CommandInset label
5006 LatexCommand label
5007 name "sec:Matrices"
5008
5009 \end_inset
5010
5011
5012 \begin_inset Index
5013 status collapsed
5014
5015 \begin_layout Plain Layout
5016 Matrices
5017 \end_layout
5018
5019 \end_inset
5020
5021
5022 \end_layout
5023
5024 \begin_layout Standard
5025 Se pueden insertar con el botón 
5026 \begin_inset Graphics
5027         filename ../../images/dialog-show_mathmatrix.png
5028         scale 85
5029
5030 \end_inset
5031
5032  de la barra de ecuaciones o con el menú 
5033 \family sans
5034 Insertar\SpecialChar \menuseparator
5035 Ecuación\SpecialChar \menuseparator
5036 Matriz
5037 \family default
5038 .
5039  Aparece una ventana en la que se pide el número de filas y columnas y la
5040  alineación.
5041  La alineación vertical sólo es relevante para matrices en línea:
5042 \end_layout
5043
5044 \begin_layout Standard
5045 Esta primera matriz tiene alineación superior 
5046 \begin_inset Formula $\begin{array}[t]{cccc}
5047 A & D & G & J\\
5048 B & E & H & K\\
5049 D & F & I & L\end{array}$
5050 \end_inset
5051
5052  , la segunda alineación central 
5053 \begin_inset Formula $\begin{array}{cccc}
5054 A & D & G & J\\
5055 B & E & H & K\\
5056 D & F & I & L\end{array}$
5057 \end_inset
5058
5059  , y la tercera alineación inferior 
5060 \begin_inset Formula $\begin{array}[b]{cccc}
5061 A & D & G & J\\
5062 B & E & H & K\\
5063 D & F & I & L\end{array}$
5064 \end_inset
5065
5066 .
5067 \end_layout
5068
5069 \begin_layout Standard
5070 La alineación horizontal especifica cómo deben alinearse las entradas de
5071  la columna.
5072  Se determina mediante una letra para cada columna.
5073  
5074 \emph on
5075 l
5076 \emph default
5077  indica alineación a la izquierda, 
5078 \emph on
5079 c
5080 \emph default
5081  alineación centrada y 
5082 \emph on
5083 r
5084 \emph default
5085  alineación a la derecha.
5086  Por ejemplo, para componer una matriz
5087 \begin_inset space ~
5088 \end_inset
5089
5090 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5091  centradas y la última a la derecha, se anota 
5092 \series bold
5093 lccr
5094 \series default
5095  en la alineación horizontal.
5096  Normalmente todas las columnas de una matriz están centradas, por tanto
5097  el valor por omisión es 
5098 \series bold
5099 c
5100 \series default
5101  para todas ellas.
5102 \end_layout
5103
5104 \begin_layout Standard
5105 Alineación horizontal:
5106 \end_layout
5107
5108 \begin_layout Standard
5109
5110 \series bold
5111 lll
5112 \series default
5113  : 
5114 \begin_inset Formula $\begin{array}{lll}
5115 10000 & D & G\\
5116 B & 10000 & H\\
5117 C & F & 10000\end{array}$
5118 \end_inset
5119
5120  , 
5121 \series bold
5122 ccc 
5123 \series default
5124
5125 \begin_inset Formula $\begin{array}{ccc}
5126 10000 & D & G\\
5127 B & 10000 & H\\
5128 C & F & 10000\end{array}$
5129 \end_inset
5130
5131  
5132 \series bold
5133 ,
5134 \series default
5135  
5136 \series bold
5137 rrr 
5138 \series default
5139
5140 \begin_inset Formula $\begin{array}{rrr}
5141 10000 & D & G\\
5142 B & 10000 & H\\
5143 C & F & 10000\end{array}$
5144 \end_inset
5145
5146
5147 \end_layout
5148
5149 \begin_layout Standard
5150 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5151  botones 
5152 \begin_inset Graphics
5153         filename ../../images/tabular-feature_append-row.png
5154         scale 85
5155
5156 \end_inset
5157
5158
5159 \begin_inset Graphics
5160         filename ../../images/tabular-feature_delete-row.png
5161         scale 85
5162
5163 \end_inset
5164
5165 , etc.
5166  de la barra de ecuaciones o el menú 
5167 \family sans
5168 Editar\SpecialChar \menuseparator
5169 Filas y columnas
5170 \family default
5171 .
5172  También se pueden añadir filas nuevas con 
5173 \family sans
5174 Ctrl+Retorno
5175 \family default
5176 .
5177 \end_layout
5178
5179 \begin_layout Standard
5180 \begin_inset VSpace bigskip
5181 \end_inset
5182
5183
5184 \end_layout
5185
5186 \begin_layout Standard
5187 Se pueden poner paréntesis alrededor de una matriz con los comandos 
5188 \series bold
5189
5190 \backslash
5191 left
5192 \series default
5193
5194 \begin_inset Index
5195 status collapsed
5196
5197 \begin_layout Plain Layout
5198 Comandos ! L ! 
5199 \backslash
5200 left
5201 \end_layout
5202
5203 \end_inset
5204
5205  y 
5206 \series bold
5207
5208 \backslash
5209 right
5210 \series default
5211
5212 \begin_inset Index
5213 status collapsed
5214
5215 \begin_layout Plain Layout
5216 Comandos ! R ! 
5217 \backslash
5218 right
5219 \end_layout
5220
5221 \end_inset
5222
5223  (atajo 
5224 \family sans
5225 Alt+M
5226 \begin_inset space ~
5227 \end_inset
5228
5229 Paréntesis
5230 \family default
5231 ), véase 
5232 \begin_inset CommandInset ref
5233 LatexCommand ref
5234 reference "sub:Tamaño-automático-de"
5235
5236 \end_inset
5237
5238 , o usando los comandos siguientes:
5239 \end_layout
5240
5241 \begin_layout Standard
5242 \begin_inset VSpace medskip
5243 \end_inset
5244
5245
5246 \end_layout
5247
5248 \begin_layout Standard
5249 \begin_inset space \hfill{}
5250 \end_inset
5251
5252
5253 \begin_inset Tabular
5254 <lyxtabular version="3" rows="4" columns="2">
5255 <features>
5256 <column alignment="center" valignment="top" width="0">
5257 <column alignment="center" valignment="top" width="0">
5258 <row>
5259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 Comando
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 Resultado
5273 \begin_inset Note Note
5274 status collapsed
5275
5276 \begin_layout Plain Layout
5277
5278 \series bold
5279
5280 \backslash
5281 raisebox
5282 \series default
5283  se usa sólo como espaciador
5284 \end_layout
5285
5286 \end_inset
5287
5288
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 </row>
5294 <row>
5295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299
5300 \backslash
5301 bmatrix
5302 \begin_inset ERT
5303 status collapsed
5304
5305 \begin_layout Plain Layout
5306
5307
5308 \backslash
5309 spce 
5310 \end_layout
5311
5312 \end_inset
5313
5314 2
5315 \series bold
5316 ×
5317 \series default
5318 2
5319 \begin_inset space \thinspace{}
5320 \end_inset
5321
5322 matriz
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5332 0 & \textrm{-}\mathrm{i}\\
5333 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5334 \end_inset
5335
5336
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 </row>
5342 <row>
5343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347
5348 \backslash
5349 Bmatrix
5350 \begin_inset ERT
5351 status collapsed
5352
5353 \begin_layout Plain Layout
5354
5355
5356 \backslash
5357 spce 
5358 \end_layout
5359
5360 \end_inset
5361
5362 2×2
5363 \begin_inset space \thinspace{}
5364 \end_inset
5365
5366 matriz
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5376 0 & \textrm{-}\mathrm{i}\\
5377 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5378 \end_inset
5379
5380
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 </row>
5386 <row>
5387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391
5392 \backslash
5393 pmatrix
5394 \begin_inset ERT
5395 status collapsed
5396
5397 \begin_layout Plain Layout
5398
5399
5400 \backslash
5401 spce 
5402 \end_layout
5403
5404 \end_inset
5405
5406 2
5407 \series bold
5408 ×
5409 \series default
5410 2
5411 \begin_inset space \thinspace{}
5412 \end_inset
5413
5414 matriz
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5424 0 & \textrm{-}\mathrm{i}\\
5425 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5426 \end_inset
5427
5428
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 </row>
5434 </lyxtabular>
5435
5436 \end_inset
5437
5438
5439 \begin_inset space \hfill{}
5440 \end_inset
5441
5442
5443 \begin_inset Tabular
5444 <lyxtabular version="3" rows="4" columns="2">
5445 <features>
5446 <column alignment="center" valignment="top" width="0">
5447 <column alignment="center" valignment="top" width="0">
5448 <row>
5449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 Comando
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462 Resultado
5463 \begin_inset Note Note
5464 status collapsed
5465
5466 \begin_layout Plain Layout
5467
5468 \series bold
5469
5470 \backslash
5471 raisebox
5472 \series default
5473  se usa sólo como espaciador
5474 \end_layout
5475
5476 \end_inset
5477
5478
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 </row>
5484 <row>
5485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489
5490 \backslash
5491 vmatrix
5492 \begin_inset ERT
5493 status collapsed
5494
5495 \begin_layout Plain Layout
5496
5497
5498 \backslash
5499 spce 
5500 \end_layout
5501
5502 \end_inset
5503
5504 2
5505 \series bold
5506 ×
5507 \series default
5508 2
5509 \begin_inset space \thinspace{}
5510 \end_inset
5511
5512 matriz
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5522 0 & \textrm{-}\mathrm{i}\\
5523 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5524 \end_inset
5525
5526
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 </row>
5532 <row>
5533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537
5538 \backslash
5539 Vmatrix
5540 \begin_inset ERT
5541 status collapsed
5542
5543 \begin_layout Plain Layout
5544
5545
5546 \backslash
5547 spce 
5548 \end_layout
5549
5550 \end_inset
5551
5552 2
5553 \series bold
5554 ×
5555 \series default
5556 2
5557 \begin_inset space \thinspace{}
5558 \end_inset
5559
5560 matriz
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5570 0 & \textrm{-}\mathrm{i}\\
5571 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5572 \end_inset
5573
5574
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 </row>
5580 <row>
5581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585
5586 \backslash
5587 matrix
5588 \begin_inset ERT
5589 status collapsed
5590
5591 \begin_layout Plain Layout
5592
5593
5594 \backslash
5595 spce 
5596 \end_layout
5597
5598 \end_inset
5599
5600 2
5601 \series bold
5602 ×
5603 \series default
5604 2
5605 \begin_inset space \thinspace{}
5606 \end_inset
5607
5608 matriz
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5618 0 & \textrm{-}\mathrm{i}\\
5619 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5620 \end_inset
5621
5622
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 </row>
5628 </lyxtabular>
5629
5630 \end_inset
5631
5632
5633 \begin_inset space \hfill{}
5634 \end_inset
5635
5636
5637 \end_layout
5638
5639 \begin_layout Standard
5640 \begin_inset VSpace medskip
5641 \end_inset
5642
5643
5644 \end_layout
5645
5646 \begin_layout Standard
5647 Cuando se inserta p.
5648 \begin_inset space \thinspace{}
5649 \end_inset
5650
5651 e.
5652 \begin_inset space ~
5653 \end_inset
5654
5655
5656 \series bold
5657
5658 \backslash
5659 vmatrix
5660 \series default
5661 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5662  la matriz.
5663 \end_layout
5664
5665 \begin_layout Standard
5666 \begin_inset VSpace bigskip
5667 \end_inset
5668
5669
5670 \end_layout
5671
5672 \begin_layout Standard
5673 Como todas las ecuaciones multilínea son matrices, la longitud 
5674 \series bold
5675
5676 \backslash
5677 arraycolsep
5678 \series default
5679
5680 \begin_inset Index
5681 status collapsed
5682
5683 \begin_layout Plain Layout
5684 Comandos ! A ! 
5685 \backslash
5686 arraycolsep
5687 \end_layout
5688
5689 \end_inset
5690
5691 , que se describe en 
5692 \begin_inset CommandInset ref
5693 LatexCommand ref
5694 reference "sub:Separación-de-columnas"
5695
5696 \end_inset
5697
5698 , también se puede usar para cambiar la separación de las columnas en una
5699  matriz.
5700  Para cambiar la separación de las filas, se usa el comando 
5701 \series bold
5702
5703 \backslash
5704 arraystretch
5705 \series default
5706
5707 \begin_inset Index
5708 status collapsed
5709
5710 \begin_layout Plain Layout
5711 Comandos ! A ! 
5712 \backslash
5713 arraystretch
5714 \end_layout
5715
5716 \end_inset
5717
5718  de la siguiente manera:
5719 \end_layout
5720
5721 \begin_layout Standard
5722
5723 \series bold
5724
5725 \backslash
5726 renewcommand{
5727 \backslash
5728 arraystretch}{factor de separación}
5729 \begin_inset Index
5730 status collapsed
5731
5732 \begin_layout Plain Layout
5733 Comandos ! R ! 
5734 \backslash
5735 renewcommand
5736 \end_layout
5737
5738 \end_inset
5739
5740
5741 \end_layout
5742
5743 \begin_layout Standard
5744 El comando 
5745 \series bold
5746
5747 \backslash
5748 renewcommand
5749 \series default
5750  asigna el factor de separación al comando predefinido 
5751 \series bold
5752
5753 \backslash
5754 arraystretch
5755 \series default
5756 .
5757  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5758  Además, éste se usa para todas las matrices siguientes.
5759  Para volver a la separación original, asigna factor 1 a 
5760 \series bold
5761
5762 \backslash
5763 arraystretch
5764 \series default
5765 .
5766 \end_layout
5767
5768 \begin_layout Standard
5769 Para poner matrices en línea se usa el comando 
5770 \series bold
5771
5772 \backslash
5773 smallmatrix
5774 \series default
5775
5776 \begin_inset Index
5777 status collapsed
5778
5779 \begin_layout Plain Layout
5780 Comandos ! S ! 
5781 \backslash
5782 smallmatrix
5783 \end_layout
5784
5785 \end_inset
5786
5787 .
5788  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5789  se inserta la matriz.
5790  
5791 \end_layout
5792
5793 \begin_layout Standard
5794 Esto es una matriz 
5795 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5796 C & D\end{smallmatrix}\right)$
5797 \end_inset
5798
5799  en línea.
5800 \end_layout
5801
5802 \begin_layout Section
5803 Delimitadores
5804 \begin_inset Index
5805 status collapsed
5806
5807 \begin_layout Plain Layout
5808 Delimitadores
5809 \end_layout
5810
5811 \end_inset
5812
5813
5814 \end_layout
5815
5816 \begin_layout Subsection
5817 Delimitadores verticales
5818 \begin_inset Index
5819 status collapsed
5820
5821 \begin_layout Plain Layout
5822 Delimitadores ! verticales
5823 \end_layout
5824
5825 \end_inset
5826
5827
5828 \end_layout
5829
5830 \begin_layout Standard
5831 \begin_inset space \hfill{}
5832 \end_inset
5833
5834
5835 \begin_inset Tabular
5836 <lyxtabular version="3" rows="9" columns="2">
5837 <features>
5838 <column alignment="center" valignment="top" width="0pt">
5839 <column alignment="center" valignment="top" width="0pt">
5840 <row>
5841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 Comando
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 Resultado
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 </row>
5860 <row>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 (
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 \begin_inset Formula $($
5875 \end_inset
5876
5877
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 </row>
5883 <row>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 {
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 \begin_inset Formula $\{$
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 </row>
5906 <row>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 [
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 \begin_inset Formula $[$
5921 \end_inset
5922
5923
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 </row>
5929 <row>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934
5935 \backslash
5936 langle
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 \begin_inset Formula $\langle$
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 <row>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959
5960 \backslash
5961 lceil
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 \begin_inset Formula $\lceil$
5971 \end_inset
5972
5973
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 <row>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984
5985 \backslash
5986 lfloor
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 \begin_inset Formula $\lfloor$
5996 \end_inset
5997
5998
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 </row>
6004 <row>
6005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 /
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 \begin_inset Formula $/$
6019 \end_inset
6020
6021
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 </row>
6027 <row>
6028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 |
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 \begin_inset Formula $|$
6042 \end_inset
6043
6044
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 </row>
6050 </lyxtabular>
6051
6052 \end_inset
6053
6054
6055 \begin_inset space \hfill{}
6056 \end_inset
6057
6058
6059 \begin_inset Tabular
6060 <lyxtabular version="3" rows="9" columns="2">
6061 <features>
6062 <column alignment="center" valignment="top" width="0pt">
6063 <column alignment="center" valignment="top" width="0pt">
6064 <row>
6065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 Comando
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 Resultado
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 </row>
6084 <row>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 )
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 \begin_inset Formula $)$
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 }
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 \begin_inset Formula $\}$
6122 \end_inset
6123
6124
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 </row>
6130 <row>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 ]
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 \begin_inset Formula $]$
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 </row>
6153 <row>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158
6159 \backslash
6160 rangle
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 \begin_inset Formula $\rangle$
6170 \end_inset
6171
6172
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 </row>
6178 <row>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183
6184 \backslash
6185 rceil
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 \begin_inset Formula $\rceil$
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 </row>
6203 <row>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208
6209 \backslash
6210 rfloor
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 \begin_inset Formula $\rfloor$
6220 \end_inset
6221
6222
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 <row>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233
6234 \backslash
6235
6236 \backslash
6237
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 \begin_inset Formula $\backslash$
6247 \end_inset
6248
6249
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 </row>
6255 <row>
6256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260
6261 \backslash
6262 |
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 \begin_inset Formula $\|$
6272 \end_inset
6273
6274
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 </row>
6280 </lyxtabular>
6281
6282 \end_inset
6283
6284
6285 \begin_inset space \hfill{}
6286 \end_inset
6287
6288
6289 \end_layout
6290
6291 \begin_layout Standard
6292 \begin_inset Note Greyedout
6293 status open
6294
6295 \begin_layout Plain Layout
6296
6297 \series bold
6298 Nota
6299 \series default
6300 : En modo TeX hay que usar el comando 
6301 \series bold
6302
6303 \backslash
6304 textbackslash
6305 \series default
6306
6307 \begin_inset Index
6308 status collapsed
6309
6310 \begin_layout Plain Layout
6311 Comandos ! T ! 
6312 \backslash
6313 textbackslash
6314 \end_layout
6315
6316 \end_inset
6317
6318  para la barra invertida, porque si no el comando 
6319 \series bold
6320
6321 \backslash
6322
6323 \backslash
6324
6325 \series default
6326  genera un salto de línea.
6327 \end_layout
6328
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \begin_layout Standard
6335 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6336  descritos en las dos subsecciones siguientes.
6337  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6338  < y > en vez de los comandos 
6339 \series bold
6340
6341 \backslash
6342 langle
6343 \series default
6344  y 
6345 \series bold
6346
6347 \backslash
6348 rangle
6349 \series default
6350 .
6351  
6352 \end_layout
6353
6354 \begin_layout Subsubsection
6355 Tamaño manual de los delimitadores
6356 \begin_inset CommandInset label
6357 LatexCommand label
6358 name "sub:Tamaño-manual-de"
6359
6360 \end_inset
6361
6362
6363 \begin_inset Index
6364 status collapsed
6365
6366 \begin_layout Plain Layout
6367 Delimitadores ! tamaño manual
6368 \end_layout
6369
6370 \end_inset
6371
6372
6373 \end_layout
6374
6375 \begin_layout Standard
6376 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6377  LaTeX 
6378 \series bold
6379
6380 \backslash
6381 big
6382 \series default
6383
6384 \begin_inset Index
6385 status collapsed
6386
6387 \begin_layout Plain Layout
6388 Comandos ! B ! 
6389 \backslash
6390 big
6391 \end_layout
6392
6393 \end_inset
6394
6395
6396 \series bold
6397
6398 \backslash
6399 Big
6400 \series default
6401
6402 \series bold
6403
6404 \backslash
6405 bigg
6406 \series default
6407 , y 
6408 \series bold
6409
6410 \backslash
6411 Bigg
6412 \series default
6413 .
6414  
6415 \series bold
6416
6417 \backslash
6418 big
6419 \series default
6420  indica el tamaño menor y 
6421 \series bold
6422
6423 \backslash
6424 Bigg
6425 \series default
6426  el mayor.
6427 \end_layout
6428
6429 \begin_layout Standard
6430 Estos comandos se usan para resaltar niveles de delimitación:
6431 \end_layout
6432
6433 \begin_layout Standard
6434 \noindent
6435 \align center
6436 \begin_inset Tabular
6437 <lyxtabular version="3" rows="2" columns="2">
6438 <features>
6439 <column alignment="center" valignment="top" width="0">
6440 <column alignment="center" valignment="top" width="0">
6441 <row>
6442 <cell alignment="center" valignment="top" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 todos los delimitadores de igual tamaño:
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 <cell alignment="center" valignment="top" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6456 \end_inset
6457
6458
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 </row>
6464 <row>
6465 <cell alignment="center" valignment="top" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Plain Layout
6469 así tiene mejor aspecto:
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 <cell alignment="center" valignment="top" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6479 \end_inset
6480
6481
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 </row>
6487 </lyxtabular>
6488
6489 \end_inset
6490
6491
6492 \begin_inset Note Note
6493 status collapsed
6494
6495 \begin_layout Plain Layout
6496
6497 \series bold
6498
6499 \backslash
6500 raisebox
6501 \series default
6502  se usa sólo como espaciador
6503 \end_layout
6504
6505 \end_inset
6506
6507
6508 \end_layout
6509
6510 \begin_layout Standard
6511 Para la segunda expresión se ha empleado el comando 
6512 \series bold
6513
6514 \backslash
6515 Big((A+B)(A-B)
6516 \backslash
6517 Big)^
6518 \series default
6519
6520 \begin_inset ERT
6521 status collapsed
6522
6523 \begin_layout Plain Layout
6524
6525
6526 \backslash
6527 spce 
6528 \end_layout
6529
6530 \end_inset
6531
6532
6533 \series bold
6534 C
6535 \series default
6536 .
6537 \end_layout
6538
6539 \begin_layout Standard
6540 He aquí una visión conjunta de todos los tamaños y delimitadores:
6541 \end_layout
6542
6543 \begin_layout Standard
6544 \noindent
6545 \align center
6546
6547 \backslash
6548 Bigg(
6549 \backslash
6550 exp
6551 \backslash
6552 bigg<
6553 \backslash
6554 Big[
6555 \backslash
6556 big{
6557 \backslash
6558 ln(3x)
6559 \backslash
6560 big}^2
6561 \begin_inset ERT
6562 status collapsed
6563
6564 \begin_layout Plain Layout
6565
6566
6567 \backslash
6568 spce 
6569 \end_layout
6570
6571 \end_inset
6572
6573
6574 \backslash
6575 sen(x)
6576 \backslash
6577 Big]^
6578 \begin_inset ERT
6579 status collapsed
6580
6581 \begin_layout Plain Layout
6582
6583
6584 \backslash
6585 spce 
6586 \end_layout
6587
6588 \end_inset
6589
6590 A
6591 \begin_inset ERT
6592 status collapsed
6593
6594 \begin_layout Plain Layout
6595
6596
6597 \backslash
6598 spce 
6599 \end_layout
6600
6601 \end_inset
6602
6603
6604 \backslash
6605 bigg>
6606 \backslash
6607 Bigg)^0,5
6608 \begin_inset Formula \[
6609 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6610
6611 \end_inset
6612
6613
6614 \end_layout
6615
6616 \begin_layout Standard
6617 Además de los comandos 
6618 \series bold
6619
6620 \backslash
6621 big
6622 \series default
6623  hay la variante 
6624 \series bold
6625
6626 \backslash
6627 bigm
6628 \series default
6629
6630 \begin_inset Index
6631 status collapsed
6632
6633 \begin_layout Plain Layout
6634 Comandos ! B ! 
6635 \backslash
6636 bigm
6637 \end_layout
6638
6639 \end_inset
6640
6641 , que añade un poco más de espacio entre el delimitador y su contenido,
6642  y la variante 
6643 \series bold
6644
6645 \backslash
6646 bigl
6647 \series default
6648 -
6649 \series bold
6650
6651 \backslash
6652 bigr
6653 \series default
6654
6655 \begin_inset Index
6656 status collapsed
6657
6658 \begin_layout Plain Layout
6659 Comandos ! B ! 
6660 \backslash
6661 bigl - 
6662 \backslash
6663 bigr
6664 \end_layout
6665
6666 \end_inset
6667
6668 , que no añade espacio adicional.
6669  La 
6670 \emph on
6671 l
6672 \emph default
6673  al final del comando 
6674 \series bold
6675
6676 \backslash
6677 bigl 
6678 \series default
6679 es para el delimitador izquierdo, la 
6680 \emph on
6681 r
6682 \emph default
6683  es para el delimitador derecho.
6684  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6685  apertura o de cierre.
6686 \end_layout
6687
6688 \begin_layout Standard
6689 En el siguiente cuadro hay una comparación de las variantes:
6690 \end_layout
6691
6692 \begin_layout Standard
6693 \noindent
6694 \align center
6695 \begin_inset Tabular
6696 <lyxtabular version="3" rows="5" columns="2">
6697 <features>
6698 <column alignment="center" valignment="top" width="0">
6699 <column alignment="center" valignment="top" width="0">
6700 <row>
6701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 Comando
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 Resultado
6715 \begin_inset Note Note
6716 status collapsed
6717
6718 \begin_layout Plain Layout
6719
6720 \series bold
6721
6722 \backslash
6723 raisebox
6724 \series default
6725  se usa sólo como espaciador
6726 \end_layout
6727
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 </row>
6736 <row>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741
6742 \backslash
6743 Bigm(
6744 \backslash
6745 bigm(
6746 \backslash
6747 ln(3x)
6748 \backslash
6749 bigm)^2
6750 \series bold
6751
6752 \begin_inset ERT
6753 status collapsed
6754
6755 \begin_layout Plain Layout
6756
6757
6758 \backslash
6759 spce 
6760 \end_layout
6761
6762 \end_inset
6763
6764
6765 \series default
6766
6767 \backslash
6768 Bigm)
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6778 \end_inset
6779
6780
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 </row>
6786 <row>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791
6792 \backslash
6793 Big(
6794 \backslash
6795 big(
6796 \backslash
6797 ln(3x)
6798 \backslash
6799 big)^2
6800 \series bold
6801
6802 \begin_inset ERT
6803 status collapsed
6804
6805 \begin_layout Plain Layout
6806
6807
6808 \backslash
6809 spce 
6810 \end_layout
6811
6812 \end_inset
6813
6814
6815 \series default
6816
6817 \backslash
6818 Big)
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6828 \end_inset
6829
6830
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 </row>
6836 <row>
6837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841
6842 \backslash
6843 Bigl(
6844 \backslash
6845 bigl(
6846 \backslash
6847 ln(3x)
6848 \backslash
6849 bigr)^2
6850 \series bold
6851
6852 \begin_inset ERT
6853 status collapsed
6854
6855 \begin_layout Plain Layout
6856
6857
6858 \backslash
6859 spce 
6860 \end_layout
6861
6862 \end_inset
6863
6864
6865 \series default
6866
6867 \backslash
6868 Bigr)
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6878 \end_inset
6879
6880
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 </row>
6886 <row>
6887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891
6892 \backslash
6893 bigl)
6894 \backslash
6895 ln(3x)
6896 \backslash
6897 bigr(
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6907 \end_inset
6908
6909
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 </row>
6915 </lyxtabular>
6916
6917 \end_inset
6918
6919
6920 \end_layout
6921
6922 \begin_layout Subsubsection
6923 Tamaño automático de los delimitadores
6924 \begin_inset CommandInset label
6925 LatexCommand label
6926 name "sub:Tamaño-automático-de"
6927
6928 \end_inset
6929
6930
6931 \begin_inset Index
6932 status collapsed
6933
6934 \begin_layout Plain Layout
6935 Delimitadores ! tamaño automático
6936 \end_layout
6937
6938 \end_inset
6939
6940
6941 \end_layout
6942
6943 \begin_layout Standard
6944 Se pueden insertar delimitadores de tamaño variable con los comandos 
6945 \series bold
6946
6947 \backslash
6948 left
6949 \series default
6950
6951 \begin_inset Index
6952 status collapsed
6953
6954 \begin_layout Plain Layout
6955 Comandos ! L ! 
6956 \backslash
6957 left
6958 \end_layout
6959
6960 \end_inset
6961
6962  y 
6963 \series bold
6964
6965 \backslash
6966 right
6967 \series default
6968
6969 \begin_inset Index
6970 status collapsed
6971
6972 \begin_layout Plain Layout
6973 Comandos ! R ! 
6974 \backslash
6975 right
6976 \end_layout
6977
6978 \end_inset
6979
6980  o con el botón de la barra de ecuaciones 
6981 \begin_inset Graphics
6982         filename ../../images/dialog-show_mathdelimiter.png
6983         scale 85
6984
6985 \end_inset
6986
6987 .
6988  El delimitador deseado se debe insertar directamente detrás de 
6989 \series bold
6990
6991 \backslash
6992 left
6993 \series default
6994  y 
6995 \series bold
6996
6997 \backslash
6998 right
6999 \series default
7000 .
7001  El tamaño se calculará automáticamente después para la salida.
7002  
7003 \end_layout
7004
7005 \begin_layout Standard
7006 \noindent
7007 \align center
7008 delimitador normal: El comando 
7009 \series bold
7010
7011 \backslash
7012 ln(
7013 \backslash
7014 frac
7015 \series default
7016
7017 \begin_inset ERT
7018 status collapsed
7019
7020 \begin_layout Plain Layout
7021
7022
7023 \backslash
7024 spce 
7025 \end_layout
7026
7027 \end_inset
7028
7029
7030 \series bold
7031 A
7032 \begin_inset Formula $\downarrow$
7033 \end_inset
7034
7035 C
7036 \series default
7037
7038 \begin_inset ERT
7039 status collapsed
7040
7041 \begin_layout Plain Layout
7042
7043
7044 \backslash
7045 spce
7046 \end_layout
7047
7048 \end_inset
7049
7050
7051 \series bold
7052 )
7053 \series default
7054  genera
7055 \begin_inset Formula \[
7056 \ln(\frac{A}{C})\]
7057
7058 \end_inset
7059
7060
7061 \end_layout
7062
7063 \begin_layout Standard
7064 \noindent
7065 \align center
7066 delimitador multilínea: El comando 
7067 \series bold
7068
7069 \backslash
7070 ln
7071 \backslash
7072 left(
7073 \backslash
7074 frac
7075 \series default
7076
7077 \begin_inset ERT
7078 status collapsed
7079
7080 \begin_layout Plain Layout
7081
7082
7083 \backslash
7084 spce 
7085 \end_layout
7086
7087 \end_inset
7088
7089
7090 \series bold
7091 A
7092 \begin_inset Formula $\downarrow$
7093 \end_inset
7094
7095 C
7096 \series default
7097
7098 \begin_inset ERT
7099 status collapsed
7100
7101 \begin_layout Plain Layout
7102
7103
7104 \backslash
7105 spce 
7106 \end_layout
7107
7108 \end_inset
7109
7110
7111 \series bold
7112
7113 \backslash
7114 right)
7115 \series default
7116  genera
7117 \begin_inset Formula \[
7118 \ln\left(\frac{A}{C}\right)\]
7119
7120 \end_inset
7121
7122
7123 \end_layout
7124
7125 \begin_layout Standard
7126 En lugar de 
7127 \series bold
7128
7129 \backslash
7130 left
7131 \series default
7132  y 
7133 \series bold
7134
7135 \backslash
7136 right
7137 \series default
7138  se puede usar el atajo 
7139 \family sans
7140 Alt+M
7141 \begin_inset space ~
7142 \end_inset
7143
7144 Corchete
7145 \family default
7146 .
7147  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7148  real del delimitador y además se genera el correspondiente delimitador
7149  de cierre.
7150 \begin_inset Newline newline
7151 \end_inset
7152
7153 El comando para el último ejemplo sería 
7154 \series bold
7155
7156 \backslash
7157 ln Alt+M
7158 \series default
7159  
7160 \series bold
7161 (
7162 \backslash
7163 frac
7164 \begin_inset ERT
7165 status collapsed
7166
7167 \begin_layout Plain Layout
7168
7169
7170 \backslash
7171 spce 
7172 \end_layout
7173
7174 \end_inset
7175
7176 A
7177 \begin_inset Formula $\downarrow$
7178 \end_inset
7179
7180
7181 \end_layout
7182
7183 \begin_layout Standard
7184 Para omitir uno de los dos delimitadores se inserta un punto.
7185  Por ejemplo, el comando 
7186 \series bold
7187
7188 \backslash
7189 left.
7190 \backslash
7191 frac
7192 \series default
7193
7194 \begin_inset ERT
7195 status collapsed
7196
7197 \begin_layout Plain Layout
7198
7199
7200 \backslash
7201 spce 
7202 \end_layout
7203
7204 \end_inset
7205
7206
7207 \series bold
7208 A
7209 \begin_inset Formula $\downarrow$
7210 \end_inset
7211
7212 B
7213 \series default
7214
7215 \begin_inset ERT
7216 status collapsed
7217
7218 \begin_layout Plain Layout
7219
7220
7221 \backslash
7222 spce 
7223 \end_layout
7224
7225 \end_inset
7226
7227
7228 \series bold
7229
7230 \backslash
7231 right}
7232 \series default
7233  da lugar a:
7234 \begin_inset Formula \[
7235 \left.\frac{A}{B}\right\} \]
7236
7237 \end_inset
7238
7239
7240 \end_layout
7241
7242 \begin_layout Standard
7243 LyX convertirá los comandos 
7244 \series bold
7245
7246 \backslash
7247 left
7248 \series default
7249  y 
7250 \series bold
7251
7252 \backslash
7253 right
7254 \series default
7255  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7256  omitido aparecerá como línea de trazos.
7257  
7258 \begin_inset VSpace bigskip
7259 \end_inset
7260
7261
7262 \end_layout
7263
7264 \begin_layout Standard
7265 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7266  de LaTeX, el comando 
7267 \series bold
7268
7269 \backslash
7270 middle
7271 \series default
7272
7273 \begin_inset Index
7274 status collapsed
7275
7276 \begin_layout Plain Layout
7277 Comandos ! M ! 
7278 \backslash
7279 middle
7280 \end_layout
7281
7282 \end_inset
7283
7284  está también disponible para todos los delimitadores y límites.
7285  Con este comando la altura del siguiente carácter se adapta a la de los
7286  delimitadores circundantes, lo que es necesario, p.
7287 \begin_inset space \thinspace{}
7288 \end_inset
7289
7290 e., para vectores físicos: 
7291 \begin_inset Formula \[
7292 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7293
7294 \end_inset
7295
7296
7297 \end_layout
7298
7299 \begin_layout Standard
7300 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7301 \begin_inset CommandInset ref
7302 LatexCommand ref
7303 reference "sub:Vectores-físicos"
7304
7305 \end_inset
7306
7307 .
7308 \end_layout
7309
7310 \begin_layout Subsection
7311 Delimitadores horizontales
7312 \begin_inset Index
7313 status collapsed
7314
7315 \begin_layout Plain Layout
7316 Delimitadores ! horizontales
7317 \end_layout
7318
7319 \end_inset
7320
7321
7322 \end_layout
7323
7324 \begin_layout Standard
7325 \noindent
7326 \align center
7327 \begin_inset Tabular
7328 <lyxtabular version="3" rows="4" columns="2">
7329 <features>
7330 <column alignment="center" valignment="top" width="0">
7331 <column alignment="center" valignment="top" width="0">
7332 <row>
7333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 Comando
7338 \begin_inset Note Note
7339 status collapsed
7340
7341 \begin_layout Plain Layout
7342
7343 \series bold
7344
7345 \backslash
7346 raisebox
7347 \series default
7348  se usa sólo como espaciador
7349 \end_layout
7350
7351 \end_inset
7352
7353
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 Resultado
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 </row>
7368 <row>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 \begin_inset ERT
7374 status collapsed
7375
7376 \begin_layout Plain Layout
7377
7378
7379 \backslash
7380 raisebox{2.3mm}{
7381 \end_layout
7382
7383 \end_inset
7384
7385
7386 \backslash
7387 overbrace
7388 \begin_inset ERT
7389 status collapsed
7390
7391 \begin_layout Plain Layout
7392
7393
7394 \backslash
7395 spce 
7396 \end_layout
7397
7398 \end_inset
7399
7400 A+B
7401 \begin_inset ERT
7402 status collapsed
7403
7404 \begin_layout Plain Layout
7405
7406
7407 \backslash
7408 spce 
7409 \end_layout
7410
7411 \end_inset
7412
7413 ^
7414 \begin_inset ERT
7415 status collapsed
7416
7417 \begin_layout Plain Layout
7418
7419
7420 \backslash
7421 spce 
7422 \end_layout
7423
7424 \end_inset
7425
7426 3
7427 \begin_inset ERT
7428 status collapsed
7429
7430 \begin_layout Plain Layout
7431
7432 }
7433 \end_layout
7434
7435 \end_inset
7436
7437
7438 \begin_inset Index
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442 Comandos ! O ! 
7443 \backslash
7444 overbrace
7445 \end_layout
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 \begin_inset Formula $\overbrace{A+B}^{3}$
7459 \end_inset
7460
7461
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 </row>
7467 <row>
7468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 \begin_inset ERT
7473 status collapsed
7474
7475 \begin_layout Plain Layout
7476
7477
7478 \backslash
7479 raisebox{-2.2mm}{
7480 \end_layout
7481
7482 \end_inset
7483
7484
7485 \backslash
7486 underbrace
7487 \begin_inset ERT
7488 status collapsed
7489
7490 \begin_layout Plain Layout
7491
7492
7493 \backslash
7494 spce 
7495 \end_layout
7496
7497 \end_inset
7498
7499 A+B
7500 \begin_inset ERT
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504
7505
7506 \backslash
7507 spce 
7508 \end_layout
7509
7510 \end_inset
7511
7512 _5
7513 \begin_inset ERT
7514 status collapsed
7515
7516 \begin_layout Plain Layout
7517
7518 }
7519 \end_layout
7520
7521 \end_inset
7522
7523
7524 \begin_inset Index
7525 status collapsed
7526
7527 \begin_layout Plain Layout
7528 Comandos ! U ! 
7529 \backslash
7530 underbrace
7531 \end_layout
7532
7533 \end_inset
7534
7535
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 \begin_inset Formula $\underbrace{A+B}_{5}$
7545 \end_inset
7546
7547
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 <row>
7554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558
7559 \backslash
7560 overbrace
7561 \begin_inset ERT
7562 status collapsed
7563
7564 \begin_layout Plain Layout
7565
7566
7567 \backslash
7568 spce 
7569 \end_layout
7570
7571 \end_inset
7572
7573
7574 \backslash
7575 underbrace
7576 \begin_inset ERT
7577 status collapsed
7578
7579 \begin_layout Plain Layout
7580
7581
7582 \backslash
7583 spce 
7584 \end_layout
7585
7586 \end_inset
7587
7588 A+B_w
7589 \begin_inset ERT
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593
7594
7595 \backslash
7596 spce 
7597 \end_layout
7598
7599 \end_inset
7600
7601
7602 \begin_inset ERT
7603 status collapsed
7604
7605 \begin_layout Plain Layout
7606
7607
7608 \backslash
7609 spce 
7610 \end_layout
7611
7612 \end_inset
7613
7614 _7
7615 \begin_inset ERT
7616 status collapsed
7617
7618 \begin_layout Plain Layout
7619
7620
7621 \backslash
7622 spce 
7623 \end_layout
7624
7625 \end_inset
7626
7627
7628 \begin_inset ERT
7629 status collapsed
7630
7631 \begin_layout Plain Layout
7632
7633
7634 \backslash
7635 spce 
7636 \end_layout
7637
7638 \end_inset
7639
7640 ^
7641 \begin_inset ERT
7642 status collapsed
7643
7644 \begin_layout Plain Layout
7645
7646
7647 \backslash
7648 spce 
7649 \end_layout
7650
7651 \end_inset
7652
7653 C
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7663 \end_inset
7664
7665
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 </lyxtabular>
7672
7673 \end_inset
7674
7675
7676 \end_layout
7677
7678 \begin_layout Standard
7679 En el último ejemplo no importa en qué orden se introducen los comandos
7680  
7681 \series bold
7682
7683 \backslash
7684 overbrace
7685 \series default
7686  y 
7687 \series bold
7688
7689 \backslash
7690 underbrace
7691 \series default
7692 .
7693 \begin_inset VSpace bigskip
7694 \end_inset
7695
7696
7697 \end_layout
7698
7699 \begin_layout Standard
7700 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7701  multilínea, como se describe en
7702 \begin_inset space ~
7703 \end_inset
7704
7705
7706 \begin_inset CommandInset ref
7707 LatexCommand ref
7708 reference "sec:Ecuaciones-multilínea"
7709
7710 \end_inset
7711
7712 :
7713 \begin_inset Formula \begin{eqnarray*}
7714 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7715  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7716
7717 \end_inset
7718
7719 En la primera fila se insertan la ecuación y la primera llave.
7720  Aquí es importante insertar el comando de espacio
7721 \begin_inset Foot
7722 status collapsed
7723
7724 \begin_layout Plain Layout
7725 Los comandos para espacios se explican en 
7726 \begin_inset CommandInset ref
7727 LatexCommand ref
7728 reference "sub:Espacio-predefinido"
7729
7730 \end_inset
7731
7732
7733 \end_layout
7734
7735 \end_inset
7736
7737  
7738 \series bold
7739
7740 \backslash
7741 :
7742 \series default
7743  antes de la primera
7744 \series bold
7745  
7746 \series default
7747
7748 \begin_inset Formula $d$
7749 \end_inset
7750
7751 , porque la llave que termina detrás de 
7752 \begin_inset Formula $q$
7753 \end_inset
7754
7755  impide que el siguiente 
7756 \begin_inset Quotes fld
7757 \end_inset
7758
7759 +
7760 \begin_inset Quotes frd
7761 \end_inset
7762
7763  esté rodeado de espacio.
7764 \begin_inset Foot
7765 status collapsed
7766
7767 \begin_layout Plain Layout
7768 Debido a que la llave no es considerada como carácter, véase 
7769 \begin_inset CommandInset ref
7770 LatexCommand ref
7771 reference "sub:Operadores-binarios"
7772
7773 \end_inset
7774
7775
7776 \end_layout
7777
7778 \end_inset
7779
7780  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7781  de 
7782 \begin_inset Formula $b$
7783 \end_inset
7784
7785  se inserta antes el comando 
7786 \series bold
7787
7788 \backslash
7789 hphantom{gggg+
7790 \backslash
7791 :}
7792 \series default
7793 .
7794 \begin_inset Foot
7795 status collapsed
7796
7797 \begin_layout Plain Layout
7798 Más sobre 
7799 \series bold
7800
7801 \backslash
7802 hphantom
7803 \series default
7804  en 
7805 \begin_inset CommandInset ref
7806 LatexCommand ref
7807 reference "sub:Espacios-reservados"
7808
7809 \end_inset
7810
7811
7812 \end_layout
7813
7814 \end_inset
7815
7816  Ese espacio es necesario porque el signo 
7817 \begin_inset Quotes fld
7818 \end_inset
7819
7820 +
7821 \begin_inset Quotes frd
7822 \end_inset
7823
7824  va seguido de un espacio en la ecuación.
7825  La llave se coloca bajo el comando 
7826 \series bold
7827
7828 \backslash
7829 hphantom{bbqq+dddd}
7830 \series default
7831 .
7832  
7833 \end_layout
7834
7835 \begin_layout Standard
7836 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7837  ejemplo:
7838 \begin_inset ERT
7839 status collapsed
7840
7841 \begin_layout Plain Layout
7842
7843
7844 \backslash
7845 setlength{
7846 \backslash
7847 jot}{-6pt}
7848 \end_layout
7849
7850 \end_inset
7851
7852
7853 \begin_inset Formula \begin{eqnarray*}
7854  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7855 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7856
7857 \end_inset
7858
7859
7860 \begin_inset ERT
7861 status collapsed
7862
7863 \begin_layout Plain Layout
7864
7865
7866 \backslash
7867 setlength{
7868 \backslash
7869 jot}{3pt}
7870 \end_layout
7871
7872 \end_inset
7873
7874 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7875  anterior, con la diferencia de que la llave está encima.
7876  La segunda fila contiene la ecuación junto con la segunda llave.
7877  Para evitar que haya demasiado espacio entre la llave superior en la primera
7878  fila y la ecuación hay que reducirlo.
7879  Esto no es fácil de hacer debido a un fallo de LyX.
7880 \begin_inset Foot
7881 status collapsed
7882
7883 \begin_layout Plain Layout
7884 \begin_inset CommandInset href
7885 LatexCommand href
7886 name "LyX-bug #1505"
7887 target "http://www.lyx.org/trac/ticket/1505"
7888
7889 \end_inset
7890
7891
7892 \end_layout
7893
7894 \end_inset
7895
7896  Una solución es cambiar la separación global de filas en la ecuación, 
7897 \series bold
7898
7899 \backslash
7900 jot
7901 \series default
7902
7903 \begin_inset Index
7904 status collapsed
7905
7906 \begin_layout Plain Layout
7907 Comandos ! J ! 
7908 \backslash
7909 jot
7910 \end_layout
7911
7912 \end_inset
7913
7914 , en -6
7915 \begin_inset space \thinspace{}
7916 \end_inset
7917
7918 pt insertando antes de la ecuación el comando 
7919 \series bold
7920
7921 \backslash
7922 setlength{
7923 \backslash
7924 jot}{-6pt}
7925 \series default
7926  en modo TeX.
7927  Después de la ecuación se vuelve al valor normal 3
7928 \begin_inset space \thinspace{}
7929 \end_inset
7930
7931 pt de 
7932 \series bold
7933
7934 \backslash
7935 jot
7936 \series default
7937  usando el mismo comando.
7938  Más información sobre separación de filas en ecuaciones en
7939 \begin_inset space ~
7940 \end_inset
7941
7942
7943 \begin_inset CommandInset ref
7944 LatexCommand ref
7945 reference "sub:Separación-de-líneas"
7946
7947 \end_inset
7948
7949 .
7950 \end_layout
7951
7952 \begin_layout Section
7953 Flechas
7954 \begin_inset Index
7955 status collapsed
7956
7957 \begin_layout Plain Layout
7958 Flechas
7959 \end_layout
7960
7961 \end_inset
7962
7963
7964 \end_layout
7965
7966 \begin_layout Standard
7967 Las flechas se pueden insertar con el botón 
7968 \begin_inset Graphics
7969         filename ../../images/math/leftarrow.png
7970         scale 85
7971
7972 \end_inset
7973
7974  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7975  siguientes.
7976 \end_layout
7977
7978 \begin_layout Subsection
7979 Flechas horizontales
7980 \begin_inset Index
7981 status collapsed
7982
7983 \begin_layout Plain Layout
7984 Flechas ! horizontales
7985 \end_layout
7986
7987 \end_inset
7988
7989
7990 \end_layout
7991
7992 \begin_layout Standard
7993 \begin_inset space \hfill{}
7994 \end_inset
7995
7996
7997 \begin_inset Tabular
7998 <lyxtabular version="3" rows="8" columns="2">
7999 <features>
8000 <column alignment="center" valignment="top" width="0pt">
8001 <column alignment="center" valignment="top" width="0pt">
8002 <row>
8003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 Comando
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 Resultado
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row>
8023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \backslash
8029 gets
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 \begin_inset Formula $\gets$
8039 \end_inset
8040
8041
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row>
8048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052
8053 \backslash
8054 Leftarrow
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 \begin_inset Formula $\Leftarrow$
8064 \end_inset
8065
8066
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \backslash
8079 longleftarrow
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 \begin_inset Formula $\longleftarrow$
8089 \end_inset
8090
8091
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 <row>
8098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102
8103 \backslash
8104 Longleftarrow
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 \begin_inset Formula $\Longleftarrow$
8114 \end_inset
8115
8116
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 </row>
8122 <row>
8123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \backslash
8129 leftharpoonup
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 \begin_inset Formula $\leftharpoonup$
8139 \end_inset
8140
8141
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \backslash
8154 leftharpoondown
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 \begin_inset Formula $\leftharpoondown$
8164 \end_inset
8165
8166
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 <row>
8173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177
8178 \backslash
8179 hookleftarrow
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 \begin_inset Formula $\hookleftarrow$
8189 \end_inset
8190
8191
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 </row>
8197 </lyxtabular>
8198
8199 \end_inset
8200
8201
8202 \begin_inset space \hfill{}
8203 \end_inset
8204
8205
8206 \begin_inset Tabular
8207 <lyxtabular version="3" rows="8" columns="2">
8208 <features>
8209 <column alignment="center" valignment="top" width="0pt">
8210 <column alignment="center" valignment="top" width="0pt">
8211 <row>
8212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Comando
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 Resultado
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \backslash
8238 to
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 \begin_inset Formula $\to$
8248 \end_inset
8249
8250
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \backslash
8263 Rightarrow
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 \begin_inset Formula $\Rightarrow$
8273 \end_inset
8274
8275
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \backslash
8288 longrightarrow
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 \begin_inset Formula $\longrightarrow$
8298 \end_inset
8299
8300
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row>
8307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \backslash
8313 Longrightarrow
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 \begin_inset Formula $\Longrightarrow$
8323 \end_inset
8324
8325
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \backslash
8338 rightharpoonup
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 \begin_inset Formula $\rightharpoonup$
8348 \end_inset
8349
8350
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \backslash
8363 rightharpoondown
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 \begin_inset Formula $\rightharpoondown$
8373 \end_inset
8374
8375
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 </row>
8381 <row>
8382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386
8387 \backslash
8388 hookrightarrow
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 \begin_inset Formula $\hookrightarrow$
8398 \end_inset
8399
8400
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 </row>
8406 </lyxtabular>
8407
8408 \end_inset
8409
8410
8411 \begin_inset space \hfill{}
8412 \end_inset
8413
8414
8415 \end_layout
8416
8417 \begin_layout Standard
8418 \begin_inset space \hfill{}
8419 \end_inset
8420
8421
8422 \begin_inset Tabular
8423 <lyxtabular version="3" rows="6" columns="2">
8424 <features>
8425 <column alignment="center" valignment="top" width="0pt">
8426 <column alignment="center" valignment="top" width="0pt">
8427 <row>
8428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 Comando
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Resultado
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \backslash
8454 leftrightarrow
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 \begin_inset Formula $\leftrightarrow$
8464 \end_inset
8465
8466
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 <row>
8473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477
8478 \backslash
8479 Leftrightarrow
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 \begin_inset Formula $\Leftrightarrow$
8489 \end_inset
8490
8491
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 </row>
8497 <row>
8498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502
8503 \backslash
8504 longleftrightarrow
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 \begin_inset Formula $\longleftrightarrow$
8514 \end_inset
8515
8516
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 <row>
8523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527
8528 \backslash
8529 Longleftrightarrow
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 \begin_inset Formula $\Longleftrightarrow$
8539 \end_inset
8540
8541
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \backslash
8554 rightleftharpoons
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 \begin_inset Formula $\rightleftharpoons$
8564 \end_inset
8565
8566
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 </lyxtabular>
8573
8574 \end_inset
8575
8576
8577 \begin_inset space \hspace{}
8578 \length 25pt
8579 \end_inset
8580
8581
8582 \begin_inset space \hfill{}
8583 \end_inset
8584
8585
8586 \begin_inset Tabular
8587 <lyxtabular version="3" rows="5" columns="2">
8588 <features>
8589 <column alignment="center" valignment="top" width="0pt">
8590 <column alignment="center" valignment="top" width="0pt">
8591 <row>
8592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 Comando
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 Resultado
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616
8617 \backslash
8618 mapsto
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 \begin_inset Formula $\mapsto$
8628 \end_inset
8629
8630
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 </row>
8636 <row>
8637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641
8642 \backslash
8643 longmapsto
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 \begin_inset Formula $\longmapsto$
8653 \end_inset
8654
8655
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 </row>
8661 <row>
8662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666
8667 \backslash
8668 leadsto
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 \begin_inset Formula $\leadsto$
8678 \end_inset
8679
8680
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 </row>
8686 <row>
8687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691
8692 \backslash
8693 dasharrow
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 \begin_inset Formula $\dasharrow$
8703 \end_inset
8704
8705
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 </lyxtabular>
8712
8713 \end_inset
8714
8715
8716 \begin_inset space \hfill{}
8717 \end_inset
8718
8719
8720 \begin_inset VSpace medskip
8721 \end_inset
8722
8723
8724 \end_layout
8725
8726 \begin_layout Standard
8727 Las flechas que se utilizan como acentos, p.
8728 \begin_inset space \thinspace{}
8729 \end_inset
8730
8731 e.
8732  en vectores, se describen en 
8733 \begin_inset CommandInset ref
8734 LatexCommand ref
8735 reference "sec:Acentos"
8736
8737 \end_inset
8738
8739 .
8740  
8741 \begin_inset VSpace bigskip
8742 \end_inset
8743
8744
8745 \end_layout
8746
8747 \begin_layout Standard
8748 Además hay las flechas etiquetadas
8749 \begin_inset Index
8750 status collapsed
8751
8752 \begin_layout Plain Layout
8753 Flechas ! etiquetadas
8754 \end_layout
8755
8756 \end_inset
8757
8758  
8759 \series bold
8760
8761 \backslash
8762 xleftarrow
8763 \series default
8764
8765 \begin_inset Index
8766 status collapsed
8767
8768 \begin_layout Plain Layout
8769 Comandos ! X ! 
8770 \backslash
8771 xleftarrow
8772 \end_layout
8773
8774 \end_inset
8775
8776  y 
8777 \series bold
8778
8779 \backslash
8780 xrightarrow
8781 \series default
8782
8783 \begin_inset Index
8784 status collapsed
8785
8786 \begin_layout Plain Layout
8787 Comandos ! X ! 
8788 \backslash
8789 xrightarrow
8790 \begin_inset ERT
8791 status collapsed
8792
8793 \begin_layout Plain Layout
8794
8795
8796 \backslash
8797 vspace{4mm}
8798 \end_layout
8799
8800 \end_inset
8801
8802
8803 \end_layout
8804
8805 \end_inset
8806
8807 .
8808  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8809  con dos marcos azules donde se puede insertar la etiqueta.
8810  La longitud de la flecha se adapta a la anchura de la etiqueta.
8811 \end_layout
8812
8813 \begin_layout Standard
8814 \noindent
8815 \align center
8816 \begin_inset Tabular
8817 <lyxtabular version="3" rows="3" columns="2">
8818 <features>
8819 <column alignment="center" valignment="top" width="0">
8820 <column alignment="center" valignment="top" width="0">
8821 <row>
8822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 Comando
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 Resultado
8836 \begin_inset Note Note
8837 status collapsed
8838
8839 \begin_layout Plain Layout
8840
8841 \series bold
8842
8843 \backslash
8844 raisebox
8845 \series default
8846  se usa sólo como espaciador
8847 \end_layout
8848
8849 \end_inset
8850
8851
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 </row>
8857 <row>
8858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 F(a)
8863 \backslash
8864 xleftarrow
8865 \begin_inset ERT
8866 status collapsed
8867
8868 \begin_layout Plain Layout
8869
8870
8871 \backslash
8872 spce 
8873 \end_layout
8874
8875 \end_inset
8876
8877 x=a
8878 \begin_inset Formula $\downarrow$
8879 \end_inset
8880
8881 x>0
8882 \begin_inset Formula $\to$
8883 \end_inset
8884
8885 F(x)
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8895 \end_inset
8896
8897
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 </row>
8903 <row>
8904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 F(x)
8909 \backslash
8910 xrightarrow
8911 \begin_inset ERT
8912 status collapsed
8913
8914 \begin_layout Plain Layout
8915
8916
8917 \backslash
8918 spce 
8919 \end_layout
8920
8921 \end_inset
8922
8923 x=a
8924 \begin_inset Formula $\downarrow$
8925 \end_inset
8926
8927 x>0
8928 \begin_inset Formula $\to$
8929 \end_inset
8930
8931 F(a)
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8941 \end_inset
8942
8943
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 </lyxtabular>
8950
8951 \end_inset
8952
8953
8954 \end_layout
8955
8956 \begin_layout Subsection
8957 Flechas verticales y diagonales
8958 \begin_inset Index
8959 status collapsed
8960
8961 \begin_layout Plain Layout
8962 Flechas ! diagonales
8963 \end_layout
8964
8965 \end_inset
8966
8967
8968 \begin_inset Index
8969 status collapsed
8970
8971 \begin_layout Plain Layout
8972 Flechas ! verticales
8973 \end_layout
8974
8975 \end_inset
8976
8977
8978 \end_layout
8979
8980 \begin_layout Standard
8981 \begin_inset space \hfill{}
8982 \end_inset
8983
8984
8985 \begin_inset Tabular
8986 <lyxtabular version="3" rows="7" columns="2">
8987 <features>
8988 <column alignment="center" valignment="top" width="0pt">
8989 <column alignment="center" valignment="top" width="0pt">
8990 <row>
8991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 Comando
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 Resultado
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015
9016 \backslash
9017 uparrow
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 \begin_inset Formula $\uparrow$
9027 \end_inset
9028
9029
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \backslash
9042 Uparrow
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 \begin_inset Formula $\Uparrow$
9052 \end_inset
9053
9054
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row>
9061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \backslash
9067 updownarrow
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 \begin_inset Formula $\updownarrow$
9077 \end_inset
9078
9079
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 <row>
9086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090
9091 \backslash
9092 Updownarrow
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 \begin_inset Formula $\Updownarrow$
9102 \end_inset
9103
9104
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \backslash
9117 Downarrow
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 \begin_inset Formula $\Downarrow$
9127 \end_inset
9128
9129
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 <row>
9136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140
9141 \backslash
9142 downarrow
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 \begin_inset Formula $\downarrow$
9152 \end_inset
9153
9154
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 </lyxtabular>
9161
9162 \end_inset
9163
9164
9165 \begin_inset space \hfill{}
9166 \end_inset
9167
9168
9169 \begin_inset Tabular
9170 <lyxtabular version="3" rows="5" columns="2">
9171 <features>
9172 <column alignment="center" valignment="top" width="0pt">
9173 <column alignment="center" valignment="top" width="0pt">
9174 <row>
9175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 Comando
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 Resultado
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 <row>
9195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199
9200 \backslash
9201 nearrow
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 \begin_inset Formula $\nearrow$
9211 \end_inset
9212
9213
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 </row>
9219 <row>
9220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224
9225 \backslash
9226 searrow
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 \begin_inset Formula $\searrow$
9236 \end_inset
9237
9238
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 </row>
9244 <row>
9245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249
9250 \backslash
9251 swarrow
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 \begin_inset Formula $\swarrow$
9261 \end_inset
9262
9263
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \backslash
9276 nwarrow
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 \begin_inset Formula $\nwarrow$
9286 \end_inset
9287
9288
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 </row>
9294 </lyxtabular>
9295
9296 \end_inset
9297
9298
9299 \begin_inset space \hfill{}
9300 \end_inset
9301
9302
9303 \end_layout
9304
9305 \begin_layout Standard
9306 \begin_inset VSpace medskip
9307 \end_inset
9308
9309
9310 \end_layout
9311
9312 \begin_layout Standard
9313 Las flechas verticales también se pueden usar como delimitadores junto con
9314  los comandos descritos en
9315 \begin_inset space ~
9316 \end_inset
9317
9318
9319 \begin_inset CommandInset ref
9320 LatexCommand ref
9321 reference "sub:Tamaño-manual-de"
9322
9323 \end_inset
9324
9325  y 
9326 \begin_inset CommandInset ref
9327 LatexCommand ref
9328 reference "sub:Tamaño-automático-de"
9329
9330 \end_inset
9331
9332 .
9333 \end_layout
9334
9335 \begin_layout Standard
9336
9337 \end_layout
9338
9339 \begin_layout Section
9340 Acentos
9341 \begin_inset CommandInset label
9342 LatexCommand label
9343 name "sec:Acentos"
9344
9345 \end_inset
9346
9347
9348 \begin_inset Index
9349 status collapsed
9350
9351 \begin_layout Plain Layout
9352 Acentos
9353 \end_layout
9354
9355 \end_inset
9356
9357
9358 \end_layout
9359
9360 \begin_layout Standard
9361 Los acentos se pueden insertar con el botón 
9362 \begin_inset Graphics
9363         filename ../../images/math/hat.png
9364         scale 85
9365
9366 \end_inset
9367
9368  o mediante los comandos listados en las siguientes subsecciones.
9369 \end_layout
9370
9371 \begin_layout Subsection
9372 Acentos para un carácter
9373 \begin_inset ERT
9374 status collapsed
9375
9376 \begin_layout Plain Layout
9377
9378
9379 \backslash
9380 texorpdfstring{
9381 \end_layout
9382
9383 \end_inset
9384
9385
9386 \begin_inset Foot
9387 status collapsed
9388
9389 \begin_layout Plain Layout
9390 Para acentos en texto, véase 
9391 \begin_inset CommandInset ref
9392 LatexCommand ref
9393 reference "sub:Acentos-en-texto"
9394
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \end_inset
9401
9402
9403 \begin_inset ERT
9404 status collapsed
9405
9406 \begin_layout Plain Layout
9407
9408 }{}
9409 \end_layout
9410
9411 \end_inset
9412
9413
9414 \begin_inset Note Note
9415 status collapsed
9416
9417 \begin_layout Plain Layout
9418
9419 \backslash
9420 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9421  PDF.
9422 \end_layout
9423
9424 \begin_layout Plain Layout
9425 Más sobre 
9426 \backslash
9427 texorpdfstring en la sección 
9428 \begin_inset CommandInset ref
9429 LatexCommand ref
9430 reference "sub:Ecuaciones-en-encabezados"
9431
9432 \end_inset
9433
9434 .
9435 \end_layout
9436
9437 \end_inset
9438
9439
9440 \begin_inset CommandInset label
9441 LatexCommand label
9442 name "sub:Acentos-para-un"
9443
9444 \end_inset
9445
9446
9447 \begin_inset Index
9448 status collapsed
9449
9450 \begin_layout Plain Layout
9451 Acentos ! para un carácter
9452 \end_layout
9453
9454 \end_inset
9455
9456
9457 \end_layout
9458
9459 \begin_layout Standard
9460 \begin_inset space \hfill{}
9461 \end_inset
9462
9463
9464 \begin_inset Tabular
9465 <lyxtabular version="3" rows="8" columns="2">
9466 <features>
9467 <column alignment="center" valignment="top" width="0pt">
9468 <column alignment="center" valignment="top" width="0pt">
9469 <row>
9470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474 Comando
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483 Resultado
9484 \begin_inset Note Note
9485 status collapsed
9486
9487 \begin_layout Plain Layout
9488
9489 \series bold
9490
9491 \backslash
9492 raisebox
9493 \series default
9494  se usa sólo como espaciador
9495 \end_layout
9496
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 </row>
9505 <row>
9506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510
9511 \backslash
9512 dot
9513 \begin_inset ERT
9514 status collapsed
9515
9516 \begin_layout Plain Layout
9517
9518
9519 \backslash
9520 spce 
9521 \end_layout
9522
9523 \end_inset
9524
9525 A
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9535 \end_inset
9536
9537
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 </row>
9543 <row>
9544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548
9549 \backslash
9550 ddot
9551 \begin_inset ERT
9552 status collapsed
9553
9554 \begin_layout Plain Layout
9555
9556
9557 \backslash
9558 spce 
9559 \end_layout
9560
9561 \end_inset
9562
9563 A
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row>
9582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \backslash
9588 dddot
9589 \begin_inset ERT
9590 status collapsed
9591
9592 \begin_layout Plain Layout
9593
9594
9595 \backslash
9596 spce 
9597 \end_layout
9598
9599 \end_inset
9600
9601 A
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9611 \end_inset
9612
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row>
9620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \backslash
9626 ddddot{A
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9636 \end_inset
9637
9638
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 </row>
9644 <row>
9645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649
9650 \backslash
9651 vec
9652 \begin_inset ERT
9653 status collapsed
9654
9655 \begin_layout Plain Layout
9656
9657
9658 \backslash
9659 spce 
9660 \end_layout
9661
9662 \end_inset
9663
9664 A
9665 \begin_inset Index
9666 status collapsed
9667
9668 \begin_layout Plain Layout
9669 Vectores
9670 \end_layout
9671
9672 \end_inset
9673
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9684 \end_inset
9685
9686
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 </row>
9692 <row>
9693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697
9698 \backslash
9699 bar
9700 \begin_inset ERT
9701 status collapsed
9702
9703 \begin_layout Plain Layout
9704
9705
9706 \backslash
9707 spce 
9708 \end_layout
9709
9710 \end_inset
9711
9712 A
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9722 \end_inset
9723
9724
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 </row>
9730 <row>
9731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735
9736 \backslash
9737 mathring
9738 \begin_inset ERT
9739 status collapsed
9740
9741 \begin_layout Plain Layout
9742
9743
9744 \backslash
9745 spce 
9746 \end_layout
9747
9748 \end_inset
9749
9750 A
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9760 \end_inset
9761
9762
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 </row>
9768 </lyxtabular>
9769
9770 \end_inset
9771
9772
9773 \begin_inset space \hfill{}
9774 \end_inset
9775
9776
9777 \begin_inset Tabular
9778 <lyxtabular version="3" rows="7" columns="2">
9779 <features>
9780 <column alignment="center" valignment="top" width="0pt">
9781 <column alignment="center" valignment="top" width="0pt">
9782 <row>
9783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787 Comando
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796 Resultado
9797 \begin_inset Note Note
9798 status collapsed
9799
9800 \begin_layout Plain Layout
9801
9802 \series bold
9803
9804 \backslash
9805 raisebox
9806 \series default
9807  se usa sólo como espaciador
9808 \end_layout
9809
9810 \end_inset
9811
9812
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row>
9819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \backslash
9825 tilde
9826 \begin_inset ERT
9827 status collapsed
9828
9829 \begin_layout Plain Layout
9830
9831
9832 \backslash
9833 spce 
9834 \end_layout
9835
9836 \end_inset
9837
9838 A
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9848 \end_inset
9849
9850
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 </row>
9856 <row>
9857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861
9862 \backslash
9863 hat
9864 \begin_inset ERT
9865 status collapsed
9866
9867 \begin_layout Plain Layout
9868
9869
9870 \backslash
9871 spce 
9872 \end_layout
9873
9874 \end_inset
9875
9876 A
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9886 \end_inset
9887
9888
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 </row>
9894 <row>
9895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \backslash
9901 check
9902 \begin_inset ERT
9903 status collapsed
9904
9905 \begin_layout Plain Layout
9906
9907
9908 \backslash
9909 spce 
9910 \end_layout
9911
9912 \end_inset
9913
9914 A
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9924 \end_inset
9925
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 <row>
9933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \backslash
9939 acute
9940 \begin_inset ERT
9941 status collapsed
9942
9943 \begin_layout Plain Layout
9944
9945
9946 \backslash
9947 spce 
9948 \end_layout
9949
9950 \end_inset
9951
9952 A
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9962 \end_inset
9963
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row>
9971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \backslash
9977 grave
9978 \begin_inset ERT
9979 status collapsed
9980
9981 \begin_layout Plain Layout
9982
9983
9984 \backslash
9985 spce 
9986 \end_layout
9987
9988 \end_inset
9989
9990 A
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10000 \end_inset
10001
10002
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 </row>
10008 <row>
10009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \backslash
10015 breve
10016 \begin_inset ERT
10017 status collapsed
10018
10019 \begin_layout Plain Layout
10020
10021
10022 \backslash
10023 spce 
10024 \end_layout
10025
10026 \end_inset
10027
10028 A
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10038 \end_inset
10039
10040
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 </row>
10046 </lyxtabular>
10047
10048 \end_inset
10049
10050
10051 \begin_inset space \hfill{}
10052 \end_inset
10053
10054
10055 \end_layout
10056
10057 \begin_layout Standard
10058 \begin_inset VSpace bigskip
10059 \end_inset
10060
10061
10062 \end_layout
10063
10064 \begin_layout Standard
10065 En ecuaciones se pueden insertar acentos como é directamente.
10066  LyX los transformará al comando de acento correspondiente.
10067  Para poner diéresis
10068 \begin_inset Index
10069 status collapsed
10070
10071 \begin_layout Plain Layout
10072 Dieresis@Diéresis
10073 \end_layout
10074
10075 \end_inset
10076
10077  es mejor insertar comillas antes de la vocal.
10078  Estos dos caracteres son considerados por LaTeX como 
10079 \emph on
10080 un solo
10081 \emph default
10082  carácter si la parte de la ecuación con la diéresis se marca en idioma
10083  alemán.
10084 \begin_inset Foot
10085 status collapsed
10086
10087 \begin_layout Plain Layout
10088 O algún otro idioma que use acentos, p.
10089 \begin_inset space \thinspace{}
10090 \end_inset
10091
10092 e.
10093  catalán.
10094  Aunque esto no funciona en español por algún conflicto con el estilo 
10095 \series bold
10096 spanish
10097 \series default
10098  de 
10099 \series bold
10100 babel
10101 \series default
10102 , no es necesario: se puede escribir 
10103 \begin_inset Formula $ï$
10104 \end_inset
10105
10106  en una ecuación igual que se hace en texto normal, ï.
10107  (
10108 \emph on
10109 N.
10110 \begin_inset space \thinspace{}
10111 \end_inset
10112
10113 del t.
10114 \emph default
10115 )
10116 \end_layout
10117
10118 \end_inset
10119
10120  A diferencia de 
10121 \series bold
10122
10123 \backslash
10124 ddot
10125 \series default
10126 , con este método se generan diéresis 
10127 \begin_inset Quotes fld
10128 \end_inset
10129
10130 reales
10131 \begin_inset Quotes frd
10132 \end_inset
10133
10134 , como se demuestra en el siguiente ejemplo:
10135 \begin_inset VSpace -2mm
10136 \end_inset
10137
10138
10139 \end_layout
10140
10141 \begin_layout Standard
10142 \noindent
10143 \align center
10144 \begin_inset Tabular
10145 <lyxtabular version="3" rows="3" columns="2">
10146 <features>
10147 <column alignment="center" valignment="top" width="0">
10148 <column alignment="center" valignment="top" width="0">
10149 <row>
10150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 Comando
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 Resultado
10164 \begin_inset Note Note
10165 status collapsed
10166
10167 \begin_layout Plain Layout
10168
10169 \series bold
10170
10171 \backslash
10172 raisebox
10173 \series default
10174  se usa sólo como espaciador.
10175 \end_layout
10176
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 <row>
10186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190 ï
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 \begin_inset Formula $ï$
10200 \end_inset
10201
10202
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row>
10209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213
10214 \backslash
10215 ddot
10216 \begin_inset ERT
10217 status collapsed
10218
10219 \begin_layout Plain Layout
10220
10221
10222 \backslash
10223 spce 
10224 \end_layout
10225
10226 \end_inset
10227
10228 i
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10238 \end_inset
10239
10240
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 </row>
10246 </lyxtabular>
10247
10248 \end_inset
10249
10250
10251 \end_layout
10252
10253 \begin_layout Standard
10254 Otra ventaja frente a 
10255 \series bold
10256
10257 \backslash
10258 ddot
10259 \series default
10260  es que la diéresis puede convertirse directamente a texto matemático, porque
10261  los anteriores comandos para acentos 
10262 \emph on
10263 no están permitidos en texto matemático
10264 \emph default
10265 .
10266  Para convertir un carácter acentuado a texto matemático, se debe convertir
10267  sólo el carácter bajo el acento.
10268  Esto también se aplica para otras conversiones, p.
10269 \begin_inset space \thinspace{}
10270 \end_inset
10271
10272 e.
10273 \begin_inset space ~
10274 \end_inset
10275
10276 cursiva o negrita.
10277 \end_layout
10278
10279 \begin_layout Standard
10280 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10281 \end_layout
10282
10283 \begin_layout Subsection
10284 Acentos para operadores
10285 \begin_inset Index
10286 status collapsed
10287
10288 \begin_layout Plain Layout
10289 Acentos ! en operadores
10290 \end_layout
10291
10292 \end_inset
10293
10294
10295 \end_layout
10296
10297 \begin_layout Standard
10298 Con los comandos 
10299 \series bold
10300
10301 \backslash
10302 overset
10303 \series default
10304
10305 \begin_inset Index
10306 status collapsed
10307
10308 \begin_layout Plain Layout
10309 Comandos ! O ! 
10310 \backslash
10311 overset
10312 \end_layout
10313
10314 \end_inset
10315
10316  y 
10317 \series bold
10318
10319 \backslash
10320 underset
10321 \series default
10322
10323 \begin_inset Index
10324 status collapsed
10325
10326 \begin_layout Plain Layout
10327 Comandos ! U ! 
10328 \backslash
10329 underset
10330 \end_layout
10331
10332 \end_inset
10333
10334  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10335  Con el comando 
10336 \series bold
10337
10338 \backslash
10339 sideset
10340 \series default
10341
10342 \begin_inset Index
10343 status collapsed
10344
10345 \begin_layout Plain Layout
10346 Comandos ! S ! 
10347 \backslash
10348 sideset
10349 \end_layout
10350
10351 \end_inset
10352
10353  se pueden poner caracteres delante y detrás de un operador.
10354  El esquema del comando es:
10355 \end_layout
10356
10357 \begin_layout Standard
10358
10359 \series bold
10360
10361 \backslash
10362 sideset{carácter
10363 \series default
10364  
10365 \series bold
10366 anterior}{carácter posterior}
10367 \end_layout
10368
10369 \begin_layout Standard
10370
10371 \series bold
10372
10373 \backslash
10374 sideset
10375 \series default
10376  siempre debe estar delante del operador que debe acentuarse.
10377  Se puede acentuar con varios caracteres e incluso con otros operadores
10378  y símbolos.
10379  Para colocar con
10380 \series bold
10381  
10382 \backslash
10383 sideset
10384 \series default
10385  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10386  el primer par de llaves, pero sin quitarlas.
10387  
10388 \end_layout
10389
10390 \begin_layout Standard
10391 Por ejemplo, el comando 
10392 \series bold
10393
10394 \backslash
10395 sideset{
10396 \begin_inset Formula $\to$
10397 \end_inset
10398
10399
10400 \backslash
10401 {
10402 \series default
10403 '
10404 \series bold
10405
10406 \begin_inset Formula $\to$
10407 \end_inset
10408
10409
10410 \backslash
10411 sum_k=1
10412 \begin_inset ERT
10413 status collapsed
10414
10415 \begin_layout Plain Layout
10416
10417
10418 \backslash
10419 spce 
10420 \end_layout
10421
10422 \end_inset
10423
10424
10425 \series default
10426 ^
10427 \series bold
10428
10429 \begin_inset ERT
10430 status collapsed
10431
10432 \begin_layout Plain Layout
10433
10434
10435 \backslash
10436 spce 
10437 \end_layout
10438
10439 \end_inset
10440
10441 n
10442 \series default
10443  genera:
10444 \begin_inset Formula \[
10445 \sideset{}{'}\sum_{k=1}^{n}\]
10446
10447 \end_inset
10448
10449
10450 \end_layout
10451
10452 \begin_layout Standard
10453 El comando 
10454 \series bold
10455
10456 \backslash
10457 overset
10458 \begin_inset ERT
10459 status collapsed
10460
10461 \begin_layout Plain Layout
10462
10463
10464 \backslash
10465 spce 
10466 \end_layout
10467
10468 \end_inset
10469
10470
10471 \backslash
10472 maltese
10473 \begin_inset ERT
10474 status collapsed
10475
10476 \begin_layout Plain Layout
10477
10478
10479 \backslash
10480 spce 
10481 \end_layout
10482
10483 \end_inset
10484
10485
10486 \series default
10487
10488 \begin_inset Formula $\uparrow$
10489 \end_inset
10490
10491
10492 \series bold
10493 a
10494 \series default
10495  genera:
10496 \begin_inset Formula \[
10497 \overset{a}{\maltese}\]
10498
10499 \end_inset
10500
10501
10502 \end_layout
10503
10504 \begin_layout Standard
10505 Como se ve en el último ejemplo, con 
10506 \series bold
10507
10508 \backslash
10509 overset
10510 \series default
10511  y 
10512 \series bold
10513
10514 \backslash
10515 underset
10516 \series default
10517  también se pueden acentuar símbolos y caracteres; con 
10518 \series bold
10519
10520 \backslash
10521 sideset
10522 \series default
10523  esto no es posible.
10524 \end_layout
10525
10526 \begin_layout Subsection
10527 Acentos para varios caracteres
10528 \begin_inset Index
10529 status collapsed
10530
10531 \begin_layout Plain Layout
10532 Acentos ! en varios caracteres
10533 \end_layout
10534
10535 \end_inset
10536
10537
10538 \end_layout
10539
10540 \begin_layout Standard
10541 \begin_inset space \hfill{}
10542 \end_inset
10543
10544
10545 \begin_inset Tabular
10546 <lyxtabular version="3" rows="5" columns="2">
10547 <features>
10548 <column alignment="center" valignment="top" width="0pt">
10549 <column alignment="center" valignment="top" width="0pt">
10550 <row>
10551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 Comando
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 Resultado
10565 \begin_inset Note Note
10566 status collapsed
10567
10568 \begin_layout Plain Layout
10569
10570 \series bold
10571
10572 \backslash
10573 raisebox
10574 \series default
10575  se usa sólo como espaciador
10576 \end_layout
10577
10578 \end_inset
10579
10580
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 <row>
10587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591
10592 \backslash
10593 overleftarrow
10594 \begin_inset ERT
10595 status collapsed
10596
10597 \begin_layout Plain Layout
10598
10599
10600 \backslash
10601 spce 
10602 \end_layout
10603
10604 \end_inset
10605
10606 A=B
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10616 \end_inset
10617
10618
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row>
10625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629
10630 \backslash
10631 underleftarrow
10632 \begin_inset ERT
10633 status collapsed
10634
10635 \begin_layout Plain Layout
10636
10637
10638 \backslash
10639 spce 
10640 \end_layout
10641
10642 \end_inset
10643
10644 A=B
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10654 \end_inset
10655
10656
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 </row>
10662 <row>
10663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667
10668 \backslash
10669 overleftrightarrow
10670 \begin_inset ERT
10671 status collapsed
10672
10673 \begin_layout Plain Layout
10674
10675
10676 \backslash
10677 spce 
10678 \end_layout
10679
10680 \end_inset
10681
10682 A=B
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10692 \end_inset
10693
10694
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 </row>
10700 <row>
10701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705
10706 \backslash
10707 underleftrightarrow
10708 \begin_inset ERT
10709 status collapsed
10710
10711 \begin_layout Plain Layout
10712
10713
10714 \backslash
10715 spce 
10716 \end_layout
10717
10718 \end_inset
10719
10720 A=B
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10730 \end_inset
10731
10732
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 </row>
10738 </lyxtabular>
10739
10740 \end_inset
10741
10742
10743 \begin_inset space \hfill{}
10744 \end_inset
10745
10746
10747 \begin_inset Tabular
10748 <lyxtabular version="3" rows="5" columns="2">
10749 <features>
10750 <column alignment="center" valignment="top" width="0pt">
10751 <column alignment="center" valignment="top" width="0pt">
10752 <row>
10753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 Comando
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 Resultado
10767 \begin_inset Note Note
10768 status collapsed
10769
10770 \begin_layout Plain Layout
10771
10772 \series bold
10773
10774 \backslash
10775 raisebox
10776 \series default
10777  se usa sólo como espaciador
10778 \end_layout
10779
10780 \end_inset
10781
10782
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 </row>
10788 <row>
10789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793
10794 \backslash
10795 overrightarrow
10796 \begin_inset ERT
10797 status collapsed
10798
10799 \begin_layout Plain Layout
10800
10801
10802 \backslash
10803 spce 
10804 \end_layout
10805
10806 \end_inset
10807
10808 A=B
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10818 \end_inset
10819
10820
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 </row>
10826 <row>
10827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831
10832 \backslash
10833 underrightarrow
10834 \begin_inset ERT
10835 status collapsed
10836
10837 \begin_layout Plain Layout
10838
10839
10840 \backslash
10841 spce 
10842 \end_layout
10843
10844 \end_inset
10845
10846 A=B
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10856 \end_inset
10857
10858
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 </row>
10864 <row>
10865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869
10870 \backslash
10871 widetilde
10872 \begin_inset ERT
10873 status collapsed
10874
10875 \begin_layout Plain Layout
10876
10877
10878 \backslash
10879 spce 
10880 \end_layout
10881
10882 \end_inset
10883
10884 A=B
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10894 \end_inset
10895
10896
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 </row>
10902 <row>
10903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907
10908 \backslash
10909 widehat
10910 \begin_inset ERT
10911 status collapsed
10912
10913 \begin_layout Plain Layout
10914
10915
10916 \backslash
10917 spce 
10918 \end_layout
10919
10920 \end_inset
10921
10922 A=B
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10932 \end_inset
10933
10934
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 </row>
10940 </lyxtabular>
10941
10942 \end_inset
10943
10944
10945 \begin_inset space \hfill{}
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \begin_layout Standard
10952 \begin_inset VSpace medskip
10953 \end_inset
10954
10955
10956 \end_layout
10957
10958 \begin_layout Standard
10959 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10960  Pero los acentos 
10961 \series bold
10962
10963 \backslash
10964 widetilde
10965 \series default
10966  y 
10967 \series bold
10968
10969 \backslash
10970 widehat
10971 \series default
10972  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10973  ejemplo:
10974 \begin_inset Formula \[
10975 \widetilde{A+B=C-D}\]
10976
10977 \end_inset
10978
10979
10980 \end_layout
10981
10982 \begin_layout Standard
10983 Con los comandos 
10984 \series bold
10985
10986 \backslash
10987 overset
10988 \series default
10989
10990 \begin_inset Index
10991 status collapsed
10992
10993 \begin_layout Plain Layout
10994 Comandos ! O ! 
10995 \backslash
10996 overset
10997 \end_layout
10998
10999 \end_inset
11000
11001  y 
11002 \series bold
11003
11004 \backslash
11005 underset
11006 \series default
11007
11008 \begin_inset Index
11009 status collapsed
11010
11011 \begin_layout Plain Layout
11012 Comandos ! U ! 
11013 \backslash
11014 underset
11015 \end_layout
11016
11017 \end_inset
11018
11019 , descritos en la subsección anterior, también se pueden acentuar varios
11020  caracteres.
11021  El comando 
11022 \series bold
11023
11024 \backslash
11025 underset
11026 \begin_inset ERT
11027 status collapsed
11028
11029 \begin_layout Plain Layout
11030
11031
11032 \backslash
11033 spce 
11034 \end_layout
11035
11036 \end_inset
11037
11038 A=B
11039 \begin_inset Formula $\downarrow$
11040 \end_inset
11041
11042 ***
11043 \series default
11044  da:
11045 \begin_inset Formula \[
11046 \underset{***}{A=B}\]
11047
11048 \end_inset
11049
11050
11051 \end_layout
11052
11053 \begin_layout Section
11054 Espacios
11055 \begin_inset CommandInset label
11056 LatexCommand label
11057 name "sec:Espacio"
11058
11059 \end_inset
11060
11061
11062 \begin_inset Index
11063 status collapsed
11064
11065 \begin_layout Plain Layout
11066 Espacio ! horizontal
11067 \end_layout
11068
11069 \end_inset
11070
11071
11072 \end_layout
11073
11074 \begin_layout Subsection
11075 Espacio predefinido
11076 \begin_inset CommandInset label
11077 LatexCommand label
11078 name "sub:Espacio-predefinido"
11079
11080 \end_inset
11081
11082
11083 \begin_inset Index
11084 status collapsed
11085
11086 \begin_layout Plain Layout
11087 Espacio ! horizontal ! predefinido
11088 \end_layout
11089
11090 \end_inset
11091
11092
11093 \end_layout
11094
11095 \begin_layout Standard
11096 A veces es necesario insertar espacio horizontal en una ecuación.
11097  Esto se hace insertando un espacio protegido (atajo 
11098 \family sans
11099 Ctrl+Espacio
11100 \family default
11101 ).
11102  Aparece un 
11103 \begin_inset Quotes fld
11104 \end_inset
11105
11106
11107 \color black
11108
11109 \begin_inset ERT
11110 status collapsed
11111
11112 \begin_layout Plain Layout
11113
11114
11115 \backslash
11116 spce 
11117 \end_layout
11118
11119 \end_inset
11120
11121
11122 \color inherit
11123
11124 \begin_inset Quotes frd
11125 \end_inset
11126
11127 , y pulsando 
11128 \family sans
11129 Espacio
11130 \family default
11131  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11132  espacio.
11133  También se pueden insertar espacios mediante el botón 
11134 \begin_inset Graphics
11135         filename ../../images/math/space.png
11136         scale 85
11137
11138 \end_inset
11139
11140  de la barra de ecuaciones o con comandos especiales.
11141  Independientemente del comando insertado, se puede seleccionar de nuevo
11142  el tamaño pulsando acto seguido 
11143 \family sans
11144 Espacio.
11145  
11146 \end_layout
11147
11148 \begin_layout Standard
11149 \noindent
11150 \align center
11151 \begin_inset VSpace -5mm
11152 \end_inset
11153
11154
11155 \begin_inset Tabular
11156 <lyxtabular version="3" rows="3" columns="7">
11157 <features>
11158 <column alignment="center" valignment="middle" width="6.8cm">
11159 <column alignment="center" valignment="top" width="0">
11160 <column alignment="center" valignment="top" width="0">
11161 <column alignment="center" valignment="top" width="0">
11162 <column alignment="center" valignment="top" width="0">
11163 <column alignment="center" valignment="top" width="0">
11164 <column alignment="center" valignment="top" width="0">
11165 <row>
11166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 Comando
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179
11180 \backslash
11181 ,
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190
11191 \backslash
11192 :
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201
11202 \backslash
11203 ;
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212
11213 \backslash
11214 quad
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223
11224 \backslash
11225 qquad
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234
11235 \backslash
11236 !
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 </row>
11242 <row>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 Número de pulsaciones de 
11248 \family sans
11249 Espacio
11250 \family default
11251  tras insertar el espacio protegido
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 0
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 1
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 2
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 3
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 4
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 5
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 </row>
11311 <row>
11312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316 Resultado
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325 \begin_inset Formula $A\, B$
11326 \end_inset
11327
11328
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 \begin_inset Formula $A\: B$
11338 \end_inset
11339
11340
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 \begin_inset Formula $A\; B$
11350 \end_inset
11351
11352
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 \begin_inset Formula $A\quad B$
11362 \end_inset
11363
11364
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 \begin_inset Formula $A\qquad B$
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 \begin_inset Formula $A\! B$
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 </row>
11394 </lyxtabular>
11395
11396 \end_inset
11397
11398
11399 \end_layout
11400
11401 \begin_layout Standard
11402 El último tamaño parece no generar espacio.
11403  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11404  negativo.
11405  Hay otros dos espacios negativos:
11406 \end_layout
11407
11408 \begin_layout Standard
11409 \align center
11410 \begin_inset Tabular
11411 <lyxtabular version="3" rows="3" columns="3">
11412 <features>
11413 <column alignment="center" valignment="middle" width="6.8cm">
11414 <column alignment="center" valignment="top" width="0pt">
11415 <column alignment="center" valignment="top" width="0pt">
11416 <row>
11417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 Comando
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430
11431 \backslash
11432 negmedspace
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441
11442 \backslash
11443 negthickspace
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row>
11450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 Número de pulsaciones de 
11455 \family sans
11456 Espacio
11457 \family default
11458  tras insertar el espacio protegido
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 6
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 7
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 </row>
11482 <row>
11483 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 Resultado
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 \begin_inset Formula $A\negmedspace B$
11497 \end_inset
11498
11499
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 \begin_inset Formula $A\negthickspace B$
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 </lyxtabular>
11518
11519 \end_inset
11520
11521
11522 \end_layout
11523
11524 \begin_layout Standard
11525 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11526  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11527 \begin_inset space \thinspace{}
11528 \end_inset
11529
11530 e., para operadores suma: 
11531 \end_layout
11532
11533 \begin_layout Standard
11534 \noindent
11535 \align center
11536 \begin_inset Tabular
11537 <lyxtabular version="3" rows="3" columns="2">
11538 <features>
11539 <column alignment="center" valignment="top" width="0">
11540 <column alignment="center" valignment="top" width="0">
11541 <row>
11542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 Comando
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 Resultado
11556 \begin_inset Note Note
11557 status collapsed
11558
11559 \begin_layout Plain Layout
11560
11561 \series bold
11562
11563 \backslash
11564 raisebox
11565 \series default
11566  se usa sólo como espaciador
11567 \end_layout
11568
11569 \end_inset
11570
11571
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 </row>
11577 <row>
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582
11583 \backslash
11584 sum
11585 \backslash
11586 sum
11587 \begin_inset ERT
11588 status collapsed
11589
11590 \begin_layout Plain Layout
11591
11592
11593 \backslash
11594 spce 
11595 \end_layout
11596
11597 \end_inset
11598
11599 f_kl
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11609 \end_inset
11610
11611
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 </row>
11617 <row>
11618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622
11623 \backslash
11624 sum
11625 \backslash
11626 negmedspace
11627 \backslash
11628 sum
11629 \begin_inset ERT
11630 status collapsed
11631
11632 \begin_layout Plain Layout
11633
11634
11635 \backslash
11636 spce 
11637 \end_layout
11638
11639 \end_inset
11640
11641 f_kl
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11651 \end_inset
11652
11653
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 </row>
11659 </lyxtabular>
11660
11661 \end_inset
11662
11663
11664 \end_layout
11665
11666 \begin_layout Standard
11667 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11668  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11669  El siguiente ejemplo lo ilustra:
11670 \end_layout
11671
11672 \begin_layout Standard
11673 \noindent
11674 \align center
11675 \begin_inset Tabular
11676 <lyxtabular version="3" rows="2" columns="2">
11677 <features>
11678 <column alignment="center" valignment="top" width="0">
11679 <column alignment="center" valignment="top" width="0">
11680 <row>
11681 <cell alignment="center" valignment="top" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 ecuación normal
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 <cell alignment="center" valignment="top" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694 \begin_inset Formula $A=B$
11695 \end_inset
11696
11697
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 </row>
11703 <row>
11704 <cell alignment="center" valignment="top" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 \begin_inset Note Note
11709 status collapsed
11710
11711 \begin_layout Plain Layout
11712
11713 \series bold
11714
11715 \backslash
11716 raisebox
11717 \series default
11718  se usa sólo como espaciador
11719 \end_layout
11720
11721 \end_inset
11722
11723
11724 \begin_inset Formula $\raisebox{5mm}{}$
11725 \end_inset
11726
11727 ecuación sin espacio
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 \begin_inset Formula $A{=}B$
11737 \end_inset
11738
11739
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 </row>
11745 </lyxtabular>
11746
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \begin_layout Standard
11753 El comando para la segunda ecuación es: 
11754 \series bold
11755 A
11756 \backslash
11757 {=
11758 \begin_inset Formula $\rightarrow$
11759 \end_inset
11760
11761 B
11762 \series default
11763  
11764 \begin_inset VSpace bigskip
11765 \end_inset
11766
11767
11768 \end_layout
11769
11770 \begin_layout Standard
11771 Para las unidades físicas hacen falta espacios, porque entre el valor y
11772  su unidad se pone un espacio más pequeño que el normal.
11773  Para unidades en el texto se inserta con el menú 
11774 \family sans
11775 Insertar\SpecialChar \menuseparator
11776 Formato\SpecialChar \menuseparator
11777 Espacio
11778 \begin_inset space ~
11779 \end_inset
11780
11781 delgado
11782 \family default
11783  (atajo 
11784 \family sans
11785 Ctrl+Mayúscula+Espacio
11786 \family default
11787 ).
11788 \end_layout
11789
11790 \begin_layout Standard
11791 Un ejemplo para visualizar la diferencia:
11792 \end_layout
11793
11794 \begin_layout Standard
11795 \begin_inset Tabular
11796 <lyxtabular version="3" rows="2" columns="2">
11797 <features>
11798 <column alignment="center" valignment="top" width="0">
11799 <column alignment="left" valignment="top" width="0">
11800 <row>
11801 <cell alignment="center" valignment="top" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 24 kW
11806 \begin_inset Formula $\cdot$
11807 \end_inset
11808
11809 h
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 <cell alignment="center" valignment="top" usebox="none">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818 espacio entre valor y unidad 
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 </row>
11824 <row>
11825 <cell alignment="center" valignment="top" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 24
11830 \begin_inset space \thinspace{}
11831 \end_inset
11832
11833 kW
11834 \begin_inset Formula $\cdot$
11835 \end_inset
11836
11837 h
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 <cell alignment="center" valignment="top" usebox="none">
11843 \begin_inset Text
11844
11845 \begin_layout Plain Layout
11846 espacio delgado entre valor y unidad
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 </row>
11852 </lyxtabular>
11853
11854 \end_inset
11855
11856
11857 \end_layout
11858
11859 \begin_layout Subsection
11860 Espacio variable
11861 \begin_inset ERT
11862 status collapsed
11863
11864 \begin_layout Plain Layout
11865
11866
11867 \backslash
11868 texorpdfstring{
11869 \end_layout
11870
11871 \end_inset
11872
11873
11874 \begin_inset Foot
11875 status collapsed
11876
11877 \begin_layout Plain Layout
11878 Para espacio vertical en ecuaciones véase 
11879 \begin_inset CommandInset ref
11880 LatexCommand ref
11881 reference "sub:Separación-de-líneas"
11882
11883 \end_inset
11884
11885
11886 \end_layout
11887
11888 \end_inset
11889
11890
11891 \begin_inset ERT
11892 status collapsed
11893
11894 \begin_layout Plain Layout
11895
11896 }{}
11897 \end_layout
11898
11899 \end_inset
11900
11901
11902 \begin_inset Note Note
11903 status collapsed
11904
11905 \begin_layout Plain Layout
11906
11907 \backslash
11908 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11909  PDF.
11910 \end_layout
11911
11912 \begin_layout Plain Layout
11913 Más sobre 
11914 \backslash
11915 texorpdfstring en la sección 
11916 \begin_inset CommandInset ref
11917 LatexCommand ref
11918 reference "sub:Ecuaciones-en-encabezados"
11919
11920 \end_inset
11921
11922 .
11923 \end_layout
11924
11925 \end_inset
11926
11927
11928 \begin_inset CommandInset label
11929 LatexCommand label
11930 name "sub:Espacio-variable"
11931
11932 \end_inset
11933
11934
11935 \begin_inset Index
11936 status collapsed
11937
11938 \begin_layout Plain Layout
11939 Espacio ! horizontal ! variable
11940 \end_layout
11941
11942 \end_inset
11943
11944
11945 \end_layout
11946
11947 \begin_layout Standard
11948 En LyX se puede insertar espacio con una longitud definida con el comando
11949  
11950 \series bold
11951
11952 \backslash
11953 hspace
11954 \series default
11955
11956 \begin_inset Index
11957 status collapsed
11958
11959 \begin_layout Plain Layout
11960 Comandos ! H ! 
11961 \backslash
11962 hspace
11963 \end_layout
11964
11965 \end_inset
11966
11967 .
11968  Aparece un 
11969 \begin_inset Quotes fld
11970 \end_inset
11971
11972
11973 \color black
11974
11975 \begin_inset ERT
11976 status collapsed
11977
11978 \begin_layout Plain Layout
11979
11980
11981 \backslash
11982 spce 
11983 \end_layout
11984
11985 \end_inset
11986
11987
11988 \color inherit
11989
11990 \begin_inset Quotes frd
11991 \end_inset
11992
11993  largo.
11994  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11995 \begin_inset Quotes fld
11996 \end_inset
11997
11998
11999 \color black
12000
12001 \begin_inset ERT
12002 status collapsed
12003
12004 \begin_layout Plain Layout
12005
12006
12007 \backslash
12008 spce 
12009 \end_layout
12010
12011 \end_inset
12012
12013
12014 \color inherit
12015
12016 \begin_inset Quotes frd
12017 \end_inset
12018
12019 .
12020  La longitud también puede ser negativa.
12021  Para insertar en una ecuación tanto espacio como esté disponible se usa
12022  el comando 
12023 \series bold
12024
12025 \backslash
12026 hfill
12027 \series default
12028
12029 \begin_inset Index
12030 status collapsed
12031
12032 \begin_layout Plain Layout
12033 Comandos ! H ! 
12034 \backslash
12035 hfill
12036 \end_layout
12037
12038 \end_inset
12039
12040 .
12041 \begin_inset VSpace -1mm
12042 \end_inset
12043
12044
12045 \end_layout
12046
12047 \begin_layout Standard
12048 \noindent
12049 \align center
12050 \begin_inset Tabular
12051 <lyxtabular version="3" rows="4" columns="2">
12052 <features>
12053 <column alignment="center" valignment="top" width="0">
12054 <column alignment="center" valignment="top" width="0">
12055 <row>
12056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12057 \begin_inset Text
12058
12059 \begin_layout Plain Layout
12060 Comando (
12061 \backslash
12062 hspace longitud)
12063 \end_layout
12064
12065 \end_inset
12066 </cell>
12067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12068 \begin_inset Text
12069
12070 \begin_layout Plain Layout
12071 Resultado
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 </row>
12077 <row>
12078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12079 \begin_inset Text
12080
12081 \begin_layout Plain Layout
12082 A=B
12083 \backslash
12084 hspace
12085 \begin_inset ERT
12086 status collapsed
12087
12088 \begin_layout Plain Layout
12089
12090
12091 \backslash
12092 spce 
12093 \end_layout
12094
12095 \end_inset
12096
12097
12098 \begin_inset Formula $\to$
12099 \end_inset
12100
12101 A
12102 \backslash
12103 not=C (3
12104 \begin_inset space \thinspace{}
12105 \end_inset
12106
12107 cm)
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12117 \end_inset
12118
12119
12120 \end_layout
12121
12122 \end_inset
12123 </cell>
12124 </row>
12125 <row>
12126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 A
12131 \backslash
12132 hspace
12133 \begin_inset ERT
12134 status collapsed
12135
12136 \begin_layout Plain Layout
12137
12138
12139 \backslash
12140 spce 
12141 \end_layout
12142
12143 \end_inset
12144
12145
12146 \begin_inset Formula $\to$
12147 \end_inset
12148
12149 A
12150 \backslash
12151 not=A (-1
12152 \begin_inset space \thinspace{}
12153 \end_inset
12154
12155 mm)
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12165 \end_inset
12166
12167
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 </row>
12173 <row>
12174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178 A=A
12179 \backslash
12180 hfill
12181 \begin_inset ERT
12182 status collapsed
12183
12184 \begin_layout Plain Layout
12185
12186
12187 \backslash
12188 spce 
12189 \end_layout
12190
12191 \end_inset
12192
12193 B=B
12194 \end_layout
12195
12196 \end_inset
12197 </cell>
12198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12199 \begin_inset Text
12200
12201 \begin_layout Plain Layout
12202 \begin_inset Formula $A=A\hfill B=B$
12203 \end_inset
12204
12205
12206 \end_layout
12207
12208 \end_inset
12209 </cell>
12210 </row>
12211 </lyxtabular>
12212
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \begin_layout Standard
12219 En el último ejemplo el espacio disponible viene dado por la entrada más
12220  larga de columna en la tabla.
12221  En una ecuación en línea el espacio depende de la longitud de la línea
12222  en la que se inserta 
12223 \series bold
12224
12225 \backslash
12226 hfill
12227 \series default
12228 .
12229  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12230  
12231 \series bold
12232
12233 \backslash
12234 hfill
12235 \series default
12236  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12237 \series bold
12238 Sangrado
12239 \series default
12240 .
12241  (Los estilos de ecuaciones se explican en
12242 \begin_inset space ~
12243 \end_inset
12244
12245
12246 \begin_inset CommandInset ref
12247 LatexCommand ref
12248 reference "sec:Estilos-de-ecuación"
12249
12250 \end_inset
12251
12252 ).
12253 \end_layout
12254
12255 \begin_layout Standard
12256 Además de 
12257 \series bold
12258
12259 \backslash
12260 hfill
12261 \series default
12262  hay los comandos 
12263 \series bold
12264
12265 \backslash
12266 dotfill
12267 \series default
12268  y 
12269 \series bold
12270
12271 \backslash
12272 hrulefill
12273 \series default
12274  que llenan el espacio con un patrón, véase un ejemplo en
12275 \begin_inset space ~
12276 \end_inset
12277
12278
12279 \begin_inset CommandInset ref
12280 LatexCommand ref
12281 reference "sub:Puntos"
12282
12283 \end_inset
12284
12285 .
12286 \end_layout
12287
12288 \begin_layout Standard
12289 Para texto se puede insertar espacio variable con el menú 
12290 \family sans
12291 Insertar\SpecialChar \menuseparator
12292 Formato\SpecialChar \menuseparator
12293 Espacio
12294 \begin_inset space ~
12295 \end_inset
12296
12297 horizontal
12298 \family default
12299 :
12300 \end_layout
12301
12302 \begin_layout Standard
12303 En esta línea hay un espacio
12304 \begin_inset space \hspace{}
12305 \length 2cm
12306 \end_inset
12307
12308 de 2
12309 \begin_inset space \thinspace{}
12310 \end_inset
12311
12312 cm.
12313 \end_layout
12314
12315 \begin_layout Standard
12316 En esta línea hay un
12317 \begin_inset space \hfill{}
12318 \end_inset
12319
12320 espacio máximo.
12321 \end_layout
12322
12323 \begin_layout Subsection
12324 Espacio adicional en ecuaciones en línea
12325 \begin_inset Index
12326 status collapsed
12327
12328 \begin_layout Plain Layout
12329 Espacio ! adicional en línea
12330 \end_layout
12331
12332 \end_inset
12333
12334
12335 \end_layout
12336
12337 \begin_layout Standard
12338 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12339  
12340 \series bold
12341
12342 \backslash
12343 mathsurround
12344 \begin_inset Index
12345 status collapsed
12346
12347 \begin_layout Plain Layout
12348 Comandos ! M ! 
12349 \backslash
12350 mathsurround
12351 \end_layout
12352
12353 \end_inset
12354
12355
12356 \series default
12357 .
12358  El valor de una longitud se establece con el comando 
12359 \series bold
12360
12361 \backslash
12362 setlength
12363 \series default
12364
12365 \begin_inset Index
12366 status collapsed
12367
12368 \begin_layout Plain Layout
12369 Comandos ! S ! 
12370 \backslash
12371 setlength
12372 \end_layout
12373
12374 \end_inset
12375
12376  según el siguiente esquema:
12377 \end_layout
12378
12379 \begin_layout Standard
12380
12381 \series bold
12382
12383 \backslash
12384 setlength{nombre de la longitud}{valor}
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Para poner a 
12389 \series bold
12390
12391 \backslash
12392 mathsurround
12393 \series default
12394  un valor de 5
12395 \begin_inset space \thinspace{}
12396 \end_inset
12397
12398 mm, se inserta el comando
12399 \end_layout
12400
12401 \begin_layout Standard
12402
12403 \series bold
12404
12405 \backslash
12406 setlength{
12407 \backslash
12408 mathsurround}{5mm}
12409 \end_layout
12410
12411 \begin_layout Standard
12412 en modo TeX.
12413  Se establecerá un espacio de 5
12414 \begin_inset space \thinspace{}
12415 \end_inset
12416
12417 mm alrededor de todas las ecuaciones en línea:
12418 \begin_inset ERT
12419 status collapsed
12420
12421 \begin_layout Plain Layout
12422
12423
12424 \backslash
12425 setlength{
12426 \backslash
12427 mathsurround}{5mm}
12428 \end_layout
12429
12430 \end_inset
12431
12432
12433 \end_layout
12434
12435 \begin_layout Standard
12436 En esta línea hay una ecuación 
12437 \begin_inset Formula $A=B$
12438 \end_inset
12439
12440  rodeada por espacios de 5
12441 \begin_inset space \thinspace{}
12442 \end_inset
12443
12444 mm.
12445 \begin_inset ERT
12446 status collapsed
12447
12448 \begin_layout Plain Layout
12449
12450
12451 \backslash
12452 setlength{
12453 \backslash
12454 mathsurround}{0mm}
12455 \end_layout
12456
12457 \end_inset
12458
12459
12460 \end_layout
12461
12462 \begin_layout Standard
12463 Para volver al espacio predeterminado, 
12464 \series bold
12465
12466 \backslash
12467 mathsurround
12468 \series default
12469  se restablece al valor 0
12470 \begin_inset space \thinspace{}
12471 \end_inset
12472
12473 pt.
12474 \end_layout
12475
12476 \begin_layout Section
12477 Cuadros y marcos
12478 \begin_inset Index
12479 status collapsed
12480
12481 \begin_layout Plain Layout
12482 Marcos
12483 \end_layout
12484
12485 \end_inset
12486
12487
12488 \begin_inset Index
12489 status collapsed
12490
12491 \begin_layout Plain Layout
12492 Marcos|see
12493 \begin_inset ERT
12494 status collapsed
12495
12496 \begin_layout Plain Layout
12497
12498 {
12499 \end_layout
12500
12501 \end_inset
12502
12503 Cuadros
12504 \begin_inset ERT
12505 status collapsed
12506
12507 \begin_layout Plain Layout
12508
12509 }
12510 \end_layout
12511
12512 \end_inset
12513
12514
12515 \end_layout
12516
12517 \end_inset
12518
12519
12520 \end_layout
12521
12522 \begin_layout Standard
12523 Los cuadros para texto se describen en el capítulo 
12524 \emph on
12525 Cuadros
12526 \emph default
12527  del manual 
12528 \emph on
12529 Objetos insertados
12530 \emph default
12531 .
12532 \end_layout
12533
12534 \begin_layout Subsection
12535 Cuadros con marco
12536 \begin_inset CommandInset label
12537 LatexCommand label
12538 name "sub:Cuadros-con-marco"
12539
12540 \end_inset
12541
12542
12543 \begin_inset Index
12544 status collapsed
12545
12546 \begin_layout Plain Layout
12547 Cuadros ! con marco
12548 \end_layout
12549
12550 \end_inset
12551
12552
12553 \end_layout
12554
12555 \begin_layout Standard
12556 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12557 \series bold
12558
12559 \backslash
12560 fbox
12561 \series default
12562
12563 \begin_inset Index
12564 status collapsed
12565
12566 \begin_layout Plain Layout
12567 Comandos ! F ! 
12568 \backslash
12569 fbox
12570 \end_layout
12571
12572 \end_inset
12573
12574  y 
12575 \series bold
12576
12577 \backslash
12578 boxed
12579 \series default
12580
12581 \begin_inset Index
12582 status collapsed
12583
12584 \begin_layout Plain Layout
12585 Comandos ! B ! 
12586 \backslash
12587 boxed
12588 \end_layout
12589
12590 \end_inset
12591
12592 .
12593 \end_layout
12594
12595 \begin_layout Standard
12596 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12597  azul en un marco donde se introduce parte de una ecuación.
12598  Para 
12599 \series bold
12600
12601 \backslash
12602 fbox
12603 \series default
12604  hay que generar una ecuación adicional con 
12605 \family sans
12606 Ctrl+M
12607 \family default
12608  dentro del recuadro, porque si no el contenido del mismo sería considerado
12609  texto matemático.
12610  Si se usa 
12611 \series bold
12612
12613 \backslash
12614 boxed
12615 \series default
12616  la nueva ecuación se genera automáticamente dentro del marco.
12617 \end_layout
12618
12619 \begin_layout Standard
12620 El comando 
12621 \series bold
12622
12623 \backslash
12624 fbox
12625 \series default
12626  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12627  ecuación tendría siempre el tamaño del texto.
12628  Por otra parte, 
12629 \series bold
12630
12631 \backslash
12632 fboxed
12633 \series default
12634  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12635  siempre el tamaño de una ecuación presentada.
12636 \end_layout
12637
12638 \begin_layout Standard
12639 El comando 
12640 \series bold
12641
12642 \backslash
12643 framebox
12644 \series default
12645
12646 \begin_inset Index
12647 status collapsed
12648
12649 \begin_layout Plain Layout
12650 Comandos ! F ! 
12651 \backslash
12652 framebox
12653 \end_layout
12654
12655 \end_inset
12656
12657  es una extensión de 
12658 \series bold
12659
12660 \backslash
12661 fbox
12662 \series default
12663 , que permite especificar además la anchura del marco yla alineación.
12664  
12665 \series bold
12666
12667 \backslash
12668 framebox
12669 \series default
12670  se usa con el siguiente esquema: 
12671 \end_layout
12672
12673 \begin_layout Standard
12674
12675 \series bold
12676
12677 \backslash
12678 framebox[anchura del marco][posición]{contenido del cuadro}
12679 \end_layout
12680
12681 \begin_layout Standard
12682 La posición puede ser 
12683 \emph on
12684 l
12685 \emph default
12686  o 
12687 \emph on
12688 r
12689 \emph default
12690
12691 \emph on
12692 l
12693 \emph default
12694  alinea la ecuación a la izquierda del cuadro, 
12695 \emph on
12696 r
12697 \emph default
12698  la alinea a la derecha.
12699  Si no se da posición la ecuación será centrada.
12700 \begin_inset Newline newline
12701 \end_inset
12702
12703 Si no se pone anchura tampoco puede darse posición.
12704  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12705  con 
12706 \series bold
12707
12708 \backslash
12709 fbox
12710 \series default
12711 .
12712  
12713 \end_layout
12714
12715 \begin_layout Standard
12716 Cuando se inserta el comando 
12717 \series bold
12718
12719 \backslash
12720 framebox
12721 \series default
12722  aparece un recuadro con tres marcos azules.
12723  Los dos primeros marcos están encerrados entre corchetes e indican los
12724  dos argumentos opcionales.
12725  El tercer marco es para partes de la ecuación, como para 
12726 \series bold
12727
12728 \backslash
12729 fbox
12730 \series default
12731 .
12732 \end_layout
12733
12734 \begin_layout Standard
12735 \noindent
12736 \align center
12737 \begin_inset Tabular
12738 <lyxtabular version="3" rows="5" columns="2">
12739 <features>
12740 <column alignment="center" valignment="top" width="0">
12741 <column alignment="center" valignment="top" width="0">
12742 <row>
12743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Plain Layout
12747 Comando
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 Resultado
12757 \begin_inset Note Note
12758 status collapsed
12759
12760 \begin_layout Plain Layout
12761
12762 \series bold
12763
12764 \backslash
12765 raisebox
12766 \series default
12767  se usa sólo como espaciador
12768 \end_layout
12769
12770 \end_inset
12771
12772
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 </row>
12778 <row>
12779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783
12784 \backslash
12785 fbox
12786 \begin_inset ERT
12787 status collapsed
12788
12789 \begin_layout Plain Layout
12790
12791
12792 \backslash
12793 spce 
12794 \end_layout
12795
12796 \end_inset
12797
12798
12799 \family sans
12800 Ctrl+M
12801 \family default
12802  
12803 \backslash
12804 int
12805 \begin_inset ERT
12806 status collapsed
12807
12808 \begin_layout Plain Layout
12809
12810
12811 \backslash
12812 spce 
12813 \end_layout
12814
12815 \end_inset
12816
12817 A=B
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12827 \end_inset
12828
12829
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 </row>
12835 <row>
12836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840
12841 \backslash
12842 boxed
12843 \begin_inset ERT
12844 status collapsed
12845
12846 \begin_layout Plain Layout
12847
12848
12849 \backslash
12850 spce 
12851 \end_layout
12852
12853 \end_inset
12854
12855
12856 \backslash
12857 int
12858 \begin_inset ERT
12859 status collapsed
12860
12861 \begin_layout Plain Layout
12862
12863
12864 \backslash
12865 spce 
12866 \end_layout
12867
12868 \end_inset
12869
12870 A=B
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12880 \end_inset
12881
12882
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 </row>
12888 <row>
12889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 A+
12894 \backslash
12895 fbox
12896 \begin_inset ERT
12897 status collapsed
12898
12899 \begin_layout Plain Layout
12900
12901
12902 \backslash
12903 spce 
12904 \end_layout
12905
12906 \end_inset
12907
12908 B
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12918 \end_inset
12919
12920
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 </row>
12926 <row>
12927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931
12932 \backslash
12933 framebox
12934 \begin_inset ERT
12935 status collapsed
12936
12937 \begin_layout Plain Layout
12938
12939
12940 \backslash
12941 spce 
12942 \end_layout
12943
12944 \end_inset
12945
12946 20mm
12947 \begin_inset Formula $\to$
12948 \end_inset
12949
12950
12951 \begin_inset Formula $\to$
12952 \end_inset
12953
12954
12955 \family sans
12956 Ctrl+M
12957 \family default
12958  
12959 \backslash
12960 frac
12961 \begin_inset ERT
12962 status collapsed
12963
12964 \begin_layout Plain Layout
12965
12966
12967 \backslash
12968 spce 
12969 \end_layout
12970
12971 \end_inset
12972
12973 A
12974 \begin_inset Formula $\downarrow$
12975 \end_inset
12976
12977 B
12978 \end_layout
12979
12980 \end_inset
12981 </cell>
12982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Plain Layout
12986 \begin_inset Formula $\raisebox{6mm}{}$
12987 \end_inset
12988
12989
12990 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12991 \end_inset
12992
12993
12994 \begin_inset Formula $\raisebox{-4mm}{}$
12995 \end_inset
12996
12997
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 </row>
13003 </lyxtabular>
13004
13005 \end_inset
13006
13007
13008 \end_layout
13009
13010 \begin_layout Standard
13011 El grosor del marco también se puede ajustar.
13012  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13013  la fórmula:
13014 \end_layout
13015
13016 \begin_layout Standard
13017
13018 \series bold
13019
13020 \backslash
13021 fboxrule
13022 \series default
13023  
13024 \series bold
13025
13026 \begin_inset Quotes fld
13027 \end_inset
13028
13029 grosor
13030 \begin_inset Quotes frd
13031 \end_inset
13032
13033
13034 \series default
13035  
13036 \series bold
13037
13038 \backslash
13039 fboxsep
13040 \series default
13041  
13042 \series bold
13043
13044 \begin_inset Quotes fld
13045 \end_inset
13046
13047 distancia
13048 \begin_inset Quotes frd
13049 \end_inset
13050
13051
13052 \end_layout
13053
13054 \begin_layout Standard
13055 \begin_inset Quotes fld
13056 \end_inset
13057
13058 distancia
13059 \begin_inset Quotes frd
13060 \end_inset
13061
13062  especifica la distancia mínima entre el marco y el primer carácter en el
13063  cuadro.
13064  Un ejemplo de esto es la siguiente ecuación enmarcada:
13065 \begin_inset ERT
13066 status collapsed
13067
13068 \begin_layout Plain Layout
13069
13070
13071 \backslash
13072 fboxrule 2mm 
13073 \backslash
13074 fboxsep 3mm
13075 \end_layout
13076
13077 \end_inset
13078
13079
13080 \begin_inset Formula \[
13081 \boxed{A+B=C}\]
13082
13083 \end_inset
13084
13085
13086 \end_layout
13087
13088 \begin_layout Standard
13089 Delante de esta ecuación se han insertado los comandos
13090 \end_layout
13091
13092 \begin_layout Standard
13093
13094 \series bold
13095
13096 \backslash
13097 fboxrule
13098 \series default
13099  
13100 \series bold
13101 2mm
13102 \series default
13103  
13104 \series bold
13105
13106 \backslash
13107 fboxsep
13108 \series default
13109  
13110 \series bold
13111 3mm
13112 \end_layout
13113
13114 \begin_layout Standard
13115 en modo TeX.
13116  Los valores dados se usan para todos los cuadros siguientes.
13117 \end_layout
13118
13119 \begin_layout Standard
13120 Para volver al tamaño estándar del marco se inserta el comando
13121 \end_layout
13122
13123 \begin_layout Standard
13124
13125 \series bold
13126
13127 \backslash
13128 fboxrule
13129 \series default
13130  
13131 \series bold
13132 0.4pt
13133 \series default
13134  
13135 \series bold
13136
13137 \backslash
13138 fboxsep
13139 \series default
13140  
13141 \series bold
13142 3pt
13143 \series default
13144
13145 \begin_inset ERT
13146 status collapsed
13147
13148 \begin_layout Plain Layout
13149
13150
13151 \backslash
13152 fboxrule 0.4pt 
13153 \backslash
13154 fboxsep 3pt
13155 \end_layout
13156
13157 \end_inset
13158
13159
13160 \end_layout
13161
13162 \begin_layout Standard
13163 en modo TeX antes de la ecuación siguiente.
13164 \end_layout
13165
13166 \begin_layout Subsection
13167 Cuadros sin marco
13168 \begin_inset CommandInset label
13169 LatexCommand label
13170 name "sub:Cuadros-sin-marco"
13171
13172 \end_inset
13173
13174
13175 \begin_inset Index
13176 status collapsed
13177
13178 \begin_layout Plain Layout
13179 Cuadros ! sin marco
13180 \end_layout
13181
13182 \end_inset
13183
13184
13185 \end_layout
13186
13187 \begin_layout Standard
13188 Para cuadros sin marco hay los comandos: 
13189 \series bold
13190
13191 \backslash
13192 mbox
13193 \series default
13194
13195 \begin_inset Index
13196 status collapsed
13197
13198 \begin_layout Plain Layout
13199 Comandos ! M ! 
13200 \backslash
13201 mbox
13202 \end_layout
13203
13204 \end_inset
13205
13206
13207 \series bold
13208
13209 \backslash
13210 makebox
13211 \series default
13212
13213 \begin_inset Index
13214 status collapsed
13215
13216 \begin_layout Plain Layout
13217 Comandos ! M ! 
13218 \backslash
13219 makebox
13220 \end_layout
13221
13222 \end_inset
13223
13224  y 
13225 \series bold
13226
13227 \backslash
13228 raisebox
13229 \series default
13230
13231 \begin_inset Index
13232 status collapsed
13233
13234 \begin_layout Plain Layout
13235 Comandos ! R ! 
13236 \backslash
13237 raisebox
13238 \end_layout
13239
13240 \end_inset
13241
13242 .
13243 \end_layout
13244
13245 \begin_layout Standard
13246 Con 
13247 \series bold
13248
13249 \backslash
13250 raisebox
13251 \series default
13252  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13253  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13254  
13255 \series bold
13256
13257 \backslash
13258 raisebox
13259 \series default
13260  se usa con el siguiente esquema: 
13261 \end_layout
13262
13263 \begin_layout Standard
13264
13265 \series bold
13266
13267 \backslash
13268 raisebox{altura}{contenido del marco}
13269 \end_layout
13270
13271 \begin_layout Standard
13272 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13273  extra, como con 
13274 \series bold
13275
13276 \backslash
13277 fbox
13278 \series default
13279 .
13280  
13281 \begin_inset Note Greyedout
13282 status open
13283
13284 \begin_layout Plain Layout
13285
13286 \series bold
13287 Nota
13288 \series default
13289 : Para
13290 \series bold
13291
13292 \backslash
13293 raisebox
13294 \series default
13295  se ha creado esta ecuación extra tecleando 
13296 \family sans
13297 Ctrl+M
13298 \family default
13299  dos veces en vez de una porque LyX aún no soporta 
13300 \series bold
13301
13302 \backslash
13303 raisebox
13304 \series default
13305  directamente.
13306 \end_layout
13307
13308 \end_inset
13309
13310
13311 \end_layout
13312
13313 \begin_layout Standard
13314 \align center
13315 \begin_inset Tabular
13316 <lyxtabular version="3" rows="4" columns="2">
13317 <features>
13318 <column alignment="center" valignment="top" width="0">
13319 <column alignment="center" valignment="top" width="0">
13320 <row>
13321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325 Comando
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13331 \begin_inset Text
13332
13333 \begin_layout Plain Layout
13334 Resultado
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 </row>
13340 <row>
13341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 H
13346 \backslash
13347 raisebox{2mm
13348 \begin_inset Formula $\to$
13349 \end_inset
13350
13351
13352 \backslash
13353 {al
13354 \begin_inset Formula $\to$
13355 \end_inset
13356
13357  lo
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13367 \end_inset
13368
13369
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 </row>
13375 <row>
13376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Plain Layout
13380 H
13381 \backslash
13382 raisebox{-2mm
13383 \begin_inset Formula $\to$
13384 \end_inset
13385
13386
13387 \backslash
13388 {al
13389 \begin_inset Formula $\to$
13390 \end_inset
13391
13392 lo
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13402 \end_inset
13403
13404
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 </row>
13410 <row>
13411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 A=
13416 \backslash
13417 raisebox{-2mm
13418 \begin_inset Formula $\to$
13419 \end_inset
13420
13421
13422 \backslash
13423 {
13424 \family sans
13425 Ctrl+M Ctrl+M
13426 \family default
13427  
13428 \backslash
13429 sqrt
13430 \begin_inset ERT
13431 status collapsed
13432
13433 \begin_layout Plain Layout
13434
13435
13436 \backslash
13437 spce 
13438 \end_layout
13439
13440 \end_inset
13441
13442
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13448 \begin_inset Text
13449
13450 \begin_layout Plain Layout
13451 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13452 \end_inset
13453
13454
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 </row>
13460 </lyxtabular>
13461
13462 \end_inset
13463
13464
13465 \end_layout
13466
13467 \begin_layout Standard
13468 El comando 
13469 \series bold
13470
13471 \backslash
13472 mbox
13473 \series default
13474  es equivalente a 
13475 \series bold
13476
13477 \backslash
13478 fbox
13479 \series default
13480  y 
13481 \series bold
13482
13483 \backslash
13484 makebox
13485 \series default
13486  es equivalente a 
13487 \series bold
13488
13489 \backslash
13490 framebox
13491 \series default
13492 , con la diferencia de que no hay marco.
13493 \end_layout
13494
13495 \begin_layout Subsection
13496 Cuadros coloreados
13497 \begin_inset CommandInset label
13498 LatexCommand label
13499 name "sub:Cuadros-coloreados"
13500
13501 \end_inset
13502
13503
13504 \begin_inset Index
13505 status collapsed
13506
13507 \begin_layout Plain Layout
13508 Cuadros ! coloreados
13509 \end_layout
13510
13511 \end_inset
13512
13513
13514 \end_layout
13515
13516 \begin_layout Standard
13517 Para poder usar todos los comandos explicados en esta sección hay que cargar
13518  en el preámbulo LaTeX el paquete LaTeX 
13519 \series bold
13520 color
13521 \series default
13522
13523 \begin_inset Foot
13524 status collapsed
13525
13526 \begin_layout Plain Layout
13527 El paquete LaTeX 
13528 \series bold
13529 color
13530 \series default
13531  forma parte de toda distribución LaTeX estándar.
13532 \end_layout
13533
13534 \end_inset
13535
13536
13537 \begin_inset Index
13538 status collapsed
13539
13540 \begin_layout Plain Layout
13541 Paquetes ! color
13542 \end_layout
13543
13544 \end_inset
13545
13546 , con la línea
13547 \begin_inset Foot
13548 status collapsed
13549
13550 \begin_layout Plain Layout
13551 Cuando hay texto coloreado con un color predefinido en alguna parte del
13552  documento, LyX carga automáticamente el paquete LaTeX 
13553 \series bold
13554 color
13555 \series default
13556 .
13557  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13558  origina problemas.
13559 \end_layout
13560
13561 \end_inset
13562
13563
13564 \begin_inset Note Note
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13569  en el preámbulo LaTeX.
13570 \end_layout
13571
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \begin_layout Standard
13578
13579 \series bold
13580
13581 \backslash
13582 usepackage{color}
13583 \begin_inset VSpace medskip
13584 \end_inset
13585
13586
13587 \end_layout
13588
13589 \begin_layout Standard
13590 Para colorear cuadros se usa el comando 
13591 \series bold
13592
13593 \backslash
13594 colorbox
13595 \series default
13596
13597 \begin_inset Index
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601 Comandos ! C ! 
13602 \backslash
13603 colorbox
13604 \end_layout
13605
13606 \end_inset
13607
13608  con el siguiente esquema:
13609 \end_layout
13610
13611 \begin_layout Standard
13612
13613 \series bold
13614
13615 \backslash
13616 colorbox{color}{contenido del cuadro}
13617 \end_layout
13618
13619 \begin_layout Standard
13620 El contenido del cuadro puede ser otro cuadro, y también un 
13621 \backslash
13622
13623 \series bold
13624 colorbox
13625 \series default
13626  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13627  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13628  como con 
13629 \series bold
13630
13631 \backslash
13632 raisebox
13633 \series default
13634 .
13635 \begin_inset Foot
13636 status collapsed
13637
13638 \begin_layout Plain Layout
13639 Esto también se aplica para el comando 
13640 \series bold
13641
13642 \backslash
13643 fcolorbox
13644 \series default
13645 .
13646 \end_layout
13647
13648 \end_inset
13649
13650  
13651 \end_layout
13652
13653 \begin_layout Standard
13654 Se puede elegir uno de los siguientes colores predefinidos:
13655 \end_layout
13656
13657 \begin_layout Standard
13658
13659 \series bold
13660 black
13661 \series default
13662
13663 \series bold
13664 blue
13665 \series default
13666
13667 \series bold
13668 cyan
13669 \series default
13670
13671 \series bold
13672 green
13673 \series default
13674
13675 \series bold
13676 magenta
13677 \series default
13678
13679 \series bold
13680 red
13681 \series default
13682
13683 \series bold
13684 white
13685 \series default
13686
13687 \series bold
13688 yellow
13689 \end_layout
13690
13691 \begin_layout Standard
13692 \align center
13693 \begin_inset Tabular
13694 <lyxtabular version="3" rows="4" columns="2">
13695 <features>
13696 <column alignment="center" valignment="top" width="0">
13697 <column alignment="center" valignment="top" width="0">
13698 <row>
13699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703 Comando
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 Resultado
13713 \begin_inset Note Note
13714 status collapsed
13715
13716 \begin_layout Plain Layout
13717
13718 \series bold
13719
13720 \backslash
13721 raisebox
13722 \series default
13723  se usa sólo como espaciador
13724 \end_layout
13725
13726 \end_inset
13727
13728
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 </row>
13734 <row>
13735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739
13740 \backslash
13741 colorbox{yellow
13742 \begin_inset Formula $\to$
13743 \end_inset
13744
13745
13746 \backslash
13747 {A=B
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13753 \begin_inset Text
13754
13755 \begin_layout Plain Layout
13756 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13757 \end_inset
13758
13759
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 </row>
13765 <row>
13766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770
13771 \backslash
13772 colorbox{green
13773 \begin_inset Formula $\to$
13774 \end_inset
13775
13776
13777 \backslash
13778 {
13779 \backslash
13780 fbox
13781 \begin_inset ERT
13782 status collapsed
13783
13784 \begin_layout Plain Layout
13785
13786
13787 \backslash
13788 spce 
13789 \end_layout
13790
13791 \end_inset
13792
13793 A=B
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13803 \end_inset
13804
13805
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 </row>
13811 <row>
13812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816
13817 \backslash
13818 fbox
13819 \begin_inset ERT
13820 status collapsed
13821
13822 \begin_layout Plain Layout
13823
13824
13825 \backslash
13826 spce 
13827 \end_layout
13828
13829 \end_inset
13830
13831
13832 \backslash
13833 colorbox{green
13834 \begin_inset Formula $\to$
13835 \end_inset
13836
13837
13838 \backslash
13839 {
13840 \family sans
13841 Ctrl+M Ctrl+M
13842 \family default
13843  
13844 \backslash
13845 int
13846 \begin_inset ERT
13847 status collapsed
13848
13849 \begin_layout Plain Layout
13850
13851
13852 \backslash
13853 spce 
13854 \end_layout
13855
13856 \end_inset
13857
13858 C=D
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13868 \end_inset
13869
13870
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 </row>
13876 </lyxtabular>
13877
13878 \end_inset
13879
13880
13881 \end_layout
13882
13883 \begin_layout Standard
13884
13885 \series bold
13886
13887 \backslash
13888 colorbox
13889 \series default
13890  sólo colorea el cuadro pero no los caracteres.
13891  Para colorear todos los caracteres se selecciona toda la ecuación y se
13892  elige un color en el diálogo 
13893 \family sans
13894 Estilo
13895 \begin_inset space ~
13896 \end_inset
13897
13898 del
13899 \begin_inset space ~
13900 \end_inset
13901
13902 texto
13903 \family default
13904 .
13905  El diálogo puede abrirse con el botón 
13906 \begin_inset Graphics
13907         filename ../../images/dialog-show_character.png
13908         scale 85
13909
13910 \end_inset
13911
13912  de la barra de herramientas o con el menú 
13913 \family sans
13914 Editar\SpecialChar \menuseparator
13915 Estilo
13916 \begin_inset space ~
13917 \end_inset
13918
13919 del
13920 \begin_inset space ~
13921 \end_inset
13922
13923 texto\SpecialChar \menuseparator
13924 Personalizado
13925 \family default
13926 .
13927  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13928  Si el número de la ecuación debe tener otro color que el de los caracteres
13929  de la ecuación, el color debe cambiarse dentro de la ecuación.
13930 \end_layout
13931
13932 \begin_layout Standard
13933 Un ejemplo:
13934 \color red
13935
13936 \begin_inset Formula \begin{equation}
13937 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13938
13939 \end_inset
13940
13941
13942 \end_layout
13943
13944 \begin_layout Standard
13945
13946 \color green
13947 \begin_inset Formula \begin{equation}
13948 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13949
13950 \end_inset
13951
13952
13953 \end_layout
13954
13955 \begin_layout Standard
13956 La ecuación 
13957 \begin_inset CommandInset ref
13958 LatexCommand eqref
13959 reference "eq:rojo"
13960
13961 \end_inset
13962
13963  está toda coloreada en rojo.
13964 \begin_inset Newline newline
13965 \end_inset
13966
13967 La ecuación 
13968 \begin_inset CommandInset ref
13969 LatexCommand eqref
13970 reference "eq:rojoverde"
13971
13972 \end_inset
13973
13974  se ha coloreado en primer lugar toda en verde para colorear el número de
13975  la ecuación.
13976  Posteriormente se han coloreado en rojo los caracteres.
13977 \family sans
13978
13979 \begin_inset VSpace bigskip
13980 \end_inset
13981
13982
13983 \end_layout
13984
13985 \begin_layout Standard
13986 Para colorear diferente el marco y el resto del cuadro se usa el comando
13987  
13988 \series bold
13989
13990 \backslash
13991 fcolorbox
13992 \series default
13993
13994 \begin_inset Index
13995 status collapsed
13996
13997 \begin_layout Plain Layout
13998 Comandos ! F ! 
13999 \backslash
14000 fcolorbox
14001 \end_layout
14002
14003 \end_inset
14004
14005  con el siguiente esquema:
14006 \end_layout
14007
14008 \begin_layout Standard
14009
14010 \series bold
14011
14012 \backslash
14013 fcolorbox{color del marco}{color}{contenido del cuadro}
14014 \end_layout
14015
14016 \begin_layout Standard
14017 Así pues 
14018 \series bold
14019
14020 \backslash
14021 fcolorbox
14022 \series default
14023  es una extensión del comando 
14024 \series bold
14025
14026 \backslash
14027 colorbox
14028 \series default
14029 .
14030  La anchura del marco se establece, como para 
14031 \series bold
14032
14033 \backslash
14034 framebox
14035 \series default
14036 , con 
14037 \series bold
14038
14039 \backslash
14040 fboxrule
14041 \series default
14042  y 
14043 \series bold
14044
14045 \backslash
14046 fboxsep
14047 \series default
14048 .
14049  Un ejemplo:
14050 \begin_inset ERT
14051 status collapsed
14052
14053 \begin_layout Plain Layout
14054
14055
14056 \backslash
14057 fboxrule 1mm 
14058 \backslash
14059 fboxsep 1mm
14060 \end_layout
14061
14062 \end_inset
14063
14064
14065 \begin_inset Formula \[
14066 \fcolorbox{cyan}{magenta}{A=B}\]
14067
14068 \end_inset
14069
14070
14071 \end_layout
14072
14073 \begin_layout Standard
14074 \begin_inset ERT
14075 status collapsed
14076
14077 \begin_layout Plain Layout
14078
14079
14080 \backslash
14081 fboxrule 0.4pt 
14082 \backslash
14083 fboxsep 3pt
14084 \end_layout
14085
14086 \end_inset
14087
14088
14089 \end_layout
14090
14091 \begin_layout Standard
14092 Esta ecuación se ha compuesto con el comando
14093 \begin_inset Newline newline
14094 \end_inset
14095
14096
14097 \series bold
14098
14099 \backslash
14100 fcolorbox{cyan
14101 \begin_inset Formula $\to$
14102 \end_inset
14103
14104
14105 \backslash
14106 {magenta
14107 \begin_inset Formula $\to$
14108 \end_inset
14109
14110
14111 \backslash
14112 {A=B
14113 \end_layout
14114
14115 \begin_layout Standard
14116 \begin_inset VSpace bigskip
14117 \end_inset
14118
14119
14120 \end_layout
14121
14122 \begin_layout Standard
14123 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14124 \end_layout
14125
14126 \begin_layout Standard
14127 Por ejemplo, se puede definir el color 
14128 \begin_inset Quotes fld
14129 \end_inset
14130
14131
14132 \series bold
14133 verdeoscuro
14134 \series default
14135
14136 \begin_inset Quotes frd
14137 \end_inset
14138
14139  con la línea de preámbulo LaTeX:
14140 \end_layout
14141
14142 \begin_layout Standard
14143
14144 \series bold
14145
14146 \backslash
14147 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14148 \series default
14149
14150 \begin_inset Index
14151 status collapsed
14152
14153 \begin_layout Plain Layout
14154 Comandos ! D ! 
14155 \backslash
14156 definecolor
14157 \end_layout
14158
14159 \end_inset
14160
14161
14162 \end_layout
14163
14164 \begin_layout Standard
14165
14166 \series bold
14167 cmyk
14168 \series default
14169  es el espacio de color referido a los colores 
14170 \series bold
14171 cyan
14172 \series default
14173
14174 \series bold
14175 magenta
14176 \series default
14177
14178 \series bold
14179 yellow
14180 \series default
14181  y 
14182 \series bold
14183 black
14184 \series default
14185 .
14186  Los cuatro números separados por coma son el factor de cuota para los colores
14187  correspondientes del espacio de color.
14188  Los factores pueden estar en el rango 0-1.
14189  En vez de 
14190 \series bold
14191 cmyk
14192 \series default
14193  se puede usar el espacio de color 
14194 \series bold
14195 rgb
14196 \series default
14197 , que se refiere a 
14198 \series bold
14199 red
14200 \series default
14201
14202 \series bold
14203 green
14204 \series default
14205  y 
14206 \series bold
14207 blue
14208 \series default
14209 , así pues en este caso hay tres factores de cuota para los correspondientes
14210  colores.
14211  Además hay el espacio de color 
14212 \series bold
14213 gray
14214 \series default
14215  con un factor de cuota para el valor gris.
14216 \end_layout
14217
14218 \begin_layout Standard
14219 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14220 \series bold
14221 verdeoscuro
14222 \series default
14223  y los caracteres en color amarillo:
14224 \color black
14225
14226 \begin_inset Formula \begin{equation}
14227 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14228
14229 \end_inset
14230
14231
14232 \end_layout
14233
14234 \begin_layout Standard
14235 Los colores personalizados también se pueden usar para texto con la ayuda
14236  del comando 
14237 \series bold
14238
14239 \backslash
14240 textcolor
14241 \series default
14242
14243 \begin_inset Index
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247 Texto ! coloreado
14248 \end_layout
14249
14250 \end_inset
14251
14252
14253 \end_layout
14254
14255 \begin_layout Standard
14256 \begin_inset ERT
14257 status collapsed
14258
14259 \begin_layout Plain Layout
14260
14261
14262 \backslash
14263 textcolor{verdeoscuro}{
14264 \end_layout
14265
14266 \end_inset
14267
14268 Esta frase en 
14269 \begin_inset Quotes fld
14270 \end_inset
14271
14272 verdeoscuro
14273 \begin_inset Quotes frd
14274 \end_inset
14275
14276 .
14277 \begin_inset ERT
14278 status collapsed
14279
14280 \begin_layout Plain Layout
14281
14282 }
14283 \end_layout
14284
14285 \end_inset
14286
14287
14288 \end_layout
14289
14290 \begin_layout Standard
14291
14292 \series bold
14293
14294 \backslash
14295 textcolor
14296 \series default
14297
14298 \begin_inset Index
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302 Comandos ! T ! 
14303 \backslash
14304 textcolor
14305 \end_layout
14306
14307 \end_inset
14308
14309  se usa con el esquema 
14310 \series bold
14311
14312 \backslash
14313 textcolor{color}{caracteres a colorear}
14314 \series default
14315 .
14316 \end_layout
14317
14318 \begin_layout Subsection
14319 Cuadros de párrafo
14320 \begin_inset CommandInset label
14321 LatexCommand label
14322 name "sub:Cuadros-de-párrafo"
14323
14324 \end_inset
14325
14326
14327 \begin_inset Index
14328 status collapsed
14329
14330 \begin_layout Plain Layout
14331 Cuadros ! para párrafos
14332 \end_layout
14333
14334 \end_inset
14335
14336
14337 \end_layout
14338
14339 \begin_layout Standard
14340 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14341  de párrafo (parbox), se puede generar con el menú 
14342 \family sans
14343 Insertar\SpecialChar \menuseparator
14344 Cuadro
14345 \family default
14346  o con el botón 
14347 \begin_inset Graphics
14348         filename ../../images/box-insert.png
14349         scale 85
14350
14351 \end_inset
14352
14353  de la barra de herramientas.
14354 \end_layout
14355
14356 \begin_layout Standard
14357 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14358 \begin_inset VSpace medskip
14359 \end_inset
14360
14361 Esta línea contiene 
14362 \begin_inset Box Boxed
14363 position "c"
14364 hor_pos "c"
14365 has_inner_box 1
14366 inner_pos "c"
14367 use_parbox 1
14368 width "5cm"
14369 special "none"
14370 height "1in"
14371 height_special "totalheight"
14372 status collapsed
14373
14374 \begin_layout Plain Layout
14375 Esto es un cuadro de párrafo.
14376  Tiene exactamente 5
14377 \begin_inset space \thinspace{}
14378 \end_inset
14379
14380 cm de largo y además puede contener ecuaciones: 
14381 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14382 \end_inset
14383
14384
14385 \end_layout
14386
14387 \end_inset
14388
14389
14390 \begin_inset space ~
14391 \end_inset
14392
14393  un cuadro de párrafo.
14394 \begin_inset VSpace medskip
14395 \end_inset
14396
14397 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14398  Surge un diálogo con las propiedades del cuadro.
14399  En este caso: 
14400 \emph on
14401 Decoración
14402 \emph default
14403 : Marco rectangular, 
14404 \emph on
14405 Cuadro interior
14406 \emph default
14407 : Párrafo, 
14408 \emph on
14409 Ancho
14410 \emph default
14411 : 5
14412 \begin_inset space \thinspace{}
14413 \end_inset
14414
14415 cm, 
14416 \emph on
14417 Alineación Vertical
14418 \emph default
14419  
14420 \emph on
14421 Cuadro
14422 \emph default
14423 : Medio.
14424 \end_layout
14425
14426 \begin_layout Standard
14427 \begin_inset VSpace medskip
14428 \end_inset
14429
14430 En LaTeX, un cuadro de párrafo se inserta con el comando 
14431 \series bold
14432
14433 \backslash
14434 parbox
14435 \series default
14436
14437 \begin_inset Index
14438 status collapsed
14439
14440 \begin_layout Plain Layout
14441 Comandos ! P ! 
14442 \backslash
14443 parbox
14444 \end_layout
14445
14446 \end_inset
14447
14448  con el esquema siguiente:
14449 \end_layout
14450
14451 \begin_layout Standard
14452
14453 \series bold
14454
14455 \backslash
14456 parbox[posición]{anchura}{contenido}
14457 \end_layout
14458
14459 \begin_layout Standard
14460 Son posibles las posiciones 
14461 \emph on
14462 b
14463 \emph default
14464  y 
14465 \emph on
14466 t
14467 \emph default
14468
14469 \emph on
14470 b
14471 \emph default
14472  por 
14473 \begin_inset Quotes fld
14474 \end_inset
14475
14476 bottom
14477 \begin_inset Quotes frd
14478 \end_inset
14479
14480  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14481  Con 
14482 \emph on
14483 t
14484 \emph default
14485 , por 
14486 \begin_inset Quotes fld
14487 \end_inset
14488
14489 top
14490 \begin_inset Quotes frd
14491 \end_inset
14492
14493  (arriba), la alineación se hace con la primera línea.
14494  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14495  
14496 \emph on
14497 Cuadros
14498 \emph default
14499  del manual 
14500 \emph on
14501 Objetos insertados
14502 \emph default
14503  para ejemplos.
14504 \end_layout
14505
14506 \begin_layout Standard
14507 \begin_inset VSpace bigskip
14508 \end_inset
14509
14510 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14511  ponerse en un cuadro de párrafo.
14512  Para ello se inserta el comando
14513 \begin_inset Newline newline
14514 \end_inset
14515
14516
14517 \series bold
14518
14519 \backslash
14520 fbox{
14521 \backslash
14522 parbox{
14523 \backslash
14524 linewidth-2
14525 \backslash
14526 fboxsep-2
14527 \backslash
14528 fboxrule}{
14529 \begin_inset Newline newline
14530 \end_inset
14531
14532
14533 \series default
14534 en modo TeX delante de la ecuación.
14535  Aquí 
14536 \series bold
14537
14538 \backslash
14539 linewidth
14540 \begin_inset Index
14541 status collapsed
14542
14543 \begin_layout Plain Layout
14544 Comandos ! L ! 
14545 \backslash
14546 linewidth
14547 \end_layout
14548
14549 \end_inset
14550
14551
14552 \series default
14553  es la anchura de línea establecida para el documento.
14554  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14555  anchura dos veces la separación del marco y el grosor.
14556  Como LyX no lo hace automáticamente debido a un fallo,
14557 \begin_inset Foot
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561 \begin_inset CommandInset href
14562 LatexCommand href
14563 name "LyX-bug #4483"
14564 target "http://www.lyx.org/trac/ticket/4483"
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \end_inset
14572
14573  hay que usar modo TeX.
14574  Para poder multiplicar y restar en los argumentos hay que cargar en el
14575  preámbulo LaTeX el paquete LaTeX 
14576 \series bold
14577 calc
14578 \series default
14579 ,
14580 \begin_inset Foot
14581 status collapsed
14582
14583 \begin_layout Plain Layout
14584
14585 \series bold
14586 calc
14587 \series default
14588  es parte de toda instalación LaTeX estándar.
14589 \end_layout
14590
14591 \end_inset
14592
14593
14594 \begin_inset Index
14595 status collapsed
14596
14597 \begin_layout Plain Layout
14598 Paquetes ! calc
14599 \end_layout
14600
14601 \end_inset
14602
14603  con la línea
14604 \end_layout
14605
14606 \begin_layout Standard
14607
14608 \series bold
14609
14610 \backslash
14611 usepackage{calc}
14612 \end_layout
14613
14614 \begin_layout Standard
14615 Detrás de la ecuación se cierran ambos cuadros con 
14616 \series bold
14617 }}
14618 \series default
14619  en modo TeX.
14620  Aquí hay un ejemplo:
14621 \begin_inset ERT
14622 status collapsed
14623
14624 \begin_layout Plain Layout
14625
14626
14627 \backslash
14628 fboxsep 5mm 
14629 \backslash
14630 fboxrule 5mm
14631 \end_layout
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \begin_layout Standard
14639 \begin_inset ERT
14640 status collapsed
14641
14642 \begin_layout Plain Layout
14643
14644
14645 \backslash
14646 fbox{
14647 \backslash
14648 parbox{
14649 \backslash
14650 linewidth-2
14651 \backslash
14652 fboxsep-2
14653 \backslash
14654 fboxrule}{
14655 \end_layout
14656
14657 \end_inset
14658
14659
14660 \begin_inset Formula \begin{equation}
14661 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14662
14663 \end_inset
14664
14665
14666 \end_layout
14667
14668 \begin_layout Standard
14669 \begin_inset ERT
14670 status collapsed
14671
14672 \begin_layout Plain Layout
14673
14674 }}
14675 \end_layout
14676
14677 \end_inset
14678
14679
14680 \begin_inset ERT
14681 status collapsed
14682
14683 \begin_layout Plain Layout
14684
14685
14686 \backslash
14687 fboxrule 0.4pt 
14688 \backslash
14689 fboxsep 3pt
14690 \end_layout
14691
14692 \end_inset
14693
14694
14695 \end_layout
14696
14697 \begin_layout Standard
14698 \begin_inset VSpace medskip
14699 \end_inset
14700
14701
14702 \end_layout
14703
14704 \begin_layout Standard
14705 Como se ha usado el cuadro de párrafo como argumento de 
14706 \series bold
14707
14708 \backslash
14709 fbox
14710 \series default
14711 , en este caso no hay diferencia entre 
14712 \series bold
14713
14714 \backslash
14715 fbox
14716 \series default
14717  y 
14718 \series bold
14719
14720 \backslash
14721 boxed
14722 \series default
14723 .
14724  
14725 \end_layout
14726
14727 \begin_layout Standard
14728 \begin_inset VSpace bigskip
14729 \end_inset
14730
14731
14732 \end_layout
14733
14734 \begin_layout Standard
14735 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14736  Para hacerlo, se usa 
14737 \series bold
14738
14739 \backslash
14740 parbox
14741 \series default
14742  en combinación con el comando 
14743 \series bold
14744
14745 \backslash
14746 tag
14747 \series default
14748 .
14749  (Véase más sobre 
14750 \series bold
14751
14752 \backslash
14753 tag
14754 \series default
14755  en 
14756 \begin_inset CommandInset ref
14757 LatexCommand ref
14758 reference "sub:Numeración-personalizada"
14759
14760 \end_inset
14761
14762 ).
14763 \end_layout
14764
14765 \begin_layout Standard
14766 Un ejemplo de ecuación comentada con 
14767 \series bold
14768
14769 \backslash
14770 parbox
14771 \series default
14772 :
14773 \end_layout
14774
14775 \begin_layout Standard
14776 \begin_inset ERT
14777 status collapsed
14778
14779 \begin_layout Plain Layout
14780
14781
14782 \backslash
14783 [5x-7b=3b
14784 \backslash
14785 tag*{
14786 \backslash
14787 parbox{5cm}{
14788 \end_layout
14789
14790 \end_inset
14791
14792 Esto es una descripción.
14793  Está claramente separada de la ecuación y es multilínea.
14794 \begin_inset ERT
14795 status collapsed
14796
14797 \begin_layout Plain Layout
14798
14799 }}
14800 \backslash
14801 ]
14802 \end_layout
14803
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \begin_layout Standard
14810 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14811  no soporta el comando 
14812 \series bold
14813
14814 \backslash
14815 parbox
14816 \series default
14817  en ecuaciones.
14818  La ecuación se compone con la siguiente secuencia de comandos:
14819 \end_layout
14820
14821 \begin_layout Standard
14822 El comando 
14823 \series bold
14824
14825 \backslash
14826 [5x-7b=3b
14827 \backslash
14828 tag*
14829 \backslash
14830 {
14831 \backslash
14832 parbox{5cm}{
14833 \series default
14834  se inserta en modo TeX.
14835 \begin_inset Foot
14836 status collapsed
14837
14838 \begin_layout Plain Layout
14839 Si se usa el estilo de ecuación 
14840 \series bold
14841 Sangrado
14842 \series default
14843
14844 \series bold
14845
14846 \backslash
14847 tag*
14848 \backslash
14849
14850 \series default
14851  se puede reemplazar por 
14852 \series bold
14853
14854 \backslash
14855 hfill
14856 \series default
14857 .
14858  (Véanse los estilos de ecuación en 
14859 \begin_inset CommandInset ref
14860 LatexCommand ref
14861 reference "sec:Estilos-de-ecuación"
14862
14863 \end_inset
14864
14865 ).
14866 \end_layout
14867
14868 \end_inset
14869
14870  Después sigue la descripción en texto normal, y por último 
14871 \series bold
14872 }}
14873 \backslash
14874 ]
14875 \series default
14876  en modo TeX.
14877  Aquí los comandos 
14878 \series bold
14879
14880 \backslash
14881 [
14882 \series default
14883  y 
14884 \series bold
14885
14886 \backslash
14887 ]
14888 \series default
14889  crean una ecuación presentada.
14890 \end_layout
14891
14892 \begin_layout Standard
14893 Las ventajas de 
14894 \series bold
14895
14896 \backslash
14897 parbox
14898 \series default
14899  pueden verse en este ejemplo que se ha 
14900 \begin_inset Quotes fld
14901 \end_inset
14902
14903 comentado
14904 \begin_inset Quotes frd
14905 \end_inset
14906
14907  usando el modo texto matemático:
14908 \begin_inset Formula \[
14909 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14910
14911 \end_inset
14912
14913
14914 \end_layout
14915
14916 \begin_layout Section
14917 Operadores
14918 \begin_inset Index
14919 status collapsed
14920
14921 \begin_layout Plain Layout
14922 Operadores
14923 \end_layout
14924
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \begin_layout Subsection
14931 Operadores grandes
14932 \begin_inset CommandInset label
14933 LatexCommand label
14934 name "sub:Operadores-grandes"
14935
14936 \end_inset
14937
14938
14939 \begin_inset Index
14940 status collapsed
14941
14942 \begin_layout Plain Layout
14943 Operadores ! grandes
14944 \end_layout
14945
14946 \end_inset
14947
14948
14949 \begin_inset Index
14950 status collapsed
14951
14952 \begin_layout Plain Layout
14953 Sumatorios
14954 \end_layout
14955
14956 \end_inset
14957
14958
14959 \begin_inset Index
14960 status collapsed
14961
14962 \begin_layout Plain Layout
14963 Integrales
14964 \end_layout
14965
14966 \end_inset
14967
14968
14969 \end_layout
14970
14971 \begin_layout Standard
14972 Para poder usar todos los comandos de integrales listados aquí, debe estar
14973  marcada la opción 
14974 \family sans
14975 Usar paquete esint automáticamente
14976 \family default
14977  en el apartado 
14978 \family sans
14979 Ecuaciones
14980 \family default
14981  de la configuración del documento.
14982  
14983 \end_layout
14984
14985 \begin_layout Standard
14986 \begin_inset space \hfill{}
14987 \end_inset
14988
14989
14990 \begin_inset Tabular
14991 <lyxtabular version="3" rows="11" columns="2">
14992 <features>
14993 <column alignment="center" valignment="top" width="0pt">
14994 <column alignment="center" valignment="top" width="0pt">
14995 <row>
14996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000 Comando
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 Resultado
15010 \end_layout
15011
15012 \end_inset
15013 </cell>
15014 </row>
15015 <row>
15016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020
15021 \backslash
15022 int
15023 \begin_inset Index
15024 status collapsed
15025
15026 \begin_layout Plain Layout
15027 Comandos ! I ! 
15028 \backslash
15029 int
15030 \end_layout
15031
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043 \begin_inset Formula $\int$
15044 \end_inset
15045
15046
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 </row>
15052 <row>
15053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057
15058 \backslash
15059 oint
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 \begin_inset Formula $\oint$
15069 \end_inset
15070
15071
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 </row>
15077 <row>
15078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Plain Layout
15082
15083 \backslash
15084 ointctrclockwise
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093 \begin_inset Formula $\ointctrclockwise$
15094 \end_inset
15095
15096
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 </row>
15102 <row>
15103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107
15108 \backslash
15109 ointclockwise
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118 \begin_inset Formula $\ointclockwise$
15119 \end_inset
15120
15121
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 </row>
15127 <row>
15128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132
15133 \backslash
15134 sqint
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 \begin_inset Formula $\sqint$
15144 \end_inset
15145
15146
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 </row>
15152 <row>
15153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Plain Layout
15157
15158 \backslash
15159 fint
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168  
15169 \begin_inset Formula $\fint$
15170 \end_inset
15171
15172
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 </row>
15178 <row>
15179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183
15184 \backslash
15185 landupint
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194  
15195 \begin_inset Formula $\landupint$
15196 \end_inset
15197
15198
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 </row>
15204 <row>
15205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209
15210 \backslash
15211 landdownint
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220  
15221 \begin_inset Formula $\landdownint$
15222 \end_inset
15223
15224
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 </row>
15230 <row>
15231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235
15236 \backslash
15237 bigcap
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 \begin_inset Formula $\bigcap$
15247 \end_inset
15248
15249
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 </row>
15255 <row>
15256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260
15261 \backslash
15262 bigcup
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271 \begin_inset Formula $\bigcup$
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 </row>
15280 </lyxtabular>
15281
15282 \end_inset
15283
15284
15285 \begin_inset space \hfill{}
15286 \end_inset
15287
15288
15289 \begin_inset Tabular
15290 <lyxtabular version="3" rows="11" columns="2">
15291 <features>
15292 <column alignment="center" valignment="top" width="0pt">
15293 <column alignment="center" valignment="top" width="0pt">
15294 <row>
15295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299 Comando
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308 Resultado
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 </row>
15314 <row>
15315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Plain Layout
15319
15320 \backslash
15321 sum
15322 \begin_inset Index
15323 status collapsed
15324
15325 \begin_layout Plain Layout
15326 Comandos ! S ! 
15327 \backslash
15328 sum
15329 \end_layout
15330
15331 \end_inset
15332
15333
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342 \begin_inset Formula $\sum$
15343 \end_inset
15344
15345
15346 \end_layout
15347
15348 \end_inset
15349 </cell>
15350 </row>
15351 <row>
15352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356
15357 \backslash
15358 prod
15359 \begin_inset Index
15360 status collapsed
15361
15362 \begin_layout Plain Layout
15363 Comandos ! P ! 
15364 \backslash
15365 prod
15366 \end_layout
15367
15368 \end_inset
15369
15370
15371 \end_layout
15372
15373 \end_inset
15374 </cell>
15375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379 \begin_inset Formula $\prod$
15380 \end_inset
15381
15382
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 </row>
15388 <row>
15389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393
15394 \backslash
15395 coprod
15396 \end_layout
15397
15398 \end_inset
15399 </cell>
15400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15401 \begin_inset Text
15402
15403 \begin_layout Plain Layout
15404 \begin_inset Formula $\coprod$
15405 \end_inset
15406
15407
15408 \end_layout
15409
15410 \end_inset
15411 </cell>
15412 </row>
15413 <row>
15414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418
15419 \backslash
15420 bigodot
15421 \end_layout
15422
15423 \end_inset
15424 </cell>
15425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429 \begin_inset Formula $\bigodot$
15430 \end_inset
15431
15432
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 </row>
15438 <row>
15439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443
15444 \backslash
15445 bigotimes
15446 \end_layout
15447
15448 \end_inset
15449 </cell>
15450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454 \begin_inset Formula $\bigotimes$
15455 \end_inset
15456
15457
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 </row>
15463 <row>
15464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468
15469 \backslash
15470 bigoplus
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479 \begin_inset Formula $\bigoplus$
15480 \end_inset
15481
15482
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 </row>
15488 <row>
15489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493
15494 \backslash
15495 bigwedge
15496 \end_layout
15497
15498 \end_inset
15499 </cell>
15500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504 \begin_inset Formula $\bigwedge$
15505 \end_inset
15506
15507
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 </row>
15513 <row>
15514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518
15519 \backslash
15520 bigvee
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15526 \begin_inset Text
15527
15528 \begin_layout Plain Layout
15529 \begin_inset Formula $\bigvee$
15530 \end_inset
15531
15532
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 </row>
15538 <row>
15539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543
15544 \backslash
15545 bigsqcup
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554 \begin_inset Formula $\bigsqcup$
15555 \end_inset
15556
15557
15558 \end_layout
15559
15560 \end_inset
15561 </cell>
15562 </row>
15563 <row>
15564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568
15569 \backslash
15570 biguplus
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579 \begin_inset Formula $\biguplus$
15580 \end_inset
15581
15582
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 </row>
15588 </lyxtabular>
15589
15590 \end_inset
15591
15592
15593 \begin_inset space \hfill{}
15594 \end_inset
15595
15596
15597 \end_layout
15598
15599 \begin_layout Standard
15600 Todos los operadores grandes se pueden insertar con el botón 
15601 \begin_inset Graphics
15602         filename ../../images/math/intop.png
15603         scale 85
15604
15605 \end_inset
15606
15607  de la barra de ecuaciones.
15608 \end_layout
15609
15610 \begin_layout Standard
15611 Estos operadores son llamados grandes porque son mayores que los operadores
15612  binarios de aspecto semejante.
15613  Todos los operadores grandes pueden tener límites, como se describe en
15614  la subsección siguiente.
15615 \end_layout
15616
15617 \begin_layout Standard
15618 Para todos los operadores de integral hay una segunda versión disponible,
15619  terminando en 
15620 \series bold
15621 op
15622 \series default
15623
15624 \series bold
15625
15626 \backslash
15627 intop
15628 \series default
15629
15630 \series bold
15631
15632 \backslash
15633 ointop
15634 \series default
15635  etc.
15636  Estos operadores difieren de 
15637 \series bold
15638
15639 \backslash
15640 int
15641 \series default
15642 , etc., en el estilo en que se presentan los límites, véase
15643 \series bold
15644  
15645 \series default
15646
15647 \begin_inset CommandInset ref
15648 LatexCommand ref
15649 reference "sub:Límites-de-operadores"
15650
15651 \end_inset
15652
15653 .
15654 \end_layout
15655
15656 \begin_layout Subsubsection*
15657 Sugerencias para las integrales
15658 \end_layout
15659
15660 \begin_layout Standard
15661 La letra 
15662 \emph on
15663 d
15664 \emph default
15665  en una integral es un operador, por consiguiente debe escribirse en redonda.
15666  Esto se hace resaltando la 
15667 \emph on
15668 d
15669 \emph default
15670  y usando el atajo de teclado 
15671 \family sans
15672 Alt+C
15673 \begin_inset space ~
15674 \end_inset
15675
15676 R
15677 \family default
15678 .
15679 \begin_inset Foot
15680 status collapsed
15681
15682 \begin_layout Plain Layout
15683 véase estilos de letras en 
15684 \begin_inset CommandInset ref
15685 LatexCommand ref
15686 reference "sub:Estilos-de-fuentes"
15687
15688 \end_inset
15689
15690  
15691 \end_layout
15692
15693 \end_inset
15694
15695  Delante de la 
15696 \emph on
15697 d
15698 \emph default
15699  se inserta un espacio delgado, como es habitual en los operadores.
15700  Un ejemplo:
15701 \end_layout
15702
15703 \begin_layout Standard
15704 incorrecto: 
15705 \begin_inset Formula $\int A(x)dx$
15706 \end_inset
15707
15708
15709 \begin_inset Newline newline
15710 \end_inset
15711
15712
15713 \begin_inset ERT
15714 status collapsed
15715
15716 \begin_layout Plain Layout
15717
15718
15719 \backslash
15720 hphantom{in}
15721 \end_layout
15722
15723 \end_inset
15724
15725 correcto: 
15726 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \begin_layout Standard
15733 \begin_inset Newpage pagebreak
15734 \end_inset
15735
15736
15737 \end_layout
15738
15739 \begin_layout Standard
15740 Para integrales múltiples hay los siguientes comandos:
15741 \begin_inset VSpace medskip
15742 \end_inset
15743
15744
15745 \end_layout
15746
15747 \begin_layout Standard
15748 \begin_inset space \hfill{}
15749 \end_inset
15750
15751
15752 \begin_inset Tabular
15753 <lyxtabular version="3" rows="4" columns="2">
15754 <features>
15755 <column alignment="center" valignment="top" width="0">
15756 <column alignment="center" valignment="top" width="0">
15757 <row>
15758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15759 \begin_inset Text
15760
15761 \begin_layout Plain Layout
15762 Comando
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15768 \begin_inset Text
15769
15770 \begin_layout Plain Layout
15771 Resultado
15772 \begin_inset Note Note
15773 status collapsed
15774
15775 \begin_layout Plain Layout
15776
15777 \series bold
15778
15779 \backslash
15780 raisebox
15781 \series default
15782  se usa sólo como espaciador
15783 \end_layout
15784
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 </row>
15793 <row>
15794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798
15799 \backslash
15800 iint
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15810 \end_inset
15811
15812
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 </row>
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823
15824 \backslash
15825 oiint
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15835 \end_inset
15836
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 </row>
15843 <row>
15844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848
15849 \backslash
15850 sqiint
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15860 \end_inset
15861
15862
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 </row>
15868 </lyxtabular>
15869
15870 \end_inset
15871
15872
15873 \begin_inset space \hfill{}
15874 \end_inset
15875
15876
15877 \begin_inset Tabular
15878 <lyxtabular version="3" rows="4" columns="2">
15879 <features>
15880 <column alignment="center" valignment="top" width="0">
15881 <column alignment="center" valignment="top" width="0">
15882 <row>
15883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887 Comando
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Plain Layout
15896 Resultado
15897 \begin_inset Note Note
15898 status collapsed
15899
15900 \begin_layout Plain Layout
15901
15902 \series bold
15903
15904 \backslash
15905 raisebox
15906 \series default
15907  se usa sólo como espaciador
15908 \end_layout
15909
15910 \end_inset
15911
15912
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 </row>
15918 <row>
15919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923
15924 \backslash
15925 iiint
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15935 \end_inset
15936
15937
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 </row>
15943 <row>
15944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948
15949 \backslash
15950 iiiint
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15960 \end_inset
15961
15962
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 </row>
15968 <row>
15969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973
15974 \backslash
15975 dotsint
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15985 \end_inset
15986
15987
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 </row>
15993 </lyxtabular>
15994
15995 \end_inset
15996
15997
15998 \begin_inset space \hfill{}
15999 \end_inset
16000
16001
16002 \end_layout
16003
16004 \begin_layout Subsection
16005 Límites de operadores
16006 \begin_inset CommandInset label
16007 LatexCommand label
16008 name "sub:Límites-de-operadores"
16009
16010 \end_inset
16011
16012
16013 \begin_inset Index
16014 status collapsed
16015
16016 \begin_layout Plain Layout
16017 Operadores ! límites de
16018 \end_layout
16019
16020 \end_inset
16021
16022
16023 \end_layout
16024
16025 \begin_layout Standard
16026 Los límites se crean mediante superíndices y subíndices:
16027 \end_layout
16028
16029 \begin_layout Standard
16030 \noindent
16031 \align center
16032 \begin_inset Tabular
16033 <lyxtabular version="3" rows="2" columns="2">
16034 <features>
16035 <column alignment="center" valignment="top" width="0">
16036 <column alignment="center" valignment="top" width="0">
16037 <row>
16038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042 Comando
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16048 \begin_inset Text
16049
16050 \begin_layout Plain Layout
16051 Resultado
16052 \begin_inset Note Note
16053 status collapsed
16054
16055 \begin_layout Plain Layout
16056
16057 \series bold
16058
16059 \backslash
16060 raisebox
16061 \series default
16062  se usa sólo como espaciador
16063 \end_layout
16064
16065 \end_inset
16066
16067
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 </row>
16073 <row>
16074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078
16079 \backslash
16080 prod^
16081 \backslash
16082 infty
16083 \begin_inset ERT
16084 status collapsed
16085
16086 \begin_layout Plain Layout
16087
16088
16089 \backslash
16090 spce 
16091 \end_layout
16092
16093 \end_inset
16094
16095
16096 \begin_inset Formula $\to$
16097 \end_inset
16098
16099 _0
16100 \begin_inset Formula $\to$
16101 \end_inset
16102
16103 A(x)
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16113 \end_inset
16114
16115
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 </row>
16121 </lyxtabular>
16122
16123 \end_inset
16124
16125
16126 \end_layout
16127
16128 \begin_layout Standard
16129 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16130  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16131 \end_layout
16132
16133 \begin_layout Standard
16134 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16135  directamente detrás del operador y se elige 
16136 \series bold
16137 Alineado
16138 \series default
16139  en el menú 
16140 \family sans
16141 Editar\SpecialChar \menuseparator
16142 Ecuación\SpecialChar \menuseparator
16143 Cambiar tipo de límites
16144 \family default
16145  (atajo 
16146 \family sans
16147 Alt+M
16148 \begin_inset space ~
16149 \end_inset
16150
16151 L
16152 \family default
16153 ).
16154  Un ejemplo:
16155 \end_layout
16156
16157 \begin_layout Standard
16158 El tipo de límites por omisión es:
16159 \begin_inset Formula \[
16160 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16161
16162 \end_inset
16163
16164
16165 \end_layout
16166
16167 \begin_layout Standard
16168 Así se ven si se cambia el tipo de límites a 
16169 \series bold
16170 Alineado
16171 \series default
16172 :
16173 \begin_inset Formula \[
16174 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16175
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \begin_layout Standard
16182 En integrales, excepto las que terminan en 
16183 \series bold
16184 op
16185 \series default
16186  como 
16187 \series bold
16188
16189 \backslash
16190 intop
16191 \series default
16192
16193 \series bold
16194
16195 \backslash
16196 ointop
16197 \series default
16198 , etc., los límites se colocan por omisión junto al operador.
16199  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16200  operador.
16201  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16202 \series bold
16203 Presentado
16204 \series default
16205  para poner el límite debajo:
16206 \begin_inset Formula \begin{equation}
16207 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16208
16209 \end_inset
16210
16211
16212 \begin_inset VSpace medskip
16213 \end_inset
16214
16215 Para especificar condiciones en los límites se usan los comandos 
16216 \series bold
16217
16218 \backslash
16219 subarray
16220 \series default
16221
16222 \begin_inset Index
16223 status collapsed
16224
16225 \begin_layout Plain Layout
16226 Comandos ! S ! 
16227 \backslash
16228 subarray
16229 \end_layout
16230
16231 \end_inset
16232
16233  y 
16234 \series bold
16235
16236 \backslash
16237 substack
16238 \series default
16239
16240 \begin_inset Index
16241 status collapsed
16242
16243 \begin_layout Plain Layout
16244 Comandos ! S ! 
16245 \backslash
16246 substack
16247 \end_layout
16248
16249 \end_inset
16250
16251 .
16252  Por ejemplo, para componer la expresión
16253 \begin_inset Formula \begin{equation}
16254 \sum_{\begin{subarray}{c}
16255 0<k<1000\\
16256 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16257
16258 \end_inset
16259
16260 se ha hecho lo siguiente: primero se escribe el comando 
16261 \series bold
16262
16263 \backslash
16264 sum^n
16265 \series default
16266
16267 \begin_inset ERT
16268 status collapsed
16269
16270 \begin_layout Plain Layout
16271
16272
16273 \backslash
16274 spce 
16275 \end_layout
16276
16277 \end_inset
16278
16279
16280 \series bold
16281 _
16282 \series default
16283 .
16284  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16285  se inserta el comando 
16286 \series bold
16287
16288 \backslash
16289 subarray
16290 \series default
16291
16292 \begin_inset ERT
16293 status collapsed
16294
16295 \begin_layout Plain Layout
16296
16297
16298 \backslash
16299 spce 
16300 \end_layout
16301
16302 \end_inset
16303
16304 .
16305  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16306  distintas.
16307  Cada línea nueva se crea con un salto de línea (
16308 \family sans
16309 Ctrl+Retorno
16310 \family default
16311 ).
16312  Si ahora se escribe en ella
16313 \begin_inset Newline newline
16314 \end_inset
16315
16316
16317 \series bold
16318 0<k<1000 Ctrl+Retorno
16319 \begin_inset Newline newline
16320 \end_inset
16321
16322
16323 \series default
16324 aparece debajo un nuevo marco para la línea nueva.
16325 \end_layout
16326
16327 \begin_layout Standard
16328 La alineación de las líneas puede cambiarse a la izquierda con la 
16329 \family sans
16330 barra de herramientas de tabla
16331 \family default
16332  o con el menú 
16333 \family sans
16334 Editar\SpecialChar \menuseparator
16335 Filas y columnas
16336 \family default
16337 .
16338  Para obtener alineación derecha se inserta 
16339 \series bold
16340
16341 \backslash
16342 hfill
16343 \series default
16344
16345 \begin_inset ERT
16346 status collapsed
16347
16348 \begin_layout Plain Layout
16349
16350
16351 \backslash
16352 spce 
16353 \end_layout
16354
16355 \end_inset
16356
16357  al principio de la línea.
16358 \end_layout
16359
16360 \begin_layout Standard
16361 El comando 
16362 \series bold
16363
16364 \backslash
16365 substack
16366 \series default
16367  es equivalente a 
16368 \series bold
16369
16370 \backslash
16371 subarray
16372 \series default
16373  con la diferencia de que las líneas están siempre centradas.
16374 \begin_inset VSpace bigskip
16375 \end_inset
16376
16377
16378 \end_layout
16379
16380 \begin_layout Standard
16381 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16382  siguientes, como en la ecuación 
16383 \begin_inset CommandInset ref
16384 LatexCommand eqref
16385 reference "eq:substack"
16386
16387 \end_inset
16388
16389 , porque éstos se colocan junto a los límites.
16390 \end_layout
16391
16392 \begin_layout Standard
16393 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16394 \end_layout
16395
16396 \begin_layout Standard
16397
16398 \series bold
16399
16400 \backslash
16401 def
16402 \backslash
16403 clap#1{
16404 \backslash
16405 hbox to 0pt{
16406 \backslash
16407 hss #1
16408 \backslash
16409 hss}}
16410 \begin_inset Newline newline
16411 \end_inset
16412
16413
16414 \backslash
16415 def
16416 \backslash
16417 mathclap {
16418 \backslash
16419 mathpalette 
16420 \backslash
16421 mathclapinternal}
16422 \begin_inset Newline newline
16423 \end_inset
16424
16425
16426 \backslash
16427 def
16428 \backslash
16429 mathclapinternal #1#2{
16430 \backslash
16431 clap{$
16432 \backslash
16433 mathsurround =0pt #1{#2}$}}
16434 \end_layout
16435
16436 \begin_layout Standard
16437 En ella se define el comando 
16438 \series bold
16439
16440 \backslash
16441 mathclap
16442 \series default
16443
16444 \begin_inset Index
16445 status collapsed
16446
16447 \begin_layout Plain Layout
16448 Comandos ! M ! 
16449 \backslash
16450 mathclap
16451 \end_layout
16452
16453 \end_inset
16454
16455  que establece la anchura del límite en 0
16456 \begin_inset space \thinspace{}
16457 \end_inset
16458
16459 pt.
16460  El esquema del comando es:
16461 \end_layout
16462
16463 \begin_layout Standard
16464
16465 \series bold
16466
16467 \backslash
16468 mathclap{límite}
16469 \end_layout
16470
16471 \begin_layout Standard
16472 donde el límite puede consistir en varias condiciones.
16473 \end_layout
16474
16475 \begin_layout Standard
16476 Aplicado en la ecuación 
16477 \begin_inset CommandInset ref
16478 LatexCommand eqref
16479 reference "eq:substack"
16480
16481 \end_inset
16482
16483  se usa el comando
16484 \end_layout
16485
16486 \begin_layout Standard
16487
16488 \series bold
16489
16490 \backslash
16491 sum_
16492 \backslash
16493 mathclap{
16494 \backslash
16495 substack
16496 \begin_inset ERT
16497 status collapsed
16498
16499 \begin_layout Plain Layout
16500
16501
16502 \backslash
16503 spce 
16504 \end_layout
16505
16506 \end_inset
16507
16508 0<k<1000 Ctrl+Retorno
16509 \end_layout
16510
16511 \begin_layout Standard
16512 para componer el límite inferior.
16513  Ahora el sumando está junto al sumatorio:
16514 \begin_inset Formula \[
16515 \sum_{\mathclap{\substack{0<k<1000\\
16516 \\k\,\in\,\mathbb{N}}
16517 }}^{n}k^{-2}\]
16518
16519 \end_inset
16520
16521
16522 \begin_inset VSpace bigskip
16523 \end_inset
16524
16525 Cómo utilizar un límite para varios operadores se describe en la 
16526 \begin_inset CommandInset ref
16527 LatexCommand ref
16528 reference "sub:Operadores-de-usuario"
16529
16530 \end_inset
16531
16532 .
16533 \end_layout
16534
16535 \begin_layout Standard
16536 \begin_inset Newpage newpage
16537 \end_inset
16538
16539
16540 \end_layout
16541
16542 \begin_layout Subsection
16543 Operadores binarios
16544 \begin_inset CommandInset label
16545 LatexCommand label
16546 name "sub:Operadores-binarios"
16547
16548 \end_inset
16549
16550
16551 \begin_inset Index
16552 status collapsed
16553
16554 \begin_layout Plain Layout
16555 Operadores ! binarios
16556 \end_layout
16557
16558 \end_inset
16559
16560
16561 \end_layout
16562
16563 \begin_layout Standard
16564 Los operadores binarios se rodean por espacios si llevan un carácter delante
16565  o detrás.
16566 \begin_inset VSpace medskip
16567 \end_inset
16568
16569
16570 \end_layout
16571
16572 \begin_layout Standard
16573 \begin_inset space \hfill{}
16574 \end_inset
16575
16576
16577 \begin_inset Tabular
16578 <lyxtabular version="3" rows="13" columns="2">
16579 <features>
16580 <column alignment="center" valignment="top" width="0pt">
16581 <column alignment="center" valignment="top" width="0pt">
16582 <row>
16583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587 Comando
16588 \begin_inset Note Note
16589 status collapsed
16590
16591 \begin_layout Plain Layout
16592
16593 \series bold
16594
16595 \backslash
16596 raisebox
16597 \series default
16598  se usa sólo como espaciador
16599 \end_layout
16600
16601 \end_inset
16602
16603
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 Operador
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 <row>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 +
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632 \begin_inset Formula $+$
16633 \end_inset
16634
16635
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 <row>
16642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646 -
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 \begin_inset Formula $-$
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 </row>
16664 <row>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669
16670 \backslash
16671 pm
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 \begin_inset Formula $\pm$
16681 \end_inset
16682
16683
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 </row>
16689 <row>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694
16695 \backslash
16696 mp
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705 \begin_inset Formula $\mp$
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 </row>
16714 <row>
16715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719
16720 \backslash
16721 cdot
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 \begin_inset Formula $\cdot$
16731 \end_inset
16732
16733
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 </row>
16739 <row>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744
16745 \backslash
16746 times
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 \begin_inset Formula $\times$
16756 \end_inset
16757
16758
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 </row>
16764 <row>
16765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769
16770 \backslash
16771 div
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 \begin_inset Formula $\div$
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 </row>
16789 <row>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 \begin_inset ERT
16795 status collapsed
16796
16797 \begin_layout Plain Layout
16798
16799
16800 \backslash
16801 raisebox{-1.2mm}{
16802 \end_layout
16803
16804 \end_inset
16805
16806 *
16807 \begin_inset ERT
16808 status collapsed
16809
16810 \begin_layout Plain Layout
16811
16812 }
16813 \end_layout
16814
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826 \begin_inset Formula $*$
16827 \end_inset
16828
16829
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 </row>
16835 <row>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840
16841 \backslash
16842 star
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851 \begin_inset Formula $\star$
16852 \end_inset
16853
16854
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 </row>
16860 <row>
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865
16866 \backslash
16867 circ
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 \begin_inset Formula $\circ$
16877 \end_inset
16878
16879
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 </row>
16885 <row>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890
16891 \backslash
16892 diamond
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 \begin_inset Formula $\diamond$
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 <row>
16911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915
16916 \backslash
16917 bullet
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 \begin_inset Formula $\bullet$
16927 \end_inset
16928
16929
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 </row>
16935 </lyxtabular>
16936
16937 \end_inset
16938
16939
16940 \begin_inset space \hfill{}
16941 \end_inset
16942
16943
16944 \begin_inset Tabular
16945 <lyxtabular version="3" rows="13" columns="2">
16946 <features>
16947 <column alignment="center" valignment="top" width="0pt">
16948 <column alignment="center" valignment="top" width="0pt">
16949 <row>
16950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 Comando
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963 Operador
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
16975 \backslash
16976 nabla
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985 \begin_inset Formula $\nabla$
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 </row>
16994 <row>
16995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999
17000 \backslash
17001 bigtriangledown
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010 \begin_inset Formula $\bigtriangledown$
17011 \end_inset
17012
17013
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 </row>
17019 <row>
17020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Plain Layout
17024
17025 \backslash
17026 bigtriangleup
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035 \begin_inset Formula $\bigtriangleup$
17036 \end_inset
17037
17038
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 </row>
17044 <row>
17045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17046 \begin_inset Text
17047
17048 \begin_layout Plain Layout
17049
17050 \backslash
17051 Box
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060 \begin_inset Formula $\Box$
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 </row>
17069 <row>
17070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074
17075 \backslash
17076 cap 
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085 \begin_inset Formula $\cap$
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 </row>
17094 <row>
17095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099
17100 \backslash
17101 cup
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110 \begin_inset Formula $\cup$
17111 \end_inset
17112
17113
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 </row>
17119 <row>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124
17125 \backslash
17126 dagger
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135 \begin_inset Formula $\dagger$
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 </row>
17144 <row>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149
17150 \backslash
17151 ddagger
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 \begin_inset Formula $\ddagger$
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 </row>
17169 <row>
17170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174
17175 \backslash
17176 wr
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 \begin_inset Formula $\wr$
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 </row>
17194 <row>
17195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199
17200 \backslash
17201 bigcirc
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 \begin_inset Formula $\bigcirc$
17211 \end_inset
17212
17213
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 </row>
17219 <row>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224
17225 \backslash
17226 wedge
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235 \begin_inset Formula $\wedge$
17236 \end_inset
17237
17238
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 </row>
17244 <row>
17245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249
17250 \backslash
17251 vee
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260 \begin_inset Formula $\vee$
17261 \end_inset
17262
17263
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 </row>
17269 </lyxtabular>
17270
17271 \end_inset
17272
17273
17274 \begin_inset space \hfill{}
17275 \end_inset
17276
17277
17278 \begin_inset Tabular
17279 <lyxtabular version="3" rows="13" columns="2">
17280 <features>
17281 <column alignment="center" valignment="top" width="0pt">
17282 <column alignment="center" valignment="top" width="0pt">
17283 <row>
17284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 Comando
17289 \end_layout
17290
17291 \end_inset
17292 </cell>
17293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297 Operador
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 </row>
17303 <row>
17304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308
17309 \backslash
17310 oplus
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319 \begin_inset Formula $\oplus$
17320 \end_inset
17321
17322
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 </row>
17328 <row>
17329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333
17334 \backslash
17335 ominus
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 \begin_inset Formula $\ominus$
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 </row>
17353 <row>
17354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358
17359 \backslash
17360 otimes
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369 \begin_inset Formula $\otimes$
17370 \end_inset
17371
17372
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 </row>
17378 <row>
17379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383
17384 \backslash
17385 oslash
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394 \begin_inset Formula $\oslash$
17395 \end_inset
17396
17397
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 </row>
17403 <row>
17404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408
17409 \backslash
17410 odot
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419 \begin_inset Formula $\odot$
17420 \end_inset
17421
17422
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 </row>
17428 <row>
17429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433
17434 \backslash
17435 amalg
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 \begin_inset Formula $\amalg$
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 </row>
17453 <row>
17454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458
17459 \backslash
17460 uplus
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 \begin_inset Formula $\uplus$
17470 \end_inset
17471
17472
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 </row>
17478 <row>
17479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483
17484 \backslash
17485 setminus
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494 \begin_inset Formula $\setminus$
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 </row>
17503 <row>
17504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508
17509 \backslash
17510 sqcap
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 \begin_inset Formula $\sqcap$
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 </row>
17528 <row>
17529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533
17534 \backslash
17535 sqcup
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544 \begin_inset Formula $\sqcup$
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 </row>
17553 <row>
17554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558
17559 \backslash
17560 triangleleft
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569 \begin_inset Formula $\triangleleft$
17570 \end_inset
17571
17572
17573 \end_layout
17574
17575 \end_inset
17576 </cell>
17577 </row>
17578 <row>
17579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583
17584 \backslash
17585 triangleright
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 \begin_inset Formula $\triangleright$
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 </row>
17603 </lyxtabular>
17604
17605 \end_inset
17606
17607
17608 \begin_inset space \hfill{}
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \begin_layout Standard
17615 Todos los operadores binarios se pueden insertar también con el botón 
17616 \begin_inset Graphics
17617         filename ../../images/math/pm.png
17618         scale 85
17619
17620 \end_inset
17621
17622  de la barra de ecuaciones.
17623 \end_layout
17624
17625 \begin_layout Standard
17626 Para imprimir el operador Laplace se pueden usar 
17627 \series bold
17628
17629 \backslash
17630 Delta
17631 \series default
17632  o 
17633 \series bold
17634
17635 \backslash
17636 nabla
17637 \series default
17638 ^
17639 \series bold
17640 2
17641 \series default
17642  (
17643 \begin_inset Formula $\nabla^{2}$
17644 \end_inset
17645
17646 ) en vez de 
17647 \series bold
17648
17649 \backslash
17650 bigtriangleup
17651 \series default
17652 .
17653 \end_layout
17654
17655 \begin_layout Standard
17656 El carácter 
17657 \family sans
17658 Separador de menú
17659 \family default
17660  del menú 
17661 \family sans
17662 Insertar\SpecialChar \menuseparator
17663 Carácter especial
17664 \family default
17665  es el operador 
17666 \series bold
17667
17668 \backslash
17669 triangleright
17670 \series default
17671 .
17672 \end_layout
17673
17674 \begin_layout Subsection
17675 Operadores definidos por el usuario
17676 \begin_inset CommandInset label
17677 LatexCommand label
17678 name "sub:Operadores-de-usuario"
17679
17680 \end_inset
17681
17682
17683 \begin_inset Index
17684 status collapsed
17685
17686 \begin_layout Plain Layout
17687 Operadores ! personalizados
17688 \end_layout
17689
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \begin_layout Standard
17696 Con ayuda del comando 
17697 \series bold
17698
17699 \backslash
17700 DeclareMathOperator
17701 \series default
17702
17703 \begin_inset Index
17704 status collapsed
17705
17706 \begin_layout Plain Layout
17707 Comandos ! D ! 
17708 \backslash
17709 dbinom@
17710 \backslash
17711 DeclareMathOperator
17712 \end_layout
17713
17714 \end_inset
17715
17716  se pueden definir operadores personalizados en el preámbulo LaTeX.
17717  Su esquema es:
17718 \end_layout
17719
17720 \begin_layout Standard
17721
17722 \series bold
17723
17724 \backslash
17725 DeclareMathOperator{comando nuevo}{presentación}
17726 \end_layout
17727
17728 \begin_layout Standard
17729 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17730  en la salida.
17731  Para definir un operador grande hay que añadirle un * detrás.
17732  Todos los operadores grandes personalizados pueden tener límites como se
17733  describe en 
17734 \begin_inset CommandInset ref
17735 LatexCommand ref
17736 reference "sub:Límites-de-operadores"
17737
17738 \end_inset
17739
17740 .
17741 \end_layout
17742
17743 \begin_layout Standard
17744 Por ejemplo, la línea en el preámbulo LaTeX
17745 \end_layout
17746
17747 \begin_layout Standard
17748
17749 \series bold
17750
17751 \backslash
17752 DeclareMathOperator*{
17753 \backslash
17754 Lozenge}{
17755 \backslash
17756 blacklozenge}
17757 \end_layout
17758
17759 \begin_layout Standard
17760 define el comando 
17761 \series bold
17762
17763 \backslash
17764 Lozenge
17765 \series default
17766 , que inserta un operador grande que es el símbolo blacklozenge de la 
17767 \begin_inset CommandInset ref
17768 LatexCommand ref
17769 reference "sub:Símbolos-misceláneos"
17770
17771 \end_inset
17772
17773 .
17774 \begin_inset Formula \[
17775 \Lozenge_{n=1}^{\infty}\]
17776
17777 \end_inset
17778
17779 El comando para esta expresión es: 
17780 \series bold
17781
17782 \backslash
17783 Lozenge^
17784 \backslash
17785 infty
17786 \begin_inset Formula $\rightarrow$
17787 \end_inset
17788
17789 _n=1
17790 \begin_inset VSpace bigskip
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \begin_layout Standard
17797 Si los operadores personalizados no se van a usar varias veces en el documento,
17798  se pueden también definir con los comandos 
17799 \series bold
17800
17801 \backslash
17802 mathop
17803 \series default
17804
17805 \begin_inset Index
17806 status collapsed
17807
17808 \begin_layout Plain Layout
17809 Comandos ! M ! 
17810 \backslash
17811 mathop
17812 \end_layout
17813
17814 \end_inset
17815
17816  y 
17817 \series bold
17818
17819 \backslash
17820 mathbin
17821 \series default
17822
17823 \begin_inset Index
17824 status collapsed
17825
17826 \begin_layout Plain Layout
17827 Comandos ! M ! 
17828 \backslash
17829 mathbin
17830 \end_layout
17831
17832 \end_inset
17833
17834 , con el siguiente esquema:
17835 \end_layout
17836
17837 \begin_layout Standard
17838
17839 \series bold
17840
17841 \backslash
17842 mathop{presentación}
17843 \series default
17844  y 
17845 \series bold
17846
17847 \backslash
17848 mathbin{presentación}
17849 \end_layout
17850
17851 \begin_layout Standard
17852
17853 \series bold
17854
17855 \backslash
17856 mathop
17857 \series default
17858  define operadores grandes, 
17859 \series bold
17860
17861 \backslash
17862 mathbin
17863 \series default
17864  operadores binarios.
17865 \end_layout
17866
17867 \begin_layout Standard
17868
17869 \series bold
17870
17871 \backslash
17872 mathop
17873 \series default
17874  se puede usar, p.e., para poner un límite a varios operadores:
17875 \begin_inset Formula \[
17876 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17877
17878 \end_inset
17879
17880
17881 \end_layout
17882
17883 \begin_layout Standard
17884 El comando para la expresión anterior es:
17885 \begin_inset Newline newline
17886 \end_inset
17887
17888
17889 \series bold
17890
17891 \backslash
17892 mathop{
17893 \backslash
17894 sum
17895 \backslash
17896 negmedspace
17897 \backslash
17898 sum
17899 \series default
17900
17901 \begin_inset ERT
17902 status collapsed
17903
17904 \begin_layout Plain Layout
17905
17906
17907 \backslash
17908 spce 
17909 \end_layout
17910
17911 \end_inset
17912
17913
17914 \series bold
17915
17916 \begin_inset Formula $\to$
17917 \end_inset
17918
17919 ^N
17920 \series default
17921
17922 \begin_inset ERT
17923 status collapsed
17924
17925 \begin_layout Plain Layout
17926
17927
17928 \backslash
17929 spce 
17930 \end_layout
17931
17932 \end_inset
17933
17934
17935 \series bold
17936 _i,j=1
17937 \end_layout
17938
17939 \begin_layout Section
17940 Fuentes
17941 \begin_inset Index
17942 status collapsed
17943
17944 \begin_layout Plain Layout
17945 Fuentes
17946 \end_layout
17947
17948 \end_inset
17949
17950
17951 \end_layout
17952
17953 \begin_layout Subsection
17954 Estilos de fuentes
17955 \begin_inset CommandInset label
17956 LatexCommand label
17957 name "sub:Estilos-de-fuentes"
17958
17959 \end_inset
17960
17961
17962 \begin_inset Index
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966 Fuentes ! estilos de
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \begin_layout Standard
17975 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17976  estilos:
17977 \end_layout
17978
17979 \begin_layout Standard
17980 \begin_inset VSpace -2mm
17981 \end_inset
17982
17983
17984 \end_layout
17985
17986 \begin_layout Standard
17987 \align center
17988 \begin_inset Tabular
17989 <lyxtabular version="3" rows="6" columns="3">
17990 <features>
17991 <column alignment="center" valignment="top" width="0">
17992 <column alignment="center" valignment="top" width="0">
17993 <column alignment="center" valignment="top" width="0">
17994 <row>
17995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999 Comando
18000 \end_layout
18001
18002 \end_inset
18003 </cell>
18004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008 Resultado
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017 atajo
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 </row>
18023 <row>
18024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028
18029 \backslash
18030 mathbb
18031 \series bold
18032
18033 \begin_inset ERT
18034 status collapsed
18035
18036 \begin_layout Plain Layout
18037
18038
18039 \backslash
18040 spce 
18041 \end_layout
18042
18043 \end_inset
18044
18045
18046 \series default
18047 ABC
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056 \begin_inset Formula $\mathbb{ABC}$
18057 \end_inset
18058
18059
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068
18069 \family sans
18070 Alt+C C
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 </row>
18076 <row>
18077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081
18082 \backslash
18083 mathbf
18084 \series bold
18085
18086 \begin_inset ERT
18087 status collapsed
18088
18089 \begin_layout Plain Layout
18090
18091
18092 \backslash
18093 spce 
18094 \end_layout
18095
18096 \end_inset
18097
18098
18099 \series default
18100 AbC
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 \begin_inset Formula $\mathbf{AbC}$
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \end_inset
18116 </cell>
18117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121
18122 \family sans
18123 Ctrl+B
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 </row>
18129 <row>
18130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134
18135 \backslash
18136 boldsymbol
18137 \series bold
18138
18139 \begin_inset ERT
18140 status collapsed
18141
18142 \begin_layout Plain Layout
18143
18144
18145 \backslash
18146 spce 
18147 \end_layout
18148
18149 \end_inset
18150
18151
18152 \series default
18153 AbC
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 \begin_inset Formula $\boldsymbol{AbC}$
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174
18175 \family sans
18176 Ctrl+Alt+B , Alt+C B
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 </row>
18182 <row>
18183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187
18188 \backslash
18189 mathcal
18190 \series bold
18191
18192 \begin_inset ERT
18193 status collapsed
18194
18195 \begin_layout Plain Layout
18196
18197
18198 \backslash
18199 spce 
18200 \end_layout
18201
18202 \end_inset
18203
18204
18205 \series default
18206 ABC
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215 \begin_inset Formula $\mathcal{ABC}$
18216 \end_inset
18217
18218
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227
18228 \family sans
18229 Ctrl+E , Alt+C E
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 </row>
18235 <row>
18236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240
18241 \backslash
18242 mathfrak
18243 \series bold
18244
18245 \begin_inset ERT
18246 status collapsed
18247
18248 \begin_layout Plain Layout
18249
18250
18251 \backslash
18252 spce 
18253 \end_layout
18254
18255 \end_inset
18256
18257
18258 \series default
18259 AbC
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 \begin_inset Formula $\mathfrak{AbC}$
18269 \end_inset
18270
18271
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 -
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 </row>
18286 </lyxtabular>
18287
18288 \end_inset
18289
18290
18291 \end_layout
18292
18293 \begin_layout Standard
18294 \align center
18295 \begin_inset Tabular
18296 <lyxtabular version="3" rows="5" columns="3">
18297 <features>
18298 <column alignment="center" valignment="top" width="0">
18299 <column alignment="center" valignment="top" width="0">
18300 <column alignment="center" valignment="top" width="0">
18301 <row>
18302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout Plain Layout
18306 Comando
18307 \end_layout
18308
18309 \end_inset
18310 </cell>
18311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18312 \begin_inset Text
18313
18314 \begin_layout Plain Layout
18315 Resultado
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324 atajo
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 </row>
18330 <row>
18331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335
18336 \backslash
18337 mathit
18338 \series bold
18339
18340 \begin_inset ERT
18341 status collapsed
18342
18343 \begin_layout Plain Layout
18344
18345
18346 \backslash
18347 spce 
18348 \end_layout
18349
18350 \end_inset
18351
18352
18353 \series default
18354 AbC
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 \begin_inset Formula $\mathit{AbC}$
18364 \end_inset
18365
18366
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375 -
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 </row>
18381 <row>
18382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386
18387 \backslash
18388 mathrm
18389 \series bold
18390
18391 \begin_inset ERT
18392 status collapsed
18393
18394 \begin_layout Plain Layout
18395
18396
18397 \backslash
18398 spce 
18399 \end_layout
18400
18401 \end_inset
18402
18403
18404 \series default
18405 AbC
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 \begin_inset Formula $\mathrm{AbC}$
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426
18427 \family sans
18428 Alt+C R
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 </row>
18434 <row>
18435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439
18440 \backslash
18441 mathsf
18442 \series bold
18443
18444 \begin_inset ERT
18445 status collapsed
18446
18447 \begin_layout Plain Layout
18448
18449
18450 \backslash
18451 spce 
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \series default
18458 AbC
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 \begin_inset Formula $\mathsf{AbC}$
18468 \end_inset
18469
18470
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479
18480 \family sans
18481 Alt+C S
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 </row>
18487 <row>
18488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Plain Layout
18492
18493 \backslash
18494 mathtt
18495 \series bold
18496
18497 \begin_inset ERT
18498 status collapsed
18499
18500 \begin_layout Plain Layout
18501
18502
18503 \backslash
18504 spce 
18505 \end_layout
18506
18507 \end_inset
18508
18509
18510 \series default
18511 AbC
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520 \begin_inset Formula $\mathtt{AbC}$
18521 \end_inset
18522
18523
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532
18533 \family sans
18534 Ctrl+Mayúsculas+P
18535 \end_layout
18536
18537 \end_inset
18538 </cell>
18539 </row>
18540 </lyxtabular>
18541
18542 \end_inset
18543
18544
18545 \end_layout
18546
18547 \begin_layout Standard
18548 \begin_inset Note Greyedout
18549 status open
18550
18551 \begin_layout Plain Layout
18552
18553 \series bold
18554 Nota
18555 \series default
18556 : Los estilos 
18557 \series bold
18558
18559 \backslash
18560 mathbb
18561 \series default
18562  y 
18563 \series bold
18564
18565 \backslash
18566 mathcal
18567 \series default
18568  sólo se aplican a letras mayúsculas.
18569 \end_layout
18570
18571 \end_inset
18572
18573
18574 \end_layout
18575
18576 \begin_layout Standard
18577 El estilo predeterminado es 
18578 \series bold
18579
18580 \backslash
18581 mathnormal
18582 \series default
18583 .
18584 \end_layout
18585
18586 \begin_layout Standard
18587 Los comandos de estilo funcionan también en estructuras matemáticas:
18588 \begin_inset Formula \[
18589 \mathfrak{A=\frac{b}{C}}\]
18590
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \begin_layout Standard
18597 Los caracteres en texto matemático no aparecen en un estilo de letra de
18598  ecuaciones sino en el estilo 
18599 \series bold
18600
18601 \backslash
18602 textrm
18603 \series default
18604 .
18605  Este estilo no se puede poner correctamente con el diálogo de estilo de
18606  texto por un fallo de LyX.
18607 \begin_inset Foot
18608 status collapsed
18609
18610 \begin_layout Plain Layout
18611 \begin_inset CommandInset href
18612 LatexCommand href
18613 name "LyX-bug #4629"
18614 target "http://www.lyx.org/trac/ticket/4629"
18615
18616 \end_inset
18617
18618
18619 \end_layout
18620
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \begin_layout Standard
18627 En vez de comandos se puede usar el menú 
18628 \family sans
18629 Editar\SpecialChar \menuseparator
18630 Ecuación\SpecialChar \menuseparator
18631 Estilo del texto
18632 \family default
18633  o el botón 
18634 \begin_inset Graphics
18635         filename ../../images/math/font.png
18636         scale 85
18637
18638 \end_inset
18639
18640 .
18641 \end_layout
18642
18643 \begin_layout Subsection
18644 Ecuaciones en negrita
18645 \begin_inset CommandInset label
18646 LatexCommand label
18647 name "sub:Ecuaciones-en-negrita"
18648
18649 \end_inset
18650
18651
18652 \begin_inset Index
18653 status collapsed
18654
18655 \begin_layout Plain Layout
18656 Ecuación ! en negrita
18657 \end_layout
18658
18659 \end_inset
18660
18661
18662 \end_layout
18663
18664 \begin_layout Standard
18665 Para poner en negrita una ecuación completa no se puede usar el comando
18666  
18667 \series bold
18668
18669 \backslash
18670 mathbf
18671 \series default
18672 , porque no funciona con minúsculas griegas.
18673  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18674 \begin_inset Formula \[
18675 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18676
18677 \end_inset
18678
18679
18680 \end_layout
18681
18682 \begin_layout Standard
18683 Para presentar la ecuación correctamente se usa el comando 
18684 \series bold
18685 boldsymbol
18686 \series default
18687 :
18688 \begin_inset Formula \[
18689 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18690
18691 \end_inset
18692
18693
18694 \end_layout
18695
18696 \begin_layout Standard
18697 También es posible poner la fórmula en un 
18698 \series bold
18699 entorno boldmath
18700 \series default
18701 , que se inserta con el comando 
18702 \series bold
18703
18704 \backslash
18705 boldmath
18706 \series default
18707
18708 \begin_inset Index
18709 status collapsed
18710
18711 \begin_layout Plain Layout
18712 Comandos ! B ! 
18713 \backslash
18714 boldmath
18715 \end_layout
18716
18717 \end_inset
18718
18719  en modo TeX.
18720  Para finalizar el entorno se usa el comando 
18721 \series bold
18722
18723 \backslash
18724 unboldmath
18725 \series default
18726
18727 \begin_inset Index
18728 status collapsed
18729
18730 \begin_layout Plain Layout
18731 Comandos ! U ! 
18732 \backslash
18733 unboldmath
18734 \end_layout
18735
18736 \end_inset
18737
18738  en modo TeX.
18739 \begin_inset ERT
18740 status collapsed
18741
18742 \begin_layout Plain Layout
18743
18744
18745 \backslash
18746 boldmath
18747 \end_layout
18748
18749 \end_inset
18750
18751
18752 \begin_inset Formula \[
18753 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18754
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \begin_layout Standard
18761 \begin_inset ERT
18762 status collapsed
18763
18764 \begin_layout Plain Layout
18765
18766
18767 \backslash
18768 unboldmath
18769 \end_layout
18770
18771 \end_inset
18772
18773
18774 \end_layout
18775
18776 \begin_layout Subsection
18777 Ecuaciones coloreadas
18778 \begin_inset Index
18779 status collapsed
18780
18781 \begin_layout Plain Layout
18782 Ecuación ! coloreada
18783 \end_layout
18784
18785 \end_inset
18786
18787
18788 \end_layout
18789
18790 \begin_layout Standard
18791 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18792  o una parte de una ecuación y usa el diálogo 
18793 \family sans
18794 Estilo del texto
18795 \family default
18796 .
18797  Aquí hay una ecuación en magenta:
18798 \begin_inset Formula \[
18799 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18800
18801 \end_inset
18802
18803 También puedes definir tus propios colores como se describe en
18804 \begin_inset space ~
18805 \end_inset
18806
18807
18808 \begin_inset CommandInset ref
18809 LatexCommand ref
18810 reference "sub:Cuadros-coloreados"
18811
18812 \end_inset
18813
18814 .
18815  Pueden usarse con el comando en código TeX 
18816 \series bold
18817
18818 \backslash
18819 textcolor
18820 \series default
18821
18822 \begin_inset Index
18823 status collapsed
18824
18825 \begin_layout Plain Layout
18826 Comandos ! T ! 
18827 \backslash
18828 textcolor
18829 \end_layout
18830
18831 \end_inset
18832
18833  según el esquema
18834 \end_layout
18835
18836 \begin_layout Standard
18837
18838 \series bold
18839
18840 \backslash
18841 textcolor{color}{caracteres o ecuación}
18842 \end_layout
18843
18844 \begin_layout Standard
18845 \begin_inset Newpage pagebreak
18846 \end_inset
18847
18848
18849 \end_layout
18850
18851 \begin_layout Standard
18852 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18853 e en rojo:
18854 \end_layout
18855
18856 \begin_layout Standard
18857 \begin_inset ERT
18858 status collapsed
18859
18860 \begin_layout Plain Layout
18861
18862
18863 \backslash
18864 textcolor{verdeoscuro}{
18865 \end_layout
18866
18867 \end_inset
18868
18869
18870 \begin_inset Formula \[
18871 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18872
18873 \end_inset
18874
18875
18876 \begin_inset ERT
18877 status collapsed
18878
18879 \begin_layout Plain Layout
18880
18881 }
18882 \end_layout
18883
18884 \end_inset
18885
18886
18887 \end_layout
18888
18889 \begin_layout Standard
18890 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18891  a ecuaciones completas.
18892 \begin_inset Foot
18893 status collapsed
18894
18895 \begin_layout Plain Layout
18896 \begin_inset CommandInset href
18897 LatexCommand href
18898 name "LyX-bug #5269"
18899 target "http://www.lyx.org/trac/ticket/5269"
18900
18901 \end_inset
18902
18903
18904 \end_layout
18905
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \begin_layout Subsection
18912 Tamaños de fuentes
18913 \begin_inset CommandInset label
18914 LatexCommand label
18915 name "sub:Tamaños-de-fuentes"
18916
18917 \end_inset
18918
18919
18920 \begin_inset Index
18921 status collapsed
18922
18923 \begin_layout Plain Layout
18924 Fuentes ! tamaño
18925 \end_layout
18926
18927 \end_inset
18928
18929
18930 \end_layout
18931
18932 \begin_layout Standard
18933 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18934  siguientes comandos de tamaño:
18935 \end_layout
18936
18937 \begin_layout Standard
18938
18939 \series bold
18940
18941 \backslash
18942 Huge
18943 \series default
18944
18945 \series bold
18946
18947 \backslash
18948 huge
18949 \series default
18950
18951 \series bold
18952
18953 \backslash
18954 LARGE
18955 \series default
18956
18957 \series bold
18958
18959 \backslash
18960 Large
18961 \series default
18962
18963 \series bold
18964
18965 \backslash
18966 large
18967 \series default
18968
18969 \series bold
18970
18971 \backslash
18972 normalsize
18973 \series default
18974
18975 \series bold
18976
18977 \backslash
18978 small
18979 \series default
18980 ,
18981 \begin_inset Newline newline
18982 \end_inset
18983
18984
18985 \series bold
18986
18987 \backslash
18988 footnotesize
18989 \series default
18990
18991 \series bold
18992
18993 \backslash
18994 scriptsize
18995 \series default
18996 , y 
18997 \series bold
18998
18999 \backslash
19000 tiny
19001 \end_layout
19002
19003 \begin_layout Standard
19004 El tamaño dado por los comandos depende del tamaño base de la fuente en
19005  el documento, dado por el comando 
19006 \series bold
19007
19008 \backslash
19009 normalsize
19010 \series default
19011 .
19012  Los demás comandos producen tamaños menores o mayores que 
19013 \series bold
19014
19015 \backslash
19016 normalsize
19017 \series default
19018 .
19019  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
19020  Si, por ejemplo, la fuente del documento es de 12
19021 \begin_inset space \thinspace{}
19022 \end_inset
19023
19024 pt, el comando 
19025 \series bold
19026
19027 \backslash
19028 Huge
19029 \series default
19030  da el mismo tamaño que 
19031 \series bold
19032
19033 \backslash
19034 huge
19035 \series default
19036 .
19037 \end_layout
19038
19039 \begin_layout Standard
19040 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19041  a todas las ecuaciones y texto siguientes.
19042  Para volver al tamaño anterior hay que insertar el comando 
19043 \series bold
19044
19045 \backslash
19046 normalsize
19047 \series default
19048  en modo TeX detrás de la ecuación.
19049  
19050 \end_layout
19051
19052 \begin_layout Standard
19053 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
19054  en texto matemático.
19055  Para hacerlo se inserta el comando en texto matemático.
19056  Todos los caracteres siguientes, hasta el final del texto matemático o
19057  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19058  Dos ejemplos:
19059 \end_layout
19060
19061 \begin_layout Standard
19062 \begin_inset VSpace -2mm
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \begin_layout Standard
19069 \begin_inset ERT
19070 status collapsed
19071
19072 \begin_layout Plain Layout
19073
19074
19075 \backslash
19076 huge
19077 \end_layout
19078
19079 \end_inset
19080
19081
19082 \begin_inset Formula \[
19083 A=\frac{B}{c}\cdot\maltese\]
19084
19085 \end_inset
19086
19087
19088 \begin_inset Formula \[
19089 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19090
19091 \end_inset
19092
19093
19094 \end_layout
19095
19096 \begin_layout Standard
19097 \begin_inset ERT
19098 status collapsed
19099
19100 \begin_layout Plain Layout
19101
19102
19103 \backslash
19104 normalsize
19105 \end_layout
19106
19107 \end_inset
19108
19109
19110 \begin_inset VSpace medskip
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \begin_layout Standard
19117 Antes de las ecuaciones se ha insertado el comando 
19118 \series bold
19119
19120 \backslash
19121 huge
19122 \series default
19123 .
19124  Para la segunda ecuación el comando es:
19125 \begin_inset Newline newline
19126 \end_inset
19127
19128
19129 \series bold
19130
19131 \backslash
19132 maltese
19133 \begin_inset ERT
19134 status collapsed
19135
19136 \begin_layout Plain Layout
19137
19138
19139 \backslash
19140 spce 
19141 \end_layout
19142
19143 \end_inset
19144
19145 A Alt+M M 
19146 \backslash
19147 Large
19148 \begin_inset ERT
19149 status collapsed
19150
19151 \begin_layout Plain Layout
19152
19153
19154 \backslash
19155 spce 
19156 \end_layout
19157
19158 \end_inset
19159
19160
19161 \backslash
19162 maltese
19163 \begin_inset ERT
19164 status collapsed
19165
19166 \begin_layout Plain Layout
19167
19168
19169 \backslash
19170 spce 
19171 \end_layout
19172
19173 \end_inset
19174
19175
19176 \backslash
19177 textit
19178 \begin_inset ERT
19179 status collapsed
19180
19181 \begin_layout Plain Layout
19182
19183
19184 \backslash
19185 spce 
19186 \end_layout
19187
19188 \end_inset
19189
19190 A
19191 \begin_inset Formula $\to$
19192 \end_inset
19193
19194
19195 \begin_inset Formula $\to$
19196 \end_inset
19197
19198
19199 \begin_inset Newline newline
19200 \end_inset
19201
19202
19203 \begin_inset space \hspace*{}
19204 \length 1cm
19205 \end_inset
19206
19207 Alt+M M 
19208 \backslash
19209 tiny
19210 \begin_inset ERT
19211 status collapsed
19212
19213 \begin_layout Plain Layout
19214
19215
19216 \backslash
19217 spce 
19218 \end_layout
19219
19220 \end_inset
19221
19222
19223 \backslash
19224 maltese
19225 \begin_inset ERT
19226 status collapsed
19227
19228 \begin_layout Plain Layout
19229
19230
19231 \backslash
19232 spce 
19233 \end_layout
19234
19235 \end_inset
19236
19237
19238 \backslash
19239 textit
19240 \begin_inset ERT
19241 status collapsed
19242
19243 \begin_layout Plain Layout
19244
19245
19246 \backslash
19247 spce 
19248 \end_layout
19249
19250 \end_inset
19251
19252 A
19253 \end_layout
19254
19255 \begin_layout Standard
19256 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19257  el tamaño por omisión.
19258 \end_layout
19259
19260 \begin_layout Section
19261 Letras griegas
19262 \begin_inset Index
19263 status collapsed
19264
19265 \begin_layout Plain Layout
19266 Letras griegas
19267 \end_layout
19268
19269 \end_inset
19270
19271
19272 \end_layout
19273
19274 \begin_layout Standard
19275 Todas las letras griegas se pueden insertar además mediante el botón 
19276 \begin_inset Graphics
19277         filename ../../images/math/alpha.png
19278         scale 85
19279
19280 \end_inset
19281
19282  de la barra de ecuaciones.
19283 \end_layout
19284
19285 \begin_layout Subsection
19286 Minúsculas
19287 \begin_inset Index
19288 status collapsed
19289
19290 \begin_layout Plain Layout
19291 Letras griegas ! minúsculas
19292 \end_layout
19293
19294 \end_inset
19295
19296
19297 \end_layout
19298
19299 \begin_layout Standard
19300 \begin_inset space \hfill{}
19301 \end_inset
19302
19303
19304 \begin_inset Tabular
19305 <lyxtabular version="3" rows="11" columns="2">
19306 <features>
19307 <column alignment="center" valignment="top" width="0pt">
19308 <column alignment="center" valignment="top" width="0pt">
19309 <row>
19310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 Comando
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 Símbolo
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 </row>
19329 <row>
19330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334
19335 \backslash
19336 alpha
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345 \begin_inset Formula $\alpha$
19346 \end_inset
19347
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 </row>
19354 <row>
19355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359
19360 \backslash
19361 beta
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370 \begin_inset Formula $\beta$
19371 \end_inset
19372
19373
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 </row>
19379 <row>
19380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384
19385 \backslash
19386 gamma
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395 \begin_inset Formula $\gamma$
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 </row>
19404 <row>
19405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409
19410 \backslash
19411 delta
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420 \begin_inset Formula $\delta$
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 </row>
19429 <row>
19430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434
19435 \backslash
19436 epsilon
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445 \begin_inset Formula $\epsilon$
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 </row>
19454 <row>
19455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459
19460 \backslash
19461 varepsilon
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470 \begin_inset Formula $\varepsilon$
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 </row>
19479 <row>
19480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484
19485 \backslash
19486 zeta
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495 \begin_inset Formula $\zeta$
19496 \end_inset
19497
19498
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 </row>
19504 <row>
19505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509
19510 \backslash
19511 eta
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520 \begin_inset Formula $\eta$
19521 \end_inset
19522
19523
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 </row>
19529 <row>
19530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534
19535 \backslash
19536 theta
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545 \begin_inset Formula $\theta$
19546 \end_inset
19547
19548
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 </row>
19554 <row>
19555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559
19560 \backslash
19561 vartheta
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570 \begin_inset Formula $\vartheta$
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 </row>
19579 </lyxtabular>
19580
19581 \end_inset
19582
19583
19584 \begin_inset space \hfill{}
19585 \end_inset
19586
19587
19588 \begin_inset Tabular
19589 <lyxtabular version="3" rows="12" columns="2">
19590 <features>
19591 <column alignment="center" valignment="top" width="0pt">
19592 <column alignment="center" valignment="top" width="0pt">
19593 <row>
19594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598 Comando
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607 Símbolo
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 </row>
19613 <row>
19614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618
19619 \backslash
19620 iota
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629 \begin_inset Formula $\iota$
19630 \end_inset
19631
19632
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 </row>
19638 <row>
19639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643
19644 \backslash
19645 kappa
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654 \begin_inset Formula $\kappa$
19655 \end_inset
19656
19657
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 </row>
19663 <row>
19664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668
19669 \backslash
19670 varkappa
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679 \begin_inset Formula $\varkappa$
19680 \end_inset
19681
19682
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 </row>
19688 <row>
19689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Plain Layout
19693
19694 \backslash
19695 lambda
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704 \begin_inset Formula $\lambda$
19705 \end_inset
19706
19707
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 </row>
19713 <row>
19714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718
19719 \backslash
19720 mu
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729 \begin_inset Formula $\mu$
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 </row>
19738 <row>
19739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743
19744 \backslash
19745 nu
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754 \begin_inset Formula $\nu$
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 </row>
19763 <row>
19764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768
19769 \backslash
19770 xi
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779 \begin_inset Formula $\xi$
19780 \end_inset
19781
19782
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 </row>
19788 <row>
19789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793 o
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 \begin_inset Formula $o$
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 </row>
19811 <row>
19812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816
19817 \backslash
19818 pi
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 \begin_inset Formula $\pi$
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 </row>
19836 <row>
19837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841
19842 \backslash
19843 varpi
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852 \begin_inset Formula $\varpi$
19853 \end_inset
19854
19855
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 </row>
19861 <row>
19862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866
19867 \backslash
19868 rho
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877 \begin_inset Formula $\rho$
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 </row>
19886 </lyxtabular>
19887
19888 \end_inset
19889
19890
19891 \begin_inset space \hfill{}
19892 \end_inset
19893
19894
19895 \begin_inset Tabular
19896 <lyxtabular version="3" rows="11" columns="2">
19897 <features>
19898 <column alignment="center" valignment="top" width="0pt">
19899 <column alignment="center" valignment="top" width="0pt">
19900 <row>
19901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905 Comando
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 Símbolo
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 </row>
19920 <row>
19921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925
19926 \backslash
19927 varrho
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936 \begin_inset Formula $\varrho$
19937 \end_inset
19938
19939
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 </row>
19945 <row>
19946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950
19951 \backslash
19952 sigma
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961 \begin_inset Formula $\sigma$
19962 \end_inset
19963
19964
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 </row>
19970 <row>
19971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975
19976 \backslash
19977 varsigma
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19983 \begin_inset Text
19984
19985 \begin_layout Plain Layout
19986 \begin_inset Formula $\varsigma$
19987 \end_inset
19988
19989
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 </row>
19995 <row>
19996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000
20001 \backslash
20002 tau
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011 \begin_inset Formula $\tau$
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 </row>
20020 <row>
20021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025
20026 \backslash
20027 upsilon
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036 \begin_inset Formula $\upsilon$
20037 \end_inset
20038
20039
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 </row>
20045 <row>
20046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050
20051 \backslash
20052 phi
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061 \begin_inset Formula $\phi$
20062 \end_inset
20063
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 </row>
20070 <row>
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075
20076 \backslash
20077 varphi
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086 \begin_inset Formula $\varphi$
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 </row>
20095 <row>
20096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100
20101 \backslash
20102 chi
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111 \begin_inset Formula $\chi$
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 </row>
20120 <row>
20121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125
20126 \backslash
20127 psi
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 \begin_inset Formula $\psi$
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 </row>
20145 <row>
20146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150
20151 \backslash
20152 omega
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161 \begin_inset Formula $\omega$
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 </row>
20170 </lyxtabular>
20171
20172 \end_inset
20173
20174
20175 \begin_inset space \hfill{}
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \begin_layout Standard
20182 \begin_inset VSpace medskip
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \begin_layout Standard
20189 Cómo escribir letras griegas en redonda se explica en 
20190 \begin_inset CommandInset ref
20191 LatexCommand ref
20192 reference "sub:Griegas-en-redonda"
20193
20194 \end_inset
20195
20196 .
20197 \end_layout
20198
20199 \begin_layout Subsection
20200 Mayúsculas
20201 \begin_inset Index
20202 status collapsed
20203
20204 \begin_layout Plain Layout
20205 Letras griegas ! mayúsculas
20206 \end_layout
20207
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \begin_layout Standard
20214 \begin_inset space \hfill{}
20215 \end_inset
20216
20217
20218 \begin_inset Tabular
20219 <lyxtabular version="3" rows="7" columns="2">
20220 <features>
20221 <column alignment="center" valignment="top" width="0pt">
20222 <column alignment="center" valignment="top" width="0pt">
20223 <row>
20224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228 Comando
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237 Símbolo
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 </row>
20243 <row>
20244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248
20249 \backslash
20250 Gamma
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 \begin_inset Formula $\Gamma$
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 </row>
20268 <row>
20269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273
20274 \backslash
20275 Delta
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284 \begin_inset Formula $\Delta$
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 </row>
20293 <row>
20294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298
20299 \backslash
20300 Theta
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 \begin_inset Formula $\Theta$
20310 \end_inset
20311
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 </row>
20318 <row>
20319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323
20324 \backslash
20325 Lambda
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334 \begin_inset Formula $\Lambda$
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 <row>
20344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348
20349 \backslash
20350 Xi
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359 \begin_inset Formula $\Xi$
20360 \end_inset
20361
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 </row>
20368 <row>
20369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373
20374 \backslash
20375 Pi
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384 \begin_inset Formula $\Pi$
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 </row>
20393 </lyxtabular>
20394
20395 \end_inset
20396
20397
20398 \begin_inset space \hfill{}
20399 \end_inset
20400
20401
20402 \begin_inset Tabular
20403 <lyxtabular version="3" rows="6" columns="2">
20404 <features>
20405 <column alignment="center" valignment="top" width="0pt">
20406 <column alignment="center" valignment="top" width="0pt">
20407 <row>
20408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412 Comando
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421 Símbolo
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 </row>
20427 <row>
20428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432
20433 \backslash
20434 Sigma
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443 \begin_inset Formula $\Sigma$
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 </row>
20452 <row>
20453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457
20458 \backslash
20459 Upsilon
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20465 \begin_inset Text
20466
20467 \begin_layout Plain Layout
20468 \begin_inset Formula $\Upsilon$
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 </row>
20477 <row>
20478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482
20483 \backslash
20484 Phi
20485 \end_layout
20486
20487 \end_inset
20488 </cell>
20489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493 \begin_inset Formula $\Phi$
20494 \end_inset
20495
20496
20497 \end_layout
20498
20499 \end_inset
20500 </cell>
20501 </row>
20502 <row>
20503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20504 \begin_inset Text
20505
20506 \begin_layout Plain Layout
20507
20508 \backslash
20509 Psi
20510 \end_layout
20511
20512 \end_inset
20513 </cell>
20514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518 \begin_inset Formula $\Psi$
20519 \end_inset
20520
20521
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 </row>
20527 <row>
20528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532
20533 \backslash
20534 Omega
20535 \end_layout
20536
20537 \end_inset
20538 </cell>
20539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543 \begin_inset Formula $\Omega$
20544 \end_inset
20545
20546
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 </row>
20552 </lyxtabular>
20553
20554 \end_inset
20555
20556
20557 \begin_inset space \hfill{}
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \begin_layout Standard
20564 \begin_inset VSpace medskip
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \begin_layout Standard
20571 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20572  cuando se desarrolló TeX.
20573  Para obtener mayúsculas en cursiva, inicia cada comando con 
20574 \series bold
20575 var
20576 \series default
20577 .
20578  Por ejemplo, el comando 
20579 \series bold
20580
20581 \backslash
20582 varGamma
20583 \series default
20584  genera: 
20585 \begin_inset Formula $\varGamma$
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \begin_layout Subsection
20592 Letras en negrita
20593 \begin_inset Index
20594 status collapsed
20595
20596 \begin_layout Plain Layout
20597 Letras griegas ! en negrita
20598 \end_layout
20599
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \begin_layout Standard
20606 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20607  Sólo se pueden poner en negrita con el comando 
20608 \series bold
20609
20610 \backslash
20611 boldsymbol
20612 \series default
20613
20614 \begin_inset Index
20615 status collapsed
20616
20617 \begin_layout Plain Layout
20618 Comandos ! B ! 
20619 \backslash
20620 boldsymbol
20621 \end_layout
20622
20623 \end_inset
20624
20625 .
20626 \end_layout
20627
20628 \begin_layout Standard
20629 \align center
20630 \begin_inset Tabular
20631 <lyxtabular version="3" rows="3" columns="2">
20632 <features>
20633 <column alignment="center" valignment="top" width="0">
20634 <column alignment="center" valignment="top" width="0">
20635 <row>
20636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640 Comando
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649 Símbolo
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 </row>
20655 <row>
20656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660
20661 \backslash
20662 Upsilon
20663 \backslash
20664 boldsymbol
20665 \backslash
20666 Upsilon
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Plain Layout
20675 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20676 \end_inset
20677
20678
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 </row>
20684 <row>
20685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689
20690 \backslash
20691 theta
20692 \backslash
20693 boldsymbol
20694 \backslash
20695 theta
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 \begin_inset Formula $\theta\boldsymbol{\theta}$
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 </lyxtabular>
20714
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \begin_layout Section
20721 Símbolos
20722 \begin_inset ERT
20723 status collapsed
20724
20725 \begin_layout Plain Layout
20726
20727
20728 \backslash
20729 texorpdfstring{
20730 \end_layout
20731
20732 \end_inset
20733
20734
20735 \begin_inset Foot
20736 status collapsed
20737
20738 \begin_layout Plain Layout
20739 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20740  LaTeX en 
20741 \begin_inset CommandInset citation
20742 LatexCommand cite
20743 key "Symbols"
20744
20745 \end_inset
20746
20747 .
20748 \end_layout
20749
20750 \end_inset
20751
20752
20753 \begin_inset ERT
20754 status collapsed
20755
20756 \begin_layout Plain Layout
20757
20758 }{}
20759 \end_layout
20760
20761 \end_inset
20762
20763
20764 \begin_inset Note Note
20765 status collapsed
20766
20767 \begin_layout Plain Layout
20768
20769 \backslash
20770 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20771  PDF.
20772 \end_layout
20773
20774 \begin_layout Plain Layout
20775 Más sobre 
20776 \backslash
20777 texorpdfstring en la sección 
20778 \begin_inset CommandInset ref
20779 LatexCommand ref
20780 reference "sub:Ecuaciones-en-encabezados"
20781
20782 \end_inset
20783
20784 .
20785 \end_layout
20786
20787 \end_inset
20788
20789
20790 \begin_inset Index
20791 status collapsed
20792
20793 \begin_layout Plain Layout
20794 Símbolos
20795 \end_layout
20796
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \begin_layout Standard
20803 Muchos de los símbolos listados en esta sección se pueden insertar además
20804  mediante los botones 
20805 \begin_inset Graphics
20806         filename ../../images/math/nabla.png
20807         scale 85
20808
20809 \end_inset
20810
20811  y 
20812 \begin_inset Graphics
20813         filename ../../images/math/digamma.png
20814         scale 85
20815
20816 \end_inset
20817
20818  de la barra de ecuaciones.
20819 \end_layout
20820
20821 \begin_layout Subsection
20822 Símbolos matemáticos
20823 \begin_inset CommandInset label
20824 LatexCommand label
20825 name "sub:Símbolos-matemáticos"
20826
20827 \end_inset
20828
20829
20830 \begin_inset Index
20831 status collapsed
20832
20833 \begin_layout Plain Layout
20834 Símbolos ! matemáticos
20835 \end_layout
20836
20837 \end_inset
20838
20839
20840 \end_layout
20841
20842 \begin_layout Standard
20843 \begin_inset space \hfill{}
20844 \end_inset
20845
20846
20847 \begin_inset Tabular
20848 <lyxtabular version="3" rows="10" columns="2">
20849 <features>
20850 <column alignment="center" valignment="top" width="0pt">
20851 <column alignment="center" valignment="top" width="0pt">
20852 <row>
20853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857 Comando
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866 Símbolo
20867 \end_layout
20868
20869 \end_inset
20870 </cell>
20871 </row>
20872 <row>
20873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877
20878 \backslash
20879 neg
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Plain Layout
20888 \begin_inset Formula $\neg$
20889 \end_inset
20890
20891
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 </row>
20897 <row>
20898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20899 \begin_inset Text
20900
20901 \begin_layout Plain Layout
20902
20903 \backslash
20904 Im
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913 \begin_inset Formula $\Im$
20914 \end_inset
20915
20916
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 </row>
20922 <row>
20923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927
20928 \backslash
20929 Re
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938 \begin_inset Formula $\Re$
20939 \end_inset
20940
20941
20942 \end_layout
20943
20944 \end_inset
20945 </cell>
20946 </row>
20947 <row>
20948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952
20953 \backslash
20954 aleph
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963 \begin_inset Formula $\aleph$
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 </row>
20972 <row>
20973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977
20978 \backslash
20979 partial
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988 \begin_inset Formula $\partial$
20989 \end_inset
20990
20991
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 </row>
20997 <row>
20998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002
21003 \backslash
21004 infty
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013 \begin_inset Formula $\infty$
21014 \end_inset
21015
21016
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 </row>
21022 <row>
21023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027
21028 \backslash
21029 wp
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038 \begin_inset Formula $\wp$
21039 \end_inset
21040
21041
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 </row>
21047 <row>
21048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052
21053 \backslash
21054 imath
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 \begin_inset Formula $\imath$
21064 \end_inset
21065
21066
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 </row>
21072 <row>
21073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077
21078 \backslash
21079 jmath
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 \begin_inset Formula $\jmath$
21089 \end_inset
21090
21091
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 </row>
21097 </lyxtabular>
21098
21099 \end_inset
21100
21101
21102 \begin_inset space \hfill{}
21103 \end_inset
21104
21105
21106 \begin_inset Tabular
21107 <lyxtabular version="3" rows="10" columns="2">
21108 <features>
21109 <column alignment="center" valignment="top" width="0pt">
21110 <column alignment="center" valignment="top" width="0pt">
21111 <row>
21112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116 Comando
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125 Símbolo
21126 \begin_inset Note Note
21127 status collapsed
21128
21129 \begin_layout Plain Layout
21130
21131 \series bold
21132
21133 \backslash
21134 raisebox
21135 \series default
21136  se usa sólo como espaciador
21137 \end_layout
21138
21139 \end_inset
21140
21141
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 </row>
21147 <row>
21148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152
21153 \backslash
21154 forall
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163 \begin_inset Formula $\forall$
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 </row>
21172 <row>
21173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177
21178 \backslash
21179 exists
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 \begin_inset Formula $\exists$
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 </row>
21197 <row>
21198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 nexists
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 \begin_inset Formula $\nexists$
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \backslash
21229 emptyset
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\emptyset$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 <row>
21248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252
21253 \backslash
21254 varnothing
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $\varnothing$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 </row>
21272 <row>
21273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277
21278 \backslash
21279 dag
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Formula $\dag$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 </row>
21297 <row>
21298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302
21303 \backslash
21304 ddag
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $\ddag$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 <row>
21323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327
21328 \backslash
21329 complement
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 \begin_inset ERT
21339 status collapsed
21340
21341 \begin_layout Plain Layout
21342
21343
21344 \backslash
21345 raisebox{-0.8mm}{
21346 \end_layout
21347
21348 \end_inset
21349
21350
21351 \begin_inset Formula $\complement$
21352 \end_inset
21353
21354
21355 \begin_inset ERT
21356 status collapsed
21357
21358 \begin_layout Plain Layout
21359
21360 }
21361 \end_layout
21362
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 </row>
21371 <row>
21372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376
21377 \backslash
21378 Bbbk
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 \begin_inset Formula $\Bbbk$
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 </row>
21396 </lyxtabular>
21397
21398 \end_inset
21399
21400
21401 \begin_inset space \hfill{}
21402 \end_inset
21403
21404
21405 \begin_inset Tabular
21406 <lyxtabular version="3" rows="10" columns="2">
21407 <features>
21408 <column alignment="center" valignment="top" width="0pt">
21409 <column alignment="center" valignment="top" width="0pt">
21410 <row>
21411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21412 \begin_inset Text
21413
21414 \begin_layout Plain Layout
21415 Comando
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 Símbolo
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 </row>
21430 <row>
21431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21432 \begin_inset Text
21433
21434 \begin_layout Plain Layout
21435
21436 \backslash
21437 prime
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446 \begin_inset Formula $\prime$
21447 \end_inset
21448
21449
21450 \end_layout
21451
21452 \end_inset
21453 </cell>
21454 </row>
21455 <row>
21456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21457 \begin_inset Text
21458
21459 \begin_layout Plain Layout
21460
21461 \backslash
21462 backprime
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471 \begin_inset Formula $\backprime$
21472 \end_inset
21473
21474
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 </row>
21480 <row>
21481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485
21486 \backslash
21487 mho
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496 \begin_inset Formula $\mho$
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 </row>
21505 <row>
21506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510
21511 \backslash
21512 triangle
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 \begin_inset Formula $\triangle$
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 </row>
21530 <row>
21531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535
21536 \backslash
21537 angle
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546 \begin_inset Formula $\angle$
21547 \end_inset
21548
21549
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 </row>
21555 <row>
21556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560
21561 \backslash
21562 measuredangle
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 \begin_inset Formula $\measuredangle$
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 </row>
21580 <row>
21581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585
21586 \backslash
21587 sphericalangle
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 \begin_inset Formula $\sphericalangle$
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 </row>
21605 <row>
21606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610
21611 \backslash
21612 top
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 \begin_inset Formula $\top$
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 </row>
21630 <row>
21631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635
21636 \backslash
21637 bot
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646 \begin_inset Formula $\bot$
21647 \end_inset
21648
21649
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 </row>
21655 </lyxtabular>
21656
21657 \end_inset
21658
21659
21660 \begin_inset space \hfill{}
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \begin_layout Subsection
21667 Símbolos misceláneos
21668 \begin_inset CommandInset label
21669 LatexCommand label
21670 name "sub:Símbolos-misceláneos"
21671
21672 \end_inset
21673
21674
21675 \begin_inset Index
21676 status collapsed
21677
21678 \begin_layout Plain Layout
21679 Símbolos ! misceláneos
21680 \end_layout
21681
21682 \end_inset
21683
21684
21685 \end_layout
21686
21687 \begin_layout Standard
21688 \noindent
21689 \align center
21690 \begin_inset Tabular
21691 <lyxtabular version="3" rows="10" columns="2">
21692 <features>
21693 <column alignment="center" valignment="top" width="0pt">
21694 <column alignment="center" valignment="top" width="0pt">
21695 <row>
21696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700 Comando
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 Símbolo
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 </row>
21715 <row>
21716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720
21721 \backslash
21722 flat
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731 \begin_inset Formula $\flat$
21732 \end_inset
21733
21734
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 </row>
21740 <row>
21741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745
21746 \backslash
21747 natural
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756 \begin_inset Formula $\natural$
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 </row>
21765 <row>
21766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770
21771 \backslash
21772 sharp
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 \begin_inset Formula $\sharp$
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 </row>
21790 <row>
21791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795
21796 \backslash
21797 surd
21798 \end_layout
21799
21800 \end_inset
21801 </cell>
21802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Plain Layout
21806 \begin_inset Formula $\surd$
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 </row>
21815 <row>
21816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820
21821 \backslash
21822 checkmark
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831 \begin_inset Formula $\checkmark$
21832 \end_inset
21833
21834
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 </row>
21840 <row>
21841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845
21846 \backslash
21847 yen
21848 \end_layout
21849
21850 \end_inset
21851 </cell>
21852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856 \begin_inset Formula $\yen$
21857 \end_inset
21858
21859
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 </row>
21865 <row>
21866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870
21871 \backslash
21872 pounds
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 \begin_inset Formula $\pounds$
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 <row>
21891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 $
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904 \begin_inset Formula $\$$
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 </row>
21913 <row>
21914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918 §
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Formula $§$
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 </row>
21936 </lyxtabular>
21937
21938 \end_inset
21939
21940
21941 \begin_inset Tabular
21942 <lyxtabular version="3" rows="10" columns="2">
21943 <features>
21944 <column alignment="center" valignment="top" width="0">
21945 <column alignment="center" valignment="top" width="0">
21946 <row>
21947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 Comando
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960 Símbolo
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 </row>
21966 <row>
21967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971
21972 \backslash
21973 hbar
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982 \begin_inset Formula $\hbar$
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 </row>
21991 <row>
21992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996
21997 \backslash
21998 hslash
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007 \begin_inset Formula $\hslash$
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 </row>
22016 <row>
22017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021
22022 \backslash
22023 clubsuit
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 \begin_inset Formula $\clubsuit$
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 </row>
22041 <row>
22042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046
22047 \backslash
22048 spadesuit
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 \begin_inset Formula $\spadesuit$
22058 \end_inset
22059
22060
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 </row>
22066 <row>
22067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071
22072 \backslash
22073 bigstar
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082 \begin_inset Formula $\bigstar$
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 </row>
22091 <row>
22092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096
22097 \backslash
22098 blacklozenge
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107 \begin_inset Formula $\blacklozenge$
22108 \end_inset
22109
22110
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 blacktriangle
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 $\blacktriangle$
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 blacktiangledown
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 $\blacktriangledown$
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" bottomline="true" leftline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171
22172 \backslash
22173 bullet
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 \begin_inset Formula $\bullet$
22183 \end_inset
22184
22185
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 </row>
22191 </lyxtabular>
22192
22193 \end_inset
22194
22195
22196 \begin_inset Tabular
22197 <lyxtabular version="3" rows="10" columns="2">
22198 <features>
22199 <column alignment="center" valignment="top" width="0pt">
22200 <column alignment="center" valignment="top" width="0pt">
22201 <row>
22202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206 Comando
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215 Símbolo
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 <row>
22222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226
22227 \backslash
22228 diamondsuit
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237 \begin_inset Formula $\diamondsuit$
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 </row>
22246 <row>
22247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251
22252 \backslash
22253 Diamond
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 \begin_inset Formula $\Diamond$
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 </row>
22271 <row>
22272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276
22277 \backslash
22278 heartsuit
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 \begin_inset Formula $\heartsuit$
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 </row>
22296 <row>
22297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301
22302 \backslash
22303 P
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 \begin_inset Formula $\P$
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 <row>
22322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326
22327 \backslash
22328 copyright
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 \begin_inset Formula $\copyright$
22338 \end_inset
22339
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 </row>
22346 <row>
22347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351
22352 \backslash
22353 circledR
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362 \begin_inset Formula $\circledR$
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 </row>
22371 <row>
22372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376
22377 \backslash
22378 maltese
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387 \begin_inset Formula $\maltese$
22388 \end_inset
22389
22390
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 </row>
22396 <row>
22397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401
22402 \backslash
22403 diagup
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 \begin_inset Formula $\diagup$
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 </row>
22421 <row>
22422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426
22427 \backslash
22428 diagdown
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22434 \begin_inset Text
22435
22436 \begin_layout Plain Layout
22437 \begin_inset Formula $\diagdown$
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 </row>
22446 </lyxtabular>
22447
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \begin_layout Standard
22454 \begin_inset VSpace medskip
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \begin_layout Standard
22461 Hay más símbolos en 
22462 \begin_inset CommandInset ref
22463 LatexCommand ref
22464 reference "sub:Caracteres-especiales-misceláneos"
22465
22466 \end_inset
22467
22468 .
22469 \end_layout
22470
22471 \begin_layout Standard
22472 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22473 \begin_inset CommandInset ref
22474 LatexCommand ref
22475 reference "sub:Tamaños-de-fuentes"
22476
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \begin_layout Subsection
22483 El símbolo del euro, €
22484 \begin_inset Index
22485 status collapsed
22486
22487 \begin_layout Plain Layout
22488 Símbolos ! euro
22489 \end_layout
22490
22491 \end_inset
22492
22493
22494 \begin_inset Index
22495 status collapsed
22496
22497 \begin_layout Plain Layout
22498
22499 \backslash
22500 @
22501 \begin_inset ERT
22502 status collapsed
22503
22504 \begin_layout Plain Layout
22505
22506
22507 \backslash
22508 officialeuro
22509 \end_layout
22510
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \end_inset
22517
22518
22519 \end_layout
22520
22521 \begin_layout Standard
22522 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22523  LaTeX 
22524 \series bold
22525 eurosym
22526 \series default
22527
22528 \begin_inset Index
22529 status collapsed
22530
22531 \begin_layout Plain Layout
22532 Paquetes ! eurosym
22533 \end_layout
22534
22535 \end_inset
22536
22537 , y cargado en el preámbulo LaTeX con la línea
22538 \end_layout
22539
22540 \begin_layout Standard
22541
22542 \series bold
22543
22544 \backslash
22545 usepackage[gennarrow]{eurosym}
22546 \end_layout
22547
22548 \begin_layout Standard
22549 Actualmente también se puede insertar con el comando 
22550 \series bold
22551
22552 \backslash
22553 euro
22554 \series default
22555
22556 \begin_inset Index
22557 status collapsed
22558
22559 \begin_layout Plain Layout
22560 Comandos ! E ! 
22561 \backslash
22562 euro
22563 \end_layout
22564
22565 \end_inset
22566
22567 .
22568 \end_layout
22569
22570 \begin_layout Standard
22571 El símbolo del euro puede insertarse directamente con la tecla € en texto
22572  matemático sin tener 
22573 \series bold
22574 eurosym
22575 \series default
22576  instalado.
22577  Si 
22578 \series bold
22579 eurosym
22580 \series default
22581  está instalado, se puede insertar 
22582 \series bold
22583
22584 \backslash
22585 euro
22586 \series default
22587  en modo TeX.
22588  El símbolo oficial de la moneda se puede insertar con el comando 
22589 \series bold
22590
22591 \backslash
22592 officialeuro
22593 \series default
22594
22595 \begin_inset Index
22596 status collapsed
22597
22598 \begin_layout Plain Layout
22599 Comandos ! O ! 
22600 \backslash
22601 officialeuro
22602 \end_layout
22603
22604 \end_inset
22605
22606 , que sólo está disponible en modo TeX.
22607 \end_layout
22608
22609 \begin_layout Standard
22610 \begin_inset ERT
22611 status collapsed
22612
22613 \begin_layout Plain Layout
22614
22615
22616 \backslash
22617 ifeurosym
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \begin_inset Note Note
22624 status collapsed
22625
22626 \begin_layout Plain Layout
22627 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22628 \series bold
22629 eurosym
22630 \series default
22631 .
22632 \end_layout
22633
22634 \end_inset
22635
22636
22637 \end_layout
22638
22639 \begin_layout Standard
22640 Un vistazo a los diferentes símbolos del euro.
22641 \end_layout
22642
22643 \begin_layout Standard
22644 \noindent
22645 \align center
22646 \begin_inset Tabular
22647 <lyxtabular version="3" rows="4" columns="3">
22648 <features>
22649 <column alignment="center" valignment="top" width="0">
22650 <column alignment="center" valignment="top" width="0">
22651 <column alignment="center" valignment="top" width="0">
22652 <row>
22653 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 Comando
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675 Símbolo
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 </row>
22681 <row>
22682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 ecuación
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695
22696 \backslash
22697 euro
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 \begin_inset Formula $\euro$
22707 \end_inset
22708
22709
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 <row>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 texto matemático
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 \begin_inset Formula $\mbox{€}$
22739 \end_inset
22740
22741
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 </row>
22747 <row>
22748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 modo TeX
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761
22762 \backslash
22763 officialeuro
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772 \begin_inset ERT
22773 status collapsed
22774
22775 \begin_layout Plain Layout
22776
22777
22778 \backslash
22779 officialeuro
22780 \end_layout
22781
22782 \end_inset
22783
22784
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 </row>
22790 </lyxtabular>
22791
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \begin_layout Standard
22798 \begin_inset ERT
22799 status collapsed
22800
22801 \begin_layout Plain Layout
22802
22803
22804 \backslash
22805 else
22806 \end_layout
22807
22808 \end_inset
22809
22810
22811 \begin_inset Note Note
22812 status collapsed
22813
22814 \begin_layout Plain Layout
22815 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22816 \series bold
22817 eurosym
22818 \series default
22819 :
22820 \end_layout
22821
22822 \end_inset
22823
22824
22825 \end_layout
22826
22827 \begin_layout Standard
22828 Para ver la salida completa de esta subsección debe estar instalado el paquete
22829  LaTeX 
22830 \series bold
22831 eurosym
22832 \series default
22833 .
22834 \end_layout
22835
22836 \begin_layout Standard
22837 \begin_inset ERT
22838 status collapsed
22839
22840 \begin_layout Plain Layout
22841
22842
22843 \backslash
22844 fi
22845 \end_layout
22846
22847 \end_inset
22848
22849
22850 \end_layout
22851
22852 \begin_layout Section
22853 Relaciones
22854 \begin_inset CommandInset label
22855 LatexCommand label
22856 name "sec:Relaciones"
22857
22858 \end_inset
22859
22860
22861 \begin_inset Index
22862 status collapsed
22863
22864 \begin_layout Plain Layout
22865 Relaciones
22866 \end_layout
22867
22868 \end_inset
22869
22870
22871 \begin_inset Index
22872 status collapsed
22873
22874 \begin_layout Plain Layout
22875 Comparaciones|see
22876 \begin_inset ERT
22877 status collapsed
22878
22879 \begin_layout Plain Layout
22880
22881 {
22882 \end_layout
22883
22884 \end_inset
22885
22886 Relaciones
22887 \begin_inset ERT
22888 status collapsed
22889
22890 \begin_layout Plain Layout
22891
22892 }
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \begin_layout Standard
22906 Todas las relaciones se pueden insertar también con el botón 
22907 \begin_inset Graphics
22908         filename ../../images/math/leq.png
22909         scale 85
22910
22911 \end_inset
22912
22913  de la barra de ecuaciones.
22914 \end_layout
22915
22916 \begin_layout Standard
22917 \begin_inset space \hfill{}
22918 \end_inset
22919
22920
22921 \begin_inset Tabular
22922 <lyxtabular version="3" rows="17" columns="2">
22923 <features>
22924 <column alignment="center" valignment="top" width="0pt">
22925 <column alignment="center" valignment="top" width="0pt">
22926 <row>
22927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931 Comando
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940 Relación
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 </row>
22946 <row>
22947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951 <
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960 \begin_inset Formula $<$
22961 \end_inset
22962
22963
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 </row>
22969 <row>
22970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974
22975 \backslash
22976 le
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 \begin_inset Formula $\le$
22986 \end_inset
22987
22988
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 </row>
22994 <row>
22995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999
23000 \backslash
23001 ll
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010 \begin_inset Formula $\ll$
23011 \end_inset
23012
23013
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 </row>
23019 <row>
23020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23021 \begin_inset Text
23022
23023 \begin_layout Plain Layout
23024
23025 \backslash
23026 prec
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 \begin_inset Formula $\prec$
23036 \end_inset
23037
23038
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 </row>
23044 <row>
23045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049
23050 \backslash
23051 preceq
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060 \begin_inset Formula $\preceq$
23061 \end_inset
23062
23063
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 </row>
23069 <row>
23070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074
23075 \backslash
23076 subset
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085 \begin_inset Formula $\subset$
23086 \end_inset
23087
23088
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 </row>
23094 <row>
23095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099
23100 \backslash
23101 subseteq
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110 \begin_inset Formula $\subseteq$
23111 \end_inset
23112
23113
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 </row>
23119 <row>
23120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124
23125 \backslash
23126 sqsubseteq
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135 \begin_inset Formula $\sqsubseteq$
23136 \end_inset
23137
23138
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 </row>
23144 <row>
23145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149
23150 \backslash
23151 in
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160 \begin_inset Formula $\in$
23161 \end_inset
23162
23163
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 </row>
23169 <row>
23170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174
23175 \backslash
23176 vdash
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185 \begin_inset Formula $\vdash$
23186 \end_inset
23187
23188
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 </row>
23194 <row>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199
23200 \backslash
23201 smile
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 \begin_inset Formula $\smile$
23211 \end_inset
23212
23213
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 </row>
23219 <row>
23220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224
23225 \backslash
23226 lhd
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235 \begin_inset Formula $\lhd$
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 </row>
23244 <row>
23245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249
23250 \backslash
23251 unlhd
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260 \begin_inset Formula $\unlhd$
23261 \end_inset
23262
23263
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 </row>
23269 <row>
23270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274
23275 \backslash
23276 gtrless
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285 \begin_inset Formula $\gtrless$
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 </row>
23294 <row>
23295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299
23300 \backslash
23301 mid
23302 \end_layout
23303
23304 \end_inset
23305 </cell>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310 \begin_inset Formula $\mid$
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 </row>
23319 <row>
23320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324
23325 \backslash
23326 nmid
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 \begin_inset Formula $\nmid$
23336 \end_inset
23337
23338
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 </row>
23344 </lyxtabular>
23345
23346 \end_inset
23347
23348
23349 \begin_inset space \hfill{}
23350 \end_inset
23351
23352
23353 \begin_inset Tabular
23354 <lyxtabular version="3" rows="17" columns="2">
23355 <features>
23356 <column alignment="center" valignment="top" width="0pt">
23357 <column alignment="center" valignment="top" width="0pt">
23358 <row>
23359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363 Comando
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 Relación
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 </row>
23378 <row>
23379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383 =
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392 \begin_inset Formula $=$
23393 \end_inset
23394
23395
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 </row>
23401 <row>
23402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406
23407 \backslash
23408 not=
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 \begin_inset Formula $\not=$
23418 \end_inset
23419
23420
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 </row>
23426 <row>
23427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431
23432 \backslash
23433 equiv
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442 \begin_inset Formula $\equiv$
23443 \end_inset
23444
23445
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 </row>
23451 <row>
23452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456
23457 \backslash
23458 sim
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467 \begin_inset Formula $\sim$
23468 \end_inset
23469
23470
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 </row>
23476 <row>
23477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481
23482 \backslash
23483 simeq
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492 \begin_inset Formula $\simeq$
23493 \end_inset
23494
23495
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 </row>
23501 <row>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506
23507 \backslash
23508 approx
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 \begin_inset Formula $\approx$
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 </row>
23526 <row>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531
23532 \backslash
23533 cong
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542 \begin_inset Formula $\cong$
23543 \end_inset
23544
23545
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 </row>
23551 <row>
23552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556
23557 \backslash
23558 bowtie
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567 \begin_inset Formula $\bowtie$
23568 \end_inset
23569
23570
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 </row>
23576 <row>
23577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581
23582 \backslash
23583 notin
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592 \begin_inset Formula $\notin$
23593 \end_inset
23594
23595
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 </row>
23601 <row>
23602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606
23607 \backslash
23608 perp
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617 \begin_inset Formula $\perp$
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 </row>
23626 <row>
23627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631
23632 \backslash
23633 propto
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642 \begin_inset Formula $\propto$
23643 \end_inset
23644
23645
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 </row>
23651 <row>
23652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656
23657 \backslash
23658 asymp
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667 \begin_inset Formula $\asymp$
23668 \end_inset
23669
23670
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 </row>
23676 <row>
23677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681
23682 \backslash
23683 doteq
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692 \begin_inset Formula $\doteq$
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 </row>
23701 <row>
23702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706
23707 \backslash
23708 circeq
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717 \begin_inset Formula $\circeq$
23718 \end_inset
23719
23720
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 </row>
23726 <row>
23727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731
23732 \backslash
23733 models
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742 \begin_inset Formula $\models$
23743 \end_inset
23744
23745
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 </row>
23751 <row>
23752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756
23757 \backslash
23758 widehat=
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767 \begin_inset Formula $\widehat{=}$
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 </row>
23776 </lyxtabular>
23777
23778 \end_inset
23779
23780
23781 \begin_inset space \hfill{}
23782 \end_inset
23783
23784
23785 \begin_inset Tabular
23786 <lyxtabular version="3" rows="17" columns="2">
23787 <features>
23788 <column alignment="center" valignment="top" width="0pt">
23789 <column alignment="center" valignment="top" width="0pt">
23790 <row>
23791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795 Comando
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 Relación
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 </row>
23810 <row>
23811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23812 \begin_inset Text
23813
23814 \begin_layout Plain Layout
23815 >
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824 \begin_inset Formula $>$
23825 \end_inset
23826
23827
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 </row>
23833 <row>
23834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838
23839 \backslash
23840 ge
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 \begin_inset Formula $\ge$
23850 \end_inset
23851
23852
23853 \end_layout
23854
23855 \end_inset
23856 </cell>
23857 </row>
23858 <row>
23859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863
23864 \backslash
23865 gg
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874 \begin_inset Formula $\gg$
23875 \end_inset
23876
23877
23878 \end_layout
23879
23880 \end_inset
23881 </cell>
23882 </row>
23883 <row>
23884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888
23889 \backslash
23890 succ
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899 \begin_inset Formula $\succ$
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 </row>
23908 <row>
23909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913
23914 \backslash
23915 succeq
23916 \end_layout
23917
23918 \end_inset
23919 </cell>
23920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23921 \begin_inset Text
23922
23923 \begin_layout Plain Layout
23924 \begin_inset Formula $\succeq$
23925 \end_inset
23926
23927
23928 \end_layout
23929
23930 \end_inset
23931 </cell>
23932 </row>
23933 <row>
23934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938
23939 \backslash
23940 supset
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949 \begin_inset Formula $\supset$
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 </row>
23958 <row>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963
23964 \backslash
23965 supseteq
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974 \begin_inset Formula $\supseteq$
23975 \end_inset
23976
23977
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 </row>
23983 <row>
23984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988
23989 \backslash
23990 sqsupseteq
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999 \begin_inset Formula $\sqsupseteq$
24000 \end_inset
24001
24002
24003 \end_layout
24004
24005 \end_inset
24006 </cell>
24007 </row>
24008 <row>
24009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013
24014 \backslash
24015 ni
24016 \end_layout
24017
24018 \end_inset
24019 </cell>
24020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24021 \begin_inset Text
24022
24023 \begin_layout Plain Layout
24024 \begin_inset Formula $\ni$
24025 \end_inset
24026
24027
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 </row>
24033 <row>
24034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038
24039 \backslash
24040 dashv
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049 \begin_inset Formula $\dashv$
24050 \end_inset
24051
24052
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 </row>
24058 <row>
24059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063
24064 \backslash
24065 frown
24066 \end_layout
24067
24068 \end_inset
24069 </cell>
24070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24071 \begin_inset Text
24072
24073 \begin_layout Plain Layout
24074 \begin_inset Formula $\frown$
24075 \end_inset
24076
24077
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 </row>
24083 <row>
24084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088
24089 \backslash
24090 rhd
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099 \begin_inset Formula $\rhd$
24100 \end_inset
24101
24102
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 </row>
24108 <row>
24109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113
24114 \backslash
24115 unrhd
24116 \end_layout
24117
24118 \end_inset
24119 </cell>
24120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Plain Layout
24124 \begin_inset Formula $\unrhd$
24125 \end_inset
24126
24127
24128 \end_layout
24129
24130 \end_inset
24131 </cell>
24132 </row>
24133 <row>
24134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138
24139 \backslash
24140 lessgtr
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24146 \begin_inset Text
24147
24148 \begin_layout Plain Layout
24149 \begin_inset Formula $\lessgtr$
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 </row>
24158 <row>
24159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163
24164 \backslash
24165 parallel
24166 \end_layout
24167
24168 \end_inset
24169 </cell>
24170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24171 \begin_inset Text
24172
24173 \begin_layout Plain Layout
24174 \begin_inset Formula $\parallel$
24175 \end_inset
24176
24177
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 </row>
24183 <row>
24184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188
24189 \backslash
24190 nparallel
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199 \begin_inset Formula $\nparallel$
24200 \end_inset
24201
24202
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 </row>
24208 </lyxtabular>
24209
24210 \end_inset
24211
24212
24213 \begin_inset space \hfill{}
24214 \end_inset
24215
24216
24217 \end_layout
24218
24219 \begin_layout Standard
24220 \begin_inset VSpace medskip
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \begin_layout Standard
24227 Los caracteres 
24228 \series bold
24229
24230 \backslash
24231 lhd
24232 \series default
24233  y 
24234 \series bold
24235
24236 \backslash
24237 rhd
24238 \series default
24239  son mayores que los operadores de aspecto similar 
24240 \series bold
24241
24242 \backslash
24243 triangleleft
24244 \series default
24245  y 
24246 \series bold
24247
24248 \backslash
24249 triangleright
24250 \series default
24251 , respectivamente.
24252 \end_layout
24253
24254 \begin_layout Standard
24255 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24256 \end_layout
24257
24258 \begin_layout Standard
24259 Se pueden componer relaciones con etiquetas con el comando 
24260 \series bold
24261
24262 \backslash
24263 stackrel
24264 \series default
24265
24266 \begin_inset Index
24267 status collapsed
24268
24269 \begin_layout Plain Layout
24270 Comandos ! S ! 
24271 \backslash
24272 stackrel
24273 \end_layout
24274
24275 \end_inset
24276
24277 :
24278 \end_layout
24279
24280 \begin_layout Standard
24281 \align center
24282 \begin_inset Tabular
24283 <lyxtabular version="3" rows="2" columns="2">
24284 <features>
24285 <column alignment="center" valignment="top" width="0">
24286 <column alignment="center" valignment="top" width="0">
24287 <row>
24288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292 Comando
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301 Resultado
24302 \begin_inset Note Note
24303 status collapsed
24304
24305 \begin_layout Plain Layout
24306
24307 \series bold
24308
24309 \backslash
24310 raisebox
24311 \series default
24312  se usa sólo como espaciador
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 </row>
24323 <row>
24324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328 A(r)
24329 \backslash
24330 stackrel
24331 \begin_inset ERT
24332 status collapsed
24333
24334 \begin_layout Plain Layout
24335
24336
24337 \backslash
24338 spce 
24339 \end_layout
24340
24341 \end_inset
24342
24343 r
24344 \backslash
24345 to
24346 \backslash
24347 infty
24348 \begin_inset ERT
24349 status collapsed
24350
24351 \begin_layout Plain Layout
24352
24353
24354 \backslash
24355 spce 
24356 \end_layout
24357
24358 \end_inset
24359
24360
24361 \begin_inset Formula $\downarrow$
24362 \end_inset
24363
24364
24365 \backslash
24366 approx
24367 \begin_inset ERT
24368 status collapsed
24369
24370 \begin_layout Plain Layout
24371
24372
24373 \backslash
24374 spce 
24375 \end_layout
24376
24377 \end_inset
24378
24379
24380 \begin_inset ERT
24381 status collapsed
24382
24383 \begin_layout Plain Layout
24384
24385
24386 \backslash
24387 spce 
24388 \end_layout
24389
24390 \end_inset
24391
24392 B
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24402 \end_inset
24403
24404
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 </row>
24410 </lyxtabular>
24411
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \begin_layout Section
24418 Funciones
24419 \end_layout
24420
24421 \begin_layout Subsection
24422 Funciones predefinidas
24423 \begin_inset CommandInset label
24424 LatexCommand label
24425 name "sub:Funciones-predefinidas"
24426
24427 \end_inset
24428
24429
24430 \begin_inset Index
24431 status collapsed
24432
24433 \begin_layout Plain Layout
24434 Funciones ! predefinidas
24435 \end_layout
24436
24437 \end_inset
24438
24439
24440 \begin_inset Index
24441 status collapsed
24442
24443 \begin_layout Plain Layout
24444 Funciones ! en español
24445 \end_layout
24446
24447 \end_inset
24448
24449
24450 \end_layout
24451
24452 \begin_layout Standard
24453 En general las variables se escriben en 
24454 \emph on
24455 cursiva
24456 \emph default
24457  en expresiones matemáticas, pero no los nombres de las funciones, porque
24458  
24459 \begin_inset Formula $sen$
24460 \end_inset
24461
24462  podría confundirse con 
24463 \begin_inset Formula $s\cdot e\cdot n$
24464 \end_inset
24465
24466 .
24467  Por eso hay funciones predefinidas, que además se separan un poco del factor
24468  precedente.
24469  Se insertan como comandos con una barra inversa  delante de su nombre.
24470 \end_layout
24471
24472 \begin_layout Standard
24473 \align center
24474 \begin_inset Tabular
24475 <lyxtabular version="3" rows="2" columns="4">
24476 <features>
24477 <column alignment="center" valignment="top" width="0pt">
24478 <column alignment="center" valignment="top" width="0pt">
24479 <column alignment="center" valignment="top" width="0pt">
24480 <column alignment="center" valignment="top" width="0pt">
24481 <row>
24482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486 Comando
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495 Resultado
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504 Comando
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24510 \begin_inset Text
24511
24512 \begin_layout Plain Layout
24513 Resultado
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 </row>
24519 <row>
24520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524 Asen(x)+B
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24530 \begin_inset Text
24531
24532 \begin_layout Plain Layout
24533 \begin_inset Formula $Asen(x)+B$
24534 \end_inset
24535
24536
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545 A
24546 \backslash
24547 sen(x)+B
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556 \begin_inset Formula $A\sen(x)+B$
24557 \end_inset
24558
24559
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 </row>
24565 </lyxtabular>
24566
24567 \end_inset
24568
24569
24570 \end_layout
24571
24572 \begin_layout Standard
24573 Las funciones siguientes están predefinidas:
24574 \begin_inset Foot
24575 status collapsed
24576
24577 \begin_layout Plain Layout
24578 Se han añadido los comandos equivalentes suministrados por el estilo 
24579 \series bold
24580 spanish
24581 \series default
24582  de 
24583 \series bold
24584 babel
24585 \series default
24586 , adaptados a las convenciones hispanohablantes.
24587  Además, en su caso, las funciones serán acentuadas automáticamente en la
24588  salida, p.
24589 \begin_inset space \thinspace{}
24590 \end_inset
24591
24592 e.
24593  
24594 \begin_inset Quotes fld
24595 \end_inset
24596
24597 lím
24598 \begin_inset Quotes frd
24599 \end_inset
24600
24601  o 
24602 \begin_inset Quotes fld
24603 \end_inset
24604
24605 máx
24606 \begin_inset Quotes frd
24607 \end_inset
24608
24609 .
24610  Más información en 
24611 \begin_inset CommandInset citation
24612 LatexCommand cite
24613 key "spanish"
24614
24615 \end_inset
24616
24617 .
24618  (
24619 \emph on
24620 N.
24621 \begin_inset space \thinspace{}
24622 \end_inset
24623
24624 del t.
24625 \emph default
24626 )
24627 \end_layout
24628
24629 \end_inset
24630
24631
24632 \end_layout
24633
24634 \begin_layout Standard
24635 \begin_inset VSpace -2mm
24636 \end_inset
24637
24638
24639 \end_layout
24640
24641 \begin_layout Standard
24642 \align center
24643 \begin_inset Tabular
24644 <lyxtabular version="3" rows="9" columns="7">
24645 <features>
24646 <column alignment="center" valignment="top" width="0pt">
24647 <column alignment="center" valignment="top" width="0pt">
24648 <column alignment="center" valignment="top" width="0pt">
24649 <column alignment="center" valignment="top" width="0pt">
24650 <column alignment="center" valignment="top" width="0pt">
24651 <column alignment="center" valignment="top" width="0pt">
24652 <column alignment="center" valignment="top" width="0pt">
24653 <row>
24654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658 Comando
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24664 \begin_inset Text
24665
24666 \begin_layout Plain Layout
24667 español
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676 Comando
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685 español
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Plain Layout
24694 Comando
24695 \end_layout
24696
24697 \end_inset
24698 </cell>
24699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24700 \begin_inset Text
24701
24702 \begin_layout Plain Layout
24703 español
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712 Comando
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 </row>
24718 <row>
24719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723
24724 \backslash
24725 sin
24726 \end_layout
24727
24728 \end_inset
24729 </cell>
24730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734
24735 \backslash
24736 sen
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745
24746 \backslash
24747 sinh
24748 \end_layout
24749
24750 \end_inset
24751 </cell>
24752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756
24757 \backslash
24758 senh
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24764 \begin_inset Text
24765
24766 \begin_layout Plain Layout
24767
24768 \backslash
24769 arcsin
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24775 \begin_inset Text
24776
24777 \begin_layout Plain Layout
24778
24779 \backslash
24780 arcsen
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Plain Layout
24789
24790 \backslash
24791 sup
24792 \end_layout
24793
24794 \end_inset
24795 </cell>
24796 </row>
24797 <row>
24798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802
24803 \backslash
24804 cos
24805 \end_layout
24806
24807 \end_inset
24808 </cell>
24809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24810 \begin_inset Text
24811
24812 \begin_layout Plain Layout
24813
24814 \end_layout
24815
24816 \end_inset
24817 </cell>
24818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24819 \begin_inset Text
24820
24821 \begin_layout Plain Layout
24822
24823 \backslash
24824 cosh
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24830 \begin_inset Text
24831
24832 \begin_layout Plain Layout
24833
24834 \end_layout
24835
24836 \end_inset
24837 </cell>
24838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Plain Layout
24842
24843 \backslash
24844 arccos
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24850 \begin_inset Text
24851
24852 \begin_layout Plain Layout
24853
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862
24863 \backslash
24864 inf
24865 \end_layout
24866
24867 \end_inset
24868 </cell>
24869 </row>
24870 <row>
24871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875
24876 \backslash
24877 tan
24878 \end_layout
24879
24880 \end_inset
24881 </cell>
24882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24883 \begin_inset Text
24884
24885 \begin_layout Plain Layout
24886
24887 \backslash
24888 tg
24889 \end_layout
24890
24891 \end_inset
24892 </cell>
24893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897
24898 \backslash
24899 tanh
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908
24909 \backslash
24910 tgh
24911 \end_layout
24912
24913 \end_inset
24914 </cell>
24915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919
24920 \backslash
24921 arctan
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930
24931 \backslash
24932 arctg
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941
24942 \backslash
24943 lim
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 </row>
24949 <row>
24950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954
24955 \backslash
24956 cot
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965
24966 \backslash
24967 cotg
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976
24977 \backslash
24978 coth
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996
24997 \backslash
24998 arg
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007
25008 \end_layout
25009
25010 \end_inset
25011 </cell>
25012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25013 \begin_inset Text
25014
25015 \begin_layout Plain Layout
25016
25017 \backslash
25018 liminf
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 </row>
25024 <row>
25025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25026 \begin_inset Text
25027
25028 \begin_layout Plain Layout
25029
25030 \backslash
25031 sec
25032 \end_layout
25033
25034 \end_inset
25035 </cell>
25036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25037 \begin_inset Text
25038
25039 \begin_layout Plain Layout
25040
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049
25050 \backslash
25051 min
25052 \end_layout
25053
25054 \end_inset
25055 </cell>
25056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25057 \begin_inset Text
25058
25059 \begin_layout Plain Layout
25060
25061 \end_layout
25062
25063 \end_inset
25064 </cell>
25065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069
25070 \backslash
25071 deg
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089
25090 \backslash
25091 limsup
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 </row>
25097 <row>
25098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102
25103 \backslash
25104 csc
25105 \end_layout
25106
25107 \end_inset
25108 </cell>
25109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25110 \begin_inset Text
25111
25112 \begin_layout Plain Layout
25113
25114 \backslash
25115 cosec
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124
25125 \backslash
25126 max
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 det
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25161 \begin_inset Text
25162
25163 \begin_layout Plain Layout
25164
25165 \backslash
25166 Pr
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 </row>
25172 <row>
25173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25174 \begin_inset Text
25175
25176 \begin_layout Plain Layout
25177
25178 \backslash
25179 ln
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197
25198 \backslash
25199 exp
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25205 \begin_inset Text
25206
25207 \begin_layout Plain Layout
25208
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25214 \begin_inset Text
25215
25216 \begin_layout Plain Layout
25217
25218 \backslash
25219 dim
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25225 \begin_inset Text
25226
25227 \begin_layout Plain Layout
25228
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237
25238 \backslash
25239 hom
25240 \end_layout
25241
25242 \end_inset
25243 </cell>
25244 </row>
25245 <row>
25246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25247 \begin_inset Text
25248
25249 \begin_layout Plain Layout
25250
25251 \backslash
25252 lg
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270
25271 \backslash
25272 log
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Plain Layout
25281
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Plain Layout
25290
25291 \backslash
25292 ker
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Plain Layout
25310
25311 \backslash
25312 gcd
25313 \end_layout
25314
25315 \end_inset
25316 </cell>
25317 </row>
25318 </lyxtabular>
25319
25320 \end_inset
25321
25322
25323 \end_layout
25324
25325 \begin_layout Standard
25326 También se pueden insertar con el botón 
25327 \begin_inset Graphics
25328         filename ../../images/math/functions.png
25329         scale 85
25330
25331 \end_inset
25332
25333  de la barra de ecuaciones.
25334 \end_layout
25335
25336 \begin_layout Subsection
25337 Funciones definidas por el usuario
25338 \begin_inset Index
25339 status collapsed
25340
25341 \begin_layout Plain Layout
25342 Funciones ! personalizadas
25343 \end_layout
25344
25345 \end_inset
25346
25347
25348 \end_layout
25349
25350 \begin_layout Standard
25351 Para usar una función no predefinida, como por ejemplo la función signo,
25352  sgn(x), hay dos posibilidades:
25353 \end_layout
25354
25355 \begin_layout Itemize
25356 Define la función añadiendo al preámbulo LaTeX la línea
25357 \begin_inset Foot
25358 status collapsed
25359
25360 \begin_layout Plain Layout
25361 Más sobre 
25362 \series bold
25363
25364 \backslash
25365 DeclareMathOperator
25366 \series default
25367  en 
25368 \begin_inset CommandInset ref
25369 LatexCommand ref
25370 reference "sub:Operadores-de-usuario"
25371
25372 \end_inset
25373
25374
25375 \end_layout
25376
25377 \end_inset
25378
25379
25380 \begin_inset Newline newline
25381 \end_inset
25382
25383
25384 \begin_inset VSpace -3mm
25385 \end_inset
25386
25387
25388 \begin_inset Newline newline
25389 \end_inset
25390
25391
25392 \series bold
25393
25394 \backslash
25395 DeclareMathOperator{
25396 \backslash
25397 sgn}{sgn}
25398 \series default
25399
25400 \begin_inset Index
25401 status collapsed
25402
25403 \begin_layout Plain Layout
25404 Comandos ! D ! 
25405 \backslash
25406 dbinom@
25407 \backslash
25408 DeclareMathOperator
25409 \end_layout
25410
25411 \end_inset
25412
25413
25414 \begin_inset Newline newline
25415 \end_inset
25416
25417
25418 \begin_inset VSpace -2mm
25419 \end_inset
25420
25421
25422 \begin_inset Newline newline
25423 \end_inset
25424
25425 Ahora la función recién definida se puede obtener con el comando 
25426 \series bold
25427
25428 \backslash
25429 sgn
25430 \series default
25431 .
25432 \end_layout
25433
25434 \begin_layout Itemize
25435 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25436  en nuestro ejemplo las letras 
25437 \emph on
25438 sgn
25439 \emph default
25440 , y cámbialo a texto matemático.
25441  Entre el factor precedente y la función se inserta un espacio.
25442 \end_layout
25443
25444 \begin_layout Standard
25445 El resultado con ambos métodos es el mismo que con una función predefinida:
25446 \begin_inset Foot
25447 status collapsed
25448
25449 \begin_layout Plain Layout
25450 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25451  negro.
25452 \end_layout
25453
25454 \end_inset
25455
25456
25457 \end_layout
25458
25459 \begin_layout Standard
25460 \align center
25461 \begin_inset Tabular
25462 <lyxtabular version="3" rows="3" columns="2">
25463 <features>
25464 <column alignment="center" valignment="top" width="0pt">
25465 <column alignment="center" valignment="top" width="0pt">
25466 <row>
25467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Plain Layout
25471 Comando
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Plain Layout
25480 Resultado
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 </row>
25486 <row>
25487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25488 \begin_inset Text
25489
25490 \begin_layout Plain Layout
25491 A
25492 \backslash
25493 sgn(x)+B
25494 \end_layout
25495
25496 \end_inset
25497 </cell>
25498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25499 \begin_inset Text
25500
25501 \begin_layout Plain Layout
25502 \begin_inset Formula $A\sgn(x)+B$
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 </row>
25511 <row>
25512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516 A
25517 \backslash
25518 ,
25519 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25520 \end_inset
25521
25522 (x)+B
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25528 \begin_inset Text
25529
25530 \begin_layout Plain Layout
25531 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 </row>
25540 </lyxtabular>
25541
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \begin_layout Standard
25548 El primer método es preferible si la función se va a usar varias veces.
25549 \end_layout
25550
25551 \begin_layout Subsection
25552 Límites
25553 \begin_inset Index
25554 status collapsed
25555
25556 \begin_layout Plain Layout
25557 Limites@Límites
25558 \end_layout
25559
25560 \end_inset
25561
25562
25563 \end_layout
25564
25565 \begin_layout Standard
25566 Para límites, además de 
25567 \series bold
25568
25569 \backslash
25570 lim
25571 \series default
25572
25573 \begin_inset Index
25574 status collapsed
25575
25576 \begin_layout Plain Layout
25577 Comandos ! L ! 
25578 \backslash
25579 lim
25580 \end_layout
25581
25582 \end_inset
25583
25584
25585 \series bold
25586
25587 \backslash
25588 liminf
25589 \series default
25590  y 
25591 \series bold
25592
25593 \backslash
25594 limsup
25595 \series default
25596  están definidas las siguientes funciones:
25597 \series bold
25598  
25599 \end_layout
25600
25601 \begin_layout Standard
25602 \noindent
25603 \align center
25604 \begin_inset Tabular
25605 <lyxtabular version="3" rows="5" columns="2">
25606 <features>
25607 <column alignment="center" valignment="top" width="0">
25608 <column alignment="center" valignment="top" width="0">
25609 <row>
25610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25611 \begin_inset Text
25612
25613 \begin_layout Plain Layout
25614 Comando
25615 \end_layout
25616
25617 \end_inset
25618 </cell>
25619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25620 \begin_inset Text
25621
25622 \begin_layout Plain Layout
25623 Resultado
25624 \begin_inset Note Note
25625 status collapsed
25626
25627 \begin_layout Plain Layout
25628
25629 \series bold
25630
25631 \backslash
25632 raisebox
25633 \series default
25634  se usa sólo como espaciador
25635 \end_layout
25636
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 </row>
25645 <row>
25646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Plain Layout
25650
25651 \backslash
25652 varliminf
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661 \begin_inset Formula $\varliminf$
25662 \end_inset
25663
25664
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 </row>
25670 <row>
25671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25672 \begin_inset Text
25673
25674 \begin_layout Plain Layout
25675
25676 \backslash
25677 varlimsup
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Plain Layout
25686 \begin_inset Formula $\varlimsup$
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \end_inset
25693 </cell>
25694 </row>
25695 <row>
25696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700
25701 \backslash
25702 varprojlim
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25708 \begin_inset Text
25709
25710 \begin_layout Plain Layout
25711 \begin_inset Formula $\varprojlim$
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \end_inset
25718 </cell>
25719 </row>
25720 <row>
25721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25722 \begin_inset Text
25723
25724 \begin_layout Plain Layout
25725
25726 \backslash
25727 varinjlim
25728 \end_layout
25729
25730 \end_inset
25731 </cell>
25732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25733 \begin_inset Text
25734
25735 \begin_layout Plain Layout
25736 \begin_inset Formula $\varinjlim$
25737 \end_inset
25738
25739
25740 \begin_inset Formula $\raisebox{-2.5mm}{}$
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 </row>
25749 </lyxtabular>
25750
25751 \end_inset
25752
25753
25754 \end_layout
25755
25756 \begin_layout Standard
25757 \begin_inset VSpace medskip
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \begin_layout Standard
25764 El límite se crea insertando un subíndice.
25765  Se imprime a la derecha junto a la función en una fórmula en línea:
25766 \end_layout
25767
25768 \begin_layout Standard
25769 \noindent
25770 \align center
25771 \begin_inset Tabular
25772 <lyxtabular version="3" rows="2" columns="2">
25773 <features>
25774 <column alignment="center" valignment="top" width="0pt">
25775 <column alignment="center" valignment="top" width="0pt">
25776 <row>
25777 <cell alignment="center" valignment="top" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781 Comando
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 <cell alignment="center" valignment="top" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790 \begin_inset space \hspace{}
25791 \length 1cm
25792 \end_inset
25793
25794 Resultado
25795 \begin_inset Note Note
25796 status collapsed
25797
25798 \begin_layout Plain Layout
25799
25800 \series bold
25801
25802 \backslash
25803 raisebox
25804 \series default
25805  se usa sólo como espaciador
25806 \end_layout
25807
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 </row>
25816 <row>
25817 <cell alignment="center" valignment="top" usebox="none">
25818 \begin_inset Text
25819
25820 \begin_layout Plain Layout
25821
25822 \backslash
25823 lim_x
25824 \backslash
25825 to
25826 \begin_inset ERT
25827 status collapsed
25828
25829 \begin_layout Plain Layout
25830
25831
25832 \backslash
25833 spce 
25834 \end_layout
25835
25836 \end_inset
25837
25838 A
25839 \begin_inset ERT
25840 status collapsed
25841
25842 \begin_layout Plain Layout
25843
25844
25845 \backslash
25846 spce 
25847 \end_layout
25848
25849 \end_inset
25850
25851 x=B
25852 \end_layout
25853
25854 \end_inset
25855 </cell>
25856 <cell alignment="center" valignment="top" usebox="none">
25857 \begin_inset Text
25858
25859 \begin_layout Plain Layout
25860 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25861 \end_inset
25862
25863
25864 \end_layout
25865
25866 \end_inset
25867 </cell>
25868 </row>
25869 </lyxtabular>
25870
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \begin_layout Standard
25877 En una ecuación presentada el límite se imprime debajo, como es habitual:
25878 \begin_inset Formula \[
25879 \lim\limits _{x\rightarrow A}=B\]
25880
25881 \end_inset
25882
25883
25884 \end_layout
25885
25886 \begin_layout Subsection
25887 Función módulo
25888 \begin_inset Index
25889 status collapsed
25890
25891 \begin_layout Plain Layout
25892 Funciones ! módulo
25893 \end_layout
25894
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \begin_layout Standard
25901 La función módulo es especial, porque existe en cuatro variantes.
25902 \end_layout
25903
25904 \begin_layout Standard
25905 En una ecuación presentada:
25906 \begin_inset Formula \begin{align*}
25907 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25908 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25909 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25910 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25911 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25912
25913 \end_inset
25914
25915 En una ecuación en línea se pone menos espacio delante del nombre de la
25916  función para todas las variantes.
25917 \end_layout
25918
25919 \begin_layout Section
25920 Caracteres especiales
25921 \begin_inset Index
25922 status collapsed
25923
25924 \begin_layout Plain Layout
25925 Caracteres especiales
25926 \end_layout
25927
25928 \end_inset
25929
25930
25931 \end_layout
25932
25933 \begin_layout Subsection
25934 Caracteres especiales en texto matemático
25935 \end_layout
25936
25937 \begin_layout Standard
25938 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25939  TeX:
25940 \end_layout
25941
25942 \begin_layout Standard
25943 \begin_inset space \hfill{}
25944 \end_inset
25945
25946
25947 \begin_inset Tabular
25948 <lyxtabular version="3" rows="8" columns="2">
25949 <features>
25950 <column alignment="block" valignment="top" width="0">
25951 <column alignment="block" valignment="top" width="0">
25952 <row>
25953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957 Comando
25958 \end_layout
25959
25960 \end_inset
25961 </cell>
25962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966 Resultado
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 </row>
25972 <row>
25973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25974 \begin_inset Text
25975
25976 \begin_layout Plain Layout
25977
25978 \backslash
25979 oe
25980 \end_layout
25981
25982 \end_inset
25983 </cell>
25984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25985 \begin_inset Text
25986
25987 \begin_layout Plain Layout
25988 \begin_inset Formula $\textrm{œ}$
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 </row>
25997 <row>
25998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25999 \begin_inset Text
26000
26001 \begin_layout Plain Layout
26002
26003 \backslash
26004 OE
26005 \end_layout
26006
26007 \end_inset
26008 </cell>
26009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26010 \begin_inset Text
26011
26012 \begin_layout Plain Layout
26013 \begin_inset Formula $\textrm{Œ}$
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 </row>
26022 <row>
26023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26024 \begin_inset Text
26025
26026 \begin_layout Plain Layout
26027
26028 \backslash
26029 ae
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Plain Layout
26038 \begin_inset Formula $\textrm{æ}$
26039 \end_inset
26040
26041
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 </row>
26047 <row>
26048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26049 \begin_inset Text
26050
26051 \begin_layout Plain Layout
26052
26053 \backslash
26054 AE
26055 \end_layout
26056
26057 \end_inset
26058 </cell>
26059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063 \begin_inset Formula $\textrm{Æ}$
26064 \end_inset
26065
26066
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 </row>
26072 <row>
26073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077
26078 \backslash
26079 aa
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 \begin_inset Formula $\textrm{\aa}$
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 </row>
26097 <row>
26098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102
26103 \backslash
26104 AA
26105 \begin_inset Index
26106 status collapsed
26107
26108 \begin_layout Plain Layout
26109
26110 \backslash
26111 @
26112 \begin_inset ERT
26113 status collapsed
26114
26115 \begin_layout Plain Layout
26116
26117
26118 \backslash
26119 textrm{
26120 \backslash
26121 AA}
26122 \end_layout
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \end_inset
26130
26131
26132 \end_layout
26133
26134 \end_inset
26135 </cell>
26136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26137 \begin_inset Text
26138
26139 \begin_layout Plain Layout
26140 \begin_inset Formula $\textrm{Å}$
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 </row>
26149 <row>
26150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154
26155 \backslash
26156 i
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Plain Layout
26165 \begin_inset Formula $\textrm{ı}$
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 </row>
26174 </lyxtabular>
26175
26176 \end_inset
26177
26178
26179 \begin_inset space \hfill{}
26180 \end_inset
26181
26182
26183 \begin_inset Tabular
26184 <lyxtabular version="3" rows="8" columns="2">
26185 <features>
26186 <column alignment="block" valignment="top" width="0">
26187 <column alignment="center" valignment="top" width="0">
26188 <row>
26189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193 Comando
26194 \begin_inset Note Note
26195 status collapsed
26196
26197 \begin_layout Plain Layout
26198
26199 \series bold
26200
26201 \backslash
26202 raisebox
26203 \series default
26204  se usa sólo como espaciador
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \end_inset
26213 </cell>
26214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26215 \begin_inset Text
26216
26217 \begin_layout Plain Layout
26218 Resultado
26219 \end_layout
26220
26221 \end_inset
26222 </cell>
26223 </row>
26224 <row>
26225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229
26230 \backslash
26231 o
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240 \begin_inset Formula $\textrm{ø}$
26241 \end_inset
26242
26243
26244 \end_layout
26245
26246 \end_inset
26247 </cell>
26248 </row>
26249 <row>
26250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Plain Layout
26254
26255 \backslash
26256 O
26257 \end_layout
26258
26259 \end_inset
26260 </cell>
26261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26262 \begin_inset Text
26263
26264 \begin_layout Plain Layout
26265 \begin_inset Formula $\textrm{Ø}$
26266 \end_inset
26267
26268
26269 \end_layout
26270
26271 \end_inset
26272 </cell>
26273 </row>
26274 <row>
26275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26276 \begin_inset Text
26277
26278 \begin_layout Plain Layout
26279
26280 \backslash
26281 l
26282 \end_layout
26283
26284 \end_inset
26285 </cell>
26286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26287 \begin_inset Text
26288
26289 \begin_layout Plain Layout
26290 \begin_inset Formula $\textrm{ł}$
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \end_inset
26297 </cell>
26298 </row>
26299 <row>
26300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304
26305 \backslash
26306 L
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315 \begin_inset Formula $\textrm{Ł}$
26316 \end_inset
26317
26318
26319 \end_layout
26320
26321 \end_inset
26322 </cell>
26323 </row>
26324 <row>
26325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26326 \begin_inset Text
26327
26328 \begin_layout Plain Layout
26329 !
26330 \begin_inset space \hspace{}
26331 \length 0mm
26332 \end_inset
26333
26334 `
26335 \begin_inset ERT
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339
26340
26341 \backslash
26342 spce 
26343 \end_layout
26344
26345 \end_inset
26346
26347
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26353 \begin_inset Text
26354
26355 \begin_layout Plain Layout
26356 \begin_inset Formula $\textrm{!`}$
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \end_inset
26363 </cell>
26364 </row>
26365 <row>
26366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26367 \begin_inset Text
26368
26369 \begin_layout Plain Layout
26370 ?
26371 \begin_inset space \hspace{}
26372 \length 0mm
26373 \end_inset
26374
26375 `
26376 \begin_inset ERT
26377 status collapsed
26378
26379 \begin_layout Plain Layout
26380
26381
26382 \backslash
26383 spce 
26384 \end_layout
26385
26386 \end_inset
26387
26388
26389 \end_layout
26390
26391 \end_inset
26392 </cell>
26393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26394 \begin_inset Text
26395
26396 \begin_layout Plain Layout
26397 \begin_inset Formula $\textrm{?`}$
26398 \end_inset
26399
26400
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 </row>
26406 <row>
26407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26408 \begin_inset Text
26409
26410 \begin_layout Plain Layout
26411
26412 \backslash
26413 j
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26419 \begin_inset Text
26420
26421 \begin_layout Plain Layout
26422 \begin_inset Formula $\textrm{ȷ}$
26423 \end_inset
26424
26425
26426 \end_layout
26427
26428 \end_inset
26429 </cell>
26430 </row>
26431 </lyxtabular>
26432
26433 \end_inset
26434
26435
26436 \begin_inset space \hfill{}
26437 \end_inset
26438
26439
26440 \end_layout
26441
26442 \begin_layout Standard
26443 Los caracteres 
26444 \begin_inset Formula $\textrm{\textrm{Å}}$
26445 \end_inset
26446
26447  y 
26448 \begin_inset Formula $\textrm{\textrm{Ø}}$
26449 \end_inset
26450
26451  también se pueden insertar mediante el botón 
26452 \begin_inset Graphics
26453         filename ../../images/math/digamma.png
26454         scale 85
26455
26456 \end_inset
26457
26458  de la barra de ecuaciones.
26459 \end_layout
26460
26461 \begin_layout Standard
26462 Los comandos 
26463 \series bold
26464 !
26465 \begin_inset space \hspace{}
26466 \length 0mm
26467 \end_inset
26468
26469 `
26470 \series default
26471  y 
26472 \series bold
26473 ?
26474 \begin_inset space \hspace{}
26475 \length 0mm
26476 \end_inset
26477
26478 `
26479 \series default
26480  son una excepción porque se pueden insertar directamente a texto en LyX.
26481  
26482 \end_layout
26483
26484 \begin_layout Subsection
26485 Acentos en texto
26486 \begin_inset CommandInset label
26487 LatexCommand label
26488 name "sub:Acentos-en-texto"
26489
26490 \end_inset
26491
26492
26493 \begin_inset Index
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497 Acentos ! en texto
26498 \end_layout
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \begin_layout Standard
26506 Con los siguientes comandos se pueden acentuar todas las letras.
26507  Los comandos deben ponerse en modo TeX.
26508 \end_layout
26509
26510 \begin_layout Standard
26511 \begin_inset space \hfill{}
26512 \end_inset
26513
26514
26515 \begin_inset Tabular
26516 <lyxtabular version="3" rows="8" columns="2">
26517 <features>
26518 <column alignment="block" valignment="top" width="0">
26519 <column alignment="block" valignment="top" width="0">
26520 <row>
26521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525 Comando
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 Resultado
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 </row>
26540 <row>
26541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Plain Layout
26545
26546 \backslash
26547
26548 \begin_inset Quotes grd
26549 \end_inset
26550
26551 e
26552 \end_layout
26553
26554 \end_inset
26555 </cell>
26556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26557 \begin_inset Text
26558
26559 \begin_layout Plain Layout
26560 \begin_inset ERT
26561 status collapsed
26562
26563 \begin_layout Plain Layout
26564
26565
26566 \backslash
26567 "e
26568 \end_layout
26569
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 </row>
26578 <row>
26579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26580 \begin_inset Text
26581
26582 \begin_layout Plain Layout
26583
26584 \backslash
26585 `e
26586 \end_layout
26587
26588 \end_inset
26589 </cell>
26590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26591 \begin_inset Text
26592
26593 \begin_layout Plain Layout
26594 \begin_inset ERT
26595 status collapsed
26596
26597 \begin_layout Plain Layout
26598
26599
26600 \backslash
26601 `e
26602 \end_layout
26603
26604 \end_inset
26605
26606
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 </row>
26612 <row>
26613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Plain Layout
26617
26618 \backslash
26619 ^
26620 \begin_inset ERT
26621 status collapsed
26622
26623 \begin_layout Plain Layout
26624
26625
26626 \backslash
26627 spce 
26628 \end_layout
26629
26630 \end_inset
26631
26632 e
26633 \end_layout
26634
26635 \end_inset
26636 </cell>
26637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26638 \begin_inset Text
26639
26640 \begin_layout Plain Layout
26641 \begin_inset ERT
26642 status collapsed
26643
26644 \begin_layout Plain Layout
26645
26646
26647 \backslash
26648 ^e
26649 \end_layout
26650
26651 \end_inset
26652
26653
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 </row>
26659 <row>
26660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Plain Layout
26664
26665 \backslash
26666 =e
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Plain Layout
26675 \begin_inset ERT
26676 status collapsed
26677
26678 \begin_layout Plain Layout
26679
26680
26681 \backslash
26682 =e
26683 \end_layout
26684
26685 \end_inset
26686
26687
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 </row>
26693 <row>
26694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698
26699 \backslash
26700 u
26701 \begin_inset ERT
26702 status collapsed
26703
26704 \begin_layout Plain Layout
26705
26706
26707 \backslash
26708 spce 
26709 \end_layout
26710
26711 \end_inset
26712
26713 e
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Plain Layout
26722 \begin_inset ERT
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726
26727
26728 \backslash
26729 u e
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 </row>
26740 <row>
26741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26742 \begin_inset Text
26743
26744 \begin_layout Plain Layout
26745
26746 \backslash
26747 b
26748 \begin_inset ERT
26749 status collapsed
26750
26751 \begin_layout Plain Layout
26752
26753
26754 \backslash
26755 spce 
26756 \end_layout
26757
26758 \end_inset
26759
26760 e
26761 \end_layout
26762
26763 \end_inset
26764 </cell>
26765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26766 \begin_inset Text
26767
26768 \begin_layout Plain Layout
26769 \begin_inset ERT
26770 status collapsed
26771
26772 \begin_layout Plain Layout
26773
26774
26775 \backslash
26776 b e
26777 \end_layout
26778
26779 \end_inset
26780
26781
26782 \end_layout
26783
26784 \end_inset
26785 </cell>
26786 </row>
26787 <row>
26788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26789 \begin_inset Text
26790
26791 \begin_layout Plain Layout
26792
26793 \backslash
26794 t
26795 \begin_inset ERT
26796 status collapsed
26797
26798 \begin_layout Plain Layout
26799
26800
26801 \backslash
26802 spce 
26803 \end_layout
26804
26805 \end_inset
26806
26807 ee
26808 \end_layout
26809
26810 \end_inset
26811 </cell>
26812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26813 \begin_inset Text
26814
26815 \begin_layout Plain Layout
26816 \begin_inset ERT
26817 status collapsed
26818
26819 \begin_layout Plain Layout
26820
26821
26822 \backslash
26823 t ee
26824 \end_layout
26825
26826 \end_inset
26827
26828
26829 \end_layout
26830
26831 \end_inset
26832 </cell>
26833 </row>
26834 </lyxtabular>
26835
26836 \end_inset
26837
26838
26839 \begin_inset space \hfill{}
26840 \end_inset
26841
26842
26843 \begin_inset Tabular
26844 <lyxtabular version="3" rows="8" columns="2">
26845 <features>
26846 <column alignment="block" valignment="top" width="0">
26847 <column alignment="center" valignment="top" width="0">
26848 <row>
26849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26850 \begin_inset Text
26851
26852 \begin_layout Plain Layout
26853 Comando
26854 \end_layout
26855
26856 \end_inset
26857 </cell>
26858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26859 \begin_inset Text
26860
26861 \begin_layout Plain Layout
26862 Resultado
26863 \end_layout
26864
26865 \end_inset
26866 </cell>
26867 </row>
26868 <row>
26869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26870 \begin_inset Text
26871
26872 \begin_layout Plain Layout
26873
26874 \backslash
26875 H
26876 \begin_inset ERT
26877 status collapsed
26878
26879 \begin_layout Plain Layout
26880
26881
26882 \backslash
26883 spce 
26884 \end_layout
26885
26886 \end_inset
26887
26888 e
26889 \end_layout
26890
26891 \end_inset
26892 </cell>
26893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26894 \begin_inset Text
26895
26896 \begin_layout Plain Layout
26897 \begin_inset ERT
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901
26902
26903 \backslash
26904 H e
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \end_inset
26913 </cell>
26914 </row>
26915 <row>
26916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26917 \begin_inset Text
26918
26919 \begin_layout Plain Layout
26920
26921 \backslash
26922 'e
26923 \end_layout
26924
26925 \end_inset
26926 </cell>
26927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26928 \begin_inset Text
26929
26930 \begin_layout Plain Layout
26931 \begin_inset ERT
26932 status collapsed
26933
26934 \begin_layout Plain Layout
26935
26936
26937 \backslash
26938 'e
26939 \end_layout
26940
26941 \end_inset
26942
26943
26944 \end_layout
26945
26946 \end_inset
26947 </cell>
26948 </row>
26949 <row>
26950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26951 \begin_inset Text
26952
26953 \begin_layout Plain Layout
26954
26955 \backslash
26956 ~e
26957 \begin_inset Index
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961 Tilde
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26972 \begin_inset Text
26973
26974 \begin_layout Plain Layout
26975 \begin_inset ERT
26976 status collapsed
26977
26978 \begin_layout Plain Layout
26979
26980
26981 \backslash
26982 ~e
26983 \end_layout
26984
26985 \end_inset
26986
26987
26988 \end_layout
26989
26990 \end_inset
26991 </cell>
26992 </row>
26993 <row>
26994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26995 \begin_inset Text
26996
26997 \begin_layout Plain Layout
26998
26999 \backslash
27000 .e
27001 \end_layout
27002
27003 \end_inset
27004 </cell>
27005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27006 \begin_inset Text
27007
27008 \begin_layout Plain Layout
27009 \begin_inset ERT
27010 status collapsed
27011
27012 \begin_layout Plain Layout
27013
27014
27015 \backslash
27016 .e
27017 \end_layout
27018
27019 \end_inset
27020
27021
27022 \end_layout
27023
27024 \end_inset
27025 </cell>
27026 </row>
27027 <row>
27028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27029 \begin_inset Text
27030
27031 \begin_layout Plain Layout
27032
27033 \backslash
27034 v
27035 \begin_inset ERT
27036 status collapsed
27037
27038 \begin_layout Plain Layout
27039
27040
27041 \backslash
27042 spce 
27043 \end_layout
27044
27045 \end_inset
27046
27047 e
27048 \end_layout
27049
27050 \end_inset
27051 </cell>
27052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27053 \begin_inset Text
27054
27055 \begin_layout Plain Layout
27056 \begin_inset ERT
27057 status collapsed
27058
27059 \begin_layout Plain Layout
27060
27061
27062 \backslash
27063 v e
27064 \end_layout
27065
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \end_inset
27072 </cell>
27073 </row>
27074 <row>
27075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27076 \begin_inset Text
27077
27078 \begin_layout Plain Layout
27079
27080 \backslash
27081 d
27082 \begin_inset ERT
27083 status collapsed
27084
27085 \begin_layout Plain Layout
27086
27087
27088 \backslash
27089 spce 
27090 \end_layout
27091
27092 \end_inset
27093
27094 e
27095 \end_layout
27096
27097 \end_inset
27098 </cell>
27099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27100 \begin_inset Text
27101
27102 \begin_layout Plain Layout
27103 \begin_inset ERT
27104 status collapsed
27105
27106 \begin_layout Plain Layout
27107
27108
27109 \backslash
27110 d e
27111 \end_layout
27112
27113 \end_inset
27114
27115
27116 \end_layout
27117
27118 \end_inset
27119 </cell>
27120 </row>
27121 <row>
27122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27123 \begin_inset Text
27124
27125 \begin_layout Plain Layout
27126
27127 \backslash
27128 c
27129 \begin_inset ERT
27130 status collapsed
27131
27132 \begin_layout Plain Layout
27133
27134
27135 \backslash
27136 spce 
27137 \end_layout
27138
27139 \end_inset
27140
27141 e
27142 \end_layout
27143
27144 \end_inset
27145 </cell>
27146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27147 \begin_inset Text
27148
27149 \begin_layout Plain Layout
27150 \begin_inset ERT
27151 status collapsed
27152
27153 \begin_layout Plain Layout
27154
27155
27156 \backslash
27157 c e
27158 \end_layout
27159
27160 \end_inset
27161
27162
27163 \end_layout
27164
27165 \end_inset
27166 </cell>
27167 </row>
27168 </lyxtabular>
27169
27170 \end_inset
27171
27172
27173 \begin_inset space \hfill{}
27174 \end_inset
27175
27176
27177 \end_layout
27178
27179 \begin_layout Standard
27180 \begin_inset VSpace medskip
27181 \end_inset
27182
27183
27184 \end_layout
27185
27186 \begin_layout Standard
27187 Con el comando 
27188 \series bold
27189
27190 \backslash
27191 t
27192 \series default
27193  también se pueden acentuar dos caracteres distintos.
27194  El comando 
27195 \series bold
27196
27197 \backslash
27198 t
27199 \begin_inset ERT
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203
27204
27205 \backslash
27206 spce 
27207 \end_layout
27208
27209 \end_inset
27210
27211 sz
27212 \series default
27213  genera 
27214 \begin_inset ERT
27215 status collapsed
27216
27217 \begin_layout Plain Layout
27218
27219
27220 \backslash
27221 t sz
27222 \end_layout
27223
27224 \end_inset
27225
27226
27227 \end_layout
27228
27229 \begin_layout Standard
27230 Los acentos 
27231 \series bold
27232 `
27233 \series default
27234  , 
27235 \series bold
27236 '
27237 \series default
27238  y 
27239 \series bold
27240 ^
27241 \series default
27242  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27243  TeX.
27244  Lo mismo se aplica a la tilde
27245 \begin_inset Foot
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27250 \end_layout
27251
27252 \end_inset
27253
27254  con 
27255 \emph on
27256 a
27257 \emph default
27258
27259 \emph on
27260 o
27261 \emph default
27262  y 
27263 \emph on
27264 n.
27265 \end_layout
27266
27267 \begin_layout Standard
27268 Los comandos 
27269 \series bold
27270
27271 \backslash
27272 b
27273 \series default
27274  , 
27275 \series bold
27276
27277 \backslash
27278 c
27279 \series default
27280  , 
27281 \series bold
27282
27283 \backslash
27284 d
27285 \series default
27286  , 
27287 \series bold
27288
27289 \backslash
27290 H
27291 \series default
27292  , 
27293 \series bold
27294
27295 \backslash
27296 t
27297 \series default
27298  , 
27299 \series bold
27300
27301 \backslash
27302 u
27303 \series default
27304  , 
27305 \series bold
27306
27307 \backslash
27308 v
27309 \series default
27310 , y acentos insertados directamente con el teclado también están disponibles
27311  en texto matemático.
27312  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27313  
27314 \begin_inset CommandInset ref
27315 LatexCommand ref
27316 reference "sub:Acentos-para-un"
27317
27318 \end_inset
27319
27320 .
27321 \end_layout
27322
27323 \begin_layout Standard
27324 \begin_inset VSpace bigskip
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \begin_layout Standard
27331 Además, con el comando 
27332 \series bold
27333
27334 \backslash
27335 textcircled
27336 \series default
27337
27338 \begin_inset Index
27339 status collapsed
27340
27341 \begin_layout Plain Layout
27342 Comandos ! T ! 
27343 \backslash
27344 textcircled
27345 \end_layout
27346
27347 \end_inset
27348
27349  se pueden insertar en un círculo todos los números y letras, de forma parecida
27350  al símbolo copyright.
27351 \end_layout
27352
27353 \begin_layout Standard
27354 \noindent
27355 \align center
27356 \begin_inset Tabular
27357 <lyxtabular version="3" rows="3" columns="2">
27358 <features>
27359 <column alignment="center" valignment="top" width="0">
27360 <column alignment="center" valignment="top" width="0">
27361 <row>
27362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27363 \begin_inset Text
27364
27365 \begin_layout Plain Layout
27366 Comando
27367 \end_layout
27368
27369 \end_inset
27370 </cell>
27371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27372 \begin_inset Text
27373
27374 \begin_layout Plain Layout
27375 Resultado
27376 \begin_inset Note Note
27377 status collapsed
27378
27379 \begin_layout Plain Layout
27380
27381 \series bold
27382
27383 \backslash
27384 raisebox
27385 \series default
27386  se usa sólo como espaciador
27387 \end_layout
27388
27389 \end_inset
27390
27391
27392 \end_layout
27393
27394 \end_inset
27395 </cell>
27396 </row>
27397 <row>
27398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27399 \begin_inset Text
27400
27401 \begin_layout Plain Layout
27402
27403 \backslash
27404 textcircled{w}
27405 \end_layout
27406
27407 \end_inset
27408 </cell>
27409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27410 \begin_inset Text
27411
27412 \begin_layout Plain Layout
27413 \begin_inset ERT
27414 status collapsed
27415
27416 \begin_layout Plain Layout
27417
27418
27419 \backslash
27420 textcircled{w}
27421 \end_layout
27422
27423 \end_inset
27424
27425
27426 \end_layout
27427
27428 \end_inset
27429 </cell>
27430 </row>
27431 <row>
27432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27433 \begin_inset Text
27434
27435 \begin_layout Plain Layout
27436
27437 \backslash
27438 Large 
27439 \backslash
27440 textcircled{
27441 \backslash
27442 normalsize
27443 \backslash
27444 protect
27445 \backslash
27446 raisebox{-1.5pt}{W}}
27447 \end_layout
27448
27449 \end_inset
27450 </cell>
27451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27452 \begin_inset Text
27453
27454 \begin_layout Plain Layout
27455 \begin_inset Formula $\raisebox{4.5mm}{}$
27456 \end_inset
27457
27458
27459 \begin_inset ERT
27460 status collapsed
27461
27462 \begin_layout Plain Layout
27463
27464
27465 \backslash
27466 Large 
27467 \backslash
27468 textcircled{
27469 \backslash
27470 normalsize
27471 \backslash
27472 protect
27473 \backslash
27474 raisebox{-1.5pt}W}
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \begin_inset Formula $\raisebox{-2mm}{}$
27481 \end_inset
27482
27483
27484 \end_layout
27485
27486 \end_inset
27487 </cell>
27488 </row>
27489 </lyxtabular>
27490
27491 \end_inset
27492
27493
27494 \end_layout
27495
27496 \begin_layout Standard
27497 Hay que tener cuidado que el carácter se ajuste al círculo.
27498  Por eso 
27499 \series bold
27500
27501 \backslash
27502 Large
27503 \begin_inset Foot
27504 status collapsed
27505
27506 \begin_layout Plain Layout
27507 véase 
27508 \begin_inset CommandInset ref
27509 LatexCommand ref
27510 reference "sub:Tamaños-de-fuentes"
27511
27512 \end_inset
27513
27514
27515 \end_layout
27516
27517 \end_inset
27518
27519
27520 \series default
27521  especifica el tamaño del círculo.
27522  Con ayuda de 
27523 \series bold
27524
27525 \backslash
27526 raisebox
27527 \begin_inset Foot
27528 status collapsed
27529
27530 \begin_layout Plain Layout
27531 véase 
27532 \begin_inset CommandInset ref
27533 LatexCommand ref
27534 reference "sub:Cuadros-sin-marco"
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \end_inset
27542
27543
27544 \series default
27545  se puede centrar el carácter.
27546 \end_layout
27547
27548 \begin_layout Subsection
27549 Números en estilo antiguo
27550 \begin_inset Index
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554 Numeros@Números ! en estilo antiguo
27555 \end_layout
27556
27557 \end_inset
27558
27559
27560 \end_layout
27561
27562 \begin_layout Standard
27563 Los números en estilo antiguo o elzevirianos se componen con el comando
27564  
27565 \series bold
27566
27567 \backslash
27568 oldstylenums
27569 \series default
27570
27571 \begin_inset Index
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575 Comandos ! O ! 
27576 \backslash
27577 oldstylenums
27578 \end_layout
27579
27580 \end_inset
27581
27582 .
27583  El comando se puede usar en ecuaciones y en modo TeX.
27584  Su esquema es:
27585 \end_layout
27586
27587 \begin_layout Standard
27588
27589 \series bold
27590
27591 \backslash
27592 oldstylenums{número}
27593 \end_layout
27594
27595 \begin_layout Standard
27596 El comando 
27597 \series bold
27598
27599 \backslash
27600 oldstylenums{0123456789}
27601 \series default
27602  genera: 
27603 \begin_inset Formula $\oldstylenums{0123456789}$
27604 \end_inset
27605
27606
27607 \end_layout
27608
27609 \begin_layout Subsection
27610 Caracteres especiales misceláneos
27611 \begin_inset CommandInset label
27612 LatexCommand label
27613 name "sub:Caracteres-especiales-misceláneos"
27614
27615 \end_inset
27616
27617
27618 \begin_inset Index
27619 status collapsed
27620
27621 \begin_layout Plain Layout
27622 Caracteres especiales ! misceláneos
27623 \end_layout
27624
27625 \end_inset
27626
27627
27628 \end_layout
27629
27630 \begin_layout Standard
27631 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27632  comandos:
27633 \end_layout
27634
27635 \begin_layout Standard
27636 \noindent
27637 \align center
27638 \begin_inset Tabular
27639 <lyxtabular version="3" rows="4" columns="2">
27640 <features>
27641 <column alignment="center" valignment="top" width="0">
27642 <column alignment="center" valignment="top" width="0">
27643 <row>
27644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27645 \begin_inset Text
27646
27647 \begin_layout Plain Layout
27648 Comando
27649 \end_layout
27650
27651 \end_inset
27652 </cell>
27653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27654 \begin_inset Text
27655
27656 \begin_layout Plain Layout
27657 Resultado
27658 \end_layout
27659
27660 \end_inset
27661 </cell>
27662 </row>
27663 <row>
27664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27665 \begin_inset Text
27666
27667 \begin_layout Plain Layout
27668
27669 \backslash
27670 ^
27671 \begin_inset ERT
27672 status collapsed
27673
27674 \begin_layout Plain Layout
27675
27676
27677 \backslash
27678 spce 
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \end_inset
27687 </cell>
27688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27689 \begin_inset Text
27690
27691 \begin_layout Plain Layout
27692 \begin_inset Formula $\mathcircumflex$
27693 \end_inset
27694
27695
27696 \end_layout
27697
27698 \end_inset
27699 </cell>
27700 </row>
27701 <row>
27702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27703 \begin_inset Text
27704
27705 \begin_layout Plain Layout
27706
27707 \backslash
27708 _
27709 \end_layout
27710
27711 \end_inset
27712 </cell>
27713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27714 \begin_inset Text
27715
27716 \begin_layout Plain Layout
27717 \begin_inset Formula $\_$
27718 \end_inset
27719
27720
27721 \end_layout
27722
27723 \end_inset
27724 </cell>
27725 </row>
27726 <row>
27727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27728 \begin_inset Text
27729
27730 \begin_layout Plain Layout
27731 ^
27732 \begin_inset ERT
27733 status collapsed
27734
27735 \begin_layout Plain Layout
27736
27737
27738 \backslash
27739 spce 
27740 \end_layout
27741
27742 \end_inset
27743
27744
27745 \backslash
27746 circ
27747 \begin_inset Index
27748 status collapsed
27749
27750 \begin_layout Plain Layout
27751
27752 \backslash
27753
27754 \end_layout
27755
27756 \end_inset
27757
27758
27759 \end_layout
27760
27761 \end_inset
27762 </cell>
27763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27764 \begin_inset Text
27765
27766 \begin_layout Plain Layout
27767 \begin_inset Formula $^{\circ}$
27768 \end_inset
27769
27770
27771 \end_layout
27772
27773 \end_inset
27774 </cell>
27775 </row>
27776 </lyxtabular>
27777
27778 \end_inset
27779
27780
27781 \end_layout
27782
27783 \begin_layout Standard
27784 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27785  LaTeX contiene la línea:
27786 \begin_inset Foot
27787 status collapsed
27788
27789 \begin_layout Plain Layout
27790 Más sobre este asunto en 
27791 \begin_inset CommandInset ref
27792 LatexCommand ref
27793 reference "sub:Caracteres-de-texto"
27794
27795 \end_inset
27796
27797
27798 \end_layout
27799
27800 \end_inset
27801
27802  
27803 \end_layout
27804
27805 \begin_layout Standard
27806
27807 \series bold
27808
27809 \backslash
27810 DeclareInputtext{176}{
27811 \backslash
27812 ifmmode^
27813 \backslash
27814 circ
27815 \backslash
27816 else
27817 \backslash
27818 textdegree
27819 \backslash
27820 fi}
27821 \end_layout
27822
27823 \begin_layout Section
27824 Estilos de ecuación
27825 \begin_inset CommandInset label
27826 LatexCommand label
27827 name "sec:Estilos-de-ecuación"
27828
27829 \end_inset
27830
27831
27832 \begin_inset Index
27833 status collapsed
27834
27835 \begin_layout Plain Layout
27836 Ecuación ! estilos de
27837 \end_layout
27838
27839 \end_inset
27840
27841
27842 \end_layout
27843
27844 \begin_layout Itemize
27845 Hay dos estilos diferentes de alineación:
27846 \end_layout
27847
27848 \begin_deeper
27849 \begin_layout Description
27850 Centrado es el estándar predefinido
27851 \end_layout
27852
27853 \begin_layout Description
27854 Sangrado para este estilo debe insertarse la opción de clase 
27855 \series bold
27856 fleqn
27857 \series default
27858  en el menú 
27859 \family sans
27860 Documento\SpecialChar \menuseparator
27861 Configuración
27862 \family default
27863  bajo 
27864 \family sans
27865 Clase de documento
27866 \end_layout
27867
27868 \begin_layout Standard
27869 Cuando se usa 
27870 \series bold
27871 Sangrado
27872 \series default
27873 , éste se puede ajustar con la longitud 
27874 \series bold
27875
27876 \backslash
27877 mathindent
27878 \series default
27879
27880 \begin_inset Index
27881 status collapsed
27882
27883 \begin_layout Plain Layout
27884 Comandos ! M ! 
27885 \backslash
27886 mathindent
27887 \end_layout
27888
27889 \end_inset
27890
27891 .
27892  Para 15
27893 \begin_inset space \thinspace{}
27894 \end_inset
27895
27896 mm, p.
27897 \begin_inset space \thinspace{}
27898 \end_inset
27899
27900 e., se inserta esta línea de comando en el preámbulo LaTeX:
27901 \end_layout
27902
27903 \begin_layout Standard
27904
27905 \series bold
27906
27907 \backslash
27908 setlength{
27909 \backslash
27910 mathindent}{15mm}
27911 \end_layout
27912
27913 \begin_layout Standard
27914 Si no se especifica longitud se usa el valor predeterminado de 30
27915 \begin_inset space \thinspace{}
27916 \end_inset
27917
27918 pt.
27919 \end_layout
27920
27921 \end_deeper
27922 \begin_layout Itemize
27923 Y dos estilos diferentes de numeración:
27924 \end_layout
27925
27926 \begin_deeper
27927 \begin_layout Description
27928 Derecha es el estándar predefinido
27929 \end_layout
27930
27931 \begin_layout Description
27932 Izquierda para este estilo debe insertarse la opción de clase 
27933 \series bold
27934 leqno
27935 \series default
27936  en el menú 
27937 \family sans
27938 Documento\SpecialChar \menuseparator
27939 Configuración
27940 \family default
27941  bajo 
27942 \family sans
27943 Clase de documento
27944 \end_layout
27945
27946 \end_deeper
27947 \begin_layout Standard
27948
27949 \series bold
27950 fleqn
27951 \series default
27952  y 
27953 \series bold
27954 leqno
27955 \series default
27956  también se pueden usar juntos.
27957  En ese caso se insertan ambas opciones, separadas por una coma.
27958 \end_layout
27959
27960 \begin_layout Standard
27961 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27962  documento.
27963  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27964  estilo 
27965 \series bold
27966 Centrado
27967 \series default
27968  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27969 \begin_inset CommandInset ref
27970 LatexCommand ref
27971 reference "sub:Entorno-flalign"
27972
27973 \end_inset
27974
27975 .
27976 \end_layout
27977
27978 \begin_layout Section
27979 Ecuaciones multilínea
27980 \begin_inset CommandInset label
27981 LatexCommand label
27982 name "sec:Ecuaciones-multilínea"
27983
27984 \end_inset
27985
27986
27987 \begin_inset Index
27988 status collapsed
27989
27990 \begin_layout Plain Layout
27991 Ecuación ! multilínea
27992 \end_layout
27993
27994 \end_inset
27995
27996
27997 \end_layout
27998
27999 \begin_layout Subsection
28000 General
28001 \end_layout
28002
28003 \begin_layout Standard
28004 En LyX se generan nuevas líneas en una ecuación con 
28005 \family sans
28006 \series bold
28007 Ctrl+Retorno
28008 \family default
28009 \series default
28010 .
28011  Esto crea un 
28012 \series bold
28013 entorno eqnarray
28014 \series default
28015 , que se describe en
28016 \begin_inset space ~
28017 \end_inset
28018
28019
28020 \begin_inset CommandInset ref
28021 LatexCommand ref
28022 reference "sub:Entorno-eqnarray"
28023
28024 \end_inset
28025
28026  o, si se ha marcado la opción 
28027 \family sans
28028 Usar
28029 \begin_inset space ~
28030 \end_inset
28031
28032 el
28033 \begin_inset space ~
28034 \end_inset
28035
28036 paquete
28037 \begin_inset space ~
28038 \end_inset
28039
28040 de
28041 \begin_inset space ~
28042 \end_inset
28043
28044 ecuaciones
28045 \begin_inset space ~
28046 \end_inset
28047
28048 AMS
28049 \family default
28050  en la configuración del documento
28051 \family sans
28052 , un 
28053 \series bold
28054 entorno
28055 \family default
28056 \series default
28057  
28058 \series bold
28059 align
28060 \series default
28061 , que se describe en
28062 \begin_inset space ~
28063 \end_inset
28064
28065
28066 \begin_inset CommandInset ref
28067 LatexCommand ref
28068 reference "sub:Entorno-align-estándar"
28069
28070 \end_inset
28071
28072 .
28073 \end_layout
28074
28075 \begin_layout Standard
28076 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28077  el menú 
28078 \family sans
28079 Insertar\SpecialChar \menuseparator
28080 Ecuación
28081 \family default
28082 .
28083  En las siguientes secciones se describen estos entornos.
28084 \end_layout
28085
28086 \begin_layout Standard
28087 En todos los entornos de ecuación multilínea la combinación 
28088 \family sans
28089 Ctrl+Retorno
28090 \family default
28091  genera una línea nueva.
28092  Para añadir o quitar líneas se pueden usar los botones 
28093 \begin_inset Graphics
28094         filename ../../images/tabular-feature_append-row.png
28095         scale 85
28096
28097 \end_inset
28098
28099  o 
28100 \begin_inset Graphics
28101         filename ../../images/tabular-feature_delete-row.png
28102         scale 85
28103
28104 \end_inset
28105
28106 de la barra de herramientas, respectivamente, o el menú 
28107 \family sans
28108 Editar\SpecialChar \menuseparator
28109 Filas y columnas
28110 \family default
28111 .
28112 \end_layout
28113
28114 \begin_layout Subsubsection
28115 Separación de líneas
28116 \begin_inset CommandInset label
28117 LatexCommand label
28118 name "sub:Separación-de-líneas"
28119
28120 \end_inset
28121
28122
28123 \begin_inset Index
28124 status collapsed
28125
28126 \begin_layout Plain Layout
28127 Ecuación ! multilínea ! separación de filas
28128 \end_layout
28129
28130 \end_inset
28131
28132
28133 \end_layout
28134
28135 \begin_layout Standard
28136 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28137 \begin_inset Formula \begin{eqnarray*}
28138 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}\\
28139 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\end{eqnarray*}
28140
28141 \end_inset
28142
28143 En LaTeX un espacio adicional para una línea se especifica como argumento
28144  opcional del comando de nueva línea.
28145  Esto aún no es posible en LYX,
28146 \begin_inset Foot
28147 status collapsed
28148
28149 \begin_layout Plain Layout
28150 véase 
28151 \begin_inset CommandInset href
28152 LatexCommand href
28153 name "LyX-bug #1505"
28154 target "http://www.lyx.org/trac/ticket/1505"
28155
28156 \end_inset
28157
28158
28159 \end_layout
28160
28161 \end_inset
28162
28163  por lo que toda la ecuación debe insertarse en modo TeX.
28164  Para añadir espacio en nuestro ejemplo se inserta el comando 
28165 \series bold
28166
28167 \backslash
28168
28169 \backslash
28170 [3mm]
28171 \series default
28172  al final de la primera línea.
28173  Así: 
28174 \begin_inset ERT
28175 status collapsed
28176
28177 \begin_layout Plain Layout
28178
28179
28180 \backslash
28181 begin{eqnarray*}
28182 \end_layout
28183
28184 \begin_layout Plain Layout
28185
28186 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28187  = & 
28188 \backslash
28189 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28190 \backslash
28191
28192 \backslash
28193 [3mm]
28194 \end_layout
28195
28196 \begin_layout Plain Layout
28197
28198 4x^{2}
28199 \backslash
28200 left(B^{2}+x_{0}^{2}
28201 \backslash
28202 right)+4x_{0}x
28203 \backslash
28204 left(D-B^{2}
28205 \backslash
28206 right)+B^{2}
28207 \backslash
28208 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28209 \backslash
28210 right) & = & 0
28211 \end_layout
28212
28213 \begin_layout Plain Layout
28214
28215
28216 \backslash
28217 end{eqnarray*}
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \begin_inset VSpace bigskip
28224 \end_inset
28225
28226
28227 \end_layout
28228
28229 \begin_layout Standard
28230 Para obtener separación en todas las líneas hay que cambiar la longitud
28231  
28232 \series bold
28233
28234 \backslash
28235 jot
28236 \series default
28237
28238 \begin_inset Index
28239 status collapsed
28240
28241 \begin_layout Plain Layout
28242 Comandos ! J ! 
28243 \backslash
28244 jot
28245 \end_layout
28246
28247 \end_inset
28248
28249 .
28250  La definición es: 
28251 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28252 \end_inset
28253
28254 .
28255  El valor predeterminado para 
28256 \series bold
28257
28258 \backslash
28259 jot
28260 \series default
28261  es 3
28262 \begin_inset space \thinspace{}
28263 \end_inset
28264
28265 pt.
28266  Para establecer una separación adicional de 3
28267 \begin_inset space \thinspace{}
28268 \end_inset
28269
28270 mm como en el ejemplo anterior, se inserta el comando
28271 \end_layout
28272
28273 \begin_layout Standard
28274
28275 \series bold
28276
28277 \backslash
28278 setlength{
28279 \backslash
28280 jot}{3mm+3pt}
28281 \end_layout
28282
28283 \begin_layout Standard
28284 en modo TeX antes de la ecuación.
28285  Es necesario cargar el paquete 
28286 \series bold
28287 calc
28288 \series default
28289
28290 \begin_inset Foot
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294
28295 \series bold
28296 calc
28297 \series default
28298  forma parte de toda instalación LaTeX estándar.
28299 \end_layout
28300
28301 \end_inset
28302
28303
28304 \begin_inset Index
28305 status collapsed
28306
28307 \begin_layout Plain Layout
28308 Paquetes ! calc
28309 \end_layout
28310
28311 \end_inset
28312
28313  en el preámbulo con la línea
28314 \end_layout
28315
28316 \begin_layout Standard
28317
28318 \series bold
28319
28320 \backslash
28321 usepackage{calc}
28322 \end_layout
28323
28324 \begin_layout Standard
28325 Se obtiene:
28326 \begin_inset ERT
28327 status collapsed
28328
28329 \begin_layout Plain Layout
28330
28331
28332 \backslash
28333 setlength{
28334 \backslash
28335 jot}{3mm+3pt}
28336 \end_layout
28337
28338 \end_inset
28339
28340
28341 \begin_inset Formula \begin{eqnarray*}
28342 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}\\
28343 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\end{eqnarray*}
28344
28345 \end_inset
28346
28347
28348 \begin_inset ERT
28349 status collapsed
28350
28351 \begin_layout Plain Layout
28352
28353
28354 \backslash
28355 setlength{
28356 \backslash
28357 jot}{3pt}
28358 \end_layout
28359
28360 \end_inset
28361
28362  Para volver a la distancia predeterminada, 
28363 \series bold
28364
28365 \backslash
28366 jot
28367 \series default
28368  se establece en 3
28369 \begin_inset space \thinspace{}
28370 \end_inset
28371
28372 pt.
28373 \end_layout
28374
28375 \begin_layout Subsubsection
28376 Separación de columnas
28377 \begin_inset CommandInset label
28378 LatexCommand label
28379 name "sub:Separación-de-columnas"
28380
28381 \end_inset
28382
28383
28384 \begin_inset Index
28385 status collapsed
28386
28387 \begin_layout Plain Layout
28388 Ecuación ! multilínea !separación de columnas
28389 \end_layout
28390
28391 \end_inset
28392
28393
28394 \end_layout
28395
28396 \begin_layout Standard
28397 Una ecuación multilínea forma una matriz.
28398  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28399  columnas.
28400  Cambiando la separación de columnas en este entorno se puede cambiar el
28401  espacio junto al signo de relación.
28402 \end_layout
28403
28404 \begin_layout Standard
28405 La separación de columnas se especifica con la longitud
28406 \series bold
28407  
28408 \backslash
28409 arraycolsep
28410 \series default
28411
28412 \begin_inset Index
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416 Comandos ! A ! 
28417 \backslash
28418 arraycolsep
28419 \end_layout
28420
28421 \end_inset
28422
28423  según:
28424 \begin_inset Newline newline
28425 \end_inset
28426
28427 separación de columnas = 2
28428 \begin_inset space \thinspace{}
28429 \end_inset
28430
28431
28432 \series bold
28433
28434 \backslash
28435 arraycolsep
28436 \series default
28437
28438 \begin_inset Newline newline
28439 \end_inset
28440
28441 Así, el comando en modo TeX
28442 \end_layout
28443
28444 \begin_layout Standard
28445
28446 \series bold
28447
28448 \backslash
28449 setlength{
28450 \backslash
28451 arraycolsep}{1cm}
28452 \end_layout
28453
28454 \begin_layout Standard
28455 establece para todas las ecuaciones siguientes una separación de columnas
28456  de 2
28457 \begin_inset space \thinspace{}
28458 \end_inset
28459
28460 cm.
28461  Para volver al valor predefinido, 
28462 \series bold
28463
28464 \backslash
28465 arraycolsep
28466 \series default
28467  se pone en 5
28468 \begin_inset space \thinspace{}
28469 \end_inset
28470
28471 pt.
28472 \end_layout
28473
28474 \begin_layout Standard
28475 Una ecuación con separación de 2
28476 \begin_inset space \thinspace{}
28477 \end_inset
28478
28479 cm entre columnas:
28480 \begin_inset ERT
28481 status collapsed
28482
28483 \begin_layout Plain Layout
28484
28485
28486 \backslash
28487 setlength{
28488 \backslash
28489 arraycolsep}{1cm}
28490 \end_layout
28491
28492 \end_inset
28493
28494
28495 \begin_inset Formula \begin{eqnarray*}
28496 A & = & B\\
28497 C & \ne & A\end{eqnarray*}
28498
28499 \end_inset
28500
28501 Una ecuación con la separación predefinida para matrices, 10
28502 \begin_inset space \thinspace{}
28503 \end_inset
28504
28505 pt:
28506 \begin_inset ERT
28507 status collapsed
28508
28509 \begin_layout Plain Layout
28510
28511
28512 \backslash
28513 setlength{
28514 \backslash
28515 arraycolsep}{5pt}
28516 \end_layout
28517
28518 \end_inset
28519
28520
28521 \begin_inset Formula \begin{eqnarray*}
28522 A & = & B\\
28523 C & \ne & A\end{eqnarray*}
28524
28525 \end_inset
28526
28527
28528 \end_layout
28529
28530 \begin_layout Subsubsection
28531 Ecuaciones largas
28532 \begin_inset Index
28533 status collapsed
28534
28535 \begin_layout Plain Layout
28536 Ecuación ! larga
28537 \end_layout
28538
28539 \end_inset
28540
28541
28542 \end_layout
28543
28544 \begin_layout Standard
28545 Se pueden componer ecuaciones largas mediante estos métodos:
28546 \end_layout
28547
28548 \begin_layout Itemize
28549 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28550  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28551 \begin_inset Formula \begin{eqnarray}
28552 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 \\
28553  &  & -\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}\end{eqnarray}
28554
28555 \end_inset
28556
28557 El signo menos al principio de la segunda línea normalmente no aparece como
28558  operador porque es el primer carácter de la línea.
28559  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28560  Para evitarlo se ha insertado 3
28561 \begin_inset space \thinspace{}
28562 \end_inset
28563
28564 pt de espacio detrás del menos con el comando 
28565 \series bold
28566
28567 \backslash
28568 hspace
28569 \series default
28570 .
28571 \begin_inset Foot
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575 véase más sobre 
28576 \series bold
28577
28578 \backslash
28579 hspace
28580 \series default
28581  en 
28582 \begin_inset CommandInset ref
28583 LatexCommand ref
28584 reference "sub:Espacio-variable"
28585
28586 \end_inset
28587
28588
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \begin_inset Index
28595 status collapsed
28596
28597 \begin_layout Plain Layout
28598 Comandos ! H ! 
28599 \backslash
28600 hspace
28601 \end_layout
28602
28603 \end_inset
28604
28605
28606 \end_layout
28607
28608 \begin_layout Itemize
28609 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28610 \series bold
28611
28612 \backslash
28613 lefteqn
28614 \series default
28615
28616 \begin_inset Index
28617 status collapsed
28618
28619 \begin_layout Plain Layout
28620 Comandos ! L ! 
28621 \backslash
28622 lefteqn
28623 \end_layout
28624
28625 \end_inset
28626
28627 .
28628  Se inserta en la primer columna de la primera línea y hace que todas las
28629  inserciones posteriores sobreescriban las columnas siguientes:
28630 \begin_inset Formula \begin{eqnarray}
28631 \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 \\
28632  &  & -\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 \\
28633  &  & =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}\end{eqnarray}
28634
28635 \end_inset
28636
28637 Tras la inserción de 
28638 \series bold
28639
28640 \backslash
28641 lefteqn
28642 \series default
28643  el cursor está en un marco púrpura un poco a la izquierda del azul.
28644  La ecuación se inserta en éste.
28645 \begin_inset Newline newline
28646 \end_inset
28647
28648 El contenido de las restantes líneas se inserta en la segunda columna o
28649  en otra.
28650  A mayor número de columna donde se inserte, mayor sangrado.
28651 \begin_inset VSpace medskip
28652 \end_inset
28653
28654
28655 \begin_inset Newline newline
28656 \end_inset
28657
28658
28659 \begin_inset Note Greyedout
28660 status collapsed
28661
28662 \begin_layout Plain Layout
28663 Ten en cuenta lo siguiente si usas 
28664 \series bold
28665
28666 \backslash
28667 lefteqn
28668 \series default
28669 :
28670 \end_layout
28671
28672 \begin_layout Itemize
28673 La ecuación no usa la anchura total de la página.
28674  Cuando se añade, p.
28675 \begin_inset space \thinspace{}
28676 \end_inset
28677
28678 e., el término 
28679 \begin_inset Formula $-B^{2}$
28680 \end_inset
28681
28682  en la primera línea del ejemplo, debería estar fuera del margen.
28683  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28684  principio de la primera línea.
28685 \end_layout
28686
28687 \begin_layout Itemize
28688 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28689  primera línea.
28690 \begin_inset Foot
28691 status collapsed
28692
28693 \begin_layout Plain Layout
28694 \begin_inset CommandInset href
28695 LatexCommand href
28696 name "LyX-bug #1429"
28697 target "http://www.lyx.org/trac/ticket/1429"
28698
28699 \end_inset
28700
28701
28702 \end_layout
28703
28704 \end_inset
28705
28706  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28707  teclas de flecha.
28708 \end_layout
28709
28710 \end_inset
28711
28712  
28713 \end_layout
28714
28715 \begin_layout Itemize
28716 Se describen otros métodos para escribir fórmulas largas en 
28717 \begin_inset CommandInset ref
28718 LatexCommand ref
28719 reference "sub:Entorno-multilínea"
28720
28721 \end_inset
28722
28723  y 
28724 \begin_inset CommandInset ref
28725 LatexCommand ref
28726 reference "sub:Partes-de-una-multilínea"
28727
28728 \end_inset
28729
28730 .
28731 \end_layout
28732
28733 \begin_layout Subsubsection
28734 Delimitadores multilínea
28735 \begin_inset CommandInset label
28736 LatexCommand label
28737 name "sub:Delimitadores-multilínea"
28738
28739 \end_inset
28740
28741
28742 \begin_inset Index
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746 Delimitadores ! para varias líneas
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \end_layout
28753
28754 \begin_layout Standard
28755 Para poner delimitadores que cubran varias líneas hay un problema:
28756 \begin_inset Formula \begin{eqnarray*}
28757 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28758  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28759
28760 \end_inset
28761
28762 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28763 res con tamaño variable no abarcan líneas múltiples.
28764 \end_layout
28765
28766 \begin_layout Standard
28767 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28768  primera línea se finaliza con 
28769 \series bold
28770
28771 \backslash
28772 right.
28773 \series default
28774
28775 \begin_inset Index
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779 Comandos ! R ! 
28780 \backslash
28781 right
28782 \end_layout
28783
28784 \end_inset
28785
28786  y la segunda con 
28787 \series bold
28788
28789 \backslash
28790 left.
28791 \series default
28792 .
28793 \begin_inset Foot
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797 Más sobre 
28798 \series bold
28799
28800 \backslash
28801 left.
28802
28803 \series default
28804  y 
28805 \series bold
28806
28807 \backslash
28808 right.
28809
28810 \series default
28811  en 
28812 \begin_inset CommandInset ref
28813 LatexCommand ref
28814 reference "sub:Tamaño-automático-de"
28815
28816 \end_inset
28817
28818
28819 \end_layout
28820
28821 \end_inset
28822
28823
28824 \begin_inset Index
28825 status collapsed
28826
28827 \begin_layout Plain Layout
28828 Comandos ! L ! 
28829 \backslash
28830 left
28831 \end_layout
28832
28833 \end_inset
28834
28835  Después de 
28836 \series bold
28837
28838 \backslash
28839 left.
28840
28841 \series default
28842  se inserta el comando 
28843 \series bold
28844
28845 \backslash
28846 vphantom
28847 \series default
28848
28849 \begin_inset ERT
28850 status collapsed
28851
28852 \begin_layout Plain Layout
28853
28854
28855 \backslash
28856 spce 
28857 \end_layout
28858
28859 \end_inset
28860
28861
28862 \series bold
28863
28864 \backslash
28865 prod
28866 \series default
28867 ^
28868 \begin_inset ERT
28869 status collapsed
28870
28871 \begin_layout Plain Layout
28872
28873
28874 \backslash
28875 spce 
28876 \end_layout
28877
28878 \end_inset
28879
28880
28881 \series bold
28882
28883 \backslash
28884 infty
28885 \series default
28886
28887 \begin_inset ERT
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891
28892
28893 \backslash
28894 spce 
28895 \end_layout
28896
28897 \end_inset
28898
28899
28900 \series bold
28901
28902 \begin_inset Formula $\downarrow$
28903 \end_inset
28904
28905 _R=1}
28906 \series default
28907
28908 \begin_inset Index
28909 status collapsed
28910
28911 \begin_layout Plain Layout
28912 Comandos ! V ! 
28913 \backslash
28914 vphantom
28915 \end_layout
28916
28917 \end_inset
28918
28919 , porque el operador de multiplicación con sus límites es el símbolo mayor
28920  en la primera línea y ese debería ser el tamaño para el delimitador en
28921  la segunda línea.
28922 \end_layout
28923
28924 \begin_layout Standard
28925 El resultado es: 
28926 \begin_inset Formula \begin{eqnarray*}
28927 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28928  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28929
28930 \end_inset
28931
28932
28933 \end_layout
28934
28935 \begin_layout Subsection
28936 Entornos align
28937 \end_layout
28938
28939 \begin_layout Standard
28940 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28941  Son especialmente apropiados para poner ecuaciones adosadas.
28942 \end_layout
28943
28944 \begin_layout Standard
28945 Los entornos align constan de columnas.
28946  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28947  En un entorno align se puede numerar cada línea.
28948 \end_layout
28949
28950 \begin_layout Standard
28951 Los entornos align se crean con el menú 
28952 \family sans
28953 Insertar\SpecialChar \menuseparator
28954 Ecuación
28955 \family default
28956 .
28957  Una ecuación existente se puede convertir a align con el menú 
28958 \family sans
28959 Editar\SpecialChar \menuseparator
28960 Ecuación\SpecialChar \menuseparator
28961 Cambiar tipo de ecuación
28962 \family default
28963 .
28964 \end_layout
28965
28966 \begin_layout Standard
28967 Para añadir o quitar columnas se pueden usar los botones 
28968 \begin_inset Graphics
28969         filename ../../images/tabular-feature_append-row.png
28970         scale 85
28971
28972 \end_inset
28973
28974  o 
28975 \begin_inset Graphics
28976         filename ../../images/tabular-feature_delete-row.png
28977         scale 85
28978
28979 \end_inset
28980
28981 de la barra de ecuaciones o el menú 
28982 \family sans
28983 Editar\SpecialChar \menuseparator
28984 Filas y columnas
28985 \family default
28986 .
28987 \end_layout
28988
28989 \begin_layout Subsubsection
28990 Entorno align estándar
28991 \begin_inset CommandInset label
28992 LatexCommand label
28993 name "sub:Entorno-align-estándar"
28994
28995 \end_inset
28996
28997
28998 \begin_inset Index
28999 status collapsed
29000
29001 \begin_layout Plain Layout
29002 Ecuación ! multilínea ! entorno align
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \end_layout
29009
29010 \begin_layout Standard
29011 Este entorno align se crea pulsando 
29012 \family sans
29013 Ctrl+Retorno
29014 \family default
29015  en una ecuación o con el menú 
29016 \family sans
29017 Insertar\SpecialChar \menuseparator
29018 Ecuación\SpecialChar \menuseparator
29019 Entorno AMS align
29020 \family default
29021 .
29022 \end_layout
29023
29024 \begin_layout Standard
29025 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29026  align de cuatro columnas:
29027 \begin_inset Formula \begin{align*}
29028 A & =\sen(B) & C & =D\\
29029 C & \neq A & B & \neq D\end{align*}
29030
29031 \end_inset
29032
29033 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29034  un 
29035 \series bold
29036
29037 \backslash
29038 hfill
29039 \series default
29040
29041 \begin_inset Foot
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045 Más sobre 
29046 \series bold
29047
29048 \backslash
29049 hfill
29050 \series default
29051  en 
29052 \begin_inset CommandInset ref
29053 LatexCommand ref
29054 reference "sub:Espacio-variable"
29055
29056 \end_inset
29057
29058
29059 \end_layout
29060
29061 \end_inset
29062
29063  antes de la primera y detrás de cada columna par.
29064  Si se pone en estilo 
29065 \series bold
29066 Sangrado
29067 \series default
29068 ,
29069 \begin_inset Foot
29070 status collapsed
29071
29072 \begin_layout Plain Layout
29073 véase estilos de ecuación en 
29074 \begin_inset CommandInset ref
29075 LatexCommand ref
29076 reference "sec:Estilos-de-ecuación"
29077
29078 \end_inset
29079
29080
29081 \end_layout
29082
29083 \end_inset
29084
29085  la ecuación queda sin el 
29086 \series bold
29087
29088 \backslash
29089 hfill
29090 \series default
29091  ante la primera columna.
29092 \end_layout
29093
29094 \begin_layout Subsubsection
29095 Entorno alignat
29096 \begin_inset Index
29097 status collapsed
29098
29099 \begin_layout Plain Layout
29100 Ecuación ! multilínea ! entorno alignat
29101 \end_layout
29102
29103 \end_inset
29104
29105
29106 \end_layout
29107
29108 \begin_layout Standard
29109 El entorno alignat no tiene separación predefinida de columnas.
29110  Se puede insertar manualmente con los espacios descritos en 
29111 \begin_inset CommandInset ref
29112 LatexCommand ref
29113 reference "sec:Espacio"
29114
29115 \end_inset
29116
29117 .
29118 \end_layout
29119
29120 \begin_layout Standard
29121 El ejemplo anterior en el entorno alignat, con un espacio de 1
29122 \begin_inset space \thinspace{}
29123 \end_inset
29124
29125 cm al comienzo da la segunda ecuación:
29126 \begin_inset Formula \begin{alignat*}{2}
29127 A & =\sen(B)\hspace{1cm} & C & =D\\
29128 C & \neq A & B & \neq D\end{alignat*}
29129
29130 \end_inset
29131
29132 Como cada columna puede tener un espacio diferente, este entorno es especialment
29133 e apropiado para poner tres o más ecuaciones adosadas.
29134 \end_layout
29135
29136 \begin_layout Subsubsection
29137 Entorno flalign
29138 \begin_inset CommandInset label
29139 LatexCommand label
29140 name "sub:Entorno-flalign"
29141
29142 \end_inset
29143
29144
29145 \begin_inset Index
29146 status collapsed
29147
29148 \begin_layout Plain Layout
29149 Ecuación ! multilínea ! entorno flalign
29150 \end_layout
29151
29152 \end_inset
29153
29154
29155 \end_layout
29156
29157 \begin_layout Standard
29158 En este entorno las dos primeras columnas están siempre tan a la izquierda
29159  como sea posible y las dos últimas a la derecha.
29160  Ejemplo:
29161 \begin_inset Formula \begin{flalign*}
29162 A & =1 & B & =2 & C & =3\\
29163 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
29164
29165 \end_inset
29166
29167 En un entorno flalign con un número impar de columnas, en la última de las
29168  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29169  alineadas a la izquierda, aunque se use el estilo 
29170 \series bold
29171 Centrado
29172 \series default
29173 .
29174  Un ejemplo de fórmula sangrada 
29175 \begin_inset CommandInset ref
29176 LatexCommand eqref
29177 reference "eq:IntVol"
29178
29179 \end_inset
29180
29181 :
29182 \begin_inset Formula \begin{flalign}
29183 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29184
29185 \end_inset
29186
29187 Las dos primeras columnas contienen la fórmula.
29188  Para sangrarla como con el estilo 
29189 \series bold
29190 Sangrado
29191 \series default
29192 , se añade un espacio de 30
29193 \begin_inset space \thinspace{}
29194 \end_inset
29195
29196 pt al comienzo de la primera columna.
29197  
29198 \end_layout
29199
29200 \begin_layout Subsection
29201 Entorno eqnarray
29202 \begin_inset CommandInset label
29203 LatexCommand label
29204 name "sub:Entorno-eqnarray"
29205
29206 \end_inset
29207
29208
29209 \begin_inset Index
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213 Ecuación ! multilínea ! entorno eqnarray
29214 \end_layout
29215
29216 \end_inset
29217
29218
29219 \begin_inset Index
29220 status collapsed
29221
29222 \begin_layout Plain Layout
29223 Ecuación ! multilínea ! entorno eqnarray
29224 \end_layout
29225
29226 \end_inset
29227
29228
29229 \end_layout
29230
29231 \begin_layout Standard
29232 Al introducir este entorno aparecen tres marcos azules.
29233  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29234  El contenido del marco central está centrado y algo más pequeño, porque
29235  está diseñado para insertar sólo caracteres de relación.
29236 \begin_inset Formula \begin{eqnarray*}
29237 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29238 AB & AB & AB\\
29239 A & = & A\end{eqnarray*}
29240
29241 \end_inset
29242
29243
29244 \end_layout
29245
29246 \begin_layout Subsection
29247 Entorno gather
29248 \begin_inset Index
29249 status collapsed
29250
29251 \begin_layout Plain Layout
29252 Ecuación ! multilínea ! entorno gather
29253 \end_layout
29254
29255 \end_inset
29256
29257
29258 \end_layout
29259
29260 \begin_layout Standard
29261 Este entorno consta de una sola columna centrada.
29262  Se puede numerar cada línea.
29263 \begin_inset Formula \begin{gather}
29264 A=1\\
29265 X=\mbox{-}1\end{gather}
29266
29267 \end_inset
29268
29269
29270 \end_layout
29271
29272 \begin_layout Subsection
29273 Entorno multilínea
29274 \begin_inset CommandInset label
29275 LatexCommand label
29276 name "sub:Entorno-multilínea"
29277
29278 \end_inset
29279
29280
29281 \begin_inset Index
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285 Ecuación ! multilínea ! entorno multilínea
29286 \end_layout
29287
29288 \end_inset
29289
29290
29291 \end_layout
29292
29293 \begin_layout Standard
29294 El entorno multilínea, como gather, consta de una sola columna.
29295  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29296  Las demás están centradas.
29297  Por tanto este entorno es apropiado para ecuaciones largas.
29298  Como ejemplo, la ecuación
29299 \begin_inset space ~
29300 \end_inset
29301
29302
29303 \begin_inset CommandInset ref
29304 LatexCommand eqref
29305 reference "eq:lefteqn"
29306
29307 \end_inset
29308
29309  en entorno multilínea:
29310 \begin_inset Formula \begin{multline}
29311 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}\\
29312 -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}\\
29313 =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}}\end{multline}
29314
29315 \end_inset
29316
29317 En la salida sólo aparece numerada la última (primera) línea si la numeración
29318  del documento es a la derecha (izquierda).
29319 \begin_inset Foot
29320 status collapsed
29321
29322 \begin_layout Plain Layout
29323 véanse los estilos de numeración en 
29324 \begin_inset CommandInset ref
29325 LatexCommand ref
29326 reference "sec:Estilos-de-ecuación"
29327
29328 \end_inset
29329
29330
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \end_layout
29337
29338 \begin_layout Standard
29339 Con los comandos 
29340 \series bold
29341
29342 \backslash
29343 shoveright
29344 \begin_inset Index
29345 status collapsed
29346
29347 \begin_layout Plain Layout
29348 Comandos ! S ! 
29349 \backslash
29350 shoveright
29351 \end_layout
29352
29353 \end_inset
29354
29355
29356 \series default
29357  y 
29358 \series bold
29359
29360 \backslash
29361 shoveleft
29362 \series default
29363
29364 \begin_inset Index
29365 status collapsed
29366
29367 \begin_layout Plain Layout
29368 Comandos ! S ! 
29369 \backslash
29370 shoveleft
29371 \end_layout
29372
29373 \end_inset
29374
29375 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29376 ente.
29377  Los comandos se usan como sigue:
29378 \end_layout
29379
29380 \begin_layout Standard
29381
29382 \series bold
29383
29384 \backslash
29385 shoveright{contenido de la línea}
29386 \series default
29387  y 
29388 \series bold
29389
29390 \backslash
29391 shoveleft{contenido de la línea}
29392 \end_layout
29393
29394 \begin_layout Standard
29395 \begin_inset VSpace medskip
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \begin_layout Standard
29402 La longitud 
29403 \series bold
29404
29405 \backslash
29406 multlinegap
29407 \series default
29408
29409 \begin_inset Index
29410 status collapsed
29411
29412 \begin_layout Plain Layout
29413 Comandos ! M ! 
29414 \backslash
29415 multlinegap
29416 \end_layout
29417
29418 \end_inset
29419
29420  especifica la distancia de la primera línea desde el margen izquierdo de
29421  la página.
29422  Esta longitud es 0
29423 \begin_inset space \thinspace{}
29424 \end_inset
29425
29426 pt por omisión.
29427 \end_layout
29428
29429 \begin_layout Standard
29430 Como ejemplo la ecuación anterior con el comando
29431 \end_layout
29432
29433 \begin_layout Standard
29434
29435 \series bold
29436
29437 \backslash
29438 setlength{
29439 \backslash
29440 multlinegap}{2cm}
29441 \end_layout
29442
29443 \begin_layout Standard
29444 insertado previamente en modo TeX:
29445 \begin_inset ERT
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449
29450
29451 \backslash
29452 setlength{
29453 \backslash
29454 multlinegap}{2cm}
29455 \end_layout
29456
29457 \end_inset
29458
29459
29460 \begin_inset Formula \begin{multline}
29461 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}\\
29462 \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}}\\
29463 =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}}\end{multline}
29464
29465 \end_inset
29466
29467
29468 \begin_inset ERT
29469 status collapsed
29470
29471 \begin_layout Plain Layout
29472
29473
29474 \backslash
29475 setlength{
29476 \backslash
29477 multlinegap}{0pt}
29478 \end_layout
29479
29480 \end_inset
29481
29482 La segunda línea se ha alineado a la izquierda con 
29483 \series bold
29484
29485 \backslash
29486 shoveleft
29487 \series default
29488 .
29489 \end_layout
29490
29491 \begin_layout Subsection
29492 Partes de una ecuación multilínea
29493 \begin_inset CommandInset label
29494 LatexCommand label
29495 name "sub:Partes-de-una-multilínea"
29496
29497 \end_inset
29498
29499
29500 \begin_inset Index
29501 status collapsed
29502
29503 \begin_layout Plain Layout
29504 Ecuación ! multilínea ! partes de
29505 \end_layout
29506
29507 \end_inset
29508
29509
29510 \end_layout
29511
29512 \begin_layout Standard
29513 Para mostrar sólo partes de una ecuación multilínea usa uno de los siguientes
29514  entornos: 
29515 \series bold
29516 aligned
29517 \series default
29518
29519 \series bold
29520 alignedat
29521 \series default
29522
29523 \series bold
29524 gathered
29525 \series default
29526  o 
29527 \series bold
29528 split
29529 \series default
29530 .
29531  Se pueden elegir en el menú 
29532 \family sans
29533 Insertar\SpecialChar \menuseparator
29534 Ecuación
29535 \family default
29536  o usando los comandos aquí descritos.
29537 \end_layout
29538
29539 \begin_layout Standard
29540 Los tres primeros tienen las mismas propiedades que los correspondientes
29541  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29542  Un ejemplo:
29543 \begin_inset Formula \[
29544 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29545 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29546 \right\} \mbox{Relaciones de incertidumbre}\]
29547
29548 \end_inset
29549
29550 Para componer esta expresión se inserta una ecuación presentada y en ella
29551  se introduce el comando 
29552 \series bold
29553
29554 \backslash
29555 aligned
29556 \series default
29557
29558 \begin_inset Index
29559 status collapsed
29560
29561 \begin_layout Plain Layout
29562 Comandos ! A ! 
29563 \backslash
29564 aligned
29565 \end_layout
29566
29567 \end_inset
29568
29569 .
29570  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29571  añadir filas y columnas.
29572  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29573  como la llave.
29574 \end_layout
29575
29576 \begin_layout Standard
29577 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29578  se alinean horizontalmente.
29579  Usar aligned en una ecuación presentada tiene la ventaja de que el número
29580  de ecuación se centra verticalmente con las líneas.
29581  Como ejemplo, la ecuación 
29582 \begin_inset CommandInset ref
29583 LatexCommand eqref
29584 reference "eq:cortolargo"
29585
29586 \end_inset
29587
29588  en entorno aligned: 
29589 \begin_inset Formula \begin{equation}
29590 \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}|}\\
29591  & -\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}|}\end{aligned}
29592 \end{equation}
29593
29594 \end_inset
29595
29596 Para usar los entornos 
29597 \series bold
29598 alignedat
29599 \series default
29600
29601 \series bold
29602 gathered
29603 \series default
29604 , o 
29605 \series bold
29606 split
29607 \series default
29608 , se insertan respectivamente los comandos
29609 \series bold
29610  
29611 \backslash
29612 alignedat
29613 \series default
29614 ,
29615 \begin_inset Index
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619 Comandos ! A ! 
29620 \backslash
29621 alignedat
29622 \end_layout
29623
29624 \end_inset
29625
29626  
29627 \series bold
29628
29629 \backslash
29630 gathered
29631 \series default
29632
29633 \begin_inset Index
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637 Comandos ! G ! 
29638 \backslash
29639 gathered
29640 \end_layout
29641
29642 \end_inset
29643
29644 , o 
29645 \series bold
29646
29647 \backslash
29648 split
29649 \series default
29650
29651 \begin_inset Index
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655 Comandos ! S ! 
29656 \backslash
29657 split
29658 \end_layout
29659
29660 \end_inset
29661
29662 .
29663  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29664  tener dos columnas.
29665 \end_layout
29666
29667 \begin_layout Subsection
29668 Texto en ecuaciones multilínea
29669 \begin_inset CommandInset label
29670 LatexCommand label
29671 name "sub:Texto-en-multilínea"
29672
29673 \end_inset
29674
29675
29676 \begin_inset Index
29677 status collapsed
29678
29679 \begin_layout Plain Layout
29680 Texto ! en ecuaciones
29681 \end_layout
29682
29683 \end_inset
29684
29685
29686 \begin_inset Index
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690 Ecuación ! multilínea ! texto en
29691 \end_layout
29692
29693 \end_inset
29694
29695
29696 \end_layout
29697
29698 \begin_layout Standard
29699 En los entornos Align, multilínea y gather, se puede insertar texto que
29700  se mostrará en una línea separada y que no afecta la alineación de columna.
29701  Para esto se usa el comando 
29702 \series bold
29703
29704 \backslash
29705 intertext
29706 \series default
29707
29708 \begin_inset Index
29709 status collapsed
29710
29711 \begin_layout Plain Layout
29712 Comandos ! I ! 
29713 \backslash
29714 intertext
29715 \end_layout
29716
29717 \end_inset
29718
29719  con el siguiente esquema:
29720 \end_layout
29721
29722 \begin_layout Standard
29723
29724 \series bold
29725
29726 \backslash
29727 intertext{texto}
29728 \end_layout
29729
29730 \begin_layout Standard
29731 El texto no debería ocupar más de una línea porque no se puede partir con
29732  guión.
29733  Como LyX aún no soporta 
29734 \series bold
29735
29736 \backslash
29737 intertext
29738 \series default
29739  directamente, el texto se escribe como texto matemático.
29740  
29741 \series bold
29742
29743 \backslash
29744 intertext
29745 \series default
29746  debe por tanto estar al comienzo de una línea y en la salida se presenta
29747  sobre esta línea.
29748  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29749 \begin_inset Formula \begin{align}
29750 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29751 \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\end{align}
29752
29753 \end_inset
29754
29755
29756 \end_layout
29757
29758 \begin_layout Section
29759 Numeración de ecuaciones
29760 \begin_inset Index
29761 status collapsed
29762
29763 \begin_layout Plain Layout
29764 Ecuación ! numeración|see
29765 \begin_inset ERT
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769
29770 {
29771 \end_layout
29772
29773 \end_inset
29774
29775 Numeración de ecuaciones
29776 \begin_inset ERT
29777 status collapsed
29778
29779 \begin_layout Plain Layout
29780
29781 }
29782 \end_layout
29783
29784 \end_inset
29785
29786
29787 \end_layout
29788
29789 \end_inset
29790
29791
29792 \begin_inset Index
29793 status collapsed
29794
29795 \begin_layout Plain Layout
29796 Numeración de ecuaciones
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \end_layout
29803
29804 \begin_layout Subsection
29805 General
29806 \end_layout
29807
29808 \begin_layout Standard
29809 Las ecuaciones numeradas se insertan con el menú 
29810 \family sans
29811 Insertar\SpecialChar \menuseparator
29812 Ecuación
29813 \family default
29814  
29815 \family sans
29816 \SpecialChar \menuseparator
29817 Ecuación
29818 \begin_inset space ~
29819 \end_inset
29820
29821 numerada
29822 \family default
29823  (atajo 
29824 \family sans
29825 Ctrl+Alt
29826 \begin_inset space ~
29827 \end_inset
29828
29829 N
29830 \family default
29831 ).
29832  Ecuaciones existentes se pueden numerar con el menú 
29833 \family sans
29834 Editar\SpecialChar \menuseparator
29835 Ecuación\SpecialChar \menuseparator
29836 Conmutar
29837 \begin_inset space ~
29838 \end_inset
29839
29840 numeración
29841 \family default
29842  (atajo
29843 \family sans
29844  Alt+M
29845 \begin_inset space ~
29846 \end_inset
29847
29848 N
29849 \family default
29850 ).
29851  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29852  En la salida se muestra el número real.
29853 \end_layout
29854
29855 \begin_layout Standard
29856 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29857  líneas.
29858  No obstante, la numeración se puede controlar en cada línea con el menú
29859  
29860 \family sans
29861 Editar\SpecialChar \menuseparator
29862 Ecuación\SpecialChar \menuseparator
29863 Conmutar
29864 \begin_inset space ~
29865 \end_inset
29866
29867 numeración
29868 \begin_inset space ~
29869 \end_inset
29870
29871 de
29872 \begin_inset space ~
29873 \end_inset
29874
29875 línea
29876 \family default
29877  (atajo
29878 \family sans
29879  Alt+M
29880 \begin_inset space ~
29881 \end_inset
29882
29883 Mayúsculas+N
29884 \family default
29885 ).
29886 \end_layout
29887
29888 \begin_layout Standard
29889 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29890  distintos, véase 
29891 \begin_inset CommandInset ref
29892 LatexCommand ref
29893 reference "sec:Estilos-de-ecuación"
29894
29895 \end_inset
29896
29897 .
29898 \end_layout
29899
29900 \begin_layout Subsection
29901 Referencias cruzadas
29902 \begin_inset Index
29903 status collapsed
29904
29905 \begin_layout Plain Layout
29906 Ecuación ! referencias cruzadas a
29907 \end_layout
29908
29909 \end_inset
29910
29911
29912 \end_layout
29913
29914 \begin_layout Standard
29915 Todas las ecuaciones con etiqueta se pueden referenciar.
29916  La etiqueta se añade con el menú 
29917 \family sans
29918 Insertar\SpecialChar \menuseparator
29919 Etiqueta
29920 \family default
29921  o con el botón 
29922 \begin_inset Graphics
29923         filename ../../images/label-insert.png
29924         scale 85
29925
29926 \end_inset
29927
29928  de la barra de herramientas.
29929  El cursor debe estar dentro de una ecuación en modo presentación.
29930  Surge un diálogo con el prefijo 
29931 \series bold
29932 eq:
29933 \series default
29934 , detrás del cual se escribe el texto de la etiqueta.
29935  El prefijo significa 
29936 \begin_inset Quotes fld
29937 \end_inset
29938
29939 equation
29940 \begin_inset Quotes frd
29941 \end_inset
29942
29943  y hace más fácil encontrar etiquetas en documentos extensos porque así
29944  se distingue p.
29945 \begin_inset space \thinspace{}
29946 \end_inset
29947
29948 e.
29949 \begin_inset space ~
29950 \end_inset
29951
29952 de las etiquetas de sección.
29953  Para cambiar una etiqueta se usa de nuevo el menú 
29954 \family sans
29955 Insertar\SpecialChar \menuseparator
29956 Etiqueta
29957 \family default
29958 .
29959 \end_layout
29960
29961 \begin_layout Standard
29962 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29963  ecuación.
29964  Una ecuación con etiqueta se numera siempre.
29965 \end_layout
29966
29967 \begin_layout Standard
29968 Las referencias cruzadas se insertan mediante el menú 
29969 \family sans
29970 Insertar\SpecialChar \menuseparator
29971 Referencia cruzada
29972 \family default
29973  o con el botón 
29974 \begin_inset Graphics
29975         filename ../../images/dialog-show-new-inset_ref.png
29976         scale 85
29977
29978 \end_inset
29979
29980 .
29981  Una referencia a una ecuación aparece en la salida con su número.
29982  Si en el diálogo de referencia cruzada se elige el formato 
29983 \series bold
29984 (<referencia>)
29985 \series default
29986 , la referencia se muestra en la salida entre paréntesis.
29987  
29988 \begin_inset Newline newline
29989 \end_inset
29990
29991 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29992  a la ecuación de referencia.
29993 \end_layout
29994
29995 \begin_layout Standard
29996 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29997  siguientes:
29998 \begin_inset Note Note
29999 status collapsed
30000
30001 \begin_layout Plain Layout
30002 Observa los distintos tipos de referencias cruzadas.
30003 \end_layout
30004
30005 \end_inset
30006
30007
30008 \end_layout
30009
30010 \begin_layout Standard
30011 Las ecuaciones 
30012 \begin_inset CommandInset ref
30013 LatexCommand eqref
30014 reference "eq:tag"
30015
30016 \end_inset
30017
30018  y 
30019 \begin_inset CommandInset ref
30020 LatexCommand eqref
30021 reference "eq:c"
30022
30023 \end_inset
30024
30025  son equivalentes.
30026  En (
30027 \begin_inset CommandInset ref
30028 LatexCommand ref
30029 reference "eq:Lat"
30030
30031 \end_inset
30032
30033 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30034 \begin_inset CommandInset ref
30035 LatexCommand ref
30036 reference "eq:Rom"
30037
30038 \end_inset
30039
30040 ).
30041 \begin_inset VSpace medskip
30042 \end_inset
30043
30044
30045 \end_layout
30046
30047 \begin_layout Standard
30048 Si el argumento de 
30049 \series bold
30050
30051 \backslash
30052 tag
30053 \begin_inset Foot
30054 status collapsed
30055
30056 \begin_layout Plain Layout
30057
30058 \series bold
30059
30060 \backslash
30061 tag
30062 \series default
30063  se describe en 
30064 \begin_inset CommandInset ref
30065 LatexCommand ref
30066 reference "sub:Numeración-personalizada"
30067
30068 \end_inset
30069
30070
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \series default
30077  contiene un marco, como se describe en la 
30078 \begin_inset CommandInset ref
30079 LatexCommand ref
30080 reference "sub:Cuadros-de-párrafo"
30081
30082 \end_inset
30083
30084 , no se puede referenciar la ecuación.
30085 \end_layout
30086
30087 \begin_layout Subsection
30088 Subnumeración
30089 \begin_inset Index
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093 Numeración de ecuaciones ! subnumeración
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \end_layout
30100
30101 \begin_layout Standard
30102 Con ayuda de los comandos 
30103 \series bold
30104
30105 \backslash
30106 begin{subequations}
30107 \series default
30108  y 
30109 \series bold
30110
30111 \backslash
30112 end{subequations}
30113 \series default
30114  en modo TeX se pueden subnumerar ecuaciones.
30115 \end_layout
30116
30117 \begin_layout Standard
30118 Ejemplo:
30119 \begin_inset Formula \begin{equation}
30120 A=C-B\label{eq:a}\end{equation}
30121
30122 \end_inset
30123
30124
30125 \begin_inset ERT
30126 status collapsed
30127
30128 \begin_layout Plain Layout
30129
30130
30131 \backslash
30132 addtocounter{equation}{-1}
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \begin_inset ERT
30139 status collapsed
30140
30141 \begin_layout Plain Layout
30142
30143
30144 \backslash
30145 begin{subequations}
30146 \end_layout
30147
30148 \end_inset
30149
30150
30151 \begin_inset VSpace -5mm
30152 \end_inset
30153
30154
30155 \begin_inset Formula \begin{equation}
30156 B=C-A\label{eq:b}\end{equation}
30157
30158 \end_inset
30159
30160
30161 \begin_inset Formula \begin{equation}
30162 C=A+B\label{eq:c}\end{equation}
30163
30164 \end_inset
30165
30166
30167 \end_layout
30168
30169 \begin_layout Standard
30170 \begin_inset ERT
30171 status collapsed
30172
30173 \begin_layout Plain Layout
30174
30175
30176 \backslash
30177 end{subequations}
30178 \end_layout
30179
30180 \end_inset
30181
30182
30183 \end_layout
30184
30185 \begin_layout Standard
30186 Para este ejemplo se ha hecho lo siguiente:
30187 \end_layout
30188
30189 \begin_layout Enumerate
30190 se inserta la primera ecuación
30191 \end_layout
30192
30193 \begin_layout Enumerate
30194 después de ella se inserta
30195 \series bold
30196
30197 \begin_inset Newline newline
30198 \end_inset
30199
30200
30201 \backslash
30202 addtocounter{equation}{-1} 
30203 \backslash
30204 begin{subequations}
30205 \begin_inset Index
30206 status collapsed
30207
30208 \begin_layout Plain Layout
30209 Comandos ! A ! 
30210 \backslash
30211 addtocounter
30212 \end_layout
30213
30214 \end_inset
30215
30216
30217 \end_layout
30218
30219 \begin_layout Enumerate
30220 se inserta la segunda ecuación
30221 \end_layout
30222
30223 \begin_layout Enumerate
30224 se inserta la tercera ecuación
30225 \end_layout
30226
30227 \begin_layout Enumerate
30228 se inserta 
30229 \series bold
30230
30231 \backslash
30232 end{subequations}
30233 \series default
30234  tras la tercera ecuación
30235 \end_layout
30236
30237 \begin_layout Standard
30238 Toda ecuación entre los comandos 
30239 \series bold
30240
30241 \backslash
30242 begin
30243 \series default
30244  y 
30245 \series bold
30246
30247 \backslash
30248 end
30249 \series default
30250  se subnumera con a, b, c\SpecialChar \ldots{}
30251  En ecuaciones multilínea se subnumerará cada línea.
30252  Todas las ecuaciones subnumeradas son tratadas como 
30253 \emph on
30254 una
30255 \emph default
30256  ecuación numerada.
30257  Pero como cada ecuación numerada aumenta el contador 
30258 \series bold
30259 equation
30260 \series default
30261  en uno, hay que disminuir el comando 
30262 \series bold
30263
30264 \backslash
30265 addtocounter
30266 \series default
30267 .
30268  De lo contrario, las ecuaciones 
30269 \begin_inset CommandInset ref
30270 LatexCommand eqref
30271 reference "eq:a"
30272
30273 \end_inset
30274
30275
30276 \begin_inset CommandInset ref
30277 LatexCommand eqref
30278 reference "eq:b"
30279
30280 \end_inset
30281
30282
30283 \begin_inset CommandInset ref
30284 LatexCommand eqref
30285 reference "eq:c"
30286
30287 \end_inset
30288
30289  se numerarían 
30290 \begin_inset CommandInset ref
30291 LatexCommand eqref
30292 reference "eq:a"
30293
30294 \end_inset
30295
30296
30297 \begin_inset CommandInset ref
30298 LatexCommand eqref
30299 reference "eq:d"
30300
30301 \end_inset
30302
30303
30304 \begin_inset CommandInset ref
30305 LatexCommand eqref
30306 reference "eq:f"
30307
30308 \end_inset
30309
30310 .
30311 \end_layout
30312
30313 \begin_layout Standard
30314 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30315  ecuaciones.
30316  Para evitarlo se inserta ese espacio vertical de -5
30317 \begin_inset space \thinspace{}
30318 \end_inset
30319
30320 mm detrás del comando 
30321 \series bold
30322
30323 \backslash
30324 begin{subequations}
30325 \series default
30326 .
30327
30328 \series bold
30329  
30330 \series default
30331 Si se usa el estilo 
30332 \series bold
30333 Sangrado
30334 \series default
30335
30336 \begin_inset Foot
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340 véase estilos de ecuación en 
30341 \begin_inset CommandInset ref
30342 LatexCommand ref
30343 reference "sec:Estilos-de-ecuación"
30344
30345 \end_inset
30346
30347
30348 \end_layout
30349
30350 \end_inset
30351
30352 , entonces se inserta -7
30353 \begin_inset space \thinspace{}
30354 \end_inset
30355
30356 mm.
30357 \end_layout
30358
30359 \begin_layout Standard
30360 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30361  de la segunda línea:
30362 \begin_inset ERT
30363 status collapsed
30364
30365 \begin_layout Plain Layout
30366
30367
30368 \backslash
30369 begin{subequations}
30370 \end_layout
30371
30372 \end_inset
30373
30374
30375 \begin_inset Formula \begin{eqnarray}
30376 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30377  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30378  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30379
30380 \end_inset
30381
30382
30383 \begin_inset ERT
30384 status collapsed
30385
30386 \begin_layout Plain Layout
30387
30388
30389 \backslash
30390 end{subequations}
30391 \end_layout
30392
30393 \end_inset
30394
30395
30396 \end_layout
30397
30398 \begin_layout Subsection
30399 Numeración definida por el usuario
30400 \begin_inset CommandInset label
30401 LatexCommand label
30402 name "sub:Numeración-personalizada"
30403
30404 \end_inset
30405
30406
30407 \begin_inset Index
30408 status collapsed
30409
30410 \begin_layout Plain Layout
30411 Numeración de ecuaciones ! personalizada
30412 \end_layout
30413
30414 \end_inset
30415
30416
30417 \end_layout
30418
30419 \begin_layout Standard
30420 Con la numeración estándar el número se coloca entre paréntesis.
30421  Para reemplazar los paréntesis con barras verticales, p.
30422 \begin_inset space \thinspace{}
30423 \end_inset
30424
30425 e., se añade al preámbulo LaTeX la línea: 
30426 \end_layout
30427
30428 \begin_layout Standard
30429
30430 \series bold
30431
30432 \backslash
30433 def
30434 \backslash
30435 tagform@#1{
30436 \backslash
30437 maketag@@@{|#1|}}
30438 \series default
30439
30440 \begin_inset Note Note
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30445  Para activarlo, quita el % del principio.
30446 \end_layout
30447
30448 \end_inset
30449
30450
30451 \end_layout
30452
30453 \begin_layout Standard
30454 Para usar otros caracteres, se reemplazan las barras al lado de 
30455 \series bold
30456 #1
30457 \series default
30458  por ellos.
30459  Para obtener sólo el número de ecuación se omiten las barras verticales.
30460 \begin_inset VSpace bigskip
30461 \end_inset
30462
30463
30464 \end_layout
30465
30466 \begin_layout Standard
30467 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30468  consecutivo, se usa el comando 
30469 \series bold
30470
30471 \backslash
30472 tag
30473 \begin_inset Index
30474 status collapsed
30475
30476 \begin_layout Plain Layout
30477 Comandos ! T ! 
30478 \backslash
30479 tag
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \series default
30486 :
30487 \begin_inset Formula \begin{equation}
30488 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30489
30490 \end_inset
30491
30492 En este ejemplo se ha insertado el comando
30493 \series bold
30494  
30495 \backslash
30496 tag
30497 \begin_inset ERT
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501
30502
30503 \backslash
30504 spce 
30505 \end_layout
30506
30507 \end_inset
30508
30509 algo
30510 \series default
30511  en la ecuación.
30512 \end_layout
30513
30514 \begin_layout Standard
30515 Si se usa en su lugar el comando con asterisco 
30516 \series bold
30517
30518 \backslash
30519 tag*
30520 \begin_inset ERT
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524
30525
30526 \backslash
30527 spce 
30528 \end_layout
30529
30530 \end_inset
30531
30532 algo
30533 \series default
30534  no se imprimen los paréntesis:
30535 \begin_inset Formula \[
30536 A+B=C\tag*{algo}\]
30537
30538 \end_inset
30539
30540
30541 \end_layout
30542
30543 \begin_layout Standard
30544 \begin_inset VSpace bigskip
30545 \end_inset
30546
30547
30548 \end_layout
30549
30550 \begin_layout Standard
30551 Para reiniciar la numeración en nuevas partes o secciones del documento
30552  se usan los siguientes comandos:
30553 \end_layout
30554
30555 \begin_layout Standard
30556
30557 \series bold
30558
30559 \backslash
30560 @addtoreset{equation}{part}
30561 \series default
30562
30563 \begin_inset Index
30564 status collapsed
30565
30566 \begin_layout Plain Layout
30567 Comandos ! 
30568 \begin_inset ERT
30569 status collapsed
30570
30571 \begin_layout Plain Layout
30572
30573 "
30574 \end_layout
30575
30576 \end_inset
30577
30578 @
30579 \begin_inset ERT
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583
30584 "
30585 \end_layout
30586
30587 \end_inset
30588
30589  ! 
30590 \backslash
30591
30592 \begin_inset ERT
30593 status collapsed
30594
30595 \begin_layout Plain Layout
30596
30597 "
30598 \end_layout
30599
30600 \end_inset
30601
30602 @
30603 \begin_inset ERT
30604 status collapsed
30605
30606 \begin_layout Plain Layout
30607
30608 "
30609 \end_layout
30610
30611 \end_inset
30612
30613 addtoreset
30614 \end_layout
30615
30616 \end_inset
30617
30618
30619 \begin_inset Newline newline
30620 \end_inset
30621
30622
30623 \series bold
30624
30625 \backslash
30626 @addtoreset{equation}{section}
30627 \end_layout
30628
30629 \begin_layout Standard
30630 Pata poder usar estos comandos en modo TeX, el carácter 
30631 \begin_inset Quotes fld
30632 \end_inset
30633
30634 @
30635 \begin_inset Quotes frd
30636 \end_inset
30637
30638  debe 
30639 \begin_inset Quotes fld
30640 \end_inset
30641
30642 activarse
30643 \begin_inset Quotes frd
30644 \end_inset
30645
30646  para LaTeX con el comando 
30647 \series bold
30648
30649 \backslash
30650 makeatletter
30651 \series default
30652 .
30653  El comando 
30654 \series bold
30655
30656 \backslash
30657 makeatother
30658 \series default
30659  deshace esto.
30660  Así pues, la secuencia de comandos en modo TeX es:
30661 \end_layout
30662
30663 \begin_layout Standard
30664
30665 \series bold
30666
30667 \backslash
30668 makeatletter
30669 \begin_inset Newline newline
30670 \end_inset
30671
30672
30673 \backslash
30674 @addtoreset{equation}{section}
30675 \begin_inset Newline newline
30676 \end_inset
30677
30678
30679 \backslash
30680 makeatother
30681 \end_layout
30682
30683 \begin_layout Standard
30684 En el preámbulo LaTeX se pueden omitir 
30685 \series bold
30686
30687 \backslash
30688 makeatletter
30689 \series default
30690  y 
30691 \series bold
30692
30693 \backslash
30694 makeatother
30695 \series default
30696  pues son automáticamente insertados por LyX.
30697 \end_layout
30698
30699 \begin_layout Standard
30700 Para el comando 
30701 \series bold
30702
30703 \backslash
30704 @addtoreset
30705 \series default
30706 ,
30707 \series bold
30708  
30709 \series default
30710 hay que cargar en el preámbulo LaTeX el archivo 
30711 \series bold
30712 remreset.sty
30713 \series default
30714
30715 \begin_inset Foot
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719
30720 \series bold
30721 remreset
30722 \series default
30723  es parte del paquete LaTeX 
30724 \series bold
30725 carlisle
30726 \series default
30727
30728 \begin_inset Index
30729 status collapsed
30730
30731 \begin_layout Plain Layout
30732 Paquetes ! carlisle
30733 \end_layout
30734
30735 \end_inset
30736
30737 , incluido en las instalaciones estándar de LaTeX.
30738 \end_layout
30739
30740 \end_inset
30741
30742
30743 \begin_inset Index
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747 Paquetes ! remreset
30748 \end_layout
30749
30750 \end_inset
30751
30752  con la línea
30753 \end_layout
30754
30755 \begin_layout Standard
30756
30757 \series bold
30758
30759 \backslash
30760 usepackage{remreset}
30761 \end_layout
30762
30763 \begin_layout Standard
30764 Entonces se puede usar el comando 
30765 \series bold
30766
30767 \backslash
30768 @removefromreset
30769 \series default
30770
30771 \begin_inset Index
30772 status collapsed
30773
30774 \begin_layout Plain Layout
30775 Comandos ! 
30776 \begin_inset ERT
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780
30781 "
30782 \end_layout
30783
30784 \end_inset
30785
30786 @
30787 \begin_inset ERT
30788 status collapsed
30789
30790 \begin_layout Plain Layout
30791
30792 "
30793 \end_layout
30794
30795 \end_inset
30796
30797  ! 
30798 \backslash
30799
30800 \begin_inset ERT
30801 status collapsed
30802
30803 \begin_layout Plain Layout
30804
30805 "
30806 \end_layout
30807
30808 \end_inset
30809
30810 @
30811 \begin_inset ERT
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815
30816 "
30817 \end_layout
30818
30819 \end_inset
30820
30821 removefromreset
30822 \end_layout
30823
30824 \end_inset
30825
30826  con el mismo esquema que 
30827 \series bold
30828
30829 \backslash
30830 @addtoreset
30831 \series default
30832 .
30833 \begin_inset VSpace bigskip
30834 \end_inset
30835
30836
30837 \end_layout
30838
30839 \begin_layout Standard
30840 A veces las ecuaciones deberían numerarse de la siguiente manera:
30841 \end_layout
30842
30843 \begin_layout Standard
30844
30845 \family typewriter
30846 (número de sección.número de ecuación)
30847 \end_layout
30848
30849 \begin_layout Standard
30850 El número de ecuación empezaría con 
30851 \begin_inset Quotes fld
30852 \end_inset
30853
30854 1
30855 \begin_inset Quotes frd
30856 \end_inset
30857
30858  en cada sección.
30859 \end_layout
30860
30861 \begin_layout Standard
30862 Para este caso hay el comando 
30863 \series bold
30864
30865 \backslash
30866 numberwithin
30867 \series default
30868
30869 \begin_inset Index
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873 Comandos ! N ! 
30874 \backslash
30875 numberwithin
30876 \end_layout
30877
30878 \end_inset
30879
30880 , que se usa con el esquema:
30881 \end_layout
30882
30883 \begin_layout Standard
30884
30885 \series bold
30886
30887 \backslash
30888 numberwithin{counter}{sectioning}
30889 \end_layout
30890
30891 \begin_layout Standard
30892 \begin_inset Quotes fld
30893 \end_inset
30894
30895 counter
30896 \begin_inset Quotes frd
30897 \end_inset
30898
30899  indica qué clase de numeración es afectada, 
30900 \begin_inset Quotes fld
30901 \end_inset
30902
30903 sectioning
30904 \begin_inset Quotes frd
30905 \end_inset
30906
30907  indica qué número va delante del punto.
30908  
30909 \end_layout
30910
30911 \begin_layout Standard
30912 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30913  en el preámbulo LaTeX:
30914 \end_layout
30915
30916 \begin_layout Standard
30917
30918 \series bold
30919
30920 \backslash
30921 numberwithin{equation}{section}
30922 \end_layout
30923
30924 \begin_layout Standard
30925 Este es el resultado::
30926 \begin_inset ERT
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930
30931
30932 \backslash
30933 numberwithin{equation}{section}
30934 \end_layout
30935
30936 \end_inset
30937
30938
30939 \begin_inset Formula \begin{equation}
30940 A+B=C\end{equation}
30941
30942 \end_inset
30943
30944
30945 \end_layout
30946
30947 \begin_layout Standard
30948 Para numerar tablas de modo que, p.
30949 \begin_inset space \thinspace{}
30950 \end_inset
30951
30952 e., 
30953 \begin_inset Quotes fld
30954 \end_inset
30955
30956 sectioning
30957 \begin_inset Quotes frd
30958 \end_inset
30959
30960  sea el número de la parte se usa
30961 \begin_inset Newline newline
30962 \end_inset
30963
30964
30965 \series bold
30966
30967 \backslash
30968 numberwithin{table}{part}
30969 \end_layout
30970
30971 \begin_layout Standard
30972 Para volver a la numeración estándar o evitar esta clase numeración cuando
30973  es definida por la clase de documento, se inserta el siguiente comando
30974  en código TeX o en el preámbulo LaTeX:
30975 \end_layout
30976
30977 \begin_layout Standard
30978
30979 \series bold
30980
30981 \backslash
30982 renewcommand{
30983 \backslash
30984 theequation}{
30985 \backslash
30986 arabic{equation}}
30987 \begin_inset Index
30988 status collapsed
30989
30990 \begin_layout Plain Layout
30991 Comandos ! A ! 
30992 \backslash
30993 arabic
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \series default
31000
31001 \begin_inset ERT
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005
31006
31007 \backslash
31008 renewcommand{
31009 \backslash
31010 theequation}{
31011 \backslash
31012 arabic{equation}}
31013 \end_layout
31014
31015 \end_inset
31016
31017
31018 \series bold
31019
31020 \begin_inset Newline newline
31021 \end_inset
31022
31023
31024 \series default
31025 o
31026 \series bold
31027
31028 \begin_inset Newline newline
31029 \end_inset
31030
31031
31032 \backslash
31033 renewcommand{
31034 \backslash
31035 thetable}{
31036 \backslash
31037 arabic{table}}
31038 \end_layout
31039
31040 \begin_layout Standard
31041
31042 \series bold
31043
31044 \backslash
31045 numberwithin
31046 \series default
31047  usa internamente el comando 
31048 \series bold
31049
31050 \backslash
31051 @addtoreset
31052 \series default
31053 , descrito arriba, que también debe ser restaurado.
31054 \begin_inset ERT
31055 status collapsed
31056
31057 \begin_layout Plain Layout
31058
31059
31060 \backslash
31061 makeatletter
31062 \end_layout
31063
31064 \begin_layout Plain Layout
31065
31066
31067 \backslash
31068 @removefromreset{equation}{section}
31069 \end_layout
31070
31071 \begin_layout Plain Layout
31072
31073
31074 \backslash
31075 makeatother
31076 \end_layout
31077
31078 \end_inset
31079
31080
31081 \end_layout
31082
31083 \begin_layout Subsection
31084 Numeración con números romanos y letras
31085 \begin_inset Index
31086 status collapsed
31087
31088 \begin_layout Plain Layout
31089 Numeración de ecuaciones ! con números romanos
31090 \end_layout
31091
31092 \end_inset
31093
31094
31095 \begin_inset Index
31096 status collapsed
31097
31098 \begin_layout Plain Layout
31099 Numeración de ecuaciones ! con letras
31100 \end_layout
31101
31102 \end_inset
31103
31104
31105 \end_layout
31106
31107 \begin_layout Standard
31108 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31109  Por ejemplo, para numerar con romanos en minúscula,
31110 \begin_inset Foot
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114 Como en español no se usan romanos en minúscula, el estilo 
31115 \series bold
31116 spanish
31117 \series default
31118  del sistema 
31119 \series bold
31120 babel
31121 \series default
31122  redefine 
31123 \series bold
31124
31125 \backslash
31126 roman
31127 \series default
31128  para que los dé en versalitas.
31129  Véase 
31130 \begin_inset CommandInset citation
31131 LatexCommand cite
31132 key "spanish"
31133
31134 \end_inset
31135
31136  (
31137 \emph on
31138 N.
31139 \begin_inset space \thinspace{}
31140 \end_inset
31141
31142 del t
31143 \emph default
31144 ).
31145 \end_layout
31146
31147 \end_inset
31148
31149  se inserta el comando
31150 \end_layout
31151
31152 \begin_layout Standard
31153
31154 \series bold
31155
31156 \backslash
31157 renewcommand{
31158 \backslash
31159 theequation}{
31160 \backslash
31161 roman{equation}}
31162 \end_layout
31163
31164 \begin_layout Standard
31165 antes de la ecuación en modo TeX.
31166  
31167 \series bold
31168
31169 \backslash
31170 renewcommand
31171 \series default
31172
31173 \begin_inset Index
31174 status collapsed
31175
31176 \begin_layout Plain Layout
31177 Comandos ! R ! 
31178 \backslash
31179 renewcommand
31180 \end_layout
31181
31182 \end_inset
31183
31184  redefine el comando predefinido 
31185 \series bold
31186
31187 \backslash
31188 theequation
31189 \series default
31190  como 
31191 \series bold
31192
31193 \backslash
31194 roman{equation}
31195 \series default
31196 .
31197 \begin_inset Foot
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201 El comando 
31202 \series bold
31203
31204 \backslash
31205 renewcommand
31206 \series default
31207  tiene el mismo esquema que el comando 
31208 \series bold
31209
31210 \backslash
31211 newcommand
31212 \series default
31213 , descrito en 
31214 \begin_inset CommandInset ref
31215 LatexCommand ref
31216 reference "sub:El-comando-newcommand"
31217
31218 \end_inset
31219
31220 .
31221 \end_layout
31222
31223 \end_inset
31224
31225  
31226 \series bold
31227 equation
31228 \series default
31229  es el contador de ecuaciones.
31230  Si se usa el comando 
31231 \series bold
31232
31233 \backslash
31234 the
31235 \series default
31236  como prefijo de un contador, el valor del contador sale en números arábigos.
31237  Si una ecuación es numerada, LaTeX pone internamente el comando 
31238 \series bold
31239
31240 \backslash
31241 theequation
31242 \series default
31243  detrás de la ecuación.
31244  
31245 \series bold
31246
31247 \backslash
31248 roman{equation}
31249 \series default
31250
31251 \begin_inset Index
31252 status collapsed
31253
31254 \begin_layout Plain Layout
31255 Comandos ! R ! 
31256 \backslash
31257 roman
31258 \end_layout
31259
31260 \end_inset
31261
31262  pone el contador en romanos en minúscula.
31263 \end_layout
31264
31265 \begin_layout Standard
31266 Todas las ecuaciones siguientes a 
31267 \series bold
31268
31269 \backslash
31270 renew
31271 \series default
31272 c
31273 \series bold
31274 ommand
31275 \series default
31276  se numerarán en romanos.
31277  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31278  cambiando 
31279 \series bold
31280
31281 \backslash
31282 roman
31283 \series default
31284  por 
31285 \series bold
31286
31287 \backslash
31288 Roman
31289 \series default
31290
31291 \begin_inset Index
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295 Comandos ! R ! 
31296 \backslash
31297 roman@
31298 \backslash
31299 Roman
31300 \end_layout
31301
31302 \end_inset
31303
31304 .
31305  Para 
31306 \begin_inset Quotes fld
31307 \end_inset
31308
31309 numerar
31310 \begin_inset Quotes frd
31311 \end_inset
31312
31313  con minúsculas latinas hay el comando 
31314 \series bold
31315
31316 \backslash
31317 alph
31318 \series default
31319
31320 \begin_inset Index
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324 Comandos ! A ! 
31325 \backslash
31326 alph
31327 \end_layout
31328
31329 \end_inset
31330
31331 , y para mayúsculas el comando 
31332 \series bold
31333
31334 \backslash
31335 Alph
31336 \series default
31337
31338 \begin_inset Index
31339 status collapsed
31340
31341 \begin_layout Plain Layout
31342 Comandos ! A ! 
31343 \backslash
31344 alph@
31345 \backslash
31346 Alph
31347 \end_layout
31348
31349 \end_inset
31350
31351 .
31352 \end_layout
31353
31354 \begin_layout Standard
31355 \begin_inset Note Greyedout
31356 status collapsed
31357
31358 \begin_layout Plain Layout
31359
31360 \series bold
31361 Nota:
31362 \series default
31363  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31364 \end_layout
31365
31366 \end_inset
31367
31368
31369 \end_layout
31370
31371 \begin_layout Standard
31372 \begin_inset ERT
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376
31377
31378 \backslash
31379 renewcommand{
31380 \backslash
31381 theequation}{
31382 \backslash
31383 roman{equation}}
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \begin_inset Formula \begin{equation}
31390 A=\textrm{romanos en minúscula}\end{equation}
31391
31392 \end_inset
31393
31394
31395 \begin_inset ERT
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399
31400
31401 \backslash
31402 renewcommand{
31403 \backslash
31404 theequation}{
31405 \backslash
31406 Roman{equation}}
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \begin_inset Formula \begin{equation}
31413 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31414
31415 \end_inset
31416
31417
31418 \begin_inset ERT
31419 status collapsed
31420
31421 \begin_layout Plain Layout
31422
31423
31424 \backslash
31425 renewcommand{
31426 \backslash
31427 theequation}{
31428 \backslash
31429 alph{equation}}
31430 \end_layout
31431
31432 \end_inset
31433
31434
31435 \begin_inset Formula \begin{equation}
31436 C=\textrm{latinas en minúscula}\end{equation}
31437
31438 \end_inset
31439
31440
31441 \begin_inset ERT
31442 status collapsed
31443
31444 \begin_layout Plain Layout
31445
31446
31447 \backslash
31448 renewcommand{
31449 \backslash
31450 theequation}{
31451 \backslash
31452 Alph{equation}}
31453 \end_layout
31454
31455 \end_inset
31456
31457
31458 \begin_inset Formula \begin{equation}
31459 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31460
31461 \end_inset
31462
31463
31464 \end_layout
31465
31466 \begin_layout Standard
31467 Para volver a la numeración por omisión se inserta el comando:
31468 \end_layout
31469
31470 \begin_layout Standard
31471
31472 \series bold
31473
31474 \backslash
31475 renewcommand{
31476 \backslash
31477 theequation}{
31478 \backslash
31479 arabic{equation}}
31480 \begin_inset Index
31481 status collapsed
31482
31483 \begin_layout Plain Layout
31484 Comandos ! A ! 
31485 \backslash
31486 arabic
31487 \end_layout
31488
31489 \end_inset
31490
31491
31492 \end_layout
31493
31494 \begin_layout Standard
31495 \begin_inset ERT
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499
31500
31501 \backslash
31502 renewcommand{
31503 \backslash
31504 theequation}{
31505 \backslash
31506 arabic{equation}}
31507 \end_layout
31508
31509 \end_inset
31510
31511
31512 \begin_inset Formula \begin{equation}
31513 E=\mbox{arábigos}\end{equation}
31514
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \begin_layout Standard
31521 \begin_inset VSpace medskip
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \begin_layout Standard
31528 Como ves, las ecuaciones se numeran consecutivamente independientemente
31529  del estilo de numeración.
31530  Cuando la numeración haya de empezar con 
31531 \begin_inset Quotes fld
31532 \end_inset
31533
31534 1
31535 \begin_inset Quotes frd
31536 \end_inset
31537
31538  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31539  Una descripción sobre esto se encuentra en el archivo 
31540 \begin_inset CommandInset href
31541 LatexCommand href
31542 name "Formula-numbering.lyx"
31543 target "run:Formula-numbering.lyx"
31544
31545 \end_inset
31546
31547 .
31548 \end_layout
31549
31550 \begin_layout Section
31551 Símbolos y ecuaciones químicas
31552 \begin_inset CommandInset label
31553 LatexCommand label
31554 name "sub:Símbolos-y-ecuaciones-químicas"
31555
31556 \end_inset
31557
31558
31559 \begin_inset Index
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563 Química ! símbolos
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \begin_inset Index
31570 status collapsed
31571
31572 \begin_layout Plain Layout
31573 Química ! caracteres
31574 \end_layout
31575
31576 \end_inset
31577
31578
31579 \begin_inset Index
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583 Ecuación ! química|see
31584 \begin_inset ERT
31585 status collapsed
31586
31587 \begin_layout Plain Layout
31588
31589 {
31590 \end_layout
31591
31592 \end_inset
31593
31594 Química
31595 \begin_inset ERT
31596 status collapsed
31597
31598 \begin_layout Plain Layout
31599
31600 }
31601 \end_layout
31602
31603 \end_inset
31604
31605
31606 \end_layout
31607
31608 \end_inset
31609
31610
31611 \begin_inset Index
31612 status collapsed
31613
31614 \begin_layout Plain Layout
31615 Química ! iones
31616 \end_layout
31617
31618 \end_inset
31619
31620
31621 \begin_inset Index
31622 status collapsed
31623
31624 \begin_layout Plain Layout
31625 Iones|see
31626 \begin_inset ERT
31627 status collapsed
31628
31629 \begin_layout Plain Layout
31630
31631 {
31632 \end_layout
31633
31634 \end_inset
31635
31636 Química
31637 \begin_inset ERT
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641
31642 }
31643 \end_layout
31644
31645 \end_inset
31646
31647
31648 \end_layout
31649
31650 \end_inset
31651
31652
31653 \begin_inset Index
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657 Química ! reacción
31658 \end_layout
31659
31660 \end_inset
31661
31662
31663 \end_layout
31664
31665 \begin_layout Standard
31666 Un ejemplo de texto de química:
31667 \end_layout
31668
31669 \begin_layout Quote
31670 El ión 
31671 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31672 \end_inset
31673
31674  reacciona con dos iones 
31675 \begin_inset Formula $\mathrm{Na^{+}}$
31676 \end_inset
31677
31678  para dar sulfato de sodio 
31679 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
31680 \end_inset
31681
31682 .
31683  La ecuación química es:
31684 \begin_inset Formula \begin{equation}
31685 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}\end{equation}
31686
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \begin_layout Standard
31693 Esta ecuación química puede componerse directamente en modo ecuación.
31694  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
31695  y con el atajo 
31696 \family sans
31697 Alt+C
31698 \begin_inset space ~
31699 \end_inset
31700
31701 R
31702 \family default
31703  se cambia en redonda.
31704 \begin_inset Foot
31705 status collapsed
31706
31707 \begin_layout Plain Layout
31708 véase estilos de fuentes en 
31709 \begin_inset CommandInset ref
31710 LatexCommand ref
31711 reference "sub:Estilos-de-fuentes"
31712
31713 \end_inset
31714
31715 .
31716 \end_layout
31717
31718 \end_inset
31719
31720
31721 \end_layout
31722
31723 \begin_layout Standard
31724 Para escribir ecuaciones químicas es más conveniente usar el comando 
31725 \series bold
31726
31727 \backslash
31728 ce
31729 \series default
31730
31731 \begin_inset Index
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735 Comandos ! C ! 
31736 \backslash
31737 ce
31738 \end_layout
31739
31740 \end_inset
31741
31742 , que está disponible si está instalado el paquete LaTeX 
31743 \series bold
31744 mhchem
31745 \series default
31746
31747 \begin_inset Index
31748 status collapsed
31749
31750 \begin_layout Plain Layout
31751 Paquetes ! mhchem
31752 \end_layout
31753
31754 \end_inset
31755
31756 .
31757  Al insertar  
31758 \series bold
31759
31760 \backslash
31761 ce
31762 \series default
31763  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
31764   ecuaciones químicas de una forma intuitiva.
31765 \end_layout
31766
31767 \begin_layout Standard
31768 \align center
31769 \begin_inset Tabular
31770 <lyxtabular version="3" rows="9" columns="2">
31771 <features>
31772 <column alignment="center" valignment="top" width="0">
31773 <column alignment="center" valignment="top" width="0">
31774 <row>
31775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31776 \begin_inset Text
31777
31778 \begin_layout Plain Layout
31779 Comando
31780 \end_layout
31781
31782 \end_inset
31783 </cell>
31784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31785 \begin_inset Text
31786
31787 \begin_layout Plain Layout
31788 Resultado
31789 \begin_inset Note Note
31790 status collapsed
31791
31792 \begin_layout Plain Layout
31793
31794 \series bold
31795
31796 \backslash
31797 raisebox
31798 \series default
31799  se usa sólo como espaciador
31800 \end_layout
31801
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \end_inset
31808 </cell>
31809 </row>
31810 <row>
31811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31812 \begin_inset Text
31813
31814 \begin_layout Plain Layout
31815
31816 \backslash
31817 ce
31818 \begin_inset ERT
31819 status collapsed
31820
31821 \begin_layout Plain Layout
31822
31823
31824 \backslash
31825 spce 
31826 \end_layout
31827
31828 \end_inset
31829
31830 H2CO3
31831 \end_layout
31832
31833 \end_inset
31834 </cell>
31835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31836 \begin_inset Text
31837
31838 \begin_layout Plain Layout
31839 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31840 \end_inset
31841
31842
31843 \end_layout
31844
31845 \end_inset
31846 </cell>
31847 </row>
31848 <row>
31849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31850 \begin_inset Text
31851
31852 \begin_layout Plain Layout
31853
31854 \backslash
31855 ce
31856 \begin_inset ERT
31857 status collapsed
31858
31859 \begin_layout Plain Layout
31860
31861
31862 \backslash
31863 spce 
31864 \end_layout
31865
31866 \end_inset
31867
31868 SO4^2-
31869 \end_layout
31870
31871 \end_inset
31872 </cell>
31873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31874 \begin_inset Text
31875
31876 \begin_layout Plain Layout
31877 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31878 \end_inset
31879
31880
31881 \end_layout
31882
31883 \end_inset
31884 </cell>
31885 </row>
31886 <row>
31887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31888 \begin_inset Text
31889
31890 \begin_layout Plain Layout
31891
31892 \backslash
31893 ce
31894 \begin_inset ERT
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898
31899
31900 \backslash
31901 spce 
31902 \end_layout
31903
31904 \end_inset
31905
31906 (NH4)2S
31907 \end_layout
31908
31909 \end_inset
31910 </cell>
31911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31912 \begin_inset Text
31913
31914 \begin_layout Plain Layout
31915 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31916 \end_inset
31917
31918
31919 \end_layout
31920
31921 \end_inset
31922 </cell>
31923 </row>
31924 <row>
31925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31926 \begin_inset Text
31927
31928 \begin_layout Plain Layout
31929
31930 \backslash
31931 ce
31932 \begin_inset ERT
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936
31937
31938 \backslash
31939 spce 
31940 \end_layout
31941
31942 \end_inset
31943
31944 KCr(SO4)2.12H2O
31945 \end_layout
31946
31947 \end_inset
31948 </cell>
31949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31950 \begin_inset Text
31951
31952 \begin_layout Plain Layout
31953 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31954 \end_inset
31955
31956
31957 \end_layout
31958
31959 \end_inset
31960 </cell>
31961 </row>
31962 <row>
31963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31964 \begin_inset Text
31965
31966 \begin_layout Plain Layout
31967
31968 \backslash
31969 ce
31970 \begin_inset ERT
31971 status collapsed
31972
31973 \begin_layout Plain Layout
31974
31975
31976 \backslash
31977 spce 
31978 \end_layout
31979
31980 \end_inset
31981
31982 A-B
31983 \backslash
31984 dbond
31985 \begin_inset ERT
31986 status collapsed
31987
31988 \begin_layout Plain Layout
31989
31990
31991 \backslash
31992 spce 
31993 \end_layout
31994
31995 \end_inset
31996
31997 C
31998 \backslash
31999 tbond
32000 \begin_inset ERT
32001 status collapsed
32002
32003 \begin_layout Plain Layout
32004
32005
32006 \backslash
32007 spce 
32008 \end_layout
32009
32010 \end_inset
32011
32012 D
32013 \end_layout
32014
32015 \end_inset
32016 </cell>
32017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32018 \begin_inset Text
32019
32020 \begin_layout Plain Layout
32021 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32022 \end_inset
32023
32024
32025 \end_layout
32026
32027 \end_inset
32028 </cell>
32029 </row>
32030 <row>
32031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32032 \begin_inset Text
32033
32034 \begin_layout Plain Layout
32035
32036 \backslash
32037 ce
32038 \begin_inset ERT
32039 status collapsed
32040
32041 \begin_layout Plain Layout
32042
32043
32044 \backslash
32045 spce 
32046 \end_layout
32047
32048 \end_inset
32049
32050 ^227
32051 \begin_inset Formula $\downarrow$
32052 \end_inset
32053
32054 _90
32055 \begin_inset Formula $\to$
32056 \end_inset
32057
32058 Th+
32059 \end_layout
32060
32061 \end_inset
32062 </cell>
32063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32064 \begin_inset Text
32065
32066 \begin_layout Plain Layout
32067 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32068 \end_inset
32069
32070
32071 \end_layout
32072
32073 \end_inset
32074 </cell>
32075 </row>
32076 <row>
32077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32078 \begin_inset Text
32079
32080 \begin_layout Plain Layout
32081
32082 \backslash
32083 ce
32084 \begin_inset ERT
32085 status collapsed
32086
32087 \begin_layout Plain Layout
32088
32089
32090 \backslash
32091 spce 
32092 \end_layout
32093
32094 \end_inset
32095
32096 CO2
32097 \begin_inset ERT
32098 status collapsed
32099
32100 \begin_layout Plain Layout
32101
32102
32103 \backslash
32104 spce 
32105 \end_layout
32106
32107 \end_inset
32108
32109 +
32110 \begin_inset ERT
32111 status collapsed
32112
32113 \begin_layout Plain Layout
32114
32115
32116 \backslash
32117 spce 
32118 \end_layout
32119
32120 \end_inset
32121
32122 C
32123 \begin_inset ERT
32124 status collapsed
32125
32126 \begin_layout Plain Layout
32127
32128
32129 \backslash
32130 spce 
32131 \end_layout
32132
32133 \end_inset
32134
32135 <=>
32136 \begin_inset ERT
32137 status collapsed
32138
32139 \begin_layout Plain Layout
32140
32141
32142 \backslash
32143 spce 
32144 \end_layout
32145
32146 \end_inset
32147
32148 2CO
32149 \end_layout
32150
32151 \end_inset
32152 </cell>
32153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32154 \begin_inset Text
32155
32156 \begin_layout Plain Layout
32157 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32158 \end_inset
32159
32160
32161 \end_layout
32162
32163 \end_inset
32164 </cell>
32165 </row>
32166 <row>
32167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32168 \begin_inset Text
32169
32170 \begin_layout Plain Layout
32171
32172 \backslash
32173 ce
32174 \begin_inset ERT
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178
32179
32180 \backslash
32181 spce 
32182 \end_layout
32183
32184 \end_inset
32185
32186 CO2
32187 \begin_inset ERT
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191
32192
32193 \backslash
32194 spce 
32195 \end_layout
32196
32197 \end_inset
32198
32199 +
32200 \begin_inset ERT
32201 status collapsed
32202
32203 \begin_layout Plain Layout
32204
32205
32206 \backslash
32207 spce 
32208 \end_layout
32209
32210 \end_inset
32211
32212 C
32213 \begin_inset ERT
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217
32218
32219 \backslash
32220 spce 
32221 \end_layout
32222
32223 \end_inset
32224
32225 ->[
32226 \backslash
32227 alpha][
32228 \backslash
32229 beta]
32230 \begin_inset ERT
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234
32235
32236 \backslash
32237 spce 
32238 \end_layout
32239
32240 \end_inset
32241
32242 2CO}
32243 \end_layout
32244
32245 \end_inset
32246 </cell>
32247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32248 \begin_inset Text
32249
32250 \begin_layout Plain Layout
32251 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32252 \end_inset
32253
32254
32255 \end_layout
32256
32257 \end_inset
32258 </cell>
32259 </row>
32260 </lyxtabular>
32261
32262 \end_inset
32263
32264
32265 \end_layout
32266
32267 \begin_layout Standard
32268 \begin_inset Note Greyedout
32269 status open
32270
32271 \begin_layout Plain Layout
32272
32273 \series bold
32274 Nota:
32275 \series default
32276  Insertar una ecuación en un marco  
32277 \series bold
32278
32279 \backslash
32280 ce
32281 \series default
32282  provocará errores de LaTeX.
32283  En estos casos hay que usar código TeX, como en  
32284 \series bold
32285
32286 \backslash
32287 ce{$
32288 \backslash
32289 mu
32290 \backslash
32291 hyphen$Cl}
32292 \series default
32293
32294 \begin_inset ERT
32295 status collapsed
32296
32297 \begin_layout Plain Layout
32298
32299
32300 \backslash
32301 ce{$
32302 \backslash
32303 mu
32304 \backslash
32305 hyphen$Cl}
32306 \end_layout
32307
32308 \end_inset
32309
32310  
32311 \end_layout
32312
32313 \end_inset
32314
32315
32316 \end_layout
32317
32318 \begin_layout Standard
32319 El comando 
32320 \series bold
32321
32322 \backslash
32323 ce
32324 \series default
32325  para la ecuación
32326 \begin_inset space ~
32327 \end_inset
32328
32329
32330 \begin_inset CommandInset ref
32331 LatexCommand eqref
32332 reference "eq:reaccion-quimica"
32333
32334 \end_inset
32335
32336  es
32337 \begin_inset Newline newline
32338 \end_inset
32339
32340
32341 \series bold
32342  
32343 \backslash
32344 ce
32345 \begin_inset ERT
32346 status collapsed
32347
32348 \begin_layout Plain Layout
32349
32350
32351 \backslash
32352 spce 
32353 \end_layout
32354
32355 \end_inset
32356
32357 2Na+
32358 \begin_inset ERT
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362
32363
32364 \backslash
32365 spce 
32366 \end_layout
32367
32368 \end_inset
32369
32370 +
32371 \begin_inset ERT
32372 status collapsed
32373
32374 \begin_layout Plain Layout
32375
32376
32377 \backslash
32378 spce 
32379 \end_layout
32380
32381 \end_inset
32382
32383 SO4^2-
32384 \begin_inset ERT
32385 status collapsed
32386
32387 \begin_layout Plain Layout
32388
32389
32390 \backslash
32391 spce 
32392 \end_layout
32393
32394 \end_inset
32395
32396
32397 \begin_inset ERT
32398 status collapsed
32399
32400 \begin_layout Plain Layout
32401
32402
32403 \backslash
32404 spce 
32405 \end_layout
32406
32407 \end_inset
32408
32409 ->
32410 \begin_inset ERT
32411 status collapsed
32412
32413 \begin_layout Plain Layout
32414
32415
32416 \backslash
32417 spce 
32418 \end_layout
32419
32420 \end_inset
32421
32422 Na2SO4
32423 \end_layout
32424
32425 \begin_layout Standard
32426 Para componer ecuaciones químicas multilínea primero se crea una ecuación
32427  multilínea, tal como se describe en la 
32428 \begin_inset CommandInset ref
32429 LatexCommand ref
32430 reference "sec:Ecuaciones-multilínea"
32431
32432 \end_inset
32433
32434 .
32435  Después se utiliza el comando 
32436 \series bold
32437 /ce
32438 \series default
32439  en cada cuadrito azul de la ecuación.
32440  
32441 \begin_inset CommandInset ref
32442 LatexCommand eqref
32443 reference "eq:TEOS-reac-1"
32444
32445 \end_inset
32446
32447  y 
32448 \begin_inset CommandInset ref
32449 LatexCommand eqref
32450 reference "eq:TEOS-reac-2"
32451
32452 \end_inset
32453
32454  son un ejemplo de reacción química multifase en la que cada ecuación tiene
32455  su propio número.
32456 \begin_inset Formula \begin{eqnarray}
32457 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
32458 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}\end{eqnarray}
32459
32460 \end_inset
32461
32462
32463 \end_layout
32464
32465 \begin_layout Standard
32466 Además de 
32467 \series bold
32468
32469 \backslash
32470 ce
32471 \series default
32472  el paquete 
32473 \series bold
32474 mhchem
32475 \series default
32476  suministra el comando 
32477 \series bold
32478
32479 \backslash
32480 cf
32481 \series default
32482
32483 \begin_inset Index
32484 status collapsed
32485
32486 \begin_layout Plain Layout
32487 Comandos ! C ! 
32488 \backslash
32489 cf
32490 \end_layout
32491
32492 \end_inset
32493
32494  que ha de utilizarse en casos especiales.
32495  Para más información sobre 
32496 \series bold
32497
32498 \backslash
32499 cf
32500 \series default
32501  y más ejemplos echa un vistazo a la documentación de 
32502 \series bold
32503 mhchem
32504 \series default
32505
32506 \begin_inset CommandInset citation
32507 LatexCommand cite
32508 key "mhchem"
32509
32510 \end_inset
32511
32512 .
32513 \end_layout
32514
32515 \begin_layout Section
32516 Diagramas
32517 \end_layout
32518
32519 \begin_layout Standard
32520 Lyx soporta dos tipos de diagramas conmutativos: 
32521 \series bold
32522 amscd
32523 \series default
32524  y 
32525 \series bold
32526 xymatrix
32527 \series default
32528 , que se explican a continuación.
32529 \end_layout
32530
32531 \begin_layout Subsection
32532 Diagramas amscd
32533 \begin_inset Index
32534 status collapsed
32535
32536 \begin_layout Plain Layout
32537 Diagramas ! amscd
32538 \end_layout
32539
32540 \end_inset
32541
32542
32543 \end_layout
32544
32545 \begin_layout Standard
32546 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
32547  verticales y horizontales:
32548 \begin_inset Formula \[
32549 \begin{CD}A@)))B@)))C\\
32550 @AAA@.@VVV\\
32551 F@(((E@(((D\end{CD}\]
32552
32553 \end_inset
32554
32555 Para obtener el diagrama se inserta en la ecuación el comando 
32556 \series bold
32557
32558 \backslash
32559 CD
32560 \begin_inset Index
32561 status collapsed
32562
32563 \begin_layout Plain Layout
32564 Comandos ! C ! 
32565 \backslash
32566 CD
32567 \end_layout
32568
32569 \end_inset
32570
32571
32572 \series default
32573 .
32574  Surge un marco azul entre dos líneas de trazos en el que se insertan a
32575  continuación comandos.
32576  Con 
32577 \family sans
32578 Ctrl+Retorno
32579 \family default
32580  se inicia una nueva línea.
32581  En las líneas impares se insertan relaciones horizontales, en las pares
32582  verticales.
32583 \end_layout
32584
32585 \begin_layout Standard
32586 Para componer las relaciones hay los siguientes comandos:
32587 \begin_inset Foot
32588 status collapsed
32589
32590 \begin_layout Plain Layout
32591 \begin_inset CommandInset label
32592 LatexCommand label
32593 name "fn:sinónimos"
32594
32595 \end_inset
32596
32597 Los comandos con 
32598 \family sans
32599 '
32600 \series bold
32601 >
32602 \series default
32603 '
32604 \family default
32605  o 
32606 \family sans
32607 '
32608 \series bold
32609 <
32610 \series default
32611 '
32612 \family default
32613  pueden generar errores con el estilo 
32614 \series bold
32615 spanish
32616 \series default
32617  de 
32618 \series bold
32619 babel
32620 \series default
32621 .
32622  Para evitarlo se pueden sustituir por sus sinónimos 
32623 \family sans
32624 '
32625 \series bold
32626 )
32627 \series default
32628 '
32629 \family default
32630  y 
32631 \family sans
32632 '
32633 \series bold
32634 (
32635 \series default
32636 '
32637 \family default
32638  respectivamente.
32639  Véase 
32640 \begin_inset CommandInset citation
32641 LatexCommand cite
32642 key "spanish"
32643
32644 \end_inset
32645
32646 .
32647  (
32648 \emph on
32649 N.
32650 \begin_inset space \thinspace{}
32651 \end_inset
32652
32653 del t.
32654 \emph default
32655 )
32656 \end_layout
32657
32658 \end_inset
32659
32660
32661 \end_layout
32662
32663 \begin_layout Itemize
32664
32665 \series bold
32666 @<<<
32667 \series default
32668  genera una flecha hacia la izquierda, 
32669 \series bold
32670 @>>>
32671 \series default
32672  una hacia la derecha, y 
32673 \series bold
32674 @=
32675 \series default
32676  un signo igual largo
32677 \end_layout
32678
32679 \begin_layout Itemize
32680
32681 \series bold
32682 @AAA
32683 \series default
32684  genera una flecha hacia arriba, 
32685 \series bold
32686 @VVV
32687 \series default
32688  una hacia abajo, y 
32689 \series bold
32690 @|
32691 \series default
32692  un signo igual vertical
32693 \end_layout
32694
32695 \begin_layout Itemize
32696
32697 \series bold
32698 @.
32699
32700 \series default
32701  genera una ubicación vacía para relaciones inexistentes
32702 \end_layout
32703
32704 \begin_layout Standard
32705 Todas las flechas pueden etiquetarse como sigue:
32706 \end_layout
32707
32708 \begin_layout Itemize
32709 Si se inserta texto entre el primero y el segundo 
32710 \series bold
32711 <
32712 \series default
32713  o 
32714 \series bold
32715 >
32716 \series default
32717 , respectivamente, se muestra sobre la flecha.
32718  Si se inserta entre el segundo y el tercero, bajo la flecha.
32719 \end_layout
32720
32721 \begin_layout Itemize
32722 Para flechas verticales, si se inserta texto entre la primera y la segunda
32723  
32724 \series bold
32725 A
32726 \series default
32727  o 
32728 \series bold
32729 V
32730 \series default
32731 , respectivamente, se muestra al lado izquierdo de la flecha.
32732  Si se inserta entre la segunda y la tercera, al lado derecho.
32733  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32734 \end_layout
32735
32736 \begin_layout Standard
32737 Como ejemplo un diagrama con todas las relaciones posibles:
32738 \begin_inset Formula \[
32739 \begin{CD}A@)j))B@))k)C@=F\\
32740 @AmAA@.@VV{V}V@|\\
32741 D@((j\,(E@)k))F@=C\end{CD}\]
32742
32743 \end_inset
32744
32745 El comando para este diagrama es:
32746 \begin_inset Newline newline
32747 \end_inset
32748
32749
32750 \series bold
32751
32752 \backslash
32753 CD
32754 \begin_inset ERT
32755 status collapsed
32756
32757 \begin_layout Plain Layout
32758
32759
32760 \backslash
32761 spce 
32762 \end_layout
32763
32764 \end_inset
32765
32766 A@>j>>B@>>k>C@=F Ctrl+Retorno
32767 \begin_inset Newline newline
32768 \end_inset
32769
32770
32771 \begin_inset ERT
32772 status collapsed
32773
32774 \begin_layout Plain Layout
32775
32776
32777 \backslash
32778 hphantom{
32779 \end_layout
32780
32781 \end_inset
32782
32783
32784 \backslash
32785 CD
32786 \begin_inset ERT
32787 status collapsed
32788
32789 \begin_layout Plain Layout
32790
32791
32792 \backslash
32793 spce 
32794 \end_layout
32795
32796 \end_inset
32797
32798
32799 \begin_inset ERT
32800 status collapsed
32801
32802 \begin_layout Plain Layout
32803
32804 }
32805 \end_layout
32806
32807 \end_inset
32808
32809 @AmAA@.@VV
32810 \backslash
32811 {V
32812 \series default
32813
32814 \begin_inset Formula $\to$
32815 \end_inset
32816
32817
32818 \series bold
32819 V@| Ctrl+Retorno
32820 \begin_inset Newline newline
32821 \end_inset
32822
32823
32824 \begin_inset ERT
32825 status collapsed
32826
32827 \begin_layout Plain Layout
32828
32829
32830 \backslash
32831 hphantom{
32832 \end_layout
32833
32834 \end_inset
32835
32836
32837 \backslash
32838 CD
32839 \begin_inset ERT
32840 status collapsed
32841
32842 \begin_layout Plain Layout
32843
32844
32845 \backslash
32846 spce 
32847 \end_layout
32848
32849 \end_inset
32850
32851
32852 \begin_inset ERT
32853 status collapsed
32854
32855 \begin_layout Plain Layout
32856
32857 }
32858 \end_layout
32859
32860 \end_inset
32861
32862 D@<<j<E@>k>>F@=C
32863 \end_layout
32864
32865 \begin_layout Subsection
32866 Diagramas xymatrix
32867 \begin_inset Index
32868 status collapsed
32869
32870 \begin_layout Plain Layout
32871 Diagramas ! xymatrix
32872 \end_layout
32873
32874 \end_inset
32875
32876
32877 \end_layout
32878
32879 \begin_layout Standard
32880 Para usar matrices xy debe estar instalado el paquete LaTeX 
32881 \series bold
32882 xypic
32883 \series default
32884 .
32885  Una matriz xy se crea insertando el comando 
32886 \series bold
32887
32888 \backslash
32889 xymatrix
32890 \series default
32891  en una ecuación.
32892  Después podrás añadir nuevas columnas y filas como en matrices normales,
32893  véase
32894 \begin_inset space ~
32895 \end_inset
32896
32897
32898 \begin_inset CommandInset ref
32899 LatexCommand ref
32900 reference "sec:Matrices"
32901
32902 \end_inset
32903
32904 .
32905 \end_layout
32906
32907 \begin_layout Standard
32908 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
32909  y curvadas, y mucho más.
32910  Todas las posibilidades para generar diagramas conmutativos y decoraciones
32911  se explican en el 
32912 \emph on
32913 Manual de XY-pic
32914 \emph default
32915  que se encuentra en el menú 
32916 \family sans
32917 Ayuda\SpecialChar \menuseparator
32918 Manuales
32919 \begin_inset space ~
32920 \end_inset
32921
32922 específicos
32923 \family default
32924 .
32925 \end_layout
32926
32927 \begin_layout Standard
32928 \begin_inset Newpage newpage
32929 \end_inset
32930
32931
32932 \end_layout
32933
32934 \begin_layout Section
32935 Comandos definidos por el usuario
32936 \begin_inset Index
32937 status collapsed
32938
32939 \begin_layout Plain Layout
32940 Comandos de usuario
32941 \end_layout
32942
32943 \end_inset
32944
32945
32946 \end_layout
32947
32948 \begin_layout Standard
32949 \begin_inset Note Greyedout
32950 status collapsed
32951
32952 \begin_layout Plain Layout
32953
32954 \series bold
32955 Nota:
32956 \series default
32957  Los nombres de los comandos definidos por el usuario y macros solo pueden
32958  contener letras latinas.
32959 \end_layout
32960
32961 \end_inset
32962
32963
32964 \end_layout
32965
32966 \begin_layout Subsection
32967 El comando 
32968 \backslash
32969 newcommand
32970 \begin_inset CommandInset label
32971 LatexCommand label
32972 name "sub:El-comando-newcommand"
32973
32974 \end_inset
32975
32976
32977 \begin_inset Index
32978 status collapsed
32979
32980 \begin_layout Plain Layout
32981 Comandos de usuario ! 
32982 \backslash
32983 newcommand
32984 \end_layout
32985
32986 \end_inset
32987
32988
32989 \begin_inset Index
32990 status collapsed
32991
32992 \begin_layout Plain Layout
32993 Comandos ! N ! 
32994 \backslash
32995 newcommand
32996 \end_layout
32997
32998 \end_inset
32999
33000
33001 \end_layout
33002
33003 \begin_layout Standard
33004 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33005  Pero es posible definir nuevos comandos más cortos con el comando 
33006 \series bold
33007
33008 \backslash
33009 newcommand
33010 \series default
33011 .
33012  
33013 \end_layout
33014
33015 \begin_layout Standard
33016 El esquema del comando 
33017 \series bold
33018
33019 \backslash
33020 newcommand
33021 \series default
33022  es:
33023 \end_layout
33024
33025 \begin_layout Standard
33026
33027 \series bold
33028
33029 \backslash
33030 newcommand{nombre nuevo de comando}[número de argumentos]
33031 \begin_inset Newline newline
33032 \end_inset
33033
33034
33035 \begin_inset ERT
33036 status collapsed
33037
33038 \begin_layout Plain Layout
33039
33040
33041 \backslash
33042 phantom{
33043 \end_layout
33044
33045 \end_inset
33046
33047
33048 \backslash
33049 newcommand
33050 \begin_inset ERT
33051 status collapsed
33052
33053 \begin_layout Plain Layout
33054
33055 }
33056 \end_layout
33057
33058 \end_inset
33059
33060 [valor opcional]{definición de comando}
33061 \end_layout
33062
33063 \begin_layout Standard
33064 \begin_inset Note Greyedout
33065 status collapsed
33066
33067 \begin_layout Plain Layout
33068
33069 \series bold
33070 Nota:
33071 \series default
33072  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33073  documento o en paquetes LaTeX que uses.
33074  Si p.
33075 \begin_inset space \thinspace{}
33076 \end_inset
33077
33078 e.
33079  defines el comando 
33080 \series bold
33081
33082 \backslash
33083 le
33084 \series default
33085  para 
33086 \series bold
33087
33088 \backslash
33089 Leftarrow,
33090 \series default
33091  se producirán errores porque 
33092 \series bold
33093
33094 \backslash
33095 le
33096 \series default
33097  ya existe como comando para 
33098 \begin_inset Quotes fld
33099 \end_inset
33100
33101
33102 \begin_inset Formula $\le$
33103 \end_inset
33104
33105
33106 \begin_inset Quotes frd
33107 \end_inset
33108
33109 .
33110
33111 \series bold
33112  
33113 \end_layout
33114
33115 \end_inset
33116
33117
33118 \end_layout
33119
33120 \begin_layout Standard
33121 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33122  argumentos debería tener el nuevo comando.
33123  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33124  Cuando se hace esto, el 
33125 \emph on
33126 primer
33127 \emph default
33128  argumento del nuevo comando es automáticamente opcional.
33129 \end_layout
33130
33131 \begin_layout Standard
33132 Veamos unos ejemplos:
33133 \end_layout
33134
33135 \begin_layout Itemize
33136 Para definir el comando 
33137 \series bold
33138
33139 \backslash
33140 gr
33141 \series default
33142  para 
33143 \series bold
33144
33145 \backslash
33146 Longrightarrow
33147 \series default
33148 , la línea de preámbulo LaTeX es:
33149 \begin_inset VSpace medskip
33150 \end_inset
33151
33152
33153 \begin_inset Newline newline
33154 \end_inset
33155
33156
33157 \series bold
33158
33159 \backslash
33160 newcommand{
33161 \backslash
33162 gr}{
33163 \backslash
33164 Longrightarrow}
33165 \end_layout
33166
33167 \begin_layout Itemize
33168 Para definir el comando 
33169 \series bold
33170
33171 \backslash
33172 us
33173 \series default
33174  para 
33175 \series bold
33176
33177 \backslash
33178 underline
33179 \series default
33180 , el argumento (que sería subrayado) debe tenerse en cuenta.
33181  Para esto la línea de preámbulo es:
33182 \begin_inset VSpace medskip
33183 \end_inset
33184
33185
33186 \begin_inset Newline newline
33187 \end_inset
33188
33189
33190 \series bold
33191
33192 \backslash
33193 newcommand{
33194 \backslash
33195 us}[1]{
33196 \backslash
33197 underline{#1}}
33198 \series default
33199
33200 \begin_inset VSpace medskip
33201 \end_inset
33202
33203
33204 \begin_inset Newline newline
33205 \end_inset
33206
33207 El carácter 
33208 \series bold
33209 #
33210 \series default
33211  actúa como colocador del argumento, el 
33212 \series bold
33213 1
33214 \series default
33215  indica que es el colocador para el primer argumento.
33216 \end_layout
33217
33218 \begin_layout Itemize
33219 Para 
33220 \series bold
33221
33222 \backslash
33223 framebox
33224 \series default
33225  se puede p.
33226 \begin_inset space \thinspace{}
33227 \end_inset
33228
33229 e.
33230  definir el comando 
33231 \series bold
33232
33233 \backslash
33234 fb
33235 \series default
33236 :
33237 \begin_inset VSpace medskip
33238 \end_inset
33239
33240
33241 \begin_inset Newline newline
33242 \end_inset
33243
33244
33245 \series bold
33246
33247 \backslash
33248 newcommand{
33249 \backslash
33250 fb}[3]{
33251 \backslash
33252 framebox#1#2{$#3$}}
33253 \series default
33254
33255 \begin_inset VSpace medskip
33256 \end_inset
33257
33258
33259 \begin_inset Newline newline
33260 \end_inset
33261
33262 Los dos signos dólar generan la ecuación extra necesaria para 
33263 \series bold
33264
33265 \backslash
33266 framebox
33267 \series default
33268 , véase 
33269 \begin_inset CommandInset ref
33270 LatexCommand ref
33271 reference "sub:Cuadros-con-marco"
33272
33273 \end_inset
33274
33275 .
33276 \end_layout
33277
33278 \begin_layout Itemize
33279 Para crear un nuevo comando para 
33280 \series bold
33281
33282 \backslash
33283 fcolorbox
33284 \series default
33285  donde no es necesario especificar el color para el cuadro, el argumento
33286  para el color se define opcional:
33287 \begin_inset VSpace medskip
33288 \end_inset
33289
33290
33291 \begin_inset Newline newline
33292 \end_inset
33293
33294
33295 \series bold
33296
33297 \backslash
33298 newcommand{
33299 \backslash
33300 cb}[3][white]{
33301 \backslash
33302 fcolorbox{#2}{#1}{$#3$}}
33303 \series default
33304
33305 \begin_inset VSpace medskip
33306 \end_inset
33307
33308
33309 \begin_inset Newline newline
33310 \end_inset
33311
33312 Si el color no es especificado al usar 
33313 \series bold
33314
33315 \backslash
33316 cb
33317 \series default
33318 , se elige el color 
33319 \series bold
33320 white
33321 \series default
33322  predefinido.
33323 \end_layout
33324
33325 \begin_layout Standard
33326 Un ensayo con los nuevos comandos definidos:
33327 \end_layout
33328
33329 \begin_layout Standard
33330 \noindent
33331 \align center
33332 \begin_inset Tabular
33333 <lyxtabular version="3" rows="6" columns="2">
33334 <features>
33335 <column alignment="center" valignment="top" width="0">
33336 <column alignment="center" valignment="top" width="0">
33337 <row>
33338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33339 \begin_inset Text
33340
33341 \begin_layout Plain Layout
33342 Comando
33343 \end_layout
33344
33345 \end_inset
33346 </cell>
33347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33348 \begin_inset Text
33349
33350 \begin_layout Plain Layout
33351 Resultado
33352 \begin_inset Note Note
33353 status collapsed
33354
33355 \begin_layout Plain Layout
33356
33357 \series bold
33358
33359 \backslash
33360 raisebox
33361 \series default
33362  se usa sólo como espaciador
33363 \end_layout
33364
33365 \end_inset
33366
33367
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 </row>
33373 <row>
33374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 A
33379 \backslash
33380 gr
33381 \begin_inset ERT
33382 status collapsed
33383
33384 \begin_layout Plain Layout
33385
33386
33387 \backslash
33388 spce 
33389 \end_layout
33390
33391 \end_inset
33392
33393 B
33394 \end_layout
33395
33396 \end_inset
33397 </cell>
33398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33399 \begin_inset Text
33400
33401 \begin_layout Plain Layout
33402 \begin_inset Formula $A\gr B$
33403 \end_inset
33404
33405
33406 \end_layout
33407
33408 \end_inset
33409 </cell>
33410 </row>
33411 <row>
33412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33413 \begin_inset Text
33414
33415 \begin_layout Plain Layout
33416
33417 \backslash
33418 us{ABcd
33419 \end_layout
33420
33421 \end_inset
33422 </cell>
33423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33424 \begin_inset Text
33425
33426 \begin_layout Plain Layout
33427 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33428 \end_inset
33429
33430
33431 \end_layout
33432
33433 \end_inset
33434 </cell>
33435 </row>
33436 <row>
33437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33438 \begin_inset Text
33439
33440 \begin_layout Plain Layout
33441
33442 \backslash
33443 fb{[2cm]
33444 \begin_inset Formula $\to$
33445 \end_inset
33446
33447
33448 \backslash
33449 {
33450 \begin_inset Formula $\to$
33451 \end_inset
33452
33453
33454 \backslash
33455 {
33456 \backslash
33457 int
33458 \begin_inset ERT
33459 status collapsed
33460
33461 \begin_layout Plain Layout
33462
33463
33464 \backslash
33465 spce 
33466 \end_layout
33467
33468 \end_inset
33469
33470 A=B
33471 \end_layout
33472
33473 \end_inset
33474 </cell>
33475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33476 \begin_inset Text
33477
33478 \begin_layout Plain Layout
33479 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33480 \end_inset
33481
33482
33483 \end_layout
33484
33485 \end_inset
33486 </cell>
33487 </row>
33488 <row>
33489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33490 \begin_inset Text
33491
33492 \begin_layout Plain Layout
33493
33494 \backslash
33495 cb{red
33496 \begin_inset Formula $\to$
33497 \end_inset
33498
33499
33500 \backslash
33501 {
33502 \backslash
33503 int
33504 \begin_inset ERT
33505 status collapsed
33506
33507 \begin_layout Plain Layout
33508
33509
33510 \backslash
33511 spce 
33512 \end_layout
33513
33514 \end_inset
33515
33516 A=B
33517 \end_layout
33518
33519 \end_inset
33520 </cell>
33521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33522 \begin_inset Text
33523
33524 \begin_layout Plain Layout
33525 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33526 \end_inset
33527
33528
33529 \end_layout
33530
33531 \end_inset
33532 </cell>
33533 </row>
33534 <row>
33535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33536 \begin_inset Text
33537
33538 \begin_layout Plain Layout
33539
33540 \backslash
33541 cb[green]
33542 \backslash
33543 {red
33544 \begin_inset Formula $\to$
33545 \end_inset
33546
33547
33548 \backslash
33549 {
33550 \backslash
33551 int
33552 \begin_inset ERT
33553 status collapsed
33554
33555 \begin_layout Plain Layout
33556
33557
33558 \backslash
33559 spce 
33560 \end_layout
33561
33562 \end_inset
33563
33564 A=B
33565 \end_layout
33566
33567 \end_inset
33568 </cell>
33569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33570 \begin_inset Text
33571
33572 \begin_layout Plain Layout
33573 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33574 \end_inset
33575
33576
33577 \end_layout
33578
33579 \end_inset
33580 </cell>
33581 </row>
33582 </lyxtabular>
33583
33584 \end_inset
33585
33586
33587 \end_layout
33588
33589 \begin_layout Subsection
33590 Macros de ecuaciones
33591 \begin_inset Index
33592 status collapsed
33593
33594 \begin_layout Plain Layout
33595 Comandos de usuario ! Macros de ecuaciones
33596 \end_layout
33597
33598 \end_inset
33599
33600
33601 \begin_inset Index
33602 status collapsed
33603
33604 \begin_layout Plain Layout
33605 Macros
33606 \end_layout
33607
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \begin_layout Standard
33614 Los comandos definidos por el usuario son especialmente convenientes para
33615  expresiones complejas.
33616  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
33617  el mismo tipo de solución se repite varias veces.
33618  La forma general de una ecuación de segundo grado es:
33619 \begin_inset Formula \[
33620 0=\lambda^{2}+p\lambda+q\]
33621
33622 \end_inset
33623
33624 La forma general de la solución es:
33625 \begin_inset Formula \[
33626 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33627
33628 \end_inset
33629
33630
33631 \end_layout
33632
33633 \begin_layout Standard
33634 Para definir un comando para la ecuación de la solución, en donde solo hay
33635  que especificar los tres parámetros 
33636 \begin_inset Formula $\lambda$
33637 \end_inset
33638
33639
33640 \begin_inset Formula $p$
33641 \end_inset
33642
33643 , y 
33644 \begin_inset Formula $q$
33645 \end_inset
33646
33647 , y el índice de 
33648 \begin_inset Formula $\lambda$
33649 \end_inset
33650
33651  puede darse opcionalmente, la línea de preámbulo LaTeX es
33652 \begin_inset Newline newline
33653 \end_inset
33654
33655
33656 \series bold
33657
33658 \backslash
33659 newcommand{
33660 \backslash
33661 qG}[4][1,
33662 \backslash
33663 ,2]{#2_{#1}=-
33664 \backslash
33665 frac{#3}{2}
33666 \backslash
33667 pm
33668 \begin_inset Newline newline
33669 \end_inset
33670
33671
33672 \begin_inset ERT
33673 status collapsed
33674
33675 \begin_layout Plain Layout
33676
33677
33678 \backslash
33679 hphantom{
33680 \end_layout
33681
33682 \end_inset
33683
33684
33685 \backslash
33686 newcommand
33687 \begin_inset ERT
33688 status collapsed
33689
33690 \begin_layout Plain Layout
33691
33692 }
33693 \end_layout
33694
33695 \end_inset
33696
33697
33698 \backslash
33699 sqrt{
33700 \backslash
33701 frac{#3^{2}}{4}-#4}}
33702 \end_layout
33703
33704 \begin_layout Standard
33705 Para generar la solución se inserta el comando
33706 \begin_inset Newline newline
33707 \end_inset
33708
33709
33710 \series bold
33711
33712 \backslash
33713 qG{
33714 \backslash
33715 lambda
33716 \begin_inset Formula $\to$
33717 \end_inset
33718
33719
33720 \backslash
33721 {p
33722 \begin_inset Formula $\to$
33723 \end_inset
33724
33725
33726 \backslash
33727 {q
33728 \series default
33729  en una ecuación
33730 \series bold
33731 .
33732 \end_layout
33733
33734 \begin_layout Standard
33735 La definición del nuevo comando no es intuitiva porque hay que conocer los
33736  esquemas de todos los comandos LaTeX usados, p.
33737 \begin_inset space \thinspace{}
33738 \end_inset
33739
33740 e., que una fracción se inserta en LaTeX como
33741 \series bold
33742  
33743 \backslash
33744 frac{numerador}{denominador}
33745 \series default
33746 .
33747  Además, uno puede olvidar fácilmente una llave en la definición y no puede
33748  ver en LyX lo que el nuevo comando está haciendo.
33749  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
33750  ecuación en vez del comando
33751 \series bold
33752  
33753 \backslash
33754 newcommand
33755 \series default
33756 .
33757 \end_layout
33758
33759 \begin_layout Standard
33760 Una macro de ecuación se crea con el menú 
33761 \family sans
33762 Insertar\SpecialChar \menuseparator
33763 Ecuación\SpecialChar \menuseparator
33764 Macro
33765 \family default
33766  o con el botón 
33767 \begin_inset Graphics
33768         filename ../../images/math-macro_newmacroname_newcommand.png
33769         scale 85
33770
33771 \end_inset
33772
33773  de la barra de herramientas.
33774  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
33775  como el siguiente donde se define la macro:
33776 \begin_inset Newline newline
33777 \end_inset
33778
33779
33780 \end_layout
33781
33782 \begin_layout Standard
33783 \begin_inset space \hspace*{\fill}
33784 \end_inset
33785
33786
33787 \begin_inset Graphics
33788         filename ../clipart/macrobox.png
33789
33790 \end_inset
33791
33792
33793 \begin_inset space \hspace*{\fill}
33794 \end_inset
33795
33796
33797 \begin_inset Newline newline
33798 \end_inset
33799
33800
33801 \begin_inset FormulaMacro
33802 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33803 \end_inset
33804
33805
33806 \backslash
33807 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
33808  En el primer marco azul se inserta la ecuación buscada.
33809  Con el comando 
33810 \series bold
33811
33812 \backslash
33813 #númerodeargumento
33814 \series default
33815 , , o con el botón 
33816 \begin_inset Graphics
33817         filename ../../images/math-macro-add-param.png
33818         scale 85
33819
33820 \end_inset
33821
33822  de la barra de herramientas de macros se inserta un colocador de argumento,
33823  p.
33824 \begin_inset space \thinspace{}
33825 \end_inset
33826
33827 e
33828 \begin_inset space \space{}
33829 \end_inset
33830
33831
33832 \series bold
33833
33834 \backslash
33835 #1
33836 \series default
33837 .
33838  Los colocadores de argumento se muestran en rojo.
33839  Se pueden poner 9 argumentos como máximo.
33840  Con el botón 
33841 \begin_inset Graphics
33842         filename ../../images/math-macro-add-optional-param.png
33843         scale 85
33844
33845 \end_inset
33846
33847  se crean argumentos opcionales.
33848  El primer argumento no opcional puede transformarse en opcional con el
33849  botón 
33850 \begin_inset Graphics
33851         filename ../../images/math-macro-make-optional.png
33852         scale 85
33853
33854 \end_inset
33855
33856 .
33857  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
33858  Normalmente quieres verlo tal como está definido, así que el recuadro se
33859  deja vacío.
33860  Pero si has creado una macro que necesita mucho espacio en la pantalla,
33861  en dicho recuadro puedes insertar, por ejemplo
33862 \begin_inset Newline newline
33863 \end_inset
33864
33865
33866 \series bold
33867 qG: 
33868 \backslash
33869 #1
33870 \series default
33871  
33872 \series bold
33873 ,
33874 \series default
33875  
33876 \series bold
33877
33878 \backslash
33879 #2
33880 \series default
33881  
33882 \series bold
33883 ,
33884 \series default
33885  
33886 \series bold
33887
33888 \backslash
33889 #3, 
33890 \backslash
33891 #4
33892 \begin_inset Newline newline
33893 \end_inset
33894
33895
33896 \series default
33897 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
33898  en LyX, lo que conlleva una visualización mejor.
33899  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
33900 \begin_inset Newline newline
33901 \end_inset
33902
33903 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
33904  macros individuales situando el cursor en la macro y usando el menú 
33905 \family sans
33906 Ver\SpecialChar \menuseparator
33907 (Des)plegar macro de ecuación.
33908 \end_layout
33909
33910 \begin_layout Standard
33911 Para usar una macro, se inserta el nombre de la misma como comando en una
33912  ecuación, en nuestro caso 
33913 \series bold
33914
33915 \backslash
33916 qG
33917 \series default
33918 .
33919  Nuestra macro se muestra en LyX así:
33920 \begin_inset Newline newline
33921 \end_inset
33922
33923
33924 \begin_inset space \hspace*{\fill}
33925 \end_inset
33926
33927
33928 \begin_inset Graphics
33929         filename ../clipart/macrouse.png
33930
33931 \end_inset
33932
33933
33934 \begin_inset space \hspace*{\fill}
33935 \end_inset
33936
33937
33938 \begin_inset Newline newline
33939 \end_inset
33940
33941 Aquí tenemos nuestro ejemplo de macro con los argumentos 
33942 \begin_inset Formula $x$
33943 \end_inset
33944
33945
33946 \begin_inset Formula $\ln(x)$
33947 \end_inset
33948
33949 , y 
33950 \begin_inset Formula $B$
33951 \end_inset
33952
33953 :
33954 \end_layout
33955
33956 \begin_layout Standard
33957 \begin_inset Formula \[
33958 \qG x{\ln(x)}B\]
33959
33960 \end_inset
33961
33962
33963 \end_layout
33964
33965 \begin_layout Standard
33966 LyX ofrece en el menú 
33967 \family sans
33968 Herramientas
33969 \family default
33970 \SpecialChar \menuseparator
33971
33972 \family sans
33973 Preferencias\SpecialChar \menuseparator
33974 Edición\SpecialChar \menuseparator
33975 Control
33976 \family default
33977  diferentes estilos para editar macros.
33978  Para encontrar el estilo que más te convenga, elige un estilo y pon el
33979  cursor en una macro para ver la diferencia.
33980 \end_layout
33981
33982 \begin_layout Standard
33983 Una macro de ecuación se transforma internamente en un comando 
33984 \series bold
33985
33986 \backslash
33987 newcommand
33988 \series default
33989  cuando se exporta el documento.
33990  El comando creado 
33991 \series bold
33992
33993 \backslash
33994 newcommand
33995 \series default
33996  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
33997  usar en ecuaciones que estén en recuadros de definición de macros en el
33998  documento.
33999  
34000 \end_layout
34001
34002 \begin_layout Standard
34003 Las macros de ecuación también pueden crearse directamente a partir de un
34004  comando
34005 \series bold
34006  
34007 \backslash
34008 newcommand
34009 \series default
34010 .
34011  Por ejemplo, escribiendo el comando
34012 \begin_inset Newline newline
34013 \end_inset
34014
34015
34016 \series bold
34017
34018 \backslash
34019 newcommand{
34020 \backslash
34021 larrow}[2]{
34022 \backslash
34023 xleftarrow[#2]{#1}}
34024 \begin_inset Newline newline
34025 \end_inset
34026
34027
34028 \series default
34029 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34030  el atajo 
34031 \family sans
34032 Ctrl+M
34033 \family default
34034 , el comando se transformará en una macro de ecuación.
34035  Al emplear este método debes tener cuidado en escribir correctamente el
34036  comando 
34037 \series bold
34038
34039 \backslash
34040 newcommand
34041 \series default
34042 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34043  
34044 \end_layout
34045
34046 \begin_layout Standard
34047 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34048  en definiciones de macros se manejan incorrectamente.
34049  Por eso el ejemplo 
34050 \series bold
34051
34052 \backslash
34053 fb
34054 \series default
34055  de 
34056 \begin_inset CommandInset ref
34057 LatexCommand ref
34058 reference "sub:El-comando-newcommand"
34059
34060 \end_inset
34061
34062  no puede crearse como macro.
34063 \end_layout
34064
34065 \begin_layout Standard
34066 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34067  la barra de herramientas de macros:
34068 \end_layout
34069
34070 \begin_layout Standard
34071 \begin_inset VSpace defskip
34072 \end_inset
34073
34074
34075 \end_layout
34076
34077 \begin_layout Standard
34078 \begin_inset Graphics
34079         filename ../clipart/MacroToolbar.png
34080
34081 \end_inset
34082
34083
34084 \begin_inset Index
34085 status collapsed
34086
34087 \begin_layout Plain Layout
34088 Macros ! Barra de herramientas
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \begin_layout Standard
34097 \begin_inset VSpace defskip
34098 \end_inset
34099
34100
34101 \end_layout
34102
34103 \begin_layout Standard
34104 La barra de herramientas de macros contiene los siguientes botones:
34105 \end_layout
34106
34107 \begin_layout Standard
34108 \begin_inset VSpace defskip
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \begin_layout Standard
34115 \begin_inset Tabular
34116 <lyxtabular version="3" rows="9" columns="2">
34117 <features islongtable="true">
34118 <column alignment="left" valignment="top" width="0">
34119 <column alignment="left" valignment="top" width="85col%">
34120 <row interlinespace="2.5mm">
34121 <cell alignment="center" valignment="top" usebox="none">
34122 \begin_inset Text
34123
34124 \begin_layout Plain Layout
34125 \begin_inset Graphics
34126         filename ../../images/math-macro-remove-param.png
34127         BoundingBox 0bp 5bp 20bp 25bp
34128         rotateOrigin center
34129
34130 \end_inset
34131
34132
34133 \end_layout
34134
34135 \end_inset
34136 </cell>
34137 <cell alignment="center" valignment="top" usebox="none">
34138 \begin_inset Text
34139
34140 \begin_layout Plain Layout
34141
34142 \family sans
34143 Editar\SpecialChar \menuseparator
34144 Ecuación\SpecialChar \menuseparator
34145 Definición de macro\SpecialChar \menuseparator
34146 Quitar último argumento
34147 \end_layout
34148
34149 \end_inset
34150 </cell>
34151 </row>
34152 <row interlinespace="2.5mm">
34153 <cell alignment="center" valignment="top" usebox="none">
34154 \begin_inset Text
34155
34156 \begin_layout Plain Layout
34157 \begin_inset Graphics
34158         filename ../../images/math-macro-add-param.png
34159         BoundingBox 0bp 5bp 20bp 25bp
34160         rotateOrigin center
34161
34162 \end_inset
34163
34164
34165 \end_layout
34166
34167 \end_inset
34168 </cell>
34169 <cell alignment="center" valignment="top" usebox="none">
34170 \begin_inset Text
34171
34172 \begin_layout Plain Layout
34173
34174 \family sans
34175 Editar\SpecialChar \menuseparator
34176 Ecuación\SpecialChar \menuseparator
34177 Definición de macro\SpecialChar \menuseparator
34178 Añadir argumento
34179 \end_layout
34180
34181 \end_inset
34182 </cell>
34183 </row>
34184 <row interlinespace="2.5mm">
34185 <cell alignment="center" valignment="top" usebox="none">
34186 \begin_inset Text
34187
34188 \begin_layout Plain Layout
34189 \begin_inset Graphics
34190         filename ../../images/math-macro-make-optional.png
34191         BoundingBox 0bp 5bp 20bp 25bp
34192         rotateOrigin center
34193
34194 \end_inset
34195
34196
34197 \end_layout
34198
34199 \end_inset
34200 </cell>
34201 <cell alignment="center" valignment="top" usebox="none">
34202 \begin_inset Text
34203
34204 \begin_layout Plain Layout
34205
34206 \family sans
34207 Editar\SpecialChar \menuseparator
34208 Ecuación\SpecialChar \menuseparator
34209 Definición de macro\SpecialChar \menuseparator
34210 Hacer opcional el primer
34211 \begin_inset Newline newline
34212 \end_inset
34213
34214
34215 \begin_inset ERT
34216 status collapsed
34217
34218 \begin_layout Plain Layout
34219
34220
34221 \backslash
34222 hphantom{
34223 \end_layout
34224
34225 \end_inset
34226
34227 Editar\SpecialChar \menuseparator
34228 Ecuación\SpecialChar \menuseparator
34229 Definición de macro\SpecialChar \menuseparator
34230
34231 \begin_inset ERT
34232 status collapsed
34233
34234 \begin_layout Plain Layout
34235
34236 }
34237 \end_layout
34238
34239 \end_inset
34240
34241 argumento no opcional
34242 \end_layout
34243
34244 \end_inset
34245 </cell>
34246 </row>
34247 <row interlinespace="2.5mm">
34248 <cell alignment="center" valignment="top" usebox="none">
34249 \begin_inset Text
34250
34251 \begin_layout Plain Layout
34252 \begin_inset Graphics
34253         filename ../../images/math-macro-make-nonoptional.png
34254         BoundingBox 0bp 5bp 20bp 25bp
34255         rotateOrigin center
34256
34257 \end_inset
34258
34259
34260 \end_layout
34261
34262 \end_inset
34263 </cell>
34264 <cell alignment="center" valignment="top" usebox="none">
34265 \begin_inset Text
34266
34267 \begin_layout Plain Layout
34268
34269 \family sans
34270 Editar\SpecialChar \menuseparator
34271 Ecuación\SpecialChar \menuseparator
34272 Definición de macro\SpecialChar \menuseparator
34273 Hacer no opcional el primer
34274 \begin_inset Newline newline
34275 \end_inset
34276
34277
34278 \begin_inset ERT
34279 status collapsed
34280
34281 \begin_layout Plain Layout
34282
34283
34284 \backslash
34285 hphantom{
34286 \end_layout
34287
34288 \end_inset
34289
34290 Editar\SpecialChar \menuseparator
34291 Ecuación\SpecialChar \menuseparator
34292 Definición de macro\SpecialChar \menuseparator
34293
34294 \begin_inset ERT
34295 status collapsed
34296
34297 \begin_layout Plain Layout
34298
34299 }
34300 \end_layout
34301
34302 \end_inset
34303
34304 argumento opcional
34305 \end_layout
34306
34307 \end_inset
34308 </cell>
34309 </row>
34310 <row interlinespace="2.5mm">
34311 <cell alignment="center" valignment="top" usebox="none">
34312 \begin_inset Text
34313
34314 \begin_layout Plain Layout
34315 \begin_inset Graphics
34316         filename ../../images/math-macro-remove-optional-param.png
34317         BoundingBox 0bp 5bp 20bp 25bp
34318         rotateOrigin center
34319
34320 \end_inset
34321
34322
34323 \end_layout
34324
34325 \end_inset
34326 </cell>
34327 <cell alignment="center" valignment="top" usebox="none">
34328 \begin_inset Text
34329
34330 \begin_layout Plain Layout
34331
34332 \family sans
34333 Editar\SpecialChar \menuseparator
34334 Ecuación\SpecialChar \menuseparator
34335 Definición de macro\SpecialChar \menuseparator
34336 Quitar argumento opcional
34337 \end_layout
34338
34339 \end_inset
34340 </cell>
34341 </row>
34342 <row interlinespace="2.5mm">
34343 <cell alignment="center" valignment="top" usebox="none">
34344 \begin_inset Text
34345
34346 \begin_layout Plain Layout
34347 \begin_inset Graphics
34348         filename ../../images/math-macro-add-optional-param.png
34349         BoundingBox 0bp 5bp 20bp 25bp
34350         rotateOrigin center
34351
34352 \end_inset
34353
34354
34355 \end_layout
34356
34357 \end_inset
34358 </cell>
34359 <cell alignment="center" valignment="top" usebox="none">
34360 \begin_inset Text
34361
34362 \begin_layout Plain Layout
34363
34364 \family sans
34365 Editar\SpecialChar \menuseparator
34366 Ecuación\SpecialChar \menuseparator
34367 Definición de macro\SpecialChar \menuseparator
34368 Insertar argumento opcional
34369 \end_layout
34370
34371 \end_inset
34372 </cell>
34373 </row>
34374 <row interlinespace="2.5mm">
34375 <cell alignment="center" valignment="top" usebox="none">
34376 \begin_inset Text
34377
34378 \begin_layout Plain Layout
34379 \begin_inset Graphics
34380         filename ../../images/math-macro-remove-greedy-param.png
34381         BoundingBox 0bp 5bp 20bp 25bp
34382         rotateOrigin center
34383
34384 \end_inset
34385
34386
34387 \end_layout
34388
34389 \end_inset
34390 </cell>
34391 <cell alignment="center" valignment="top" usebox="none">
34392 \begin_inset Text
34393
34394 \begin_layout Plain Layout
34395
34396 \family sans
34397 Editar\SpecialChar \menuseparator
34398 Ecuación\SpecialChar \menuseparator
34399 Definición de macro\SpecialChar \menuseparator
34400 Quitar último argumento
34401 \begin_inset Newline newline
34402 \end_inset
34403
34404
34405 \begin_inset ERT
34406 status collapsed
34407
34408 \begin_layout Plain Layout
34409
34410
34411 \backslash
34412 hphantom{
34413 \end_layout
34414
34415 \end_inset
34416
34417 Editar\SpecialChar \menuseparator
34418 Ecuación\SpecialChar \menuseparator
34419 Definición de macro\SpecialChar \menuseparator
34420
34421 \begin_inset ERT
34422 status collapsed
34423
34424 \begin_layout Plain Layout
34425
34426 }
34427 \end_layout
34428
34429 \end_inset
34430
34431 yendo hacia la derecha
34432 \end_layout
34433
34434 \end_inset
34435 </cell>
34436 </row>
34437 <row interlinespace="2.5mm">
34438 <cell alignment="center" valignment="top" usebox="none">
34439 \begin_inset Text
34440
34441 \begin_layout Plain Layout
34442 \begin_inset Graphics
34443         filename ../../images/math-macro-append-greedy-param.png
34444         BoundingBox 0bp 5bp 20bp 25bp
34445         rotateOrigin center
34446
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \end_inset
34453 </cell>
34454 <cell alignment="center" valignment="top" usebox="none">
34455 \begin_inset Text
34456
34457 \begin_layout Plain Layout
34458
34459 \family sans
34460 Editar\SpecialChar \menuseparator
34461 Ecuación\SpecialChar \menuseparator
34462 Definición de macro\SpecialChar \menuseparator
34463 Añadir argumento comiendo
34464 \begin_inset Newline newline
34465 \end_inset
34466
34467
34468 \begin_inset ERT
34469 status collapsed
34470
34471 \begin_layout Plain Layout
34472
34473
34474 \backslash
34475 hphantom{
34476 \end_layout
34477
34478 \end_inset
34479
34480 Editar\SpecialChar \menuseparator
34481 Ecuación\SpecialChar \menuseparator
34482 Definición de macro\SpecialChar \menuseparator
34483
34484 \begin_inset ERT
34485 status collapsed
34486
34487 \begin_layout Plain Layout
34488
34489 }
34490 \end_layout
34491
34492 \end_inset
34493
34494 desde la derecha
34495 \end_layout
34496
34497 \end_inset
34498 </cell>
34499 </row>
34500 <row interlinespace="2.5mm">
34501 <cell alignment="center" valignment="top" usebox="none">
34502 \begin_inset Text
34503
34504 \begin_layout Plain Layout
34505 \begin_inset Graphics
34506         filename ../../images/math-macro-add-greedy-optional-param.png
34507         BoundingBox 0bp 5bp 20bp 25bp
34508         rotateOrigin center
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \end_inset
34516 </cell>
34517 <cell alignment="center" valignment="top" usebox="none">
34518 \begin_inset Text
34519
34520 \begin_layout Plain Layout
34521
34522 \family sans
34523 Editar\SpecialChar \menuseparator
34524 Ecuación\SpecialChar \menuseparator
34525 Definición de macro\SpecialChar \menuseparator
34526 Añadir argumento opcional
34527 \begin_inset Newline newline
34528 \end_inset
34529
34530
34531 \begin_inset ERT
34532 status collapsed
34533
34534 \begin_layout Plain Layout
34535
34536
34537 \backslash
34538 hphantom{
34539 \end_layout
34540
34541 \end_inset
34542
34543 Editar\SpecialChar \menuseparator
34544 Ecuación\SpecialChar \menuseparator
34545 Definición de macro\SpecialChar \menuseparator
34546
34547 \begin_inset ERT
34548 status collapsed
34549
34550 \begin_layout Plain Layout
34551
34552 }
34553 \end_layout
34554
34555 \end_inset
34556
34557 comiendo desde la derecha
34558 \end_layout
34559
34560 \end_inset
34561 </cell>
34562 </row>
34563 </lyxtabular>
34564
34565 \end_inset
34566
34567
34568 \end_layout
34569
34570 \begin_layout Standard
34571 \noindent
34572 \align center
34573 \begin_inset Newpage newpage
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \begin_layout Section
34580 Indicaciones
34581 \begin_inset Index
34582 status collapsed
34583
34584 \begin_layout Plain Layout
34585 Indicaciones
34586 \end_layout
34587
34588 \end_inset
34589
34590
34591 \end_layout
34592
34593 \begin_layout Subsection
34594 Números negativos
34595 \begin_inset Index
34596 status collapsed
34597
34598 \begin_layout Plain Layout
34599 Numeros@Números ! negativos
34600 \end_layout
34601
34602 \end_inset
34603
34604
34605 \end_layout
34606
34607 \begin_layout Standard
34608 Los números negativos a veces se ven feos en las ecuaciones porque el signo
34609  menos delante del número tiene la misma longitud que el operador signo
34610  menos.
34611  Si se escribe el número negativo en texto normal el signo menos aparece
34612  correctamente.
34613 \end_layout
34614
34615 \begin_layout Standard
34616 Así pues, el problema desaparece si se convierte el signo menos a texto
34617  matemático.
34618 \end_layout
34619
34620 \begin_layout Standard
34621 Un ejemplo para visualizar el problema:
34622 \end_layout
34623
34624 \begin_layout Standard
34625 \noindent
34626 \align center
34627 \begin_inset Tabular
34628 <lyxtabular version="3" rows="3" columns="2">
34629 <features>
34630 <column alignment="center" valignment="top" width="0">
34631 <column alignment="center" valignment="top" width="0">
34632 <row>
34633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34634 \begin_inset Text
34635
34636 \begin_layout Plain Layout
34637 texto normal:
34638 \end_layout
34639
34640 \end_inset
34641 </cell>
34642 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34643 \begin_inset Text
34644
34645 \begin_layout Plain Layout
34646 x = -2
34647 \end_layout
34648
34649 \end_inset
34650 </cell>
34651 </row>
34652 <row>
34653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34654 \begin_inset Text
34655
34656 \begin_layout Plain Layout
34657 ecuación:
34658 \end_layout
34659
34660 \end_inset
34661 </cell>
34662 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34663 \begin_inset Text
34664
34665 \begin_layout Plain Layout
34666 \begin_inset Formula $x=-2$
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \end_inset
34673 </cell>
34674 </row>
34675 <row>
34676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34677 \begin_inset Text
34678
34679 \begin_layout Plain Layout
34680 solución:
34681 \end_layout
34682
34683 \end_inset
34684 </cell>
34685 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34686 \begin_inset Text
34687
34688 \begin_layout Plain Layout
34689 \begin_inset Formula $x=\mbox{-}2$
34690 \end_inset
34691
34692
34693 \end_layout
34694
34695 \end_inset
34696 </cell>
34697 </row>
34698 </lyxtabular>
34699
34700 \end_inset
34701
34702
34703 \end_layout
34704
34705 \begin_layout Subsection
34706 Coma como separador decimal
34707 \begin_inset Index
34708 status collapsed
34709
34710 \begin_layout Plain Layout
34711 Coma decimal
34712 \end_layout
34713
34714 \end_inset
34715
34716
34717 \end_layout
34718
34719 \begin_layout Standard
34720 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
34721  de grupos numéricos.
34722  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
34723 \end_layout
34724
34725 \begin_layout Standard
34726 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
34727  
34728 \family sans
34729 Ctrl+M
34730 \family default
34731 ).
34732 \end_layout
34733
34734 \begin_layout Standard
34735 Para usar las comas en todas las fórmulas del documento como separador decimal,
34736  se carga el archivo 
34737 \series bold
34738 icomma.sty
34739 \series default
34740
34741 \begin_inset Foot
34742 status collapsed
34743
34744 \begin_layout Plain Layout
34745
34746 \series bold
34747 icomma
34748 \series default
34749  forma parte del paquete LaTeX 
34750 \series bold
34751 was
34752 \series default
34753
34754 \begin_inset Index
34755 status collapsed
34756
34757 \begin_layout Plain Layout
34758 Paquetes ! was
34759 \begin_inset ERT
34760 status collapsed
34761
34762 \begin_layout Plain Layout
34763
34764
34765 \backslash
34766 vspace{4mm}
34767 \end_layout
34768
34769 \end_inset
34770
34771
34772 \end_layout
34773
34774 \end_inset
34775
34776 .
34777 \end_layout
34778
34779 \end_inset
34780
34781
34782 \begin_inset Index
34783 status collapsed
34784
34785 \begin_layout Plain Layout
34786 Paquetes ! icomma
34787 \end_layout
34788
34789 \end_inset
34790
34791  en el preámbulo LaTeX con la línea: 
34792 \end_layout
34793
34794 \begin_layout Standard
34795
34796 \series bold
34797
34798 \backslash
34799 usepackage{icomma}
34800 \end_layout
34801
34802 \begin_layout Subsection
34803 Vectores físicos
34804 \begin_inset CommandInset label
34805 LatexCommand label
34806 name "sub:Vectores-físicos"
34807
34808 \end_inset
34809
34810
34811 \begin_inset Index
34812 status collapsed
34813
34814 \begin_layout Plain Layout
34815 Vectores físicos
34816 \end_layout
34817
34818 \end_inset
34819
34820
34821 \end_layout
34822
34823 \begin_layout Standard
34824 El paquete LaTeX 
34825 \series bold
34826 braket
34827 \series default
34828
34829 \begin_inset Foot
34830 status collapsed
34831
34832 \begin_layout Plain Layout
34833
34834 \series bold
34835 braket
34836 \series default
34837  se incluye en las instalaciones estándar de LaTeX.
34838 \end_layout
34839
34840 \end_inset
34841
34842
34843 \begin_inset Index
34844 status collapsed
34845
34846 \begin_layout Plain Layout
34847 Paquetes ! braket
34848 \end_layout
34849
34850 \end_inset
34851
34852  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
34853 \end_layout
34854
34855 \begin_layout Standard
34856
34857 \series bold
34858
34859 \backslash
34860 usepackage{braket}
34861 \end_layout
34862
34863 \begin_layout Standard
34864 \begin_inset ERT
34865 status collapsed
34866
34867 \begin_layout Plain Layout
34868
34869
34870 \backslash
34871 ifbraket 
34872 \end_layout
34873
34874 \end_inset
34875
34876
34877 \begin_inset Note Note
34878 status open
34879
34880 \begin_layout Plain Layout
34881 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
34882 \series bold
34883 braket
34884 \series default
34885  está instalado.
34886 \end_layout
34887
34888 \end_inset
34889
34890
34891 \end_layout
34892
34893 \begin_layout Standard
34894 Están definidos los siguientes comandos:
34895 \end_layout
34896
34897 \begin_layout Standard
34898 \noindent
34899 \align center
34900 \begin_inset Tabular
34901 <lyxtabular version="3" rows="4" columns="2">
34902 <features>
34903 <column alignment="center" valignment="top" width="0">
34904 <column alignment="center" valignment="top" width="0">
34905 <row>
34906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34907 \begin_inset Text
34908
34909 \begin_layout Plain Layout
34910 Comando
34911 \end_layout
34912
34913 \end_inset
34914 </cell>
34915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34916 \begin_inset Text
34917
34918 \begin_layout Plain Layout
34919 Resultado
34920 \end_layout
34921
34922 \end_inset
34923 </cell>
34924 </row>
34925 <row>
34926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34927 \begin_inset Text
34928
34929 \begin_layout Plain Layout
34930
34931 \backslash
34932 Bra{
34933 \backslash
34934 psi
34935 \end_layout
34936
34937 \end_inset
34938 </cell>
34939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34940 \begin_inset Text
34941
34942 \begin_layout Plain Layout
34943 \begin_inset Formula $\Bra{\psi}$
34944 \end_inset
34945
34946
34947 \end_layout
34948
34949 \end_inset
34950 </cell>
34951 </row>
34952 <row>
34953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34954 \begin_inset Text
34955
34956 \begin_layout Plain Layout
34957
34958 \backslash
34959 Ket{
34960 \backslash
34961 psi
34962 \end_layout
34963
34964 \end_inset
34965 </cell>
34966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34967 \begin_inset Text
34968
34969 \begin_layout Plain Layout
34970 \begin_inset Formula $\Ket{\psi}$
34971 \end_inset
34972
34973
34974 \end_layout
34975
34976 \end_inset
34977 </cell>
34978 </row>
34979 <row>
34980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34981 \begin_inset Text
34982
34983 \begin_layout Plain Layout
34984
34985 \backslash
34986 Braket{
34987 \backslash
34988 psi|
34989 \backslash
34990 phi
34991 \end_layout
34992
34993 \end_inset
34994 </cell>
34995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34996 \begin_inset Text
34997
34998 \begin_layout Plain Layout
34999 \begin_inset Formula $\Braket{\psi|\phi}$
35000 \end_inset
35001
35002
35003 \end_layout
35004
35005 \end_inset
35006 </cell>
35007 </row>
35008 </lyxtabular>
35009
35010 \end_inset
35011
35012
35013 \end_layout
35014
35015 \begin_layout Standard
35016 El comando 
35017 \series bold
35018
35019 \backslash
35020 Braket
35021 \series default
35022  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35023  circundantes:
35024 \begin_inset Formula \[
35025 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
35026
35027 \end_inset
35028
35029
35030 \begin_inset ERT
35031 status collapsed
35032
35033 \begin_layout Plain Layout
35034
35035
35036 \backslash
35037 else
35038 \end_layout
35039
35040 \end_inset
35041
35042
35043 \begin_inset Note Note
35044 status open
35045
35046 \begin_layout Plain Layout
35047 Lo que sigue se verá en la salida si el paquete LaTeX 
35048 \series bold
35049 braket
35050 \series default
35051  no está instalado:
35052 \end_layout
35053
35054 \end_inset
35055
35056
35057 \end_layout
35058
35059 \begin_layout Standard
35060 Debes instalar el paquete LaTeX 
35061 \series bold
35062 braket
35063 \series default
35064  para ver en la salida el resto de esta subsección.
35065 \end_layout
35066
35067 \begin_layout Standard
35068 \begin_inset ERT
35069 status collapsed
35070
35071 \begin_layout Plain Layout
35072
35073
35074 \backslash
35075 fi
35076 \end_layout
35077
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \begin_layout Standard
35084 El efecto de 
35085 \series bold
35086
35087 \backslash
35088 Braket
35089 \series default
35090  también se puede conseguir con el comando 
35091 \series bold
35092
35093 \backslash
35094 middle
35095 \series default
35096 , que se describe en 
35097 \begin_inset CommandInset ref
35098 LatexCommand ref
35099 reference "sub:Tamaño-automático-de"
35100
35101 \end_inset
35102
35103 .
35104 \end_layout
35105
35106 \begin_layout Subsection
35107 Fracciones definidas por el usuario
35108 \begin_inset CommandInset label
35109 LatexCommand label
35110 name "sub:Fracciones-personalizadas"
35111
35112 \end_inset
35113
35114
35115 \begin_inset Index
35116 status collapsed
35117
35118 \begin_layout Plain Layout
35119 Fracciones ! personalizadas
35120 \end_layout
35121
35122 \end_inset
35123
35124
35125 \end_layout
35126
35127 \begin_layout Standard
35128 Para definir comandos personalizados para fracciones, se usa el comando
35129  
35130 \series bold
35131
35132 \backslash
35133 genfrac
35134 \series default
35135
35136 \begin_inset Index
35137 status collapsed
35138
35139 \begin_layout Plain Layout
35140 Comandos ! G ! 
35141 \backslash
35142 genfrac
35143 \end_layout
35144
35145 \end_inset
35146
35147  con el siguiente esquema:
35148 \end_layout
35149
35150 \begin_layout Standard
35151
35152 \series bold
35153
35154 \backslash
35155 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
35156 \begin_inset Newline newline
35157 \end_inset
35158
35159
35160 \begin_inset ERT
35161 status collapsed
35162
35163 \begin_layout Plain Layout
35164
35165
35166 \backslash
35167 phantom{
35168 \end_layout
35169
35170 \end_inset
35171
35172
35173 \backslash
35174 genfrac{
35175 \begin_inset ERT
35176 status collapsed
35177
35178 \begin_layout Plain Layout
35179
35180 }
35181 \end_layout
35182
35183 \end_inset
35184
35185 fracción}{estilo}{numerador}{denominador}
35186 \end_layout
35187
35188 \begin_layout Standard
35189 El estilo es un número en el rango 0-3.
35190 \end_layout
35191
35192 \begin_layout Standard
35193 \align center
35194 \begin_inset Tabular
35195 <lyxtabular version="3" rows="5" columns="2">
35196 <features>
35197 <column alignment="center" valignment="top" width="0">
35198 <column alignment="center" valignment="top" width="0">
35199 <row>
35200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35201 \begin_inset Text
35202
35203 \begin_layout Plain Layout
35204 Número
35205 \end_layout
35206
35207 \end_inset
35208 </cell>
35209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35210 \begin_inset Text
35211
35212 \begin_layout Plain Layout
35213 Estilo (tamaño)
35214 \end_layout
35215
35216 \end_inset
35217 </cell>
35218 </row>
35219 <row>
35220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35221 \begin_inset Text
35222
35223 \begin_layout Plain Layout
35224 0
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35230 \begin_inset Text
35231
35232 \begin_layout Plain Layout
35233 ecuación presentada
35234 \end_layout
35235
35236 \end_inset
35237 </cell>
35238 </row>
35239 <row>
35240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35241 \begin_inset Text
35242
35243 \begin_layout Plain Layout
35244 1
35245 \end_layout
35246
35247 \end_inset
35248 </cell>
35249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35250 \begin_inset Text
35251
35252 \begin_layout Plain Layout
35253 ecuación en línea
35254 \end_layout
35255
35256 \end_inset
35257 </cell>
35258 </row>
35259 <row>
35260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35261 \begin_inset Text
35262
35263 \begin_layout Plain Layout
35264 2
35265 \end_layout
35266
35267 \end_inset
35268 </cell>
35269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35270 \begin_inset Text
35271
35272 \begin_layout Plain Layout
35273 pequeño
35274 \end_layout
35275
35276 \end_inset
35277 </cell>
35278 </row>
35279 <row>
35280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35281 \begin_inset Text
35282
35283 \begin_layout Plain Layout
35284 3
35285 \end_layout
35286
35287 \end_inset
35288 </cell>
35289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35290 \begin_inset Text
35291
35292 \begin_layout Plain Layout
35293 muy pequeño
35294 \end_layout
35295
35296 \end_inset
35297 </cell>
35298 </row>
35299 </lyxtabular>
35300
35301 \end_inset
35302
35303
35304 \end_layout
35305
35306 \begin_layout Standard
35307 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35308  
35309 \series bold
35310
35311 \backslash
35312 frac
35313 \series default
35314 .
35315 \end_layout
35316
35317 \begin_layout Standard
35318 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35319  de 0.4
35320 \begin_inset space \thinspace{}
35321 \end_inset
35322
35323 pt.
35324 \end_layout
35325
35326 \begin_layout Standard
35327 Por ejemplo, los comandos 
35328 \series bold
35329
35330 \backslash
35331 dfrac
35332 \series default
35333  y 
35334 \series bold
35335
35336 \backslash
35337 tbinom
35338 \series default
35339  de la 
35340 \begin_inset CommandInset ref
35341 LatexCommand ref
35342 reference "sub:Fracciones"
35343
35344 \end_inset
35345
35346  se definen con los comandos:
35347 \end_layout
35348
35349 \begin_layout Standard
35350
35351 \series bold
35352
35353 \backslash
35354 newcommand{
35355 \backslash
35356 dfrac}[2]{
35357 \backslash
35358 genfrac{}{}{}{0}{#1}{#2}}
35359 \end_layout
35360
35361 \begin_layout Standard
35362 y
35363 \end_layout
35364
35365 \begin_layout Standard
35366
35367 \series bold
35368
35369 \backslash
35370 newcommand{
35371 \backslash
35372 tbinom}[2]{
35373 \backslash
35374 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35375 \end_layout
35376
35377 \begin_layout Standard
35378 \begin_inset VSpace medskip
35379 \end_inset
35380
35381
35382 \end_layout
35383
35384 \begin_layout Standard
35385 Para definir una fracción en la que el grosor de la raya se pueda definir
35386  como argumento opcional, se inserta la siguiente línea en el preámbulo
35387  LaTeX:
35388 \end_layout
35389
35390 \begin_layout Standard
35391
35392 \series bold
35393
35394 \backslash
35395 newcommand{
35396 \backslash
35397 fracS}[3][]{
35398 \backslash
35399 genfrac{}{}{#1}{}{#2}{#3}}
35400 \end_layout
35401
35402 \begin_layout Standard
35403 Un ensayo:
35404 \begin_inset Formula \begin{align*}
35405 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35406 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
35407
35408 \end_inset
35409
35410 Como se puede ver, la distancia del numerador y el denominador a la raya
35411  de fracción se redondea a unas tres veces el grosor de la raya.
35412 \end_layout
35413
35414 \begin_layout Subsection
35415 Ecuaciones canceladas
35416 \begin_inset Index
35417 status collapsed
35418
35419 \begin_layout Plain Layout
35420 Ecuación ! cancelada
35421 \end_layout
35422
35423 \end_inset
35424
35425
35426 \end_layout
35427
35428 \begin_layout Standard
35429 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
35430  
35431 \series bold
35432 cancel
35433 \series default
35434
35435 \begin_inset Foot
35436 status collapsed
35437
35438 \begin_layout Plain Layout
35439
35440 \series bold
35441 cancel
35442 \series default
35443  forma parte de las distribuciones estándar de LaTeX.
35444 \end_layout
35445
35446 \end_inset
35447
35448
35449 \begin_inset Index
35450 status collapsed
35451
35452 \begin_layout Plain Layout
35453 Paquetes ! cancel
35454 \end_layout
35455
35456 \end_inset
35457
35458  con la línea de preámbulo LaTeX
35459 \end_layout
35460
35461 \begin_layout Standard
35462
35463 \series bold
35464
35465 \backslash
35466 usepackage[samesize]{cancel}
35467 \end_layout
35468
35469 \begin_layout Standard
35470 Hay cuatro formas de cancelar ecuaciones:
35471 \end_layout
35472
35473 \begin_layout Standard
35474 \align center
35475 \begin_inset Tabular
35476 <lyxtabular version="3" rows="5" columns="2">
35477 <features>
35478 <column alignment="center" valignment="top" width="0">
35479 <column alignment="center" valignment="top" width="0">
35480 <row>
35481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35482 \begin_inset Text
35483
35484 \begin_layout Plain Layout
35485 Comando
35486 \end_layout
35487
35488 \end_inset
35489 </cell>
35490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35491 \begin_inset Text
35492
35493 \begin_layout Plain Layout
35494 Resultado
35495 \begin_inset Note Note
35496 status collapsed
35497
35498 \begin_layout Plain Layout
35499 El
35500 \series bold
35501  
35502 \series default
35503 espacio y 
35504 \series bold
35505
35506 \backslash
35507 raisebox
35508 \series default
35509  se usa sólo como espaciador
35510 \end_layout
35511
35512 \end_inset
35513
35514
35515 \end_layout
35516
35517 \end_inset
35518 </cell>
35519 </row>
35520 <row>
35521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35522 \begin_inset Text
35523
35524 \begin_layout Plain Layout
35525
35526 \backslash
35527 cancel{
35528 \backslash
35529 int
35530 \begin_inset ERT
35531 status collapsed
35532
35533 \begin_layout Plain Layout
35534
35535
35536 \backslash
35537 spce 
35538 \end_layout
35539
35540 \end_inset
35541
35542 A=B
35543 \end_layout
35544
35545 \end_inset
35546 </cell>
35547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35548 \begin_inset Text
35549
35550 \begin_layout Plain Layout
35551 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35552 \end_inset
35553
35554
35555 \end_layout
35556
35557 \end_inset
35558 </cell>
35559 </row>
35560 <row>
35561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35562 \begin_inset Text
35563
35564 \begin_layout Plain Layout
35565
35566 \backslash
35567 bcancel{
35568 \backslash
35569 int
35570 \begin_inset ERT
35571 status collapsed
35572
35573 \begin_layout Plain Layout
35574
35575
35576 \backslash
35577 spce 
35578 \end_layout
35579
35580 \end_inset
35581
35582 A=B
35583 \end_layout
35584
35585 \end_inset
35586 </cell>
35587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35588 \begin_inset Text
35589
35590 \begin_layout Plain Layout
35591 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35592 \end_inset
35593
35594
35595 \end_layout
35596
35597 \end_inset
35598 </cell>
35599 </row>
35600 <row>
35601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35602 \begin_inset Text
35603
35604 \begin_layout Plain Layout
35605
35606 \backslash
35607 xcancel{
35608 \backslash
35609 int
35610 \begin_inset ERT
35611 status collapsed
35612
35613 \begin_layout Plain Layout
35614
35615
35616 \backslash
35617 spce 
35618 \end_layout
35619
35620 \end_inset
35621
35622 A=B
35623 \end_layout
35624
35625 \end_inset
35626 </cell>
35627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35628 \begin_inset Text
35629
35630 \begin_layout Plain Layout
35631 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35632 \end_inset
35633
35634
35635 \end_layout
35636
35637 \end_inset
35638 </cell>
35639 </row>
35640 <row>
35641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35642 \begin_inset Text
35643
35644 \begin_layout Plain Layout
35645
35646 \backslash
35647 cancelto{1
35648 \begin_inset Formula $\to$
35649 \end_inset
35650
35651
35652 \backslash
35653 {
35654 \backslash
35655 int
35656 \begin_inset ERT
35657 status collapsed
35658
35659 \begin_layout Plain Layout
35660
35661
35662 \backslash
35663 spce 
35664 \end_layout
35665
35666 \end_inset
35667
35668 A=B
35669 \end_layout
35670
35671 \end_inset
35672 </cell>
35673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35674 \begin_inset Text
35675
35676 \begin_layout Plain Layout
35677 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35678 \end_inset
35679
35680
35681 \end_layout
35682
35683 \end_inset
35684 </cell>
35685 </row>
35686 </lyxtabular>
35687
35688 \end_inset
35689
35690
35691 \end_layout
35692
35693 \begin_layout Standard
35694
35695 \series bold
35696
35697 \backslash
35698 cancelto
35699 \series default
35700  es especialmente apropiada para visualizar la simplificación de fracciones
35701  en una ecuación:
35702 \begin_inset Formula \[
35703 \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}}}\]
35704
35705 \end_inset
35706
35707
35708 \end_layout
35709
35710 \begin_layout Subsection
35711 Ecuaciones en encabezados de sección
35712 \begin_inset CommandInset label
35713 LatexCommand label
35714 name "sub:Ecuaciones-en-encabezados"
35715
35716 \end_inset
35717
35718
35719 \begin_inset Index
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723 Ecuación ! en encabezados de sección
35724 \end_layout
35725
35726 \end_inset
35727
35728
35729 \end_layout
35730
35731 \begin_layout Standard
35732 Si se quiere poner una ecuación en un encabezado de sección hay que tener
35733  en cuenta lo siguiente:
35734 \end_layout
35735
35736 \begin_layout Standard
35737 \begin_inset Note Greyedout
35738 status open
35739
35740 \begin_layout Plain Layout
35741 Si el soporte para 
35742 \series bold
35743 hyperref
35744 \series default
35745
35746 \begin_inset Index
35747 status collapsed
35748
35749 \begin_layout Plain Layout
35750 Paquetes ! hyperref
35751 \end_layout
35752
35753 \end_inset
35754
35755  está activado en la configuración del documento, 
35756 \family sans
35757 Propiedades
35758 \begin_inset space ~
35759 \end_inset
35760
35761
35762 \family default
35763 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
35764  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
35765  texto del marcador, porque se infringen las convenciones PDF.
35766 \end_layout
35767
35768 \end_inset
35769
35770
35771 \end_layout
35772
35773 \begin_layout Standard
35774 Estos problemas se pueden solucionar insertando al final del encabezado
35775  un título breve con el menú 
35776 \family sans
35777 Insertar\SpecialChar \menuseparator
35778 Título
35779 \begin_inset space ~
35780 \end_inset
35781
35782 breve
35783 \family default
35784 .
35785  Los títulos breves se usan como alternativa para encabezados de sección
35786  con más de una línea para mantener el buen aspecto del índice.
35787  En éste sólo aparece el título breve y por tanto también en los marcadores.
35788 \end_layout
35789
35790 \begin_layout Standard
35791 Si hay que poner ecuaciones en el índice y se usa 
35792 \series bold
35793 hyperref
35794 \series default
35795 , se puede insertar el siguiente comando en modo TeX:
35796 \end_layout
35797
35798 \begin_layout Standard
35799
35800 \series bold
35801
35802 \backslash
35803 texorpdfstring{parte}{alternativa}
35804 \begin_inset Index
35805 status collapsed
35806
35807 \begin_layout Plain Layout
35808 Comandos ! T ! 
35809 \backslash
35810 texorpdfstring
35811 \end_layout
35812
35813 \end_inset
35814
35815
35816 \end_layout
35817
35818 \begin_layout Standard
35819 parte se refiere a la parte del encabezado que no debería aparecer en el
35820  marcador PDF.
35821  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
35822  La alternativa se usa para el marcador en vez de la parte.
35823 \end_layout
35824
35825 \begin_layout Standard
35826 Aquí hay dos ejemplos de encabezados con ecuación:
35827 \end_layout
35828
35829 \begin_layout Standard
35830 \begin_inset VSpace -3mm
35831 \end_inset
35832
35833
35834 \end_layout
35835
35836 \begin_layout Standard
35837 \begin_inset ERT
35838 status collapsed
35839
35840 \begin_layout Plain Layout
35841
35842
35843 \backslash
35844 boldmath 
35845 \end_layout
35846
35847 \end_inset
35848
35849
35850 \end_layout
35851
35852 \begin_layout Subsubsection
35853 Encabezado sin ecuación en el índice 
35854 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35855 \end_inset
35856
35857
35858 \begin_inset OptArg
35859 status collapsed
35860
35861 \begin_layout Plain Layout
35862 Encabezado sin ecuación en el índice
35863 \end_layout
35864
35865 \end_inset
35866
35867
35868 \end_layout
35869
35870 \begin_layout Subsubsection
35871 Encabezado con ecuación en el índice
35872 \begin_inset ERT
35873 status collapsed
35874
35875 \begin_layout Plain Layout
35876
35877
35878 \backslash
35879 texorpdfstring{
35880 \end_layout
35881
35882 \end_inset
35883
35884  
35885 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35886 \end_inset
35887
35888
35889 \begin_inset ERT
35890 status collapsed
35891
35892 \begin_layout Plain Layout
35893
35894 }{}
35895 \end_layout
35896
35897 \end_inset
35898
35899
35900 \end_layout
35901
35902 \begin_layout Standard
35903 \begin_inset ERT
35904 status collapsed
35905
35906 \begin_layout Plain Layout
35907
35908
35909 \backslash
35910 unboldmath 
35911 \end_layout
35912
35913 \end_inset
35914
35915 En el primer encabezado se ha puesto un título breve, en el segundo un 
35916 \series bold
35917
35918 \backslash
35919 texorpdfstring
35920 \series default
35921 .
35922 \end_layout
35923
35924 \begin_layout Standard
35925 Para obtener el mismo formato que en los demás encabezados se han puesto
35926  ambos en un entorno 
35927 \series bold
35928 boldmath
35929 \series default
35930 .
35931 \begin_inset Foot
35932 status collapsed
35933
35934 \begin_layout Plain Layout
35935 véase 
35936 \begin_inset CommandInset ref
35937 LatexCommand ref
35938 reference "sub:Ecuaciones-en-negrita"
35939
35940 \end_inset
35941
35942
35943 \end_layout
35944
35945 \end_inset
35946
35947
35948 \end_layout
35949
35950 \begin_layout Subsection
35951 Ecuaciones en texto multicolumna
35952 \begin_inset Index
35953 status collapsed
35954
35955 \begin_layout Plain Layout
35956 Ecuación ! en texto multicolumna
35957 \end_layout
35958
35959 \end_inset
35960
35961
35962 \end_layout
35963
35964 \begin_layout Standard
35965 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
35966  para ajustarse a la columna y entonces es preciso abarcar la anchura total
35967  de la página.
35968  Esto se hace usando el paquete LaTeX 
35969 \series bold
35970 multicol
35971 \series default
35972 ,
35973 \begin_inset Foot
35974 status collapsed
35975
35976 \begin_layout Plain Layout
35977
35978 \series bold
35979 multicol
35980 \series default
35981  forma parte de las distribuciones LaTeX estándar.
35982 \end_layout
35983
35984 \end_inset
35985
35986
35987 \begin_inset Index
35988 status collapsed
35989
35990 \begin_layout Plain Layout
35991 Paquetes ! multicol
35992 \end_layout
35993
35994 \end_inset
35995
35996  que se carga en el preámbulo LaTeX con la línea
35997 \end_layout
35998
35999 \begin_layout Standard
36000
36001 \series bold
36002
36003 \backslash
36004 usepackage{multicol}
36005 \end_layout
36006
36007 \begin_layout Standard
36008 \begin_inset Note Greyedout
36009 status collapsed
36010
36011 \begin_layout Plain Layout
36012 Ten en cuenta que la opción 
36013 \family sans
36014 Documento
36015 \begin_inset space ~
36016 \end_inset
36017
36018 con
36019 \begin_inset space ~
36020 \end_inset
36021
36022 dos
36023 \begin_inset space ~
36024 \end_inset
36025
36026 caras
36027 \family default
36028 , bajo 
36029 \family sans
36030 Diseño
36031 \begin_inset space ~
36032 \end_inset
36033
36034 de
36035 \begin_inset space ~
36036 \end_inset
36037
36038 página 
36039 \family default
36040 en el menú 
36041 \family sans
36042 Documento\SpecialChar \menuseparator
36043 Configuración
36044 \family default
36045  
36046 \emph on
36047 debe
36048 \emph default
36049  estar desmarcada.
36050 \end_layout
36051
36052 \end_inset
36053
36054
36055 \end_layout
36056
36057 \begin_layout Standard
36058 Antes del texto multicolumna se inserta en modo TeX el comando
36059 \end_layout
36060
36061 \begin_layout Standard
36062
36063 \series bold
36064
36065 \backslash
36066 begin{multicols}{número de columnas}
36067 \end_layout
36068
36069 \begin_layout Standard
36070 El número de columnas está en el rango 2-10.
36071  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36072  TeX el comando
36073 \end_layout
36074
36075 \begin_layout Standard
36076
36077 \series bold
36078
36079 \backslash
36080 end{multicols}
36081 \end_layout
36082
36083 \begin_layout Standard
36084 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36085  Para quitarlo se inserta un espacio vertical de -6
36086 \begin_inset space \thinspace{}
36087 \end_inset
36088
36089 mm antes de la ecuación.
36090  Si se usa el estilo 
36091 \series bold
36092 Sangrado
36093 \series default
36094 ,
36095 \begin_inset Foot
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099 véase estilos de ecuación en 
36100 \begin_inset CommandInset ref
36101 LatexCommand ref
36102 reference "sec:Estilos-de-ecuación"
36103
36104 \end_inset
36105
36106
36107 \end_layout
36108
36109 \end_inset
36110
36111  se inserta un espacio de -9
36112 \begin_inset space \thinspace{}
36113 \end_inset
36114
36115 mm.
36116 \end_layout
36117
36118 \begin_layout Standard
36119 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36120 \end_layout
36121
36122 \begin_layout Standard
36123
36124 \lang german
36125 \begin_inset ERT
36126 status collapsed
36127
36128 \begin_layout Plain Layout
36129
36130
36131 \backslash
36132 begin{multicols}{2}
36133 \end_layout
36134
36135 \end_inset
36136
36137 Das Spektrum wird fouriertransformiert.
36138  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36139 , Lösungsmittel) zu trennen.
36140  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36141  nun das Aussehen des Ausgangssignals.
36142  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36143  über alle Phasen integrieren muss.
36144  Sei nun 
36145 \begin_inset Formula $S$
36146 \end_inset
36147
36148  unser normiertes Ausgangssignal und 
36149 \begin_inset Formula $P$
36150 \end_inset
36151
36152  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36153 \begin_inset ERT
36154 status collapsed
36155
36156 \begin_layout Plain Layout
36157
36158
36159 \backslash
36160 end{multicols}
36161 \end_layout
36162
36163 \end_inset
36164
36165
36166 \begin_inset VSpace -6mm
36167 \end_inset
36168
36169
36170 \begin_inset Formula \begin{equation}
36171 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
36172
36173 \end_inset
36174
36175
36176 \begin_inset ERT
36177 status collapsed
36178
36179 \begin_layout Plain Layout
36180
36181
36182 \backslash
36183 begin{multicols}{2}
36184 \end_layout
36185
36186 \end_inset
36187
36188 wobei 
36189 \begin_inset Formula $S_{0}$
36190 \end_inset
36191
36192  das Signal ohne Gradient ist und die Normierungsbedingung 
36193 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36194 \end_inset
36195
36196  gilt.
36197  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36198  Direkt nach dem 
36199 \begin_inset Formula $\nicefrac{\pi}{2}$
36200 \end_inset
36201
36202
36203 \begin_inset space \thinspace{}
36204 \end_inset
36205
36206 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36207  das Signal zusätzlich abschwächt.
36208  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36209  
36210 \begin_inset Formula $T_{2}$
36211 \end_inset
36212
36213 -Zeit.
36214 \end_layout
36215
36216 \begin_layout Standard
36217
36218 \lang german
36219 \begin_inset ERT
36220 status collapsed
36221
36222 \begin_layout Plain Layout
36223
36224
36225 \backslash
36226 end{multicols}
36227 \end_layout
36228
36229 \end_inset
36230
36231
36232 \end_layout
36233
36234 \begin_layout Subsection
36235 Ecuaciones con descripción de variables
36236 \begin_inset Index
36237 status collapsed
36238
36239 \begin_layout Plain Layout
36240 Ecuación ! con descripción de variables
36241 \end_layout
36242
36243 \end_inset
36244
36245
36246 \end_layout
36247
36248 \begin_layout Standard
36249 Para describir variables en una ecuación, como en la fórmula 
36250 \begin_inset CommandInset ref
36251 LatexCommand eqref
36252 reference "eq:within"
36253
36254 \end_inset
36255
36256 , se inserta una matriz 2×
36257 \begin_inset Formula $n$
36258 \end_inset
36259
36260  con columnas alineadas a la izquierda para las 
36261 \emph on
36262
36263 \begin_inset Formula $n$
36264 \end_inset
36265
36266
36267 \emph default
36268  variables usadas.
36269 \begin_inset Foot
36270 status collapsed
36271
36272 \begin_layout Plain Layout
36273 véase matrices en 
36274 \begin_inset CommandInset ref
36275 LatexCommand ref
36276 reference "sec:Matrices"
36277
36278 \end_inset
36279
36280
36281 \end_layout
36282
36283 \end_inset
36284
36285  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
36286  
36287 \series bold
36288
36289 \backslash
36290 footnotesize
36291 \series default
36292  antes de la matriz.
36293 \begin_inset Foot
36294 status collapsed
36295
36296 \begin_layout Plain Layout
36297 véase tamaños de fuentes en 
36298 \begin_inset CommandInset ref
36299 LatexCommand ref
36300 reference "sub:Tamaños-de-fuentes"
36301
36302 \end_inset
36303
36304 .
36305 \end_layout
36306
36307 \end_inset
36308
36309
36310 \end_layout
36311
36312 \begin_layout Standard
36313 Si se usa el estilo 
36314 \series bold
36315 Sangrado
36316 \series default
36317 ,
36318 \begin_inset Foot
36319 status collapsed
36320
36321 \begin_layout Plain Layout
36322 véase estilos de ecuación en 
36323 \begin_inset CommandInset ref
36324 LatexCommand ref
36325 reference "sec:Estilos-de-ecuación"
36326
36327 \end_inset
36328
36329
36330 \end_layout
36331
36332 \end_inset
36333
36334  se inserta un 
36335 \series bold
36336
36337 \backslash
36338 hfill
36339 \series default
36340
36341 \begin_inset Foot
36342 status collapsed
36343
36344 \begin_layout Plain Layout
36345
36346 \series bold
36347
36348 \backslash
36349 hfill
36350 \series default
36351  sólo funciona en ecuaciones en estilo 
36352 \series bold
36353 Sangrado
36354 \series default
36355 , véase 
36356 \begin_inset CommandInset ref
36357 LatexCommand ref
36358 reference "sub:Espacio-variable"
36359
36360 \end_inset
36361
36362
36363 \end_layout
36364
36365 \end_inset
36366
36367  delante y detrás de la matriz para que tenga la misma separación con la
36368  ecuación y con el margen.
36369 \end_layout
36370
36371 \begin_layout Standard
36372 Si se usa el estilo 
36373 \series bold
36374 Centrado
36375 \series default
36376  se emplea el método descrito en la 
36377 \begin_inset CommandInset ref
36378 LatexCommand ref
36379 reference "sub:Entorno-flalign"
36380
36381 \end_inset
36382
36383  para sangrar la ecuación.
36384  La ecuación 
36385 \begin_inset CommandInset ref
36386 LatexCommand eqref
36387 reference "eq:within"
36388
36389 \end_inset
36390
36391  consta de cinco columnas ya que las dos primeras contienen la fórmula,
36392  la tercera la matriz y la última una llave TeX vacía.
36393 \begin_inset Formula \begin{flalign}
36394 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
36395 \rho & \mbox{densidad}\\
36396 V & \mbox{volumen}\\
36397 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
36398
36399 \end_inset
36400
36401
36402 \end_layout
36403
36404 \begin_layout Subsection
36405 Letras griegas minúsculas en redonda
36406 \begin_inset CommandInset label
36407 LatexCommand label
36408 name "sub:Griegas-en-redonda"
36409
36410 \end_inset
36411
36412
36413 \begin_inset Index
36414 status collapsed
36415
36416 \begin_layout Plain Layout
36417 Letras griegas ! en redonda
36418 \end_layout
36419
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \begin_layout Standard
36426 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
36427  cursiva.
36428  Pero para símbolos de partículas elementales como piones y neutrinos hacen
36429  falta letras griegas en redonda.
36430  El archivo 
36431 \series bold
36432 upgreek.sty
36433 \series default
36434
36435 \begin_inset Foot
36436 status collapsed
36437
36438 \begin_layout Plain Layout
36439
36440 \series bold
36441 upgreek
36442 \series default
36443  forma parte del paquete LaTeX 
36444 \series bold
36445 was
36446 \series default
36447
36448 \begin_inset Index
36449 status collapsed
36450
36451 \begin_layout Plain Layout
36452 Paquetes ! was
36453 \begin_inset ERT
36454 status collapsed
36455
36456 \begin_layout Plain Layout
36457
36458
36459 \backslash
36460 vspace{4mm}
36461 \end_layout
36462
36463 \end_inset
36464
36465
36466 \end_layout
36467
36468 \end_inset
36469
36470 .
36471 \end_layout
36472
36473 \end_inset
36474
36475
36476 \begin_inset Index
36477 status collapsed
36478
36479 \begin_layout Plain Layout
36480 Paquetes ! upgreek
36481 \end_layout
36482
36483 \end_inset
36484
36485 , que se carga en el preámbulo LaTeX con la línea
36486 \end_layout
36487
36488 \begin_layout Standard
36489
36490 \series bold
36491
36492 \backslash
36493 usepackage{upgreek}
36494 \end_layout
36495
36496 \begin_layout Standard
36497 las suministra.
36498  
36499 \begin_inset ERT
36500 status collapsed
36501
36502 \begin_layout Plain Layout
36503
36504
36505 \backslash
36506 ifupgreek 
36507 \end_layout
36508
36509 \end_inset
36510
36511
36512 \begin_inset Note Note
36513 status open
36514
36515 \begin_layout Plain Layout
36516 Lo siguinente sólo se podrá ver si está instalado el paquete LaTeX 
36517 \series bold
36518 upgreek
36519 \series default
36520 :
36521 \end_layout
36522
36523 \end_inset
36524
36525  Se imprimen con el comando de la letra correspondiente precedido de 
36526 \series bold
36527 up
36528 \series default
36529 .
36530  Por ejemplo, el comando 
36531 \series bold
36532
36533 \backslash
36534 uptau
36535 \series default
36536  genera: 
36537 \begin_inset Formula $\uptau$
36538 \end_inset
36539
36540
36541 \end_layout
36542
36543 \begin_layout Standard
36544 Con estos comandos se pueden escribir reacciones entre partículas elementales:
36545 \begin_inset Formula \[
36546 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
36547
36548 \end_inset
36549
36550
36551 \end_layout
36552
36553 \begin_layout Standard
36554 Las letras en redonda son más remarcadas y más grandes que las correspondientes
36555  en cursiva.
36556  Por tanto no deberían emplearse para unidades como 
36557 \begin_inset Quotes fld
36558 \end_inset
36559
36560 µm
36561 \begin_inset Quotes frd
36562 \end_inset
36563
36564 .
36565 \end_layout
36566
36567 \begin_layout Standard
36568 \begin_inset ERT
36569 status collapsed
36570
36571 \begin_layout Plain Layout
36572
36573
36574 \backslash
36575 else 
36576 \end_layout
36577
36578 \end_inset
36579
36580
36581 \begin_inset Note Note
36582 status open
36583
36584 \begin_layout Plain Layout
36585 Lo siguiente se mostrará si el paquete LaTeX 
36586 \series bold
36587 upgreek
36588 \series default
36589  no está instalado:
36590 \end_layout
36591
36592 \end_inset
36593
36594
36595 \end_layout
36596
36597 \begin_layout Standard
36598 Debes instalar el paquete LaTeX 
36599 \series bold
36600 upgreek
36601 \series default
36602  para ver en la salida el resto de esta subsección.
36603  
36604 \end_layout
36605
36606 \begin_layout Standard
36607 \begin_inset ERT
36608 status collapsed
36609
36610 \begin_layout Plain Layout
36611
36612
36613 \backslash
36614 fi
36615 \end_layout
36616
36617 \end_inset
36618
36619
36620 \end_layout
36621
36622 \begin_layout Subsection
36623 Caracteres de texto en ecuaciones
36624 \begin_inset CommandInset label
36625 LatexCommand label
36626 name "sub:Caracteres-de-texto"
36627
36628 \end_inset
36629
36630
36631 \begin_inset Index
36632 status collapsed
36633
36634 \begin_layout Plain Layout
36635 Texto ! en ecuaciones
36636 \end_layout
36637
36638 \end_inset
36639
36640
36641 \end_layout
36642
36643 \begin_layout Standard
36644 En algunos casos podrías querer insertar caracteres de texto directamente
36645  en ecuaciones.
36646  Por ejemplo, cuando se usa con frecuencia el punto centrado 
36647 \begin_inset Formula $\cdot$
36648 \end_inset
36649
36650  en expresiones como 
36651 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
36652 \end_inset
36653
36654 , habría que insertar el comando 
36655 \series bold
36656
36657 \backslash
36658 cdot
36659 \series default
36660
36661 \begin_inset Foot
36662 status collapsed
36663
36664 \begin_layout Plain Layout
36665 véase 
36666 \begin_inset CommandInset ref
36667 LatexCommand ref
36668 reference "sub:Operadores-binarios"
36669
36670 \end_inset
36671
36672
36673 \end_layout
36674
36675 \end_inset
36676
36677  continuamente, porque este carácter está definido en todas las codificaciones
36678  como carácter de texto.
36679  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
36680 \end_layout
36681
36682 \begin_layout Standard
36683
36684 \series bold
36685
36686 \backslash
36687 Declare Inputtext{183}{
36688 \backslash
36689 ifmmode
36690 \backslash
36691 cdot
36692 \backslash
36693 else
36694 \backslash
36695 textperiodcentered
36696 \backslash
36697 f\SpecialChar \textcompwordmark{}
36698 i}
36699 \end_layout
36700
36701 \begin_layout Standard
36702 La codificación de caracteres (menú 
36703 \family sans
36704 Documento\SpecialChar \menuseparator
36705 Configuración\SpecialChar \menuseparator
36706 Idioma
36707 \family default
36708 ) especifica el carácter que se muestra al pulsar una tecla.
36709  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
36710  
36711 \series bold
36712
36713 \backslash
36714 textperiodcentered
36715 \series default
36716 .
36717  Pero este comando no está disponible en ecuaciones así que obtendrías errores
36718  de LaTeX.
36719  Con la codificación cambiada se escoge automáticamente el comando correcto,
36720  dependiendo de si el carácter se ha insertado en una ecuación o no.
36721 \end_layout
36722
36723 \begin_layout Standard
36724 La codificación de diversos caracteres se guarda en archivos de definición.
36725  Por ejemplo la codificación 
36726 \series bold
36727 latin9
36728 \series default
36729  se define en el archivo 
36730 \series bold
36731 latin9.def
36732 \series default
36733  que está en el directorio de LaTeX.
36734  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
36735  archivo de definición, de lo contrario nuestros documentos no podrían ser
36736  editados en otros ordenadores.
36737 \begin_inset VSpace medskip
36738 \end_inset
36739
36740
36741 \end_layout
36742
36743 \begin_layout Standard
36744 Además del punto centrado, en este documento se ha definido el símbolo grado
36745  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
36746  directamente en una fórmula:
36747 \end_layout
36748
36749 \begin_layout Standard
36750
36751 \series bold
36752
36753 \backslash
36754 DeclareInputtext{176}{
36755 \backslash
36756 ifmmode^
36757 \backslash
36758 circ
36759 \backslash
36760 else
36761 \backslash
36762 textdegree
36763 \backslash
36764 f\SpecialChar \textcompwordmark{}
36765 i}
36766 \begin_inset Newpage newpage
36767 \end_inset
36768
36769
36770 \end_layout
36771
36772 \begin_layout Section
36773 \start_of_appendix
36774 Notas sobre tipografía
36775 \begin_inset Index
36776 status collapsed
36777
36778 \begin_layout Plain Layout
36779 Tipografía, notas
36780 \end_layout
36781
36782 \end_inset
36783
36784
36785 \end_layout
36786
36787 \begin_layout Standard
36788 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36789 \begin_inset Foot
36790 status collapsed
36791
36792 \begin_layout Plain Layout
36793 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
36794  
36795 \begin_inset Quotes fld
36796 \end_inset
36797
36798 Duden
36799 \begin_inset Quotes frd
36800 \end_inset
36801
36802  
36803 \begin_inset CommandInset citation
36804 LatexCommand cite
36805 key "Duden"
36806
36807 \end_inset
36808
36809 , que incluye algunas de las normas ISO.
36810  
36811 \begin_inset Newline newline
36812 \end_inset
36813
36814 (
36815 \emph on
36816 N.
36817 \begin_inset space \thinspace{}
36818 \end_inset
36819
36820 del t.
36821 \emph default
36822 : Para documentación en español sobre el tema, véase 
36823 \begin_inset CommandInset citation
36824 LatexCommand cite
36825 key "Bezos"
36826
36827 \end_inset
36828
36829 .)
36830 \end_layout
36831
36832 \end_inset
36833
36834
36835 \end_layout
36836
36837 \begin_layout Itemize
36838 Las unidades físicas se escriben 
36839 \emph on
36840 siempre 
36841 \emph default
36842 en redonda
36843 \begin_inset Foot
36844 status collapsed
36845
36846 \begin_layout Plain Layout
36847 véase estilos de fuentes en 
36848 \begin_inset CommandInset ref
36849 LatexCommand ref
36850 reference "sub:Estilos-de-fuentes"
36851
36852 \end_inset
36853
36854
36855 \end_layout
36856
36857 \end_inset
36858
36859 , aunque aparezcan en un texto en cursiva: 30
36860 \begin_inset space \thinspace{}
36861 \end_inset
36862
36863 km/h
36864 \begin_inset Newline newline
36865 \end_inset
36866
36867 Entre el valor y la unidad hay un espacio delgado, véase 
36868 \begin_inset CommandInset ref
36869 LatexCommand ref
36870 reference "sub:Espacio-predefinido"
36871
36872 \end_inset
36873
36874 .
36875 \begin_inset Newline newline
36876 \end_inset
36877
36878 Esta norma la cumple automáticamente el comando 
36879 \series bold
36880
36881 \backslash
36882 unittwo
36883 \series default
36884 .
36885  Si se introduce en una fórmula aparecen dos cuadros.
36886  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
36887  como antes, 
36888 \begin_inset Formula $\unit[30]{km/h}$
36889 \end_inset
36890
36891
36892 \begin_inset space \thinspace{}
36893 \end_inset
36894
36895 .
36896  Ten en cuenta que 
36897 \series bold
36898
36899 \backslash
36900 unittwo
36901 \series default
36902  no es un auténtico comando LaTeX, sino el comando 
36903 \series bold
36904
36905 \backslash
36906 unit[value]{unit}
36907 \series default
36908 , por tanto no lo puedes usar en código TeX.
36909 \end_layout
36910
36911 \begin_layout Itemize
36912 Los signos por ciento y por mil se escriben como las unidades físicas:
36913 \begin_inset Newline newline
36914 \end_inset
36915
36916 1,2
36917 \begin_inset space \thinspace{}
36918 \end_inset
36919
36920 ‰ de alcohol en sangre.
36921 \end_layout
36922
36923 \begin_layout Itemize
36924 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36925  otra unidad: 15
36926 \begin_inset space \thinspace{}
36927 \end_inset
36928
36929 °C
36930 \end_layout
36931
36932 \begin_layout Itemize
36933 En números con más de cuatro dígitos se inserta un espacio delgado para
36934  separarlos en grupos de tres cifras: 18
36935 \begin_inset space \thinspace{}
36936 \end_inset
36937
36938 473
36939 \begin_inset space \thinspace{}
36940 \end_inset
36941
36942 588
36943 \end_layout
36944
36945 \begin_layout Itemize
36946 Para dimensiones como 120×90×40
36947 \begin_inset space \thinspace{}
36948 \end_inset
36949
36950 cm se usa el aspa de multiplicar 
36951 \begin_inset Quotes fld
36952 \end_inset
36953
36954 ×
36955 \begin_inset Quotes frd
36956 \end_inset
36957
36958 .
36959  Está disponible en el menú 
36960 \family sans
36961 Insertar\SpecialChar \menuseparator
36962 Carácter especial
36963 \family default
36964 \SpecialChar \menuseparator
36965
36966 \family sans
36967 Símbolos
36968 \family default
36969  o bien mediante el comando 
36970 \series bold
36971
36972 \backslash
36973 times
36974 \series default
36975 .
36976  Se puede insertar directamente con cierta combinación de teclas.
36977 \end_layout
36978
36979 \begin_layout Itemize
36980 Las funciones con nombres que constan de varias letras se escriben en redonda
36981  para evitar confusiones, véase 
36982 \begin_inset CommandInset ref
36983 LatexCommand ref
36984 reference "sub:Funciones-predefinidas"
36985
36986 \end_inset
36987
36988 .
36989 \end_layout
36990
36991 \begin_layout Itemize
36992 Los índices que constan de varias letras se escriben en redonda: 
36993 \begin_inset Formula $E_{\mathrm{cin}}$
36994 \end_inset
36995
36996
36997 \begin_inset Newline newline
36998 \end_inset
36999
37000 Los componentes de una matriz se escriben en cursiva: 
37001 \begin_inset Formula $\hat{H}_{kl}$
37002 \end_inset
37003
37004
37005 \end_layout
37006
37007 \begin_layout Itemize
37008 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37009  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37010 s con otras variables.
37011 \end_layout
37012
37013 \begin_layout Itemize
37014 El carácter que indica una transformación 
37015 \noun on
37016 Fourier
37017 \noun default
37018  se inserta con el comando 
37019 \series bold
37020
37021 \backslash
37022 mathscr
37023 \begin_inset ERT
37024 status collapsed
37025
37026 \begin_layout Plain Layout
37027
37028
37029 \backslash
37030 spce 
37031 \end_layout
37032
37033 \end_inset
37034
37035
37036 \backslash
37037 {F
37038 \series default
37039
37040 \begin_inset Index
37041 status collapsed
37042
37043 \begin_layout Plain Layout
37044 Comandos ! M ! 
37045 \backslash
37046 mathscr
37047 \end_layout
37048
37049 \end_inset
37050
37051  o mediante el menú
37052 \family sans
37053  Insertar\SpecialChar \menuseparator
37054 Carácter especial
37055 \family default
37056 \SpecialChar \menuseparator
37057
37058 \family sans
37059 Símbolos\SpecialChar \menuseparator
37060 Símbolos de letra
37061 \family default
37062
37063 \begin_inset Formula $\mathscr{F}$
37064 \end_inset
37065
37066
37067 \begin_inset Newline newline
37068 \end_inset
37069
37070 Para poder usar el comando 
37071 \series bold
37072
37073 \backslash
37074 mathscr
37075 \series default
37076 , hay que cargar el paquete LaTeX
37077 \series bold
37078  mathrsfs
37079 \series default
37080
37081 \begin_inset Index
37082 status collapsed
37083
37084 \begin_layout Plain Layout
37085 Paquetes ! mathrsfs
37086 \end_layout
37087
37088 \end_inset
37089
37090  en el preámbulo LaTeX mediante la línea 
37091 \series bold
37092
37093 \backslash
37094 usepackage{mathrsfs}
37095 \series default
37096 .
37097 \end_layout
37098
37099 \begin_layout Standard
37100 \begin_inset Newpage newpage
37101 \end_inset
37102
37103
37104 \end_layout
37105
37106 \begin_layout Section
37107 Sinónimos
37108 \begin_inset Index
37109 status collapsed
37110
37111 \begin_layout Plain Layout
37112 Sinónimos
37113 \end_layout
37114
37115 \end_inset
37116
37117
37118 \end_layout
37119
37120 \begin_layout Standard
37121 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37122  como los que se recogen en esta lista:
37123 \begin_inset Foot
37124 status collapsed
37125
37126 \begin_layout Plain Layout
37127 véase también 
37128 \begin_inset CommandInset ref
37129 LatexCommand ref
37130 reference "fn:sinónimos"
37131
37132 \end_inset
37133
37134 .
37135 \end_layout
37136
37137 \end_inset
37138
37139
37140 \end_layout
37141
37142 \begin_layout Standard
37143
37144 \end_layout
37145
37146 \begin_layout Standard
37147 \begin_inset VSpace bigskip
37148 \end_inset
37149
37150
37151 \begin_inset space \hfill{}
37152 \end_inset
37153
37154
37155 \begin_inset Tabular
37156 <lyxtabular version="3" rows="12" columns="2">
37157 <features>
37158 <column alignment="center" valignment="top" width="0pt">
37159 <column alignment="center" valignment="top" width="0pt">
37160 <row>
37161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165 Comando
37166 \end_layout
37167
37168 \end_inset
37169 </cell>
37170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37171 \begin_inset Text
37172
37173 \begin_layout Plain Layout
37174 equivalente a
37175 \begin_inset Note Note
37176 status collapsed
37177
37178 \begin_layout Plain Layout
37179
37180 \series bold
37181
37182 \backslash
37183 raisebox
37184 \series default
37185  se usa sólo como espaciador
37186 \end_layout
37187
37188 \end_inset
37189
37190
37191 \end_layout
37192
37193 \end_inset
37194 </cell>
37195 </row>
37196 <row>
37197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37198 \begin_inset Text
37199
37200 \begin_layout Plain Layout
37201
37202 \backslash
37203 ast
37204 \end_layout
37205
37206 \end_inset
37207 </cell>
37208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37209 \begin_inset Text
37210
37211 \begin_layout Plain Layout
37212 \begin_inset ERT
37213 status collapsed
37214
37215 \begin_layout Plain Layout
37216
37217
37218 \backslash
37219 raisebox{-1.2mm}{
37220 \end_layout
37221
37222 \end_inset
37223
37224 *
37225 \begin_inset ERT
37226 status collapsed
37227
37228 \begin_layout Plain Layout
37229
37230 }
37231 \end_layout
37232
37233 \end_inset
37234
37235
37236 \end_layout
37237
37238 \end_inset
37239 </cell>
37240 </row>
37241 <row>
37242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37243 \begin_inset Text
37244
37245 \begin_layout Plain Layout
37246
37247 \backslash
37248 choose
37249 \end_layout
37250
37251 \end_inset
37252 </cell>
37253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37254 \begin_inset Text
37255
37256 \begin_layout Plain Layout
37257
37258 \backslash
37259 binom
37260 \end_layout
37261
37262 \end_inset
37263 </cell>
37264 </row>
37265 <row>
37266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37267 \begin_inset Text
37268
37269 \begin_layout Plain Layout
37270
37271 \backslash
37272 geq
37273 \end_layout
37274
37275 \end_inset
37276 </cell>
37277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37278 \begin_inset Text
37279
37280 \begin_layout Plain Layout
37281
37282 \backslash
37283 ge
37284 \end_layout
37285
37286 \end_inset
37287 </cell>
37288 </row>
37289 <row>
37290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37291 \begin_inset Text
37292
37293 \begin_layout Plain Layout
37294
37295 \backslash
37296 lbrace
37297 \end_layout
37298
37299 \end_inset
37300 </cell>
37301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37302 \begin_inset Text
37303
37304 \begin_layout Plain Layout
37305 {
37306 \end_layout
37307
37308 \end_inset
37309 </cell>
37310 </row>
37311 <row>
37312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37313 \begin_inset Text
37314
37315 \begin_layout Plain Layout
37316
37317 \backslash
37318 lbracket
37319 \end_layout
37320
37321 \end_inset
37322 </cell>
37323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37324 \begin_inset Text
37325
37326 \begin_layout Plain Layout
37327 [
37328 \end_layout
37329
37330 \end_inset
37331 </cell>
37332 </row>
37333 <row>
37334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37335 \begin_inset Text
37336
37337 \begin_layout Plain Layout
37338
37339 \backslash
37340 leftarrow
37341 \end_layout
37342
37343 \end_inset
37344 </cell>
37345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37346 \begin_inset Text
37347
37348 \begin_layout Plain Layout
37349
37350 \backslash
37351 gets
37352 \end_layout
37353
37354 \end_inset
37355 </cell>
37356 </row>
37357 <row>
37358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37359 \begin_inset Text
37360
37361 \begin_layout Plain Layout
37362
37363 \backslash
37364 leq
37365 \end_layout
37366
37367 \end_inset
37368 </cell>
37369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37370 \begin_inset Text
37371
37372 \begin_layout Plain Layout
37373
37374 \backslash
37375 le
37376 \end_layout
37377
37378 \end_inset
37379 </cell>
37380 </row>
37381 <row>
37382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37383 \begin_inset Text
37384
37385 \begin_layout Plain Layout
37386
37387 \backslash
37388 lor
37389 \end_layout
37390
37391 \end_inset
37392 </cell>
37393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37394 \begin_inset Text
37395
37396 \begin_layout Plain Layout
37397
37398 \backslash
37399 vee
37400 \end_layout
37401
37402 \end_inset
37403 </cell>
37404 </row>
37405 <row>
37406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37407 \begin_inset Text
37408
37409 \begin_layout Plain Layout
37410
37411 \backslash
37412 neq
37413 \end_layout
37414
37415 \end_inset
37416 </cell>
37417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37418 \begin_inset Text
37419
37420 \begin_layout Plain Layout
37421
37422 \backslash
37423 not=
37424 \end_layout
37425
37426 \end_inset
37427 </cell>
37428 </row>
37429 <row>
37430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37431 \begin_inset Text
37432
37433 \begin_layout Plain Layout
37434
37435 \backslash
37436 slash
37437 \end_layout
37438
37439 \end_inset
37440 </cell>
37441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37442 \begin_inset Text
37443
37444 \begin_layout Plain Layout
37445 /
37446 \end_layout
37447
37448 \end_inset
37449 </cell>
37450 </row>
37451 <row>
37452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37453 \begin_inset Text
37454
37455 \begin_layout Plain Layout
37456
37457 \backslash
37458 vert
37459 \end_layout
37460
37461 \end_inset
37462 </cell>
37463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37464 \begin_inset Text
37465
37466 \begin_layout Plain Layout
37467 |
37468 \end_layout
37469
37470 \end_inset
37471 </cell>
37472 </row>
37473 </lyxtabular>
37474
37475 \end_inset
37476
37477
37478 \begin_inset space \hfill{}
37479 \end_inset
37480
37481
37482 \begin_inset Tabular
37483 <lyxtabular version="3" rows="12" columns="2">
37484 <features>
37485 <column alignment="center" valignment="top" width="0pt">
37486 <column alignment="center" valignment="top" width="0pt">
37487 <row>
37488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37489 \begin_inset Text
37490
37491 \begin_layout Plain Layout
37492 Comando
37493 \end_layout
37494
37495 \end_inset
37496 </cell>
37497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37498 \begin_inset Text
37499
37500 \begin_layout Plain Layout
37501 equivalente a
37502 \end_layout
37503
37504 \end_inset
37505 </cell>
37506 </row>
37507 <row>
37508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37509 \begin_inset Text
37510
37511 \begin_layout Plain Layout
37512
37513 \backslash
37514 backslash
37515 \end_layout
37516
37517 \end_inset
37518 </cell>
37519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37520 \begin_inset Text
37521
37522 \begin_layout Plain Layout
37523
37524 \backslash
37525
37526 \backslash
37527
37528 \end_layout
37529
37530 \end_inset
37531 </cell>
37532 </row>
37533 <row>
37534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37535 \begin_inset Text
37536
37537 \begin_layout Plain Layout
37538
37539 \backslash
37540 dasharrow
37541 \end_layout
37542
37543 \end_inset
37544 </cell>
37545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37546 \begin_inset Text
37547
37548 \begin_layout Plain Layout
37549
37550 \backslash
37551 dashrightarrow
37552 \end_layout
37553
37554 \end_inset
37555 </cell>
37556 </row>
37557 <row>
37558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37559 \begin_inset Text
37560
37561 \begin_layout Plain Layout
37562
37563 \backslash
37564 land
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37570 \begin_inset Text
37571
37572 \begin_layout Plain Layout
37573
37574 \backslash
37575 wedge
37576 \end_layout
37577
37578 \end_inset
37579 </cell>
37580 </row>
37581 <row>
37582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586
37587 \backslash
37588 rbrace
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597 }
37598 \end_layout
37599
37600 \end_inset
37601 </cell>
37602 </row>
37603 <row>
37604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37605 \begin_inset Text
37606
37607 \begin_layout Plain Layout
37608
37609 \backslash
37610 rbracket
37611 \end_layout
37612
37613 \end_inset
37614 </cell>
37615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37616 \begin_inset Text
37617
37618 \begin_layout Plain Layout
37619 ]
37620 \end_layout
37621
37622 \end_inset
37623 </cell>
37624 </row>
37625 <row>
37626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37627 \begin_inset Text
37628
37629 \begin_layout Plain Layout
37630
37631 \backslash
37632 rightarrow
37633 \end_layout
37634
37635 \end_inset
37636 </cell>
37637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37638 \begin_inset Text
37639
37640 \begin_layout Plain Layout
37641
37642 \backslash
37643 to
37644 \end_layout
37645
37646 \end_inset
37647 </cell>
37648 </row>
37649 <row>
37650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37651 \begin_inset Text
37652
37653 \begin_layout Plain Layout
37654
37655 \backslash
37656 lnot
37657 \end_layout
37658
37659 \end_inset
37660 </cell>
37661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37662 \begin_inset Text
37663
37664 \begin_layout Plain Layout
37665
37666 \backslash
37667 neg
37668 \end_layout
37669
37670 \end_inset
37671 </cell>
37672 </row>
37673 <row>
37674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37675 \begin_inset Text
37676
37677 \begin_layout Plain Layout
37678
37679 \backslash
37680 ne
37681 \end_layout
37682
37683 \end_inset
37684 </cell>
37685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37686 \begin_inset Text
37687
37688 \begin_layout Plain Layout
37689
37690 \backslash
37691 not=
37692 \end_layout
37693
37694 \end_inset
37695 </cell>
37696 </row>
37697 <row>
37698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37699 \begin_inset Text
37700
37701 \begin_layout Plain Layout
37702
37703 \backslash
37704 owns
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37710 \begin_inset Text
37711
37712 \begin_layout Plain Layout
37713
37714 \backslash
37715 ni
37716 \end_layout
37717
37718 \end_inset
37719 </cell>
37720 </row>
37721 <row>
37722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37723 \begin_inset Text
37724
37725 \begin_layout Plain Layout
37726
37727 \backslash
37728 square
37729 \end_layout
37730
37731 \end_inset
37732 </cell>
37733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37734 \begin_inset Text
37735
37736 \begin_layout Plain Layout
37737
37738 \backslash
37739 Box
37740 \end_layout
37741
37742 \end_inset
37743 </cell>
37744 </row>
37745 <row>
37746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37747 \begin_inset Text
37748
37749 \begin_layout Plain Layout
37750
37751 \backslash
37752 Vert
37753 \end_layout
37754
37755 \end_inset
37756 </cell>
37757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37758 \begin_inset Text
37759
37760 \begin_layout Plain Layout
37761
37762 \backslash
37763 |
37764 \end_layout
37765
37766 \end_inset
37767 </cell>
37768 </row>
37769 </lyxtabular>
37770
37771 \end_inset
37772
37773
37774 \begin_inset space \hfill{}
37775 \end_inset
37776
37777
37778 \end_layout
37779
37780 \begin_layout Standard
37781 \begin_inset Newpage newpage
37782 \end_inset
37783
37784
37785 \end_layout
37786
37787 \begin_layout Bibliography
37788 \begin_inset CommandInset bibitem
37789 LatexCommand bibitem
37790 key "TLC2"
37791
37792 \end_inset
37793
37794
37795 \shape smallcaps
37796 Mittelbach, F.
37797  ; Goossens, M.
37798 \shape default
37799
37800 \shape italic
37801 The LaTeX Companion
37802 \shape default
37803 .
37804  Addison Wesley, 2004
37805 \end_layout
37806
37807 \begin_layout Bibliography
37808 \begin_inset CommandInset bibitem
37809 LatexCommand bibitem
37810 key "Mathmode"
37811
37812 \end_inset
37813
37814
37815 \begin_inset CommandInset href
37816 LatexCommand href
37817 name "Descripción"
37818 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37819
37820 \end_inset
37821
37822  de habilidades matemáticas de LaTeX
37823 \end_layout
37824
37825 \begin_layout Bibliography
37826 \begin_inset CommandInset bibitem
37827 LatexCommand bibitem
37828 key "AMS"
37829
37830 \end_inset
37831
37832
37833 \begin_inset CommandInset href
37834 LatexCommand href
37835 name "Descripción"
37836 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37837
37838 \end_inset
37839
37840  de 
37841 \begin_inset ERT
37842 status collapsed
37843
37844 \begin_layout Plain Layout
37845
37846
37847 \backslash
37848 AmS
37849 \end_layout
37850
37851 \end_inset
37852
37853 -LaTeX
37854 \end_layout
37855
37856 \begin_layout Bibliography
37857 \begin_inset CommandInset bibitem
37858 LatexCommand bibitem
37859 key "Symbols"
37860
37861 \end_inset
37862
37863
37864 \begin_inset CommandInset href
37865 LatexCommand href
37866 name "Lista"
37867 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37868
37869 \end_inset
37870
37871  de todos los símbolos disponibles con paquetes LaTeX
37872 \end_layout
37873
37874 \begin_layout Bibliography
37875 \begin_inset CommandInset bibitem
37876 LatexCommand bibitem
37877 key "hyperref"
37878
37879 \end_inset
37880
37881
37882 \begin_inset CommandInset href
37883 LatexCommand href
37884 name "Documentación"
37885 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37886
37887 \end_inset
37888
37889  del paquete LaTeX 
37890 \series bold
37891 hyperref
37892 \series default
37893
37894 \begin_inset Index
37895 status collapsed
37896
37897 \begin_layout Plain Layout
37898 Paquetes ! hyperref
37899 \end_layout
37900
37901 \end_inset
37902
37903
37904 \end_layout
37905
37906 \begin_layout Bibliography
37907 \begin_inset CommandInset bibitem
37908 LatexCommand bibitem
37909 key "mhchem"
37910
37911 \end_inset
37912
37913
37914 \begin_inset CommandInset href
37915 LatexCommand href
37916 name "Documentación"
37917 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37918
37919 \end_inset
37920
37921  del paquete LaTeX 
37922 \series bold
37923 mhchem
37924 \series default
37925
37926 \begin_inset Index
37927 status collapsed
37928
37929 \begin_layout Plain Layout
37930 Paquetes ! mhchem
37931 \end_layout
37932
37933 \end_inset
37934
37935
37936 \end_layout
37937
37938 \begin_layout Bibliography
37939 \begin_inset CommandInset bibitem
37940 LatexCommand bibitem
37941 key "Mathclap"
37942
37943 \end_inset
37944
37945
37946 \begin_inset CommandInset href
37947 LatexCommand href
37948 name "Descripción"
37949 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37950
37951 \end_inset
37952
37953  del comando 
37954 \series bold
37955
37956 \backslash
37957 mathclap
37958 \series default
37959 , descrito en 
37960 \begin_inset CommandInset ref
37961 LatexCommand ref
37962 reference "sub:Límites-de-operadores"
37963
37964 \end_inset
37965
37966
37967 \begin_inset Index
37968 status collapsed
37969
37970 \begin_layout Plain Layout
37971 Comandos ! M ! 
37972 \backslash
37973 mathclap
37974 \end_layout
37975
37976 \end_inset
37977
37978
37979 \end_layout
37980
37981 \begin_layout Bibliography
37982 \begin_inset CommandInset bibitem
37983 LatexCommand bibitem
37984 key "Duden"
37985
37986 \end_inset
37987
37988
37989 \emph on
37990 Duden Band 1
37991 \emph default
37992 .
37993  22.
37994  Auflage, Duden 2001
37995 \end_layout
37996
37997 \begin_layout Bibliography
37998 \begin_inset CommandInset bibitem
37999 LatexCommand bibitem
38000 key "spanish"
38001
38002 \end_inset
38003
38004
38005 \begin_inset CommandInset href
38006 LatexCommand href
38007 name "Página web"
38008 target "http://www.tex-tipografia.com/spanish.html"
38009
38010 \end_inset
38011
38012  del estilo 
38013 \series bold
38014 spanish
38015 \family sans
38016 \series default
38017  
38018 \family default
38019 incluido en el paquete 
38020 \series bold
38021 babel
38022 \end_layout
38023
38024 \begin_layout Bibliography
38025 \begin_inset CommandInset bibitem
38026 LatexCommand bibitem
38027 key "Bezos"
38028
38029 \end_inset
38030
38031
38032 \begin_inset CommandInset href
38033 LatexCommand href
38034 name "Documento"
38035 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38036
38037 \end_inset
38038
38039  sobre ortotipografía y notaciones matemáticas en español
38040 \end_layout
38041
38042 \begin_layout Standard
38043
38044 \family sans
38045 \series bold
38046 \begin_inset CommandInset index_print
38047 LatexCommand printindex
38048
38049 \end_inset
38050
38051
38052 \end_layout
38053
38054 \end_body
38055 \end_document