]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
Math.lyx: document the new \hspace support in formulas
[features.git] / lib / doc / es / Math.lyx
1 #LyX 1.6.2svn 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 % center multirows (e.g. in sec. 13.3)
86 \renewcommand{\multirowsetup}{\centering}
87
88 % define a color, used in sec.9.3
89 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
90
91 % declare operators (see sec. 10.4 and sec. 15.2)
92 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
93 \DeclareMathOperator{\sgn}{sgn}
94
95 \newcommand{\spce}{\textvisiblespace}
96
97 % example definitions for sec. 20.1 
98 \newcommand{\gr}{\Longrightarrow}
99 \newcommand{\us}[1]{\underline{#1}}
100 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
101 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
102 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
103
104 % example macro from sec. 19.4
105 %\def\tagform@#1{\maketag@@@{|#1|}}
106
107 % macro from sec. 10.2
108 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
109 \def\mathclap {\mathpalette \mathclapinternal}
110 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
111
112 % redefine the greyed out note
113 \renewenvironment{lyxgreyedout}
114  {\textcolor{blue}\bgroup}{\egroup}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package eurosym
121 % used for the Euro symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % needed in sec. 22.4
129 % check for package braket
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % needed in sec. 22.10
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143 \end_preamble
144 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
145 \use_default_options false
146 \language spanish
147 \inputencoding auto
148 \font_roman default
149 \font_sans default
150 \font_typewriter default
151 \font_default_family default
152 \font_sc false
153 \font_osf false
154 \font_sf_scale 100
155 \font_tt_scale 100
156
157 \graphics default
158 \paperfontsize 12
159 \spacing single
160 \use_hyperref true
161 \pdf_title "Manual detallado de Matemáticas en LyX"
162 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
163 \pdf_subject "LyX-documentation about math"
164 \pdf_keywords "LyX, Mathed"
165 \pdf_bookmarks true
166 \pdf_bookmarksnumbered true
167 \pdf_bookmarksopen true
168 \pdf_bookmarksopenlevel 1
169 \pdf_breaklinks false
170 \pdf_pdfborder false
171 \pdf_colorlinks true
172 \pdf_backref false
173 \pdf_pdfusetitle false
174 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
175 \papersize a4paper
176 \use_geometry false
177 \use_amsmath 2
178 \use_esint 1
179 \cite_engine basic
180 \use_bibtopic false
181 \paperorientation portrait
182 \secnumdepth 4
183 \tocdepth 3
184 \paragraph_separation skip
185 \defskip medskip
186 \quotes_language french
187 \papercolumns 1
188 \papersides 2
189 \paperpagestyle plain
190 \bullet 1 0 6 -1
191 \bullet 2 2 35 -1
192 \bullet 3 2 7 -1
193 \tracking_changes false
194 \output_changes false
195 \author "" 
196 \author "" 
197 \end_header
198
199 \begin_body
200
201 \begin_layout Title
202 Manual detallado de
203 \begin_inset Newline newline
204 \end_inset
205
206 Matemáticas en LyX
207 \end_layout
208
209 \begin_layout Author
210 por el Equipo LyX
211 \begin_inset Foot
212 status collapsed
213
214 \begin_layout Plain Layout
215 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
216  lista de correo de documentación de LyX
217 \family typewriter
218
219 \begin_inset CommandInset href
220 LatexCommand href
221 name "lyx-docs@lists.lyx.org"
222 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
223
224 \end_inset
225
226
227 \end_layout
228
229 \end_inset
230
231
232 \begin_inset Note Note
233 status collapsed
234
235 \begin_layout Plain Layout
236 autor: Uwe Stöhr, traducción: Ignacio Garcia
237 \end_layout
238
239 \end_inset
240
241
242 \begin_inset Newline newline
243 \end_inset
244
245
246 \begin_inset Newline newline
247 \end_inset
248
249 Versión 1.6svn
250 \end_layout
251
252 \begin_layout Standard
253 \begin_inset CommandInset toc
254 LatexCommand tableofcontents
255
256 \end_inset
257
258
259 \end_layout
260
261 \begin_layout Standard
262 \begin_inset Note Note
263 status open
264
265 \begin_layout Plain Layout
266 Para exportar este documento a PDF, PS, o DVI deben estar instalados los
267  paquetes LaTeX 
268 \series bold
269 eurosym
270 \series default
271
272 \series bold
273 multirow
274 \series default
275  y 
276 \series bold
277 was
278 \series default
279 .
280  Si no están instalados también puedes exportar el documento pero las secciones
281  en que se requieren dichos paquetes no aparecerán en la salida.
282 \end_layout
283
284 \begin_layout Plain Layout
285 La última versión PDF de este documento está disponible en:
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \series bold
291 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
292 \end_layout
293
294 \end_inset
295
296
297 \begin_inset Newpage newpage
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Section
304 Introducción
305 \end_layout
306
307 \begin_layout Standard
308 Este documento explica las características matemáticas de LyX y además es
309  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
310  Las explicaciones están diseñadas para el uso de comandos.
311  Por consiguiente es preciso que hayas leído la sección 
312 \emph on
313 Ecuaciones matemáticas
314 \emph default
315  de la 
316 \emph on
317 Guía del usuario
318 \emph default
319 .
320 \end_layout
321
322 \begin_layout Standard
323 La mayoría de caracteres y muchas estructuras explicadas en este manual
324  también son accesibles mediante el menú 
325 \family sans
326 Insertar\SpecialChar \menuseparator
327 Ecuación
328 \family default
329  o la barra de herramientas
330 \family sans
331  Ecuaciones
332 \family default
333 .
334  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
335  mucho más rápido usar comandos que la barra de herramientas.
336  Por tanto este manual está enfocado al uso de comandos, aunque también
337  se mencionan los botones correspondientes de las barras de herramientas
338  cuando están disponibles.
339 \end_layout
340
341 \begin_layout Standard
342 Si no se especifica lo contrario los comandos sólo están disponibles dentro
343  de las fórmulas.
344  Para poder usar todos los comandos explicados en este documento, debe usarse
345  la opción 
346 \family sans
347 Usar el paquete de ecuaciones AMS
348 \family default
349  en la configuración del documento (menú 
350 \family sans
351 Documento\SpecialChar \menuseparator
352 Configuración\SpecialChar \menuseparator
353 Ecuaciones
354 \family default
355 )
356 \begin_inset Foot
357 status collapsed
358
359 \begin_layout Plain Layout
360 La opción 
361 \family sans
362 Usar el paquete de ecuaciones AMS automáticamente
363 \family default
364  sólo usa ecuaciones 
365 \begin_inset ERT
366 status collapsed
367
368 \begin_layout Plain Layout
369
370
371 \backslash
372 AmS 
373 \end_layout
374
375 \end_inset
376
377
378 \begin_inset space ~
379 \end_inset
380
381  si las estructuras matemáticas son soportadas por LyX.
382 \end_layout
383
384 \end_inset
385
386 .
387 \end_layout
388
389 \begin_layout Standard
390 Este documento no recoge todos los comandos de ecuaciones 
391 \begin_inset ERT
392 status collapsed
393
394 \begin_layout Plain Layout
395
396
397 \backslash
398 AmS 
399 \end_layout
400
401 \end_inset
402
403
404 \begin_inset Foot
405 status collapsed
406
407 \begin_layout Plain Layout
408 En el archivo 
409 \family sans
410
411 \begin_inset CommandInset href
412 LatexCommand href
413 name "amsguide.ps"
414 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
415
416 \end_inset
417
418
419 \family default
420 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
421  lista con todos los comandos de ecuaciones 
422 \begin_inset ERT
423 status collapsed
424
425 \begin_layout Plain Layout
426
427
428 \backslash
429 AmS 
430 \end_layout
431
432 \end_inset
433
434 .
435 \end_layout
436
437 \end_inset
438
439  por razones de claridad.
440 \end_layout
441
442 \begin_layout Section
443 Instrucciones generales
444 \end_layout
445
446 \begin_layout Standard
447 Para crear una ecuación en línea
448 \begin_inset Index
449 status collapsed
450
451 \begin_layout Plain Layout
452 Ecuación ! en línea
453 \end_layout
454
455 \end_inset
456
457 , insertada en una línea de texto, teclea 
458 \family sans
459 Ctrl-m
460 \family default
461  o pulsa el botón 
462 \begin_inset Graphics
463         filename ../../images/math-mode.png
464         scale 85
465
466 \end_inset
467
468  de la barra de herramientas.
469 \begin_inset Newline newline
470 \end_inset
471
472 Para crear una ecuación en estilo presentación
473 \begin_inset Index
474 status collapsed
475
476 \begin_layout Plain Layout
477 Ecuación ! presentada
478 \end_layout
479
480 \end_inset
481
482 , que se verá más grande y en su propio párrafo, teclea
483 \family sans
484  Ctrl-M
485 \family default
486 .
487 \end_layout
488
489 \begin_layout Standard
490 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
491  dentro de la ecuación y teclea 
492 \family sans
493 Ctrl-M
494 \family default
495  o usa el menú 
496 \family sans
497 Editar\SpecialChar \menuseparator
498 Ecuación\SpecialChar \menuseparator
499 Cambiar tipo de ecuación
500 \family default
501 .
502  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
503 \end_layout
504
505 \begin_layout Standard
506 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
507  presentada, escribe el comando 
508 \series bold
509
510 \backslash
511 displaystyle
512 \series default
513
514 \begin_inset Index
515 status collapsed
516
517 \begin_layout Plain Layout
518 Comandos ! D ! 
519 \backslash
520 displaystyle
521 \end_layout
522
523 \end_inset
524
525  en la ecuación y pulsa espacio.
526  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
527  de la ecuación.
528 \end_layout
529
530 \begin_layout Standard
531 En las tablas sólo se permiten ecuaciones en línea.
532 \end_layout
533
534 \begin_layout Standard
535 Las barras 
536 \family sans
537 Ecuaciones
538 \family default
539  y 
540 \family sans
541 Panel de ecuaciones 
542 \family default
543 se pueden visualizar mediante el menú 
544 \family sans
545 Ver\SpecialChar \menuseparator
546 Barras de herramientas
547 \family default
548 .
549  Si ahí pulsas en 
550 \begin_inset Quotes fld
551 \end_inset
552
553 Ecuaciones
554 \begin_inset Quotes frd
555 \end_inset
556
557  y/o en 
558 \begin_inset Quotes fld
559 \end_inset
560
561 Panel de ecuaciones
562 \begin_inset Quotes frd
563 \end_inset
564
565 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
566  estado se visualiza en el menú de las barras de herramientas con una marca.
567  Si en este estado pulsas de nuevo sobre 
568 \begin_inset Quotes fld
569 \end_inset
570
571 Ecuaciones
572 \begin_inset Quotes frd
573 \end_inset
574
575  y/o 
576 \begin_inset Quotes fld
577 \end_inset
578
579 Panel de ecuaciones
580 \begin_inset Quotes frd
581 \end_inset
582
583  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
584  de una ecuación; este estado se indica añadiendo a las entradas del menú
585  la palabra 
586 \begin_inset Quotes fld
587 \end_inset
588
589 (auto)
590 \begin_inset Quotes frd
591 \end_inset
592
593 .
594  
595 \end_layout
596
597 \begin_layout Standard
598 El modo TeX
599 \begin_inset Index
600 status collapsed
601
602 \begin_layout Plain Layout
603 T@TeX ! modo
604 \end_layout
605
606 \end_inset
607
608  se invoca pulsando el botón 
609 \begin_inset Graphics
610         filename ../../images/ert-insert.png
611         scale 85
612
613 \end_inset
614
615  de la barra de herramientas o con el menú 
616 \family sans
617 Insertar\SpecialChar \menuseparator
618 Código Te
619 \begin_inset ERT
620 status collapsed
621
622 \begin_layout Plain Layout
623
624 {}
625 \end_layout
626
627 \end_inset
628
629 X
630 \family default
631 , (atajo 
632 \family sans
633 Ctrl-l
634 \family default
635 ).
636 \begin_inset Note Note
637 status open
638
639 \begin_layout Plain Layout
640 En LyX hay tres 
641 \begin_inset Quotes fld
642 \end_inset
643
644 nombres propios
645 \begin_inset Quotes frd
646 \end_inset
647
648  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
649  LaTeX y LyX.
650 \end_layout
651
652 \begin_layout Plain Layout
653 Para evitar que estas palabras sean reconocidas como tales nombres propios,
654  se inserta un par de llaves TeX.
655  
656 \end_layout
657
658 \end_inset
659
660
661 \end_layout
662
663 \begin_layout Standard
664 Para cambiar el preámbulo LaTeX
665 \begin_inset Index
666 status collapsed
667
668 \begin_layout Plain Layout
669 LaTeX preámbulo
670 \end_layout
671
672 \end_inset
673
674 , usa el menú 
675 \family sans
676 Documento\SpecialChar \menuseparator
677 Configuración\SpecialChar \menuseparator
678 Preámbulo LaT
679 \begin_inset ERT
680 status collapsed
681
682 \begin_layout Plain Layout
683
684 {}
685 \end_layout
686
687 \end_inset
688
689 eX
690 \family default
691 .
692 \end_layout
693
694 \begin_layout Standard
695 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
696  multilínea, se pueden usar los menús 
697 \family sans
698 Editar\SpecialChar \menuseparator
699 Ecuación
700 \family default
701  y 
702 \family sans
703 Editar\SpecialChar \menuseparator
704 Filas y columnas
705 \family default
706  o la barra de herramientas de 
707 \family sans
708 Tabla
709 \family default
710 .
711  Cuando las líneas y columnas se intercambian mediante el menú, la columna
712  o línea en la que está se cambia con la columna de la derecha o con la
713  línea de abajo, respectivamente.
714  Si el cursor está en la última columna o fila, el cambio se hace con la
715  columna de la izquierda o la línea de arriba.
716 \end_layout
717
718 \begin_layout Standard
719 Para escribir texto en fórmulas se usa 
720 \emph on
721 texto de ecuaciones
722 \emph default
723
724 \begin_inset Index
725 status collapsed
726
727 \begin_layout Plain Layout
728 Texto ! en ecuaciones
729 \end_layout
730
731 \end_inset
732
733 .
734 \begin_inset Foot
735 status collapsed
736
737 \begin_layout Plain Layout
738 Para ecuaciones multilínea se usa el comando 
739 \series bold
740
741 \backslash
742 intertext
743 \series default
744 , véase
745 \begin_inset space ~
746 \end_inset
747
748
749 \begin_inset CommandInset ref
750 LatexCommand ref
751 reference "sub:Texto-en-multilínea"
752
753 \end_inset
754
755 .
756 \end_layout
757
758 \end_inset
759
760  Este modo se invoca con el atajo 
761 \family sans
762 Alt-m
763 \begin_inset space ~
764 \end_inset
765
766 m
767 \family default
768  o insertando el comando 
769 \series bold
770
771 \backslash
772 text
773 \series default
774
775 \begin_inset Index
776 status collapsed
777
778 \begin_layout Plain Layout
779 Comandos ! T ! 
780 \backslash
781 text
782 \end_layout
783
784 \end_inset
785
786 .
787  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
788  partes de la ecuación que se ven en azul.
789  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
790 a de otras partes de la fórmula.
791 \end_layout
792
793 \begin_layout Subsection*
794 Esquema de comandos
795 \end_layout
796
797 \begin_layout Standard
798 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
799  siguiente esquema:
800 \end_layout
801
802 \begin_layout Standard
803
804 \series bold
805
806 \backslash
807 nombre_del_comando[argumento opcional]{argumento requerido}
808 \end_layout
809
810 \begin_layout Standard
811 Un comando empieza siempre por una barra inversa, 
812 \series bold
813
814 \backslash
815
816 \series default
817 .
818  Para omitir argumentos opcionales, quita también los corchetes asociados.
819  En este documento, las llaves que encierran los argumentos requeridos se
820  denominan llaves TeX
821 \begin_inset Index
822 status collapsed
823
824 \begin_layout Plain Layout
825 T@TeX ! llaves
826 \end_layout
827
828 \end_inset
829
830 .
831  Si en una ecuación añades una llave de apertura al nombre de un comando,
832  LyX crea automáticamente una llave TeX.
833  En todos los demás casos las llaves TeX se crean en las ecuaciones con
834  el comando 
835 \series bold
836
837 \backslash
838 {
839 \series default
840 .
841  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
842  que se muestran en azul.
843  En modo TeX no hace falta comando para poner llaves TeX.
844  Las llaves TeX no aparecen en la salida.
845 \end_layout
846
847 \begin_layout Standard
848 En el caso de comandos sin argumentos, como los comandos para símbolos que
849  se introducen en modo TeX, 
850 \emph on
851 siempre
852 \emph default
853  debe teclearse un espacio tras el comando para finalizarlo.
854  Este espacio no aparece en la salida.
855  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
856  de un espacio protegido en texto normal.
857 \end_layout
858
859 \begin_layout Standard
860 Un espacio protegido se inserta con 
861 \family sans
862 Ctrl-espacio
863 \family default
864 .
865 \begin_inset Newpage newpage
866 \end_inset
867
868
869 \end_layout
870
871 \begin_layout Subsection*
872 Explicación de la sintaxis
873 \end_layout
874
875 \begin_layout Itemize
876 El símbolo 
877 \begin_inset ERT
878 status collapsed
879
880 \begin_layout Plain Layout
881
882
883 \backslash
884 spce 
885 \end_layout
886
887 \end_inset
888
889
890 \begin_inset Foot
891 status collapsed
892
893 \begin_layout Plain Layout
894 Este carácter, espacio visible, se puede componer con el comando 
895 \series bold
896
897 \backslash
898 textvisiblespace
899 \series default
900
901 \begin_inset Index
902 status collapsed
903
904 \begin_layout Plain Layout
905 Comandos ! T ! 
906 \backslash
907 textvisiblespace
908 \end_layout
909
910 \end_inset
911
912  insertado en código TeX.
913 \end_layout
914
915 \end_inset
916
917  indica que hay que teclear un espacio.
918 \end_layout
919
920 \begin_layout Itemize
921 Una flecha como 
922 \begin_inset Formula $\rightarrow$
923 \end_inset
924
925  indica el uso de la correspondiente tecla de flecha.
926  
927 \end_layout
928
929 \begin_layout Subsection*
930 Unidades disponibles
931 \end_layout
932
933 \begin_layout Standard
934 \align center
935 \begin_inset Float table
936 placement H
937 wide false
938 sideways false
939 status open
940
941 \begin_layout Plain Layout
942 \align center
943 \begin_inset Caption
944
945 \begin_layout Plain Layout
946 \begin_inset CommandInset label
947 LatexCommand label
948 name "tab:Unidades-disponibles"
949
950 \end_inset
951
952 Unidades disponibles
953 \end_layout
954
955 \end_inset
956
957
958 \end_layout
959
960 \begin_layout Plain Layout
961 \align center
962 \begin_inset Tabular
963 <lyxtabular version="3" rows="13" columns="2">
964 <features>
965 <column alignment="center" valignment="top" width="0">
966 <column alignment="center" valignment="top" width="0">
967 <row>
968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
969 \begin_inset Text
970
971 \begin_layout Plain Layout
972 Unidad
973 \end_layout
974
975 \end_inset
976 </cell>
977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
978 \begin_inset Text
979
980 \begin_layout Plain Layout
981 Nombre / Descripción
982 \end_layout
983
984 \end_inset
985 </cell>
986 </row>
987 <row>
988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
989 \begin_inset Text
990
991 \begin_layout Plain Layout
992 mm
993 \end_layout
994
995 \end_inset
996 </cell>
997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
998 \begin_inset Text
999
1000 \begin_layout Plain Layout
1001 Milímetro
1002 \end_layout
1003
1004 \end_inset
1005 </cell>
1006 </row>
1007 <row>
1008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1009 \begin_inset Text
1010
1011 \begin_layout Plain Layout
1012 cm
1013 \end_layout
1014
1015 \end_inset
1016 </cell>
1017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1018 \begin_inset Text
1019
1020 \begin_layout Plain Layout
1021 Centímetro
1022 \end_layout
1023
1024 \end_inset
1025 </cell>
1026 </row>
1027 <row>
1028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1029 \begin_inset Text
1030
1031 \begin_layout Plain Layout
1032 in
1033 \end_layout
1034
1035 \end_inset
1036 </cell>
1037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1038 \begin_inset Text
1039
1040 \begin_layout Plain Layout
1041 Pulgada (1
1042 \begin_inset space \thinspace{}
1043 \end_inset
1044
1045 in = 2,54
1046 \begin_inset space \thinspace{}
1047 \end_inset
1048
1049 cm)
1050 \end_layout
1051
1052 \end_inset
1053 </cell>
1054 </row>
1055 <row>
1056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 pt
1061 \end_layout
1062
1063 \end_inset
1064 </cell>
1065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 Punto (72.27
1070 \begin_inset space \thinspace{}
1071 \end_inset
1072
1073 pt = 1
1074 \begin_inset space \thinspace{}
1075 \end_inset
1076
1077 in)
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 </row>
1083 <row>
1084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1085 \begin_inset Text
1086
1087 \begin_layout Plain Layout
1088 pc
1089 \end_layout
1090
1091 \end_inset
1092 </cell>
1093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1094 \begin_inset Text
1095
1096 \begin_layout Plain Layout
1097 Pica (1
1098 \begin_inset space \thinspace{}
1099 \end_inset
1100
1101 pc = 12
1102 \begin_inset space \thinspace{}
1103 \end_inset
1104
1105 pt)
1106 \end_layout
1107
1108 \end_inset
1109 </cell>
1110 </row>
1111 <row>
1112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1113 \begin_inset Text
1114
1115 \begin_layout Plain Layout
1116 sp
1117 \end_layout
1118
1119 \end_inset
1120 </cell>
1121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1122 \begin_inset Text
1123
1124 \begin_layout Plain Layout
1125 Punto escalado (65536
1126 \begin_inset space \thinspace{}
1127 \end_inset
1128
1129 sp = 1
1130 \begin_inset space \thinspace{}
1131 \end_inset
1132
1133 pt)
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 </row>
1139 <row>
1140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1141 \begin_inset Text
1142
1143 \begin_layout Plain Layout
1144 bp
1145 \end_layout
1146
1147 \end_inset
1148 </cell>
1149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1150 \begin_inset Text
1151
1152 \begin_layout Plain Layout
1153 Punto grande (72
1154 \begin_inset space \thinspace{}
1155 \end_inset
1156
1157 bp = 1
1158 \begin_inset space \thinspace{}
1159 \end_inset
1160
1161 in)
1162 \end_layout
1163
1164 \end_inset
1165 </cell>
1166 </row>
1167 <row>
1168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1169 \begin_inset Text
1170
1171 \begin_layout Plain Layout
1172 dd
1173 \end_layout
1174
1175 \end_inset
1176 </cell>
1177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1178 \begin_inset Text
1179
1180 \begin_layout Plain Layout
1181 Didot (1
1182 \begin_inset space \thinspace{}
1183 \end_inset
1184
1185 dd 
1186 \begin_inset Formula $\approx$
1187 \end_inset
1188
1189  0.376
1190 \begin_inset space \thinspace{}
1191 \end_inset
1192
1193 mm)
1194 \end_layout
1195
1196 \end_inset
1197 </cell>
1198 </row>
1199 <row>
1200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1201 \begin_inset Text
1202
1203 \begin_layout Plain Layout
1204 cc
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1210 \begin_inset Text
1211
1212 \begin_layout Plain Layout
1213 Cicero (1
1214 \begin_inset space \thinspace{}
1215 \end_inset
1216
1217 cc = 12
1218 \begin_inset space \thinspace{}
1219 \end_inset
1220
1221 dd)
1222 \end_layout
1223
1224 \end_inset
1225 </cell>
1226 </row>
1227 <row>
1228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1229 \begin_inset Text
1230
1231 \begin_layout Plain Layout
1232 ex
1233 \end_layout
1234
1235 \end_inset
1236 </cell>
1237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1238 \begin_inset Text
1239
1240 \begin_layout Plain Layout
1241 Altura de la letra 
1242 \begin_inset Quotes fld
1243 \end_inset
1244
1245
1246 \emph on
1247 x
1248 \emph default
1249
1250 \begin_inset Quotes frd
1251 \end_inset
1252
1253  en la fuente actual
1254 \end_layout
1255
1256 \end_inset
1257 </cell>
1258 </row>
1259 <row>
1260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Plain Layout
1264 em
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Plain Layout
1273 Anchura de la letra 
1274 \begin_inset Quotes fld
1275 \end_inset
1276
1277
1278 \emph on
1279 M
1280 \emph default
1281
1282 \begin_inset Quotes frd
1283 \end_inset
1284
1285  en la fuente actual
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 </row>
1291 <row>
1292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 mu
1297 \end_layout
1298
1299 \end_inset
1300 </cell>
1301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1302 \begin_inset Text
1303
1304 \begin_layout Plain Layout
1305 Unidad matemática (1
1306 \begin_inset space \thinspace{}
1307 \end_inset
1308
1309 mu = 
1310 \begin_inset Formula $\nicefrac{1}{18}$
1311 \end_inset
1312
1313
1314 \begin_inset space \thinspace{}
1315 \end_inset
1316
1317 em)
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 </row>
1323 </lyxtabular>
1324
1325 \end_inset
1326
1327
1328 \end_layout
1329
1330 \end_inset
1331
1332
1333 \end_layout
1334
1335 \begin_layout Standard
1336 \align center
1337 \begin_inset Newpage newpage
1338 \end_inset
1339
1340
1341 \end_layout
1342
1343 \begin_layout Section
1344 Funciones básicas
1345 \end_layout
1346
1347 \begin_layout Subsection
1348 Exponentes
1349 \begin_inset Index
1350 status collapsed
1351
1352 \begin_layout Plain Layout
1353 Exponentes
1354 \end_layout
1355
1356 \end_inset
1357
1358  e índices
1359 \begin_inset Index
1360 status collapsed
1361
1362 \begin_layout Plain Layout
1363 Indices@Índices
1364 \end_layout
1365
1366 \end_inset
1367
1368
1369 \begin_inset Index
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373 Superíndices|see
1374 \begin_inset ERT
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378
1379 {
1380 \end_layout
1381
1382 \end_inset
1383
1384 Exponentes
1385 \begin_inset ERT
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389
1390 }
1391 \end_layout
1392
1393 \end_inset
1394
1395
1396 \end_layout
1397
1398 \end_inset
1399
1400
1401 \begin_inset Index
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405 Subíndices|see
1406 \begin_inset ERT
1407 status collapsed
1408
1409 \begin_layout Plain Layout
1410
1411 {
1412 \end_layout
1413
1414 \end_inset
1415
1416 Índices
1417 \begin_inset ERT
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421
1422 }
1423 \end_layout
1424
1425 \end_inset
1426
1427
1428 \end_layout
1429
1430 \end_inset
1431
1432
1433 \end_layout
1434
1435 \begin_layout Standard
1436 Los índices se componen con un guión bajo 
1437 \begin_inset Quotes fld
1438 \end_inset
1439
1440 _
1441 \begin_inset Quotes frd
1442 \end_inset
1443
1444  o con el botón de la barra de herramientas de ecuaciones 
1445 \begin_inset Graphics
1446         filename ../../images/math-subscript.png
1447         scale 85
1448
1449 \end_inset
1450
1451 , los exponentes con un circunflejo 
1452 \begin_inset Quotes fld
1453 \end_inset
1454
1455 ^
1456 \begin_inset Quotes frd
1457 \end_inset
1458
1459  o con el botón de la barra de herramientas de ecuaciones 
1460 \begin_inset Graphics
1461         filename ../../images/math-superscript.png
1462         scale 85
1463
1464 \end_inset
1465
1466 .
1467 \end_layout
1468
1469 \begin_layout Standard
1470 \noindent
1471 \align center
1472 \begin_inset Tabular
1473 <lyxtabular version="3" rows="4" columns="2">
1474 <features>
1475 <column alignment="center" valignment="top" width="0">
1476 <column alignment="center" valignment="top" width="0">
1477 <row>
1478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1479 \begin_inset Text
1480
1481 \begin_layout Plain Layout
1482 Comando
1483 \end_layout
1484
1485 \end_inset
1486 </cell>
1487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1488 \begin_inset Text
1489
1490 \begin_layout Plain Layout
1491 Resultado
1492 \begin_inset Note Note
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496
1497 \series bold
1498
1499 \backslash
1500 raisebox
1501 \series default
1502  sólo se usa como espaciador.
1503 \end_layout
1504
1505 \end_inset
1506
1507
1508 \end_layout
1509
1510 \end_inset
1511 </cell>
1512 </row>
1513 <row>
1514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518 B_V
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1524 \begin_inset Text
1525
1526 \begin_layout Plain Layout
1527 \begin_inset Formula $B_{V}$
1528 \end_inset
1529
1530
1531 \end_layout
1532
1533 \end_inset
1534 </cell>
1535 </row>
1536 <row>
1537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541 B^V
1542 \end_layout
1543
1544 \end_inset
1545 </cell>
1546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1547 \begin_inset Text
1548
1549 \begin_layout Plain Layout
1550 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1551 \end_inset
1552
1553
1554 \end_layout
1555
1556 \end_inset
1557 </cell>
1558 </row>
1559 <row>
1560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1561 \begin_inset Text
1562
1563 \begin_layout Plain Layout
1564 B^
1565 \begin_inset ERT
1566 status collapsed
1567
1568 \begin_layout Plain Layout
1569
1570
1571 \backslash
1572 spce 
1573 \end_layout
1574
1575 \end_inset
1576
1577 A
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Plain Layout
1586 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1587 \end_inset
1588
1589
1590 \end_layout
1591
1592 \end_inset
1593 </cell>
1594 </row>
1595 </lyxtabular>
1596
1597 \end_inset
1598
1599
1600 \end_layout
1601
1602 \begin_layout Standard
1603 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1604  caso acentuará las vocales y no funcionará como exponente.
1605 \begin_inset Foot
1606 status collapsed
1607
1608 \begin_layout Plain Layout
1609 Dependiendo de la configuración del teclado esto puede suceder también con
1610  otros caracteres además de las vocales.
1611 \end_layout
1612
1613 \end_inset
1614
1615  Para conseguir exponentes en estos casos debes pulsar 
1616 \family sans
1617 Espacio
1618 \family default
1619  tras el circunflejo, como en el último ejemplo.
1620  
1621 \end_layout
1622
1623 \begin_layout Subsection
1624 Fracciones
1625 \begin_inset CommandInset label
1626 LatexCommand label
1627 name "sub:Fracciones"
1628
1629 \end_inset
1630
1631
1632 \begin_inset Index
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636 Fracciones
1637 \end_layout
1638
1639 \end_inset
1640
1641
1642 \end_layout
1643
1644 \begin_layout Standard
1645 Las fracciones se generan con el comando 
1646 \series bold
1647
1648 \backslash
1649 frac
1650 \series default
1651
1652 \begin_inset Index
1653 status collapsed
1654
1655 \begin_layout Plain Layout
1656 Comandos ! F ! 
1657 \backslash
1658 frac
1659 \end_layout
1660
1661 \end_inset
1662
1663  o con el botón 
1664 \begin_inset Graphics
1665         filename ../../images/math/frac.png
1666         scale 50
1667
1668 \end_inset
1669
1670  de la barra de herramientas.
1671  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1672  está en línea o en estilo presentación.
1673  Con el botón 
1674 \begin_inset Graphics
1675         filename ../../images/math/frac-square.png
1676         scale 85
1677
1678 \end_inset
1679
1680 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1681  de fracciones.
1682 \end_layout
1683
1684 \begin_layout Standard
1685 Con el comando 
1686 \series bold
1687
1688 \backslash
1689 dfrac
1690 \series default
1691
1692 \begin_inset Index
1693 status collapsed
1694
1695 \begin_layout Plain Layout
1696 Comandos ! D ! 
1697 \backslash
1698 dfrac
1699 \end_layout
1700
1701 \end_inset
1702
1703  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1704  presentación.
1705  Con 
1706 \series bold
1707
1708 \backslash
1709 tfrac
1710 \series default
1711
1712 \begin_inset Index
1713 status collapsed
1714
1715 \begin_layout Plain Layout
1716 Comandos ! T ! 
1717 \backslash
1718 tfrac
1719 \end_layout
1720
1721 \end_inset
1722
1723  la fracción tiene siempre el tamaño del estilo en línea.
1724  Un ejemplo:
1725 \end_layout
1726
1727 \begin_layout Standard
1728 Una línea con la fracción 
1729 \begin_inset Formula $\frac{1}{2}$
1730 \end_inset
1731
1732  creada con el comando 
1733 \series bold
1734
1735 \backslash
1736 frac
1737 \series default
1738 .
1739  
1740 \end_layout
1741
1742 \begin_layout Standard
1743 Una línea con la fracción 
1744 \begin_inset Formula $\dfrac{1}{2}$
1745 \end_inset
1746
1747  creada con el comando 
1748 \series bold
1749
1750 \backslash
1751 dfrac
1752 \series default
1753 .
1754 \end_layout
1755
1756 \begin_layout Standard
1757 \noindent
1758 \align center
1759 \begin_inset Tabular
1760 <lyxtabular version="3" rows="4" columns="2">
1761 <features>
1762 <column alignment="center" valignment="top" width="0">
1763 <column alignment="center" valignment="top" width="0">
1764 <row>
1765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769 Comando
1770 \end_layout
1771
1772 \end_inset
1773 </cell>
1774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778 Resultado
1779 \begin_inset Note Note
1780 status collapsed
1781
1782 \begin_layout Plain Layout
1783
1784 \series bold
1785
1786 \backslash
1787 raisebox
1788 \series default
1789  se usa sólo como espaciador
1790 \end_layout
1791
1792 \end_inset
1793
1794
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 </row>
1800 <row>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \backslash
1807 frac
1808 \begin_inset ERT
1809 status collapsed
1810
1811 \begin_layout Plain Layout
1812
1813
1814 \backslash
1815 spce 
1816 \end_layout
1817
1818 \end_inset
1819
1820 A
1821 \begin_inset Formula $\downarrow$
1822 \end_inset
1823
1824 B
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1834 \end_inset
1835
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 </row>
1842 <row>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847
1848 \backslash
1849 dfrac
1850 \begin_inset ERT
1851 status collapsed
1852
1853 \begin_layout Plain Layout
1854
1855
1856 \backslash
1857 spce 
1858 \end_layout
1859
1860 \end_inset
1861
1862 A
1863 \begin_inset Formula $\downarrow$
1864 \end_inset
1865
1866 B
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Plain Layout
1875 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1876 \end_inset
1877
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 </row>
1884 <row>
1885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \backslash
1891 dfrac
1892 \begin_inset ERT
1893 status collapsed
1894
1895 \begin_layout Plain Layout
1896
1897
1898 \backslash
1899 spce 
1900 \end_layout
1901
1902 \end_inset
1903
1904 e^
1905 \begin_inset ERT
1906 status collapsed
1907
1908 \begin_layout Plain Layout
1909
1910
1911 \backslash
1912 spce 
1913 \end_layout
1914
1915 \end_inset
1916
1917
1918 \backslash
1919 frac
1920 \begin_inset ERT
1921 status collapsed
1922
1923 \begin_layout Plain Layout
1924
1925
1926 \backslash
1927 spce 
1928 \end_layout
1929
1930 \end_inset
1931
1932 1
1933 \begin_inset Formula $\downarrow$
1934 \end_inset
1935
1936 2
1937 \begin_inset Formula $\downarrow$
1938 \end_inset
1939
1940 3
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1950 \end_inset
1951
1952
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 </row>
1958 </lyxtabular>
1959
1960 \end_inset
1961
1962
1963 \begin_inset VSpace bigskip
1964 \end_inset
1965
1966
1967 \end_layout
1968
1969 \begin_layout Standard
1970 Para fracciones anidadas se puede usar el comando 
1971 \series bold
1972
1973 \backslash
1974 cfrac
1975 \series default
1976
1977 \begin_inset Index
1978 status collapsed
1979
1980 \begin_layout Plain Layout
1981 Comandos ! C ! 
1982 \backslash
1983 cfrac
1984 \end_layout
1985
1986 \end_inset
1987
1988 .
1989  Un ejemplo:
1990 \begin_inset VSpace -3mm
1991 \end_inset
1992
1993
1994 \end_layout
1995
1996 \begin_layout Standard
1997 \begin_inset Formula \begin{align*}
1998 \textrm{creada con \textbf{\textbackslash frac} } &  & \textrm{creada con }\mathbf{\textbackslash\textbf{cfrac}}\\
1999 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2000
2001 \end_inset
2002
2003
2004 \end_layout
2005
2006 \begin_layout Standard
2007 El comando para el ejemplo de arriba es:
2008 \end_layout
2009
2010 \begin_layout Standard
2011
2012 \series bold
2013
2014 \backslash
2015 cfrac{A
2016 \begin_inset Formula $\to$
2017 \end_inset
2018
2019
2020 \backslash
2021 {B+
2022 \backslash
2023 cfrac{C+
2024 \backslash
2025 cfrac{E
2026 \begin_inset Formula $\to$
2027 \end_inset
2028
2029
2030 \backslash
2031 {F
2032 \begin_inset Formula $\to\to$
2033 \end_inset
2034
2035
2036 \backslash
2037 {D
2038 \end_layout
2039
2040 \begin_layout Standard
2041 \begin_inset VSpace medskip
2042 \end_inset
2043
2044
2045 \end_layout
2046
2047 \begin_layout Standard
2048
2049 \series bold
2050
2051 \backslash
2052 cfrac
2053 \series default
2054  compone la fracción siempre en el tamaño del estilo presentación, también
2055  cuando es parte de otra fracción.
2056  
2057 \series bold
2058
2059 \backslash
2060 cfrac
2061 \series default
2062  tiene el siguiente esquema de comando:
2063 \end_layout
2064
2065 \begin_layout Standard
2066
2067 \series bold
2068
2069 \backslash
2070 cfrac[posición del numerador]{numerador}{denominador}
2071 \end_layout
2072
2073 \begin_layout Standard
2074 La posición del numerador puede ser 
2075 \emph on
2076 l
2077 \emph default
2078
2079 \emph on
2080 c
2081 \emph default
2082  o 
2083 \emph on
2084 r
2085 \emph default
2086  .
2087  
2088 \emph on
2089 l
2090 \emph default
2091  o 
2092 \emph on
2093 r
2094 \emph default
2095  alinean el numerador a la izquierda o a la derecha, respectivamente, de
2096  la raya de fracción.
2097  Si se pone 
2098 \emph on
2099 c
2100 \emph default
2101  o no se especifica posición, el numerador aparece centrado.
2102  Estas fracciones muestran las distintas alineaciones:
2103 \end_layout
2104
2105 \begin_layout Standard
2106 \noindent
2107 \align center
2108 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2109 \end_inset
2110
2111  ; 
2112 \begin_inset Formula $\cfrac{A}{B+C}$
2113 \end_inset
2114
2115  ; 
2116 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2117 \end_inset
2118
2119  
2120 \begin_inset VSpace medskip
2121 \end_inset
2122
2123
2124 \end_layout
2125
2126 \begin_layout Standard
2127 Muchas veces es adecuado combinar 
2128 \series bold
2129
2130 \backslash
2131 cfrac
2132 \series default
2133  y 
2134 \series bold
2135
2136 \backslash
2137 frac
2138 \series default
2139 :
2140 \begin_inset Formula \[
2141 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2142
2143 \end_inset
2144
2145
2146 \end_layout
2147
2148 \begin_layout Standard
2149 Para componer fracciones en línea con raya de fracción inclinada puedes
2150  usar el comando 
2151 \series bold
2152
2153 \backslash
2154 nicefrac
2155 \series default
2156
2157 \begin_inset Index
2158 status collapsed
2159
2160 \begin_layout Plain Layout
2161 Comandos ! N ! 
2162 \backslash
2163 nicefrac
2164 \end_layout
2165
2166 \end_inset
2167
2168
2169 \begin_inset Formula $\nicefrac{5}{31}$
2170 \end_inset
2171
2172  Hay además el comando 
2173 \series bold
2174
2175 \backslash
2176 unitfracthree
2177 \series default
2178  que permite escribir una fracción en combinación con un número: 
2179 \begin_inset Formula $\unitfrac[2]{1}{3}$
2180 \end_inset
2181
2182
2183 \begin_inset Newline newline
2184 \end_inset
2185
2186 Ten en cuenta que 
2187 \series bold
2188
2189 \backslash
2190 unitfracthree
2191 \series default
2192  no es un comando LaTeX auténtico, sino el comando
2193 \begin_inset Newline newline
2194 \end_inset
2195
2196
2197 \series bold
2198
2199 \backslash
2200 unitfrac[número]{numerador}{denominador}
2201 \series default
2202 , por tanto no puedes usarlo en código TeX.
2203 \end_layout
2204
2205 \begin_layout Standard
2206 En la 
2207 \begin_inset CommandInset ref
2208 LatexCommand ref
2209 reference "sub:Fracciones-personalizadas"
2210
2211 \end_inset
2212
2213  se explica cómo componer fracciones personalizadas en las que la raya de
2214  fracción se puede cambiar.
2215  
2216 \end_layout
2217
2218 \begin_layout Subsection
2219 Raíces
2220 \begin_inset Index
2221 status collapsed
2222
2223 \begin_layout Plain Layout
2224 Raíces
2225 \end_layout
2226
2227 \end_inset
2228
2229
2230 \end_layout
2231
2232 \begin_layout Standard
2233 Las raíces cuadradas se componen con 
2234 \series bold
2235
2236 \backslash
2237 sqrt
2238 \series default
2239
2240 \begin_inset Index
2241 status collapsed
2242
2243 \begin_layout Plain Layout
2244 Comandos ! S ! 
2245 \backslash
2246 sqrt
2247 \end_layout
2248
2249 \end_inset
2250
2251  o con el botón 
2252 \begin_inset Graphics
2253         filename ../../images/math/sqrt.png
2254         scale 85
2255
2256 \end_inset
2257
2258  de la barra de  ecuaciones; todas las demás raíces con el comando 
2259 \series bold
2260
2261 \backslash
2262 root
2263 \series default
2264
2265 \begin_inset Index
2266 status collapsed
2267
2268 \begin_layout Plain Layout
2269 Comandos ! R ! 
2270 \backslash
2271 root
2272 \end_layout
2273
2274 \end_inset
2275
2276  o con el botón 
2277 \begin_inset Graphics
2278         filename ../../images/math/root.png
2279         scale 85
2280
2281 \end_inset
2282
2283 .
2284 \end_layout
2285
2286 \begin_layout Standard
2287 \noindent
2288 \align center
2289 \begin_inset Tabular
2290 <lyxtabular version="3" rows="3" columns="2">
2291 <features>
2292 <column alignment="center" valignment="top" width="0">
2293 <column alignment="center" valignment="top" width="0">
2294 <row>
2295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2296 \begin_inset Text
2297
2298 \begin_layout Plain Layout
2299 Comando
2300 \end_layout
2301
2302 \end_inset
2303 </cell>
2304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2305 \begin_inset Text
2306
2307 \begin_layout Plain Layout
2308 Resultado
2309 \begin_inset Note Note
2310 status collapsed
2311
2312 \begin_layout Plain Layout
2313
2314 \series bold
2315
2316 \backslash
2317 raisebox
2318 \series default
2319  se usa sólo como espaciador
2320 \end_layout
2321
2322 \end_inset
2323
2324
2325 \end_layout
2326
2327 \end_inset
2328 </cell>
2329 </row>
2330 <row>
2331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2332 \begin_inset Text
2333
2334 \begin_layout Plain Layout
2335
2336 \backslash
2337 sqrt
2338 \begin_inset ERT
2339 status collapsed
2340
2341 \begin_layout Plain Layout
2342
2343
2344 \backslash
2345 spce 
2346 \end_layout
2347
2348 \end_inset
2349
2350 A-B
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2360 \end_inset
2361
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 </row>
2368 <row>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373
2374 \backslash
2375 root
2376 \begin_inset ERT
2377 status collapsed
2378
2379 \begin_layout Plain Layout
2380
2381
2382 \backslash
2383 spce 
2384 \end_layout
2385
2386 \end_inset
2387
2388 3
2389 \begin_inset Formula $\downarrow$
2390 \end_inset
2391
2392 A-B
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2398 \begin_inset Text
2399
2400 \begin_layout Plain Layout
2401 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2402 \end_inset
2403
2404
2405 \end_layout
2406
2407 \end_inset
2408 </cell>
2409 </row>
2410 </lyxtabular>
2411
2412 \end_inset
2413
2414
2415 \end_layout
2416
2417 \begin_layout Standard
2418 Una raíz cuadrada se compone también con 
2419 \series bold
2420
2421 \backslash
2422 root
2423 \series default
2424  dejando vacío el campo del índice.
2425 \end_layout
2426
2427 \begin_layout Standard
2428 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2429  la raíz: 
2430 \begin_inset Formula $\sqrt[\beta]{B}$
2431 \end_inset
2432
2433
2434 \begin_inset Newline newline
2435 \end_inset
2436
2437 La 
2438 \begin_inset Formula $\beta$
2439 \end_inset
2440
2441  toca la raíz.
2442  Para evitar esto se usan los comandos 
2443 \series bold
2444
2445 \backslash
2446 leftroot
2447 \series default
2448
2449 \begin_inset Index
2450 status collapsed
2451
2452 \begin_layout Plain Layout
2453 Comandos ! L ! 
2454 \backslash
2455 leftroot
2456 \end_layout
2457
2458 \end_inset
2459
2460  y 
2461 \series bold
2462
2463 \backslash
2464 uproot
2465 \series default
2466
2467 \begin_inset Index
2468 status collapsed
2469
2470 \begin_layout Plain Layout
2471 Comandos ! U ! 
2472 \backslash
2473 uproot
2474 \end_layout
2475
2476 \end_inset
2477
2478  con el esquema siguiente:
2479 \end_layout
2480
2481 \begin_layout Standard
2482
2483 \series bold
2484
2485 \backslash
2486 leftroot{distancia}
2487 \series default
2488  y 
2489 \series bold
2490
2491 \backslash
2492 uproot{distancia}
2493 \end_layout
2494
2495 \begin_layout Standard
2496 Distancia es el número de Puntos Grandes (
2497 \begin_inset Quotes fld
2498 \end_inset
2499
2500 Big Points
2501 \begin_inset Quotes frd
2502 \end_inset
2503
2504 , unidad bp; 
2505 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2506 \end_inset
2507
2508 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2509  Los comandos se escriben en el índice.
2510  Así, el comando:
2511 \begin_inset Newline newline
2512 \end_inset
2513
2514
2515 \series bold
2516
2517 \backslash
2518 root
2519 \backslash
2520 leftroot{-1
2521 \begin_inset Formula $\to$
2522 \end_inset
2523
2524
2525 \backslash
2526 uproot{2
2527 \begin_inset Formula $\to$
2528 \end_inset
2529
2530
2531 \backslash
2532 beta
2533 \begin_inset ERT
2534 status collapsed
2535
2536 \begin_layout Plain Layout
2537
2538
2539 \backslash
2540 spce 
2541 \end_layout
2542
2543 \end_inset
2544
2545
2546 \begin_inset Formula $\to$
2547 \end_inset
2548
2549 B
2550 \begin_inset Newline newline
2551 \end_inset
2552
2553
2554 \series default
2555 genera una fórmula correctamente tipografiada: 
2556 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2557 \end_inset
2558
2559
2560 \end_layout
2561
2562 \begin_layout Subsection
2563 Coeficientes de un binomio
2564 \begin_inset Index
2565 status collapsed
2566
2567 \begin_layout Plain Layout
2568 Binomios
2569 \end_layout
2570
2571 \end_inset
2572
2573
2574 \end_layout
2575
2576 \begin_layout Standard
2577 Los coeficientes de un binomio se insertan con el comando 
2578 \series bold
2579
2580 \backslash
2581 binom
2582 \series default
2583
2584 \begin_inset Index
2585 status collapsed
2586
2587 \begin_layout Plain Layout
2588 Comandos ! B ! 
2589 \backslash
2590 binom
2591 \end_layout
2592
2593 \end_inset
2594
2595  o con el submenú del botón 
2596 \begin_inset Graphics
2597         filename ../../images/math/frac-square.png
2598         scale 85
2599
2600 \end_inset
2601
2602 de la barra de herramientas de ecuaciones.
2603  Como en las fracciones, además de 
2604 \series bold
2605
2606 \backslash
2607 binom
2608 \series default
2609  hay los comandos 
2610 \series bold
2611
2612 \backslash
2613 dbinom
2614 \begin_inset Index
2615 status collapsed
2616
2617 \begin_layout Plain Layout
2618 Comandos ! D ! 
2619 \backslash
2620 dbinom
2621 \end_layout
2622
2623 \end_inset
2624
2625
2626 \series default
2627  y 
2628 \series bold
2629
2630 \backslash
2631 tbinom
2632 \series default
2633
2634 \begin_inset Index
2635 status collapsed
2636
2637 \begin_layout Plain Layout
2638 Comandos ! T ! 
2639 \backslash
2640 tbinom
2641 \end_layout
2642
2643 \end_inset
2644
2645 .
2646  Para otros delimitadores de coeficientes de un binomio hay los comandos
2647  
2648 \series bold
2649
2650 \backslash
2651 brace
2652 \series default
2653
2654 \begin_inset Index
2655 status collapsed
2656
2657 \begin_layout Plain Layout
2658 Comandos ! B ! 
2659 \backslash
2660 brace
2661 \end_layout
2662
2663 \end_inset
2664
2665  y 
2666 \series bold
2667
2668 \backslash
2669 brack
2670 \series default
2671
2672 \begin_inset Index
2673 status collapsed
2674
2675 \begin_layout Plain Layout
2676 Comandos ! B ! 
2677 \backslash
2678 brack
2679 \end_layout
2680
2681 \end_inset
2682
2683 .
2684 \end_layout
2685
2686 \begin_layout Standard
2687 \noindent
2688 \align center
2689 \begin_inset Tabular
2690 <lyxtabular version="3" rows="6" columns="2">
2691 <features>
2692 <column alignment="center" valignment="top" width="0">
2693 <column alignment="center" valignment="top" width="0">
2694 <row>
2695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2696 \begin_inset Text
2697
2698 \begin_layout Plain Layout
2699 Comando
2700 \end_layout
2701
2702 \end_inset
2703 </cell>
2704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2705 \begin_inset Text
2706
2707 \begin_layout Plain Layout
2708 Resultado
2709 \begin_inset Note Note
2710 status collapsed
2711
2712 \begin_layout Plain Layout
2713
2714 \series bold
2715
2716 \backslash
2717 raisebox
2718 \series default
2719  se usa sólo como espaciador
2720 \end_layout
2721
2722 \end_inset
2723
2724
2725 \end_layout
2726
2727 \end_inset
2728 </cell>
2729 </row>
2730 <row>
2731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Plain Layout
2735
2736 \backslash
2737 binom
2738 \begin_inset ERT
2739 status collapsed
2740
2741 \begin_layout Plain Layout
2742
2743
2744 \backslash
2745 spce 
2746 \end_layout
2747
2748 \end_inset
2749
2750 A
2751 \begin_inset Formula $\downarrow$
2752 \end_inset
2753
2754 B
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2764 \end_inset
2765
2766
2767 \end_layout
2768
2769 \end_inset
2770 </cell>
2771 </row>
2772 <row>
2773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Plain Layout
2777
2778 \backslash
2779 dbinom
2780 \begin_inset ERT
2781 status collapsed
2782
2783 \begin_layout Plain Layout
2784
2785
2786 \backslash
2787 spce 
2788 \end_layout
2789
2790 \end_inset
2791
2792 A
2793 \begin_inset Formula $\downarrow$
2794 \end_inset
2795
2796 B
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2802 \begin_inset Text
2803
2804 \begin_layout Plain Layout
2805 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2806 \end_inset
2807
2808
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 </row>
2814 <row>
2815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819
2820 \backslash
2821 tbinom
2822 \begin_inset ERT
2823 status collapsed
2824
2825 \begin_layout Plain Layout
2826
2827
2828 \backslash
2829 spce 
2830 \end_layout
2831
2832 \end_inset
2833
2834 A
2835 \begin_inset Formula $\downarrow$
2836 \end_inset
2837
2838 B
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2848 \end_inset
2849
2850
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 </row>
2856 <row>
2857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Plain Layout
2861
2862 \backslash
2863 brack
2864 \begin_inset ERT
2865 status collapsed
2866
2867 \begin_layout Plain Layout
2868
2869
2870 \backslash
2871 spce 
2872 \end_layout
2873
2874 \end_inset
2875
2876 A
2877 \begin_inset Formula $\downarrow$
2878 \end_inset
2879
2880 B
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2890 \end_inset
2891
2892
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 </row>
2898 <row>
2899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Plain Layout
2903
2904 \backslash
2905 brace
2906 \begin_inset ERT
2907 status collapsed
2908
2909 \begin_layout Plain Layout
2910
2911
2912 \backslash
2913 spce 
2914 \end_layout
2915
2916 \end_inset
2917
2918 A
2919 \begin_inset Formula $\downarrow$
2920 \end_inset
2921
2922 B
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2932 \end_inset
2933
2934
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 </row>
2940 </lyxtabular>
2941
2942 \end_inset
2943
2944
2945 \begin_inset Newpage newpage
2946 \end_inset
2947
2948
2949 \end_layout
2950
2951 \begin_layout Subsection
2952 Diferenciaciones de casos
2953 \begin_inset Index
2954 status collapsed
2955
2956 \begin_layout Plain Layout
2957 Casos
2958 \end_layout
2959
2960 \end_inset
2961
2962
2963 \end_layout
2964
2965 \begin_layout Standard
2966 \noindent
2967 \align center
2968 \begin_inset Tabular
2969 <lyxtabular version="3" rows="3" columns="2">
2970 <features>
2971 <column alignment="center" valignment="top" width="0">
2972 <column alignment="center" valignment="top" width="0">
2973 <row>
2974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2975 \begin_inset Text
2976
2977 \begin_layout Plain Layout
2978 Comando
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987 Resultado
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 </row>
2993 <row>
2994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998
2999 \backslash
3000 cases
3001 \begin_inset ERT
3002 status collapsed
3003
3004 \begin_layout Plain Layout
3005
3006
3007 \backslash
3008 spce 
3009 \end_layout
3010
3011 \end_inset
3012
3013 A
3014 \begin_inset Formula $\to$
3015 \end_inset
3016
3017 B>0
3018 \begin_inset Index
3019 status collapsed
3020
3021 \begin_layout Plain Layout
3022 Comandos ! C ! 
3023 \backslash
3024 cases
3025 \end_layout
3026
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038 \begin_inset Formula $\begin{cases}
3039 A & B>0\end{cases}$
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 </row>
3048 <row>
3049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053
3054 \backslash
3055 cases
3056 \begin_inset ERT
3057 status collapsed
3058
3059 \begin_layout Plain Layout
3060
3061
3062 \backslash
3063 spce 
3064 \end_layout
3065
3066 \end_inset
3067
3068 Ctrl-Retorno
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077 \begin_inset Formula $\begin{cases}
3078 A & \textrm{para }x>0\\
3079 B & \textrm{para }x=0\end{cases}$
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 </row>
3088 </lyxtabular>
3089
3090 \end_inset
3091
3092
3093 \end_layout
3094
3095 \begin_layout Standard
3096 Después de insertar 
3097 \series bold
3098
3099 \backslash
3100 cases
3101 \series default
3102  o usar el botón 
3103 \begin_inset Graphics
3104         filename ../../images/math/cases.png
3105         scale 85
3106
3107 \end_inset
3108
3109  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3110 \family sans
3111 Ctrl-Retorno
3112 \family default
3113  o con el botón
3114 \family sans
3115  
3116 \family default
3117
3118 \begin_inset Graphics
3119         filename ../../images/tabular-feature_append-row.png
3120         scale 85
3121
3122 \end_inset
3123
3124  de la barra de tablas.
3125 \end_layout
3126
3127 \begin_layout Standard
3128 El comando 
3129 \series bold
3130
3131 \backslash
3132 cases
3133 \series default
3134  también está disponible en el menú 
3135 \family sans
3136 Insertar\SpecialChar \menuseparator
3137 Ecuación\SpecialChar \menuseparator
3138 Entorno casos
3139 \family default
3140 .
3141 \end_layout
3142
3143 \begin_layout Subsection
3144 Negaciones
3145 \begin_inset Index
3146 status collapsed
3147
3148 \begin_layout Plain Layout
3149 Negaciones
3150 \end_layout
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \begin_layout Standard
3158 Con el comando 
3159 \series bold
3160
3161 \backslash
3162 not
3163 \series default
3164
3165 \begin_inset Index
3166 status collapsed
3167
3168 \begin_layout Plain Layout
3169 Comandos ! N ! 
3170 \backslash
3171 not
3172 \end_layout
3173
3174 \end_inset
3175
3176  todo carácter se puede mostrar cancelado.
3177  Los caracteres son casi tachados con una barra inclinada.
3178 \end_layout
3179
3180 \begin_layout Standard
3181 \noindent
3182 \align center
3183 \begin_inset Tabular
3184 <lyxtabular version="3" rows="4" columns="2">
3185 <features>
3186 <column alignment="center" valignment="top" width="0">
3187 <column alignment="center" valignment="top" width="0">
3188 <row>
3189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193 Comando
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202 Resultado
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 </row>
3208 <row>
3209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213
3214 \backslash
3215 not=
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224 \begin_inset Formula $\not=$
3225 \end_inset
3226
3227
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 </row>
3233 <row>
3234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238
3239 \backslash
3240 not 
3241 \backslash
3242 le
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 \begin_inset Formula $\not\le$
3252 \end_inset
3253
3254
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 </row>
3260 <row>
3261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265
3266 \backslash
3267 not 
3268 \backslash
3269 parallel
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278 \begin_inset Formula $\not\parallel$
3279 \end_inset
3280
3281
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 </row>
3287 </lyxtabular>
3288
3289 \end_inset
3290
3291
3292 \end_layout
3293
3294 \begin_layout Standard
3295 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3296  Por tanto para algunas negaciones hay comandos especiales (véase 
3297 \begin_inset CommandInset ref
3298 LatexCommand ref
3299 reference "sub:Símbolos-matemáticos"
3300
3301 \end_inset
3302
3303  y 
3304 \begin_inset CommandInset ref
3305 LatexCommand ref
3306 reference "sec:Relaciones"
3307
3308 \end_inset
3309
3310 ).
3311 \end_layout
3312
3313 \begin_layout Subsection
3314 Espacios reservados 
3315 \begin_inset CommandInset label
3316 LatexCommand label
3317 name "sub:Espacios-reservados"
3318
3319 \end_inset
3320
3321
3322 \begin_inset Index
3323 status collapsed
3324
3325 \begin_layout Plain Layout
3326 Espacios reservados
3327 \end_layout
3328
3329 \end_inset
3330
3331
3332 \begin_inset Index
3333 status collapsed
3334
3335 \begin_layout Plain Layout
3336 Química ! isótopos
3337 \end_layout
3338
3339 \end_inset
3340
3341
3342 \begin_inset Index
3343 status collapsed
3344
3345 \begin_layout Plain Layout
3346 Isótopos|see
3347 \begin_inset ERT
3348 status collapsed
3349
3350 \begin_layout Plain Layout
3351
3352 {
3353 \end_layout
3354
3355 \end_inset
3356
3357 Química
3358 \begin_inset ERT
3359 status collapsed
3360
3361 \begin_layout Plain Layout
3362
3363 }
3364 \end_layout
3365
3366 \end_inset
3367
3368
3369 \end_layout
3370
3371 \end_inset
3372
3373
3374 \end_layout
3375
3376 \begin_layout Standard
3377 En la presentación de, p.
3378 \begin_inset space \thinspace{}
3379 \end_inset
3380
3381 e., isótopos,
3382 \begin_inset Foot
3383 status collapsed
3384
3385 \begin_layout Plain Layout
3386 Más sobre símbolos químicos en 
3387 \begin_inset CommandInset ref
3388 LatexCommand ref
3389 reference "sub:Símbolos-y-ecuaciones-químicas"
3390
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \end_inset
3397
3398  surge el problema siguiente:
3399 \end_layout
3400
3401 \begin_layout Standard
3402 \noindent
3403 \align center
3404 \begin_inset Tabular
3405 <lyxtabular version="3" rows="2" columns="2">
3406 <features>
3407 <column alignment="center" valignment="top" width="0">
3408 <column alignment="center" valignment="top" width="0">
3409 <row>
3410 <cell alignment="center" valignment="top" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 Índices generados con sub- y superíndices:
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3424 \end_inset
3425
3426
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 </row>
3432 <row>
3433 <cell alignment="center" valignment="top" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 Índices correctos:
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3447 \end_inset
3448
3449
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 </row>
3455 </lyxtabular>
3456
3457 \end_inset
3458
3459
3460 \begin_inset Note Note
3461 status collapsed
3462
3463 \begin_layout Plain Layout
3464
3465 \series bold
3466
3467 \backslash
3468 raisebox
3469 \series default
3470  se usa sólo como espaciador
3471 \end_layout
3472
3473 \end_inset
3474
3475
3476 \end_layout
3477
3478 \begin_layout Standard
3479 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3480  del índice más largo.
3481  Para evitarlo está el comando 
3482 \series bold
3483
3484 \backslash
3485 phantom
3486 \series default
3487
3488 \begin_inset Index
3489 status collapsed
3490
3491 \begin_layout Plain Layout
3492 Comandos ! P ! 
3493 \backslash
3494 phantom
3495 \end_layout
3496
3497 \end_inset
3498
3499  o el botón 
3500 \begin_inset space ~
3501 \end_inset
3502
3503
3504 \begin_inset Graphics
3505         filename ../../images/math/phantom.png
3506         scale 85
3507
3508 \end_inset
3509
3510  del submenú de espaciado de ecuaciones
3511 \begin_inset Foot
3512 status collapsed
3513
3514 \begin_layout Plain Layout
3515 Botón 
3516 \begin_inset Graphics
3517         filename ../../images/math/space.png
3518         scale 85
3519
3520 \end_inset
3521
3522  de la barra de ecuaciones
3523 \end_layout
3524
3525 \end_inset
3526
3527 , que genera uno o más espacios reservados.
3528  Al insertar 
3529 \series bold
3530
3531 \backslash
3532 phantom
3533 \series default
3534  aparece un pequeño marco azul con dos flechas rojas superpuestas
3535 \begin_inset Formula $\phantom{}$
3536 \end_inset
3537
3538 .
3539  Las flechas indican que se reservará un espacio equivalente a la anchura
3540  y altura totales del contenido del marco.
3541  Los espacios reservados son correspondientes al tamaño de los caracteres.
3542 \end_layout
3543
3544 \begin_layout Standard
3545 \noindent
3546 \align center
3547 \begin_inset Tabular
3548 <lyxtabular version="3" rows="4" columns="2">
3549 <features>
3550 <column alignment="center" valignment="top" width="0">
3551 <column alignment="center" valignment="top" width="0">
3552 <row>
3553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 Comando
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 Resultado
3567 \begin_inset Note Note
3568 status collapsed
3569
3570 \begin_layout Plain Layout
3571
3572 \series bold
3573
3574 \backslash
3575 raisebox
3576 \series default
3577  se usa sólo como espaciador
3578 \end_layout
3579
3580 \end_inset
3581
3582
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 </row>
3588 <row>
3589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 ^19
3594 \begin_inset ERT
3595 status collapsed
3596
3597 \begin_layout Plain Layout
3598
3599
3600 \backslash
3601 spce 
3602 \end_layout
3603
3604 \end_inset
3605
3606 _
3607 \backslash
3608 phantom
3609 \begin_inset ERT
3610 status collapsed
3611
3612 \begin_layout Plain Layout
3613
3614
3615 \backslash
3616 spce 
3617 \end_layout
3618
3619 \end_inset
3620
3621 1
3622 \begin_inset Formula $\rightarrow$
3623 \end_inset
3624
3625 9
3626 \begin_inset ERT
3627 status collapsed
3628
3629 \begin_layout Plain Layout
3630
3631
3632 \backslash
3633 spce 
3634 \end_layout
3635
3636 \end_inset
3637
3638 F
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3648 \end_inset
3649
3650
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 </row>
3656 <row>
3657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 ^235
3662 \begin_inset ERT
3663 status collapsed
3664
3665 \begin_layout Plain Layout
3666
3667
3668 \backslash
3669 spce 
3670 \end_layout
3671
3672 \end_inset
3673
3674 _
3675 \backslash
3676 phantom
3677 \begin_inset ERT
3678 status collapsed
3679
3680 \begin_layout Plain Layout
3681
3682
3683 \backslash
3684 spce 
3685 \end_layout
3686
3687 \end_inset
3688
3689 23
3690 \begin_inset Formula $\rightarrow$
3691 \end_inset
3692
3693 9
3694 \begin_inset ERT
3695 status collapsed
3696
3697 \begin_layout Plain Layout
3698
3699
3700 \backslash
3701 spce 
3702 \end_layout
3703
3704 \end_inset
3705
3706 F
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3716 \end_inset
3717
3718
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \backslash
3731 Lambda^
3732 \begin_inset ERT
3733 status collapsed
3734
3735 \begin_layout Plain Layout
3736
3737
3738 \backslash
3739 spce 
3740 \end_layout
3741
3742 \end_inset
3743
3744
3745 \backslash
3746 phantom
3747 \begin_inset ERT
3748 status collapsed
3749
3750 \begin_layout Plain Layout
3751
3752
3753 \backslash
3754 spce 
3755 \end_layout
3756
3757 \end_inset
3758
3759 ii
3760 \begin_inset Formula $\rightarrow$
3761 \end_inset
3762
3763 t
3764 \begin_inset ERT
3765 status collapsed
3766
3767 \begin_layout Plain Layout
3768
3769
3770 \backslash
3771 spce 
3772 \end_layout
3773
3774 \end_inset
3775
3776 _MMt
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3786 \end_inset
3787
3788
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 </row>
3794 </lyxtabular>
3795
3796 \end_inset
3797
3798
3799 \end_layout
3800
3801 \begin_layout Standard
3802 Además hay los comandos 
3803 \series bold
3804
3805 \backslash
3806 vphantom
3807 \series default
3808
3809 \begin_inset Index
3810 status collapsed
3811
3812 \begin_layout Plain Layout
3813 Comandos ! V ! 
3814 \backslash
3815 vphantom
3816 \end_layout
3817
3818 \end_inset
3819
3820  (botón 
3821 \begin_inset space ~
3822 \end_inset
3823
3824
3825 \begin_inset Graphics
3826         filename ../../images/math/vphantom.png
3827         scale 85
3828
3829 \end_inset
3830
3831 ) y 
3832 \series bold
3833
3834 \backslash
3835 hphantom
3836 \series default
3837
3838 \begin_inset Index
3839 status collapsed
3840
3841 \begin_layout Plain Layout
3842 Comandos ! H ! 
3843 \backslash
3844 hphantom
3845 \end_layout
3846
3847 \end_inset
3848
3849  (botón 
3850 \begin_inset space ~
3851 \end_inset
3852
3853
3854 \begin_inset Graphics
3855         filename ../../images/math/hphantom.png
3856         scale 85
3857
3858 \end_inset
3859
3860 ).
3861  
3862 \series bold
3863
3864 \backslash
3865 hphantom
3866 \series default
3867  genera espacio en el marco sólo para la altura máxima de los caracteres,
3868  no para su anchura.
3869  
3870 \series bold
3871
3872 \backslash
3873 vphantom
3874 \series default
3875  genera espacio sólo para la anchura del contenido del marco.
3876  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3877 \end_layout
3878
3879 \begin_layout Standard
3880 Por ejemplo, 
3881 \series bold
3882
3883 \backslash
3884 vphantom
3885 \series default
3886
3887 \begin_inset ERT
3888 status collapsed
3889
3890 \begin_layout Plain Layout
3891
3892
3893 \backslash
3894 spce 
3895 \end_layout
3896
3897 \end_inset
3898
3899
3900 \series bold
3901 a
3902 \backslash
3903 int
3904 \series default
3905  genera espacio de la altura del signo de la integral,
3906 \begin_inset Foot
3907 status collapsed
3908
3909 \begin_layout Plain Layout
3910 El comando 
3911 \series bold
3912
3913 \backslash
3914 int
3915 \series default
3916  genera un signo de integral, véase 
3917 \begin_inset CommandInset ref
3918 LatexCommand ref
3919 reference "sub:Operadores-grandes"
3920
3921 \end_inset
3922
3923
3924 \end_layout
3925
3926 \end_inset
3927
3928  porque este es el carácter más largo.
3929  En la 
3930 \begin_inset CommandInset ref
3931 LatexCommand ref
3932 reference "sub:Delimitadores-multilínea"
3933
3934 \end_inset
3935
3936  hay un ejemplo de aplicación.
3937 \end_layout
3938
3939 \begin_layout Subsection
3940 Líneas
3941 \begin_inset Index
3942 status collapsed
3943
3944 \begin_layout Plain Layout
3945 Lineas@Líneas
3946 \end_layout
3947
3948 \end_inset
3949
3950
3951 \begin_inset Index
3952 status collapsed
3953
3954 \begin_layout Plain Layout
3955 Ecuación ! sub- o superrayada
3956 \end_layout
3957
3958 \end_inset
3959
3960
3961 \end_layout
3962
3963 \begin_layout Standard
3964 \noindent
3965 \align center
3966 \begin_inset Tabular
3967 <lyxtabular version="3" rows="4" columns="2">
3968 <features>
3969 <column alignment="center" valignment="top" width="0">
3970 <column alignment="center" valignment="top" width="0">
3971 <row>
3972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976 Comando
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985 Resultado
3986 \begin_inset Note Note
3987 status collapsed
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992
3993 \backslash
3994 raisebox
3995 \series default
3996  se usa sólo como espaciador
3997 \end_layout
3998
3999 \end_inset
4000
4001
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 </row>
4007 <row>
4008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012
4013 \backslash
4014 overline
4015 \begin_inset ERT
4016 status collapsed
4017
4018 \begin_layout Plain Layout
4019
4020
4021 \backslash
4022 spce 
4023 \end_layout
4024
4025 \end_inset
4026
4027 A+B
4028 \begin_inset Index
4029 status collapsed
4030
4031 \begin_layout Plain Layout
4032 Comandos ! O ! 
4033 \backslash
4034 overline
4035 \end_layout
4036
4037 \end_inset
4038
4039
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4049 \end_inset
4050
4051
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 </row>
4057 <row>
4058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062
4063 \backslash
4064 underline
4065 \begin_inset ERT
4066 status collapsed
4067
4068 \begin_layout Plain Layout
4069
4070
4071 \backslash
4072 spce 
4073 \end_layout
4074
4075 \end_inset
4076
4077 A+B
4078 \begin_inset Index
4079 status collapsed
4080
4081 \begin_layout Plain Layout
4082 Comandos ! U ! 
4083 \backslash
4084 underline
4085 \end_layout
4086
4087 \end_inset
4088
4089
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4099 \end_inset
4100
4101
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 <row>
4108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112
4113 \backslash
4114 overline
4115 \begin_inset ERT
4116 status collapsed
4117
4118 \begin_layout Plain Layout
4119
4120
4121 \backslash
4122 spce 
4123 \end_layout
4124
4125 \end_inset
4126
4127
4128 \backslash
4129 underline
4130 \begin_inset ERT
4131 status collapsed
4132
4133 \begin_layout Plain Layout
4134
4135
4136 \backslash
4137 spce 
4138 \end_layout
4139
4140 \end_inset
4141
4142 A+B
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4152 \end_inset
4153
4154
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 </row>
4160 </lyxtabular>
4161
4162 \end_inset
4163
4164
4165 \end_layout
4166
4167 \begin_layout Standard
4168 En el último ejemplo es indiferente poner primero 
4169 \series bold
4170
4171 \backslash
4172 overline
4173 \series default
4174  o 
4175 \series bold
4176
4177 \backslash
4178 underline
4179 \series default
4180 .
4181 \end_layout
4182
4183 \begin_layout Standard
4184 Para poner doble subrayado, p.
4185 \begin_inset space \thinspace{}
4186 \end_inset
4187
4188 e.
4189  en resultados, se usa 
4190 \series bold
4191
4192 \backslash
4193 underline
4194 \series default
4195  dos veces.
4196 \end_layout
4197
4198 \begin_layout Standard
4199 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4200 \begin_inset VSpace bigskip
4201 \end_inset
4202
4203 Se pueden crear líneas personalizadas con el comando 
4204 \series bold
4205
4206 \backslash
4207 rule
4208 \series default
4209
4210 \begin_inset Index
4211 status open
4212
4213 \begin_layout Plain Layout
4214 Comandos ! R ! 
4215 \backslash
4216 rule
4217 \end_layout
4218
4219 \end_inset
4220
4221  con el esquema siguiente:
4222 \end_layout
4223
4224 \begin_layout Standard
4225
4226 \series bold
4227
4228 \backslash
4229 rule[hueco vertical]{longitud}{grosor}
4230 \end_layout
4231
4232 \begin_layout Standard
4233 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4234  si el valor es negativo).
4235  Las unidades disponibles para los valores están listadas en
4236 \begin_inset space ~
4237 \end_inset
4238
4239
4240 \begin_inset CommandInset ref
4241 LatexCommand ref
4242 reference "tab:Unidades-disponibles"
4243
4244 \end_inset
4245
4246 .
4247  A continuación hay dos ejemplos de líneas creadas con los comandos
4248 \series bold
4249
4250 \begin_inset Newline newline
4251 \end_inset
4252
4253
4254 \backslash
4255 rule[-2ex]{3cm}{2pt}
4256 \series default
4257  y 
4258 \series bold
4259
4260 \backslash
4261 rule{2cm}{1pt}
4262 \series default
4263 :
4264 \end_layout
4265
4266 \begin_layout Standard
4267 Esto es una frase 
4268 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4269 \end_inset
4270
4271  con dos líneas.
4272 \end_layout
4273
4274 \begin_layout Standard
4275
4276 \series bold
4277
4278 \backslash
4279 rule
4280 \series default
4281  también se puede usar para texto si se inserta en modo TeX.
4282 \end_layout
4283
4284 \begin_layout Subsection
4285 Puntos
4286 \begin_inset CommandInset label
4287 LatexCommand label
4288 name "sub:Puntos"
4289
4290 \end_inset
4291
4292
4293 \begin_inset Index
4294 status collapsed
4295
4296 \begin_layout Plain Layout
4297 Puntos
4298 \end_layout
4299
4300 \end_inset
4301
4302
4303 \end_layout
4304
4305 \begin_layout Standard
4306 Hay distintos tipos de puntos disponibles.
4307 \begin_inset Foot
4308 status collapsed
4309
4310 \begin_layout Plain Layout
4311 En la barra de herramientas de ecuaciones, en el panel del botón 
4312 \begin_inset Graphics
4313         filename ../../images/math/ldots.png
4314         scale 85
4315
4316 \end_inset
4317
4318 .
4319 \end_layout
4320
4321 \end_inset
4322
4323  Para continuación en enumeraciones se usan puntos bajos, (
4324 \series bold
4325
4326 \backslash
4327 ldots
4328 \series default
4329
4330 \begin_inset Index
4331 status collapsed
4332
4333 \begin_layout Plain Layout
4334 Comandos ! L ! 
4335 \backslash
4336 ldots
4337 \end_layout
4338
4339 \end_inset
4340
4341 ), mientras que para operaciones se usan puntos centrados a la misma altura
4342  que los operadores, (
4343 \series bold
4344
4345 \backslash
4346 cdots
4347 \series default
4348
4349 \begin_inset Index
4350 status collapsed
4351
4352 \begin_layout Plain Layout
4353 Comandos ! C ! 
4354 \backslash
4355 cdots
4356 \end_layout
4357
4358 \end_inset
4359
4360 ).
4361  Si se usa el comando 
4362 \series bold
4363
4364 \backslash
4365 dots
4366 \series default
4367
4368 \begin_inset Index
4369 status collapsed
4370
4371 \begin_layout Plain Layout
4372 Comandos ! D ! 
4373 \backslash
4374 dots
4375 \end_layout
4376
4377 \end_inset
4378
4379 , LaTeX decide el tipo a usar en función del carácter siguiente.
4380 \end_layout
4381
4382 \begin_layout Standard
4383 \align center
4384 \begin_inset Tabular
4385 <lyxtabular version="3" rows="8" columns="2">
4386 <features>
4387 <column alignment="center" valignment="top" width="0pt">
4388 <column alignment="center" valignment="top" width="0pt">
4389 <row>
4390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 Comando
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 Resultado
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 </row>
4409 <row>
4410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 A_1
4415 \begin_inset ERT
4416 status collapsed
4417
4418 \begin_layout Plain Layout
4419
4420
4421 \backslash
4422 spce 
4423 \end_layout
4424
4425 \end_inset
4426
4427 ,
4428 \backslash
4429 dots
4430 \begin_inset ERT
4431 status collapsed
4432
4433 \begin_layout Plain Layout
4434
4435
4436 \backslash
4437 spce 
4438 \end_layout
4439
4440 \end_inset
4441
4442 ,A_n
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 \begin_inset Formula $A_{1},\dots,A_{n}$
4452 \end_inset
4453
4454
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 </row>
4460 <row>
4461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 A_1
4466 \begin_inset ERT
4467 status collapsed
4468
4469 \begin_layout Plain Layout
4470
4471
4472 \backslash
4473 spce 
4474 \end_layout
4475
4476 \end_inset
4477
4478 +
4479 \backslash
4480 dots
4481 \begin_inset ERT
4482 status collapsed
4483
4484 \begin_layout Plain Layout
4485
4486
4487 \backslash
4488 spce 
4489 \end_layout
4490
4491 \end_inset
4492
4493 +A_n
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 \begin_inset Formula $A_{1}+\dots+A_{n}$
4503 \end_inset
4504
4505
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 </row>
4511 <row>
4512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 A_1
4517 \begin_inset ERT
4518 status collapsed
4519
4520 \begin_layout Plain Layout
4521
4522
4523 \backslash
4524 spce 
4525 \end_layout
4526
4527 \end_inset
4528
4529 ,
4530 \backslash
4531 ldots
4532 \begin_inset ERT
4533 status collapsed
4534
4535 \begin_layout Plain Layout
4536
4537
4538 \backslash
4539 spce 
4540 \end_layout
4541
4542 \end_inset
4543
4544 ,A_n
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 \begin_inset Formula $A_{1},\ldots,A_{n}$
4554 \end_inset
4555
4556
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 </row>
4562 <row>
4563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 A_1
4568 \begin_inset ERT
4569 status collapsed
4570
4571 \begin_layout Plain Layout
4572
4573
4574 \backslash
4575 spce 
4576 \end_layout
4577
4578 \end_inset
4579
4580 +
4581 \backslash
4582 cdots
4583 \begin_inset ERT
4584 status collapsed
4585
4586 \begin_layout Plain Layout
4587
4588
4589 \backslash
4590 spce 
4591 \end_layout
4592
4593 \end_inset
4594
4595 +A_n
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4605 \end_inset
4606
4607
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 <row>
4614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618
4619 \backslash
4620 vdots
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 \begin_inset Formula $\vdots$
4630 \end_inset
4631
4632
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 </row>
4638 <row>
4639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643
4644 \backslash
4645 ddots
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 \begin_inset Formula $\ddots$
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 Matriz
4669 \begin_inset space \thinspace{}
4670 \end_inset
4671
4672 3×3 con los distintos puntos
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 \begin_inset Formula $\begin{array}{ccc}
4682 A_{11} & \cdots & A_{1m}\\
4683 \vdots & \ddots & \vdots\\
4684 A_{n1} & \cdots & A_{nm}\end{array}$
4685 \end_inset
4686
4687
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 </row>
4693 </lyxtabular>
4694
4695 \end_inset
4696
4697
4698 \end_layout
4699
4700 \begin_layout Standard
4701 Los puntos suspensivos disponibles en el menú 
4702 \family sans
4703 Insertar\SpecialChar \menuseparator
4704 Carácter especial
4705 \family default
4706  son 
4707 \series bold
4708
4709 \backslash
4710 ldots
4711 \series default
4712 .
4713 \begin_inset VSpace medskip
4714 \end_inset
4715
4716
4717 \end_layout
4718
4719 \begin_layout Standard
4720 Hay puntos específicos para matrices que se extienden por varias columnas.
4721  Se generan con el comando 
4722 \series bold
4723
4724 \backslash
4725 hdotsfor
4726 \series default
4727
4728 \begin_inset Index
4729 status collapsed
4730
4731 \begin_layout Plain Layout
4732 Comandos ! H ! 
4733 \backslash
4734 hdotsfor
4735 \end_layout
4736
4737 \end_inset
4738
4739 , que tiene el siguiente esquema:
4740 \end_layout
4741
4742 \begin_layout Standard
4743
4744 \series bold
4745
4746 \backslash
4747 hdotsfor[distancia]{número de columnas}
4748 \end_layout
4749
4750 \begin_layout Standard
4751 Número de columnas especifica cuántas columnas deben abarcarse.
4752  Distancia es un factor para la separación entre los puntos.
4753 \end_layout
4754
4755 \begin_layout Standard
4756 En la siguiente matriz se ha insertado el comando 
4757 \series bold
4758
4759 \backslash
4760 hdotsfor[2]{4}
4761 \series default
4762  en el primer recuadro de la segunda línea para obtener puntos separados
4763  una distancia equivalente a dos veces la del comando 
4764 \series bold
4765
4766 \backslash
4767 dots
4768 \series default
4769 .
4770 \begin_inset Formula \[
4771 \left(\begin{array}{cccc}
4772 A & B & C & D\\
4773 \hdotsfor[2]{4}\\
4774 q & w & e & r\end{array}\right)\]
4775
4776 \end_inset
4777
4778
4779 \end_layout
4780
4781 \begin_layout Standard
4782 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4783  de lo contrario se producen errores de LaTeX.
4784 \end_layout
4785
4786 \begin_layout Standard
4787 \begin_inset VSpace bigskip
4788 \end_inset
4789
4790
4791 \end_layout
4792
4793 \begin_layout Standard
4794 Además, con el comando 
4795 \series bold
4796
4797 \backslash
4798 dotfill
4799 \series default
4800
4801 \begin_inset Index
4802 status collapsed
4803
4804 \begin_layout Plain Layout
4805 Comandos ! D ! 
4806 \backslash
4807 dotfill
4808 \end_layout
4809
4810 \end_inset
4811
4812  puedes completar con puntos una línea.
4813  El efecto de este tipo de comandos es como el de 
4814 \series bold
4815
4816 \backslash
4817 hfill
4818 \series default
4819 , véase 
4820 \begin_inset CommandInset ref
4821 LatexCommand ref
4822 reference "sub:Espacio-variable"
4823
4824 \end_inset
4825
4826 .
4827 \end_layout
4828
4829 \begin_layout Standard
4830 Por ejemplo el comando 
4831 \series bold
4832 A
4833 \backslash
4834 dotfill
4835 \series default
4836
4837 \begin_inset ERT
4838 status collapsed
4839
4840 \begin_layout Plain Layout
4841
4842
4843 \backslash
4844 spce 
4845 \end_layout
4846
4847 \end_inset
4848
4849
4850 \series bold
4851 B
4852 \series default
4853  genera
4854 \end_layout
4855
4856 \begin_layout Standard
4857 \begin_inset Formula $A\dotfill B$
4858 \end_inset
4859
4860
4861 \end_layout
4862
4863 \begin_layout Standard
4864 Un comando análogo a 
4865 \series bold
4866
4867 \backslash
4868 dotfill
4869 \series default
4870  para rellenar con una línea es 
4871 \series bold
4872
4873 \backslash
4874 hrulefill
4875 \series default
4876
4877 \begin_inset Index
4878 status collapsed
4879
4880 \begin_layout Plain Layout
4881 Comandos ! H ! 
4882 \backslash
4883 hrulefill
4884 \end_layout
4885
4886 \end_inset
4887
4888 :
4889 \end_layout
4890
4891 \begin_layout Standard
4892 \begin_inset Formula $A\hrulefill B$
4893 \end_inset
4894
4895
4896 \end_layout
4897
4898 \begin_layout Standard
4899 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4900 \end_layout
4901
4902 \begin_layout Section
4903 Matrices
4904 \begin_inset CommandInset label
4905 LatexCommand label
4906 name "sec:Matrices"
4907
4908 \end_inset
4909
4910
4911 \begin_inset Index
4912 status collapsed
4913
4914 \begin_layout Plain Layout
4915 Matrices
4916 \end_layout
4917
4918 \end_inset
4919
4920
4921 \end_layout
4922
4923 \begin_layout Standard
4924 Se pueden insertar con el botón 
4925 \begin_inset Graphics
4926         filename ../../images/dialog-show_mathmatrix.png
4927         scale 85
4928
4929 \end_inset
4930
4931  de la barra de ecuaciones o con el menú 
4932 \family sans
4933 Insertar\SpecialChar \menuseparator
4934 Ecuación\SpecialChar \menuseparator
4935 Matriz
4936 \family default
4937 .
4938  Aparece una ventana en la que se pide el número de filas y columnas y la
4939  alineación.
4940  La alineación vertical sólo es relevante para matrices en línea:
4941 \end_layout
4942
4943 \begin_layout Standard
4944 Esta primera matriz tiene alineación superior 
4945 \begin_inset Formula $\begin{array}[t]{cccc}
4946 A & D & G & J\\
4947 B & E & H & K\\
4948 D & F & I & L\end{array}$
4949 \end_inset
4950
4951  , la segunda alineación central 
4952 \begin_inset Formula $\begin{array}{cccc}
4953 A & D & G & J\\
4954 B & E & H & K\\
4955 D & F & I & L\end{array}$
4956 \end_inset
4957
4958  , y la tercera alineación inferior 
4959 \begin_inset Formula $\begin{array}[b]{cccc}
4960 A & D & G & J\\
4961 B & E & H & K\\
4962 D & F & I & L\end{array}$
4963 \end_inset
4964
4965 .
4966 \end_layout
4967
4968 \begin_layout Standard
4969 La alineación horizontal especifica cómo deben alinearse las entradas de
4970  la columna.
4971  Se determina mediante una letra para cada columna.
4972  
4973 \emph on
4974 l
4975 \emph default
4976  indica alineación a la izquierda, 
4977 \emph on
4978 c
4979 \emph default
4980  alineación centrada y 
4981 \emph on
4982 r
4983 \emph default
4984  alineación a la derecha.
4985  Por ejemplo, para componer una matriz
4986 \begin_inset space ~
4987 \end_inset
4988
4989 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4990  centradas y la última a la derecha, se anota 
4991 \series bold
4992 lccr
4993 \series default
4994  en la alineación horizontal.
4995  Normalmente todas las columnas de una matriz están centradas, por tanto
4996  el valor por omisión es 
4997 \series bold
4998 c
4999 \series default
5000  para todas ellas.
5001 \end_layout
5002
5003 \begin_layout Standard
5004 Alineación horizontal:
5005 \end_layout
5006
5007 \begin_layout Standard
5008
5009 \series bold
5010 lll
5011 \series default
5012  : 
5013 \begin_inset Formula $\begin{array}{lll}
5014 10000 & D & G\\
5015 B & 10000 & H\\
5016 C & F & 10000\end{array}$
5017 \end_inset
5018
5019  , 
5020 \series bold
5021 ccc 
5022 \series default
5023
5024 \begin_inset Formula $\begin{array}{ccc}
5025 10000 & D & G\\
5026 B & 10000 & H\\
5027 C & F & 10000\end{array}$
5028 \end_inset
5029
5030  
5031 \series bold
5032 ,
5033 \series default
5034  
5035 \series bold
5036 rrr 
5037 \series default
5038
5039 \begin_inset Formula $\begin{array}{rrr}
5040 10000 & D & G\\
5041 B & 10000 & H\\
5042 C & F & 10000\end{array}$
5043 \end_inset
5044
5045
5046 \end_layout
5047
5048 \begin_layout Standard
5049 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5050  botones 
5051 \begin_inset Graphics
5052         filename ../../images/tabular-feature_append-row.png
5053         scale 85
5054
5055 \end_inset
5056
5057
5058 \begin_inset Graphics
5059         filename ../../images/tabular-feature_delete-row.png
5060         scale 85
5061
5062 \end_inset
5063
5064 , etc.
5065  de la barra de ecuaciones o el menú 
5066 \family sans
5067 Editar\SpecialChar \menuseparator
5068 Filas y columnas
5069 \family default
5070 .
5071  También se pueden añadir filas nuevas con 
5072 \family sans
5073 Ctrl-Retorno
5074 \family default
5075 .
5076 \end_layout
5077
5078 \begin_layout Standard
5079 \begin_inset VSpace bigskip
5080 \end_inset
5081
5082
5083 \end_layout
5084
5085 \begin_layout Standard
5086 Se pueden poner paréntesis alrededor de una matriz con los comandos 
5087 \series bold
5088
5089 \backslash
5090 left
5091 \series default
5092
5093 \begin_inset Index
5094 status collapsed
5095
5096 \begin_layout Plain Layout
5097 Comandos ! L ! 
5098 \backslash
5099 left
5100 \end_layout
5101
5102 \end_inset
5103
5104  y 
5105 \series bold
5106
5107 \backslash
5108 right
5109 \series default
5110
5111 \begin_inset Index
5112 status collapsed
5113
5114 \begin_layout Plain Layout
5115 Comandos ! R ! 
5116 \backslash
5117 right
5118 \end_layout
5119
5120 \end_inset
5121
5122  (atajo 
5123 \family sans
5124 Alt-m
5125 \begin_inset space ~
5126 \end_inset
5127
5128 paréntesis
5129 \family default
5130 ), véase 
5131 \begin_inset CommandInset ref
5132 LatexCommand ref
5133 reference "sub:Tamaño-automático-de"
5134
5135 \end_inset
5136
5137 , o usando los comandos siguientes:
5138 \end_layout
5139
5140 \begin_layout Standard
5141 \begin_inset VSpace medskip
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \begin_layout Standard
5148 \begin_inset space \hfill{}
5149 \end_inset
5150
5151
5152 \begin_inset Tabular
5153 <lyxtabular version="3" rows="4" columns="2">
5154 <features>
5155 <column alignment="center" valignment="top" width="0">
5156 <column alignment="center" valignment="top" width="0">
5157 <row>
5158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 Comando
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 Resultado
5172 \begin_inset Note Note
5173 status collapsed
5174
5175 \begin_layout Plain Layout
5176
5177 \series bold
5178
5179 \backslash
5180 raisebox
5181 \series default
5182  se usa sólo como espaciador
5183 \end_layout
5184
5185 \end_inset
5186
5187
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 </row>
5193 <row>
5194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198
5199 \backslash
5200 bmatrix
5201 \begin_inset ERT
5202 status collapsed
5203
5204 \begin_layout Plain Layout
5205
5206
5207 \backslash
5208 spce 
5209 \end_layout
5210
5211 \end_inset
5212
5213 2
5214 \series bold
5215 ×
5216 \series default
5217 2
5218 \begin_inset space \thinspace{}
5219 \end_inset
5220
5221 matriz
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5231 0 & \textrm{-}\mathrm{i}\\
5232 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5233 \end_inset
5234
5235
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 </row>
5241 <row>
5242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246
5247 \backslash
5248 Bmatrix
5249 \begin_inset ERT
5250 status collapsed
5251
5252 \begin_layout Plain Layout
5253
5254
5255 \backslash
5256 spce 
5257 \end_layout
5258
5259 \end_inset
5260
5261 2×2
5262 \begin_inset space \thinspace{}
5263 \end_inset
5264
5265 matriz
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5275 0 & \textrm{-}\mathrm{i}\\
5276 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5277 \end_inset
5278
5279
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 </row>
5285 <row>
5286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290
5291 \backslash
5292 pmatrix
5293 \begin_inset ERT
5294 status collapsed
5295
5296 \begin_layout Plain Layout
5297
5298
5299 \backslash
5300 spce 
5301 \end_layout
5302
5303 \end_inset
5304
5305 2
5306 \series bold
5307 ×
5308 \series default
5309 2
5310 \begin_inset space \thinspace{}
5311 \end_inset
5312
5313 matriz
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5323 0 & \textrm{-}\mathrm{i}\\
5324 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5325 \end_inset
5326
5327
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 </row>
5333 </lyxtabular>
5334
5335 \end_inset
5336
5337
5338 \begin_inset space \hfill{}
5339 \end_inset
5340
5341
5342 \begin_inset Tabular
5343 <lyxtabular version="3" rows="4" columns="2">
5344 <features>
5345 <column alignment="center" valignment="top" width="0">
5346 <column alignment="center" valignment="top" width="0">
5347 <row>
5348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 Comando
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 Resultado
5362 \begin_inset Note Note
5363 status collapsed
5364
5365 \begin_layout Plain Layout
5366
5367 \series bold
5368
5369 \backslash
5370 raisebox
5371 \series default
5372  se usa sólo como espaciador
5373 \end_layout
5374
5375 \end_inset
5376
5377
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 </row>
5383 <row>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388
5389 \backslash
5390 vmatrix
5391 \begin_inset ERT
5392 status collapsed
5393
5394 \begin_layout Plain Layout
5395
5396
5397 \backslash
5398 spce 
5399 \end_layout
5400
5401 \end_inset
5402
5403 2
5404 \series bold
5405 ×
5406 \series default
5407 2
5408 \begin_inset space \thinspace{}
5409 \end_inset
5410
5411 matriz
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5421 0 & \textrm{-}\mathrm{i}\\
5422 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5423 \end_inset
5424
5425
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 </row>
5431 <row>
5432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436
5437 \backslash
5438 Vmatrix
5439 \begin_inset ERT
5440 status collapsed
5441
5442 \begin_layout Plain Layout
5443
5444
5445 \backslash
5446 spce 
5447 \end_layout
5448
5449 \end_inset
5450
5451 2
5452 \series bold
5453 ×
5454 \series default
5455 2
5456 \begin_inset space \thinspace{}
5457 \end_inset
5458
5459 matriz
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5469 0 & \textrm{-}\mathrm{i}\\
5470 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5471 \end_inset
5472
5473
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 </row>
5479 <row>
5480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5481 \begin_inset Text
5482
5483 \begin_layout Plain Layout
5484
5485 \backslash
5486 matrix
5487 \begin_inset ERT
5488 status collapsed
5489
5490 \begin_layout Plain Layout
5491
5492
5493 \backslash
5494 spce 
5495 \end_layout
5496
5497 \end_inset
5498
5499 2
5500 \series bold
5501 ×
5502 \series default
5503 2
5504 \begin_inset space \thinspace{}
5505 \end_inset
5506
5507 matriz
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5517 0 & \textrm{-}\mathrm{i}\\
5518 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5519 \end_inset
5520
5521
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 </row>
5527 </lyxtabular>
5528
5529 \end_inset
5530
5531
5532 \begin_inset space \hfill{}
5533 \end_inset
5534
5535
5536 \end_layout
5537
5538 \begin_layout Standard
5539 \begin_inset VSpace medskip
5540 \end_inset
5541
5542
5543 \end_layout
5544
5545 \begin_layout Standard
5546 Cuando se inserta p.
5547 \begin_inset space \thinspace{}
5548 \end_inset
5549
5550 e.
5551 \begin_inset space ~
5552 \end_inset
5553
5554
5555 \series bold
5556
5557 \backslash
5558 vmatrix
5559 \series default
5560 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5561  la matriz.
5562 \end_layout
5563
5564 \begin_layout Standard
5565 \begin_inset VSpace bigskip
5566 \end_inset
5567
5568
5569 \end_layout
5570
5571 \begin_layout Standard
5572 Como todas las ecuaciones multilínea son matrices, la longitud 
5573 \series bold
5574
5575 \backslash
5576 arraycolsep
5577 \series default
5578
5579 \begin_inset Index
5580 status collapsed
5581
5582 \begin_layout Plain Layout
5583 Comandos ! A ! 
5584 \backslash
5585 arraycolsep
5586 \end_layout
5587
5588 \end_inset
5589
5590 , que se describe en 
5591 \begin_inset CommandInset ref
5592 LatexCommand ref
5593 reference "sub:Separación-de-columnas"
5594
5595 \end_inset
5596
5597 , también se puede usar para cambiar la separación de las columnas en una
5598  matriz.
5599  Para cambiar la separación de las filas, se usa el comando 
5600 \series bold
5601
5602 \backslash
5603 arraystretch
5604 \series default
5605
5606 \begin_inset Index
5607 status collapsed
5608
5609 \begin_layout Plain Layout
5610 Comandos ! A ! 
5611 \backslash
5612 arraystretch
5613 \end_layout
5614
5615 \end_inset
5616
5617  de la siguiente manera:
5618 \end_layout
5619
5620 \begin_layout Standard
5621
5622 \series bold
5623
5624 \backslash
5625 renewcommand{
5626 \backslash
5627 arraystretch}{factor de separación}
5628 \begin_inset Index
5629 status collapsed
5630
5631 \begin_layout Plain Layout
5632 Comandos ! R ! 
5633 \backslash
5634 renewcommand
5635 \end_layout
5636
5637 \end_inset
5638
5639
5640 \end_layout
5641
5642 \begin_layout Standard
5643 El comando 
5644 \series bold
5645
5646 \backslash
5647 renewcommand
5648 \series default
5649  asigna el factor de separación al comando predefinido 
5650 \series bold
5651
5652 \backslash
5653 arraystretch
5654 \series default
5655 .
5656  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5657  Además, éste se usa para todas las matrices siguientes.
5658  Para volver a la separación original, asigna factor 1 a 
5659 \series bold
5660
5661 \backslash
5662 arraystretch
5663 \series default
5664 .
5665 \end_layout
5666
5667 \begin_layout Standard
5668 Para poner matrices en línea se usa el comando 
5669 \series bold
5670
5671 \backslash
5672 smallmatrix
5673 \series default
5674
5675 \begin_inset Index
5676 status collapsed
5677
5678 \begin_layout Plain Layout
5679 Comandos ! S ! 
5680 \backslash
5681 smallmatrix
5682 \end_layout
5683
5684 \end_inset
5685
5686 .
5687  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5688  se inserta la matriz.
5689  
5690 \end_layout
5691
5692 \begin_layout Standard
5693 Esto es una matriz 
5694 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5695 C & D\end{smallmatrix}\right)$
5696 \end_inset
5697
5698  en línea.
5699 \end_layout
5700
5701 \begin_layout Section
5702 Delimitadores
5703 \begin_inset Index
5704 status collapsed
5705
5706 \begin_layout Plain Layout
5707 Delimitadores
5708 \end_layout
5709
5710 \end_inset
5711
5712
5713 \end_layout
5714
5715 \begin_layout Subsection
5716 Delimitadores verticales
5717 \begin_inset Index
5718 status collapsed
5719
5720 \begin_layout Plain Layout
5721 Delimitadores ! verticales
5722 \end_layout
5723
5724 \end_inset
5725
5726
5727 \end_layout
5728
5729 \begin_layout Standard
5730 \begin_inset space \hfill{}
5731 \end_inset
5732
5733
5734 \begin_inset Tabular
5735 <lyxtabular version="3" rows="9" columns="2">
5736 <features>
5737 <column alignment="center" valignment="top" width="0pt">
5738 <column alignment="center" valignment="top" width="0pt">
5739 <row>
5740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 Comando
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 Resultado
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 </row>
5759 <row>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 (
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 \begin_inset Formula $($
5774 \end_inset
5775
5776
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 </row>
5782 <row>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 {
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 \begin_inset Formula $\{$
5797 \end_inset
5798
5799
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 </row>
5805 <row>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 [
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 \begin_inset Formula $[$
5820 \end_inset
5821
5822
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 </row>
5828 <row>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833
5834 \backslash
5835 langle
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 \begin_inset Formula $\langle$
5845 \end_inset
5846
5847
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 </row>
5853 <row>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858
5859 \backslash
5860 lceil
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 \begin_inset Formula $\lceil$
5870 \end_inset
5871
5872
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 </row>
5878 <row>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883
5884 \backslash
5885 lfloor
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 \begin_inset Formula $\lfloor$
5895 \end_inset
5896
5897
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 </row>
5903 <row>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 /
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 \begin_inset Formula $/$
5918 \end_inset
5919
5920
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 </row>
5926 <row>
5927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 |
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 \begin_inset Formula $|$
5941 \end_inset
5942
5943
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 </row>
5949 </lyxtabular>
5950
5951 \end_inset
5952
5953
5954 \begin_inset space \hfill{}
5955 \end_inset
5956
5957
5958 \begin_inset Tabular
5959 <lyxtabular version="3" rows="9" columns="2">
5960 <features>
5961 <column alignment="center" valignment="top" width="0pt">
5962 <column alignment="center" valignment="top" width="0pt">
5963 <row>
5964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 Comando
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 Resultado
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 </row>
5983 <row>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 )
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 \begin_inset Formula $)$
5998 \end_inset
5999
6000
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 </row>
6006 <row>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 }
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 \begin_inset Formula $\}$
6021 \end_inset
6022
6023
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 </row>
6029 <row>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 ]
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 \begin_inset Formula $]$
6044 \end_inset
6045
6046
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 </row>
6052 <row>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057
6058 \backslash
6059 rangle
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 \begin_inset Formula $\rangle$
6069 \end_inset
6070
6071
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 </row>
6077 <row>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082
6083 \backslash
6084 rceil
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 \begin_inset Formula $\rceil$
6094 \end_inset
6095
6096
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 </row>
6102 <row>
6103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107
6108 \backslash
6109 rfloor
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 \begin_inset Formula $\rfloor$
6119 \end_inset
6120
6121
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 </row>
6127 <row>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132
6133 \backslash
6134
6135 \backslash
6136
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 \begin_inset Formula $\backslash$
6146 \end_inset
6147
6148
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 </row>
6154 <row>
6155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159
6160 \backslash
6161 |
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 \begin_inset Formula $\|$
6171 \end_inset
6172
6173
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 </row>
6179 </lyxtabular>
6180
6181 \end_inset
6182
6183
6184 \begin_inset space \hfill{}
6185 \end_inset
6186
6187
6188 \end_layout
6189
6190 \begin_layout Standard
6191 \begin_inset Note Greyedout
6192 status collapsed
6193
6194 \begin_layout Plain Layout
6195
6196 \series bold
6197 Nota
6198 \series default
6199 : En modo TeX hay que usar el comando 
6200 \series bold
6201
6202 \backslash
6203 textbackslash
6204 \series default
6205
6206 \begin_inset Index
6207 status collapsed
6208
6209 \begin_layout Plain Layout
6210 Comandos ! T ! 
6211 \backslash
6212 textbackslash
6213 \end_layout
6214
6215 \end_inset
6216
6217  para la barra invertida, porque si no el comando 
6218 \series bold
6219
6220 \backslash
6221
6222 \backslash
6223
6224 \series default
6225  genera un salto de línea.
6226 \end_layout
6227
6228 \end_inset
6229
6230
6231 \end_layout
6232
6233 \begin_layout Standard
6234 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6235  descritos en las dos subsecciones siguientes.
6236  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6237  < y > en vez de los comandos 
6238 \series bold
6239
6240 \backslash
6241 langle
6242 \series default
6243  y 
6244 \series bold
6245
6246 \backslash
6247 rangle
6248 \series default
6249 .
6250  
6251 \end_layout
6252
6253 \begin_layout Subsubsection
6254 Tamaño manual de los delimitadores
6255 \begin_inset CommandInset label
6256 LatexCommand label
6257 name "sub:Tamaño-manual-de"
6258
6259 \end_inset
6260
6261
6262 \begin_inset Index
6263 status collapsed
6264
6265 \begin_layout Plain Layout
6266 Delimitadores ! tamaño manual
6267 \end_layout
6268
6269 \end_inset
6270
6271
6272 \end_layout
6273
6274 \begin_layout Standard
6275 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6276  LaTeX 
6277 \series bold
6278
6279 \backslash
6280 big
6281 \series default
6282
6283 \begin_inset Index
6284 status collapsed
6285
6286 \begin_layout Plain Layout
6287 Comandos ! B ! 
6288 \backslash
6289 big
6290 \end_layout
6291
6292 \end_inset
6293
6294
6295 \series bold
6296
6297 \backslash
6298 Big
6299 \series default
6300
6301 \series bold
6302
6303 \backslash
6304 bigg
6305 \series default
6306 , y 
6307 \series bold
6308
6309 \backslash
6310 Bigg
6311 \series default
6312 .
6313  
6314 \series bold
6315
6316 \backslash
6317 big
6318 \series default
6319  indica el tamaño menor y 
6320 \series bold
6321
6322 \backslash
6323 Bigg
6324 \series default
6325  el mayor.
6326 \end_layout
6327
6328 \begin_layout Standard
6329 Estos comandos se usan para resaltar niveles de delimitación:
6330 \end_layout
6331
6332 \begin_layout Standard
6333 \noindent
6334 \align center
6335 \begin_inset Tabular
6336 <lyxtabular version="3" rows="2" columns="2">
6337 <features>
6338 <column alignment="center" valignment="top" width="0">
6339 <column alignment="center" valignment="top" width="0">
6340 <row>
6341 <cell alignment="center" valignment="top" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 todos los delimitadores de igual tamaño:
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 <cell alignment="center" valignment="top" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6355 \end_inset
6356
6357
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 </row>
6363 <row>
6364 <cell alignment="center" valignment="top" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 así tiene mejor aspecto:
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6378 \end_inset
6379
6380
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 </row>
6386 </lyxtabular>
6387
6388 \end_inset
6389
6390
6391 \begin_inset Note Note
6392 status collapsed
6393
6394 \begin_layout Plain Layout
6395
6396 \series bold
6397
6398 \backslash
6399 raisebox
6400 \series default
6401  se usa sólo como espaciador
6402 \end_layout
6403
6404 \end_inset
6405
6406
6407 \end_layout
6408
6409 \begin_layout Standard
6410 Para la segunda expresión se ha empleado el comando 
6411 \series bold
6412
6413 \backslash
6414 Big((A+B)(A-B)
6415 \backslash
6416 Big)^
6417 \series default
6418
6419 \begin_inset ERT
6420 status collapsed
6421
6422 \begin_layout Plain Layout
6423
6424
6425 \backslash
6426 spce 
6427 \end_layout
6428
6429 \end_inset
6430
6431
6432 \series bold
6433 C
6434 \series default
6435 .
6436 \end_layout
6437
6438 \begin_layout Standard
6439 He aquí una visión conjunta de todos los tamaños y delimitadores:
6440 \end_layout
6441
6442 \begin_layout Standard
6443 \noindent
6444 \align center
6445
6446 \backslash
6447 Bigg(
6448 \backslash
6449 exp
6450 \backslash
6451 bigg<
6452 \backslash
6453 Big[
6454 \backslash
6455 big{
6456 \backslash
6457 ln(3x)
6458 \backslash
6459 big}^2
6460 \begin_inset ERT
6461 status collapsed
6462
6463 \begin_layout Plain Layout
6464
6465
6466 \backslash
6467 spce 
6468 \end_layout
6469
6470 \end_inset
6471
6472
6473 \backslash
6474 sen(x)
6475 \backslash
6476 Big]^
6477 \begin_inset ERT
6478 status collapsed
6479
6480 \begin_layout Plain Layout
6481
6482
6483 \backslash
6484 spce 
6485 \end_layout
6486
6487 \end_inset
6488
6489 A
6490 \begin_inset ERT
6491 status collapsed
6492
6493 \begin_layout Plain Layout
6494
6495
6496 \backslash
6497 spce 
6498 \end_layout
6499
6500 \end_inset
6501
6502
6503 \backslash
6504 bigg>
6505 \backslash
6506 Bigg)^0,5
6507 \begin_inset Formula \[
6508 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6509
6510 \end_inset
6511
6512
6513 \end_layout
6514
6515 \begin_layout Standard
6516 Además de los comandos 
6517 \series bold
6518
6519 \backslash
6520 big
6521 \series default
6522  hay la variante 
6523 \series bold
6524
6525 \backslash
6526 bigm
6527 \series default
6528
6529 \begin_inset Index
6530 status collapsed
6531
6532 \begin_layout Plain Layout
6533 Comandos ! B ! 
6534 \backslash
6535 bigm
6536 \end_layout
6537
6538 \end_inset
6539
6540 , que añade un poco más de espacio entre el delimitador y su contenido,
6541  y la variante 
6542 \series bold
6543
6544 \backslash
6545 bigl
6546 \series default
6547 -
6548 \series bold
6549
6550 \backslash
6551 bigr
6552 \series default
6553
6554 \begin_inset Index
6555 status collapsed
6556
6557 \begin_layout Plain Layout
6558 Comandos ! B ! 
6559 \backslash
6560 bigl - 
6561 \backslash
6562 bigr
6563 \end_layout
6564
6565 \end_inset
6566
6567 , que no añade espacio adicional.
6568  La 
6569 \emph on
6570 l
6571 \emph default
6572  al final del comando 
6573 \series bold
6574
6575 \backslash
6576 bigl 
6577 \series default
6578 es para el delimitador izquierdo, la 
6579 \emph on
6580 r
6581 \emph default
6582  es para el delimitador derecho.
6583  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6584  apertura o de cierre.
6585 \end_layout
6586
6587 \begin_layout Standard
6588 En el siguiente cuadro hay una comparación de las variantes:
6589 \end_layout
6590
6591 \begin_layout Standard
6592 \noindent
6593 \align center
6594 \begin_inset Tabular
6595 <lyxtabular version="3" rows="5" columns="2">
6596 <features>
6597 <column alignment="center" valignment="top" width="0">
6598 <column alignment="center" valignment="top" width="0">
6599 <row>
6600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Plain Layout
6604 Comando
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 Resultado
6614 \begin_inset Note Note
6615 status collapsed
6616
6617 \begin_layout Plain Layout
6618
6619 \series bold
6620
6621 \backslash
6622 raisebox
6623 \series default
6624  se usa sólo como espaciador
6625 \end_layout
6626
6627 \end_inset
6628
6629
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 </row>
6635 <row>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640
6641 \backslash
6642 Bigm(
6643 \backslash
6644 bigm(
6645 \backslash
6646 ln(3x)
6647 \backslash
6648 bigm)^2
6649 \series bold
6650
6651 \begin_inset ERT
6652 status collapsed
6653
6654 \begin_layout Plain Layout
6655
6656
6657 \backslash
6658 spce 
6659 \end_layout
6660
6661 \end_inset
6662
6663
6664 \series default
6665
6666 \backslash
6667 Bigm)
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6677 \end_inset
6678
6679
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 </row>
6685 <row>
6686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690
6691 \backslash
6692 Big(
6693 \backslash
6694 big(
6695 \backslash
6696 ln(3x)
6697 \backslash
6698 big)^2
6699 \series bold
6700
6701 \begin_inset ERT
6702 status collapsed
6703
6704 \begin_layout Plain Layout
6705
6706
6707 \backslash
6708 spce 
6709 \end_layout
6710
6711 \end_inset
6712
6713
6714 \series default
6715
6716 \backslash
6717 Big)
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6727 \end_inset
6728
6729
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 </row>
6735 <row>
6736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740
6741 \backslash
6742 Bigl(
6743 \backslash
6744 bigl(
6745 \backslash
6746 ln(3x)
6747 \backslash
6748 bigr)^2
6749 \series bold
6750
6751 \begin_inset ERT
6752 status collapsed
6753
6754 \begin_layout Plain Layout
6755
6756
6757 \backslash
6758 spce 
6759 \end_layout
6760
6761 \end_inset
6762
6763
6764 \series default
6765
6766 \backslash
6767 Bigr)
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6777 \end_inset
6778
6779
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 </row>
6785 <row>
6786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790
6791 \backslash
6792 bigl)
6793 \backslash
6794 ln(3x)
6795 \backslash
6796 bigr(
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6806 \end_inset
6807
6808
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 </row>
6814 </lyxtabular>
6815
6816 \end_inset
6817
6818
6819 \end_layout
6820
6821 \begin_layout Subsubsection
6822 Tamaño automático de los delimitadores
6823 \begin_inset CommandInset label
6824 LatexCommand label
6825 name "sub:Tamaño-automático-de"
6826
6827 \end_inset
6828
6829
6830 \begin_inset Index
6831 status collapsed
6832
6833 \begin_layout Plain Layout
6834 Delimitadores ! tamaño automático
6835 \end_layout
6836
6837 \end_inset
6838
6839
6840 \end_layout
6841
6842 \begin_layout Standard
6843 Se pueden insertar delimitadores de tamaño variable con los comandos 
6844 \series bold
6845
6846 \backslash
6847 left
6848 \series default
6849
6850 \begin_inset Index
6851 status collapsed
6852
6853 \begin_layout Plain Layout
6854 Comandos ! L ! 
6855 \backslash
6856 left
6857 \end_layout
6858
6859 \end_inset
6860
6861  y 
6862 \series bold
6863
6864 \backslash
6865 right
6866 \series default
6867
6868 \begin_inset Index
6869 status collapsed
6870
6871 \begin_layout Plain Layout
6872 Comandos ! R ! 
6873 \backslash
6874 right
6875 \end_layout
6876
6877 \end_inset
6878
6879  o con el botón de la barra de ecuaciones 
6880 \begin_inset Graphics
6881         filename ../../images/dialog-show_mathdelimiter.png
6882         scale 85
6883
6884 \end_inset
6885
6886 .
6887  El delimitador deseado se debe insertar directamente detrás de 
6888 \series bold
6889
6890 \backslash
6891 left
6892 \series default
6893  y 
6894 \series bold
6895
6896 \backslash
6897 right
6898 \series default
6899 .
6900  El tamaño se calculará automáticamente después para la salida.
6901  
6902 \end_layout
6903
6904 \begin_layout Standard
6905 \noindent
6906 \align center
6907 delimitador normal: El comando 
6908 \series bold
6909
6910 \backslash
6911 ln(
6912 \backslash
6913 frac
6914 \series default
6915
6916 \begin_inset ERT
6917 status collapsed
6918
6919 \begin_layout Plain Layout
6920
6921
6922 \backslash
6923 spce 
6924 \end_layout
6925
6926 \end_inset
6927
6928
6929 \series bold
6930 A
6931 \begin_inset Formula $\downarrow$
6932 \end_inset
6933
6934 C
6935 \series default
6936
6937 \begin_inset ERT
6938 status collapsed
6939
6940 \begin_layout Plain Layout
6941
6942
6943 \backslash
6944 spce
6945 \end_layout
6946
6947 \end_inset
6948
6949
6950 \series bold
6951 )
6952 \series default
6953  genera
6954 \begin_inset Formula \[
6955 \ln(\frac{A}{C})\]
6956
6957 \end_inset
6958
6959
6960 \end_layout
6961
6962 \begin_layout Standard
6963 \noindent
6964 \align center
6965 delimitador multilínea: El comando 
6966 \series bold
6967
6968 \backslash
6969 ln
6970 \backslash
6971 left(
6972 \backslash
6973 frac
6974 \series default
6975
6976 \begin_inset ERT
6977 status collapsed
6978
6979 \begin_layout Plain Layout
6980
6981
6982 \backslash
6983 spce 
6984 \end_layout
6985
6986 \end_inset
6987
6988
6989 \series bold
6990 A
6991 \begin_inset Formula $\downarrow$
6992 \end_inset
6993
6994 C
6995 \series default
6996
6997 \begin_inset ERT
6998 status collapsed
6999
7000 \begin_layout Plain Layout
7001
7002
7003 \backslash
7004 spce 
7005 \end_layout
7006
7007 \end_inset
7008
7009
7010 \series bold
7011
7012 \backslash
7013 right)
7014 \series default
7015  genera
7016 \begin_inset Formula \[
7017 \ln\left(\frac{A}{C}\right)\]
7018
7019 \end_inset
7020
7021
7022 \end_layout
7023
7024 \begin_layout Standard
7025 En lugar de 
7026 \series bold
7027
7028 \backslash
7029 left
7030 \series default
7031  y 
7032 \series bold
7033
7034 \backslash
7035 right
7036 \series default
7037  se puede usar el atajo 
7038 \family sans
7039 Alt-m
7040 \begin_inset space ~
7041 \end_inset
7042
7043 delimitador
7044 \family default
7045 .
7046  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7047  real del delimitador y además se genera el correspondiente delimitador
7048  de cierre.
7049 \begin_inset Newline newline
7050 \end_inset
7051
7052 El comando para el último ejemplo sería 
7053 \series bold
7054
7055 \backslash
7056 ln Alt-m
7057 \series default
7058  
7059 \series bold
7060 (
7061 \backslash
7062 frac
7063 \begin_inset ERT
7064 status collapsed
7065
7066 \begin_layout Plain Layout
7067
7068
7069 \backslash
7070 spce 
7071 \end_layout
7072
7073 \end_inset
7074
7075 A
7076 \begin_inset Formula $\downarrow$
7077 \end_inset
7078
7079
7080 \end_layout
7081
7082 \begin_layout Standard
7083 Para omitir uno de los dos delimitadores se inserta un punto.
7084  Por ejemplo, el comando 
7085 \series bold
7086
7087 \backslash
7088 left.
7089 \backslash
7090 frac
7091 \series default
7092
7093 \begin_inset ERT
7094 status collapsed
7095
7096 \begin_layout Plain Layout
7097
7098
7099 \backslash
7100 spce 
7101 \end_layout
7102
7103 \end_inset
7104
7105
7106 \series bold
7107 A
7108 \begin_inset Formula $\downarrow$
7109 \end_inset
7110
7111 B
7112 \series default
7113
7114 \begin_inset ERT
7115 status collapsed
7116
7117 \begin_layout Plain Layout
7118
7119
7120 \backslash
7121 spce 
7122 \end_layout
7123
7124 \end_inset
7125
7126
7127 \series bold
7128
7129 \backslash
7130 right}
7131 \series default
7132  da lugar a:
7133 \begin_inset Formula \[
7134 \left.\frac{A}{B}\right\} \]
7135
7136 \end_inset
7137
7138
7139 \end_layout
7140
7141 \begin_layout Standard
7142 LyX convertirá los comandos 
7143 \series bold
7144
7145 \backslash
7146 left
7147 \series default
7148  y 
7149 \series bold
7150
7151 \backslash
7152 right
7153 \series default
7154  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7155  omitido aparecerá como línea de trazos.
7156  
7157 \begin_inset VSpace bigskip
7158 \end_inset
7159
7160
7161 \end_layout
7162
7163 \begin_layout Standard
7164 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7165  de LaTeX, el comando 
7166 \series bold
7167
7168 \backslash
7169 middle
7170 \series default
7171
7172 \begin_inset Index
7173 status collapsed
7174
7175 \begin_layout Plain Layout
7176 Comandos ! M ! 
7177 \backslash
7178 middle
7179 \end_layout
7180
7181 \end_inset
7182
7183  está también disponible para todos los delimitadores y límites.
7184  Con este comando la altura del siguiente carácter se adapta a la de los
7185  delimitadores circundantes, lo que es necesario, p.
7186 \begin_inset space \thinspace{}
7187 \end_inset
7188
7189 e., para vectores físicos: 
7190 \begin_inset Formula \[
7191 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7192
7193 \end_inset
7194
7195
7196 \end_layout
7197
7198 \begin_layout Standard
7199 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7200 \begin_inset CommandInset ref
7201 LatexCommand ref
7202 reference "sub:Vectores-físicos"
7203
7204 \end_inset
7205
7206 .
7207 \end_layout
7208
7209 \begin_layout Subsection
7210 Delimitadores horizontales
7211 \begin_inset Index
7212 status collapsed
7213
7214 \begin_layout Plain Layout
7215 Delimitadores ! horizontales
7216 \end_layout
7217
7218 \end_inset
7219
7220
7221 \end_layout
7222
7223 \begin_layout Standard
7224 \noindent
7225 \align center
7226 \begin_inset Tabular
7227 <lyxtabular version="3" rows="4" columns="2">
7228 <features>
7229 <column alignment="center" valignment="top" width="0">
7230 <column alignment="center" valignment="top" width="0">
7231 <row>
7232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 Comando
7237 \begin_inset Note Note
7238 status collapsed
7239
7240 \begin_layout Plain Layout
7241
7242 \series bold
7243
7244 \backslash
7245 raisebox
7246 \series default
7247  se usa sólo como espaciador
7248 \end_layout
7249
7250 \end_inset
7251
7252
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 Resultado
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 </row>
7267 <row>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 \begin_inset ERT
7273 status collapsed
7274
7275 \begin_layout Plain Layout
7276
7277
7278 \backslash
7279 raisebox{2.3mm}{
7280 \end_layout
7281
7282 \end_inset
7283
7284
7285 \backslash
7286 overbrace
7287 \begin_inset ERT
7288 status collapsed
7289
7290 \begin_layout Plain Layout
7291
7292
7293 \backslash
7294 spce 
7295 \end_layout
7296
7297 \end_inset
7298
7299 A+B
7300 \begin_inset ERT
7301 status collapsed
7302
7303 \begin_layout Plain Layout
7304
7305
7306 \backslash
7307 spce 
7308 \end_layout
7309
7310 \end_inset
7311
7312 ^
7313 \begin_inset ERT
7314 status collapsed
7315
7316 \begin_layout Plain Layout
7317
7318
7319 \backslash
7320 spce 
7321 \end_layout
7322
7323 \end_inset
7324
7325 3
7326 \begin_inset ERT
7327 status collapsed
7328
7329 \begin_layout Plain Layout
7330
7331 }
7332 \end_layout
7333
7334 \end_inset
7335
7336
7337 \begin_inset Index
7338 status collapsed
7339
7340 \begin_layout Plain Layout
7341 Comandos ! O ! 
7342 \backslash
7343 overbrace
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357 \begin_inset Formula $\overbrace{A+B}^{3}$
7358 \end_inset
7359
7360
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 </row>
7366 <row>
7367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 \begin_inset ERT
7372 status collapsed
7373
7374 \begin_layout Plain Layout
7375
7376
7377 \backslash
7378 raisebox{-2.2mm}{
7379 \end_layout
7380
7381 \end_inset
7382
7383
7384 \backslash
7385 underbrace
7386 \begin_inset ERT
7387 status collapsed
7388
7389 \begin_layout Plain Layout
7390
7391
7392 \backslash
7393 spce 
7394 \end_layout
7395
7396 \end_inset
7397
7398 A+B
7399 \begin_inset ERT
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403
7404
7405 \backslash
7406 spce 
7407 \end_layout
7408
7409 \end_inset
7410
7411 _5
7412 \begin_inset ERT
7413 status collapsed
7414
7415 \begin_layout Plain Layout
7416
7417 }
7418 \end_layout
7419
7420 \end_inset
7421
7422
7423 \begin_inset Index
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427 Comandos ! U ! 
7428 \backslash
7429 underbrace
7430 \end_layout
7431
7432 \end_inset
7433
7434
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 \begin_inset Formula $\underbrace{A+B}_{5}$
7444 \end_inset
7445
7446
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 </row>
7452 <row>
7453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457
7458 \backslash
7459 overbrace
7460 \begin_inset ERT
7461 status collapsed
7462
7463 \begin_layout Plain Layout
7464
7465
7466 \backslash
7467 spce 
7468 \end_layout
7469
7470 \end_inset
7471
7472
7473 \backslash
7474 underbrace
7475 \begin_inset ERT
7476 status collapsed
7477
7478 \begin_layout Plain Layout
7479
7480
7481 \backslash
7482 spce 
7483 \end_layout
7484
7485 \end_inset
7486
7487 A+B_w
7488 \begin_inset ERT
7489 status collapsed
7490
7491 \begin_layout Plain Layout
7492
7493
7494 \backslash
7495 spce 
7496 \end_layout
7497
7498 \end_inset
7499
7500
7501 \begin_inset ERT
7502 status collapsed
7503
7504 \begin_layout Plain Layout
7505
7506
7507 \backslash
7508 spce 
7509 \end_layout
7510
7511 \end_inset
7512
7513 _7
7514 \begin_inset ERT
7515 status collapsed
7516
7517 \begin_layout Plain Layout
7518
7519
7520 \backslash
7521 spce 
7522 \end_layout
7523
7524 \end_inset
7525
7526
7527 \begin_inset ERT
7528 status collapsed
7529
7530 \begin_layout Plain Layout
7531
7532
7533 \backslash
7534 spce 
7535 \end_layout
7536
7537 \end_inset
7538
7539 ^
7540 \begin_inset ERT
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544
7545
7546 \backslash
7547 spce 
7548 \end_layout
7549
7550 \end_inset
7551
7552 C
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7562 \end_inset
7563
7564
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 </row>
7570 </lyxtabular>
7571
7572 \end_inset
7573
7574
7575 \end_layout
7576
7577 \begin_layout Standard
7578 En el último ejemplo no importa en qué orden se introducen los comandos
7579  
7580 \series bold
7581
7582 \backslash
7583 overbrace
7584 \series default
7585  y 
7586 \series bold
7587
7588 \backslash
7589 underbrace
7590 \series default
7591 .
7592 \begin_inset VSpace bigskip
7593 \end_inset
7594
7595
7596 \end_layout
7597
7598 \begin_layout Standard
7599 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7600  multilínea, como se describe en
7601 \begin_inset space ~
7602 \end_inset
7603
7604
7605 \begin_inset CommandInset ref
7606 LatexCommand ref
7607 reference "sec:Ecuaciones-multilínea"
7608
7609 \end_inset
7610
7611 :
7612 \begin_inset Formula \begin{eqnarray*}
7613 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7614  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7615
7616 \end_inset
7617
7618 En la primera fila se insertan la ecuación y la primera llave.
7619  Aquí es importante insertar el comando de espacio
7620 \begin_inset Foot
7621 status collapsed
7622
7623 \begin_layout Plain Layout
7624 Los comandos para espacios se explican en 
7625 \begin_inset CommandInset ref
7626 LatexCommand ref
7627 reference "sub:Espacio-predefinido"
7628
7629 \end_inset
7630
7631
7632 \end_layout
7633
7634 \end_inset
7635
7636  
7637 \series bold
7638
7639 \backslash
7640 :
7641 \series default
7642  antes de la primera
7643 \series bold
7644  
7645 \series default
7646
7647 \begin_inset Formula $d$
7648 \end_inset
7649
7650 , porque la llave que termina detrás de 
7651 \begin_inset Formula $q$
7652 \end_inset
7653
7654  impide que el siguiente 
7655 \begin_inset Quotes fld
7656 \end_inset
7657
7658 +
7659 \begin_inset Quotes frd
7660 \end_inset
7661
7662  esté rodeado de espacio.
7663 \begin_inset Foot
7664 status collapsed
7665
7666 \begin_layout Plain Layout
7667 Debido a que la llave no es considerada como carácter, véase 
7668 \begin_inset CommandInset ref
7669 LatexCommand ref
7670 reference "sub:Operadores-binarios"
7671
7672 \end_inset
7673
7674
7675 \end_layout
7676
7677 \end_inset
7678
7679  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7680  de 
7681 \begin_inset Formula $b$
7682 \end_inset
7683
7684  se inserta antes el comando 
7685 \series bold
7686
7687 \backslash
7688 hphantom{gggg+
7689 \backslash
7690 :}
7691 \series default
7692 .
7693 \begin_inset Foot
7694 status collapsed
7695
7696 \begin_layout Plain Layout
7697 Más sobre 
7698 \series bold
7699
7700 \backslash
7701 hphantom
7702 \series default
7703  en 
7704 \begin_inset CommandInset ref
7705 LatexCommand ref
7706 reference "sub:Espacios-reservados"
7707
7708 \end_inset
7709
7710
7711 \end_layout
7712
7713 \end_inset
7714
7715  Ese espacio es necesario porque el signo 
7716 \begin_inset Quotes fld
7717 \end_inset
7718
7719 +
7720 \begin_inset Quotes frd
7721 \end_inset
7722
7723  va seguido de un espacio en la ecuación.
7724  La llave se coloca bajo el comando 
7725 \series bold
7726
7727 \backslash
7728 hphantom{bbqq+dddd}
7729 \series default
7730 .
7731  
7732 \end_layout
7733
7734 \begin_layout Standard
7735 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7736  ejemplo:
7737 \begin_inset ERT
7738 status collapsed
7739
7740 \begin_layout Plain Layout
7741
7742
7743 \backslash
7744 setlength{
7745 \backslash
7746 jot}{-6pt}
7747 \end_layout
7748
7749 \end_inset
7750
7751
7752 \begin_inset Formula \begin{eqnarray*}
7753  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7754 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7755
7756 \end_inset
7757
7758
7759 \begin_inset ERT
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763
7764
7765 \backslash
7766 setlength{
7767 \backslash
7768 jot}{3pt}
7769 \end_layout
7770
7771 \end_inset
7772
7773 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7774  anterior, con la diferencia de que la llave está encima.
7775  La segunda fila contiene la ecuación junto con la segunda llave.
7776  Para evitar que haya demasiado espacio entre la llave superior en la primera
7777  fila y la ecuación hay que reducirlo.
7778  Esto no es fácil de hacer debido a un fallo de LyX.
7779 \begin_inset Foot
7780 status collapsed
7781
7782 \begin_layout Plain Layout
7783 \begin_inset CommandInset href
7784 LatexCommand href
7785 name "LyX-bug #1505"
7786 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7787
7788 \end_inset
7789
7790
7791 \end_layout
7792
7793 \end_inset
7794
7795  Una solución es cambiar la separación global de filas en la ecuación, 
7796 \series bold
7797
7798 \backslash
7799 jot
7800 \series default
7801
7802 \begin_inset Index
7803 status collapsed
7804
7805 \begin_layout Plain Layout
7806 Comandos ! J ! 
7807 \backslash
7808 jot
7809 \end_layout
7810
7811 \end_inset
7812
7813 , en -6
7814 \begin_inset space \thinspace{}
7815 \end_inset
7816
7817 pt insertando antes de la ecuación el comando 
7818 \series bold
7819
7820 \backslash
7821 setlength{
7822 \backslash
7823 jot}{-6pt}
7824 \series default
7825  en modo TeX.
7826  Después de la ecuación se vuelve al valor normal 3
7827 \begin_inset space \thinspace{}
7828 \end_inset
7829
7830 pt de 
7831 \series bold
7832
7833 \backslash
7834 jot
7835 \series default
7836  usando el mismo comando.
7837  Más información sobre separación de filas en ecuaciones en
7838 \begin_inset space ~
7839 \end_inset
7840
7841
7842 \begin_inset CommandInset ref
7843 LatexCommand ref
7844 reference "sub:Separación-de-líneas"
7845
7846 \end_inset
7847
7848 .
7849 \end_layout
7850
7851 \begin_layout Section
7852 Flechas
7853 \begin_inset Index
7854 status collapsed
7855
7856 \begin_layout Plain Layout
7857 Flechas
7858 \end_layout
7859
7860 \end_inset
7861
7862
7863 \end_layout
7864
7865 \begin_layout Standard
7866 Las flechas se pueden insertar con el botón 
7867 \begin_inset Graphics
7868         filename ../../images/math/leftarrow.png
7869         scale 85
7870
7871 \end_inset
7872
7873  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7874  siguientes.
7875 \end_layout
7876
7877 \begin_layout Subsection
7878 Flechas horizontales
7879 \begin_inset Index
7880 status collapsed
7881
7882 \begin_layout Plain Layout
7883 Flechas ! horizontales
7884 \end_layout
7885
7886 \end_inset
7887
7888
7889 \end_layout
7890
7891 \begin_layout Standard
7892 \begin_inset space \hfill{}
7893 \end_inset
7894
7895
7896 \begin_inset Tabular
7897 <lyxtabular version="3" rows="8" columns="2">
7898 <features>
7899 <column alignment="center" valignment="top" width="0pt">
7900 <column alignment="center" valignment="top" width="0pt">
7901 <row>
7902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 Comando
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 Resultado
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \backslash
7928 gets
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 \begin_inset Formula $\gets$
7938 \end_inset
7939
7940
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \backslash
7953 Leftarrow
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 \begin_inset Formula $\Leftarrow$
7963 \end_inset
7964
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \backslash
7978 longleftarrow
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 \begin_inset Formula $\longleftarrow$
7988 \end_inset
7989
7990
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row>
7997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \backslash
8003 Longleftarrow
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 \begin_inset Formula $\Longleftarrow$
8013 \end_inset
8014
8015
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row>
8022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \backslash
8028 leftharpoonup
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 \begin_inset Formula $\leftharpoonup$
8038 \end_inset
8039
8040
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \backslash
8053 leftharpoondown
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 \begin_inset Formula $\leftharpoondown$
8063 \end_inset
8064
8065
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row>
8072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \backslash
8078 hookleftarrow
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 \begin_inset Formula $\hookleftarrow$
8088 \end_inset
8089
8090
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 </lyxtabular>
8097
8098 \end_inset
8099
8100
8101 \begin_inset space \hfill{}
8102 \end_inset
8103
8104
8105 \begin_inset Tabular
8106 <lyxtabular version="3" rows="8" columns="2">
8107 <features>
8108 <column alignment="center" valignment="top" width="0pt">
8109 <column alignment="center" valignment="top" width="0pt">
8110 <row>
8111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 Comando
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Resultado
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 </row>
8130 <row>
8131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135
8136 \backslash
8137 to
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 \begin_inset Formula $\to$
8147 \end_inset
8148
8149
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \backslash
8162 Rightarrow
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 \begin_inset Formula $\Rightarrow$
8172 \end_inset
8173
8174
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 </row>
8180 <row>
8181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185
8186 \backslash
8187 longrightarrow
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 \begin_inset Formula $\longrightarrow$
8197 \end_inset
8198
8199
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \backslash
8212 Longrightarrow
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 \begin_inset Formula $\Longrightarrow$
8222 \end_inset
8223
8224
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 </row>
8230 <row>
8231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235
8236 \backslash
8237 rightharpoonup
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 \begin_inset Formula $\rightharpoonup$
8247 \end_inset
8248
8249
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 </row>
8255 <row>
8256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260
8261 \backslash
8262 rightharpoondown
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 \begin_inset Formula $\rightharpoondown$
8272 \end_inset
8273
8274
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \backslash
8287 hookrightarrow
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 \begin_inset Formula $\hookrightarrow$
8297 \end_inset
8298
8299
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 </lyxtabular>
8306
8307 \end_inset
8308
8309
8310 \begin_inset space \hfill{}
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \begin_layout Standard
8317 \begin_inset space \hfill{}
8318 \end_inset
8319
8320
8321 \begin_inset Tabular
8322 <lyxtabular version="3" rows="6" columns="2">
8323 <features>
8324 <column alignment="center" valignment="top" width="0pt">
8325 <column alignment="center" valignment="top" width="0pt">
8326 <row>
8327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 Comando
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Resultado
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 <row>
8347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351
8352 \backslash
8353 leftrightarrow
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 \begin_inset Formula $\leftrightarrow$
8363 \end_inset
8364
8365
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 </row>
8371 <row>
8372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376
8377 \backslash
8378 Leftrightarrow
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 \begin_inset Formula $\Leftrightarrow$
8388 \end_inset
8389
8390
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 </row>
8396 <row>
8397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401
8402 \backslash
8403 longleftrightarrow
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 \begin_inset Formula $\longleftrightarrow$
8413 \end_inset
8414
8415
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 <row>
8422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426
8427 \backslash
8428 Longleftrightarrow
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 \begin_inset Formula $\Longleftrightarrow$
8438 \end_inset
8439
8440
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \backslash
8453 rightleftharpoons
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 \begin_inset Formula $\rightleftharpoons$
8463 \end_inset
8464
8465
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 </lyxtabular>
8472
8473 \end_inset
8474
8475
8476 \begin_inset space \hspace{}
8477 \length 25pt
8478 \end_inset
8479
8480
8481 \begin_inset space \hfill{}
8482 \end_inset
8483
8484
8485 \begin_inset Tabular
8486 <lyxtabular version="3" rows="5" columns="2">
8487 <features>
8488 <column alignment="center" valignment="top" width="0pt">
8489 <column alignment="center" valignment="top" width="0pt">
8490 <row>
8491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Comando
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Resultado
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \backslash
8517 mapsto
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 \begin_inset Formula $\mapsto$
8527 \end_inset
8528
8529
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 <row>
8536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540
8541 \backslash
8542 longmapsto
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 \begin_inset Formula $\longmapsto$
8552 \end_inset
8553
8554
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 </row>
8560 <row>
8561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565
8566 \backslash
8567 leadsto
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 \begin_inset Formula $\leadsto$
8577 \end_inset
8578
8579
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \backslash
8592 dasharrow
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 \begin_inset Formula $\dasharrow$
8602 \end_inset
8603
8604
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 </lyxtabular>
8611
8612 \end_inset
8613
8614
8615 \begin_inset space \hfill{}
8616 \end_inset
8617
8618
8619 \begin_inset VSpace medskip
8620 \end_inset
8621
8622
8623 \end_layout
8624
8625 \begin_layout Standard
8626 Las flechas que se utilizan como acentos, p.
8627 \begin_inset space \thinspace{}
8628 \end_inset
8629
8630 e.
8631  en vectores, se describen en 
8632 \begin_inset CommandInset ref
8633 LatexCommand ref
8634 reference "sec:Acentos"
8635
8636 \end_inset
8637
8638 .
8639  
8640 \begin_inset VSpace bigskip
8641 \end_inset
8642
8643
8644 \end_layout
8645
8646 \begin_layout Standard
8647 Además hay las flechas etiquetadas
8648 \begin_inset Index
8649 status collapsed
8650
8651 \begin_layout Plain Layout
8652 Flechas ! etiquetadas
8653 \end_layout
8654
8655 \end_inset
8656
8657  
8658 \series bold
8659
8660 \backslash
8661 xleftarrow
8662 \series default
8663
8664 \begin_inset Index
8665 status collapsed
8666
8667 \begin_layout Plain Layout
8668 Comandos ! X ! 
8669 \backslash
8670 xleftarrow
8671 \end_layout
8672
8673 \end_inset
8674
8675  y 
8676 \series bold
8677
8678 \backslash
8679 xrightarrow
8680 \series default
8681
8682 \begin_inset Index
8683 status collapsed
8684
8685 \begin_layout Plain Layout
8686 Comandos ! X ! 
8687 \backslash
8688 xrightarrow
8689 \begin_inset ERT
8690 status collapsed
8691
8692 \begin_layout Plain Layout
8693
8694
8695 \backslash
8696 vspace{4mm}
8697 \end_layout
8698
8699 \end_inset
8700
8701
8702 \end_layout
8703
8704 \end_inset
8705
8706 .
8707  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8708  con dos marcos azules donde se puede insertar la etiqueta.
8709  La longitud de la flecha se adapta a la anchura de la etiqueta.
8710 \end_layout
8711
8712 \begin_layout Standard
8713 \noindent
8714 \align center
8715 \begin_inset Tabular
8716 <lyxtabular version="3" rows="3" columns="2">
8717 <features>
8718 <column alignment="center" valignment="top" width="0">
8719 <column alignment="center" valignment="top" width="0">
8720 <row>
8721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Comando
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 Resultado
8735 \begin_inset Note Note
8736 status collapsed
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741
8742 \backslash
8743 raisebox
8744 \series default
8745  se usa sólo como espaciador
8746 \end_layout
8747
8748 \end_inset
8749
8750
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 F(a)
8762 \backslash
8763 xleftarrow
8764 \begin_inset ERT
8765 status collapsed
8766
8767 \begin_layout Plain Layout
8768
8769
8770 \backslash
8771 spce 
8772 \end_layout
8773
8774 \end_inset
8775
8776 x=a
8777 \begin_inset Formula $\downarrow$
8778 \end_inset
8779
8780 x>0
8781 \begin_inset Formula $\to$
8782 \end_inset
8783
8784 F(x)
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8794 \end_inset
8795
8796
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 F(x)
8808 \backslash
8809 xrightarrow
8810 \begin_inset ERT
8811 status collapsed
8812
8813 \begin_layout Plain Layout
8814
8815
8816 \backslash
8817 spce 
8818 \end_layout
8819
8820 \end_inset
8821
8822 x=a
8823 \begin_inset Formula $\downarrow$
8824 \end_inset
8825
8826 x>0
8827 \begin_inset Formula $\to$
8828 \end_inset
8829
8830 F(a)
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8840 \end_inset
8841
8842
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 </lyxtabular>
8849
8850 \end_inset
8851
8852
8853 \end_layout
8854
8855 \begin_layout Subsection
8856 Flechas verticales y diagonales
8857 \begin_inset Index
8858 status collapsed
8859
8860 \begin_layout Plain Layout
8861 Flechas ! diagonales
8862 \end_layout
8863
8864 \end_inset
8865
8866
8867 \begin_inset Index
8868 status collapsed
8869
8870 \begin_layout Plain Layout
8871 Flechas ! verticales
8872 \end_layout
8873
8874 \end_inset
8875
8876
8877 \end_layout
8878
8879 \begin_layout Standard
8880 \begin_inset space \hfill{}
8881 \end_inset
8882
8883
8884 \begin_inset Tabular
8885 <lyxtabular version="3" rows="7" columns="2">
8886 <features>
8887 <column alignment="center" valignment="top" width="0pt">
8888 <column alignment="center" valignment="top" width="0pt">
8889 <row>
8890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Comando
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Resultado
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \backslash
8916 uparrow
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 \begin_inset Formula $\uparrow$
8926 \end_inset
8927
8928
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 </row>
8934 <row>
8935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939
8940 \backslash
8941 Uparrow
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 \begin_inset Formula $\Uparrow$
8951 \end_inset
8952
8953
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 </row>
8959 <row>
8960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964
8965 \backslash
8966 updownarrow
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 \begin_inset Formula $\updownarrow$
8976 \end_inset
8977
8978
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 </row>
8984 <row>
8985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989
8990 \backslash
8991 Updownarrow
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 \begin_inset Formula $\Updownarrow$
9001 \end_inset
9002
9003
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 </row>
9009 <row>
9010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014
9015 \backslash
9016 Downarrow
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 \begin_inset Formula $\Downarrow$
9026 \end_inset
9027
9028
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \backslash
9041 downarrow
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 \begin_inset Formula $\downarrow$
9051 \end_inset
9052
9053
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 </lyxtabular>
9060
9061 \end_inset
9062
9063
9064 \begin_inset space \hfill{}
9065 \end_inset
9066
9067
9068 \begin_inset Tabular
9069 <lyxtabular version="3" rows="5" columns="2">
9070 <features>
9071 <column alignment="center" valignment="top" width="0pt">
9072 <column alignment="center" valignment="top" width="0pt">
9073 <row>
9074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 Comando
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 Resultado
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 </row>
9093 <row>
9094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098
9099 \backslash
9100 nearrow
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 \begin_inset Formula $\nearrow$
9110 \end_inset
9111
9112
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \backslash
9125 searrow
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 \begin_inset Formula $\searrow$
9135 \end_inset
9136
9137
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \backslash
9150 swarrow
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 \begin_inset Formula $\swarrow$
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173
9174 \backslash
9175 nwarrow
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 \begin_inset Formula $\nwarrow$
9185 \end_inset
9186
9187
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 </row>
9193 </lyxtabular>
9194
9195 \end_inset
9196
9197
9198 \begin_inset space \hfill{}
9199 \end_inset
9200
9201
9202 \end_layout
9203
9204 \begin_layout Standard
9205 \begin_inset VSpace medskip
9206 \end_inset
9207
9208
9209 \end_layout
9210
9211 \begin_layout Standard
9212 Las flechas verticales también se pueden usar como delimitadores junto con
9213  los comandos descritos en
9214 \begin_inset space ~
9215 \end_inset
9216
9217
9218 \begin_inset CommandInset ref
9219 LatexCommand ref
9220 reference "sub:Tamaño-manual-de"
9221
9222 \end_inset
9223
9224  y 
9225 \begin_inset CommandInset ref
9226 LatexCommand ref
9227 reference "sub:Tamaño-automático-de"
9228
9229 \end_inset
9230
9231 .
9232 \end_layout
9233
9234 \begin_layout Standard
9235
9236 \end_layout
9237
9238 \begin_layout Section
9239 Acentos
9240 \begin_inset CommandInset label
9241 LatexCommand label
9242 name "sec:Acentos"
9243
9244 \end_inset
9245
9246
9247 \begin_inset Index
9248 status collapsed
9249
9250 \begin_layout Plain Layout
9251 Acentos
9252 \end_layout
9253
9254 \end_inset
9255
9256
9257 \end_layout
9258
9259 \begin_layout Standard
9260 Los acentos se pueden insertar con el botón 
9261 \begin_inset Graphics
9262         filename ../../images/math/hat.png
9263         scale 85
9264
9265 \end_inset
9266
9267  o mediante los comandos listados en las siguientes subsecciones.
9268 \end_layout
9269
9270 \begin_layout Subsection
9271 Acentos para un carácter
9272 \begin_inset ERT
9273 status collapsed
9274
9275 \begin_layout Plain Layout
9276
9277
9278 \backslash
9279 texorpdfstring{
9280 \end_layout
9281
9282 \end_inset
9283
9284
9285 \begin_inset Foot
9286 status open
9287
9288 \begin_layout Plain Layout
9289 Para acentos en texto, véase 
9290 \begin_inset CommandInset ref
9291 LatexCommand ref
9292 reference "sub:Acentos-en-texto"
9293
9294 \end_inset
9295
9296
9297 \end_layout
9298
9299 \end_inset
9300
9301
9302 \begin_inset ERT
9303 status collapsed
9304
9305 \begin_layout Plain Layout
9306
9307 }{}
9308 \end_layout
9309
9310 \end_inset
9311
9312
9313 \begin_inset Note Note
9314 status collapsed
9315
9316 \begin_layout Plain Layout
9317
9318 \backslash
9319 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9320  PDF.
9321 \end_layout
9322
9323 \begin_layout Plain Layout
9324 Más sobre 
9325 \backslash
9326 texorpdfstring en la sección 
9327 \begin_inset CommandInset ref
9328 LatexCommand ref
9329 reference "sub:Ecuaciones-en-encabezados"
9330
9331 \end_inset
9332
9333 .
9334 \end_layout
9335
9336 \end_inset
9337
9338
9339 \begin_inset CommandInset label
9340 LatexCommand label
9341 name "sub:Acentos-para-un"
9342
9343 \end_inset
9344
9345
9346 \begin_inset Index
9347 status collapsed
9348
9349 \begin_layout Plain Layout
9350 Acentos ! para un carácter
9351 \end_layout
9352
9353 \end_inset
9354
9355
9356 \end_layout
9357
9358 \begin_layout Standard
9359 \begin_inset space \hfill{}
9360 \end_inset
9361
9362
9363 \begin_inset Tabular
9364 <lyxtabular version="3" rows="8" columns="2">
9365 <features>
9366 <column alignment="center" valignment="top" width="0pt">
9367 <column alignment="center" valignment="top" width="0pt">
9368 <row>
9369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373 Comando
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 Resultado
9383 \begin_inset Note Note
9384 status collapsed
9385
9386 \begin_layout Plain Layout
9387
9388 \series bold
9389
9390 \backslash
9391 raisebox
9392 \series default
9393  se usa sólo como espaciador
9394 \end_layout
9395
9396 \end_inset
9397
9398
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \backslash
9411 dot
9412 \begin_inset ERT
9413 status collapsed
9414
9415 \begin_layout Plain Layout
9416
9417
9418 \backslash
9419 spce 
9420 \end_layout
9421
9422 \end_inset
9423
9424 A
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9434 \end_inset
9435
9436
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 </row>
9442 <row>
9443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447
9448 \backslash
9449 ddot
9450 \begin_inset ERT
9451 status collapsed
9452
9453 \begin_layout Plain Layout
9454
9455
9456 \backslash
9457 spce 
9458 \end_layout
9459
9460 \end_inset
9461
9462 A
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9472 \end_inset
9473
9474
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 </row>
9480 <row>
9481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485
9486 \backslash
9487 dddot
9488 \begin_inset ERT
9489 status collapsed
9490
9491 \begin_layout Plain Layout
9492
9493
9494 \backslash
9495 spce 
9496 \end_layout
9497
9498 \end_inset
9499
9500 A
9501 \end_layout
9502
9503 \end_inset
9504 </cell>
9505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 </row>
9518 <row>
9519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523
9524 \backslash
9525 ddddot{A
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 \begin_inset Formula $\raisebox{5mm}{}\ddddot{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 vec
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 \begin_inset Index
9565 status collapsed
9566
9567 \begin_layout Plain Layout
9568 Vectores
9569 \end_layout
9570
9571 \end_inset
9572
9573
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9583 \end_inset
9584
9585
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 </row>
9591 <row>
9592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596
9597 \backslash
9598 bar
9599 \begin_inset ERT
9600 status collapsed
9601
9602 \begin_layout Plain Layout
9603
9604
9605 \backslash
9606 spce 
9607 \end_layout
9608
9609 \end_inset
9610
9611 A
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Plain Layout
9620 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9621 \end_inset
9622
9623
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 </row>
9629 <row>
9630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634
9635 \backslash
9636 mathring
9637 \begin_inset ERT
9638 status collapsed
9639
9640 \begin_layout Plain Layout
9641
9642
9643 \backslash
9644 spce 
9645 \end_layout
9646
9647 \end_inset
9648
9649 A
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9659 \end_inset
9660
9661
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 </row>
9667 </lyxtabular>
9668
9669 \end_inset
9670
9671
9672 \begin_inset space \hfill{}
9673 \end_inset
9674
9675
9676 \begin_inset Tabular
9677 <lyxtabular version="3" rows="7" columns="2">
9678 <features>
9679 <column alignment="center" valignment="top" width="0pt">
9680 <column alignment="center" valignment="top" width="0pt">
9681 <row>
9682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686 Comando
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695 Resultado
9696 \begin_inset Note Note
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700
9701 \series bold
9702
9703 \backslash
9704 raisebox
9705 \series default
9706  se usa sólo como espaciador
9707 \end_layout
9708
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 </row>
9717 <row>
9718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722
9723 \backslash
9724 tilde
9725 \begin_inset ERT
9726 status collapsed
9727
9728 \begin_layout Plain Layout
9729
9730
9731 \backslash
9732 spce 
9733 \end_layout
9734
9735 \end_inset
9736
9737 A
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9747 \end_inset
9748
9749
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 </row>
9755 <row>
9756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760
9761 \backslash
9762 hat
9763 \begin_inset ERT
9764 status collapsed
9765
9766 \begin_layout Plain Layout
9767
9768
9769 \backslash
9770 spce 
9771 \end_layout
9772
9773 \end_inset
9774
9775 A
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9785 \end_inset
9786
9787
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 </row>
9793 <row>
9794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798
9799 \backslash
9800 check
9801 \begin_inset ERT
9802 status collapsed
9803
9804 \begin_layout Plain Layout
9805
9806
9807 \backslash
9808 spce 
9809 \end_layout
9810
9811 \end_inset
9812
9813 A
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9823 \end_inset
9824
9825
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 </row>
9831 <row>
9832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836
9837 \backslash
9838 acute
9839 \begin_inset ERT
9840 status collapsed
9841
9842 \begin_layout Plain Layout
9843
9844
9845 \backslash
9846 spce 
9847 \end_layout
9848
9849 \end_inset
9850
9851 A
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9861 \end_inset
9862
9863
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 </row>
9869 <row>
9870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874
9875 \backslash
9876 grave
9877 \begin_inset ERT
9878 status collapsed
9879
9880 \begin_layout Plain Layout
9881
9882
9883 \backslash
9884 spce 
9885 \end_layout
9886
9887 \end_inset
9888
9889 A
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9899 \end_inset
9900
9901
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 </row>
9907 <row>
9908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \backslash
9914 breve
9915 \begin_inset ERT
9916 status collapsed
9917
9918 \begin_layout Plain Layout
9919
9920
9921 \backslash
9922 spce 
9923 \end_layout
9924
9925 \end_inset
9926
9927 A
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9937 \end_inset
9938
9939
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 </row>
9945 </lyxtabular>
9946
9947 \end_inset
9948
9949
9950 \begin_inset space \hfill{}
9951 \end_inset
9952
9953
9954 \end_layout
9955
9956 \begin_layout Standard
9957 \begin_inset VSpace bigskip
9958 \end_inset
9959
9960
9961 \end_layout
9962
9963 \begin_layout Standard
9964 Para poner diéresis
9965 \begin_inset Index
9966 status collapsed
9967
9968 \begin_layout Plain Layout
9969 Dieresis@Diéresis
9970 \end_layout
9971
9972 \end_inset
9973
9974  en una ecuación se insertan comillas antes de la vocal.
9975  Estos dos caracteres son considerados por LaTeX como 
9976 \emph on
9977 un solo
9978 \emph default
9979  carácter si la parte de la ecuación con la diéresis se marca con idioma
9980  alemán.
9981 \begin_inset Foot
9982 status collapsed
9983
9984 \begin_layout Plain Layout
9985 O algún otro idioma que use acentos, p.
9986 \begin_inset space \thinspace{}
9987 \end_inset
9988
9989 e.
9990  catalán.
9991  Sin embargo, en español no funciona por algún conflicto con el estilo 
9992 \series bold
9993 spanish
9994 \series default
9995  de 
9996 \series bold
9997 babel
9998 \series default
9999 .
10000  Dicho estilo suministra la orden 
10001 \series bold
10002
10003 \backslash
10004 dotlessi
10005 \series default
10006  para generar una 
10007 \begin_inset Quotes fld
10008 \end_inset
10009
10010 i
10011 \begin_inset Quotes frd
10012 \end_inset
10013
10014  sin punto en modo matemático, que se puede usar como alternativa al comando
10015  
10016 \series bold
10017
10018 \begin_inset Quotes eld
10019 \end_inset
10020
10021 i
10022 \series default
10023 , p.e., el comando 
10024 \series bold
10025
10026 \backslash
10027 ddot
10028 \series default
10029
10030 \begin_inset ERT
10031 status collapsed
10032
10033 \begin_layout Plain Layout
10034
10035
10036 \backslash
10037 spce 
10038 \end_layout
10039
10040 \end_inset
10041
10042
10043 \series bold
10044
10045 \backslash
10046 dotlessi
10047 \series default
10048  genera
10049 \series bold
10050  
10051 \series default
10052
10053 \begin_inset Formula $\ddot{\dotlessi}$
10054 \end_inset
10055
10056 .
10057  Véase la documentación del estilo, 
10058 \begin_inset CommandInset citation
10059 LatexCommand cite
10060 key "spanish"
10061
10062 \end_inset
10063
10064 .
10065  También se puede usar 
10066 \series bold
10067
10068 \backslash
10069 imath
10070 \series default
10071  en vez de 
10072 \series bold
10073
10074 \backslash
10075 dotlessi
10076 \series default
10077 .
10078  (
10079 \emph on
10080 N.
10081 \begin_inset space \thinspace{}
10082 \end_inset
10083
10084 del t.
10085 \emph default
10086 )
10087 \end_layout
10088
10089 \end_inset
10090
10091  A diferencia de 
10092 \series bold
10093
10094 \backslash
10095 ddot
10096 \series default
10097 , con este método se generan diéresis 
10098 \begin_inset Quotes fld
10099 \end_inset
10100
10101 reales
10102 \begin_inset Quotes frd
10103 \end_inset
10104
10105 , como se demuestra en el siguiente ejemplo:
10106 \begin_inset VSpace -2mm
10107 \end_inset
10108
10109
10110 \end_layout
10111
10112 \begin_layout Standard
10113 \noindent
10114 \align center
10115 \begin_inset Tabular
10116 <lyxtabular version="3" rows="3" columns="2">
10117 <features>
10118 <column alignment="center" valignment="top" width="0">
10119 <column alignment="center" valignment="top" width="0">
10120 <row>
10121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 Comando
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 Resultado
10135 \begin_inset Note Note
10136 status collapsed
10137
10138 \begin_layout Plain Layout
10139
10140 \series bold
10141
10142 \backslash
10143 raisebox
10144 \series default
10145  se usa sólo como espaciador.
10146 \end_layout
10147
10148 \end_inset
10149
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row>
10157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 \begin_inset Quotes grd
10162 \end_inset
10163
10164 i
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 \begin_inset Formula $\ddot{\dotlessi}$
10174 \end_inset
10175
10176
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 </row>
10182 <row>
10183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187
10188 \backslash
10189 ddot
10190 \begin_inset ERT
10191 status collapsed
10192
10193 \begin_layout Plain Layout
10194
10195
10196 \backslash
10197 spce 
10198 \end_layout
10199
10200 \end_inset
10201
10202 i
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10212 \end_inset
10213
10214
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 </row>
10220 </lyxtabular>
10221
10222 \end_inset
10223
10224
10225 \end_layout
10226
10227 \begin_layout Standard
10228 Otra ventaja frente a 
10229 \series bold
10230
10231 \backslash
10232 ddot
10233 \series default
10234  es que la diéresis puede convertirse directamente a texto matemático, porque
10235  los anteriores comandos para acentos 
10236 \emph on
10237 no están permitidos en texto matemático
10238 \emph default
10239 .
10240  Para convertir un carácter acentuado a texto matemático, se debe convertir
10241  sólo el carácter bajo el acento.
10242  Esto también se aplica para otras conversiones, p.
10243 \begin_inset space \thinspace{}
10244 \end_inset
10245
10246 e.
10247 \begin_inset space ~
10248 \end_inset
10249
10250 cursiva o negrita.
10251 \end_layout
10252
10253 \begin_layout Standard
10254 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10255 \end_layout
10256
10257 \begin_layout Subsection
10258 Acentos para operadores
10259 \begin_inset Index
10260 status collapsed
10261
10262 \begin_layout Plain Layout
10263 Acentos ! en operadores
10264 \end_layout
10265
10266 \end_inset
10267
10268
10269 \end_layout
10270
10271 \begin_layout Standard
10272 Con los comandos 
10273 \series bold
10274
10275 \backslash
10276 overset
10277 \series default
10278
10279 \begin_inset Index
10280 status collapsed
10281
10282 \begin_layout Plain Layout
10283 Comandos ! O ! 
10284 \backslash
10285 overset
10286 \end_layout
10287
10288 \end_inset
10289
10290  y 
10291 \series bold
10292
10293 \backslash
10294 underset
10295 \series default
10296
10297 \begin_inset Index
10298 status collapsed
10299
10300 \begin_layout Plain Layout
10301 Comandos ! U ! 
10302 \backslash
10303 underset
10304 \end_layout
10305
10306 \end_inset
10307
10308  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10309  Con el comando 
10310 \series bold
10311
10312 \backslash
10313 sideset
10314 \series default
10315
10316 \begin_inset Index
10317 status collapsed
10318
10319 \begin_layout Plain Layout
10320 Comandos ! S ! 
10321 \backslash
10322 sideset
10323 \end_layout
10324
10325 \end_inset
10326
10327  se pueden poner caracteres delante y detrás de un operador.
10328  El esquema del comando es:
10329 \end_layout
10330
10331 \begin_layout Standard
10332
10333 \series bold
10334
10335 \backslash
10336 sideset{carácter
10337 \series default
10338  
10339 \series bold
10340 anterior}{carácter posterior}
10341 \end_layout
10342
10343 \begin_layout Standard
10344
10345 \series bold
10346
10347 \backslash
10348 sideset
10349 \series default
10350  siempre debe estar delante del operador que debe acentuarse.
10351  Se puede acentuar con varios caracteres e incluso con otros operadores
10352  y símbolos.
10353  Para colocar con
10354 \series bold
10355  
10356 \backslash
10357 sideset
10358 \series default
10359  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10360  el primer par de llaves, pero sin quitarlas.
10361  
10362 \end_layout
10363
10364 \begin_layout Standard
10365 Por ejemplo, el comando 
10366 \series bold
10367
10368 \backslash
10369 sideset{
10370 \begin_inset Formula $\to$
10371 \end_inset
10372
10373
10374 \backslash
10375 {
10376 \series default
10377 '
10378 \series bold
10379
10380 \begin_inset Formula $\to$
10381 \end_inset
10382
10383
10384 \backslash
10385 sum_k=1
10386 \begin_inset ERT
10387 status collapsed
10388
10389 \begin_layout Plain Layout
10390
10391
10392 \backslash
10393 spce 
10394 \end_layout
10395
10396 \end_inset
10397
10398
10399 \series default
10400 ^
10401 \series bold
10402
10403 \begin_inset ERT
10404 status collapsed
10405
10406 \begin_layout Plain Layout
10407
10408
10409 \backslash
10410 spce 
10411 \end_layout
10412
10413 \end_inset
10414
10415 n
10416 \series default
10417  genera:
10418 \begin_inset Formula \[
10419 \sideset{}{'}\sum_{k=1}^{n}\]
10420
10421 \end_inset
10422
10423
10424 \end_layout
10425
10426 \begin_layout Standard
10427 El comando 
10428 \series bold
10429
10430 \backslash
10431 overset
10432 \begin_inset ERT
10433 status collapsed
10434
10435 \begin_layout Plain Layout
10436
10437
10438 \backslash
10439 spce 
10440 \end_layout
10441
10442 \end_inset
10443
10444
10445 \backslash
10446 maltese
10447 \begin_inset ERT
10448 status collapsed
10449
10450 \begin_layout Plain Layout
10451
10452
10453 \backslash
10454 spce 
10455 \end_layout
10456
10457 \end_inset
10458
10459
10460 \series default
10461
10462 \begin_inset Formula $\uparrow$
10463 \end_inset
10464
10465
10466 \series bold
10467 a
10468 \series default
10469  genera:
10470 \begin_inset Formula \[
10471 \overset{a}{\maltese}\]
10472
10473 \end_inset
10474
10475
10476 \end_layout
10477
10478 \begin_layout Standard
10479 Como se ve en el último ejemplo, con 
10480 \series bold
10481
10482 \backslash
10483 overset
10484 \series default
10485  y 
10486 \series bold
10487
10488 \backslash
10489 underset
10490 \series default
10491  también se pueden acentuar símbolos y caracteres; con 
10492 \series bold
10493
10494 \backslash
10495 sideset
10496 \series default
10497  esto no es posible.
10498 \end_layout
10499
10500 \begin_layout Subsection
10501 Acentos para varios caracteres
10502 \begin_inset Index
10503 status collapsed
10504
10505 \begin_layout Plain Layout
10506 Acentos ! en varios caracteres
10507 \end_layout
10508
10509 \end_inset
10510
10511
10512 \end_layout
10513
10514 \begin_layout Standard
10515 \begin_inset space \hfill{}
10516 \end_inset
10517
10518
10519 \begin_inset Tabular
10520 <lyxtabular version="3" rows="5" columns="2">
10521 <features>
10522 <column alignment="center" valignment="top" width="0pt">
10523 <column alignment="center" valignment="top" width="0pt">
10524 <row>
10525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Comando
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 Resultado
10539 \begin_inset Note Note
10540 status collapsed
10541
10542 \begin_layout Plain Layout
10543
10544 \series bold
10545
10546 \backslash
10547 raisebox
10548 \series default
10549  se usa sólo como espaciador
10550 \end_layout
10551
10552 \end_inset
10553
10554
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 <row>
10561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \backslash
10567 overleftarrow
10568 \begin_inset ERT
10569 status collapsed
10570
10571 \begin_layout Plain Layout
10572
10573
10574 \backslash
10575 spce 
10576 \end_layout
10577
10578 \end_inset
10579
10580 A=B
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10590 \end_inset
10591
10592
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 </row>
10598 <row>
10599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603
10604 \backslash
10605 underleftarrow
10606 \begin_inset ERT
10607 status collapsed
10608
10609 \begin_layout Plain Layout
10610
10611
10612 \backslash
10613 spce 
10614 \end_layout
10615
10616 \end_inset
10617
10618 A=B
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10628 \end_inset
10629
10630
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 </row>
10636 <row>
10637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641
10642 \backslash
10643 overleftrightarrow
10644 \begin_inset ERT
10645 status collapsed
10646
10647 \begin_layout Plain Layout
10648
10649
10650 \backslash
10651 spce 
10652 \end_layout
10653
10654 \end_inset
10655
10656 A=B
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10666 \end_inset
10667
10668
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 </row>
10674 <row>
10675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679
10680 \backslash
10681 underleftrightarrow
10682 \begin_inset ERT
10683 status collapsed
10684
10685 \begin_layout Plain Layout
10686
10687
10688 \backslash
10689 spce 
10690 \end_layout
10691
10692 \end_inset
10693
10694 A=B
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10704 \end_inset
10705
10706
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 </row>
10712 </lyxtabular>
10713
10714 \end_inset
10715
10716
10717 \begin_inset space \hfill{}
10718 \end_inset
10719
10720
10721 \begin_inset Tabular
10722 <lyxtabular version="3" rows="5" columns="2">
10723 <features>
10724 <column alignment="center" valignment="top" width="0pt">
10725 <column alignment="center" valignment="top" width="0pt">
10726 <row>
10727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Comando
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 Resultado
10741 \begin_inset Note Note
10742 status collapsed
10743
10744 \begin_layout Plain Layout
10745
10746 \series bold
10747
10748 \backslash
10749 raisebox
10750 \series default
10751  se usa sólo como espaciador
10752 \end_layout
10753
10754 \end_inset
10755
10756
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 </row>
10762 <row>
10763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \backslash
10769 overrightarrow
10770 \begin_inset ERT
10771 status collapsed
10772
10773 \begin_layout Plain Layout
10774
10775
10776 \backslash
10777 spce 
10778 \end_layout
10779
10780 \end_inset
10781
10782 A=B
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10792 \end_inset
10793
10794
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 </row>
10800 <row>
10801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805
10806 \backslash
10807 underrightarrow
10808 \begin_inset ERT
10809 status collapsed
10810
10811 \begin_layout Plain Layout
10812
10813
10814 \backslash
10815 spce 
10816 \end_layout
10817
10818 \end_inset
10819
10820 A=B
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10830 \end_inset
10831
10832
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 </row>
10838 <row>
10839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843
10844 \backslash
10845 widetilde
10846 \begin_inset ERT
10847 status collapsed
10848
10849 \begin_layout Plain Layout
10850
10851
10852 \backslash
10853 spce 
10854 \end_layout
10855
10856 \end_inset
10857
10858 A=B
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10868 \end_inset
10869
10870
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 </row>
10876 <row>
10877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881
10882 \backslash
10883 widehat
10884 \begin_inset ERT
10885 status collapsed
10886
10887 \begin_layout Plain Layout
10888
10889
10890 \backslash
10891 spce 
10892 \end_layout
10893
10894 \end_inset
10895
10896 A=B
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10906 \end_inset
10907
10908
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 </row>
10914 </lyxtabular>
10915
10916 \end_inset
10917
10918
10919 \begin_inset space \hfill{}
10920 \end_inset
10921
10922
10923 \end_layout
10924
10925 \begin_layout Standard
10926 \begin_inset VSpace medskip
10927 \end_inset
10928
10929
10930 \end_layout
10931
10932 \begin_layout Standard
10933 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10934  Pero los acentos 
10935 \series bold
10936
10937 \backslash
10938 widetilde
10939 \series default
10940  y 
10941 \series bold
10942
10943 \backslash
10944 widehat
10945 \series default
10946  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10947  ejemplo:
10948 \begin_inset Formula \[
10949 \widetilde{A+B=C-D}\]
10950
10951 \end_inset
10952
10953
10954 \end_layout
10955
10956 \begin_layout Standard
10957 Con los comandos 
10958 \series bold
10959
10960 \backslash
10961 overset
10962 \series default
10963
10964 \begin_inset Index
10965 status collapsed
10966
10967 \begin_layout Plain Layout
10968 Comandos ! O ! 
10969 \backslash
10970 overset
10971 \end_layout
10972
10973 \end_inset
10974
10975  y 
10976 \series bold
10977
10978 \backslash
10979 underset
10980 \series default
10981
10982 \begin_inset Index
10983 status collapsed
10984
10985 \begin_layout Plain Layout
10986 Comandos ! U ! 
10987 \backslash
10988 underset
10989 \end_layout
10990
10991 \end_inset
10992
10993 , descritos en la subsección anterior, también se pueden acentuar varios
10994  caracteres.
10995  El comando 
10996 \series bold
10997
10998 \backslash
10999 underset
11000 \begin_inset ERT
11001 status collapsed
11002
11003 \begin_layout Plain Layout
11004
11005
11006 \backslash
11007 spce 
11008 \end_layout
11009
11010 \end_inset
11011
11012 A=B
11013 \begin_inset Formula $\downarrow$
11014 \end_inset
11015
11016 ***
11017 \series default
11018  da:
11019 \begin_inset Formula \[
11020 \underset{***}{A=B}\]
11021
11022 \end_inset
11023
11024
11025 \end_layout
11026
11027 \begin_layout Section
11028 Espacios
11029 \begin_inset CommandInset label
11030 LatexCommand label
11031 name "sec:Espacio"
11032
11033 \end_inset
11034
11035
11036 \begin_inset Index
11037 status collapsed
11038
11039 \begin_layout Plain Layout
11040 Espacio ! horizontal
11041 \end_layout
11042
11043 \end_inset
11044
11045
11046 \end_layout
11047
11048 \begin_layout Subsection
11049 Espacio predefinido
11050 \begin_inset CommandInset label
11051 LatexCommand label
11052 name "sub:Espacio-predefinido"
11053
11054 \end_inset
11055
11056
11057 \begin_inset Index
11058 status collapsed
11059
11060 \begin_layout Plain Layout
11061 Espacio ! horizontal ! predefinido
11062 \end_layout
11063
11064 \end_inset
11065
11066
11067 \end_layout
11068
11069 \begin_layout Standard
11070 A veces es necesario insertar espacio horizontal en una ecuación.
11071  Esto se hace insertando un espacio protegido (atajo 
11072 \family sans
11073 Ctrl-Espacio
11074 \family default
11075 ).
11076  Aparece un 
11077 \begin_inset Quotes fld
11078 \end_inset
11079
11080
11081 \color black
11082
11083 \begin_inset ERT
11084 status collapsed
11085
11086 \begin_layout Plain Layout
11087
11088
11089 \backslash
11090 spce 
11091 \end_layout
11092
11093 \end_inset
11094
11095
11096 \color inherit
11097
11098 \begin_inset Quotes frd
11099 \end_inset
11100
11101 , y pulsando 
11102 \family sans
11103 Espacio
11104 \family default
11105  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11106  espacio.
11107  También se pueden insertar espacios mediante el botón 
11108 \begin_inset Graphics
11109         filename ../../images/math/space.png
11110         scale 85
11111
11112 \end_inset
11113
11114  de la barra de ecuaciones o con comandos especiales.
11115  Independientemente del comando insertado, se puede seleccionar de nuevo
11116  el tamaño pulsando acto seguido 
11117 \family sans
11118 Espacio.
11119  
11120 \end_layout
11121
11122 \begin_layout Standard
11123 \noindent
11124 \align center
11125 \begin_inset VSpace -5mm
11126 \end_inset
11127
11128
11129 \begin_inset Tabular
11130 <lyxtabular version="3" rows="3" columns="7">
11131 <features>
11132 <column alignment="center" valignment="middle" width="6.8cm">
11133 <column alignment="center" valignment="top" width="0">
11134 <column alignment="center" valignment="top" width="0">
11135 <column alignment="center" valignment="top" width="0">
11136 <column alignment="center" valignment="top" width="0">
11137 <column alignment="center" valignment="top" width="0">
11138 <column alignment="center" valignment="top" width="0">
11139 <row>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 Comando
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153
11154 \backslash
11155 ,
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164
11165 \backslash
11166 :
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175
11176 \backslash
11177 ;
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186
11187 \backslash
11188 quad
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197
11198 \backslash
11199 qquad
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208
11209 \backslash
11210 !
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 </row>
11216 <row>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 Número de pulsaciones de 
11222 \family sans
11223 Espacio
11224 \family default
11225  tras insertar el espacio protegido
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 0
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 1
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 2
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 3
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 4
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 5
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 <row>
11286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 Resultado
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 \begin_inset Formula $A\, B$
11300 \end_inset
11301
11302
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 \begin_inset Formula $A\: B$
11312 \end_inset
11313
11314
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 \begin_inset Formula $A\; B$
11324 \end_inset
11325
11326
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 \begin_inset Formula $A\quad B$
11336 \end_inset
11337
11338
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 \begin_inset Formula $A\qquad B$
11348 \end_inset
11349
11350
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 \begin_inset Formula $A\! B$
11360 \end_inset
11361
11362
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 </row>
11368 </lyxtabular>
11369
11370 \end_inset
11371
11372
11373 \end_layout
11374
11375 \begin_layout Standard
11376 El último tamaño parece no generar espacio.
11377  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11378  negativo.
11379  Hay otros dos espacios negativos:
11380 \end_layout
11381
11382 \begin_layout Standard
11383 \align center
11384 \begin_inset Tabular
11385 <lyxtabular version="3" rows="3" columns="3">
11386 <features>
11387 <column alignment="center" valignment="middle" width="6.8cm">
11388 <column alignment="center" valignment="top" width="0pt">
11389 <column alignment="center" valignment="top" width="0pt">
11390 <row>
11391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 Comando
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404
11405 \backslash
11406 negmedspace
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415
11416 \backslash
11417 negthickspace
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 </row>
11423 <row>
11424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 Número de pulsaciones de 
11429 \family sans
11430 Espacio
11431 \family default
11432  tras insertar el espacio protegido
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 6
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 7
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 </row>
11456 <row>
11457 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 Resultado
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 \begin_inset Formula $A\negmedspace B$
11471 \end_inset
11472
11473
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 \begin_inset Formula $A\negthickspace B$
11483 \end_inset
11484
11485
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 </row>
11491 </lyxtabular>
11492
11493 \end_inset
11494
11495
11496 \end_layout
11497
11498 \begin_layout Standard
11499 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11500  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11501 \begin_inset space \thinspace{}
11502 \end_inset
11503
11504 e., para operadores suma: 
11505 \end_layout
11506
11507 \begin_layout Standard
11508 \noindent
11509 \align center
11510 \begin_inset Tabular
11511 <lyxtabular version="3" rows="3" columns="2">
11512 <features>
11513 <column alignment="center" valignment="top" width="0">
11514 <column alignment="center" valignment="top" width="0">
11515 <row>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 Comando
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 Resultado
11530 \begin_inset Note Note
11531 status collapsed
11532
11533 \begin_layout Plain Layout
11534
11535 \series bold
11536
11537 \backslash
11538 raisebox
11539 \series default
11540  se usa sólo como espaciador
11541 \end_layout
11542
11543 \end_inset
11544
11545
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 </row>
11551 <row>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556
11557 \backslash
11558 sum
11559 \backslash
11560 sum
11561 \begin_inset ERT
11562 status collapsed
11563
11564 \begin_layout Plain Layout
11565
11566
11567 \backslash
11568 spce 
11569 \end_layout
11570
11571 \end_inset
11572
11573 f_kl
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11583 \end_inset
11584
11585
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 </row>
11591 <row>
11592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596
11597 \backslash
11598 sum
11599 \backslash
11600 negmedspace
11601 \backslash
11602 sum
11603 \begin_inset ERT
11604 status collapsed
11605
11606 \begin_layout Plain Layout
11607
11608
11609 \backslash
11610 spce 
11611 \end_layout
11612
11613 \end_inset
11614
11615 f_kl
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11625 \end_inset
11626
11627
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 </row>
11633 </lyxtabular>
11634
11635 \end_inset
11636
11637
11638 \end_layout
11639
11640 \begin_layout Standard
11641 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11642  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11643  El siguiente ejemplo lo ilustra:
11644 \end_layout
11645
11646 \begin_layout Standard
11647 \noindent
11648 \align center
11649 \begin_inset Tabular
11650 <lyxtabular version="3" rows="2" columns="2">
11651 <features>
11652 <column alignment="center" valignment="top" width="0">
11653 <column alignment="center" valignment="top" width="0">
11654 <row>
11655 <cell alignment="center" valignment="top" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 ecuación normal
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 \begin_inset Formula $A=B$
11669 \end_inset
11670
11671
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 </row>
11677 <row>
11678 <cell alignment="center" valignment="top" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 \begin_inset Note Note
11683 status collapsed
11684
11685 \begin_layout Plain Layout
11686
11687 \series bold
11688
11689 \backslash
11690 raisebox
11691 \series default
11692  se usa sólo como espaciador
11693 \end_layout
11694
11695 \end_inset
11696
11697
11698 \begin_inset Formula $\raisebox{5mm}{}$
11699 \end_inset
11700
11701 ecuación sin espacio
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell alignment="center" valignment="top" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 \begin_inset Formula $A{=}B$
11711 \end_inset
11712
11713
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 </row>
11719 </lyxtabular>
11720
11721 \end_inset
11722
11723
11724 \end_layout
11725
11726 \begin_layout Standard
11727 El comando para la segunda ecuación es: 
11728 \series bold
11729 A
11730 \backslash
11731 {=
11732 \begin_inset Formula $\rightarrow$
11733 \end_inset
11734
11735 B
11736 \series default
11737  
11738 \begin_inset VSpace bigskip
11739 \end_inset
11740
11741
11742 \end_layout
11743
11744 \begin_layout Standard
11745 Para las unidades físicas hacen falta espacios, porque entre el valor y
11746  su unidad se pone un espacio más pequeño que el normal.
11747  Para unidades en el texto se inserta con el menú 
11748 \family sans
11749 Insertar\SpecialChar \menuseparator
11750 Formato\SpecialChar \menuseparator
11751 Espacio
11752 \begin_inset space ~
11753 \end_inset
11754
11755 delgado
11756 \family default
11757  (atajo 
11758 \family sans
11759 Ctrl-Mayúscula-Espacio
11760 \family default
11761 ).
11762 \end_layout
11763
11764 \begin_layout Standard
11765 Un ejemplo para visualizar la diferencia:
11766 \end_layout
11767
11768 \begin_layout Standard
11769 \begin_inset Tabular
11770 <lyxtabular version="3" rows="2" columns="2">
11771 <features>
11772 <column alignment="center" valignment="top" width="0">
11773 <column alignment="left" valignment="top" width="0">
11774 <row>
11775 <cell alignment="center" valignment="top" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 24 kW
11780 \begin_inset Formula $\cdot$
11781 \end_inset
11782
11783 h
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 espacio entre valor y unidad 
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 </row>
11798 <row>
11799 <cell alignment="center" valignment="top" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 24
11804 \begin_inset space \thinspace{}
11805 \end_inset
11806
11807 kW
11808 \begin_inset Formula $\cdot$
11809 \end_inset
11810
11811 h
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell alignment="center" valignment="top" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 espacio delgado entre valor y unidad
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 </row>
11826 </lyxtabular>
11827
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \begin_layout Subsection
11834 Espacio variable
11835 \begin_inset ERT
11836 status collapsed
11837
11838 \begin_layout Plain Layout
11839
11840
11841 \backslash
11842 texorpdfstring{
11843 \end_layout
11844
11845 \end_inset
11846
11847
11848 \begin_inset Foot
11849 status collapsed
11850
11851 \begin_layout Plain Layout
11852 Para espacio vertical en ecuaciones véase 
11853 \begin_inset CommandInset ref
11854 LatexCommand ref
11855 reference "sub:Separación-de-líneas"
11856
11857 \end_inset
11858
11859
11860 \end_layout
11861
11862 \end_inset
11863
11864
11865 \begin_inset ERT
11866 status collapsed
11867
11868 \begin_layout Plain Layout
11869
11870 }{}
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \begin_inset Note Note
11877 status collapsed
11878
11879 \begin_layout Plain Layout
11880
11881 \backslash
11882 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11883  PDF.
11884 \end_layout
11885
11886 \begin_layout Plain Layout
11887 Más sobre 
11888 \backslash
11889 texorpdfstring en la sección 
11890 \begin_inset CommandInset ref
11891 LatexCommand ref
11892 reference "sub:Ecuaciones-en-encabezados"
11893
11894 \end_inset
11895
11896 .
11897 \end_layout
11898
11899 \end_inset
11900
11901
11902 \begin_inset CommandInset label
11903 LatexCommand label
11904 name "sub:Espacio-variable"
11905
11906 \end_inset
11907
11908
11909 \begin_inset Index
11910 status collapsed
11911
11912 \begin_layout Plain Layout
11913 Espacio ! horizontal ! variable
11914 \end_layout
11915
11916 \end_inset
11917
11918
11919 \end_layout
11920
11921 \begin_layout Standard
11922 En LyX se puede insertar espacio con una longitud definida con el comando
11923  
11924 \series bold
11925
11926 \backslash
11927 hspace
11928 \series default
11929
11930 \begin_inset Index
11931 status collapsed
11932
11933 \begin_layout Plain Layout
11934 Comandos ! H ! 
11935 \backslash
11936 hspace
11937 \end_layout
11938
11939 \end_inset
11940
11941 .
11942  Aparece un 
11943 \lang english
11944 long
11945 \lang spanish
11946  
11947 \begin_inset Quotes fld
11948 \end_inset
11949
11950
11951 \color black
11952
11953 \begin_inset ERT
11954 status collapsed
11955
11956 \begin_layout Plain Layout
11957
11958
11959 \backslash
11960 spce 
11961 \end_layout
11962
11963 \end_inset
11964
11965
11966 \color inherit
11967
11968 \begin_inset Quotes frd
11969 \end_inset
11970
11971 .
11972  La longitud 
11973 \lang english
11974 can be specified by left-clicking on the 
11975 \lang spanish
11976
11977 \begin_inset Quotes fld
11978 \end_inset
11979
11980
11981 \color black
11982
11983 \begin_inset ERT
11984 status collapsed
11985
11986 \begin_layout Plain Layout
11987
11988
11989 \backslash
11990 spce 
11991 \end_layout
11992
11993 \end_inset
11994
11995
11996 \color inherit
11997
11998 \begin_inset Quotes frd
11999 \end_inset
12000
12001 .
12002  La longitud también puede ser negativa.
12003  Para insertar en una ecuación tanto espacio como esté disponible se usa
12004  el comando 
12005 \series bold
12006
12007 \backslash
12008 hfill
12009 \series default
12010
12011 \begin_inset Index
12012 status collapsed
12013
12014 \begin_layout Plain Layout
12015 Comandos ! H ! 
12016 \backslash
12017 hfill
12018 \end_layout
12019
12020 \end_inset
12021
12022 .
12023 \begin_inset VSpace -1mm
12024 \end_inset
12025
12026
12027 \end_layout
12028
12029 \begin_layout Standard
12030 \noindent
12031 \align center
12032 \begin_inset Tabular
12033 <lyxtabular version="3" rows="4" columns="2">
12034 <features>
12035 <column alignment="center" valignment="top" width="0">
12036 <column alignment="center" valignment="top" width="0">
12037 <row>
12038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12039 \begin_inset Text
12040
12041 \begin_layout Plain Layout
12042 Comando (
12043 \backslash
12044 hspace longitud)
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12050 \begin_inset Text
12051
12052 \begin_layout Plain Layout
12053 Resultado
12054 \end_layout
12055
12056 \end_inset
12057 </cell>
12058 </row>
12059 <row>
12060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12061 \begin_inset Text
12062
12063 \begin_layout Plain Layout
12064 A=B
12065 \backslash
12066 hspace{3cm
12067 \begin_inset Formula $\to$
12068 \end_inset
12069
12070 A
12071 \backslash
12072 not=C (3
12073 \begin_inset space \thinspace{}
12074 \end_inset
12075
12076 cm)
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 </row>
12094 <row>
12095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 A
12100 \backslash
12101 hspace{-1mm
12102 \begin_inset Formula $\to$
12103 \end_inset
12104
12105 A
12106 \backslash
12107 not=A (-1
12108 \begin_inset space \thinspace{}
12109 \end_inset
12110
12111 mm)
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12121 \end_inset
12122
12123
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 </row>
12129 <row>
12130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12131 \begin_inset Text
12132
12133 \begin_layout Plain Layout
12134 A=A
12135 \backslash
12136 hfill
12137 \begin_inset ERT
12138 status collapsed
12139
12140 \begin_layout Plain Layout
12141
12142
12143 \backslash
12144 spce 
12145 \end_layout
12146
12147 \end_inset
12148
12149 B=B
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 \begin_inset Formula $A=A\hfill B=B$
12159 \end_inset
12160
12161
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 </row>
12167 </lyxtabular>
12168
12169 \end_inset
12170
12171
12172 \end_layout
12173
12174 \begin_layout Standard
12175 En el último ejemplo el espacio disponible viene dado por la entrada más
12176  larga de columna en la tabla.
12177  En una ecuación en línea el espacio depende de la longitud de la línea
12178  en la que se inserta 
12179 \series bold
12180
12181 \backslash
12182 hfill
12183 \series default
12184 .
12185  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12186  
12187 \series bold
12188
12189 \backslash
12190 hfill
12191 \series default
12192  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12193 \series bold
12194 Sangrado
12195 \series default
12196 .
12197  (Los estilos de ecuaciones se explican en
12198 \begin_inset space ~
12199 \end_inset
12200
12201
12202 \begin_inset CommandInset ref
12203 LatexCommand ref
12204 reference "sec:Estilos-de-ecuación"
12205
12206 \end_inset
12207
12208 ).
12209 \end_layout
12210
12211 \begin_layout Standard
12212 Además de 
12213 \series bold
12214
12215 \backslash
12216 hfill
12217 \series default
12218  hay los comandos 
12219 \series bold
12220
12221 \backslash
12222 dotfill
12223 \series default
12224  y 
12225 \series bold
12226
12227 \backslash
12228 hrulefill
12229 \series default
12230  que llenan el espacio con un patrón, véase un ejemplo en 
12231 \begin_inset CommandInset ref
12232 LatexCommand ref
12233 reference "sub:Puntos"
12234
12235 \end_inset
12236
12237 .
12238 \end_layout
12239
12240 \begin_layout Standard
12241 Para texto se puede insertar espacio variable con el menú 
12242 \family sans
12243 Insertar\SpecialChar \menuseparator
12244 Formato\SpecialChar \menuseparator
12245 Espacio
12246 \begin_inset space ~
12247 \end_inset
12248
12249 horizontal
12250 \family default
12251 :
12252 \end_layout
12253
12254 \begin_layout Standard
12255 En esta línea hay un espacio
12256 \begin_inset space \hspace{}
12257 \length 2cm
12258 \end_inset
12259
12260 de 2
12261 \begin_inset space \thinspace{}
12262 \end_inset
12263
12264 cm.
12265 \end_layout
12266
12267 \begin_layout Standard
12268 En esta línea hay un
12269 \begin_inset space \hfill{}
12270 \end_inset
12271
12272 espacio máximo.
12273 \end_layout
12274
12275 \begin_layout Subsection
12276 Espacio adicional en ecuaciones en línea
12277 \begin_inset Index
12278 status collapsed
12279
12280 \begin_layout Plain Layout
12281 Espacio ! adicional en línea
12282 \end_layout
12283
12284 \end_inset
12285
12286
12287 \end_layout
12288
12289 \begin_layout Standard
12290 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12291  
12292 \series bold
12293
12294 \backslash
12295 mathsurround
12296 \begin_inset Index
12297 status collapsed
12298
12299 \begin_layout Plain Layout
12300 Comandos ! M ! 
12301 \backslash
12302 mathsurround
12303 \end_layout
12304
12305 \end_inset
12306
12307
12308 \series default
12309 .
12310  El valor de una longitud se establece con el comando 
12311 \series bold
12312
12313 \backslash
12314 setlength
12315 \series default
12316
12317 \begin_inset Index
12318 status collapsed
12319
12320 \begin_layout Plain Layout
12321 Comandos ! S ! 
12322 \backslash
12323 setlength
12324 \end_layout
12325
12326 \end_inset
12327
12328  según el siguiente esquema:
12329 \end_layout
12330
12331 \begin_layout Standard
12332
12333 \series bold
12334
12335 \backslash
12336 setlength{nombre de la longitud}{valor}
12337 \end_layout
12338
12339 \begin_layout Standard
12340 Para poner a 
12341 \series bold
12342
12343 \backslash
12344 mathsurround
12345 \series default
12346  un valor de 5
12347 \begin_inset space \thinspace{}
12348 \end_inset
12349
12350 mm, se inserta el comando
12351 \end_layout
12352
12353 \begin_layout Standard
12354
12355 \series bold
12356
12357 \backslash
12358 setlength{
12359 \backslash
12360 mathsurround}{5mm}
12361 \end_layout
12362
12363 \begin_layout Standard
12364 en modo TeX.
12365  Se establecerá un espacio de 5
12366 \begin_inset space \thinspace{}
12367 \end_inset
12368
12369 mm alrededor de todas las ecuaciones en línea:
12370 \begin_inset ERT
12371 status collapsed
12372
12373 \begin_layout Plain Layout
12374
12375
12376 \backslash
12377 setlength{
12378 \backslash
12379 mathsurround}{5mm}
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \end_layout
12386
12387 \begin_layout Standard
12388 En esta línea hay una ecuación 
12389 \begin_inset Formula $A=B$
12390 \end_inset
12391
12392  rodeada por espacios de 5
12393 \begin_inset space \thinspace{}
12394 \end_inset
12395
12396 mm.
12397 \begin_inset ERT
12398 status collapsed
12399
12400 \begin_layout Plain Layout
12401
12402
12403 \backslash
12404 setlength{
12405 \backslash
12406 mathsurround}{0mm}
12407 \end_layout
12408
12409 \end_inset
12410
12411
12412 \end_layout
12413
12414 \begin_layout Standard
12415 Para volver al espacio predeterminado, 
12416 \series bold
12417
12418 \backslash
12419 mathsurround
12420 \series default
12421  se restablece al valor 0
12422 \begin_inset space \thinspace{}
12423 \end_inset
12424
12425 pt.
12426 \end_layout
12427
12428 \begin_layout Section
12429 Cuadros y marcos
12430 \begin_inset Index
12431 status collapsed
12432
12433 \begin_layout Plain Layout
12434 Marcos
12435 \end_layout
12436
12437 \end_inset
12438
12439
12440 \begin_inset Index
12441 status collapsed
12442
12443 \begin_layout Plain Layout
12444 Marcos | see 
12445 \begin_inset ERT
12446 status collapsed
12447
12448 \begin_layout Plain Layout
12449
12450 {
12451 \end_layout
12452
12453 \end_inset
12454
12455 Cuadros
12456 \begin_inset ERT
12457 status collapsed
12458
12459 \begin_layout Plain Layout
12460
12461 }
12462 \end_layout
12463
12464 \end_inset
12465
12466
12467 \end_layout
12468
12469 \end_inset
12470
12471
12472 \end_layout
12473
12474 \begin_layout Standard
12475 Los cuadros para texto se describen en el capítulo 
12476 \emph on
12477 Cuadros
12478 \emph default
12479  del manual 
12480 \emph on
12481 Objetos insertados
12482 \emph default
12483 .
12484 \end_layout
12485
12486 \begin_layout Subsection
12487 Cuadros con marco
12488 \begin_inset CommandInset label
12489 LatexCommand label
12490 name "sub:Cuadros-con-marco"
12491
12492 \end_inset
12493
12494
12495 \begin_inset Index
12496 status collapsed
12497
12498 \begin_layout Plain Layout
12499 Cuadros ! con marco
12500 \end_layout
12501
12502 \end_inset
12503
12504
12505 \end_layout
12506
12507 \begin_layout Standard
12508 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12509 \series bold
12510
12511 \backslash
12512 fbox
12513 \series default
12514
12515 \begin_inset Index
12516 status collapsed
12517
12518 \begin_layout Plain Layout
12519 Comandos ! F ! 
12520 \backslash
12521 fbox
12522 \end_layout
12523
12524 \end_inset
12525
12526  y 
12527 \series bold
12528
12529 \backslash
12530 boxed
12531 \series default
12532
12533 \begin_inset Index
12534 status collapsed
12535
12536 \begin_layout Plain Layout
12537 Comandos ! B ! 
12538 \backslash
12539 boxed
12540 \end_layout
12541
12542 \end_inset
12543
12544 .
12545 \end_layout
12546
12547 \begin_layout Standard
12548 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12549  azul en un marco donde se introduce parte de una ecuación.
12550  Para 
12551 \series bold
12552
12553 \backslash
12554 fbox
12555 \series default
12556  hay que generar una ecuación adicional con 
12557 \family sans
12558 Ctrl-m
12559 \family default
12560  dentro del recuadro,
12561 \begin_inset Foot
12562 status collapsed
12563
12564 \begin_layout Plain Layout
12565 Debido a un fallo de LyX, 
12566 \begin_inset CommandInset href
12567 LatexCommand href
12568 name "LyX-bug #1435"
12569 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12570
12571 \end_inset
12572
12573 , no es posible crear una nueva ecuación con 
12574 \family sans
12575 Ctrl-m
12576 \family default
12577 .
12578 \end_layout
12579
12580 \end_inset
12581
12582  porque si no el contenido del mismo sería considerado texto matemático.
12583  Si se usa 
12584 \series bold
12585
12586 \backslash
12587 boxed
12588 \series default
12589  la nueva ecuación se genera automáticamente dentro del marco.
12590 \end_layout
12591
12592 \begin_layout Standard
12593 El comando 
12594 \series bold
12595
12596 \backslash
12597 fbox
12598 \series default
12599  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12600  ecuación tendría siempre el tamaño del texto.
12601  Por otra parte, 
12602 \series bold
12603
12604 \backslash
12605 fboxed
12606 \series default
12607  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12608  siempre el tamaño de una ecuación presentada.
12609 \end_layout
12610
12611 \begin_layout Standard
12612 El comando 
12613 \series bold
12614
12615 \backslash
12616 framebox
12617 \series default
12618
12619 \begin_inset Index
12620 status collapsed
12621
12622 \begin_layout Plain Layout
12623 Comandos ! F ! 
12624 \backslash
12625 framebox
12626 \end_layout
12627
12628 \end_inset
12629
12630  es una extensión de 
12631 \series bold
12632
12633 \backslash
12634 fbox
12635 \series default
12636 , que permite especificar además la anchura del marco yla alineación.
12637  
12638 \series bold
12639
12640 \backslash
12641 framebox
12642 \series default
12643  se usa con el siguiente esquema: 
12644 \end_layout
12645
12646 \begin_layout Standard
12647
12648 \series bold
12649
12650 \backslash
12651 framebox[anchura del marco][posición]{contenido del cuadro}
12652 \end_layout
12653
12654 \begin_layout Standard
12655 La posición puede ser 
12656 \emph on
12657 l
12658 \emph default
12659  o 
12660 \emph on
12661 r
12662 \emph default
12663
12664 \emph on
12665 l
12666 \emph default
12667  alinea la ecuación a la izquierda del cuadro, 
12668 \emph on
12669 r
12670 \emph default
12671  la alinea a la derecha.
12672  Si no se da posición la ecuación será centrada.
12673 \begin_inset Newline newline
12674 \end_inset
12675
12676 Si no se pone anchura tampoco puede darse posición.
12677  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12678  con 
12679 \series bold
12680
12681 \backslash
12682 fbox
12683 \series default
12684 .
12685  
12686 \end_layout
12687
12688 \begin_layout Standard
12689 Cuando se inserta el comando 
12690 \series bold
12691
12692 \backslash
12693 framebox
12694 \series default
12695  aparece un recuadro con tres marcos azules.
12696  Los dos primeros marcos están encerrados entre corchetes e indican los
12697  dos argumentos opcionales.
12698  El tercer marco es para partes de la ecuación, como para 
12699 \series bold
12700
12701 \backslash
12702 fbox
12703 \series default
12704 .
12705 \end_layout
12706
12707 \begin_layout Standard
12708 \noindent
12709 \align center
12710 \begin_inset Note Note
12711 status open
12712
12713 \begin_layout Plain Layout
12714 La tabla se ha puesto en una minipágina para que aparezca la nota al pie.
12715  De lo contrario el texto de la nota no se mostraría.
12716 \end_layout
12717
12718 \end_inset
12719
12720
12721 \begin_inset Box Frameless
12722 position "t"
12723 hor_pos "c"
12724 has_inner_box 1
12725 inner_pos "t"
12726 use_parbox 0
12727 width "100col%"
12728 special "none"
12729 height "1in"
12730 height_special "totalheight"
12731 status open
12732
12733 \begin_layout Plain Layout
12734 \align center
12735 \begin_inset Tabular
12736 <lyxtabular version="3" rows="5" columns="2">
12737 <features>
12738 <column alignment="center" valignment="top" width="0">
12739 <column alignment="center" valignment="top" width="0">
12740 <row>
12741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745 Comando
12746 \begin_inset Foot
12747 status collapsed
12748
12749 \begin_layout Plain Layout
12750 Debido a un fallo de LyX, 
12751 \begin_inset CommandInset href
12752 LatexCommand href
12753 name "LyX-bug #1435"
12754 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12755
12756 \end_inset
12757
12758 , no es posible crear una nueva ecuación con 
12759 \family sans
12760 Ctrl-m
12761 \family default
12762 .
12763  
12764 \end_layout
12765
12766 \end_inset
12767
12768
12769 \end_layout
12770
12771 \end_inset
12772 </cell>
12773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777 Resultado
12778 \begin_inset Note Note
12779 status collapsed
12780
12781 \begin_layout Plain Layout
12782
12783 \series bold
12784
12785 \backslash
12786 raisebox
12787 \series default
12788  se usa sólo como espaciador
12789 \end_layout
12790
12791 \end_inset
12792
12793
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 </row>
12799 <row>
12800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Plain Layout
12804
12805 \backslash
12806 fbox
12807 \begin_inset ERT
12808 status collapsed
12809
12810 \begin_layout Plain Layout
12811
12812
12813 \backslash
12814 spce 
12815 \end_layout
12816
12817 \end_inset
12818
12819
12820 \family sans
12821 Ctrl-m
12822 \family default
12823  
12824 \backslash
12825 int
12826 \begin_inset ERT
12827 status collapsed
12828
12829 \begin_layout Plain Layout
12830
12831
12832 \backslash
12833 spce 
12834 \end_layout
12835
12836 \end_inset
12837
12838 A=B
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12848 \end_inset
12849
12850
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 </row>
12856 <row>
12857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861
12862 \backslash
12863 boxed
12864 \begin_inset ERT
12865 status collapsed
12866
12867 \begin_layout Plain Layout
12868
12869
12870 \backslash
12871 spce 
12872 \end_layout
12873
12874 \end_inset
12875
12876
12877 \backslash
12878 int
12879 \begin_inset ERT
12880 status collapsed
12881
12882 \begin_layout Plain Layout
12883
12884
12885 \backslash
12886 spce 
12887 \end_layout
12888
12889 \end_inset
12890
12891 A=B
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12901 \end_inset
12902
12903
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 </row>
12909 <row>
12910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914 A+
12915 \backslash
12916 fbox
12917 \begin_inset ERT
12918 status collapsed
12919
12920 \begin_layout Plain Layout
12921
12922
12923 \backslash
12924 spce 
12925 \end_layout
12926
12927 \end_inset
12928
12929 B
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12939 \end_inset
12940
12941
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 </row>
12947 <row>
12948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12949 \begin_inset Text
12950
12951 \begin_layout Plain Layout
12952
12953 \backslash
12954 framebox
12955 \begin_inset ERT
12956 status collapsed
12957
12958 \begin_layout Plain Layout
12959
12960
12961 \backslash
12962 spce 
12963 \end_layout
12964
12965 \end_inset
12966
12967 20mm
12968 \begin_inset Formula $\to$
12969 \end_inset
12970
12971
12972 \begin_inset Formula $\to$
12973 \end_inset
12974
12975
12976 \family sans
12977 Ctrl-m
12978 \family default
12979  
12980 \backslash
12981 frac
12982 \begin_inset ERT
12983 status collapsed
12984
12985 \begin_layout Plain Layout
12986
12987
12988 \backslash
12989 spce 
12990 \end_layout
12991
12992 \end_inset
12993
12994 A
12995 \begin_inset Formula $\downarrow$
12996 \end_inset
12997
12998 B
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 \begin_inset Formula $\raisebox{6mm}{}$
13008 \end_inset
13009
13010
13011 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
13012 \end_inset
13013
13014
13015 \begin_inset Formula $\raisebox{-4mm}{}$
13016 \end_inset
13017
13018
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 </row>
13024 </lyxtabular>
13025
13026 \end_inset
13027
13028
13029 \end_layout
13030
13031 \end_inset
13032
13033
13034 \end_layout
13035
13036 \begin_layout Standard
13037 El grosor del marco también se puede ajustar.
13038  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13039  la fórmula:
13040 \end_layout
13041
13042 \begin_layout Standard
13043
13044 \series bold
13045
13046 \backslash
13047 fboxrule
13048 \series default
13049  
13050 \series bold
13051
13052 \begin_inset Quotes fld
13053 \end_inset
13054
13055 grosor
13056 \begin_inset Quotes frd
13057 \end_inset
13058
13059
13060 \series default
13061  
13062 \series bold
13063
13064 \backslash
13065 fboxsep
13066 \series default
13067  
13068 \series bold
13069
13070 \begin_inset Quotes fld
13071 \end_inset
13072
13073 distancia
13074 \begin_inset Quotes frd
13075 \end_inset
13076
13077
13078 \end_layout
13079
13080 \begin_layout Standard
13081 \begin_inset Quotes fld
13082 \end_inset
13083
13084 distancia
13085 \begin_inset Quotes frd
13086 \end_inset
13087
13088  especifica la distancia mínima entre el marco y el primer carácter en el
13089  cuadro.
13090  Un ejemplo de esto es la siguiente ecuación enmarcada:
13091 \begin_inset ERT
13092 status collapsed
13093
13094 \begin_layout Plain Layout
13095
13096
13097 \backslash
13098 fboxrule 2mm 
13099 \backslash
13100 fboxsep 3mm
13101 \end_layout
13102
13103 \end_inset
13104
13105
13106 \begin_inset Formula \[
13107 \boxed{A+B=C}\]
13108
13109 \end_inset
13110
13111
13112 \end_layout
13113
13114 \begin_layout Standard
13115 Delante de esta ecuación se han insertado los comandos
13116 \end_layout
13117
13118 \begin_layout Standard
13119
13120 \series bold
13121
13122 \backslash
13123 fboxrule
13124 \series default
13125  
13126 \series bold
13127 2mm
13128 \series default
13129  
13130 \series bold
13131
13132 \backslash
13133 fboxsep
13134 \series default
13135  
13136 \series bold
13137 3mm
13138 \end_layout
13139
13140 \begin_layout Standard
13141 en modo TeX.
13142  Los valores dados se usan para todos los cuadros siguientes.
13143 \end_layout
13144
13145 \begin_layout Standard
13146 Para volver al tamaño estándar del marco se inserta el comando
13147 \end_layout
13148
13149 \begin_layout Standard
13150
13151 \series bold
13152
13153 \backslash
13154 fboxrule
13155 \series default
13156  
13157 \series bold
13158 0.4pt
13159 \series default
13160  
13161 \series bold
13162
13163 \backslash
13164 fboxsep
13165 \series default
13166  
13167 \series bold
13168 3pt
13169 \series default
13170
13171 \begin_inset ERT
13172 status collapsed
13173
13174 \begin_layout Plain Layout
13175
13176
13177 \backslash
13178 fboxrule 0.4pt 
13179 \backslash
13180 fboxsep 3pt
13181 \end_layout
13182
13183 \end_inset
13184
13185
13186 \end_layout
13187
13188 \begin_layout Standard
13189 en modo TeX antes de la ecuación siguiente.
13190 \end_layout
13191
13192 \begin_layout Subsection
13193 Cuadros sin marco
13194 \begin_inset CommandInset label
13195 LatexCommand label
13196 name "sub:Cuadros-sin-marco"
13197
13198 \end_inset
13199
13200
13201 \begin_inset Index
13202 status collapsed
13203
13204 \begin_layout Plain Layout
13205 Cuadros ! sin marco
13206 \end_layout
13207
13208 \end_inset
13209
13210
13211 \end_layout
13212
13213 \begin_layout Standard
13214 Para cuadros sin marco hay los comandos: 
13215 \series bold
13216
13217 \backslash
13218 mbox
13219 \series default
13220
13221 \begin_inset Index
13222 status collapsed
13223
13224 \begin_layout Plain Layout
13225 Comandos ! M ! 
13226 \backslash
13227 mbox
13228 \end_layout
13229
13230 \end_inset
13231
13232
13233 \series bold
13234
13235 \backslash
13236 makebox
13237 \series default
13238
13239 \begin_inset Index
13240 status collapsed
13241
13242 \begin_layout Plain Layout
13243 Comandos ! M ! 
13244 \backslash
13245 makebox
13246 \end_layout
13247
13248 \end_inset
13249
13250  y 
13251 \series bold
13252
13253 \backslash
13254 raisebox
13255 \series default
13256
13257 \begin_inset Index
13258 status collapsed
13259
13260 \begin_layout Plain Layout
13261 Comandos ! R ! 
13262 \backslash
13263 raisebox
13264 \end_layout
13265
13266 \end_inset
13267
13268 .
13269 \end_layout
13270
13271 \begin_layout Standard
13272 Con 
13273 \series bold
13274
13275 \backslash
13276 raisebox
13277 \series default
13278  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13279  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13280  
13281 \series bold
13282
13283 \backslash
13284 raisebox
13285 \series default
13286  se usa con el siguiente esquema: 
13287 \end_layout
13288
13289 \begin_layout Standard
13290
13291 \series bold
13292
13293 \backslash
13294 raisebox{altura}{contenido del marco}
13295 \end_layout
13296
13297 \begin_layout Standard
13298 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13299  extra, como con 
13300 \series bold
13301
13302 \backslash
13303 fbox
13304 \series default
13305 .
13306 \end_layout
13307
13308 \begin_layout Standard
13309 \align center
13310 \begin_inset Tabular
13311 <lyxtabular version="3" rows="4" columns="2">
13312 <features>
13313 <column alignment="center" valignment="top" width="0">
13314 <column alignment="center" valignment="top" width="0">
13315 <row>
13316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 Comando
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 Resultado
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 </row>
13335 <row>
13336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13337 \begin_inset Text
13338
13339 \begin_layout Plain Layout
13340 H
13341 \backslash
13342 raisebox{2mm
13343 \begin_inset Formula $\to$
13344 \end_inset
13345
13346
13347 \backslash
13348 {al
13349 \begin_inset Formula $\to$
13350 \end_inset
13351
13352  lo
13353 \end_layout
13354
13355 \end_inset
13356 </cell>
13357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13358 \begin_inset Text
13359
13360 \begin_layout Plain Layout
13361 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13362 \end_inset
13363
13364
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 </row>
13370 <row>
13371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 H
13376 \backslash
13377 raisebox{-2mm
13378 \begin_inset Formula $\to$
13379 \end_inset
13380
13381
13382 \backslash
13383 {al
13384 \begin_inset Formula $\to$
13385 \end_inset
13386
13387 lo
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13397 \end_inset
13398
13399
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 </row>
13405 <row>
13406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 A=
13411 \backslash
13412 raisebox{-2mm
13413 \begin_inset Formula $\to$
13414 \end_inset
13415
13416
13417 \backslash
13418 {
13419 \family sans
13420 Ctrl-m
13421 \family default
13422  
13423 \backslash
13424 sqrt
13425 \begin_inset ERT
13426 status collapsed
13427
13428 \begin_layout Plain Layout
13429
13430
13431 \backslash
13432 spce 
13433 \end_layout
13434
13435 \end_inset
13436
13437
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 \begin_inset ERT
13447 status collapsed
13448
13449 \begin_layout Plain Layout
13450
13451 $A=
13452 \backslash
13453 raisebox{-2mm}{$
13454 \backslash
13455 sqrt{B}$}$
13456 \end_layout
13457
13458 \end_inset
13459
13460
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 </row>
13466 </lyxtabular>
13467
13468 \end_inset
13469
13470
13471 \end_layout
13472
13473 \begin_layout Standard
13474 La última ecuación sólo se puede componer, de momento, usando el modo TeX
13475  porque LyX inserta un cuadro en lugar de la ecuación extra que hace falta.
13476 \begin_inset Foot
13477 status collapsed
13478
13479 \begin_layout Plain Layout
13480 véase 
13481 \begin_inset CommandInset href
13482 LatexCommand href
13483 name "LyX-bug #1435"
13484 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13485
13486 \end_inset
13487
13488
13489 \end_layout
13490
13491 \end_inset
13492
13493
13494 \end_layout
13495
13496 \begin_layout Standard
13497 El comando 
13498 \series bold
13499
13500 \backslash
13501 mbox
13502 \series default
13503  es equivalente a 
13504 \series bold
13505
13506 \backslash
13507 fbox
13508 \series default
13509  y 
13510 \series bold
13511
13512 \backslash
13513 makebox
13514 \series default
13515  es equivalente a 
13516 \series bold
13517
13518 \backslash
13519 framebox
13520 \series default
13521 , con la diferencia de que no hay marco.
13522 \end_layout
13523
13524 \begin_layout Subsection
13525 Cuadros coloreados
13526 \begin_inset CommandInset label
13527 LatexCommand label
13528 name "sub:Cuadros-coloreados"
13529
13530 \end_inset
13531
13532
13533 \begin_inset Index
13534 status collapsed
13535
13536 \begin_layout Plain Layout
13537 Cuadros ! coloreados
13538 \end_layout
13539
13540 \end_inset
13541
13542
13543 \end_layout
13544
13545 \begin_layout Standard
13546 Para poder usar todos los comandos explicados en esta sección hay que cargar
13547  en el preámbulo LaTeX el paquete LaTeX 
13548 \series bold
13549 color
13550 \series default
13551
13552 \begin_inset Foot
13553 status collapsed
13554
13555 \begin_layout Plain Layout
13556 El paquete LaTeX 
13557 \series bold
13558 color
13559 \series default
13560  forma parte de toda distribución LaTeX estándar.
13561 \end_layout
13562
13563 \end_inset
13564
13565
13566 \begin_inset Index
13567 status collapsed
13568
13569 \begin_layout Plain Layout
13570 Paquetes ! color
13571 \end_layout
13572
13573 \end_inset
13574
13575 , con la línea
13576 \begin_inset Foot
13577 status collapsed
13578
13579 \begin_layout Plain Layout
13580 Cuando hay texto coloreado con un color predefinido en alguna parte del
13581  documento, LyX carga automáticamente el paquete LaTeX 
13582 \series bold
13583 color
13584 \series default
13585 .
13586  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13587  origina problemas.
13588 \end_layout
13589
13590 \end_inset
13591
13592
13593 \begin_inset Note Note
13594 status open
13595
13596 \begin_layout Plain Layout
13597 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13598  en el preámbulo LaTeX.
13599 \end_layout
13600
13601 \end_inset
13602
13603
13604 \end_layout
13605
13606 \begin_layout Standard
13607
13608 \series bold
13609
13610 \backslash
13611 usepackage{color}
13612 \begin_inset VSpace medskip
13613 \end_inset
13614
13615
13616 \end_layout
13617
13618 \begin_layout Standard
13619 Para colorear cuadros se usa el comando 
13620 \series bold
13621
13622 \backslash
13623 colorbox
13624 \series default
13625
13626 \begin_inset Index
13627 status collapsed
13628
13629 \begin_layout Plain Layout
13630 Comandos ! C ! 
13631 \backslash
13632 colorbox
13633 \end_layout
13634
13635 \end_inset
13636
13637  con el siguiente esquema:
13638 \end_layout
13639
13640 \begin_layout Standard
13641
13642 \series bold
13643
13644 \backslash
13645 colorbox{color}{contenido del cuadro}
13646 \end_layout
13647
13648 \begin_layout Standard
13649 El contenido del cuadro puede ser otro cuadro, y también un 
13650 \backslash
13651
13652 \series bold
13653 colorbox
13654 \series default
13655  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13656  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13657  como con 
13658 \series bold
13659
13660 \backslash
13661 fbox
13662 \series default
13663 .
13664 \begin_inset Foot
13665 status collapsed
13666
13667 \begin_layout Plain Layout
13668 Esto también se aplica para el comando 
13669 \series bold
13670
13671 \backslash
13672 fcolorbox
13673 \series default
13674 .
13675  Por eso ten en cuenta 
13676 \begin_inset CommandInset href
13677 LatexCommand href
13678 name "LyX-bug #1435"
13679 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13680
13681 \end_inset
13682
13683 .
13684 \end_layout
13685
13686 \end_inset
13687
13688  
13689 \end_layout
13690
13691 \begin_layout Standard
13692 Se puede elegir uno de los siguientes colores predefinidos:
13693 \end_layout
13694
13695 \begin_layout Standard
13696
13697 \series bold
13698 black
13699 \series default
13700
13701 \series bold
13702 blue
13703 \series default
13704
13705 \series bold
13706 cyan
13707 \series default
13708
13709 \series bold
13710 green
13711 \series default
13712
13713 \series bold
13714 magenta
13715 \series default
13716
13717 \series bold
13718 red
13719 \series default
13720
13721 \series bold
13722 white
13723 \series default
13724
13725 \series bold
13726 yellow
13727 \end_layout
13728
13729 \begin_layout Standard
13730 \align center
13731 \begin_inset Tabular
13732 <lyxtabular version="3" rows="4" columns="2">
13733 <features>
13734 <column alignment="center" valignment="top" width="0">
13735 <column alignment="center" valignment="top" width="0">
13736 <row>
13737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741 Comando
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Plain Layout
13750 Resultado
13751 \begin_inset Note Note
13752 status collapsed
13753
13754 \begin_layout Plain Layout
13755
13756 \series bold
13757
13758 \backslash
13759 raisebox
13760 \series default
13761  se usa sólo como espaciador
13762 \end_layout
13763
13764 \end_inset
13765
13766
13767 \end_layout
13768
13769 \end_inset
13770 </cell>
13771 </row>
13772 <row>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777
13778 \backslash
13779 colorbox{yellow
13780 \begin_inset Formula $\to$
13781 \end_inset
13782
13783
13784 \backslash
13785 {A=B
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13795 \end_inset
13796
13797
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 </row>
13803 <row>
13804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808
13809 \backslash
13810 colorbox{green
13811 \begin_inset Formula $\to$
13812 \end_inset
13813
13814
13815 \backslash
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 A=B
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13841 \end_inset
13842
13843
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 </row>
13849 <row>
13850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854
13855 \backslash
13856 fbox
13857 \begin_inset ERT
13858 status collapsed
13859
13860 \begin_layout Plain Layout
13861
13862
13863 \backslash
13864 spce 
13865 \end_layout
13866
13867 \end_inset
13868
13869
13870 \backslash
13871 colorbox{green
13872 \begin_inset Formula $\to$
13873 \end_inset
13874
13875
13876 \backslash
13877 {A=B
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13887 \end_inset
13888
13889
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 </row>
13895 </lyxtabular>
13896
13897 \end_inset
13898
13899
13900 \end_layout
13901
13902 \begin_layout Standard
13903
13904 \series bold
13905
13906 \backslash
13907 colorbox
13908 \series default
13909  sólo colorea el cuadro pero no los caracteres.
13910  Para colorear todos los caracteres se selecciona toda la ecuación y se
13911  elige un color en el diálogo 
13912 \family sans
13913 Estilo
13914 \begin_inset space ~
13915 \end_inset
13916
13917 del
13918 \begin_inset space ~
13919 \end_inset
13920
13921 texto
13922 \family default
13923 .
13924  El diálogo puede abrirse con el botón 
13925 \begin_inset Graphics
13926         filename ../../images/dialog-show_character.png
13927         scale 85
13928
13929 \end_inset
13930
13931  de la barra de herramientas o con el menú 
13932 \family sans
13933 Editar\SpecialChar \menuseparator
13934 Estilo
13935 \begin_inset space ~
13936 \end_inset
13937
13938 del
13939 \begin_inset space ~
13940 \end_inset
13941
13942 texto\SpecialChar \menuseparator
13943 Personalizado
13944 \family default
13945 .
13946  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13947  Si el número de la ecuación debe tener otro color que el de los caracteres
13948  de la ecuación, el color debe cambiarse dentro de la ecuación.
13949 \end_layout
13950
13951 \begin_layout Standard
13952 Un ejemplo:
13953 \color red
13954
13955 \begin_inset Formula \begin{equation}
13956 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13957
13958 \end_inset
13959
13960
13961 \end_layout
13962
13963 \begin_layout Standard
13964
13965 \color green
13966 \begin_inset Formula \begin{equation}
13967 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13968
13969 \end_inset
13970
13971
13972 \end_layout
13973
13974 \begin_layout Standard
13975 La ecuación 
13976 \begin_inset CommandInset ref
13977 LatexCommand eqref
13978 reference "eq:rojo"
13979
13980 \end_inset
13981
13982  está toda coloreada en rojo.
13983 \begin_inset Newline newline
13984 \end_inset
13985
13986 La ecuación 
13987 \begin_inset CommandInset ref
13988 LatexCommand eqref
13989 reference "eq:rojoverde"
13990
13991 \end_inset
13992
13993  se ha coloreado en primer lugar toda en verde para colorear el número de
13994  la ecuación.
13995  Posteriormente se han coloreado en rojo los caracteres.
13996 \family sans
13997
13998 \begin_inset VSpace bigskip
13999 \end_inset
14000
14001
14002 \end_layout
14003
14004 \begin_layout Standard
14005 Para colorear diferente el marco y el resto del cuadro se usa el comando
14006  
14007 \series bold
14008
14009 \backslash
14010 fcolorbox
14011 \series default
14012
14013 \begin_inset Index
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017 Comandos ! F ! 
14018 \backslash
14019 fcolorbox
14020 \end_layout
14021
14022 \end_inset
14023
14024  con el siguiente esquema:
14025 \end_layout
14026
14027 \begin_layout Standard
14028
14029 \series bold
14030
14031 \backslash
14032 fcolorbox{color del marco}{color}{contenido del cuadro}
14033 \end_layout
14034
14035 \begin_layout Standard
14036 Así pues 
14037 \series bold
14038
14039 \backslash
14040 fcolorbox
14041 \series default
14042  es una extensión del comando 
14043 \series bold
14044
14045 \backslash
14046 colorbox
14047 \series default
14048 .
14049  La anchura del marco se establece, como para 
14050 \series bold
14051
14052 \backslash
14053 framebox
14054 \series default
14055 , con 
14056 \series bold
14057
14058 \backslash
14059 fboxrule
14060 \series default
14061  y 
14062 \series bold
14063
14064 \backslash
14065 fboxsep
14066 \series default
14067 .
14068  Un ejemplo:
14069 \begin_inset ERT
14070 status collapsed
14071
14072 \begin_layout Plain Layout
14073
14074
14075 \backslash
14076 fboxrule 1mm 
14077 \backslash
14078 fboxsep 1mm
14079 \end_layout
14080
14081 \end_inset
14082
14083
14084 \begin_inset Formula \[
14085 \fcolorbox{cyan}{magenta}{A=B}\]
14086
14087 \end_inset
14088
14089
14090 \end_layout
14091
14092 \begin_layout Standard
14093 \begin_inset ERT
14094 status collapsed
14095
14096 \begin_layout Plain Layout
14097
14098
14099 \backslash
14100 fboxrule 0.4pt 
14101 \backslash
14102 fboxsep 3pt
14103 \end_layout
14104
14105 \end_inset
14106
14107
14108 \end_layout
14109
14110 \begin_layout Standard
14111 Esta ecuación se ha compuesto con el comando
14112 \begin_inset Newline newline
14113 \end_inset
14114
14115
14116 \series bold
14117
14118 \backslash
14119 fcolorbox{cyan
14120 \begin_inset Formula $\to$
14121 \end_inset
14122
14123
14124 \backslash
14125 {magenta
14126 \begin_inset Formula $\to$
14127 \end_inset
14128
14129
14130 \backslash
14131 {A=B
14132 \end_layout
14133
14134 \begin_layout Standard
14135 \begin_inset VSpace bigskip
14136 \end_inset
14137
14138
14139 \end_layout
14140
14141 \begin_layout Standard
14142 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14143 \end_layout
14144
14145 \begin_layout Standard
14146 Por ejemplo, se puede definir el color 
14147 \begin_inset Quotes fld
14148 \end_inset
14149
14150
14151 \series bold
14152 verdeoscuro
14153 \series default
14154
14155 \begin_inset Quotes frd
14156 \end_inset
14157
14158  con la línea de preámbulo LaTeX:
14159 \end_layout
14160
14161 \begin_layout Standard
14162
14163 \series bold
14164
14165 \backslash
14166 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14167 \series default
14168
14169 \begin_inset Index
14170 status collapsed
14171
14172 \begin_layout Plain Layout
14173 Comandos ! D ! 
14174 \backslash
14175 definecolor
14176 \end_layout
14177
14178 \end_inset
14179
14180
14181 \end_layout
14182
14183 \begin_layout Standard
14184
14185 \series bold
14186 cmyk
14187 \series default
14188  es el espacio de color referido a los colores 
14189 \series bold
14190 cyan
14191 \series default
14192
14193 \series bold
14194 magenta
14195 \series default
14196
14197 \series bold
14198 yellow
14199 \series default
14200  y 
14201 \series bold
14202 black
14203 \series default
14204 .
14205  Los cuatro números separados por coma son el factor de cuota para los colores
14206  correspondientes del espacio de color.
14207  Los factores pueden estar en el rango 0-1.
14208  En vez de 
14209 \series bold
14210 cmyk
14211 \series default
14212  se puede usar el espacio de color 
14213 \series bold
14214 rgb
14215 \series default
14216 , que se refiere a 
14217 \series bold
14218 red
14219 \series default
14220
14221 \series bold
14222 green
14223 \series default
14224  y 
14225 \series bold
14226 blue
14227 \series default
14228 , así pues en este caso hay tres factores de cuota para los correspondientes
14229  colores.
14230  Además hay el espacio de color 
14231 \series bold
14232 gray
14233 \series default
14234  con un factor de cuota para el valor gris.
14235 \end_layout
14236
14237 \begin_layout Standard
14238 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14239 \series bold
14240 verdeoscuro
14241 \series default
14242  y los caracteres en color amarillo:
14243 \color black
14244
14245 \begin_inset Formula \begin{equation}
14246 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14247
14248 \end_inset
14249
14250
14251 \end_layout
14252
14253 \begin_layout Standard
14254 Los colores personalizados también se pueden usar para texto con la ayuda
14255  del comando 
14256 \series bold
14257
14258 \backslash
14259 textcolor
14260 \series default
14261
14262 \begin_inset Index
14263 status collapsed
14264
14265 \begin_layout Plain Layout
14266 Texto ! coloreado
14267 \end_layout
14268
14269 \end_inset
14270
14271
14272 \end_layout
14273
14274 \begin_layout Standard
14275 \begin_inset ERT
14276 status open
14277
14278 \begin_layout Plain Layout
14279
14280
14281 \backslash
14282 textcolor{verdeoscuro}{
14283 \end_layout
14284
14285 \end_inset
14286
14287 Esta frase en 
14288 \begin_inset Quotes fld
14289 \end_inset
14290
14291 verdeoscuro
14292 \begin_inset Quotes frd
14293 \end_inset
14294
14295 .
14296 \begin_inset ERT
14297 status collapsed
14298
14299 \begin_layout Plain Layout
14300
14301 }
14302 \end_layout
14303
14304 \end_inset
14305
14306
14307 \end_layout
14308
14309 \begin_layout Standard
14310
14311 \series bold
14312
14313 \backslash
14314 textcolor
14315 \series default
14316
14317 \begin_inset Index
14318 status collapsed
14319
14320 \begin_layout Plain Layout
14321 Comandos ! T ! 
14322 \backslash
14323 textcolor
14324 \end_layout
14325
14326 \end_inset
14327
14328  se usa con el esquema 
14329 \series bold
14330
14331 \backslash
14332 textcolor{color}{caracteres a colorear}
14333 \series default
14334 .
14335 \end_layout
14336
14337 \begin_layout Subsection
14338 Cuadros de párrafo
14339 \begin_inset CommandInset label
14340 LatexCommand label
14341 name "sub:Cuadros-de-párrafo"
14342
14343 \end_inset
14344
14345
14346 \begin_inset Index
14347 status collapsed
14348
14349 \begin_layout Plain Layout
14350 Cuadros ! para párrafos
14351 \end_layout
14352
14353 \end_inset
14354
14355
14356 \end_layout
14357
14358 \begin_layout Standard
14359 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14360  de párrafo (parbox), se puede generar con el menú 
14361 \family sans
14362 Insertar\SpecialChar \menuseparator
14363 Cuadro
14364 \family default
14365  o con el botón 
14366 \begin_inset Graphics
14367         filename ../../images/box-insert.png
14368         scale 85
14369
14370 \end_inset
14371
14372  de la barra de herramientas.
14373 \end_layout
14374
14375 \begin_layout Standard
14376 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14377 \begin_inset VSpace medskip
14378 \end_inset
14379
14380 Esta línea contiene 
14381 \begin_inset Box Boxed
14382 position "c"
14383 hor_pos "c"
14384 has_inner_box 1
14385 inner_pos "c"
14386 use_parbox 1
14387 width "5cm"
14388 special "none"
14389 height "1in"
14390 height_special "totalheight"
14391 status collapsed
14392
14393 \begin_layout Plain Layout
14394 Esto es un cuadro de párrafo.
14395  Tiene exactamente 5
14396 \begin_inset space \thinspace{}
14397 \end_inset
14398
14399 cm de largo y además puede contener ecuaciones: 
14400 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14401 \end_inset
14402
14403
14404 \end_layout
14405
14406 \end_inset
14407
14408
14409 \begin_inset space ~
14410 \end_inset
14411
14412  un cuadro de párrafo.
14413 \begin_inset VSpace medskip
14414 \end_inset
14415
14416 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14417  Surge un diálogo con las propiedades del cuadro.
14418  En este caso: 
14419 \emph on
14420 Decoración
14421 \emph default
14422 : Marco rectangular, 
14423 \emph on
14424 Cuadro interior
14425 \emph default
14426 : Párrafo, 
14427 \emph on
14428 Ancho
14429 \emph default
14430 : 5
14431 \begin_inset space \thinspace{}
14432 \end_inset
14433
14434 cm, 
14435 \emph on
14436 Alineación Vertical
14437 \emph default
14438  
14439 \emph on
14440 Cuadro
14441 \emph default
14442 : Medio.
14443 \end_layout
14444
14445 \begin_layout Standard
14446 \begin_inset VSpace medskip
14447 \end_inset
14448
14449 En LaTeX, un cuadro de párrafo se inserta con el comando 
14450 \series bold
14451
14452 \backslash
14453 parbox
14454 \series default
14455
14456 \begin_inset Index
14457 status collapsed
14458
14459 \begin_layout Plain Layout
14460 Comandos ! P ! 
14461 \backslash
14462 parbox
14463 \end_layout
14464
14465 \end_inset
14466
14467  con el esquema siguiente:
14468 \end_layout
14469
14470 \begin_layout Standard
14471
14472 \series bold
14473
14474 \backslash
14475 parbox[posición]{anchura}{contenido}
14476 \end_layout
14477
14478 \begin_layout Standard
14479 Son posibles las posiciones 
14480 \emph on
14481 b
14482 \emph default
14483  y 
14484 \emph on
14485 t
14486 \emph default
14487
14488 \emph on
14489 b
14490 \emph default
14491  por 
14492 \begin_inset Quotes fld
14493 \end_inset
14494
14495 bottom
14496 \begin_inset Quotes frd
14497 \end_inset
14498
14499  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14500  Con 
14501 \emph on
14502 t
14503 \emph default
14504 , por 
14505 \begin_inset Quotes fld
14506 \end_inset
14507
14508 top
14509 \begin_inset Quotes frd
14510 \end_inset
14511
14512  (arriba), la alineación se hace con la primera línea.
14513  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14514  
14515 \emph on
14516 Cuadros
14517 \emph default
14518  del manual 
14519 \emph on
14520 Objetos insertados
14521 \emph default
14522  para ejemplos.
14523 \end_layout
14524
14525 \begin_layout Standard
14526 \begin_inset VSpace bigskip
14527 \end_inset
14528
14529 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14530  ponerse en un cuadro de párrafo.
14531  Para ello se inserta el comando
14532 \begin_inset Newline newline
14533 \end_inset
14534
14535
14536 \series bold
14537
14538 \backslash
14539 fbox{
14540 \backslash
14541 parbox{
14542 \backslash
14543 linewidth-2
14544 \backslash
14545 fboxsep-2
14546 \backslash
14547 fboxrule}{
14548 \begin_inset Newline newline
14549 \end_inset
14550
14551
14552 \series default
14553 en modo TeX delante de la ecuación.
14554  Aquí 
14555 \series bold
14556
14557 \backslash
14558 linewidth
14559 \begin_inset Index
14560 status collapsed
14561
14562 \begin_layout Plain Layout
14563 Comandos ! L ! 
14564 \backslash
14565 linewidth
14566 \end_layout
14567
14568 \end_inset
14569
14570
14571 \series default
14572  es la anchura de línea establecida para el documento.
14573  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14574  anchura dos veces la separación del marco y el grosor.
14575  Como LyX no lo hace automáticamente debido a un fallo,
14576 \begin_inset Foot
14577 status collapsed
14578
14579 \begin_layout Plain Layout
14580 \begin_inset CommandInset href
14581 LatexCommand href
14582 name "LyX-bug #4483"
14583 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14584
14585 \end_inset
14586
14587
14588 \end_layout
14589
14590 \end_inset
14591
14592  hay que usar modo TeX.
14593  Para poder multiplicar y restar en los argumentos hay que cargar en el
14594  preámbulo LaTeX el paquete LaTeX 
14595 \series bold
14596 calc
14597 \series default
14598 ,
14599 \begin_inset Foot
14600 status collapsed
14601
14602 \begin_layout Plain Layout
14603
14604 \series bold
14605 calc
14606 \series default
14607  es parte de toda instalación LaTeX estándar.
14608 \end_layout
14609
14610 \end_inset
14611
14612
14613 \begin_inset Index
14614 status collapsed
14615
14616 \begin_layout Plain Layout
14617 Paquetes ! calc
14618 \end_layout
14619
14620 \end_inset
14621
14622  con la línea
14623 \end_layout
14624
14625 \begin_layout Standard
14626
14627 \series bold
14628
14629 \backslash
14630 usepackage{calc}
14631 \end_layout
14632
14633 \begin_layout Standard
14634 Detrás de la ecuación se cierran ambos cuadros con 
14635 \series bold
14636 }}
14637 \series default
14638  en modo TeX.
14639  Aquí hay un ejemplo:
14640 \begin_inset ERT
14641 status collapsed
14642
14643 \begin_layout Plain Layout
14644
14645
14646 \backslash
14647 fboxsep 5mm 
14648 \backslash
14649 fboxrule 5mm
14650 \end_layout
14651
14652 \end_inset
14653
14654
14655 \end_layout
14656
14657 \begin_layout Standard
14658 \begin_inset ERT
14659 status collapsed
14660
14661 \begin_layout Plain Layout
14662
14663
14664 \backslash
14665 fbox{
14666 \backslash
14667 parbox{
14668 \backslash
14669 linewidth-2
14670 \backslash
14671 fboxsep-2
14672 \backslash
14673 fboxrule}{
14674 \end_layout
14675
14676 \end_inset
14677
14678
14679 \begin_inset Formula \begin{equation}
14680 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14681
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \begin_layout Standard
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693 }}
14694 \end_layout
14695
14696 \end_inset
14697
14698
14699 \begin_inset ERT
14700 status collapsed
14701
14702 \begin_layout Plain Layout
14703
14704
14705 \backslash
14706 fboxrule 0.4pt 
14707 \backslash
14708 fboxsep 3pt
14709 \end_layout
14710
14711 \end_inset
14712
14713
14714 \end_layout
14715
14716 \begin_layout Standard
14717 \begin_inset VSpace medskip
14718 \end_inset
14719
14720
14721 \end_layout
14722
14723 \begin_layout Standard
14724 Como se ha usado el cuadro de párrafo como argumento de 
14725 \series bold
14726
14727 \backslash
14728 fbox
14729 \series default
14730 , en este caso no hay diferencia entre 
14731 \series bold
14732
14733 \backslash
14734 fbox
14735 \series default
14736  y 
14737 \series bold
14738
14739 \backslash
14740 boxed
14741 \series default
14742 .
14743  
14744 \end_layout
14745
14746 \begin_layout Standard
14747 \begin_inset VSpace bigskip
14748 \end_inset
14749
14750
14751 \end_layout
14752
14753 \begin_layout Standard
14754 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14755  Para hacerlo, se usa 
14756 \series bold
14757
14758 \backslash
14759 parbox
14760 \series default
14761  en combinación con el comando 
14762 \series bold
14763
14764 \backslash
14765 tag
14766 \series default
14767 .
14768  (Véase más sobre 
14769 \series bold
14770
14771 \backslash
14772 tag
14773 \series default
14774  en 
14775 \begin_inset CommandInset ref
14776 LatexCommand ref
14777 reference "sub:Numeración-personalizada"
14778
14779 \end_inset
14780
14781 ).
14782 \end_layout
14783
14784 \begin_layout Standard
14785 Un ejemplo de ecuación comentada con 
14786 \series bold
14787
14788 \backslash
14789 parbox
14790 \series default
14791 :
14792 \end_layout
14793
14794 \begin_layout Standard
14795 \begin_inset ERT
14796 status collapsed
14797
14798 \begin_layout Plain Layout
14799
14800
14801 \backslash
14802 [5x-7b=3b
14803 \backslash
14804 tag*{
14805 \backslash
14806 parbox{5cm}{
14807 \end_layout
14808
14809 \end_inset
14810
14811 Esto es una descripción.
14812  Está claramente separada de la ecuación y es multilínea.
14813 \begin_inset ERT
14814 status collapsed
14815
14816 \begin_layout Plain Layout
14817
14818 }}
14819 \backslash
14820 ]
14821 \end_layout
14822
14823 \end_inset
14824
14825
14826 \end_layout
14827
14828 \begin_layout Standard
14829 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14830  no soporta el comando 
14831 \series bold
14832
14833 \backslash
14834 parbox
14835 \series default
14836  en ecuaciones.
14837  La ecuación se compone con la siguiente secuencia de comandos:
14838 \end_layout
14839
14840 \begin_layout Standard
14841 El comando 
14842 \series bold
14843
14844 \backslash
14845 [5x-7b=3b
14846 \backslash
14847 tag*
14848 \backslash
14849 {
14850 \backslash
14851 parbox{5cm}{
14852 \series default
14853  se inserta en modo TeX.
14854 \begin_inset Foot
14855 status collapsed
14856
14857 \begin_layout Plain Layout
14858 Si se usa el estilo de ecuación 
14859 \series bold
14860 Sangrado
14861 \series default
14862
14863 \series bold
14864
14865 \backslash
14866 tag*
14867 \backslash
14868
14869 \series default
14870  se puede reemplazar por 
14871 \series bold
14872
14873 \backslash
14874 hfill
14875 \series default
14876 .
14877  (Véanse los estilos de ecuación en 
14878 \begin_inset CommandInset ref
14879 LatexCommand ref
14880 reference "sec:Estilos-de-ecuación"
14881
14882 \end_inset
14883
14884 ).
14885 \end_layout
14886
14887 \end_inset
14888
14889  Después sigue la descripción en texto normal, y por último 
14890 \series bold
14891 }}
14892 \backslash
14893 ]
14894 \series default
14895  en modo TeX.
14896  Aquí los comandos 
14897 \series bold
14898
14899 \backslash
14900 [
14901 \series default
14902  y 
14903 \series bold
14904
14905 \backslash
14906 ]
14907 \series default
14908  crean una ecuación presentada.
14909 \end_layout
14910
14911 \begin_layout Standard
14912 Las ventajas de 
14913 \series bold
14914
14915 \backslash
14916 parbox
14917 \series default
14918  pueden verse en este ejemplo que se ha 
14919 \begin_inset Quotes fld
14920 \end_inset
14921
14922 comentado
14923 \begin_inset Quotes frd
14924 \end_inset
14925
14926  usando el modo texto matemático:
14927 \begin_inset Formula \[
14928 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14929
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \begin_layout Section
14936 Operadores
14937 \begin_inset Index
14938 status collapsed
14939
14940 \begin_layout Plain Layout
14941 Operadores
14942 \end_layout
14943
14944 \end_inset
14945
14946
14947 \end_layout
14948
14949 \begin_layout Subsection
14950 Operadores grandes
14951 \begin_inset CommandInset label
14952 LatexCommand label
14953 name "sub:Operadores-grandes"
14954
14955 \end_inset
14956
14957
14958 \begin_inset Index
14959 status collapsed
14960
14961 \begin_layout Plain Layout
14962 Operadores ! grandes
14963 \end_layout
14964
14965 \end_inset
14966
14967
14968 \begin_inset Index
14969 status collapsed
14970
14971 \begin_layout Plain Layout
14972 Sumatorios
14973 \end_layout
14974
14975 \end_inset
14976
14977
14978 \begin_inset Index
14979 status collapsed
14980
14981 \begin_layout Plain Layout
14982 Integrales
14983 \end_layout
14984
14985 \end_inset
14986
14987
14988 \end_layout
14989
14990 \begin_layout Standard
14991 Para poder usar todos los comandos de integrales listados aquí, debe estar
14992  marcada la opción 
14993 \family sans
14994 Usar paquete esint automáticamente
14995 \family default
14996  en el apartado 
14997 \family sans
14998 Ecuaciones
14999 \family default
15000  de la configuración del documento.
15001  
15002 \end_layout
15003
15004 \begin_layout Standard
15005 \begin_inset space \hfill{}
15006 \end_inset
15007
15008
15009 \begin_inset Tabular
15010 <lyxtabular version="3" rows="11" columns="2">
15011 <features>
15012 <column alignment="center" valignment="top" width="0pt">
15013 <column alignment="center" valignment="top" width="0pt">
15014 <row>
15015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 Comando
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028 Resultado
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 </row>
15034 <row>
15035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039
15040 \backslash
15041 sum
15042 \begin_inset Index
15043 status collapsed
15044
15045 \begin_layout Plain Layout
15046 Comandos ! S ! 
15047 \backslash
15048 sum
15049 \end_layout
15050
15051 \end_inset
15052
15053
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 \begin_inset Formula $\sum$
15063 \end_inset
15064
15065
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 </row>
15071 <row>
15072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076
15077 \backslash
15078 int
15079 \begin_inset Index
15080 status collapsed
15081
15082 \begin_layout Plain Layout
15083 Comandos ! I ! 
15084 \backslash
15085 int
15086 \end_layout
15087
15088 \end_inset
15089
15090
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 \begin_inset Formula $\int$
15100 \end_inset
15101
15102
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 </row>
15108 <row>
15109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113
15114 \backslash
15115 intop
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124 \begin_inset Formula $\intop$
15125 \end_inset
15126
15127
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 </row>
15133 <row>
15134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138
15139 \backslash
15140 oint
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 \begin_inset Formula $\oint$
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \backslash
15165 ointop
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 \begin_inset Formula $\ointop$
15175 \end_inset
15176
15177
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 </row>
15183 <row>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188
15189 \backslash
15190 ointctrclockwise
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199 \begin_inset Formula $\ointctrclockwise$
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 </row>
15208 <row>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213
15214 \backslash
15215 ointclockwise
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224 \begin_inset Formula $\ointclockwise$
15225 \end_inset
15226
15227
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 </row>
15233 <row>
15234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238
15239 \backslash
15240 sqint
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249 \begin_inset Formula $\sqint$
15250 \end_inset
15251
15252
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 </row>
15258 <row>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263
15264 \backslash
15265 bigcap
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274 \begin_inset Formula $\bigcap$
15275 \end_inset
15276
15277
15278 \end_layout
15279
15280 \end_inset
15281 </cell>
15282 </row>
15283 <row>
15284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288
15289 \backslash
15290 bigcup
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299 \begin_inset Formula $\bigcup$
15300 \end_inset
15301
15302
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 </row>
15308 </lyxtabular>
15309
15310 \end_inset
15311
15312
15313 \begin_inset space \hfill{}
15314 \end_inset
15315
15316
15317 \begin_inset Tabular
15318 <lyxtabular version="3" rows="10" columns="2">
15319 <features>
15320 <column alignment="center" valignment="top" width="0pt">
15321 <column alignment="center" valignment="top" width="0pt">
15322 <row>
15323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327 Comando
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336 Resultado
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 </row>
15342 <row>
15343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347
15348 \backslash
15349 prod
15350 \begin_inset Index
15351 status collapsed
15352
15353 \begin_layout Plain Layout
15354 Comandos ! P ! 
15355 \backslash
15356 prod
15357 \end_layout
15358
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370 \begin_inset Formula $\prod$
15371 \end_inset
15372
15373
15374 \end_layout
15375
15376 \end_inset
15377 </cell>
15378 </row>
15379 <row>
15380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384
15385 \backslash
15386 coprod
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395 \begin_inset Formula $\coprod$
15396 \end_inset
15397
15398
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 </row>
15404 <row>
15405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409
15410 \backslash
15411 bigodot
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Plain Layout
15420 \begin_inset Formula $\bigodot$
15421 \end_inset
15422
15423
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 </row>
15429 <row>
15430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434
15435 \backslash
15436 bigotimes
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445 \begin_inset Formula $\bigotimes$
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 </row>
15454 <row>
15455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459
15460 \backslash
15461 bigoplus
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470 \begin_inset Formula $\bigoplus$
15471 \end_inset
15472
15473
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 </row>
15479 <row>
15480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484
15485 \backslash
15486 bigwedge
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495 \begin_inset Formula $\bigwedge$
15496 \end_inset
15497
15498
15499 \end_layout
15500
15501 \end_inset
15502 </cell>
15503 </row>
15504 <row>
15505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509
15510 \backslash
15511 bigvee
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Plain Layout
15520 \begin_inset Formula $\bigvee$
15521 \end_inset
15522
15523
15524 \end_layout
15525
15526 \end_inset
15527 </cell>
15528 </row>
15529 <row>
15530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534
15535 \backslash
15536 bigsqcup
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545 \begin_inset Formula $\bigsqcup$
15546 \end_inset
15547
15548
15549 \end_layout
15550
15551 \end_inset
15552 </cell>
15553 </row>
15554 <row>
15555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559
15560 \backslash
15561 biguplus
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570 \begin_inset Formula $\biguplus$
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 </row>
15579 </lyxtabular>
15580
15581 \end_inset
15582
15583
15584 \begin_inset space \hfill{}
15585 \end_inset
15586
15587
15588 \end_layout
15589
15590 \begin_layout Standard
15591 Todos los operadores grandes se pueden insertar con el botón 
15592 \begin_inset Graphics
15593         filename ../../images/math/intop.png
15594         scale 85
15595
15596 \end_inset
15597
15598  de la barra de ecuaciones.
15599 \end_layout
15600
15601 \begin_layout Standard
15602 Estos operadores son llamados grandes porque son mayores que los operadores
15603  binarios de aspecto semejante.
15604  Todos los operadores grandes pueden tener límites, como se describe en
15605  la subsección siguiente.
15606 \end_layout
15607
15608 \begin_layout Standard
15609 Los operadores 
15610 \series bold
15611
15612 \backslash
15613 intop
15614 \series default
15615  y 
15616 \series bold
15617
15618 \backslash
15619 ointop
15620 \series default
15621  difieren de 
15622 \series bold
15623
15624 \backslash
15625 int
15626 \series default
15627  y 
15628 \series bold
15629
15630 \backslash
15631 oint
15632 \series default
15633  en el estilo en que se presentan los límites, véase
15634 \series bold
15635  
15636 \series default
15637
15638 \begin_inset CommandInset ref
15639 LatexCommand ref
15640 reference "sub:Límites-de-operadores"
15641
15642 \end_inset
15643
15644 .
15645 \end_layout
15646
15647 \begin_layout Subsubsection*
15648 Sugerencias para las integrales
15649 \end_layout
15650
15651 \begin_layout Standard
15652 La letra 
15653 \emph on
15654 d
15655 \emph default
15656  en una integral es un operador, por consiguiente debe escribirse en redonda.
15657  Esto se hace resaltando la 
15658 \emph on
15659 d
15660 \emph default
15661  y usando el atajo de teclado 
15662 \family sans
15663 Alt-c
15664 \begin_inset space ~
15665 \end_inset
15666
15667 r
15668 \family default
15669 .
15670 \begin_inset Foot
15671 status open
15672
15673 \begin_layout Plain Layout
15674 véase estilos de letras en 
15675 \begin_inset CommandInset ref
15676 LatexCommand ref
15677 reference "sub:Estilos-de-fuentes"
15678
15679 \end_inset
15680
15681  
15682 \end_layout
15683
15684 \end_inset
15685
15686  Delante de la 
15687 \emph on
15688 d
15689 \emph default
15690  se inserta un espacio delgado, como es habitual en los operadores.
15691  Un ejemplo:
15692 \end_layout
15693
15694 \begin_layout Standard
15695 incorrecto: 
15696 \begin_inset Formula $\int A(x)dx$
15697 \end_inset
15698
15699
15700 \begin_inset Newline newline
15701 \end_inset
15702
15703
15704 \begin_inset ERT
15705 status collapsed
15706
15707 \begin_layout Plain Layout
15708
15709
15710 \backslash
15711 hphantom{in}
15712 \end_layout
15713
15714 \end_inset
15715
15716 correcto: 
15717 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15718 \end_inset
15719
15720
15721 \end_layout
15722
15723 \begin_layout Standard
15724 Para integrales múltiples hay los siguientes comandos:
15725 \begin_inset VSpace medskip
15726 \end_inset
15727
15728
15729 \end_layout
15730
15731 \begin_layout Standard
15732 \begin_inset space \hfill{}
15733 \end_inset
15734
15735
15736 \begin_inset Tabular
15737 <lyxtabular version="3" rows="4" columns="2">
15738 <features>
15739 <column alignment="center" valignment="top" width="0">
15740 <column alignment="center" valignment="top" width="0">
15741 <row>
15742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746 Comando
15747 \end_layout
15748
15749 \end_inset
15750 </cell>
15751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Plain Layout
15755 Resultado
15756 \begin_inset Note Note
15757 status collapsed
15758
15759 \begin_layout Plain Layout
15760
15761 \series bold
15762
15763 \backslash
15764 raisebox
15765 \series default
15766  se usa sólo como espaciador
15767 \end_layout
15768
15769 \end_inset
15770
15771
15772 \end_layout
15773
15774 \end_inset
15775 </cell>
15776 </row>
15777 <row>
15778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782
15783 \backslash
15784 iint
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15794 \end_inset
15795
15796
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 </row>
15802 <row>
15803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807
15808 \backslash
15809 oiint
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15819 \end_inset
15820
15821
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 </row>
15827 <row>
15828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832
15833 \backslash
15834 sqiint
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 </row>
15852 </lyxtabular>
15853
15854 \end_inset
15855
15856
15857 \begin_inset space \hfill{}
15858 \end_inset
15859
15860
15861 \begin_inset Tabular
15862 <lyxtabular version="3" rows="4" columns="2">
15863 <features>
15864 <column alignment="center" valignment="top" width="0">
15865 <column alignment="center" valignment="top" width="0">
15866 <row>
15867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 Comando
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880 Resultado
15881 \begin_inset Note Note
15882 status collapsed
15883
15884 \begin_layout Plain Layout
15885
15886 \series bold
15887
15888 \backslash
15889 raisebox
15890 \series default
15891  se usa sólo como espaciador
15892 \end_layout
15893
15894 \end_inset
15895
15896
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 </row>
15902 <row>
15903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Plain Layout
15907
15908 \backslash
15909 iiint
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15919 \end_inset
15920
15921
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 </row>
15927 <row>
15928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932
15933 \backslash
15934 iiiint
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15944 \end_inset
15945
15946
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 </row>
15952 <row>
15953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957
15958 \backslash
15959 dotsint
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15969 \end_inset
15970
15971
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 </row>
15977 </lyxtabular>
15978
15979 \end_inset
15980
15981
15982 \begin_inset space \hfill{}
15983 \end_inset
15984
15985
15986 \end_layout
15987
15988 \begin_layout Subsection
15989 Límites de operadores
15990 \begin_inset CommandInset label
15991 LatexCommand label
15992 name "sub:Límites-de-operadores"
15993
15994 \end_inset
15995
15996
15997 \begin_inset Index
15998 status collapsed
15999
16000 \begin_layout Plain Layout
16001 Operadores ! límites de
16002 \end_layout
16003
16004 \end_inset
16005
16006
16007 \end_layout
16008
16009 \begin_layout Standard
16010 Los límites se crean mediante superíndices y subíndices:
16011 \end_layout
16012
16013 \begin_layout Standard
16014 \noindent
16015 \align center
16016 \begin_inset Tabular
16017 <lyxtabular version="3" rows="2" columns="2">
16018 <features>
16019 <column alignment="center" valignment="top" width="0">
16020 <column alignment="center" valignment="top" width="0">
16021 <row>
16022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026 Comando
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 Resultado
16036 \begin_inset Note Note
16037 status collapsed
16038
16039 \begin_layout Plain Layout
16040
16041 \series bold
16042
16043 \backslash
16044 raisebox
16045 \series default
16046  se usa sólo como espaciador
16047 \end_layout
16048
16049 \end_inset
16050
16051
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 </row>
16057 <row>
16058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062
16063 \backslash
16064 prod^
16065 \backslash
16066 infty
16067 \begin_inset ERT
16068 status collapsed
16069
16070 \begin_layout Plain Layout
16071
16072
16073 \backslash
16074 spce 
16075 \end_layout
16076
16077 \end_inset
16078
16079
16080 \begin_inset Formula $\to$
16081 \end_inset
16082
16083 _0
16084 \begin_inset Formula $\to$
16085 \end_inset
16086
16087 A(x)
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16097 \end_inset
16098
16099
16100 \end_layout
16101
16102 \end_inset
16103 </cell>
16104 </row>
16105 </lyxtabular>
16106
16107 \end_inset
16108
16109
16110 \end_layout
16111
16112 \begin_layout Standard
16113 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16114  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16115 \end_layout
16116
16117 \begin_layout Standard
16118 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16119  directamente detrás del operador y se elige 
16120 \series bold
16121 Insertado
16122 \series default
16123  en el menú 
16124 \family sans
16125 Editar\SpecialChar \menuseparator
16126 Ecuación\SpecialChar \menuseparator
16127 Cambiar tipo de límites
16128 \family default
16129  (atajo 
16130 \family sans
16131 Alt-m
16132 \begin_inset space ~
16133 \end_inset
16134
16135 l
16136 \family default
16137 ).
16138  Un ejemplo:
16139 \end_layout
16140
16141 \begin_layout Standard
16142 Los límites por omisión son:
16143 \begin_inset Formula \[
16144 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16145
16146 \end_inset
16147
16148
16149 \end_layout
16150
16151 \begin_layout Standard
16152 Así se ven si se cambia el tipo de límites a 
16153 \series bold
16154 Insertado
16155 \series default
16156 :
16157 \begin_inset Formula \[
16158 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16159
16160 \end_inset
16161
16162
16163 \end_layout
16164
16165 \begin_layout Standard
16166 En integrales, excepto 
16167 \series bold
16168
16169 \backslash
16170 intop
16171 \series default
16172  y 
16173 \series bold
16174
16175 \backslash
16176 ointop
16177 \series default
16178 , los límites se colocan por omisión junto al operador.
16179  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16180  operador.
16181  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16182 \series bold
16183 Pantalla
16184 \series default
16185  para poner el límite debajo:
16186 \begin_inset Formula \begin{equation}
16187 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16188
16189 \end_inset
16190
16191
16192 \begin_inset VSpace medskip
16193 \end_inset
16194
16195 Para especificar condiciones en los límites se usan los comandos 
16196 \series bold
16197
16198 \backslash
16199 subarray
16200 \series default
16201
16202 \begin_inset Index
16203 status collapsed
16204
16205 \begin_layout Plain Layout
16206 Comandos ! S ! 
16207 \backslash
16208 subarray
16209 \end_layout
16210
16211 \end_inset
16212
16213  y 
16214 \series bold
16215
16216 \backslash
16217 substack
16218 \series default
16219
16220 \begin_inset Index
16221 status collapsed
16222
16223 \begin_layout Plain Layout
16224 Comandos ! S ! 
16225 \backslash
16226 substack
16227 \end_layout
16228
16229 \end_inset
16230
16231 .
16232  Por ejemplo, para componer la expresión
16233 \begin_inset Formula \begin{equation}
16234 \sum_{\begin{subarray}{c}
16235 0<k<1000\\
16236 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16237
16238 \end_inset
16239
16240 se ha hecho lo siguiente: primero se escribe el comando 
16241 \series bold
16242
16243 \backslash
16244 sum^n
16245 \series default
16246
16247 \begin_inset ERT
16248 status collapsed
16249
16250 \begin_layout Plain Layout
16251
16252
16253 \backslash
16254 spce 
16255 \end_layout
16256
16257 \end_inset
16258
16259
16260 \series bold
16261 _
16262 \series default
16263 .
16264  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16265  se inserta el comando 
16266 \series bold
16267
16268 \backslash
16269 subarray
16270 \series default
16271
16272 \begin_inset ERT
16273 status collapsed
16274
16275 \begin_layout Plain Layout
16276
16277
16278 \backslash
16279 spce 
16280 \end_layout
16281
16282 \end_inset
16283
16284 .
16285  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16286  distintas.
16287  Cada línea nueva se crea con un salto de línea (
16288 \family sans
16289 Ctrl-Retorno
16290 \family default
16291 ).
16292  Si ahora se escribe en ella
16293 \begin_inset Newline newline
16294 \end_inset
16295
16296
16297 \series bold
16298 0<k<1000 Ctrl-Retorno
16299 \begin_inset Newline newline
16300 \end_inset
16301
16302
16303 \series default
16304 aparece debajo un nuevo marco para la línea nueva.
16305 \end_layout
16306
16307 \begin_layout Standard
16308 La alineación de las líneas puede cambiarse a la izquierda con la 
16309 \family sans
16310 barra de herramientas de tabla
16311 \family default
16312  o con el menú 
16313 \family sans
16314 Editar\SpecialChar \menuseparator
16315 Filas y columnas
16316 \family default
16317 .
16318  Para obtener alineación derecha se inserta 
16319 \series bold
16320
16321 \backslash
16322 hfill
16323 \series default
16324
16325 \begin_inset ERT
16326 status collapsed
16327
16328 \begin_layout Plain Layout
16329
16330
16331 \backslash
16332 spce 
16333 \end_layout
16334
16335 \end_inset
16336
16337  al principio de la línea.
16338 \end_layout
16339
16340 \begin_layout Standard
16341 El comando 
16342 \series bold
16343
16344 \backslash
16345 substack
16346 \series default
16347  es equivalente a 
16348 \series bold
16349
16350 \backslash
16351 subarray
16352 \series default
16353  con la diferencia de que las líneas están siempre centradas.
16354 \begin_inset VSpace bigskip
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \begin_layout Standard
16361 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16362  siguientes, como en la ecuación 
16363 \begin_inset CommandInset ref
16364 LatexCommand eqref
16365 reference "eq:substack"
16366
16367 \end_inset
16368
16369 , porque éstos se colocan junto a los límites.
16370 \end_layout
16371
16372 \begin_layout Standard
16373 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16374 \end_layout
16375
16376 \begin_layout Standard
16377
16378 \series bold
16379
16380 \backslash
16381 def
16382 \backslash
16383 clap#1{
16384 \backslash
16385 hbox to 0pt{
16386 \backslash
16387 hss #1
16388 \backslash
16389 hss}}
16390 \begin_inset Newline newline
16391 \end_inset
16392
16393
16394 \backslash
16395 def
16396 \backslash
16397 mathclap {
16398 \backslash
16399 mathpalette 
16400 \backslash
16401 mathclapinternal}
16402 \begin_inset Newline newline
16403 \end_inset
16404
16405
16406 \backslash
16407 def
16408 \backslash
16409 mathclapinternal #1#2{
16410 \backslash
16411 clap{$
16412 \backslash
16413 mathsurround =0pt #1{#2}$}}
16414 \end_layout
16415
16416 \begin_layout Standard
16417 En ella se define el comando 
16418 \series bold
16419
16420 \backslash
16421 mathclap
16422 \series default
16423
16424 \begin_inset Index
16425 status collapsed
16426
16427 \begin_layout Plain Layout
16428 Comandos ! M ! 
16429 \backslash
16430 mathclap
16431 \end_layout
16432
16433 \end_inset
16434
16435  que establece la anchura del límite en 0
16436 \begin_inset space \thinspace{}
16437 \end_inset
16438
16439 pt.
16440  El esquema del comando es:
16441 \end_layout
16442
16443 \begin_layout Standard
16444
16445 \series bold
16446
16447 \backslash
16448 mathclap{límite}
16449 \end_layout
16450
16451 \begin_layout Standard
16452 donde el límite puede consistir en varias condiciones.
16453 \end_layout
16454
16455 \begin_layout Standard
16456 Aplicado en la ecuación 
16457 \begin_inset CommandInset ref
16458 LatexCommand eqref
16459 reference "eq:substack"
16460
16461 \end_inset
16462
16463  se usa el comando
16464 \end_layout
16465
16466 \begin_layout Standard
16467
16468 \series bold
16469
16470 \backslash
16471 sum_
16472 \backslash
16473 mathclap{
16474 \backslash
16475 substack
16476 \begin_inset ERT
16477 status collapsed
16478
16479 \begin_layout Plain Layout
16480
16481
16482 \backslash
16483 spce 
16484 \end_layout
16485
16486 \end_inset
16487
16488 0<k<1000 Ctrl-Retorno
16489 \end_layout
16490
16491 \begin_layout Standard
16492 para componer el límite inferior.
16493  Ahora el sumando está junto al sumatorio:
16494 \begin_inset Formula \[
16495 \sum_{\mathclap{\substack{0<k<1000\\
16496 \\k\,\in\,\mathbb{N}}
16497 }}^{n}k^{-2}\]
16498
16499 \end_inset
16500
16501
16502 \begin_inset VSpace bigskip
16503 \end_inset
16504
16505 Cómo utilizar un límite para varios operadores se describe en la 
16506 \begin_inset CommandInset ref
16507 LatexCommand ref
16508 reference "sub:Operadores-de-usuario"
16509
16510 \end_inset
16511
16512 .
16513 \end_layout
16514
16515 \begin_layout Subsection
16516 Operadores binarios
16517 \begin_inset CommandInset label
16518 LatexCommand label
16519 name "sub:Operadores-binarios"
16520
16521 \end_inset
16522
16523
16524 \begin_inset Index
16525 status collapsed
16526
16527 \begin_layout Plain Layout
16528 Operadores ! binarios
16529 \end_layout
16530
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \begin_layout Standard
16537 Los operadores binarios se rodean por espacios si llevan un carácter delante
16538  o detrás.
16539 \begin_inset VSpace medskip
16540 \end_inset
16541
16542
16543 \end_layout
16544
16545 \begin_layout Standard
16546 \begin_inset space \hfill{}
16547 \end_inset
16548
16549
16550 \begin_inset Tabular
16551 <lyxtabular version="3" rows="13" columns="2">
16552 <features>
16553 <column alignment="center" valignment="top" width="0pt">
16554 <column alignment="center" valignment="top" width="0pt">
16555 <row>
16556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560 Comando
16561 \begin_inset Note Note
16562 status collapsed
16563
16564 \begin_layout Plain Layout
16565
16566 \series bold
16567
16568 \backslash
16569 raisebox
16570 \series default
16571  se usa sólo como espaciador
16572 \end_layout
16573
16574 \end_inset
16575
16576
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 Operador
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 <row>
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596 +
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 \begin_inset Formula $+$
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 -
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 \begin_inset Formula $-$
16629 \end_inset
16630
16631
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 </row>
16637 <row>
16638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642
16643 \backslash
16644 pm
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 \begin_inset Formula $\pm$
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 </row>
16662 <row>
16663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667
16668 \backslash
16669 mp
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 \begin_inset Formula $\mp$
16679 \end_inset
16680
16681
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 </row>
16687 <row>
16688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692
16693 \backslash
16694 cdot
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 \begin_inset Formula $\cdot$
16704 \end_inset
16705
16706
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 </row>
16712 <row>
16713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717
16718 \backslash
16719 times
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728 \begin_inset Formula $\times$
16729 \end_inset
16730
16731
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 </row>
16737 <row>
16738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742
16743 \backslash
16744 div
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753 \begin_inset Formula $\div$
16754 \end_inset
16755
16756
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 </row>
16762 <row>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 \begin_inset ERT
16768 status collapsed
16769
16770 \begin_layout Plain Layout
16771
16772
16773 \backslash
16774 raisebox{-1.2mm}{
16775 \end_layout
16776
16777 \end_inset
16778
16779 *
16780 \begin_inset ERT
16781 status collapsed
16782
16783 \begin_layout Plain Layout
16784
16785 }
16786 \end_layout
16787
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799 \begin_inset Formula $*$
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 </row>
16808 <row>
16809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Plain Layout
16813
16814 \backslash
16815 star
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 \begin_inset Formula $\star$
16825 \end_inset
16826
16827
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 </row>
16833 <row>
16834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838
16839 \backslash
16840 circ
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849 \begin_inset Formula $\circ$
16850 \end_inset
16851
16852
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 </row>
16858 <row>
16859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863
16864 \backslash
16865 diamond
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874 \begin_inset Formula $\diamond$
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 </row>
16883 <row>
16884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888
16889 \backslash
16890 bullet
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899 \begin_inset Formula $\bullet$
16900 \end_inset
16901
16902
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 </row>
16908 </lyxtabular>
16909
16910 \end_inset
16911
16912
16913 \begin_inset space \hfill{}
16914 \end_inset
16915
16916
16917 \begin_inset Tabular
16918 <lyxtabular version="3" rows="13" columns="2">
16919 <features>
16920 <column alignment="center" valignment="top" width="0pt">
16921 <column alignment="center" valignment="top" width="0pt">
16922 <row>
16923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927 Comando
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 Operador
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 <row>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \backslash
16949 nabla
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 \begin_inset Formula $\nabla$
16959 \end_inset
16960
16961
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 <row>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972
16973 \backslash
16974 bigtriangledown
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 \begin_inset Formula $\bigtriangledown$
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \backslash
16999 bigtriangleup
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $\bigtriangleup$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022
17023 \backslash
17024 Box
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 \begin_inset Formula $\Box$
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 </row>
17042 <row>
17043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047
17048 \backslash
17049 cap 
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 \begin_inset Formula $\cap$
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row>
17068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072
17073 \backslash
17074 cup
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 \begin_inset Formula $\cup$
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 </row>
17092 <row>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097
17098 \backslash
17099 dagger
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108 \begin_inset Formula $\dagger$
17109 \end_inset
17110
17111
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 </row>
17117 <row>
17118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122
17123 \backslash
17124 ddagger
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 \begin_inset Formula $\ddagger$
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 </row>
17142 <row>
17143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147
17148 \backslash
17149 wr
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 \begin_inset Formula $\wr$
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 </row>
17167 <row>
17168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172
17173 \backslash
17174 bigcirc
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183 \begin_inset Formula $\bigcirc$
17184 \end_inset
17185
17186
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 </row>
17192 <row>
17193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197
17198 \backslash
17199 wedge
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208 \begin_inset Formula $\wedge$
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 </row>
17217 <row>
17218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222
17223 \backslash
17224 vee
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233 \begin_inset Formula $\vee$
17234 \end_inset
17235
17236
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 </row>
17242 </lyxtabular>
17243
17244 \end_inset
17245
17246
17247 \begin_inset space \hfill{}
17248 \end_inset
17249
17250
17251 \begin_inset Tabular
17252 <lyxtabular version="3" rows="13" columns="2">
17253 <features>
17254 <column alignment="center" valignment="top" width="0pt">
17255 <column alignment="center" valignment="top" width="0pt">
17256 <row>
17257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261 Comando
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270 Operador
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 </row>
17276 <row>
17277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281
17282 \backslash
17283 oplus
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292 \begin_inset Formula $\oplus$
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 </row>
17301 <row>
17302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306
17307 \backslash
17308 ominus
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317 \begin_inset Formula $\ominus$
17318 \end_inset
17319
17320
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 </row>
17326 <row>
17327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331
17332 \backslash
17333 otimes
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342 \begin_inset Formula $\otimes$
17343 \end_inset
17344
17345
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 </row>
17351 <row>
17352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356
17357 \backslash
17358 oslash
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367 \begin_inset Formula $\oslash$
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 </row>
17376 <row>
17377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381
17382 \backslash
17383 odot
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 \begin_inset Formula $\odot$
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 </row>
17401 <row>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406
17407 \backslash
17408 amalg
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 \begin_inset Formula $\amalg$
17418 \end_inset
17419
17420
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 </row>
17426 <row>
17427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431
17432 \backslash
17433 uplus
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442 \begin_inset Formula $\uplus$
17443 \end_inset
17444
17445
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 </row>
17451 <row>
17452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456
17457 \backslash
17458 setminus
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467 \begin_inset Formula $\setminus$
17468 \end_inset
17469
17470
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 </row>
17476 <row>
17477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481
17482 \backslash
17483 sqcap
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492 \begin_inset Formula $\sqcap$
17493 \end_inset
17494
17495
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 </row>
17501 <row>
17502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506
17507 \backslash
17508 sqcup
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 \begin_inset Formula $\sqcup$
17518 \end_inset
17519
17520
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 </row>
17526 <row>
17527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531
17532 \backslash
17533 triangleleft
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 \begin_inset Formula $\triangleleft$
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 </row>
17551 <row>
17552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556
17557 \backslash
17558 triangleright
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 \begin_inset Formula $\triangleright$
17568 \end_inset
17569
17570
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 </row>
17576 </lyxtabular>
17577
17578 \end_inset
17579
17580
17581 \begin_inset space \hfill{}
17582 \end_inset
17583
17584
17585 \end_layout
17586
17587 \begin_layout Standard
17588 Todos los operadores binarios se pueden insertar también con el botón 
17589 \begin_inset Graphics
17590         filename ../../images/math/pm.png
17591         scale 85
17592
17593 \end_inset
17594
17595  de la barra de ecuaciones.
17596 \end_layout
17597
17598 \begin_layout Standard
17599 Para imprimir el operador Laplace se pueden usar 
17600 \series bold
17601
17602 \backslash
17603 Delta
17604 \series default
17605  o 
17606 \series bold
17607
17608 \backslash
17609 nabla
17610 \series default
17611 ^
17612 \series bold
17613 2
17614 \series default
17615  (
17616 \begin_inset Formula $\nabla^{2}$
17617 \end_inset
17618
17619 ) en vez de 
17620 \series bold
17621
17622 \backslash
17623 bigtriangleup
17624 \series default
17625 .
17626 \end_layout
17627
17628 \begin_layout Standard
17629 El carácter 
17630 \family sans
17631 Separador de menú
17632 \family default
17633  del menú 
17634 \family sans
17635 Insertar\SpecialChar \menuseparator
17636 Carácter especial
17637 \family default
17638  es el operador 
17639 \series bold
17640
17641 \backslash
17642 triangleright
17643 \series default
17644 .
17645 \end_layout
17646
17647 \begin_layout Subsection
17648 Operadores definidos por el usuario
17649 \begin_inset CommandInset label
17650 LatexCommand label
17651 name "sub:Operadores-de-usuario"
17652
17653 \end_inset
17654
17655
17656 \begin_inset Index
17657 status collapsed
17658
17659 \begin_layout Plain Layout
17660 Operadores ! personalizados
17661 \end_layout
17662
17663 \end_inset
17664
17665
17666 \end_layout
17667
17668 \begin_layout Standard
17669 Con ayuda del comando 
17670 \series bold
17671
17672 \backslash
17673 DeclareMathOperator
17674 \series default
17675
17676 \begin_inset Index
17677 status collapsed
17678
17679 \begin_layout Plain Layout
17680 Comandos ! D ! 
17681 \backslash
17682 dbinom@
17683 \backslash
17684 DeclareMathOperator
17685 \end_layout
17686
17687 \end_inset
17688
17689  se pueden definir operadores personalizados en el preámbulo LaTeX.
17690  Su esquema es:
17691 \end_layout
17692
17693 \begin_layout Standard
17694
17695 \series bold
17696
17697 \backslash
17698 DeclareMathOperator{comando nuevo}{presentación}
17699 \end_layout
17700
17701 \begin_layout Standard
17702 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17703  en la salida.
17704  Para definir un operador grande hay que añadirle un * detrás.
17705  Todos los operadores grandes personalizados pueden tener límites como se
17706  describe en 
17707 \begin_inset CommandInset ref
17708 LatexCommand ref
17709 reference "sub:Límites-de-operadores"
17710
17711 \end_inset
17712
17713 .
17714 \end_layout
17715
17716 \begin_layout Standard
17717 Por ejemplo, la línea en el preámbulo LaTeX
17718 \end_layout
17719
17720 \begin_layout Standard
17721
17722 \series bold
17723
17724 \backslash
17725 DeclareMathOperator*{
17726 \backslash
17727 Lozenge}{
17728 \backslash
17729 blacklozenge}
17730 \end_layout
17731
17732 \begin_layout Standard
17733 define el comando 
17734 \series bold
17735
17736 \backslash
17737 Lozenge
17738 \series default
17739 , que inserta un operador grande que es el símbolo blacklozenge de la 
17740 \begin_inset CommandInset ref
17741 LatexCommand ref
17742 reference "sub:Símbolos-misceláneos"
17743
17744 \end_inset
17745
17746 .
17747 \begin_inset Formula \[
17748 \Lozenge_{n=1}^{\infty}\]
17749
17750 \end_inset
17751
17752 El comando para esta expresión es: 
17753 \series bold
17754
17755 \backslash
17756 Lozenge^
17757 \backslash
17758 infty
17759 \begin_inset Formula $\rightarrow$
17760 \end_inset
17761
17762 _n=1
17763 \begin_inset VSpace bigskip
17764 \end_inset
17765
17766
17767 \end_layout
17768
17769 \begin_layout Standard
17770 Si los operadores personalizados no se van a usar varias veces en el documento,
17771  se pueden también definir con los comandos 
17772 \series bold
17773
17774 \backslash
17775 mathop
17776 \series default
17777
17778 \begin_inset Index
17779 status collapsed
17780
17781 \begin_layout Plain Layout
17782 Comandos ! M ! 
17783 \backslash
17784 mathop
17785 \end_layout
17786
17787 \end_inset
17788
17789  y 
17790 \series bold
17791
17792 \backslash
17793 mathbin
17794 \series default
17795
17796 \begin_inset Index
17797 status collapsed
17798
17799 \begin_layout Plain Layout
17800 Comandos ! M ! 
17801 \backslash
17802 mathbin
17803 \end_layout
17804
17805 \end_inset
17806
17807 , con el siguiente esquema:
17808 \end_layout
17809
17810 \begin_layout Standard
17811
17812 \series bold
17813
17814 \backslash
17815 mathop{presentación}
17816 \series default
17817  y 
17818 \series bold
17819
17820 \backslash
17821 mathbin{presentación}
17822 \end_layout
17823
17824 \begin_layout Standard
17825
17826 \series bold
17827
17828 \backslash
17829 mathop
17830 \series default
17831  define operadores grandes, 
17832 \series bold
17833
17834 \backslash
17835 mathbin
17836 \series default
17837  operadores binarios.
17838 \end_layout
17839
17840 \begin_layout Standard
17841
17842 \series bold
17843
17844 \backslash
17845 mathop
17846 \series default
17847  se puede usar, p.e., para poner un límite a varios operadores:
17848 \begin_inset Formula \[
17849 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17850
17851 \end_inset
17852
17853
17854 \end_layout
17855
17856 \begin_layout Standard
17857 El comando para la expresión anterior es:
17858 \begin_inset Newline newline
17859 \end_inset
17860
17861
17862 \series bold
17863
17864 \backslash
17865 mathop{
17866 \backslash
17867 sum
17868 \backslash
17869 negmedspace
17870 \backslash
17871 sum
17872 \series default
17873
17874 \begin_inset ERT
17875 status collapsed
17876
17877 \begin_layout Plain Layout
17878
17879
17880 \backslash
17881 spce 
17882 \end_layout
17883
17884 \end_inset
17885
17886
17887 \series bold
17888
17889 \begin_inset Formula $\to$
17890 \end_inset
17891
17892 ^N
17893 \series default
17894
17895 \begin_inset ERT
17896 status collapsed
17897
17898 \begin_layout Plain Layout
17899
17900
17901 \backslash
17902 spce 
17903 \end_layout
17904
17905 \end_inset
17906
17907
17908 \series bold
17909 _i,j=1
17910 \end_layout
17911
17912 \begin_layout Section
17913 Fuentes
17914 \begin_inset Index
17915 status collapsed
17916
17917 \begin_layout Plain Layout
17918 Fuentes
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \end_layout
17925
17926 \begin_layout Subsection
17927 Estilos de fuentes
17928 \begin_inset CommandInset label
17929 LatexCommand label
17930 name "sub:Estilos-de-fuentes"
17931
17932 \end_inset
17933
17934
17935 \begin_inset Index
17936 status collapsed
17937
17938 \begin_layout Plain Layout
17939 Fuentes ! estilos de
17940 \end_layout
17941
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \begin_layout Standard
17948 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17949  estilos:
17950 \end_layout
17951
17952 \begin_layout Standard
17953 \begin_inset VSpace -2mm
17954 \end_inset
17955
17956
17957 \end_layout
17958
17959 \begin_layout Standard
17960 \align center
17961 \begin_inset Tabular
17962 <lyxtabular version="3" rows="6" columns="3">
17963 <features>
17964 <column alignment="center" valignment="top" width="0">
17965 <column alignment="center" valignment="top" width="0">
17966 <column alignment="center" valignment="top" width="0">
17967 <row>
17968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972 Comando
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981 Resultado
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 atajo
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 </row>
17996 <row>
17997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001
18002 \backslash
18003 mathbb
18004 \series bold
18005
18006 \begin_inset ERT
18007 status collapsed
18008
18009 \begin_layout Plain Layout
18010
18011
18012 \backslash
18013 spce 
18014 \end_layout
18015
18016 \end_inset
18017
18018
18019 \series default
18020 ABC
18021 \end_layout
18022
18023 \end_inset
18024 </cell>
18025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029 \begin_inset Formula $\mathbb{ABC}$
18030 \end_inset
18031
18032
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 Alt-c c
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 </row>
18047 <row>
18048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052
18053 \backslash
18054 mathbf
18055 \series bold
18056
18057 \begin_inset ERT
18058 status collapsed
18059
18060 \begin_layout Plain Layout
18061
18062
18063 \backslash
18064 spce 
18065 \end_layout
18066
18067 \end_inset
18068
18069
18070 \series default
18071 AbC
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 \begin_inset Formula $\mathbf{AbC}$
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 Ctrl-b
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 </row>
18098 <row>
18099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103
18104 \backslash
18105 boldsymbol
18106 \series bold
18107
18108 \begin_inset ERT
18109 status collapsed
18110
18111 \begin_layout Plain Layout
18112
18113
18114 \backslash
18115 spce 
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \series default
18122 AbC
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 \begin_inset Formula $\boldsymbol{AbC}$
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143 Alt-c b o Ctrl-Alt-b
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 </row>
18149 <row>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154
18155 \backslash
18156 mathcal
18157 \series bold
18158
18159 \begin_inset ERT
18160 status collapsed
18161
18162 \begin_layout Plain Layout
18163
18164
18165 \backslash
18166 spce 
18167 \end_layout
18168
18169 \end_inset
18170
18171
18172 \series default
18173 ABC
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 \begin_inset Formula $\mathcal{ABC}$
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 Alt-c e
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 </row>
18200 <row>
18201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \backslash
18207 mathfrak
18208 \series bold
18209
18210 \begin_inset ERT
18211 status collapsed
18212
18213 \begin_layout Plain Layout
18214
18215
18216 \backslash
18217 spce 
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \series default
18224 AbC
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 \begin_inset Formula $\mathfrak{AbC}$
18234 \end_inset
18235
18236
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 -
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 </lyxtabular>
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Standard
18259 \align center
18260 \begin_inset Tabular
18261 <lyxtabular version="3" rows="5" columns="3">
18262 <features>
18263 <column alignment="center" valignment="top" width="0">
18264 <column alignment="center" valignment="top" width="0">
18265 <column alignment="center" valignment="top" width="0">
18266 <row>
18267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 Comando
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 Resultado
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 atajo
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 </row>
18295 <row>
18296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300
18301 \backslash
18302 mathit
18303 \series bold
18304
18305 \begin_inset ERT
18306 status collapsed
18307
18308 \begin_layout Plain Layout
18309
18310
18311 \backslash
18312 spce 
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \series default
18319 AbC
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328 \begin_inset Formula $\mathit{AbC}$
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340 -
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 </row>
18346 <row>
18347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351
18352 \backslash
18353 mathrm
18354 \series bold
18355
18356 \begin_inset ERT
18357 status collapsed
18358
18359 \begin_layout Plain Layout
18360
18361
18362 \backslash
18363 spce 
18364 \end_layout
18365
18366 \end_inset
18367
18368
18369 \series default
18370 AbC
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379 \begin_inset Formula $\mathrm{AbC}$
18380 \end_inset
18381
18382
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391 Alt-c r
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 </row>
18397 <row>
18398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402
18403 \backslash
18404 mathsf
18405 \series bold
18406
18407 \begin_inset ERT
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411
18412
18413 \backslash
18414 spce 
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \series default
18421 AbC
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 \begin_inset Formula $\mathsf{AbC}$
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \end_inset
18437 </cell>
18438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442 Alt-c s
18443 \end_layout
18444
18445 \end_inset
18446 </cell>
18447 </row>
18448 <row>
18449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453
18454 \backslash
18455 mathtt
18456 \series bold
18457
18458 \begin_inset ERT
18459 status collapsed
18460
18461 \begin_layout Plain Layout
18462
18463
18464 \backslash
18465 spce 
18466 \end_layout
18467
18468 \end_inset
18469
18470
18471 \series default
18472 AbC
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 \begin_inset Formula $\mathtt{AbC}$
18482 \end_inset
18483
18484
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493 Alt-c p
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 </row>
18499 </lyxtabular>
18500
18501 \end_inset
18502
18503
18504 \end_layout
18505
18506 \begin_layout Standard
18507 \begin_inset Note Greyedout
18508 status open
18509
18510 \begin_layout Plain Layout
18511
18512 \series bold
18513 Nota
18514 \series default
18515 : Los estilos 
18516 \series bold
18517
18518 \backslash
18519 mathbb
18520 \series default
18521  y 
18522 \series bold
18523
18524 \backslash
18525 mathcal
18526 \series default
18527  sólo se aplican a letras mayúsculas.
18528 \end_layout
18529
18530 \end_inset
18531
18532
18533 \end_layout
18534
18535 \begin_layout Standard
18536 El estilo predeterminado es 
18537 \series bold
18538
18539 \backslash
18540 mathnormal
18541 \series default
18542 .
18543 \end_layout
18544
18545 \begin_layout Standard
18546 Los comandos de estilo funcionan también en estructuras matemáticas:
18547 \begin_inset Formula \[
18548 \mathfrak{A=\frac{b}{C}}\]
18549
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \begin_layout Standard
18556 Los caracteres en texto matemático no aparecen en un estilo de letra de
18557  ecuaciones sino en el estilo 
18558 \series bold
18559
18560 \backslash
18561 textrm
18562 \series default
18563 .
18564  Este estilo no se puede poner correctamente con el diálogo de estilo de
18565  texto por un fallo de LyX.
18566 \begin_inset Foot
18567 status collapsed
18568
18569 \begin_layout Plain Layout
18570 \begin_inset CommandInset href
18571 LatexCommand href
18572 name "LyX-bug #4091"
18573 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18574
18575 \end_inset
18576
18577
18578 \end_layout
18579
18580 \end_inset
18581
18582
18583 \end_layout
18584
18585 \begin_layout Standard
18586 En vez de comandos se puede usar el menú 
18587 \family sans
18588 Editar\SpecialChar \menuseparator
18589 Ecuación\SpecialChar \menuseparator
18590 Estilo del texto
18591 \family default
18592  o el botón 
18593 \begin_inset Graphics
18594         filename ../../images/math/font.png
18595         scale 85
18596
18597 \end_inset
18598
18599 .
18600 \end_layout
18601
18602 \begin_layout Subsection
18603 Ecuaciones en negrita
18604 \begin_inset CommandInset label
18605 LatexCommand label
18606 name "sub:Ecuaciones-en-negrita"
18607
18608 \end_inset
18609
18610
18611 \begin_inset Index
18612 status collapsed
18613
18614 \begin_layout Plain Layout
18615 Ecuación ! en negrita
18616 \end_layout
18617
18618 \end_inset
18619
18620
18621 \end_layout
18622
18623 \begin_layout Standard
18624 Para poner en negrita una ecuación completa no se puede usar el comando
18625  
18626 \series bold
18627
18628 \backslash
18629 mathbf
18630 \series default
18631 , porque no funciona con minúsculas griegas.
18632  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18633 \begin_inset Formula \[
18634 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18635
18636 \end_inset
18637
18638
18639 \end_layout
18640
18641 \begin_layout Standard
18642 Para presentar la ecuación correctamente se usa el comando 
18643 \series bold
18644 boldsymbol
18645 \series default
18646 :
18647 \begin_inset Formula \[
18648 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18649
18650 \end_inset
18651
18652
18653 \end_layout
18654
18655 \begin_layout Standard
18656 También es posible poner la fórmula en un 
18657 \series bold
18658 entorno boldmath
18659 \series default
18660 , que se inserta con el comando 
18661 \series bold
18662
18663 \backslash
18664 boldmath
18665 \series default
18666
18667 \begin_inset Index
18668 status collapsed
18669
18670 \begin_layout Plain Layout
18671 Comandos ! B ! 
18672 \backslash
18673 boldmath
18674 \end_layout
18675
18676 \end_inset
18677
18678  en modo TeX.
18679  Para finalizar el entorno se usa el comando 
18680 \series bold
18681
18682 \backslash
18683 unboldmath
18684 \series default
18685
18686 \begin_inset Index
18687 status collapsed
18688
18689 \begin_layout Plain Layout
18690 Comandos ! U ! 
18691 \backslash
18692 unboldmath
18693 \end_layout
18694
18695 \end_inset
18696
18697  en modo TeX.
18698 \begin_inset ERT
18699 status collapsed
18700
18701 \begin_layout Plain Layout
18702
18703
18704 \backslash
18705 boldmath
18706 \end_layout
18707
18708 \end_inset
18709
18710
18711 \begin_inset Formula \[
18712 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18713
18714 \end_inset
18715
18716
18717 \end_layout
18718
18719 \begin_layout Standard
18720 \begin_inset ERT
18721 status collapsed
18722
18723 \begin_layout Plain Layout
18724
18725
18726 \backslash
18727 unboldmath
18728 \end_layout
18729
18730 \end_inset
18731
18732
18733 \end_layout
18734
18735 \begin_layout Subsection
18736 Ecuaciones coloreadas
18737 \begin_inset Index
18738 status open
18739
18740 \begin_layout Plain Layout
18741 Ecuación ! coloreada
18742 \end_layout
18743
18744 \end_inset
18745
18746
18747 \end_layout
18748
18749 \begin_layout Standard
18750 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18751  o una parte de una ecuación y us el diálogo 
18752 \family sans
18753 Estilo del texto
18754 \family default
18755 .
18756  Aquí hay una ecuación en magenta:
18757 \begin_inset Formula \[
18758 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18759
18760 \end_inset
18761
18762 También puedes definir tus propios colores como se describe en
18763 \begin_inset space ~
18764 \end_inset
18765
18766
18767 \begin_inset CommandInset ref
18768 LatexCommand ref
18769 reference "sub:Cuadros-coloreados"
18770
18771 \end_inset
18772
18773 .
18774  Pueden usarse con el comando en código TeX 
18775 \series bold
18776
18777 \backslash
18778 textcolor
18779 \series default
18780
18781 \begin_inset Index
18782 status open
18783
18784 \begin_layout Plain Layout
18785 Comandos ! T ! 
18786 \backslash
18787 textcolor
18788 \end_layout
18789
18790 \end_inset
18791
18792  según el esquema
18793 \end_layout
18794
18795 \begin_layout Standard
18796
18797 \series bold
18798
18799 \backslash
18800 textcolor{color}{caracteres o ecuación}
18801 \end_layout
18802
18803 \begin_layout Standard
18804 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18805 e en rojo:
18806 \end_layout
18807
18808 \begin_layout Standard
18809 \begin_inset ERT
18810 status open
18811
18812 \begin_layout Plain Layout
18813
18814
18815 \backslash
18816 textcolor{verdeoscuro}{
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \begin_inset Formula \[
18823 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18824
18825 \end_inset
18826
18827
18828 \begin_inset ERT
18829 status collapsed
18830
18831 \begin_layout Plain Layout
18832
18833 }
18834 \end_layout
18835
18836 \end_inset
18837
18838
18839 \end_layout
18840
18841 \begin_layout Standard
18842 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18843  a ecuaciones completas.
18844 \begin_inset Foot
18845 status collapsed
18846
18847 \begin_layout Plain Layout
18848 \begin_inset CommandInset href
18849 LatexCommand href
18850 name "LyX-bug #5269"
18851 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18852
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \begin_layout Subsection
18864 Tamaños de fuentes
18865 \begin_inset CommandInset label
18866 LatexCommand label
18867 name "sub:Tamaños-de-fuentes"
18868
18869 \end_inset
18870
18871
18872 \begin_inset Index
18873 status collapsed
18874
18875 \begin_layout Plain Layout
18876 Fuentes ! tamaño
18877 \end_layout
18878
18879 \end_inset
18880
18881
18882 \end_layout
18883
18884 \begin_layout Standard
18885 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18886  siguientes comandos de tamaño:
18887 \end_layout
18888
18889 \begin_layout Standard
18890
18891 \series bold
18892
18893 \backslash
18894 Huge
18895 \series default
18896
18897 \series bold
18898
18899 \backslash
18900 huge
18901 \series default
18902
18903 \series bold
18904
18905 \backslash
18906 LARGE
18907 \series default
18908
18909 \series bold
18910
18911 \backslash
18912 Large
18913 \series default
18914
18915 \series bold
18916
18917 \backslash
18918 large
18919 \series default
18920
18921 \series bold
18922
18923 \backslash
18924 normalsize
18925 \series default
18926
18927 \series bold
18928
18929 \backslash
18930 small
18931 \series default
18932 ,
18933 \begin_inset Newline newline
18934 \end_inset
18935
18936
18937 \series bold
18938
18939 \backslash
18940 footnotesize
18941 \series default
18942
18943 \series bold
18944
18945 \backslash
18946 scriptsize
18947 \series default
18948 , y 
18949 \series bold
18950
18951 \backslash
18952 tiny
18953 \end_layout
18954
18955 \begin_layout Standard
18956 El tamaño dado por los comandos depende del tamaño base de la fuente en
18957  el documento, dado por el comando 
18958 \series bold
18959
18960 \backslash
18961 normalsize
18962 \series default
18963 .
18964  Los demás comandos producen tamaños menores o mayores que 
18965 \series bold
18966
18967 \backslash
18968 normalsize
18969 \series default
18970 .
18971  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
18972  Si, por ejemplo, la fuente del documento es de 12
18973 \begin_inset space \thinspace{}
18974 \end_inset
18975
18976 pt, el comando 
18977 \series bold
18978
18979 \backslash
18980 Huge
18981 \series default
18982  da el mismo tamaño que 
18983 \series bold
18984
18985 \backslash
18986 huge
18987 \series default
18988 .
18989 \end_layout
18990
18991 \begin_layout Standard
18992 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18993  a todas las ecuaciones y texto siguientes.
18994  Para volver al tamaño anterior hay que insertar el comando 
18995 \series bold
18996
18997 \backslash
18998 normalsize
18999 \series default
19000  en modo TeX detrás de la ecuación.
19001  
19002 \end_layout
19003
19004 \begin_layout Standard
19005 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
19006  en texto matemático.
19007  Para hacerlo se inserta el comando en texto matemático.
19008  Todos los caracteres siguientes, hasta el final del texto matemático o
19009  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19010  Dos ejemplos:
19011 \end_layout
19012
19013 \begin_layout Standard
19014 \begin_inset VSpace -2mm
19015 \end_inset
19016
19017
19018 \end_layout
19019
19020 \begin_layout Standard
19021 \begin_inset ERT
19022 status collapsed
19023
19024 \begin_layout Plain Layout
19025
19026
19027 \backslash
19028 huge
19029 \end_layout
19030
19031 \end_inset
19032
19033
19034 \begin_inset Formula \[
19035 A=\frac{B}{c}\cdot\maltese\]
19036
19037 \end_inset
19038
19039
19040 \begin_inset Formula \[
19041 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19042
19043 \end_inset
19044
19045
19046 \end_layout
19047
19048 \begin_layout Standard
19049 \begin_inset ERT
19050 status collapsed
19051
19052 \begin_layout Plain Layout
19053
19054
19055 \backslash
19056 normalsize
19057 \end_layout
19058
19059 \end_inset
19060
19061
19062 \begin_inset VSpace medskip
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \begin_layout Standard
19069 Antes de las ecuaciones se ha insertado el comando 
19070 \series bold
19071
19072 \backslash
19073 huge
19074 \series default
19075 .
19076  Para la segunda ecuación el comando es:
19077 \begin_inset Newline newline
19078 \end_inset
19079
19080
19081 \series bold
19082
19083 \backslash
19084 maltese
19085 \begin_inset ERT
19086 status collapsed
19087
19088 \begin_layout Plain Layout
19089
19090
19091 \backslash
19092 spce 
19093 \end_layout
19094
19095 \end_inset
19096
19097 A Alt-m m 
19098 \backslash
19099 Large
19100 \begin_inset ERT
19101 status collapsed
19102
19103 \begin_layout Plain Layout
19104
19105
19106 \backslash
19107 spce 
19108 \end_layout
19109
19110 \end_inset
19111
19112
19113 \backslash
19114 maltese
19115 \begin_inset ERT
19116 status collapsed
19117
19118 \begin_layout Plain Layout
19119
19120
19121 \backslash
19122 spce 
19123 \end_layout
19124
19125 \end_inset
19126
19127
19128 \backslash
19129 textit
19130 \begin_inset ERT
19131 status collapsed
19132
19133 \begin_layout Plain Layout
19134
19135
19136 \backslash
19137 spce 
19138 \end_layout
19139
19140 \end_inset
19141
19142 A
19143 \begin_inset Formula $\to$
19144 \end_inset
19145
19146
19147 \begin_inset Formula $\to$
19148 \end_inset
19149
19150
19151 \begin_inset Newline newline
19152 \end_inset
19153
19154
19155 \begin_inset space \hspace*{}
19156 \length 1cm
19157 \end_inset
19158
19159 Alt-m
19160 \series default
19161  
19162 \series bold
19163
19164 \backslash
19165 tiny
19166 \begin_inset ERT
19167 status collapsed
19168
19169 \begin_layout Plain Layout
19170
19171
19172 \backslash
19173 spce 
19174 \end_layout
19175
19176 \end_inset
19177
19178
19179 \backslash
19180 maltese
19181 \begin_inset ERT
19182 status collapsed
19183
19184 \begin_layout Plain Layout
19185
19186
19187 \backslash
19188 spce 
19189 \end_layout
19190
19191 \end_inset
19192
19193
19194 \backslash
19195 textit
19196 \begin_inset ERT
19197 status collapsed
19198
19199 \begin_layout Plain Layout
19200
19201
19202 \backslash
19203 spce 
19204 \end_layout
19205
19206 \end_inset
19207
19208 A
19209 \end_layout
19210
19211 \begin_layout Standard
19212 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19213  el tamaño por omisión.
19214 \end_layout
19215
19216 \begin_layout Section
19217 Letras griegas
19218 \begin_inset Index
19219 status collapsed
19220
19221 \begin_layout Plain Layout
19222 Letras griegas
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \begin_layout Standard
19231 Todas las letras griegas se pueden insertar además mediante el botón 
19232 \begin_inset Graphics
19233         filename ../../images/math/alpha.png
19234         scale 85
19235
19236 \end_inset
19237
19238  de la barra de ecuaciones.
19239 \end_layout
19240
19241 \begin_layout Subsection
19242 Minúsculas
19243 \begin_inset Index
19244 status collapsed
19245
19246 \begin_layout Plain Layout
19247 Letras griegas ! minúsculas
19248 \end_layout
19249
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \begin_layout Standard
19256 \begin_inset space \hfill{}
19257 \end_inset
19258
19259
19260 \begin_inset Tabular
19261 <lyxtabular version="3" rows="11" columns="2">
19262 <features>
19263 <column alignment="center" valignment="top" width="0pt">
19264 <column alignment="center" valignment="top" width="0pt">
19265 <row>
19266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270 Comando
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279 Símbolo
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 </row>
19285 <row>
19286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290
19291 \backslash
19292 alpha
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 \begin_inset Formula $\alpha$
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 </row>
19310 <row>
19311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315
19316 \backslash
19317 beta
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 \begin_inset Formula $\beta$
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 </row>
19335 <row>
19336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340
19341 \backslash
19342 gamma
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351 \begin_inset Formula $\gamma$
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 </row>
19360 <row>
19361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365
19366 \backslash
19367 delta
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376 \begin_inset Formula $\delta$
19377 \end_inset
19378
19379
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 </row>
19385 <row>
19386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390
19391 \backslash
19392 epsilon
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Plain Layout
19401 \begin_inset Formula $\epsilon$
19402 \end_inset
19403
19404
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 </row>
19410 <row>
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415
19416 \backslash
19417 varepsilon
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426 \begin_inset Formula $\varepsilon$
19427 \end_inset
19428
19429
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 </row>
19435 <row>
19436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19437 \begin_inset Text
19438
19439 \begin_layout Plain Layout
19440
19441 \backslash
19442 zeta
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451 \begin_inset Formula $\zeta$
19452 \end_inset
19453
19454
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 </row>
19460 <row>
19461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465
19466 \backslash
19467 eta
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476 \begin_inset Formula $\eta$
19477 \end_inset
19478
19479
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 </row>
19485 <row>
19486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490
19491 \backslash
19492 theta
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501 \begin_inset Formula $\theta$
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 </row>
19510 <row>
19511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515
19516 \backslash
19517 vartheta
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 \begin_inset Formula $\vartheta$
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 </row>
19535 </lyxtabular>
19536
19537 \end_inset
19538
19539
19540 \begin_inset space \hfill{}
19541 \end_inset
19542
19543
19544 \begin_inset Tabular
19545 <lyxtabular version="3" rows="12" columns="2">
19546 <features>
19547 <column alignment="center" valignment="top" width="0pt">
19548 <column alignment="center" valignment="top" width="0pt">
19549 <row>
19550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554 Comando
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563 Símbolo
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 </row>
19569 <row>
19570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574
19575 \backslash
19576 iota
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585 \begin_inset Formula $\iota$
19586 \end_inset
19587
19588
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 </row>
19594 <row>
19595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599
19600 \backslash
19601 kappa
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610 \begin_inset Formula $\kappa$
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \end_inset
19617 </cell>
19618 </row>
19619 <row>
19620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19621 \begin_inset Text
19622
19623 \begin_layout Plain Layout
19624
19625 \backslash
19626 varkappa
19627 \end_layout
19628
19629 \end_inset
19630 </cell>
19631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635 \begin_inset Formula $\varkappa$
19636 \end_inset
19637
19638
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 </row>
19644 <row>
19645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649
19650 \backslash
19651 lambda
19652 \end_layout
19653
19654 \end_inset
19655 </cell>
19656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19657 \begin_inset Text
19658
19659 \begin_layout Plain Layout
19660 \begin_inset Formula $\lambda$
19661 \end_inset
19662
19663
19664 \end_layout
19665
19666 \end_inset
19667 </cell>
19668 </row>
19669 <row>
19670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674
19675 \backslash
19676 mu
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685 \begin_inset Formula $\mu$
19686 \end_inset
19687
19688
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 </row>
19694 <row>
19695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699
19700 \backslash
19701 nu
19702 \end_layout
19703
19704 \end_inset
19705 </cell>
19706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19707 \begin_inset Text
19708
19709 \begin_layout Plain Layout
19710 \begin_inset Formula $\nu$
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 </row>
19719 <row>
19720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724
19725 \backslash
19726 xi
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735 \begin_inset Formula $\xi$
19736 \end_inset
19737
19738
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 </row>
19744 <row>
19745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749 o
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19755 \begin_inset Text
19756
19757 \begin_layout Plain Layout
19758 \begin_inset Formula $o$
19759 \end_inset
19760
19761
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 </row>
19767 <row>
19768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19769 \begin_inset Text
19770
19771 \begin_layout Plain Layout
19772
19773 \backslash
19774 pi
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783 \begin_inset Formula $\pi$
19784 \end_inset
19785
19786
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 </row>
19792 <row>
19793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797
19798 \backslash
19799 varpi
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808 \begin_inset Formula $\varpi$
19809 \end_inset
19810
19811
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 </row>
19817 <row>
19818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822
19823 \backslash
19824 rho
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833 \begin_inset Formula $\rho$
19834 \end_inset
19835
19836
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 </row>
19842 </lyxtabular>
19843
19844 \end_inset
19845
19846
19847 \begin_inset space \hfill{}
19848 \end_inset
19849
19850
19851 \begin_inset Tabular
19852 <lyxtabular version="3" rows="11" columns="2">
19853 <features>
19854 <column alignment="center" valignment="top" width="0pt">
19855 <column alignment="center" valignment="top" width="0pt">
19856 <row>
19857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861 Comando
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870 Símbolo
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 </row>
19876 <row>
19877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881
19882 \backslash
19883 varrho
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892 \begin_inset Formula $\varrho$
19893 \end_inset
19894
19895
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 </row>
19901 <row>
19902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906
19907 \backslash
19908 sigma
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917 \begin_inset Formula $\sigma$
19918 \end_inset
19919
19920
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 </row>
19926 <row>
19927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931
19932 \backslash
19933 varsigma
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942 \begin_inset Formula $\varsigma$
19943 \end_inset
19944
19945
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 </row>
19951 <row>
19952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956
19957 \backslash
19958 tau
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 \begin_inset Formula $\tau$
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 </row>
19976 <row>
19977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981
19982 \backslash
19983 upsilon
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992 \begin_inset Formula $\upsilon$
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 </row>
20001 <row>
20002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006
20007 \backslash
20008 phi
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 \begin_inset Formula $\phi$
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 </row>
20026 <row>
20027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031
20032 \backslash
20033 varphi
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042 \begin_inset Formula $\varphi$
20043 \end_inset
20044
20045
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 </row>
20051 <row>
20052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056
20057 \backslash
20058 chi
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067 \begin_inset Formula $\chi$
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 </row>
20076 <row>
20077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081
20082 \backslash
20083 psi
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092 \begin_inset Formula $\psi$
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 </row>
20101 <row>
20102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20103 \begin_inset Text
20104
20105 \begin_layout Plain Layout
20106
20107 \backslash
20108 omega
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117 \begin_inset Formula $\omega$
20118 \end_inset
20119
20120
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 </row>
20126 </lyxtabular>
20127
20128 \end_inset
20129
20130
20131 \begin_inset space \hfill{}
20132 \end_inset
20133
20134
20135 \end_layout
20136
20137 \begin_layout Standard
20138 \begin_inset VSpace medskip
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \begin_layout Standard
20145 Cómo escribir letras griegas en redonda se explica en 
20146 \begin_inset CommandInset ref
20147 LatexCommand ref
20148 reference "sub:Griegas-en-redonda"
20149
20150 \end_inset
20151
20152 .
20153 \end_layout
20154
20155 \begin_layout Subsection
20156 Mayúsculas
20157 \begin_inset Index
20158 status collapsed
20159
20160 \begin_layout Plain Layout
20161 Letras griegas ! mayúsculas
20162 \end_layout
20163
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \begin_layout Standard
20170 \begin_inset space \hfill{}
20171 \end_inset
20172
20173
20174 \begin_inset Tabular
20175 <lyxtabular version="3" rows="7" columns="2">
20176 <features>
20177 <column alignment="center" valignment="top" width="0pt">
20178 <column alignment="center" valignment="top" width="0pt">
20179 <row>
20180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184 Comando
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193 Símbolo
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 </row>
20199 <row>
20200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204
20205 \backslash
20206 Gamma
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215 \begin_inset Formula $\Gamma$
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 </row>
20224 <row>
20225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229
20230 \backslash
20231 Delta
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240 \begin_inset Formula $\Delta$
20241 \end_inset
20242
20243
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 </row>
20249 <row>
20250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20251 \begin_inset Text
20252
20253 \begin_layout Plain Layout
20254
20255 \backslash
20256 Theta
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265 \begin_inset Formula $\Theta$
20266 \end_inset
20267
20268
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 </row>
20274 <row>
20275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279
20280 \backslash
20281 Lambda
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 \begin_inset Formula $\Lambda$
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 </row>
20299 <row>
20300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304
20305 \backslash
20306 Xi
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315 \begin_inset Formula $\Xi$
20316 \end_inset
20317
20318
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 </row>
20324 <row>
20325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329
20330 \backslash
20331 Pi
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340 \begin_inset Formula $\Pi$
20341 \end_inset
20342
20343
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 </row>
20349 </lyxtabular>
20350
20351 \end_inset
20352
20353
20354 \begin_inset space \hfill{}
20355 \end_inset
20356
20357
20358 \begin_inset Tabular
20359 <lyxtabular version="3" rows="6" columns="2">
20360 <features>
20361 <column alignment="center" valignment="top" width="0pt">
20362 <column alignment="center" valignment="top" width="0pt">
20363 <row>
20364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368 Comando
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377 Símbolo
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 </row>
20383 <row>
20384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388
20389 \backslash
20390 Sigma
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399 \begin_inset Formula $\Sigma$
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 </row>
20408 <row>
20409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413
20414 \backslash
20415 Upsilon
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 \begin_inset Formula $\Upsilon$
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 </row>
20433 <row>
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438
20439 \backslash
20440 Phi
20441 \end_layout
20442
20443 \end_inset
20444 </cell>
20445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449 \begin_inset Formula $\Phi$
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 </row>
20458 <row>
20459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20460 \begin_inset Text
20461
20462 \begin_layout Plain Layout
20463
20464 \backslash
20465 Psi
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474 \begin_inset Formula $\Psi$
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 </row>
20483 <row>
20484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488
20489 \backslash
20490 Omega
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499 \begin_inset Formula $\Omega$
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 </row>
20508 </lyxtabular>
20509
20510 \end_inset
20511
20512
20513 \begin_inset space \hfill{}
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \begin_layout Standard
20520 \begin_inset VSpace medskip
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \begin_layout Standard
20527 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20528  cuando se desarrolló TeX.
20529  Para obtener mayúsculas en cursiva, inicia cada comando con 
20530 \series bold
20531 var
20532 \series default
20533 .
20534  Por ejemplo, el comando 
20535 \series bold
20536
20537 \backslash
20538 varGamma
20539 \series default
20540  genera: 
20541 \begin_inset Formula $\varGamma$
20542 \end_inset
20543
20544
20545 \end_layout
20546
20547 \begin_layout Subsection
20548 Letras en negrita
20549 \begin_inset Index
20550 status collapsed
20551
20552 \begin_layout Plain Layout
20553 Letras griegas ! en negrita
20554 \end_layout
20555
20556 \end_inset
20557
20558
20559 \end_layout
20560
20561 \begin_layout Standard
20562 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20563  Sólo se pueden poner en negrita con el comando 
20564 \series bold
20565
20566 \backslash
20567 boldsymbol
20568 \series default
20569
20570 \begin_inset Index
20571 status collapsed
20572
20573 \begin_layout Plain Layout
20574 Comandos ! B ! 
20575 \backslash
20576 boldsymbol
20577 \end_layout
20578
20579 \end_inset
20580
20581 .
20582 \end_layout
20583
20584 \begin_layout Standard
20585 \align center
20586 \begin_inset Tabular
20587 <lyxtabular version="3" rows="3" columns="2">
20588 <features>
20589 <column alignment="center" valignment="top" width="0">
20590 <column alignment="center" valignment="top" width="0">
20591 <row>
20592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596 Comando
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20602 \begin_inset Text
20603
20604 \begin_layout Plain Layout
20605 Símbolo
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 </row>
20611 <row>
20612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20613 \begin_inset Text
20614
20615 \begin_layout Plain Layout
20616
20617 \backslash
20618 Upsilon
20619 \backslash
20620 boldsymbol
20621 \backslash
20622 Upsilon
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20632 \end_inset
20633
20634
20635 \end_layout
20636
20637 \end_inset
20638 </cell>
20639 </row>
20640 <row>
20641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20642 \begin_inset Text
20643
20644 \begin_layout Plain Layout
20645
20646 \backslash
20647 theta
20648 \backslash
20649 boldsymbol
20650 \backslash
20651 theta
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660 \begin_inset Formula $\theta\boldsymbol{\theta}$
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 </row>
20669 </lyxtabular>
20670
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \begin_layout Section
20677 Símbolos
20678 \begin_inset ERT
20679 status collapsed
20680
20681 \begin_layout Plain Layout
20682
20683
20684 \backslash
20685 texorpdfstring{
20686 \end_layout
20687
20688 \end_inset
20689
20690
20691 \begin_inset Foot
20692 status collapsed
20693
20694 \begin_layout Plain Layout
20695 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20696  LaTeX en 
20697 \begin_inset CommandInset citation
20698 LatexCommand cite
20699 key "Symbole"
20700
20701 \end_inset
20702
20703 .
20704 \end_layout
20705
20706 \end_inset
20707
20708
20709 \begin_inset ERT
20710 status collapsed
20711
20712 \begin_layout Plain Layout
20713
20714 }{}
20715 \end_layout
20716
20717 \end_inset
20718
20719
20720 \begin_inset Note Note
20721 status open
20722
20723 \begin_layout Plain Layout
20724
20725 \backslash
20726 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20727  PDF.
20728 \end_layout
20729
20730 \begin_layout Plain Layout
20731 Más sobre 
20732 \backslash
20733 texorpdfstring en la sección 
20734 \begin_inset CommandInset ref
20735 LatexCommand ref
20736 reference "sub:Ecuaciones-en-encabezados"
20737
20738 \end_inset
20739
20740 .
20741 \end_layout
20742
20743 \end_inset
20744
20745
20746 \begin_inset Index
20747 status collapsed
20748
20749 \begin_layout Plain Layout
20750 Símbolos
20751 \end_layout
20752
20753 \end_inset
20754
20755
20756 \end_layout
20757
20758 \begin_layout Standard
20759 Muchos de los símbolos listados en esta sección se pueden insertar además
20760  mediante los botones 
20761 \begin_inset Graphics
20762         filename ../../images/math/nabla.png
20763         scale 85
20764
20765 \end_inset
20766
20767  y 
20768 \begin_inset Graphics
20769         filename ../../images/math/digamma.png
20770         scale 85
20771
20772 \end_inset
20773
20774  de la barra de ecuaciones.
20775 \end_layout
20776
20777 \begin_layout Subsection
20778 Símbolos matemáticos
20779 \begin_inset CommandInset label
20780 LatexCommand label
20781 name "sub:Símbolos-matemáticos"
20782
20783 \end_inset
20784
20785
20786 \begin_inset Index
20787 status collapsed
20788
20789 \begin_layout Plain Layout
20790 Símbolos ! matemáticos
20791 \end_layout
20792
20793 \end_inset
20794
20795
20796 \end_layout
20797
20798 \begin_layout Standard
20799 \begin_inset space \hfill{}
20800 \end_inset
20801
20802
20803 \begin_inset Tabular
20804 <lyxtabular version="3" rows="10" columns="2">
20805 <features>
20806 <column alignment="center" valignment="top" width="0pt">
20807 <column alignment="center" valignment="top" width="0pt">
20808 <row>
20809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813 Comando
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20819 \begin_inset Text
20820
20821 \begin_layout Plain Layout
20822 Símbolo
20823 \end_layout
20824
20825 \end_inset
20826 </cell>
20827 </row>
20828 <row>
20829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20830 \begin_inset Text
20831
20832 \begin_layout Plain Layout
20833
20834 \backslash
20835 neg
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844 \begin_inset Formula $\neg$
20845 \end_inset
20846
20847
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 </row>
20853 <row>
20854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858
20859 \backslash
20860 Im
20861 \end_layout
20862
20863 \end_inset
20864 </cell>
20865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869 \begin_inset Formula $\Im$
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \end_inset
20876 </cell>
20877 </row>
20878 <row>
20879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20880 \begin_inset Text
20881
20882 \begin_layout Plain Layout
20883
20884 \backslash
20885 Re
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894 \begin_inset Formula $\Re$
20895 \end_inset
20896
20897
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 </row>
20903 <row>
20904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20905 \begin_inset Text
20906
20907 \begin_layout Plain Layout
20908
20909 \backslash
20910 aleph
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919 \begin_inset Formula $\aleph$
20920 \end_inset
20921
20922
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 </row>
20928 <row>
20929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20930 \begin_inset Text
20931
20932 \begin_layout Plain Layout
20933
20934 \backslash
20935 partial
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20941 \begin_inset Text
20942
20943 \begin_layout Plain Layout
20944 \begin_inset Formula $\partial$
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 </row>
20953 <row>
20954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20955 \begin_inset Text
20956
20957 \begin_layout Plain Layout
20958
20959 \backslash
20960 infty
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20966 \begin_inset Text
20967
20968 \begin_layout Plain Layout
20969 \begin_inset Formula $\infty$
20970 \end_inset
20971
20972
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 </row>
20978 <row>
20979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Plain Layout
20983
20984 \backslash
20985 wp
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20991 \begin_inset Text
20992
20993 \begin_layout Plain Layout
20994 \begin_inset Formula $\wp$
20995 \end_inset
20996
20997
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 </row>
21003 <row>
21004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Plain Layout
21008
21009 \backslash
21010 imath
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Plain Layout
21019 \begin_inset Formula $\imath$
21020 \end_inset
21021
21022
21023 \end_layout
21024
21025 \end_inset
21026 </cell>
21027 </row>
21028 <row>
21029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21030 \begin_inset Text
21031
21032 \begin_layout Plain Layout
21033
21034 \backslash
21035 jmath
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044 \begin_inset Formula $\jmath$
21045 \end_inset
21046
21047
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 </row>
21053 </lyxtabular>
21054
21055 \end_inset
21056
21057
21058 \begin_inset space \hfill{}
21059 \end_inset
21060
21061
21062 \begin_inset Tabular
21063 <lyxtabular version="3" rows="10" columns="2">
21064 <features>
21065 <column alignment="center" valignment="top" width="0pt">
21066 <column alignment="center" valignment="top" width="0pt">
21067 <row>
21068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 Comando
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 Símbolo
21082 \begin_inset Note Note
21083 status collapsed
21084
21085 \begin_layout Plain Layout
21086
21087 \series bold
21088
21089 \backslash
21090 raisebox
21091 \series default
21092  se usa sólo como espaciador
21093 \end_layout
21094
21095 \end_inset
21096
21097
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 </row>
21103 <row>
21104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108
21109 \backslash
21110 forall
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119 \begin_inset Formula $\forall$
21120 \end_inset
21121
21122
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 </row>
21128 <row>
21129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133
21134 \backslash
21135 exists
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 \begin_inset Formula $\exists$
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 </row>
21153 <row>
21154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158
21159 \backslash
21160 nexists
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Formula $\nexists$
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 </row>
21178 <row>
21179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183
21184 \backslash
21185 emptyset
21186 \end_layout
21187
21188 \end_inset
21189 </cell>
21190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21191 \begin_inset Text
21192
21193 \begin_layout Plain Layout
21194 \begin_inset Formula $\emptyset$
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 </row>
21203 <row>
21204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208
21209 \backslash
21210 varnothing
21211 \end_layout
21212
21213 \end_inset
21214 </cell>
21215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21216 \begin_inset Text
21217
21218 \begin_layout Plain Layout
21219 \begin_inset Formula $\varnothing$
21220 \end_inset
21221
21222
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 </row>
21228 <row>
21229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233
21234 \backslash
21235 dag
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244 \begin_inset Formula $\dag$
21245 \end_inset
21246
21247
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 </row>
21253 <row>
21254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258
21259 \backslash
21260 ddag
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269 \begin_inset Formula $\ddag$
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 </row>
21278 <row>
21279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283
21284 \backslash
21285 complement
21286 \end_layout
21287
21288 \end_inset
21289 </cell>
21290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294 \begin_inset ERT
21295 status collapsed
21296
21297 \begin_layout Plain Layout
21298
21299
21300 \backslash
21301 raisebox{-0.8mm}{
21302 \end_layout
21303
21304 \end_inset
21305
21306
21307 \begin_inset Formula $\complement$
21308 \end_inset
21309
21310
21311 \begin_inset ERT
21312 status collapsed
21313
21314 \begin_layout Plain Layout
21315
21316 }
21317 \end_layout
21318
21319 \end_inset
21320
21321
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 </row>
21327 <row>
21328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \backslash
21334 Bbbk
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343 \begin_inset Formula $\Bbbk$
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 </row>
21352 </lyxtabular>
21353
21354 \end_inset
21355
21356
21357 \begin_inset space \hfill{}
21358 \end_inset
21359
21360
21361 \begin_inset Tabular
21362 <lyxtabular version="3" rows="10" columns="2">
21363 <features>
21364 <column alignment="center" valignment="top" width="0pt">
21365 <column alignment="center" valignment="top" width="0pt">
21366 <row>
21367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371 Comando
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380 Símbolo
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 </row>
21386 <row>
21387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Plain Layout
21391
21392 \backslash
21393 prime
21394 \end_layout
21395
21396 \end_inset
21397 </cell>
21398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402 \begin_inset Formula $\prime$
21403 \end_inset
21404
21405
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 </row>
21411 <row>
21412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416
21417 \backslash
21418 backprime
21419 \end_layout
21420
21421 \end_inset
21422 </cell>
21423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Plain Layout
21427 \begin_inset Formula $\backprime$
21428 \end_inset
21429
21430
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 </row>
21436 <row>
21437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21438 \begin_inset Text
21439
21440 \begin_layout Plain Layout
21441
21442 \backslash
21443 mho
21444 \end_layout
21445
21446 \end_inset
21447 </cell>
21448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452 \begin_inset Formula $\mho$
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 </row>
21461 <row>
21462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21463 \begin_inset Text
21464
21465 \begin_layout Plain Layout
21466
21467 \backslash
21468 triangle
21469 \end_layout
21470
21471 \end_inset
21472 </cell>
21473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477 \begin_inset Formula $\triangle$
21478 \end_inset
21479
21480
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 </row>
21486 <row>
21487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Plain Layout
21491
21492 \backslash
21493 angle
21494 \end_layout
21495
21496 \end_inset
21497 </cell>
21498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21499 \begin_inset Text
21500
21501 \begin_layout Plain Layout
21502 \begin_inset Formula $\angle$
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \end_inset
21509 </cell>
21510 </row>
21511 <row>
21512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516
21517 \backslash
21518 measuredangle
21519 \end_layout
21520
21521 \end_inset
21522 </cell>
21523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527 \begin_inset Formula $\measuredangle$
21528 \end_inset
21529
21530
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 </row>
21536 <row>
21537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541
21542 \backslash
21543 sphericalangle
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552 \begin_inset Formula $\sphericalangle$
21553 \end_inset
21554
21555
21556 \end_layout
21557
21558 \end_inset
21559 </cell>
21560 </row>
21561 <row>
21562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566
21567 \backslash
21568 top
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577 \begin_inset Formula $\top$
21578 \end_inset
21579
21580
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 </row>
21586 <row>
21587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21588 \begin_inset Text
21589
21590 \begin_layout Plain Layout
21591
21592 \backslash
21593 bot
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602 \begin_inset Formula $\bot$
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \end_inset
21609 </cell>
21610 </row>
21611 </lyxtabular>
21612
21613 \end_inset
21614
21615
21616 \begin_inset space \hfill{}
21617 \end_inset
21618
21619
21620 \end_layout
21621
21622 \begin_layout Subsection
21623 Símbolos misceláneos
21624 \begin_inset CommandInset label
21625 LatexCommand label
21626 name "sub:Símbolos-misceláneos"
21627
21628 \end_inset
21629
21630
21631 \begin_inset Index
21632 status collapsed
21633
21634 \begin_layout Plain Layout
21635 Símbolos ! misceláneos
21636 \end_layout
21637
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \begin_layout Standard
21644 \noindent
21645 \align center
21646 \begin_inset Tabular
21647 <lyxtabular version="3" rows="10" columns="2">
21648 <features>
21649 <column alignment="center" valignment="top" width="0pt">
21650 <column alignment="center" valignment="top" width="0pt">
21651 <row>
21652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 Comando
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665 Símbolo
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 <row>
21672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676
21677 \backslash
21678 flat
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 \begin_inset Formula $\flat$
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 <row>
21697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701
21702 \backslash
21703 natural
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 \begin_inset Formula $\natural$
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 <row>
21722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726
21727 \backslash
21728 sharp
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737 \begin_inset Formula $\sharp$
21738 \end_inset
21739
21740
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 </row>
21746 <row>
21747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \backslash
21753 surd
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Formula $\surd$
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 <row>
21772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776
21777 \backslash
21778 checkmark
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787 \begin_inset Formula $\checkmark$
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 </row>
21796 <row>
21797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801
21802 \backslash
21803 yen
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812 \begin_inset Formula $\yen$
21813 \end_inset
21814
21815
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 </row>
21821 <row>
21822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826
21827 \backslash
21828 pounds
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837 \begin_inset Formula $\pounds$
21838 \end_inset
21839
21840
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 </row>
21846 <row>
21847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 $
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 \begin_inset Formula $\$$
21861 \end_inset
21862
21863
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 </row>
21869 <row>
21870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874 §
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21880 \begin_inset Text
21881
21882 \begin_layout Plain Layout
21883 \begin_inset Formula $§$
21884 \end_inset
21885
21886
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 </row>
21892 </lyxtabular>
21893
21894 \end_inset
21895
21896
21897 \begin_inset Tabular
21898 <lyxtabular version="3" rows="10" columns="2">
21899 <features>
21900 <column alignment="center" valignment="top" width="0">
21901 <column alignment="center" valignment="top" width="0">
21902 <row>
21903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 Comando
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916 Símbolo
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 </row>
21922 <row>
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \backslash
21929 hbar
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 \begin_inset Formula $\hbar$
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 </row>
21947 <row>
21948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952
21953 \backslash
21954 hslash
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 \begin_inset Formula $\hslash$
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977
21978 \backslash
21979 clubsuit
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 \begin_inset Formula $\clubsuit$
21989 \end_inset
21990
21991
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 <row>
21998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002
22003 \backslash
22004 spadesuit
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013 \begin_inset Formula $\spadesuit$
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 </row>
22022 <row>
22023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027
22028 \backslash
22029 bigstar
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038 \begin_inset Formula $\bigstar$
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 <row>
22048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052
22053 \backslash
22054 blacklozenge
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 \begin_inset Formula $\blacklozenge$
22064 \end_inset
22065
22066
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 </row>
22072 <row>
22073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077
22078 \backslash
22079 blacktriangle
22080 \end_layout
22081
22082 \end_inset
22083 </cell>
22084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088 \begin_inset Formula $\blacktriangle$
22089 \end_inset
22090
22091
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 </row>
22097 <row>
22098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102
22103 \backslash
22104 blacktiangledown
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 \begin_inset Formula $\blacktriangledown$
22114 \end_inset
22115
22116
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 </row>
22122 <row>
22123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22124 \begin_inset Text
22125
22126 \begin_layout Plain Layout
22127
22128 \backslash
22129 bullet
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138 \begin_inset Formula $\bullet$
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \end_inset
22145 </cell>
22146 </row>
22147 </lyxtabular>
22148
22149 \end_inset
22150
22151
22152 \begin_inset Tabular
22153 <lyxtabular version="3" rows="10" columns="2">
22154 <features>
22155 <column alignment="center" valignment="top" width="0pt">
22156 <column alignment="center" valignment="top" width="0pt">
22157 <row>
22158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162 Comando
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171 Símbolo
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 </row>
22177 <row>
22178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182
22183 \backslash
22184 diamondsuit
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193 \begin_inset Formula $\diamondsuit$
22194 \end_inset
22195
22196
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 </row>
22202 <row>
22203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207
22208 \backslash
22209 Diamond
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218 \begin_inset Formula $\Diamond$
22219 \end_inset
22220
22221
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 </row>
22227 <row>
22228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232
22233 \backslash
22234 heartsuit
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 \begin_inset Formula $\heartsuit$
22244 \end_inset
22245
22246
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 </row>
22252 <row>
22253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257
22258 \backslash
22259 P
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 \begin_inset Formula $\P$
22269 \end_inset
22270
22271
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 </row>
22277 <row>
22278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282
22283 \backslash
22284 copyright
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293 \begin_inset Formula $\copyright$
22294 \end_inset
22295
22296
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 </row>
22302 <row>
22303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307
22308 \backslash
22309 circledR
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318 \begin_inset Formula $\circledR$
22319 \end_inset
22320
22321
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 </row>
22327 <row>
22328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332
22333 \backslash
22334 maltese
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343 \begin_inset Formula $\maltese$
22344 \end_inset
22345
22346
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 </row>
22352 <row>
22353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357
22358 \backslash
22359 diagup
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 \begin_inset Formula $\diagup$
22369 \end_inset
22370
22371
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 </row>
22377 <row>
22378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382
22383 \backslash
22384 diagdown
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393 \begin_inset Formula $\diagdown$
22394 \end_inset
22395
22396
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 </row>
22402 </lyxtabular>
22403
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \begin_layout Standard
22410 \begin_inset VSpace medskip
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \begin_layout Standard
22417 Hay más símbolos en 
22418 \begin_inset CommandInset ref
22419 LatexCommand ref
22420 reference "sub:Caracteres-especiales-misceláneos"
22421
22422 \end_inset
22423
22424 .
22425 \end_layout
22426
22427 \begin_layout Standard
22428 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22429 \begin_inset CommandInset ref
22430 LatexCommand ref
22431 reference "sub:Tamaños-de-fuentes"
22432
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \begin_layout Subsection
22439 El símbolo del euro, €
22440 \begin_inset Index
22441 status collapsed
22442
22443 \begin_layout Plain Layout
22444 Símbolos ! euro
22445 \end_layout
22446
22447 \end_inset
22448
22449
22450 \begin_inset Index
22451 status collapsed
22452
22453 \begin_layout Plain Layout
22454
22455 \backslash
22456 @
22457 \begin_inset ERT
22458 status collapsed
22459
22460 \begin_layout Plain Layout
22461
22462
22463 \backslash
22464 officialeuro
22465 \end_layout
22466
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \begin_layout Standard
22478 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22479  LaTeX 
22480 \series bold
22481 eurosym
22482 \series default
22483
22484 \begin_inset Index
22485 status collapsed
22486
22487 \begin_layout Plain Layout
22488 Paquetes ! eurosym
22489 \end_layout
22490
22491 \end_inset
22492
22493 , y cargado en el preámbulo LaTeX con la línea
22494 \end_layout
22495
22496 \begin_layout Standard
22497
22498 \series bold
22499
22500 \backslash
22501 usepackage[gennarrow]{eurosym}
22502 \end_layout
22503
22504 \begin_layout Standard
22505 Actualmente también se puede insertar con el comando 
22506 \series bold
22507
22508 \backslash
22509 euro
22510 \series default
22511
22512 \begin_inset Index
22513 status collapsed
22514
22515 \begin_layout Plain Layout
22516 Comandos ! E ! 
22517 \backslash
22518 euro
22519 \end_layout
22520
22521 \end_inset
22522
22523 .
22524 \end_layout
22525
22526 \begin_layout Standard
22527 El símbolo del euro puede insertarse directamente con la tecla € en texto
22528  matemático sin tener 
22529 \series bold
22530 eurosym
22531 \series default
22532  instalado.
22533  Si 
22534 \series bold
22535 eurosym
22536 \series default
22537  está instalado, se puede insertar 
22538 \series bold
22539
22540 \backslash
22541 euro
22542 \series default
22543  en modo TeX.
22544  El símbolo oficial de la moneda se puede insertar con el comando 
22545 \series bold
22546
22547 \backslash
22548 officialeuro
22549 \series default
22550
22551 \begin_inset Index
22552 status collapsed
22553
22554 \begin_layout Plain Layout
22555 Comandos ! O ! 
22556 \backslash
22557 officialeuro
22558 \end_layout
22559
22560 \end_inset
22561
22562 , que sólo está disponible en modo TeX.
22563 \end_layout
22564
22565 \begin_layout Standard
22566 \begin_inset ERT
22567 status collapsed
22568
22569 \begin_layout Plain Layout
22570
22571
22572 \backslash
22573 ifeurosym
22574 \end_layout
22575
22576 \end_inset
22577
22578
22579 \begin_inset Note Note
22580 status collapsed
22581
22582 \begin_layout Plain Layout
22583 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22584 \series bold
22585 eurosym
22586 \series default
22587 .
22588 \end_layout
22589
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \begin_layout Standard
22596 Un vistazo a los diferentes símbolos del euro.
22597 \end_layout
22598
22599 \begin_layout Standard
22600 \noindent
22601 \align center
22602 \begin_inset Tabular
22603 <lyxtabular version="3" rows="4" columns="3">
22604 <features>
22605 <column alignment="center" valignment="top" width="0">
22606 <column alignment="center" valignment="top" width="0">
22607 <column alignment="center" valignment="top" width="0">
22608 <row>
22609 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 Comando
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 Símbolo
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 </row>
22637 <row>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 ecuación
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651
22652 \backslash
22653 euro
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 \begin_inset Formula $\euro$
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 </row>
22671 <row>
22672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676 texto matemático
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694 \begin_inset Formula $\mbox{€}$
22695 \end_inset
22696
22697
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 </row>
22703 <row>
22704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 modo TeX
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717
22718 \backslash
22719 officialeuro
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 \begin_inset ERT
22729 status collapsed
22730
22731 \begin_layout Plain Layout
22732
22733
22734 \backslash
22735 officialeuro
22736 \end_layout
22737
22738 \end_inset
22739
22740
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 </row>
22746 </lyxtabular>
22747
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \begin_layout Standard
22754 \begin_inset ERT
22755 status collapsed
22756
22757 \begin_layout Plain Layout
22758
22759
22760 \backslash
22761 else
22762 \end_layout
22763
22764 \end_inset
22765
22766
22767 \begin_inset Note Note
22768 status collapsed
22769
22770 \begin_layout Plain Layout
22771 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22772 \series bold
22773 eurosym
22774 \series default
22775 :
22776 \end_layout
22777
22778 \end_inset
22779
22780
22781 \end_layout
22782
22783 \begin_layout Standard
22784 Para ver la salida completa de esta subsección debe estar instalado el paquete
22785  LaTeX 
22786 \series bold
22787 eurosym
22788 \series default
22789 .
22790 \end_layout
22791
22792 \begin_layout Standard
22793 \begin_inset ERT
22794 status collapsed
22795
22796 \begin_layout Plain Layout
22797
22798
22799 \backslash
22800 fi
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \begin_layout Section
22809 Relaciones
22810 \begin_inset CommandInset label
22811 LatexCommand label
22812 name "sec:Relaciones"
22813
22814 \end_inset
22815
22816
22817 \begin_inset Index
22818 status collapsed
22819
22820 \begin_layout Plain Layout
22821 Relaciones
22822 \end_layout
22823
22824 \end_inset
22825
22826
22827 \begin_inset Index
22828 status collapsed
22829
22830 \begin_layout Plain Layout
22831 Comparaciones|see
22832 \begin_inset ERT
22833 status collapsed
22834
22835 \begin_layout Plain Layout
22836
22837 {
22838 \end_layout
22839
22840 \end_inset
22841
22842 Relaciones
22843 \begin_inset ERT
22844 status collapsed
22845
22846 \begin_layout Plain Layout
22847
22848 }
22849 \end_layout
22850
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \begin_layout Standard
22862 Todas las relaciones se pueden insertar también con el botón 
22863 \begin_inset Graphics
22864         filename ../../images/math/leq.png
22865         scale 85
22866
22867 \end_inset
22868
22869  de la barra de ecuaciones.
22870 \end_layout
22871
22872 \begin_layout Standard
22873 \begin_inset space \hfill{}
22874 \end_inset
22875
22876
22877 \begin_inset Tabular
22878 <lyxtabular version="3" rows="17" columns="2">
22879 <features>
22880 <column alignment="center" valignment="top" width="0pt">
22881 <column alignment="center" valignment="top" width="0pt">
22882 <row>
22883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887 Comando
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896 Relación
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 </row>
22902 <row>
22903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907 <
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 \begin_inset Formula $<$
22917 \end_inset
22918
22919
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 </row>
22925 <row>
22926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930
22931 \backslash
22932 le
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941 \begin_inset Formula $\le$
22942 \end_inset
22943
22944
22945 \end_layout
22946
22947 \end_inset
22948 </cell>
22949 </row>
22950 <row>
22951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955
22956 \backslash
22957 ll
22958 \end_layout
22959
22960 \end_inset
22961 </cell>
22962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22963 \begin_inset Text
22964
22965 \begin_layout Plain Layout
22966 \begin_inset Formula $\ll$
22967 \end_inset
22968
22969
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 </row>
22975 <row>
22976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22977 \begin_inset Text
22978
22979 \begin_layout Plain Layout
22980
22981 \backslash
22982 prec
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22988 \begin_inset Text
22989
22990 \begin_layout Plain Layout
22991 \begin_inset Formula $\prec$
22992 \end_inset
22993
22994
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 </row>
23000 <row>
23001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005
23006 \backslash
23007 preceq
23008 \end_layout
23009
23010 \end_inset
23011 </cell>
23012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016 \begin_inset Formula $\preceq$
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 </row>
23025 <row>
23026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030
23031 \backslash
23032 subset
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041 \begin_inset Formula $\subset$
23042 \end_inset
23043
23044
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 </row>
23050 <row>
23051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055
23056 \backslash
23057 subseteq
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066 \begin_inset Formula $\subseteq$
23067 \end_inset
23068
23069
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 </row>
23075 <row>
23076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080
23081 \backslash
23082 sqsubseteq
23083 \end_layout
23084
23085 \end_inset
23086 </cell>
23087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091 \begin_inset Formula $\sqsubseteq$
23092 \end_inset
23093
23094
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 </row>
23100 <row>
23101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105
23106 \backslash
23107 in
23108 \end_layout
23109
23110 \end_inset
23111 </cell>
23112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23113 \begin_inset Text
23114
23115 \begin_layout Plain Layout
23116 \begin_inset Formula $\in$
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 </row>
23125 <row>
23126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130
23131 \backslash
23132 vdash
23133 \end_layout
23134
23135 \end_inset
23136 </cell>
23137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141 \begin_inset Formula $\vdash$
23142 \end_inset
23143
23144
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 </row>
23150 <row>
23151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155
23156 \backslash
23157 smile
23158 \end_layout
23159
23160 \end_inset
23161 </cell>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166 \begin_inset Formula $\smile$
23167 \end_inset
23168
23169
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 </row>
23175 <row>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180
23181 \backslash
23182 lhd
23183 \end_layout
23184
23185 \end_inset
23186 </cell>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191 \begin_inset Formula $\lhd$
23192 \end_inset
23193
23194
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 </row>
23200 <row>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205
23206 \backslash
23207 unlhd
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216 \begin_inset Formula $\unlhd$
23217 \end_inset
23218
23219
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 </row>
23225 <row>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230
23231 \backslash
23232 gtrless
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241 \begin_inset Formula $\gtrless$
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 </row>
23250 <row>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255
23256 \backslash
23257 mid
23258 \end_layout
23259
23260 \end_inset
23261 </cell>
23262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266 \begin_inset Formula $\mid$
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 </row>
23275 <row>
23276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280
23281 \backslash
23282 nmid
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 \begin_inset Formula $\nmid$
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 </row>
23300 </lyxtabular>
23301
23302 \end_inset
23303
23304
23305 \begin_inset space \hfill{}
23306 \end_inset
23307
23308
23309 \begin_inset Tabular
23310 <lyxtabular version="3" rows="17" columns="2">
23311 <features>
23312 <column alignment="center" valignment="top" width="0pt">
23313 <column alignment="center" valignment="top" width="0pt">
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319 Comando
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328 Relación
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 </row>
23334 <row>
23335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339 =
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348 \begin_inset Formula $=$
23349 \end_inset
23350
23351
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 </row>
23357 <row>
23358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362
23363 \backslash
23364 not=
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373 \begin_inset Formula $\not=$
23374 \end_inset
23375
23376
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 </row>
23382 <row>
23383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387
23388 \backslash
23389 equiv
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 \begin_inset Formula $\equiv$
23399 \end_inset
23400
23401
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 </row>
23407 <row>
23408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412
23413 \backslash
23414 sim
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423 \begin_inset Formula $\sim$
23424 \end_inset
23425
23426
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 </row>
23432 <row>
23433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437
23438 \backslash
23439 simeq
23440 \end_layout
23441
23442 \end_inset
23443 </cell>
23444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448 \begin_inset Formula $\simeq$
23449 \end_inset
23450
23451
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 </row>
23457 <row>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462
23463 \backslash
23464 approx
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473 \begin_inset Formula $\approx$
23474 \end_inset
23475
23476
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 </row>
23482 <row>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487
23488 \backslash
23489 cong
23490 \end_layout
23491
23492 \end_inset
23493 </cell>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498 \begin_inset Formula $\cong$
23499 \end_inset
23500
23501
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 </row>
23507 <row>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512
23513 \backslash
23514 bowtie
23515 \end_layout
23516
23517 \end_inset
23518 </cell>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523 \begin_inset Formula $\bowtie$
23524 \end_inset
23525
23526
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 </row>
23532 <row>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537
23538 \backslash
23539 notin
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548 \begin_inset Formula $\notin$
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 </row>
23557 <row>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562
23563 \backslash
23564 perp
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 \begin_inset Formula $\perp$
23574 \end_inset
23575
23576
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 </row>
23582 <row>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587
23588 \backslash
23589 propto
23590 \end_layout
23591
23592 \end_inset
23593 </cell>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598 \begin_inset Formula $\propto$
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 </row>
23607 <row>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612
23613 \backslash
23614 asymp
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623 \begin_inset Formula $\asymp$
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 </row>
23632 <row>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637
23638 \backslash
23639 doteq
23640 \end_layout
23641
23642 \end_inset
23643 </cell>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648 \begin_inset Formula $\doteq$
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 </row>
23657 <row>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662
23663 \backslash
23664 circeq
23665 \end_layout
23666
23667 \end_inset
23668 </cell>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673 \begin_inset Formula $\circeq$
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 </row>
23682 <row>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687
23688 \backslash
23689 models
23690 \end_layout
23691
23692 \end_inset
23693 </cell>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698 \begin_inset Formula $\models$
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 </row>
23707 <row>
23708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712
23713 \backslash
23714 widehat=
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723 \begin_inset Formula $\widehat{=}$
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 </row>
23732 </lyxtabular>
23733
23734 \end_inset
23735
23736
23737 \begin_inset space \hfill{}
23738 \end_inset
23739
23740
23741 \begin_inset Tabular
23742 <lyxtabular version="3" rows="17" columns="2">
23743 <features>
23744 <column alignment="center" valignment="top" width="0pt">
23745 <column alignment="center" valignment="top" width="0pt">
23746 <row>
23747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751 Comando
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 Relación
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 </row>
23766 <row>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 >
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780 \begin_inset Formula $>$
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 </row>
23789 <row>
23790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794
23795 \backslash
23796 ge
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805 \begin_inset Formula $\ge$
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 </row>
23814 <row>
23815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819
23820 \backslash
23821 gg
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 \begin_inset Formula $\gg$
23831 \end_inset
23832
23833
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 </row>
23839 <row>
23840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844
23845 \backslash
23846 succ
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855 \begin_inset Formula $\succ$
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 </row>
23864 <row>
23865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869
23870 \backslash
23871 succeq
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880 \begin_inset Formula $\succeq$
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 </row>
23889 <row>
23890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894
23895 \backslash
23896 supset
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 \begin_inset Formula $\supset$
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 </row>
23914 <row>
23915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919
23920 \backslash
23921 supseteq
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 \begin_inset Formula $\supseteq$
23931 \end_inset
23932
23933
23934 \end_layout
23935
23936 \end_inset
23937 </cell>
23938 </row>
23939 <row>
23940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944
23945 \backslash
23946 sqsupseteq
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 \begin_inset Formula $\sqsupseteq$
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 </row>
23964 <row>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969
23970 \backslash
23971 ni
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 \begin_inset Formula $\ni$
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 </row>
23989 <row>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994
23995 \backslash
23996 dashv
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005 \begin_inset Formula $\dashv$
24006 \end_inset
24007
24008
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 </row>
24014 <row>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019
24020 \backslash
24021 frown
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 \begin_inset Formula $\frown$
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 </row>
24039 <row>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044
24045 \backslash
24046 rhd
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 \begin_inset Formula $\rhd$
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 </row>
24064 <row>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069
24070 \backslash
24071 unrhd
24072 \end_layout
24073
24074 \end_inset
24075 </cell>
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080 \begin_inset Formula $\unrhd$
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 </row>
24089 <row>
24090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094
24095 \backslash
24096 lessgtr
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 \begin_inset Formula $\lessgtr$
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 </row>
24114 <row>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119
24120 \backslash
24121 parallel
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130 \begin_inset Formula $\parallel$
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 </row>
24139 <row>
24140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144
24145 \backslash
24146 nparallel
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 \begin_inset Formula $\nparallel$
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 </row>
24164 </lyxtabular>
24165
24166 \end_inset
24167
24168
24169 \begin_inset space \hfill{}
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \begin_layout Standard
24176 \begin_inset VSpace medskip
24177 \end_inset
24178
24179
24180 \end_layout
24181
24182 \begin_layout Standard
24183 Los caracteres 
24184 \series bold
24185
24186 \backslash
24187 lhd
24188 \series default
24189  y 
24190 \series bold
24191
24192 \backslash
24193 rhd
24194 \series default
24195  son mayores que los operadores de aspecto similar 
24196 \series bold
24197
24198 \backslash
24199 triangleleft
24200 \series default
24201  y 
24202 \series bold
24203
24204 \backslash
24205 triangleright
24206 \series default
24207 , respectivamente.
24208 \end_layout
24209
24210 \begin_layout Standard
24211 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24212 \end_layout
24213
24214 \begin_layout Standard
24215 Se pueden componer relaciones con etiquetas con el comando 
24216 \series bold
24217
24218 \backslash
24219 stackrel
24220 \series default
24221
24222 \begin_inset Index
24223 status collapsed
24224
24225 \begin_layout Plain Layout
24226 Comandos ! S ! 
24227 \backslash
24228 stackrel
24229 \end_layout
24230
24231 \end_inset
24232
24233 :
24234 \end_layout
24235
24236 \begin_layout Standard
24237 \align center
24238 \begin_inset Tabular
24239 <lyxtabular version="3" rows="2" columns="2">
24240 <features>
24241 <column alignment="center" valignment="top" width="0">
24242 <column alignment="center" valignment="top" width="0">
24243 <row>
24244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248 Comando
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Plain Layout
24257 Resultado
24258 \begin_inset Note Note
24259 status collapsed
24260
24261 \begin_layout Plain Layout
24262
24263 \series bold
24264
24265 \backslash
24266 raisebox
24267 \series default
24268  se usa sólo como espaciador
24269 \end_layout
24270
24271 \end_inset
24272
24273
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 </row>
24279 <row>
24280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284 A(r)
24285 \backslash
24286 stackrel
24287 \begin_inset ERT
24288 status collapsed
24289
24290 \begin_layout Plain Layout
24291
24292
24293 \backslash
24294 spce 
24295 \end_layout
24296
24297 \end_inset
24298
24299 r
24300 \backslash
24301 to
24302 \backslash
24303 infty
24304 \begin_inset ERT
24305 status collapsed
24306
24307 \begin_layout Plain Layout
24308
24309
24310 \backslash
24311 spce 
24312 \end_layout
24313
24314 \end_inset
24315
24316
24317 \begin_inset Formula $\downarrow$
24318 \end_inset
24319
24320
24321 \backslash
24322 approx
24323 \begin_inset ERT
24324 status collapsed
24325
24326 \begin_layout Plain Layout
24327
24328
24329 \backslash
24330 spce 
24331 \end_layout
24332
24333 \end_inset
24334
24335
24336 \begin_inset ERT
24337 status collapsed
24338
24339 \begin_layout Plain Layout
24340
24341
24342 \backslash
24343 spce 
24344 \end_layout
24345
24346 \end_inset
24347
24348 B
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 </row>
24366 </lyxtabular>
24367
24368 \end_inset
24369
24370
24371 \end_layout
24372
24373 \begin_layout Section
24374 Funciones
24375 \end_layout
24376
24377 \begin_layout Subsection
24378 Funciones predefinidas
24379 \begin_inset CommandInset label
24380 LatexCommand label
24381 name "sub:Funciones-predefinidas"
24382
24383 \end_inset
24384
24385
24386 \begin_inset Index
24387 status collapsed
24388
24389 \begin_layout Plain Layout
24390 Funciones ! predefinidas
24391 \end_layout
24392
24393 \end_inset
24394
24395
24396 \end_layout
24397
24398 \begin_layout Standard
24399 En general las variables se escriben en 
24400 \emph on
24401 cursiva
24402 \emph default
24403  en expresiones matemáticas, pero no los nombres de las funciones, porque
24404  
24405 \begin_inset Formula $sen$
24406 \end_inset
24407
24408  podría confundirse con 
24409 \begin_inset Formula $s\cdot e\cdot n$
24410 \end_inset
24411
24412 .
24413  Por eso hay funciones predefinidas, que además se separan un poco del factor
24414  precedente.
24415  Se insertan como comandos con una barra inversa  delante de su nombre.
24416 \end_layout
24417
24418 \begin_layout Standard
24419 \align center
24420 \begin_inset Tabular
24421 <lyxtabular version="3" rows="2" columns="4">
24422 <features>
24423 <column alignment="center" valignment="top" width="0pt">
24424 <column alignment="center" valignment="top" width="0pt">
24425 <column alignment="center" valignment="top" width="0pt">
24426 <column alignment="center" valignment="top" width="0pt">
24427 <row>
24428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 Comando
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441 Resultado
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450 Comando
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459 Resultado
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 </row>
24465 <row>
24466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470 Asen(x)+B
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24476 \begin_inset Text
24477
24478 \begin_layout Plain Layout
24479 \begin_inset Formula $Asen(x)+B$
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491 A
24492 \backslash
24493 sen(x)+B
24494 \end_layout
24495
24496 \end_inset
24497 </cell>
24498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24499 \begin_inset Text
24500
24501 \begin_layout Plain Layout
24502 \begin_inset Formula $A\sen(x)+B$
24503 \end_inset
24504
24505
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 </row>
24511 </lyxtabular>
24512
24513 \end_inset
24514
24515
24516 \end_layout
24517
24518 \begin_layout Standard
24519 Las funciones siguientes están predefinidas:
24520 \begin_inset Foot
24521 status open
24522
24523 \begin_layout Plain Layout
24524 Se han añadido los comandos equivalentes suministrados por el estilo 
24525 \series bold
24526 spanish
24527 \series default
24528  de 
24529 \series bold
24530 babel
24531 \series default
24532 , adaptados a las convenciones hispanohablantes.
24533  Además, en su caso, las funciones serán acentuadas automáticamente en la
24534  salida, p.
24535 \begin_inset space \thinspace{}
24536 \end_inset
24537
24538 e.
24539  
24540 \begin_inset Quotes fld
24541 \end_inset
24542
24543 lím
24544 \begin_inset Quotes frd
24545 \end_inset
24546
24547  o 
24548 \begin_inset Quotes fld
24549 \end_inset
24550
24551 máx
24552 \begin_inset Quotes frd
24553 \end_inset
24554
24555 .
24556  Más información en 
24557 \begin_inset CommandInset citation
24558 LatexCommand cite
24559 key "spanish"
24560
24561 \end_inset
24562
24563 .
24564  (
24565 \emph on
24566 N.
24567 \begin_inset space \thinspace{}
24568 \end_inset
24569
24570 del t.
24571 \emph default
24572 )
24573 \end_layout
24574
24575 \end_inset
24576
24577
24578 \end_layout
24579
24580 \begin_layout Standard
24581 \begin_inset VSpace -2mm
24582 \end_inset
24583
24584
24585 \end_layout
24586
24587 \begin_layout Standard
24588 \align center
24589 \begin_inset Tabular
24590 <lyxtabular version="3" rows="9" columns="7">
24591 <features>
24592 <column alignment="center" valignment="top" width="0pt">
24593 <column alignment="center" valignment="top" width="0pt">
24594 <column alignment="center" valignment="top" width="0pt">
24595 <column alignment="center" valignment="top" width="0pt">
24596 <column alignment="center" valignment="top" width="0pt">
24597 <column alignment="center" valignment="top" width="0pt">
24598 <column alignment="center" valignment="top" width="0pt">
24599 <row>
24600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604 Comando
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613 español
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24619 \begin_inset Text
24620
24621 \begin_layout Plain Layout
24622 Comando
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631 español
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Plain Layout
24640 Comando
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649 español
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 </row>
24664 <row>
24665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669
24670 \backslash
24671 sin
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680
24681 \backslash
24682 sen
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24688 \begin_inset Text
24689
24690 \begin_layout Plain Layout
24691
24692 \backslash
24693 sinh
24694 \end_layout
24695
24696 \end_inset
24697 </cell>
24698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24699 \begin_inset Text
24700
24701 \begin_layout Plain Layout
24702
24703 \backslash
24704 senh
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713
24714 \backslash
24715 arcsin
24716 \end_layout
24717
24718 \end_inset
24719 </cell>
24720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Plain Layout
24724
24725 \backslash
24726 arcsen
24727 \end_layout
24728
24729 \end_inset
24730 </cell>
24731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24732 \begin_inset Text
24733
24734 \begin_layout Plain Layout
24735
24736 \backslash
24737 sup
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 </row>
24743 <row>
24744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Plain Layout
24748
24749 \backslash
24750 cos
24751 \end_layout
24752
24753 \end_inset
24754 </cell>
24755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768
24769 \backslash
24770 cosh
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788
24789 \backslash
24790 arccos
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799
24800 \backslash
24801 arccos
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810
24811 \backslash
24812 inf
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 </row>
24818 <row>
24819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823
24824 \backslash
24825 tan
24826 \end_layout
24827
24828 \end_inset
24829 </cell>
24830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834
24835 \backslash
24836 tg
24837 \end_layout
24838
24839 \end_inset
24840 </cell>
24841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24842 \begin_inset Text
24843
24844 \begin_layout Plain Layout
24845
24846 \backslash
24847 tanh
24848 \end_layout
24849
24850 \end_inset
24851 </cell>
24852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24853 \begin_inset Text
24854
24855 \begin_layout Plain Layout
24856
24857 \backslash
24858 tgh
24859 \end_layout
24860
24861 \end_inset
24862 </cell>
24863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24864 \begin_inset Text
24865
24866 \begin_layout Plain Layout
24867
24868 \backslash
24869 arctan
24870 \end_layout
24871
24872 \end_inset
24873 </cell>
24874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878
24879 \backslash
24880 arctg
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889
24890 \backslash
24891 lim
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 </row>
24897 <row>
24898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902
24903 \backslash
24904 cot
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913
24914 \backslash
24915 cotg
24916 \end_layout
24917
24918 \end_inset
24919 </cell>
24920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924
24925 \backslash
24926 coth
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935
24936 \end_layout
24937
24938 \end_inset
24939 </cell>
24940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944
24945 \backslash
24946 arg
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Plain Layout
24955
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964
24965 \backslash
24966 liminf
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 </row>
24972 <row>
24973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977
24978 \backslash
24979 sec
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24985 \begin_inset Text
24986
24987 \begin_layout Plain Layout
24988
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997
24998 \backslash
24999 min
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017
25018 \backslash
25019 deg
25020 \end_layout
25021
25022 \end_inset
25023 </cell>
25024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25025 \begin_inset Text
25026
25027 \begin_layout Plain Layout
25028
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037
25038 \backslash
25039 limsup
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 </row>
25045 <row>
25046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050
25051 \backslash
25052 csc
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061
25062 \backslash
25063 cosec
25064 \end_layout
25065
25066 \end_inset
25067 </cell>
25068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25069 \begin_inset Text
25070
25071 \begin_layout Plain Layout
25072
25073 \backslash
25074 max
25075 \end_layout
25076
25077 \end_inset
25078 </cell>
25079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Plain Layout
25083
25084 \end_layout
25085
25086 \end_inset
25087 </cell>
25088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092
25093 \backslash
25094 det
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112
25113 \backslash
25114 Pr
25115 \end_layout
25116
25117 \end_inset
25118 </cell>
25119 </row>
25120 <row>
25121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25122 \begin_inset Text
25123
25124 \begin_layout Plain Layout
25125
25126 \backslash
25127 ln
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25133 \begin_inset Text
25134
25135 \begin_layout Plain Layout
25136
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145
25146 \backslash
25147 exp
25148 \end_layout
25149
25150 \end_inset
25151 </cell>
25152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25153 \begin_inset Text
25154
25155 \begin_layout Plain Layout
25156
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \backslash
25167 dim
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185
25186 \backslash
25187 hom
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 </row>
25193 <row>
25194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Plain Layout
25198
25199 \backslash
25200 lg
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Plain Layout
25209
25210 \end_layout
25211
25212 \end_inset
25213 </cell>
25214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25215 \begin_inset Text
25216
25217 \begin_layout Plain Layout
25218
25219 \backslash
25220 log
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229
25230 \end_layout
25231
25232 \end_inset
25233 </cell>
25234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25235 \begin_inset Text
25236
25237 \begin_layout Plain Layout
25238
25239 \backslash
25240 ker
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258
25259 \backslash
25260 gcd
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 </row>
25266 </lyxtabular>
25267
25268 \end_inset
25269
25270
25271 \end_layout
25272
25273 \begin_layout Standard
25274 También se pueden insertar con el botón 
25275 \begin_inset Graphics
25276         filename ../../images/math/functions.png
25277         scale 85
25278
25279 \end_inset
25280
25281  de la barra de ecuaciones.
25282 \end_layout
25283
25284 \begin_layout Subsection
25285 Funciones definidas por el usuario
25286 \begin_inset Index
25287 status collapsed
25288
25289 \begin_layout Plain Layout
25290 Funciones ! personalizadas
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Standard
25299 Para usar una función no predefinida, como por ejemplo la función signo,
25300  sgn(x), hay dos posibilidades:
25301 \end_layout
25302
25303 \begin_layout Itemize
25304 Define la función añadiendo al preámbulo LaTeX la línea
25305 \begin_inset Foot
25306 status collapsed
25307
25308 \begin_layout Plain Layout
25309 Más sobre 
25310 \series bold
25311
25312 \backslash
25313 DeclareMathOperator
25314 \series default
25315  en 
25316 \begin_inset CommandInset ref
25317 LatexCommand ref
25318 reference "sub:Operadores-de-usuario"
25319
25320 \end_inset
25321
25322
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \begin_inset Newline newline
25329 \end_inset
25330
25331
25332 \begin_inset VSpace -3mm
25333 \end_inset
25334
25335
25336 \begin_inset Newline newline
25337 \end_inset
25338
25339
25340 \series bold
25341
25342 \backslash
25343 DeclareMathOperator{
25344 \backslash
25345 sgn}{sgn}
25346 \series default
25347
25348 \begin_inset Index
25349 status collapsed
25350
25351 \begin_layout Plain Layout
25352 Comandos ! D ! 
25353 \backslash
25354 dbinom@
25355 \backslash
25356 DeclareMathOperator
25357 \end_layout
25358
25359 \end_inset
25360
25361
25362 \begin_inset Newline newline
25363 \end_inset
25364
25365
25366 \begin_inset VSpace -2mm
25367 \end_inset
25368
25369
25370 \begin_inset Newline newline
25371 \end_inset
25372
25373 Ahora la función recién definida se puede obtener con el comando 
25374 \series bold
25375
25376 \backslash
25377 sgn
25378 \series default
25379 .
25380 \end_layout
25381
25382 \begin_layout Itemize
25383 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25384  en nuestro ejemplo las letras 
25385 \emph on
25386 sgn
25387 \emph default
25388 , y cámbialo a texto matemático.
25389  Entre el factor precedente y la función se inserta un espacio.
25390 \end_layout
25391
25392 \begin_layout Standard
25393 El resultado con ambos métodos es el mismo que con una función predefinida:
25394 \begin_inset Foot
25395 status collapsed
25396
25397 \begin_layout Plain Layout
25398 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25399  negro.
25400 \end_layout
25401
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \begin_layout Standard
25408 \align center
25409 \begin_inset Tabular
25410 <lyxtabular version="3" rows="3" columns="2">
25411 <features>
25412 <column alignment="center" valignment="top" width="0pt">
25413 <column alignment="center" valignment="top" width="0pt">
25414 <row>
25415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25416 \begin_inset Text
25417
25418 \begin_layout Plain Layout
25419 Comando
25420 \end_layout
25421
25422 \end_inset
25423 </cell>
25424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428 Resultado
25429 \end_layout
25430
25431 \end_inset
25432 </cell>
25433 </row>
25434 <row>
25435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439 A
25440 \backslash
25441 sgn(x)+B
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Plain Layout
25450 \begin_inset Formula $A\sgn(x)+B$
25451 \end_inset
25452
25453
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 </row>
25459 <row>
25460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25461 \begin_inset Text
25462
25463 \begin_layout Plain Layout
25464 A
25465 \backslash
25466 ,
25467 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25468 \end_inset
25469
25470 (x)+B
25471 \end_layout
25472
25473 \end_inset
25474 </cell>
25475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25476 \begin_inset Text
25477
25478 \begin_layout Plain Layout
25479 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \end_inset
25486 </cell>
25487 </row>
25488 </lyxtabular>
25489
25490 \end_inset
25491
25492
25493 \end_layout
25494
25495 \begin_layout Standard
25496 El primer método es preferible si la función se va a usar varias veces.
25497 \end_layout
25498
25499 \begin_layout Subsection
25500 Límites
25501 \begin_inset Index
25502 status collapsed
25503
25504 \begin_layout Plain Layout
25505 Limites@Límites
25506 \end_layout
25507
25508 \end_inset
25509
25510
25511 \end_layout
25512
25513 \begin_layout Standard
25514 Para límites, además de 
25515 \series bold
25516
25517 \backslash
25518 lim
25519 \series default
25520
25521 \begin_inset Index
25522 status collapsed
25523
25524 \begin_layout Plain Layout
25525 Comandos ! L ! 
25526 \backslash
25527 lim
25528 \end_layout
25529
25530 \end_inset
25531
25532
25533 \series bold
25534
25535 \backslash
25536 liminf
25537 \series default
25538  y 
25539 \series bold
25540
25541 \backslash
25542 limsup
25543 \series default
25544  están definidas las siguientes funciones:
25545 \series bold
25546  
25547 \end_layout
25548
25549 \begin_layout Standard
25550 \noindent
25551 \align center
25552 \begin_inset Tabular
25553 <lyxtabular version="3" rows="5" columns="2">
25554 <features>
25555 <column alignment="center" valignment="top" width="0">
25556 <column alignment="center" valignment="top" width="0">
25557 <row>
25558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25559 \begin_inset Text
25560
25561 \begin_layout Plain Layout
25562 Comando
25563 \end_layout
25564
25565 \end_inset
25566 </cell>
25567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25568 \begin_inset Text
25569
25570 \begin_layout Plain Layout
25571 Resultado
25572 \begin_inset Note Note
25573 status collapsed
25574
25575 \begin_layout Plain Layout
25576
25577 \series bold
25578
25579 \backslash
25580 raisebox
25581 \series default
25582  se usa sólo como espaciador
25583 \end_layout
25584
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \end_inset
25591 </cell>
25592 </row>
25593 <row>
25594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Plain Layout
25598
25599 \backslash
25600 varliminf
25601 \end_layout
25602
25603 \end_inset
25604 </cell>
25605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Plain Layout
25609 \begin_inset Formula $\varliminf$
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \end_inset
25616 </cell>
25617 </row>
25618 <row>
25619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25620 \begin_inset Text
25621
25622 \begin_layout Plain Layout
25623
25624 \backslash
25625 varlimsup
25626 \end_layout
25627
25628 \end_inset
25629 </cell>
25630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Plain Layout
25634 \begin_inset Formula $\varlimsup$
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \end_inset
25641 </cell>
25642 </row>
25643 <row>
25644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25645 \begin_inset Text
25646
25647 \begin_layout Plain Layout
25648
25649 \backslash
25650 varprojlim
25651 \end_layout
25652
25653 \end_inset
25654 </cell>
25655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659 \begin_inset Formula $\varprojlim$
25660 \end_inset
25661
25662
25663 \end_layout
25664
25665 \end_inset
25666 </cell>
25667 </row>
25668 <row>
25669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25670 \begin_inset Text
25671
25672 \begin_layout Plain Layout
25673
25674 \backslash
25675 varinjlim
25676 \end_layout
25677
25678 \end_inset
25679 </cell>
25680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25681 \begin_inset Text
25682
25683 \begin_layout Plain Layout
25684 \begin_inset Formula $\varinjlim$
25685 \end_inset
25686
25687
25688 \begin_inset Formula $\raisebox{-2.5mm}{}$
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 </row>
25697 </lyxtabular>
25698
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \begin_layout Standard
25705 \begin_inset VSpace medskip
25706 \end_inset
25707
25708
25709 \end_layout
25710
25711 \begin_layout Standard
25712 El límite se crea insertando un subíndice.
25713  Se imprime a la derecha junto a la función en una fórmula en línea:
25714 \end_layout
25715
25716 \begin_layout Standard
25717 \noindent
25718 \align center
25719 \begin_inset Tabular
25720 <lyxtabular version="3" rows="2" columns="2">
25721 <features>
25722 <column alignment="center" valignment="top" width="0pt">
25723 <column alignment="center" valignment="top" width="0pt">
25724 <row>
25725 <cell alignment="center" valignment="top" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729 Comando
25730 \end_layout
25731
25732 \end_inset
25733 </cell>
25734 <cell alignment="center" valignment="top" usebox="none">
25735 \begin_inset Text
25736
25737 \begin_layout Plain Layout
25738 \begin_inset space \hspace{}
25739 \length 1cm
25740 \end_inset
25741
25742 Resultado
25743 \begin_inset Note Note
25744 status collapsed
25745
25746 \begin_layout Plain Layout
25747
25748 \series bold
25749
25750 \backslash
25751 raisebox
25752 \series default
25753  se usa sólo como espaciador
25754 \end_layout
25755
25756 \end_inset
25757
25758
25759 \end_layout
25760
25761 \end_inset
25762 </cell>
25763 </row>
25764 <row>
25765 <cell alignment="center" valignment="top" usebox="none">
25766 \begin_inset Text
25767
25768 \begin_layout Plain Layout
25769
25770 \backslash
25771 lim_x
25772 \backslash
25773 to
25774 \begin_inset ERT
25775 status collapsed
25776
25777 \begin_layout Plain Layout
25778
25779
25780 \backslash
25781 spce 
25782 \end_layout
25783
25784 \end_inset
25785
25786 A
25787 \begin_inset ERT
25788 status collapsed
25789
25790 \begin_layout Plain Layout
25791
25792
25793 \backslash
25794 spce 
25795 \end_layout
25796
25797 \end_inset
25798
25799 x=B
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 <cell alignment="center" valignment="top" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25809 \end_inset
25810
25811
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 </row>
25817 </lyxtabular>
25818
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \begin_layout Standard
25825 En una ecuación presentada el límite se imprime debajo, como es habitual:
25826 \begin_inset Formula \[
25827 \lim\limits _{x\rightarrow A}=B\]
25828
25829 \end_inset
25830
25831
25832 \end_layout
25833
25834 \begin_layout Subsection
25835 Función módulo
25836 \begin_inset Index
25837 status collapsed
25838
25839 \begin_layout Plain Layout
25840 Funciones ! módulo
25841 \end_layout
25842
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \begin_layout Standard
25849 La función módulo es especial, porque existe en cuatro variantes.
25850 \end_layout
25851
25852 \begin_layout Standard
25853 En una ecuación presentada:
25854 \begin_inset Formula \begin{align*}
25855 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25856 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25857 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25858 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25859 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25860
25861 \end_inset
25862
25863 En una ecuación en línea se pone menos espacio delante del nombre de la
25864  función para todas las variantes.
25865 \end_layout
25866
25867 \begin_layout Section
25868 Caracteres especiales
25869 \begin_inset Index
25870 status collapsed
25871
25872 \begin_layout Plain Layout
25873 Caracteres especiales
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \begin_layout Subsection
25882 Caracteres especiales en texto matemático
25883 \end_layout
25884
25885 \begin_layout Standard
25886 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25887  TeX:
25888 \end_layout
25889
25890 \begin_layout Standard
25891 \begin_inset space \hfill{}
25892 \end_inset
25893
25894
25895 \begin_inset Tabular
25896 <lyxtabular version="3" rows="8" columns="2">
25897 <features>
25898 <column alignment="block" valignment="top" width="0">
25899 <column alignment="block" valignment="top" width="0">
25900 <row>
25901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Plain Layout
25905 Comando
25906 \end_layout
25907
25908 \end_inset
25909 </cell>
25910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25911 \begin_inset Text
25912
25913 \begin_layout Plain Layout
25914 Resultado
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 </row>
25920 <row>
25921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925
25926 \backslash
25927 oe
25928 \end_layout
25929
25930 \end_inset
25931 </cell>
25932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25933 \begin_inset Text
25934
25935 \begin_layout Plain Layout
25936 \begin_inset Formula $\textrm{œ}$
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \end_inset
25943 </cell>
25944 </row>
25945 <row>
25946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25947 \begin_inset Text
25948
25949 \begin_layout Plain Layout
25950
25951 \backslash
25952 OE
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25958 \begin_inset Text
25959
25960 \begin_layout Plain Layout
25961 \begin_inset Formula $\textrm{Œ}$
25962 \end_inset
25963
25964
25965 \end_layout
25966
25967 \end_inset
25968 </cell>
25969 </row>
25970 <row>
25971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975
25976 \backslash
25977 ae
25978 \end_layout
25979
25980 \end_inset
25981 </cell>
25982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Plain Layout
25986 \begin_inset Formula $\textrm{æ}$
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \end_inset
25993 </cell>
25994 </row>
25995 <row>
25996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000
26001 \backslash
26002 AE
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26008 \begin_inset Text
26009
26010 \begin_layout Plain Layout
26011 \begin_inset Formula $\textrm{Æ}$
26012 \end_inset
26013
26014
26015 \end_layout
26016
26017 \end_inset
26018 </cell>
26019 </row>
26020 <row>
26021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26022 \begin_inset Text
26023
26024 \begin_layout Plain Layout
26025
26026 \backslash
26027 aa
26028 \end_layout
26029
26030 \end_inset
26031 </cell>
26032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26033 \begin_inset Text
26034
26035 \begin_layout Plain Layout
26036 \begin_inset Formula $\textrm{\aa}$
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \end_inset
26043 </cell>
26044 </row>
26045 <row>
26046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26047 \begin_inset Text
26048
26049 \begin_layout Plain Layout
26050
26051 \backslash
26052 AA
26053 \begin_inset Index
26054 status collapsed
26055
26056 \begin_layout Plain Layout
26057
26058 \backslash
26059 @
26060 \begin_inset ERT
26061 status collapsed
26062
26063 \begin_layout Plain Layout
26064
26065
26066 \backslash
26067 textrm{
26068 \backslash
26069 AA}
26070 \end_layout
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 \begin_inset Formula $\textrm{Å}$
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 </row>
26097 <row>
26098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102
26103 \backslash
26104 i
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 \begin_inset Formula $\textrm{ı}$
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 </row>
26122 </lyxtabular>
26123
26124 \end_inset
26125
26126
26127 \begin_inset space \hfill{}
26128 \end_inset
26129
26130
26131 \begin_inset Tabular
26132 <lyxtabular version="3" rows="8" columns="2">
26133 <features>
26134 <column alignment="block" valignment="top" width="0">
26135 <column alignment="center" valignment="top" width="0">
26136 <row>
26137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26138 \begin_inset Text
26139
26140 \begin_layout Plain Layout
26141 Comando
26142 \begin_inset Note Note
26143 status collapsed
26144
26145 \begin_layout Plain Layout
26146
26147 \series bold
26148
26149 \backslash
26150 raisebox
26151 \series default
26152  se usa sólo como espaciador
26153 \end_layout
26154
26155 \end_inset
26156
26157
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26163 \begin_inset Text
26164
26165 \begin_layout Plain Layout
26166 Resultado
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 </row>
26172 <row>
26173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177
26178 \backslash
26179 o
26180 \end_layout
26181
26182 \end_inset
26183 </cell>
26184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188 \begin_inset Formula $\textrm{ø}$
26189 \end_inset
26190
26191
26192 \end_layout
26193
26194 \end_inset
26195 </cell>
26196 </row>
26197 <row>
26198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26199 \begin_inset Text
26200
26201 \begin_layout Plain Layout
26202
26203 \backslash
26204 O
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Plain Layout
26213 \begin_inset Formula $\textrm{Ø}$
26214 \end_inset
26215
26216
26217 \end_layout
26218
26219 \end_inset
26220 </cell>
26221 </row>
26222 <row>
26223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26224 \begin_inset Text
26225
26226 \begin_layout Plain Layout
26227
26228 \backslash
26229 l
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26235 \begin_inset Text
26236
26237 \begin_layout Plain Layout
26238 \begin_inset Formula $\textrm{ł}$
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 </row>
26247 <row>
26248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26249 \begin_inset Text
26250
26251 \begin_layout Plain Layout
26252
26253 \backslash
26254 L
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263 \begin_inset Formula $\textrm{Ł}$
26264 \end_inset
26265
26266
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 </row>
26272 <row>
26273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Plain Layout
26277 !
26278 \begin_inset space \hspace{}
26279 \length 0mm
26280 \end_inset
26281
26282 `
26283 \begin_inset ERT
26284 status collapsed
26285
26286 \begin_layout Plain Layout
26287
26288
26289 \backslash
26290 spce 
26291 \end_layout
26292
26293 \end_inset
26294
26295
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304 \begin_inset Formula $\textrm{!`}$
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 </row>
26313 <row>
26314 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318 ?
26319 \begin_inset space \hspace{}
26320 \length 0mm
26321 \end_inset
26322
26323 `
26324 \begin_inset ERT
26325 status collapsed
26326
26327 \begin_layout Plain Layout
26328
26329
26330 \backslash
26331 spce 
26332 \end_layout
26333
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26342 \begin_inset Text
26343
26344 \begin_layout Plain Layout
26345 \begin_inset Formula $\textrm{?`}$
26346 \end_inset
26347
26348
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 </row>
26354 <row>
26355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26356 \begin_inset Text
26357
26358 \begin_layout Plain Layout
26359
26360 \backslash
26361 j
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26367 \begin_inset Text
26368
26369 \begin_layout Plain Layout
26370 \begin_inset Formula $\textrm{ȷ}$
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 </row>
26379 </lyxtabular>
26380
26381 \end_inset
26382
26383
26384 \begin_inset space \hfill{}
26385 \end_inset
26386
26387
26388 \end_layout
26389
26390 \begin_layout Standard
26391 Los caracteres 
26392 \begin_inset Formula $\textrm{\textrm{Å}}$
26393 \end_inset
26394
26395  y 
26396 \begin_inset Formula $\textrm{\textrm{Ø}}$
26397 \end_inset
26398
26399  también se pueden insertar mediante el botón 
26400 \begin_inset Graphics
26401         filename ../../images/math/digamma.png
26402         scale 85
26403
26404 \end_inset
26405
26406  de la barra de ecuaciones.
26407 \end_layout
26408
26409 \begin_layout Standard
26410 Los comandos 
26411 \series bold
26412 !
26413 \begin_inset space \hspace{}
26414 \length 0mm
26415 \end_inset
26416
26417 `
26418 \series default
26419  y 
26420 \series bold
26421 ?
26422 \begin_inset space \hspace{}
26423 \length 0mm
26424 \end_inset
26425
26426 `
26427 \series default
26428  son una excepción porque se pueden insertar directamente a texto en LyX.
26429  
26430 \end_layout
26431
26432 \begin_layout Subsection
26433 Acentos en texto
26434 \begin_inset CommandInset label
26435 LatexCommand label
26436 name "sub:Acentos-en-texto"
26437
26438 \end_inset
26439
26440
26441 \begin_inset Index
26442 status collapsed
26443
26444 \begin_layout Plain Layout
26445 Acentos ! en texto
26446 \end_layout
26447
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \begin_layout Standard
26454 Con los siguientes comandos se pueden acentuar todas las letras.
26455  Los comandos deben ponerse en modo TeX.
26456 \end_layout
26457
26458 \begin_layout Standard
26459 \begin_inset space \hfill{}
26460 \end_inset
26461
26462
26463 \begin_inset Tabular
26464 <lyxtabular version="3" rows="8" columns="2">
26465 <features>
26466 <column alignment="block" valignment="top" width="0">
26467 <column alignment="block" valignment="top" width="0">
26468 <row>
26469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473 Comando
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482 Resultado
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 </row>
26488 <row>
26489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493
26494 \backslash
26495
26496 \begin_inset Quotes grd
26497 \end_inset
26498
26499 e
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508 \begin_inset ERT
26509 status collapsed
26510
26511 \begin_layout Plain Layout
26512
26513
26514 \backslash
26515 "e
26516 \end_layout
26517
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 </row>
26526 <row>
26527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Plain Layout
26531
26532 \backslash
26533 `e
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Plain Layout
26542 \begin_inset ERT
26543 status collapsed
26544
26545 \begin_layout Plain Layout
26546
26547
26548 \backslash
26549 `e
26550 \end_layout
26551
26552 \end_inset
26553
26554
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 </row>
26560 <row>
26561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Plain Layout
26565
26566 \backslash
26567 ^
26568 \begin_inset ERT
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572
26573
26574 \backslash
26575 spce 
26576 \end_layout
26577
26578 \end_inset
26579
26580 e
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Plain Layout
26589 \begin_inset ERT
26590 status collapsed
26591
26592 \begin_layout Plain Layout
26593
26594
26595 \backslash
26596 ^e
26597 \end_layout
26598
26599 \end_inset
26600
26601
26602 \end_layout
26603
26604 \end_inset
26605 </cell>
26606 </row>
26607 <row>
26608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26609 \begin_inset Text
26610
26611 \begin_layout Plain Layout
26612
26613 \backslash
26614 =e
26615 \end_layout
26616
26617 \end_inset
26618 </cell>
26619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26620 \begin_inset Text
26621
26622 \begin_layout Plain Layout
26623 \begin_inset ERT
26624 status collapsed
26625
26626 \begin_layout Plain Layout
26627
26628
26629 \backslash
26630 =e
26631 \end_layout
26632
26633 \end_inset
26634
26635
26636 \end_layout
26637
26638 \end_inset
26639 </cell>
26640 </row>
26641 <row>
26642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26643 \begin_inset Text
26644
26645 \begin_layout Plain Layout
26646
26647 \backslash
26648 u
26649 \begin_inset ERT
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653
26654
26655 \backslash
26656 spce 
26657 \end_layout
26658
26659 \end_inset
26660
26661 e
26662 \end_layout
26663
26664 \end_inset
26665 </cell>
26666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Plain Layout
26670 \begin_inset ERT
26671 status collapsed
26672
26673 \begin_layout Plain Layout
26674
26675
26676 \backslash
26677 u e
26678 \end_layout
26679
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \end_inset
26686 </cell>
26687 </row>
26688 <row>
26689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Plain Layout
26693
26694 \backslash
26695 b
26696 \begin_inset ERT
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700
26701
26702 \backslash
26703 spce 
26704 \end_layout
26705
26706 \end_inset
26707
26708 e
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26714 \begin_inset Text
26715
26716 \begin_layout Plain Layout
26717 \begin_inset ERT
26718 status collapsed
26719
26720 \begin_layout Plain Layout
26721
26722
26723 \backslash
26724 b e
26725 \end_layout
26726
26727 \end_inset
26728
26729
26730 \end_layout
26731
26732 \end_inset
26733 </cell>
26734 </row>
26735 <row>
26736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26737 \begin_inset Text
26738
26739 \begin_layout Plain Layout
26740
26741 \backslash
26742 t
26743 \begin_inset ERT
26744 status collapsed
26745
26746 \begin_layout Plain Layout
26747
26748
26749 \backslash
26750 spce 
26751 \end_layout
26752
26753 \end_inset
26754
26755 ee
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26761 \begin_inset Text
26762
26763 \begin_layout Plain Layout
26764 \begin_inset ERT
26765 status collapsed
26766
26767 \begin_layout Plain Layout
26768
26769
26770 \backslash
26771 t ee
26772 \end_layout
26773
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 </row>
26782 </lyxtabular>
26783
26784 \end_inset
26785
26786
26787 \begin_inset space \hfill{}
26788 \end_inset
26789
26790
26791 \begin_inset Tabular
26792 <lyxtabular version="3" rows="8" columns="2">
26793 <features>
26794 <column alignment="block" valignment="top" width="0">
26795 <column alignment="center" valignment="top" width="0">
26796 <row>
26797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26798 \begin_inset Text
26799
26800 \begin_layout Plain Layout
26801 Comando
26802 \end_layout
26803
26804 \end_inset
26805 </cell>
26806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26807 \begin_inset Text
26808
26809 \begin_layout Plain Layout
26810 Resultado
26811 \end_layout
26812
26813 \end_inset
26814 </cell>
26815 </row>
26816 <row>
26817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Plain Layout
26821
26822 \backslash
26823 H
26824 \begin_inset ERT
26825 status collapsed
26826
26827 \begin_layout Plain Layout
26828
26829
26830 \backslash
26831 spce 
26832 \end_layout
26833
26834 \end_inset
26835
26836 e
26837 \end_layout
26838
26839 \end_inset
26840 </cell>
26841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26842 \begin_inset Text
26843
26844 \begin_layout Plain Layout
26845 \begin_inset ERT
26846 status collapsed
26847
26848 \begin_layout Plain Layout
26849
26850
26851 \backslash
26852 H e
26853 \end_layout
26854
26855 \end_inset
26856
26857
26858 \end_layout
26859
26860 \end_inset
26861 </cell>
26862 </row>
26863 <row>
26864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26865 \begin_inset Text
26866
26867 \begin_layout Plain Layout
26868
26869 \backslash
26870 'e
26871 \end_layout
26872
26873 \end_inset
26874 </cell>
26875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26876 \begin_inset Text
26877
26878 \begin_layout Plain Layout
26879 \begin_inset ERT
26880 status collapsed
26881
26882 \begin_layout Plain Layout
26883
26884
26885 \backslash
26886 'e
26887 \end_layout
26888
26889 \end_inset
26890
26891
26892 \end_layout
26893
26894 \end_inset
26895 </cell>
26896 </row>
26897 <row>
26898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26899 \begin_inset Text
26900
26901 \begin_layout Plain Layout
26902
26903 \backslash
26904 ~e
26905 \begin_inset Index
26906 status collapsed
26907
26908 \begin_layout Plain Layout
26909 Tilde
26910 \end_layout
26911
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \end_inset
26918 </cell>
26919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26920 \begin_inset Text
26921
26922 \begin_layout Plain Layout
26923 \begin_inset ERT
26924 status collapsed
26925
26926 \begin_layout Plain Layout
26927
26928
26929 \backslash
26930 ~e
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \end_inset
26939 </cell>
26940 </row>
26941 <row>
26942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26943 \begin_inset Text
26944
26945 \begin_layout Plain Layout
26946
26947 \backslash
26948 .e
26949 \end_layout
26950
26951 \end_inset
26952 </cell>
26953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26954 \begin_inset Text
26955
26956 \begin_layout Plain Layout
26957 \begin_inset ERT
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961
26962
26963 \backslash
26964 .e
26965 \end_layout
26966
26967 \end_inset
26968
26969
26970 \end_layout
26971
26972 \end_inset
26973 </cell>
26974 </row>
26975 <row>
26976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26977 \begin_inset Text
26978
26979 \begin_layout Plain Layout
26980
26981 \backslash
26982 v
26983 \begin_inset ERT
26984 status collapsed
26985
26986 \begin_layout Plain Layout
26987
26988
26989 \backslash
26990 spce 
26991 \end_layout
26992
26993 \end_inset
26994
26995 e
26996 \end_layout
26997
26998 \end_inset
26999 </cell>
27000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27001 \begin_inset Text
27002
27003 \begin_layout Plain Layout
27004 \begin_inset ERT
27005 status collapsed
27006
27007 \begin_layout Plain Layout
27008
27009
27010 \backslash
27011 v e
27012 \end_layout
27013
27014 \end_inset
27015
27016
27017 \end_layout
27018
27019 \end_inset
27020 </cell>
27021 </row>
27022 <row>
27023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27024 \begin_inset Text
27025
27026 \begin_layout Plain Layout
27027
27028 \backslash
27029 d
27030 \begin_inset ERT
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034
27035
27036 \backslash
27037 spce 
27038 \end_layout
27039
27040 \end_inset
27041
27042 e
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27048 \begin_inset Text
27049
27050 \begin_layout Plain Layout
27051 \begin_inset ERT
27052 status collapsed
27053
27054 \begin_layout Plain Layout
27055
27056
27057 \backslash
27058 d e
27059 \end_layout
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \end_inset
27067 </cell>
27068 </row>
27069 <row>
27070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27071 \begin_inset Text
27072
27073 \begin_layout Plain Layout
27074
27075 \backslash
27076 c
27077 \begin_inset ERT
27078 status collapsed
27079
27080 \begin_layout Plain Layout
27081
27082
27083 \backslash
27084 spce 
27085 \end_layout
27086
27087 \end_inset
27088
27089 e
27090 \end_layout
27091
27092 \end_inset
27093 </cell>
27094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27095 \begin_inset Text
27096
27097 \begin_layout Plain Layout
27098 \begin_inset ERT
27099 status collapsed
27100
27101 \begin_layout Plain Layout
27102
27103
27104 \backslash
27105 c e
27106 \end_layout
27107
27108 \end_inset
27109
27110
27111 \end_layout
27112
27113 \end_inset
27114 </cell>
27115 </row>
27116 </lyxtabular>
27117
27118 \end_inset
27119
27120
27121 \begin_inset space \hfill{}
27122 \end_inset
27123
27124
27125 \end_layout
27126
27127 \begin_layout Standard
27128 \begin_inset VSpace medskip
27129 \end_inset
27130
27131
27132 \end_layout
27133
27134 \begin_layout Standard
27135 Con el comando 
27136 \series bold
27137
27138 \backslash
27139 t
27140 \series default
27141  también se pueden acentuar dos caracteres distintos.
27142  El comando 
27143 \series bold
27144
27145 \backslash
27146 t
27147 \begin_inset ERT
27148 status collapsed
27149
27150 \begin_layout Plain Layout
27151
27152
27153 \backslash
27154 spce 
27155 \end_layout
27156
27157 \end_inset
27158
27159 sz
27160 \series default
27161  genera 
27162 \begin_inset ERT
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166
27167
27168 \backslash
27169 t sz
27170 \end_layout
27171
27172 \end_inset
27173
27174
27175 \end_layout
27176
27177 \begin_layout Standard
27178 Los acentos 
27179 \series bold
27180 `
27181 \series default
27182  , 
27183 \series bold
27184 '
27185 \series default
27186  y 
27187 \series bold
27188 ^
27189 \series default
27190  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27191  TeX.
27192  Lo mismo se aplica a la tilde
27193 \begin_inset Foot
27194 status collapsed
27195
27196 \begin_layout Plain Layout
27197 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27198 \end_layout
27199
27200 \end_inset
27201
27202  con 
27203 \emph on
27204 a
27205 \emph default
27206
27207 \emph on
27208 o
27209 \emph default
27210  y 
27211 \emph on
27212 n.
27213 \end_layout
27214
27215 \begin_layout Standard
27216 Los comandos 
27217 \series bold
27218
27219 \backslash
27220 b
27221 \series default
27222  , 
27223 \series bold
27224
27225 \backslash
27226 c
27227 \series default
27228  , 
27229 \series bold
27230
27231 \backslash
27232 d
27233 \series default
27234  , 
27235 \series bold
27236
27237 \backslash
27238 H
27239 \series default
27240  , 
27241 \series bold
27242
27243 \backslash
27244 t
27245 \series default
27246  , 
27247 \series bold
27248
27249 \backslash
27250 u
27251 \series default
27252  , 
27253 \series bold
27254
27255 \backslash
27256 v
27257 \series default
27258 , y acentos insertados directamente con el teclado también están disponibles
27259  en texto matemático.
27260  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27261  
27262 \begin_inset CommandInset ref
27263 LatexCommand ref
27264 reference "sub:Acentos-para-un"
27265
27266 \end_inset
27267
27268 .
27269 \end_layout
27270
27271 \begin_layout Standard
27272 \begin_inset VSpace bigskip
27273 \end_inset
27274
27275
27276 \end_layout
27277
27278 \begin_layout Standard
27279 Además, con el comando 
27280 \series bold
27281
27282 \backslash
27283 textcircled
27284 \series default
27285
27286 \begin_inset Index
27287 status collapsed
27288
27289 \begin_layout Plain Layout
27290 Comandos ! T ! 
27291 \backslash
27292 textcircled
27293 \end_layout
27294
27295 \end_inset
27296
27297  se pueden insertar en un círculo todos los números y letras, de forma parecida
27298  al símbolo copyright.
27299 \end_layout
27300
27301 \begin_layout Standard
27302 \noindent
27303 \align center
27304 \begin_inset Tabular
27305 <lyxtabular version="3" rows="3" columns="2">
27306 <features>
27307 <column alignment="center" valignment="top" width="0">
27308 <column alignment="center" valignment="top" width="0">
27309 <row>
27310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27311 \begin_inset Text
27312
27313 \begin_layout Plain Layout
27314 Comando
27315 \end_layout
27316
27317 \end_inset
27318 </cell>
27319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27320 \begin_inset Text
27321
27322 \begin_layout Plain Layout
27323 Resultado
27324 \begin_inset Note Note
27325 status collapsed
27326
27327 \begin_layout Plain Layout
27328
27329 \series bold
27330
27331 \backslash
27332 raisebox
27333 \series default
27334  se usa sólo como espaciador
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \end_layout
27341
27342 \end_inset
27343 </cell>
27344 </row>
27345 <row>
27346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27347 \begin_inset Text
27348
27349 \begin_layout Plain Layout
27350
27351 \backslash
27352 textcircled{w}
27353 \end_layout
27354
27355 \end_inset
27356 </cell>
27357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27358 \begin_inset Text
27359
27360 \begin_layout Plain Layout
27361 \begin_inset ERT
27362 status collapsed
27363
27364 \begin_layout Plain Layout
27365
27366
27367 \backslash
27368 textcircled{w}
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \end_inset
27377 </cell>
27378 </row>
27379 <row>
27380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27381 \begin_inset Text
27382
27383 \begin_layout Plain Layout
27384
27385 \backslash
27386 Large 
27387 \backslash
27388 textcircled{
27389 \backslash
27390 normalsize
27391 \backslash
27392 protect
27393 \backslash
27394 raisebox{-1.5pt}{W}}
27395 \end_layout
27396
27397 \end_inset
27398 </cell>
27399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27400 \begin_inset Text
27401
27402 \begin_layout Plain Layout
27403 \begin_inset Formula $\raisebox{4.5mm}{}$
27404 \end_inset
27405
27406
27407 \begin_inset ERT
27408 status collapsed
27409
27410 \begin_layout Plain Layout
27411
27412
27413 \backslash
27414 Large 
27415 \backslash
27416 textcircled{
27417 \backslash
27418 normalsize
27419 \backslash
27420 protect
27421 \backslash
27422 raisebox{-1.5pt}W}
27423 \end_layout
27424
27425 \end_inset
27426
27427
27428 \begin_inset Formula $\raisebox{-2mm}{}$
27429 \end_inset
27430
27431
27432 \end_layout
27433
27434 \end_inset
27435 </cell>
27436 </row>
27437 </lyxtabular>
27438
27439 \end_inset
27440
27441
27442 \end_layout
27443
27444 \begin_layout Standard
27445 Hay que tener cuidado que el carácter se ajuste al círculo.
27446  Por eso 
27447 \series bold
27448
27449 \backslash
27450 Large
27451 \begin_inset Foot
27452 status collapsed
27453
27454 \begin_layout Plain Layout
27455 véase 
27456 \begin_inset CommandInset ref
27457 LatexCommand ref
27458 reference "sub:Tamaños-de-fuentes"
27459
27460 \end_inset
27461
27462
27463 \end_layout
27464
27465 \end_inset
27466
27467
27468 \series default
27469  especifica el tamaño del círculo.
27470  Con ayuda de 
27471 \series bold
27472
27473 \backslash
27474 raisebox
27475 \begin_inset Foot
27476 status collapsed
27477
27478 \begin_layout Plain Layout
27479 véase 
27480 \begin_inset CommandInset ref
27481 LatexCommand ref
27482 reference "sub:Cuadros-sin-marco"
27483
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \end_inset
27490
27491
27492 \series default
27493  se puede centrar el carácter.
27494 \end_layout
27495
27496 \begin_layout Subsection
27497 Números minúsculos
27498 \begin_inset Index
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502 Numeros@Números ! minúsculos
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \begin_layout Standard
27511 Los números minúsculos se componen con el comando 
27512 \series bold
27513
27514 \backslash
27515 oldstylenums
27516 \series default
27517
27518 \begin_inset Index
27519 status collapsed
27520
27521 \begin_layout Plain Layout
27522 Comandos ! O ! 
27523 \backslash
27524 oldstylenums
27525 \end_layout
27526
27527 \end_inset
27528
27529 .
27530  El comando se puede usar en ecuaciones y en modo TeX.
27531  Su esquema es:
27532 \end_layout
27533
27534 \begin_layout Standard
27535
27536 \series bold
27537
27538 \backslash
27539 oldstylenums{número}
27540 \end_layout
27541
27542 \begin_layout Standard
27543 El comando 
27544 \series bold
27545
27546 \backslash
27547 oldstylenums{0123456789}
27548 \series default
27549  genera: 
27550 \begin_inset Formula $\oldstylenums{0123456789}$
27551 \end_inset
27552
27553
27554 \end_layout
27555
27556 \begin_layout Subsection
27557 Caracteres especiales misceláneos
27558 \begin_inset CommandInset label
27559 LatexCommand label
27560 name "sub:Caracteres-especiales-misceláneos"
27561
27562 \end_inset
27563
27564
27565 \begin_inset Index
27566 status collapsed
27567
27568 \begin_layout Plain Layout
27569 Caracteres especiales ! misceláneos
27570 \end_layout
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \begin_layout Standard
27578 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27579  comandos:
27580 \end_layout
27581
27582 \begin_layout Standard
27583 \noindent
27584 \align center
27585 \begin_inset Tabular
27586 <lyxtabular version="3" rows="4" columns="2">
27587 <features>
27588 <column alignment="center" valignment="top" width="0">
27589 <column alignment="center" valignment="top" width="0">
27590 <row>
27591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27592 \begin_inset Text
27593
27594 \begin_layout Plain Layout
27595 Comando
27596 \end_layout
27597
27598 \end_inset
27599 </cell>
27600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27601 \begin_inset Text
27602
27603 \begin_layout Plain Layout
27604 Resultado
27605 \end_layout
27606
27607 \end_inset
27608 </cell>
27609 </row>
27610 <row>
27611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27612 \begin_inset Text
27613
27614 \begin_layout Plain Layout
27615
27616 \backslash
27617 ^
27618 \begin_inset ERT
27619 status collapsed
27620
27621 \begin_layout Plain Layout
27622
27623
27624 \backslash
27625 spce 
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \end_layout
27632
27633 \end_inset
27634 </cell>
27635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27636 \begin_inset Text
27637
27638 \begin_layout Plain Layout
27639 \begin_inset Formula $\mathcircumflex$
27640 \end_inset
27641
27642
27643 \end_layout
27644
27645 \end_inset
27646 </cell>
27647 </row>
27648 <row>
27649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27650 \begin_inset Text
27651
27652 \begin_layout Plain Layout
27653
27654 \backslash
27655 _
27656 \end_layout
27657
27658 \end_inset
27659 </cell>
27660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27661 \begin_inset Text
27662
27663 \begin_layout Plain Layout
27664 \begin_inset Formula $\_$
27665 \end_inset
27666
27667
27668 \end_layout
27669
27670 \end_inset
27671 </cell>
27672 </row>
27673 <row>
27674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27675 \begin_inset Text
27676
27677 \begin_layout Plain Layout
27678 ^
27679 \begin_inset ERT
27680 status collapsed
27681
27682 \begin_layout Plain Layout
27683
27684
27685 \backslash
27686 spce 
27687 \end_layout
27688
27689 \end_inset
27690
27691
27692 \backslash
27693 circ
27694 \begin_inset Index
27695 status collapsed
27696
27697 \begin_layout Plain Layout
27698
27699 \backslash
27700
27701 \end_layout
27702
27703 \end_inset
27704
27705
27706 \end_layout
27707
27708 \end_inset
27709 </cell>
27710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27711 \begin_inset Text
27712
27713 \begin_layout Plain Layout
27714 \begin_inset Formula $^{\circ}$
27715 \end_inset
27716
27717
27718 \end_layout
27719
27720 \end_inset
27721 </cell>
27722 </row>
27723 </lyxtabular>
27724
27725 \end_inset
27726
27727
27728 \end_layout
27729
27730 \begin_layout Standard
27731 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27732  LaTeX contiene la línea:
27733 \begin_inset Foot
27734 status collapsed
27735
27736 \begin_layout Plain Layout
27737 Más sobre este asunto en 
27738 \begin_inset CommandInset ref
27739 LatexCommand ref
27740 reference "sub:Caracteres-de-texto"
27741
27742 \end_inset
27743
27744
27745 \end_layout
27746
27747 \end_inset
27748
27749  
27750 \end_layout
27751
27752 \begin_layout Standard
27753
27754 \series bold
27755
27756 \backslash
27757 DeclareInputtext{176}{
27758 \backslash
27759 ifmmode^
27760 \backslash
27761 circ
27762 \backslash
27763 else
27764 \backslash
27765 textdegree
27766 \backslash
27767 fi}
27768 \end_layout
27769
27770 \begin_layout Section
27771 Estilos de ecuación
27772 \begin_inset CommandInset label
27773 LatexCommand label
27774 name "sec:Estilos-de-ecuación"
27775
27776 \end_inset
27777
27778
27779 \begin_inset Index
27780 status collapsed
27781
27782 \begin_layout Plain Layout
27783 Ecuación ! estilos de
27784 \end_layout
27785
27786 \end_inset
27787
27788
27789 \end_layout
27790
27791 \begin_layout Itemize
27792 Hay dos estilos diferentes de alineación:
27793 \end_layout
27794
27795 \begin_deeper
27796 \begin_layout Description
27797 Centrado es el estándar predefinido
27798 \end_layout
27799
27800 \begin_layout Description
27801 Sangrado para este estilo debe insertarse la opción 
27802 \series bold
27803 fleqn
27804 \series default
27805  en el menú 
27806 \family sans
27807 Documento\SpecialChar \menuseparator
27808 Configuración
27809 \family default
27810  bajo 
27811 \family sans
27812 Clase de documento
27813 \end_layout
27814
27815 \begin_layout Standard
27816 Cuando se usa 
27817 \series bold
27818 Sangrado
27819 \series default
27820 , éste se puede ajustar con la longitud 
27821 \series bold
27822
27823 \backslash
27824 mathindent
27825 \series default
27826
27827 \begin_inset Index
27828 status collapsed
27829
27830 \begin_layout Plain Layout
27831 Comandos ! M ! 
27832 \backslash
27833 mathindent
27834 \end_layout
27835
27836 \end_inset
27837
27838 .
27839  Para 15
27840 \begin_inset space \thinspace{}
27841 \end_inset
27842
27843 mm, p.
27844 \begin_inset space \thinspace{}
27845 \end_inset
27846
27847 e., se inserta esta línea de comando en el preámbulo LaTeX:
27848 \end_layout
27849
27850 \begin_layout Standard
27851
27852 \series bold
27853
27854 \backslash
27855 setlength{
27856 \backslash
27857 mathindent}{15mm}
27858 \end_layout
27859
27860 \begin_layout Standard
27861 Si no se especifica longitud se usa el valor predeterminado de 30
27862 \begin_inset space \thinspace{}
27863 \end_inset
27864
27865 pt.
27866 \end_layout
27867
27868 \end_deeper
27869 \begin_layout Itemize
27870 Y dos estilos diferentes de numeración:
27871 \end_layout
27872
27873 \begin_deeper
27874 \begin_layout Description
27875 Derecha es el estándar predefinido
27876 \end_layout
27877
27878 \begin_layout Description
27879 Izquierda para este estilo debe insertarse la opción 
27880 \series bold
27881 fleqn
27882 \series default
27883  en el menú 
27884 \family sans
27885 Documento\SpecialChar \menuseparator
27886 Configuración
27887 \family default
27888  bajo 
27889 \family sans
27890 Clase de documento
27891 \end_layout
27892
27893 \end_deeper
27894 \begin_layout Standard
27895
27896 \series bold
27897 fleqn
27898 \series default
27899  y 
27900 \series bold
27901 leqno
27902 \series default
27903  también se pueden usar juntos.
27904  En ese caso se insertan ambas opciones, separadas por una coma.
27905 \end_layout
27906
27907 \begin_layout Standard
27908 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27909  documento.
27910  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27911  estilo 
27912 \series bold
27913 Centrado
27914 \series default
27915  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27916 \begin_inset CommandInset ref
27917 LatexCommand ref
27918 reference "sub:Entorno-flalign"
27919
27920 \end_inset
27921
27922 .
27923 \end_layout
27924
27925 \begin_layout Section
27926 Ecuaciones multilínea
27927 \begin_inset CommandInset label
27928 LatexCommand label
27929 name "sec:Ecuaciones-multilínea"
27930
27931 \end_inset
27932
27933
27934 \begin_inset Index
27935 status collapsed
27936
27937 \begin_layout Plain Layout
27938 Ecuación ! multilínea
27939 \end_layout
27940
27941 \end_inset
27942
27943
27944 \end_layout
27945
27946 \begin_layout Subsection
27947 General
27948 \end_layout
27949
27950 \begin_layout Standard
27951 En LyX se generan nuevas líneas en una ecuación con 
27952 \family sans
27953 \series bold
27954 Ctrl-Retorno
27955 \family default
27956 \series default
27957 .
27958  Esto crea un 
27959 \series bold
27960 entorno eqnarray
27961 \series default
27962 , que se describe en
27963 \begin_inset space ~
27964 \end_inset
27965
27966
27967 \begin_inset CommandInset ref
27968 LatexCommand ref
27969 reference "sub:Entorno-eqnarray"
27970
27971 \end_inset
27972
27973  o, si se ha marcado la opción 
27974 \family sans
27975 Usar
27976 \begin_inset space ~
27977 \end_inset
27978
27979 el
27980 \begin_inset space ~
27981 \end_inset
27982
27983 paquete
27984 \begin_inset space ~
27985 \end_inset
27986
27987 de
27988 \begin_inset space ~
27989 \end_inset
27990
27991 ecuaciones
27992 \begin_inset space ~
27993 \end_inset
27994
27995 AMS
27996 \family default
27997  en la configuración del documento
27998 \family sans
27999 , un 
28000 \series bold
28001 entorno
28002 \family default
28003 \series default
28004  
28005 \series bold
28006 align
28007 \series default
28008 , que se describe en
28009 \begin_inset space ~
28010 \end_inset
28011
28012
28013 \begin_inset CommandInset ref
28014 LatexCommand ref
28015 reference "sub:Entorno-align-estándar"
28016
28017 \end_inset
28018
28019 .
28020 \end_layout
28021
28022 \begin_layout Standard
28023 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28024  el menú 
28025 \family sans
28026 Insertar\SpecialChar \menuseparator
28027 Ecuación
28028 \family default
28029 .
28030  En las siguientes secciones se describen estos entornos.
28031 \end_layout
28032
28033 \begin_layout Standard
28034 En todos los entornos de ecuación multilínea la combinación 
28035 \family sans
28036 Ctrl-Retorno
28037 \family default
28038  genera una línea nueva.
28039  Para añadir o quitar líneas se pueden usar los botones 
28040 \begin_inset Graphics
28041         filename ../../images/tabular-feature_append-row.png
28042         scale 85
28043
28044 \end_inset
28045
28046  o 
28047 \begin_inset Graphics
28048         filename ../../images/tabular-feature_delete-row.png
28049         scale 85
28050
28051 \end_inset
28052
28053 de la barra de herramientas, respectivamente, o el menú 
28054 \family sans
28055 Editar\SpecialChar \menuseparator
28056 Filas y columnas
28057 \family default
28058 .
28059 \end_layout
28060
28061 \begin_layout Subsubsection
28062 Separación de líneas
28063 \begin_inset CommandInset label
28064 LatexCommand label
28065 name "sub:Separación-de-líneas"
28066
28067 \end_inset
28068
28069
28070 \begin_inset Index
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074 Ecuación ! multilínea ! separación de filas
28075 \end_layout
28076
28077 \end_inset
28078
28079
28080 \end_layout
28081
28082 \begin_layout Standard
28083 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28084 \begin_inset Formula \begin{eqnarray*}
28085 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}\\
28086 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*}
28087
28088 \end_inset
28089
28090 En LaTeX un espacio adicional para una línea se especifica como argumento
28091  opcional del comando de nueva línea.
28092  Esto aún no es posible en LYX,
28093 \begin_inset Foot
28094 status collapsed
28095
28096 \begin_layout Plain Layout
28097 véase 
28098 \begin_inset CommandInset href
28099 LatexCommand href
28100 name "LyX-bug #1505"
28101 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \end_inset
28109
28110  por lo que toda la ecuación debe insertarse en modo TeX.
28111  Para añadir espacio en nuestro ejemplo se inserta el comando 
28112 \series bold
28113
28114 \backslash
28115
28116 \backslash
28117 [3mm]
28118 \series default
28119  al final de la primera línea.
28120  Así: 
28121 \begin_inset ERT
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125
28126
28127 \backslash
28128 begin{eqnarray*}
28129 \end_layout
28130
28131 \begin_layout Plain Layout
28132
28133 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28134  = & 
28135 \backslash
28136 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28137 \backslash
28138
28139 \backslash
28140 [3mm]
28141 \end_layout
28142
28143 \begin_layout Plain Layout
28144
28145 4x^{2}
28146 \backslash
28147 left(B^{2}+x_{0}^{2}
28148 \backslash
28149 right)+4x_{0}x
28150 \backslash
28151 left(D-B^{2}
28152 \backslash
28153 right)+B^{2}
28154 \backslash
28155 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28156 \backslash
28157 right) & = & 0
28158 \end_layout
28159
28160 \begin_layout Plain Layout
28161
28162
28163 \backslash
28164 end{eqnarray*}
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \begin_inset VSpace bigskip
28171 \end_inset
28172
28173
28174 \end_layout
28175
28176 \begin_layout Standard
28177 Para obtener separación en todas las líneas hay que cambiar la longitud
28178  
28179 \series bold
28180
28181 \backslash
28182 jot
28183 \series default
28184
28185 \begin_inset Index
28186 status collapsed
28187
28188 \begin_layout Plain Layout
28189 Comandos ! J ! 
28190 \backslash
28191 jot
28192 \end_layout
28193
28194 \end_inset
28195
28196 .
28197  La definición es: 
28198 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28199 \end_inset
28200
28201 .
28202  El valor predeterminado para 
28203 \series bold
28204
28205 \backslash
28206 jot
28207 \series default
28208  es 3
28209 \begin_inset space \thinspace{}
28210 \end_inset
28211
28212 pt.
28213  Para establecer una separación adicional de 3
28214 \begin_inset space \thinspace{}
28215 \end_inset
28216
28217 mm como en el ejemplo anterior, se inserta el comando
28218 \end_layout
28219
28220 \begin_layout Standard
28221
28222 \series bold
28223
28224 \backslash
28225 setlength{
28226 \backslash
28227 jot}{3mm+3pt}
28228 \end_layout
28229
28230 \begin_layout Standard
28231 en modo TeX antes de la ecuación.
28232  Es necesario cargar el paquete 
28233 \series bold
28234 calc
28235 \series default
28236
28237 \begin_inset Foot
28238 status collapsed
28239
28240 \begin_layout Plain Layout
28241
28242 \series bold
28243 calc
28244 \series default
28245  forma parte de toda instalación LaTeX estándar.
28246 \end_layout
28247
28248 \end_inset
28249
28250
28251 \begin_inset Index
28252 status collapsed
28253
28254 \begin_layout Plain Layout
28255 Paquetes ! calc
28256 \end_layout
28257
28258 \end_inset
28259
28260  en el preámbulo con la línea
28261 \end_layout
28262
28263 \begin_layout Standard
28264
28265 \series bold
28266
28267 \backslash
28268 usepackage{calc}
28269 \end_layout
28270
28271 \begin_layout Standard
28272 Se obtiene:
28273 \begin_inset ERT
28274 status collapsed
28275
28276 \begin_layout Plain Layout
28277
28278
28279 \backslash
28280 setlength{
28281 \backslash
28282 jot}{3mm+3pt}
28283 \end_layout
28284
28285 \end_inset
28286
28287
28288 \begin_inset Formula \begin{eqnarray*}
28289 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}\\
28290 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*}
28291
28292 \end_inset
28293
28294
28295 \begin_inset ERT
28296 status collapsed
28297
28298 \begin_layout Plain Layout
28299
28300
28301 \backslash
28302 setlength{
28303 \backslash
28304 jot}{3pt}
28305 \end_layout
28306
28307 \end_inset
28308
28309  Para volver a la distancia predeterminada, 
28310 \series bold
28311
28312 \backslash
28313 jot
28314 \series default
28315  se establece en 3
28316 \begin_inset space \thinspace{}
28317 \end_inset
28318
28319 pt.
28320 \end_layout
28321
28322 \begin_layout Subsubsection
28323 Separación de columnas
28324 \begin_inset CommandInset label
28325 LatexCommand label
28326 name "sub:Separación-de-columnas"
28327
28328 \end_inset
28329
28330
28331 \begin_inset Index
28332 status collapsed
28333
28334 \begin_layout Plain Layout
28335 Ecuación ! multilínea !separación de columnas
28336 \end_layout
28337
28338 \end_inset
28339
28340
28341 \end_layout
28342
28343 \begin_layout Standard
28344 Una ecuación multilínea forma una matriz.
28345  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28346  columnas.
28347  Cambiando la separación de columnas en este entorno se puede cambiar el
28348  espacio junto al signo de relación.
28349 \end_layout
28350
28351 \begin_layout Standard
28352 La separación de columnas se especifica con la longitud
28353 \series bold
28354  
28355 \backslash
28356 arraycolsep
28357 \series default
28358
28359 \begin_inset Index
28360 status collapsed
28361
28362 \begin_layout Plain Layout
28363 Comandos ! A ! 
28364 \backslash
28365 arraycolsep
28366 \end_layout
28367
28368 \end_inset
28369
28370  según:
28371 \begin_inset Newline newline
28372 \end_inset
28373
28374 separación de columnas = 2
28375 \begin_inset space \thinspace{}
28376 \end_inset
28377
28378
28379 \series bold
28380
28381 \backslash
28382 arraycolsep
28383 \series default
28384
28385 \begin_inset Newline newline
28386 \end_inset
28387
28388 Así, el comando en modo TeX
28389 \end_layout
28390
28391 \begin_layout Standard
28392
28393 \series bold
28394
28395 \backslash
28396 setlength{
28397 \backslash
28398 arraycolsep}{1cm}
28399 \end_layout
28400
28401 \begin_layout Standard
28402 establece para todas las ecuaciones siguientes una separación de columnas
28403  de 2
28404 \begin_inset space \thinspace{}
28405 \end_inset
28406
28407 cm.
28408  Para volver al valor predefinido, 
28409 \series bold
28410
28411 \backslash
28412 arraycolsep
28413 \series default
28414  se pone en 5
28415 \begin_inset space \thinspace{}
28416 \end_inset
28417
28418 pt.
28419 \end_layout
28420
28421 \begin_layout Standard
28422 Una ecuación con separación de 2
28423 \begin_inset space \thinspace{}
28424 \end_inset
28425
28426 cm entre columnas:
28427 \begin_inset ERT
28428 status collapsed
28429
28430 \begin_layout Plain Layout
28431
28432
28433 \backslash
28434 setlength{
28435 \backslash
28436 arraycolsep}{1cm}
28437 \end_layout
28438
28439 \end_inset
28440
28441
28442 \begin_inset Formula \begin{eqnarray*}
28443 A & = & B\\
28444 C & \ne & A\end{eqnarray*}
28445
28446 \end_inset
28447
28448 Una ecuación con la separación predefinida para matrices, 10
28449 \begin_inset space \thinspace{}
28450 \end_inset
28451
28452 pt:
28453 \begin_inset ERT
28454 status collapsed
28455
28456 \begin_layout Plain Layout
28457
28458
28459 \backslash
28460 setlength{
28461 \backslash
28462 arraycolsep}{5pt}
28463 \end_layout
28464
28465 \end_inset
28466
28467
28468 \begin_inset Formula \begin{eqnarray*}
28469 A & = & B\\
28470 C & \ne & A\end{eqnarray*}
28471
28472 \end_inset
28473
28474
28475 \end_layout
28476
28477 \begin_layout Subsubsection
28478 Ecuaciones largas
28479 \begin_inset Index
28480 status collapsed
28481
28482 \begin_layout Plain Layout
28483 Ecuación ! larga
28484 \end_layout
28485
28486 \end_inset
28487
28488
28489 \end_layout
28490
28491 \begin_layout Standard
28492 Se pueden componer ecuaciones largas mediante estos métodos:
28493 \end_layout
28494
28495 \begin_layout Itemize
28496 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28497  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28498 \begin_inset Formula \begin{eqnarray}
28499 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 \\
28500  &  & -\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}
28501
28502 \end_inset
28503
28504 El signo menos al principio de la segunda línea normalmente no aparece como
28505  operador porque es el primer carácter de la línea.
28506  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28507  Para evitarlo se ha insertado espacio detrás del menos con el comando 
28508 \series bold
28509
28510 \backslash
28511 hspace{3pt}
28512 \series default
28513
28514 \begin_inset Index
28515 status collapsed
28516
28517 \begin_layout Plain Layout
28518 Comandos ! H ! 
28519 \backslash
28520 hspace
28521 \end_layout
28522
28523 \end_inset
28524
28525 .
28526 \begin_inset Foot
28527 status collapsed
28528
28529 \begin_layout Plain Layout
28530 véase más sobre 
28531 \series bold
28532
28533 \backslash
28534 hspace
28535 \series default
28536  en 
28537 \begin_inset CommandInset ref
28538 LatexCommand ref
28539 reference "sub:Espacio-variable"
28540
28541 \end_inset
28542
28543
28544 \end_layout
28545
28546 \end_inset
28547
28548
28549 \end_layout
28550
28551 \begin_layout Itemize
28552 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28553 \series bold
28554
28555 \backslash
28556 lefteqn
28557 \series default
28558
28559 \begin_inset Index
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563 Comandos ! L ! 
28564 \backslash
28565 lefteqn
28566 \end_layout
28567
28568 \end_inset
28569
28570 .
28571  Se inserta en la primer columna de la primera línea y hace que todas las
28572  inserciones posteriores sobreescriban las columnas siguientes:
28573 \begin_inset Formula \begin{eqnarray}
28574 \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 \\
28575  &  & -\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 \\
28576  &  & =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}
28577
28578 \end_inset
28579
28580 Tras la inserción de 
28581 \series bold
28582
28583 \backslash
28584 lefteqn
28585 \series default
28586  el cursor está en un marco púrpura un poco a la izquierda del azul.
28587  La ecuación se inserta en éste.
28588 \begin_inset Newline newline
28589 \end_inset
28590
28591 El contenido de las restantes líneas se inserta en la segunda columna o
28592  en otra.
28593  A mayor número de columna donde se inserte, mayor sangrado.
28594 \begin_inset ERT
28595 status collapsed
28596
28597 \begin_layout Plain Layout
28598
28599
28600 \backslash
28601 medskip
28602 \end_layout
28603
28604 \end_inset
28605
28606
28607 \begin_inset Newline newline
28608 \end_inset
28609
28610
28611 \begin_inset Note Greyedout
28612 status open
28613
28614 \begin_layout Plain Layout
28615 Ten en cuenta lo siguiente si usas 
28616 \series bold
28617
28618 \backslash
28619 lefteqn
28620 \series default
28621 :
28622 \end_layout
28623
28624 \begin_layout Itemize
28625 La ecuación no usa la anchura total de la página.
28626  Cuando se añade, p.
28627 \begin_inset space \thinspace{}
28628 \end_inset
28629
28630 e., el término 
28631 \begin_inset Formula $-B^{2}$
28632 \end_inset
28633
28634  en la primera línea del ejemplo, debería estar fuera del margen.
28635  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28636  principio de la primera línea.
28637 \end_layout
28638
28639 \begin_layout Itemize
28640 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28641  primera línea.
28642 \begin_inset Foot
28643 status collapsed
28644
28645 \begin_layout Plain Layout
28646 \begin_inset CommandInset href
28647 LatexCommand href
28648 name "LyX-bug #1429"
28649 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28650
28651 \end_inset
28652
28653
28654 \end_layout
28655
28656 \end_inset
28657
28658  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28659  teclas de flecha.
28660 \end_layout
28661
28662 \end_inset
28663
28664  
28665 \end_layout
28666
28667 \begin_layout Itemize
28668 Se describen otros métodos para escribir fórmulas largas en 
28669 \begin_inset CommandInset ref
28670 LatexCommand ref
28671 reference "sub:Entorno-multilínea"
28672
28673 \end_inset
28674
28675  y 
28676 \begin_inset CommandInset ref
28677 LatexCommand ref
28678 reference "sub:Partes-de-una-multilínea"
28679
28680 \end_inset
28681
28682 .
28683 \end_layout
28684
28685 \begin_layout Subsubsection
28686 Delimitadores multilínea
28687 \begin_inset CommandInset label
28688 LatexCommand label
28689 name "sub:Delimitadores-multilínea"
28690
28691 \end_inset
28692
28693
28694 \begin_inset Index
28695 status collapsed
28696
28697 \begin_layout Plain Layout
28698 Delimitadores ! para varias líneas
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \end_layout
28705
28706 \begin_layout Standard
28707 Para poner delimitadores que cubran varias líneas hay un problema:
28708 \begin_inset Formula \begin{eqnarray*}
28709 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28710  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28711
28712 \end_inset
28713
28714 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28715 res con tamaño variable no abarcan líneas múltiples.
28716 \end_layout
28717
28718 \begin_layout Standard
28719 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28720  primera línea se finaliza con 
28721 \series bold
28722
28723 \backslash
28724 right.
28725 \series default
28726
28727 \begin_inset Index
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731 Comandos ! R ! 
28732 \backslash
28733 right
28734 \end_layout
28735
28736 \end_inset
28737
28738  y la segunda con 
28739 \series bold
28740
28741 \backslash
28742 left.
28743 \series default
28744 .
28745 \begin_inset Foot
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749 Más sobre 
28750 \series bold
28751
28752 \backslash
28753 left.
28754
28755 \series default
28756  y 
28757 \series bold
28758
28759 \backslash
28760 right.
28761
28762 \series default
28763  en 
28764 \begin_inset CommandInset ref
28765 LatexCommand ref
28766 reference "sub:Tamaño-automático-de"
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \end_inset
28774
28775
28776 \begin_inset Index
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780 Comandos ! L ! 
28781 \backslash
28782 left
28783 \end_layout
28784
28785 \end_inset
28786
28787  Después de 
28788 \series bold
28789
28790 \backslash
28791 left.
28792
28793 \series default
28794  se inserta el comando 
28795 \series bold
28796
28797 \backslash
28798 vphantom
28799 \series default
28800
28801 \begin_inset ERT
28802 status collapsed
28803
28804 \begin_layout Plain Layout
28805
28806
28807 \backslash
28808 spce 
28809 \end_layout
28810
28811 \end_inset
28812
28813
28814 \series bold
28815
28816 \backslash
28817 prod
28818 \series default
28819 ^
28820 \begin_inset ERT
28821 status collapsed
28822
28823 \begin_layout Plain Layout
28824
28825
28826 \backslash
28827 spce 
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \series bold
28834
28835 \backslash
28836 infty
28837 \series default
28838
28839 \begin_inset ERT
28840 status collapsed
28841
28842 \begin_layout Plain Layout
28843
28844
28845 \backslash
28846 spce 
28847 \end_layout
28848
28849 \end_inset
28850
28851
28852 \series bold
28853
28854 \begin_inset Formula $\downarrow$
28855 \end_inset
28856
28857 _R=1}
28858 \series default
28859
28860 \begin_inset Index
28861 status collapsed
28862
28863 \begin_layout Plain Layout
28864 Comandos ! V ! 
28865 \backslash
28866 vphantom
28867 \end_layout
28868
28869 \end_inset
28870
28871 , porque el operador de multiplicación con sus límites es el símbolo mayor
28872  en la primera línea y ese debería ser el tamaño para el delimitador en
28873  la segunda línea.
28874 \end_layout
28875
28876 \begin_layout Standard
28877 El resultado es: 
28878 \begin_inset Formula \begin{eqnarray*}
28879 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28880  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28881
28882 \end_inset
28883
28884
28885 \end_layout
28886
28887 \begin_layout Subsection
28888 Entornos align
28889 \end_layout
28890
28891 \begin_layout Standard
28892 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28893  Son especialmente apropiados para poner ecuaciones adosadas.
28894 \end_layout
28895
28896 \begin_layout Standard
28897 Los entornos align constan de columnas.
28898  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28899  En un entorno align se puede numerar cada línea.
28900 \end_layout
28901
28902 \begin_layout Standard
28903 Los entornos align se crean con el menú 
28904 \family sans
28905 Insertar\SpecialChar \menuseparator
28906 Ecuación
28907 \family default
28908 .
28909  Una ecuación existente se puede convertir a align con el menú 
28910 \family sans
28911 Editar\SpecialChar \menuseparator
28912 Ecuación\SpecialChar \menuseparator
28913 Cambiar tipo de ecuación
28914 \family default
28915 .
28916 \end_layout
28917
28918 \begin_layout Standard
28919 Para añadir o quitar columnas se pueden usar los botones 
28920 \begin_inset Graphics
28921         filename ../../images/tabular-feature_append-row.png
28922         scale 85
28923
28924 \end_inset
28925
28926  o 
28927 \begin_inset Graphics
28928         filename ../../images/tabular-feature_delete-row.png
28929         scale 85
28930
28931 \end_inset
28932
28933 de la barra de ecuaciones o el menú 
28934 \family sans
28935 Editar\SpecialChar \menuseparator
28936 Filas y columnas
28937 \family default
28938 .
28939 \end_layout
28940
28941 \begin_layout Subsubsection
28942 Entorno align estándar
28943 \begin_inset CommandInset label
28944 LatexCommand label
28945 name "sub:Entorno-align-estándar"
28946
28947 \end_inset
28948
28949
28950 \begin_inset Index
28951 status collapsed
28952
28953 \begin_layout Plain Layout
28954 Ecuación ! multilínea ! entorno align
28955 \end_layout
28956
28957 \end_inset
28958
28959
28960 \end_layout
28961
28962 \begin_layout Standard
28963 Este entorno align se crea pulsando 
28964 \family sans
28965 Ctrl-Retorno
28966 \family default
28967  en una ecuación o con el menú 
28968 \family sans
28969 Insertar\SpecialChar \menuseparator
28970 Ecuación\SpecialChar \menuseparator
28971 Entorno AMS align
28972 \family default
28973 .
28974 \end_layout
28975
28976 \begin_layout Standard
28977 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28978  align de cuatro columnas:
28979 \begin_inset Formula \begin{align*}
28980 A & =\sen(B) & C & =D\\
28981 C & \neq A & B & \neq D\end{align*}
28982
28983 \end_inset
28984
28985 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28986  un 
28987 \series bold
28988
28989 \backslash
28990 hfill
28991 \series default
28992
28993 \begin_inset Foot
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997 Más sobre 
28998 \series bold
28999
29000 \backslash
29001 hfill
29002 \series default
29003  en 
29004 \begin_inset CommandInset ref
29005 LatexCommand ref
29006 reference "sub:Espacio-variable"
29007
29008 \end_inset
29009
29010
29011 \end_layout
29012
29013 \end_inset
29014
29015  antes de la primera y detrás de cada columna par.
29016  Si se pone en estilo 
29017 \series bold
29018 Sangrado
29019 \series default
29020 ,
29021 \begin_inset Foot
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025 véase estilos de ecuación en 
29026 \begin_inset CommandInset ref
29027 LatexCommand ref
29028 reference "sec:Estilos-de-ecuación"
29029
29030 \end_inset
29031
29032
29033 \end_layout
29034
29035 \end_inset
29036
29037  la ecuación queda sin el 
29038 \series bold
29039
29040 \backslash
29041 hfill
29042 \series default
29043  ante la primera columna.
29044 \end_layout
29045
29046 \begin_layout Subsubsection
29047 Entorno alignat
29048 \begin_inset Index
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052 Ecuación ! multilínea ! entorno alignat
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \end_layout
29059
29060 \begin_layout Standard
29061 El entorno alignat no tiene separación predefinida de columnas.
29062  Se puede insertar manualmente con los espacios descritos en 
29063 \begin_inset CommandInset ref
29064 LatexCommand ref
29065 reference "sec:Espacio"
29066
29067 \end_inset
29068
29069 .
29070 \end_layout
29071
29072 \begin_layout Standard
29073 El ejemplo anterior en el entorno alignat, con un espacio de 1
29074 \begin_inset space \thinspace{}
29075 \end_inset
29076
29077 cm al comienzo da la segunda ecuación:
29078 \begin_inset Formula \begin{alignat*}{2}
29079 A & =\sen(B)\hspace{1cm} & C & =D\\
29080 C & \neq A & B & \neq D\end{alignat*}
29081
29082 \end_inset
29083
29084 Como cada columna puede tener un espacio diferente, este entorno es especialment
29085 e apropiado para poner tres o más ecuaciones adosadas.
29086 \end_layout
29087
29088 \begin_layout Subsubsection
29089 Entorno flalign
29090 \begin_inset CommandInset label
29091 LatexCommand label
29092 name "sub:Entorno-flalign"
29093
29094 \end_inset
29095
29096
29097 \begin_inset Index
29098 status collapsed
29099
29100 \begin_layout Plain Layout
29101 Ecuación ! multilínea ! entorno flalign
29102 \end_layout
29103
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \begin_layout Standard
29110 En este entorno las dos primeras columnas están siempre tan a la izquierda
29111  como sea posible y las dos últimas a la derecha.
29112  Ejemplo:
29113 \begin_inset Formula \begin{flalign*}
29114 A & =1 & B & =2 & C & =3\\
29115 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
29116
29117 \end_inset
29118
29119 En un entorno flalign con un número impar de columnas, en la última de las
29120  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29121  alineadas a la izquierda, aunque se use el estilo 
29122 \series bold
29123 Centrado
29124 \series default
29125 .
29126  Un ejemplo de fórmula sangrada 
29127 \begin_inset CommandInset ref
29128 LatexCommand eqref
29129 reference "eq:IntVol"
29130
29131 \end_inset
29132
29133 :
29134 \begin_inset Formula \begin{flalign}
29135 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29136
29137 \end_inset
29138
29139 Las dos primeras columnas contienen la fórmula.
29140  Para sangrarla como con el estilo 
29141 \series bold
29142 Sangrado
29143 \series default
29144 , se añade un espacio de 30
29145 \begin_inset space \thinspace{}
29146 \end_inset
29147
29148 pt al comienzo de la primera columna.
29149  
29150 \end_layout
29151
29152 \begin_layout Subsection
29153 Entorno eqnarray
29154 \begin_inset CommandInset label
29155 LatexCommand label
29156 name "sub:Entorno-eqnarray"
29157
29158 \end_inset
29159
29160
29161 \begin_inset Index
29162 status collapsed
29163
29164 \begin_layout Plain Layout
29165 Ecuación ! multilínea ! entorno eqnarray
29166 \end_layout
29167
29168 \end_inset
29169
29170
29171 \begin_inset Index
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175 Ecuación ! multilínea ! entorno eqnarray
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Standard
29184 Al introducir este entorno aparecen tres marcos azules.
29185  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29186  El contenido del marco central está centrado y algo más pequeño, porque
29187  está diseñado para insertar sólo caracteres de relación.
29188 \begin_inset Formula \begin{eqnarray*}
29189 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29190 AB & AB & AB\\
29191 A & = & A\end{eqnarray*}
29192
29193 \end_inset
29194
29195
29196 \end_layout
29197
29198 \begin_layout Subsection
29199 Entorno gather
29200 \begin_inset Index
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204 Ecuación ! multilínea ! entorno gather
29205 \end_layout
29206
29207 \end_inset
29208
29209
29210 \end_layout
29211
29212 \begin_layout Standard
29213 Este entorno consta de una sola columna centrada.
29214  Se puede numerar cada línea.
29215 \begin_inset Formula \begin{gather}
29216 A=1\\
29217 X=\mbox{-}1\end{gather}
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \begin_layout Subsection
29225 Entorno multilínea
29226 \begin_inset CommandInset label
29227 LatexCommand label
29228 name "sub:Entorno-multilínea"
29229
29230 \end_inset
29231
29232
29233 \begin_inset Index
29234 status collapsed
29235
29236 \begin_layout Plain Layout
29237 Ecuación ! multilínea ! entorno multilínea
29238 \end_layout
29239
29240 \end_inset
29241
29242
29243 \end_layout
29244
29245 \begin_layout Standard
29246 El entorno multilínea, como gather, consta de una sola columna.
29247  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29248  Las demás están centradas.
29249  Por tanto este entorno es apropiado para ecuaciones largas.
29250  Como ejemplo, la ecuación
29251 \begin_inset space ~
29252 \end_inset
29253
29254
29255 \begin_inset CommandInset ref
29256 LatexCommand eqref
29257 reference "eq:lefteqn"
29258
29259 \end_inset
29260
29261  en entorno multilínea:
29262 \begin_inset Formula \begin{multline}
29263 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}\\
29264 -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}\\
29265 =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}
29266
29267 \end_inset
29268
29269 En la salida sólo aparece numerada la última (primera) línea si la numeración
29270  del documento es a la derecha (izquierda).
29271 \begin_inset Foot
29272 status collapsed
29273
29274 \begin_layout Plain Layout
29275 véanse los estilos de numeración en 
29276 \begin_inset CommandInset ref
29277 LatexCommand ref
29278 reference "sec:Estilos-de-ecuación"
29279
29280 \end_inset
29281
29282
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \begin_layout Standard
29291 Con los comandos 
29292 \series bold
29293
29294 \backslash
29295 shoveright
29296 \begin_inset Index
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300 Comandos ! S ! 
29301 \backslash
29302 shoveright
29303 \end_layout
29304
29305 \end_inset
29306
29307
29308 \series default
29309  y 
29310 \series bold
29311
29312 \backslash
29313 shoveleft
29314 \series default
29315
29316 \begin_inset Index
29317 status collapsed
29318
29319 \begin_layout Plain Layout
29320 Comandos ! S ! 
29321 \backslash
29322 shoveleft
29323 \end_layout
29324
29325 \end_inset
29326
29327 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29328 ente.
29329  Los comandos se usan como sigue:
29330 \end_layout
29331
29332 \begin_layout Standard
29333
29334 \series bold
29335
29336 \backslash
29337 shoveright{contenido de la línea}
29338 \series default
29339  y 
29340 \series bold
29341
29342 \backslash
29343 shoveleft{contenido de la línea}
29344 \end_layout
29345
29346 \begin_layout Standard
29347 \begin_inset VSpace medskip
29348 \end_inset
29349
29350
29351 \end_layout
29352
29353 \begin_layout Standard
29354 La longitud 
29355 \series bold
29356
29357 \backslash
29358 multlinegap
29359 \series default
29360
29361 \begin_inset Index
29362 status collapsed
29363
29364 \begin_layout Plain Layout
29365 Comandos ! M ! 
29366 \backslash
29367 multlinegap
29368 \end_layout
29369
29370 \end_inset
29371
29372  especifica la distancia de la primera línea desde el margen izquierdo de
29373  la página.
29374  Esta longitud es 0
29375 \begin_inset space \thinspace{}
29376 \end_inset
29377
29378 pt por omisión.
29379 \end_layout
29380
29381 \begin_layout Standard
29382 Como ejemplo la ecuación anterior con el comando
29383 \end_layout
29384
29385 \begin_layout Standard
29386
29387 \series bold
29388
29389 \backslash
29390 setlength{
29391 \backslash
29392 multlinegap}{2cm}
29393 \end_layout
29394
29395 \begin_layout Standard
29396 insertado previamente en modo TeX:
29397 \begin_inset ERT
29398 status collapsed
29399
29400 \begin_layout Plain Layout
29401
29402
29403 \backslash
29404 setlength{
29405 \backslash
29406 multlinegap}{2cm}
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \begin_inset Formula \begin{multline}
29413 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}\\
29414 \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}}\\
29415 =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}
29416
29417 \end_inset
29418
29419
29420 \begin_inset ERT
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424
29425
29426 \backslash
29427 setlength{
29428 \backslash
29429 multlinegap}{0pt}
29430 \end_layout
29431
29432 \end_inset
29433
29434 La segunda línea se ha alineado a la izquierda con 
29435 \series bold
29436
29437 \backslash
29438 shoveleft
29439 \series default
29440 .
29441 \end_layout
29442
29443 \begin_layout Subsection
29444 Partes de una ecuación multilínea
29445 \begin_inset CommandInset label
29446 LatexCommand label
29447 name "sub:Partes-de-una-multilínea"
29448
29449 \end_inset
29450
29451
29452 \begin_inset Index
29453 status collapsed
29454
29455 \begin_layout Plain Layout
29456 Ecuación ! multilínea ! partes de
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \end_layout
29463
29464 \begin_layout Standard
29465 Para mostrar sólo partes de una ecuación multilínea se
29466 \family roman
29467 \series medium
29468 \shape up
29469 \size normal
29470 \emph off
29471 \bar no
29472 \noun off
29473 \color none
29474
29475 \backslash
29476 left.
29477 \backslash
29478 right
29479 \backslash
29480 }
29481 \family default
29482 \series default
29483 \shape default
29484 \size default
29485 \emph default
29486 \bar default
29487 \noun default
29488 \color inherit
29489  usa uno de los siguientes métodos: 
29490 \series bold
29491 aligned
29492 \series default
29493
29494 \series bold
29495 alignedat
29496 \series default
29497
29498 \series bold
29499 gathered
29500 \series default
29501  o 
29502 \series bold
29503 split
29504 \series default
29505 .
29506  Se pueden elegir en el menú 
29507 \family sans
29508 Insertar\SpecialChar \menuseparator
29509 Ecuación
29510 \family default
29511  o usando los comandos aquí descritos.
29512 \end_layout
29513
29514 \begin_layout Standard
29515 Los tres primeros tienen las mismas propiedades que los correspondientes
29516  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29517  Un ejemplo:
29518 \begin_inset Formula \[
29519 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29520 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29521 \right\} \mbox{Relaciones de incertidumbre}\]
29522
29523 \end_inset
29524
29525 Para componer esta expresión se inserta una ecuación presentada y en ella
29526  se introduce el comando 
29527 \series bold
29528
29529 \backslash
29530 aligned
29531 \series default
29532
29533 \begin_inset Index
29534 status collapsed
29535
29536 \begin_layout Plain Layout
29537 Comandos ! A ! 
29538 \backslash
29539 aligned
29540 \end_layout
29541
29542 \end_inset
29543
29544 .
29545  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29546  añadir filas y columnas.
29547  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29548  como la llave.
29549 \end_layout
29550
29551 \begin_layout Standard
29552 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29553  se alinean horizontalmente.
29554  Usar aligned en una ecuación presentada tiene la ventaja de que el número
29555  de ecuación se centra verticalmente con las líneas.
29556  Como ejemplo, la ecuación 
29557 \begin_inset CommandInset ref
29558 LatexCommand eqref
29559 reference "eq:cortolargo"
29560
29561 \end_inset
29562
29563  en entorno aligned: 
29564 \begin_inset Formula \begin{equation}
29565 \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}|}\\
29566  & -\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}
29567 \end{equation}
29568
29569 \end_inset
29570
29571 Para usar los entornos 
29572 \series bold
29573 alignedat
29574 \series default
29575
29576 \series bold
29577 gathered
29578 \series default
29579 , o 
29580 \series bold
29581 split
29582 \series default
29583 , se insertan respectivamente los comandos
29584 \series bold
29585  
29586 \backslash
29587 alignedat
29588 \series default
29589 ,
29590 \begin_inset Index
29591 status collapsed
29592
29593 \begin_layout Plain Layout
29594 Comandos ! A ! 
29595 \backslash
29596 alignedat
29597 \end_layout
29598
29599 \end_inset
29600
29601  
29602 \series bold
29603
29604 \backslash
29605 gathered
29606 \series default
29607
29608 \begin_inset Index
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612 Comandos ! G ! 
29613 \backslash
29614 gathered
29615 \end_layout
29616
29617 \end_inset
29618
29619 , o 
29620 \series bold
29621
29622 \backslash
29623 split
29624 \series default
29625
29626 \begin_inset Index
29627 status collapsed
29628
29629 \begin_layout Plain Layout
29630 Comandos ! S ! 
29631 \backslash
29632 split
29633 \end_layout
29634
29635 \end_inset
29636
29637 .
29638  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29639  tener dos columnas.
29640 \end_layout
29641
29642 \begin_layout Subsection
29643 Texto en ecuaciones multilínea
29644 \begin_inset CommandInset label
29645 LatexCommand label
29646 name "sub:Texto-en-multilínea"
29647
29648 \end_inset
29649
29650
29651 \begin_inset Index
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655 Texto ! en ecuaciones
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \begin_inset Index
29662 status collapsed
29663
29664 \begin_layout Plain Layout
29665 Ecuación ! multilínea ! texto en
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \end_layout
29672
29673 \begin_layout Standard
29674 En los entornos Align, multilínea y gather, se puede insertar texto que
29675  se mostrará en una línea separada y que no afecta la alineación de columna.
29676  Para esto se usa el comando 
29677 \series bold
29678
29679 \backslash
29680 intertext
29681 \series default
29682
29683 \begin_inset Index
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687 Comandos ! I ! 
29688 \backslash
29689 intertext
29690 \end_layout
29691
29692 \end_inset
29693
29694  con el siguiente esquema:
29695 \end_layout
29696
29697 \begin_layout Standard
29698
29699 \series bold
29700
29701 \backslash
29702 intertext{texto}
29703 \end_layout
29704
29705 \begin_layout Standard
29706 El texto no debería ocupar más de una línea porque no se puede partir con
29707  guión.
29708  Como LyX aún no soporta 
29709 \series bold
29710
29711 \backslash
29712 intertext
29713 \series default
29714  directamente, el texto se escribe como texto matemático.
29715  
29716 \series bold
29717
29718 \backslash
29719 intertext
29720 \series default
29721  debe por tanto estar al comienzo de una línea y en la salida se presenta
29722  sobre esta línea.
29723  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29724 \begin_inset Formula \begin{align}
29725 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29726 \intertext{\text{el integrando es simétrico para $\phi=\pi$, por tanto}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29727
29728 \end_inset
29729
29730
29731 \end_layout
29732
29733 \begin_layout Section
29734 Numeración de ecuaciones
29735 \begin_inset Index
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739 Ecuación ! numeración|see
29740 \begin_inset ERT
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744
29745 {
29746 \end_layout
29747
29748 \end_inset
29749
29750 Numeración de ecuaciones
29751 \begin_inset ERT
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755
29756 }
29757 \end_layout
29758
29759 \end_inset
29760
29761
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \begin_inset Index
29768 status collapsed
29769
29770 \begin_layout Plain Layout
29771 Numeración de ecuaciones
29772 \end_layout
29773
29774 \end_inset
29775
29776
29777 \end_layout
29778
29779 \begin_layout Subsection
29780 General
29781 \end_layout
29782
29783 \begin_layout Standard
29784 Las ecuaciones numeradas se insertan con el menú 
29785 \family sans
29786 Insertar\SpecialChar \menuseparator
29787 Ecuación
29788 \family default
29789  
29790 \family sans
29791 \SpecialChar \menuseparator
29792 Ecuación
29793 \begin_inset space ~
29794 \end_inset
29795
29796 numerada
29797 \family default
29798  (atajo 
29799 \family sans
29800 Ctrl-Alt
29801 \begin_inset space ~
29802 \end_inset
29803
29804 n
29805 \family default
29806 ).
29807  Ecuaciones existentes se pueden numerar con el menú 
29808 \family sans
29809 Editar\SpecialChar \menuseparator
29810 Ecuación\SpecialChar \menuseparator
29811 Conmutar
29812 \begin_inset space ~
29813 \end_inset
29814
29815 numeración
29816 \family default
29817  (atajo
29818 \family sans
29819  Alt-m
29820 \begin_inset space ~
29821 \end_inset
29822
29823 n
29824 \family default
29825 ).
29826  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29827  En la salida se muestra el número real.
29828 \end_layout
29829
29830 \begin_layout Standard
29831 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29832  líneas.
29833  No obstante, la numeración se puede controlar en cada línea con el menú
29834  
29835 \family sans
29836 Editar\SpecialChar \menuseparator
29837 Ecuación\SpecialChar \menuseparator
29838 \SpecialChar \menuseparator
29839 Conmutar
29840 \begin_inset space ~
29841 \end_inset
29842
29843 numeración
29844 \begin_inset space ~
29845 \end_inset
29846
29847 de
29848 \begin_inset space ~
29849 \end_inset
29850
29851 línea
29852 \family default
29853  (atajo
29854 \family sans
29855  Alt-m
29856 \begin_inset space ~
29857 \end_inset
29858
29859 N
29860 \family default
29861 ).
29862 \end_layout
29863
29864 \begin_layout Standard
29865 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29866  distintos, véase 
29867 \begin_inset CommandInset ref
29868 LatexCommand ref
29869 reference "sec:Estilos-de-ecuación"
29870
29871 \end_inset
29872
29873 .
29874 \end_layout
29875
29876 \begin_layout Subsection
29877 Referencias cruzadas
29878 \begin_inset Index
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882 Ecuación ! referencias cruzadas a
29883 \end_layout
29884
29885 \end_inset
29886
29887
29888 \end_layout
29889
29890 \begin_layout Standard
29891 Todas las ecuaciones con etiqueta se pueden referenciar.
29892  La etiqueta se añade con el menú 
29893 \family sans
29894 Insertar\SpecialChar \menuseparator
29895 Etiqueta
29896 \family default
29897  o con el botón 
29898 \begin_inset Graphics
29899         filename ../../images/label-insert.png
29900         scale 85
29901
29902 \end_inset
29903
29904  de la barra de herramientas.
29905  El cursor debe estar dentro de una ecuación en modo presentación.
29906  Surge un diálogo con el prefijo 
29907 \series bold
29908 eq:
29909 \series default
29910 , detrás del cual se escribe el texto de la etiqueta.
29911  El prefijo significa 
29912 \begin_inset Quotes fld
29913 \end_inset
29914
29915 equation
29916 \begin_inset Quotes frd
29917 \end_inset
29918
29919  y hace más fácil encontrar etiquetas en documentos extensos porque así
29920  se distingue p.
29921 \begin_inset space \thinspace{}
29922 \end_inset
29923
29924 e.
29925 \begin_inset space ~
29926 \end_inset
29927
29928 de las etiquetas de sección.
29929  Para cambiar una etiqueta se usa de nuevo el menú 
29930 \family sans
29931 Insertar\SpecialChar \menuseparator
29932 Etiqueta
29933 \family default
29934 .
29935 \end_layout
29936
29937 \begin_layout Standard
29938 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29939  ecuación.
29940  Una ecuación con etiqueta se numera siempre.
29941 \end_layout
29942
29943 \begin_layout Standard
29944 Las referencias cruzadas se insertan mediante el menú 
29945 \family sans
29946 Insertar\SpecialChar \menuseparator
29947 Referencia cruzada
29948 \family default
29949  o con el botón 
29950 \begin_inset Graphics
29951         filename ../../images/dialog-show-new-inset_ref.png
29952         scale 85
29953
29954 \end_inset
29955
29956 .
29957  Una referencia a una ecuación aparece en la salida con su número.
29958  Si en el diálogo de referencia cruzada se elige el formato 
29959 \series bold
29960 (<referencia>)
29961 \series default
29962 , la referencia se muestra en la salida entre paréntesis.
29963  
29964 \begin_inset Newline newline
29965 \end_inset
29966
29967 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29968  a la ecuación de referencia.
29969 \end_layout
29970
29971 \begin_layout Standard
29972 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29973  siguientes:
29974 \begin_inset Note Note
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978 Observa los distintos tipos de referencias cruzadas.
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Standard
29987 Las ecuaciones 
29988 \begin_inset CommandInset ref
29989 LatexCommand eqref
29990 reference "eq:tag"
29991
29992 \end_inset
29993
29994  y 
29995 \begin_inset CommandInset ref
29996 LatexCommand eqref
29997 reference "eq:c"
29998
29999 \end_inset
30000
30001  son equivalentes.
30002  En (
30003 \begin_inset CommandInset ref
30004 LatexCommand ref
30005 reference "eq:Lat"
30006
30007 \end_inset
30008
30009 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30010 \begin_inset CommandInset ref
30011 LatexCommand ref
30012 reference "eq:Rom"
30013
30014 \end_inset
30015
30016 ).
30017 \begin_inset VSpace medskip
30018 \end_inset
30019
30020
30021 \end_layout
30022
30023 \begin_layout Standard
30024 Si el argumento de 
30025 \series bold
30026
30027 \backslash
30028 tag
30029 \begin_inset Foot
30030 status collapsed
30031
30032 \begin_layout Plain Layout
30033
30034 \series bold
30035
30036 \backslash
30037 tag
30038 \series default
30039  se describe en 
30040 \begin_inset CommandInset ref
30041 LatexCommand ref
30042 reference "sub:Numeración-personalizada"
30043
30044 \end_inset
30045
30046
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \series default
30053  contiene un marco, como se describe en la 
30054 \begin_inset CommandInset ref
30055 LatexCommand ref
30056 reference "sub:Cuadros-de-párrafo"
30057
30058 \end_inset
30059
30060 , no se puede referenciar la ecuación.
30061 \end_layout
30062
30063 \begin_layout Subsection
30064 Subnumeración
30065 \begin_inset Index
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069 Numeración de ecuaciones ! subnumeración
30070 \end_layout
30071
30072 \end_inset
30073
30074
30075 \end_layout
30076
30077 \begin_layout Standard
30078 Con ayuda de los comandos 
30079 \series bold
30080
30081 \backslash
30082 begin{subequations}
30083 \series default
30084  y 
30085 \series bold
30086
30087 \backslash
30088 end{subequations}
30089 \series default
30090  en modo TeX se pueden subnumerar ecuaciones.
30091 \end_layout
30092
30093 \begin_layout Standard
30094 Ejemplo:
30095 \begin_inset Formula \begin{equation}
30096 A=C-B\label{eq:a}\end{equation}
30097
30098 \end_inset
30099
30100
30101 \begin_inset ERT
30102 status collapsed
30103
30104 \begin_layout Plain Layout
30105
30106
30107 \backslash
30108 addtocounter{equation}{-1}
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \begin_inset ERT
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118
30119
30120 \backslash
30121 begin{subequations}
30122 \end_layout
30123
30124 \end_inset
30125
30126
30127 \begin_inset VSpace -5mm
30128 \end_inset
30129
30130
30131 \begin_inset Formula \begin{equation}
30132 B=C-A\label{eq:b}\end{equation}
30133
30134 \end_inset
30135
30136
30137 \begin_inset Formula \begin{equation}
30138 C=A+B\label{eq:c}\end{equation}
30139
30140 \end_inset
30141
30142
30143 \end_layout
30144
30145 \begin_layout Standard
30146 \begin_inset ERT
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150
30151
30152 \backslash
30153 end{subequations}
30154 \end_layout
30155
30156 \end_inset
30157
30158
30159 \end_layout
30160
30161 \begin_layout Standard
30162 Para este ejemplo se ha hecho lo siguiente:
30163 \end_layout
30164
30165 \begin_layout Enumerate
30166 se inserta la primera ecuación
30167 \end_layout
30168
30169 \begin_layout Enumerate
30170 después de ella se inserta
30171 \series bold
30172
30173 \begin_inset Newline newline
30174 \end_inset
30175
30176
30177 \backslash
30178 addtocounter{equation}{-1} 
30179 \backslash
30180 begin{subequations}
30181 \begin_inset Index
30182 status collapsed
30183
30184 \begin_layout Plain Layout
30185 Comandos ! A ! 
30186 \backslash
30187 addtocounter
30188 \end_layout
30189
30190 \end_inset
30191
30192
30193 \end_layout
30194
30195 \begin_layout Enumerate
30196 se inserta la segunda ecuación
30197 \end_layout
30198
30199 \begin_layout Enumerate
30200 se inserta la tercera ecuación
30201 \end_layout
30202
30203 \begin_layout Enumerate
30204 se inserta 
30205 \series bold
30206
30207 \backslash
30208 end{subequations}
30209 \series default
30210  tras la tercera ecuación
30211 \end_layout
30212
30213 \begin_layout Standard
30214 Toda ecuación entre los comandos 
30215 \series bold
30216
30217 \backslash
30218 begin
30219 \series default
30220  y 
30221 \series bold
30222
30223 \backslash
30224 end
30225 \series default
30226  se subnumera con a, b, c\SpecialChar \ldots{}
30227  En ecuaciones multilínea se subnumerará cada línea.
30228  Todas las ecuaciones subnumeradas son tratadas como 
30229 \emph on
30230 una
30231 \emph default
30232  ecuación numerada.
30233  Pero como cada ecuación numerada aumenta el contador 
30234 \series bold
30235 equation
30236 \series default
30237  en uno, hay que disminuir el comando 
30238 \series bold
30239
30240 \backslash
30241 addtocounter
30242 \series default
30243 .
30244  De lo contrario, las ecuaciones 
30245 \begin_inset CommandInset ref
30246 LatexCommand eqref
30247 reference "eq:a"
30248
30249 \end_inset
30250
30251
30252 \begin_inset CommandInset ref
30253 LatexCommand eqref
30254 reference "eq:b"
30255
30256 \end_inset
30257
30258
30259 \begin_inset CommandInset ref
30260 LatexCommand eqref
30261 reference "eq:c"
30262
30263 \end_inset
30264
30265  se numerarían 
30266 \begin_inset CommandInset ref
30267 LatexCommand eqref
30268 reference "eq:a"
30269
30270 \end_inset
30271
30272
30273 \begin_inset CommandInset ref
30274 LatexCommand eqref
30275 reference "eq:d"
30276
30277 \end_inset
30278
30279
30280 \begin_inset CommandInset ref
30281 LatexCommand eqref
30282 reference "eq:f"
30283
30284 \end_inset
30285
30286 .
30287 \end_layout
30288
30289 \begin_layout Standard
30290 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30291  ecuaciones.
30292  Para evitarlo se inserta ese espacio vertical de -5
30293 \begin_inset space \thinspace{}
30294 \end_inset
30295
30296 mm detrás del comando 
30297 \series bold
30298
30299 \backslash
30300 begin{subequations}
30301 \series default
30302 .
30303
30304 \series bold
30305  
30306 \series default
30307 Si se usa el estilo 
30308 \series bold
30309 Sangrado
30310 \series default
30311
30312 \begin_inset Foot
30313 status open
30314
30315 \begin_layout Plain Layout
30316 véase estilos de ecuación en 
30317 \begin_inset CommandInset ref
30318 LatexCommand ref
30319 reference "sec:Estilos-de-ecuación"
30320
30321 \end_inset
30322
30323
30324 \end_layout
30325
30326 \end_inset
30327
30328 , entonces se inserta -7
30329 \begin_inset space \thinspace{}
30330 \end_inset
30331
30332 mm.
30333 \end_layout
30334
30335 \begin_layout Standard
30336 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30337  de la segunda línea:
30338 \begin_inset ERT
30339 status collapsed
30340
30341 \begin_layout Plain Layout
30342
30343
30344 \backslash
30345 begin{subequations}
30346 \end_layout
30347
30348 \end_inset
30349
30350
30351 \begin_inset Formula \begin{eqnarray}
30352 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30353  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30354  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30355
30356 \end_inset
30357
30358
30359 \begin_inset ERT
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363
30364
30365 \backslash
30366 end{subequations}
30367 \end_layout
30368
30369 \end_inset
30370
30371
30372 \end_layout
30373
30374 \begin_layout Subsection
30375 Numeración definida por el usuario
30376 \begin_inset CommandInset label
30377 LatexCommand label
30378 name "sub:Numeración-personalizada"
30379
30380 \end_inset
30381
30382
30383 \begin_inset Index
30384 status collapsed
30385
30386 \begin_layout Plain Layout
30387 Numeración de ecuaciones ! personalizada
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396 Con la numeración estándar el número se coloca entre paréntesis.
30397  Para reemplazar los paréntesis con barras verticales, p.
30398 \begin_inset space \thinspace{}
30399 \end_inset
30400
30401 e., se añade al preámbulo LaTeX la línea: 
30402 \end_layout
30403
30404 \begin_layout Standard
30405
30406 \series bold
30407
30408 \backslash
30409 def
30410 \backslash
30411 tagform@#1{
30412 \backslash
30413 maketag@@@{|#1|}}
30414 \series default
30415
30416 \begin_inset Note Note
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30421  Para activarlo, quita el % del principio.
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \end_layout
30428
30429 \begin_layout Standard
30430 Para usar otros caracteres, se reemplazan las barras al lado de 
30431 \series bold
30432 #1
30433 \series default
30434  por ellos.
30435  Para obtener sólo el número de ecuación se omiten las barras verticales.
30436 \begin_inset VSpace bigskip
30437 \end_inset
30438
30439
30440 \end_layout
30441
30442 \begin_layout Standard
30443 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30444  consecutivo, se usa el comando 
30445 \series bold
30446
30447 \backslash
30448 tag
30449 \begin_inset Index
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453 Comandos ! T ! 
30454 \backslash
30455 tag
30456 \end_layout
30457
30458 \end_inset
30459
30460
30461 \series default
30462 :
30463 \begin_inset Formula \begin{equation}
30464 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30465
30466 \end_inset
30467
30468 En este ejemplo se ha insertado el comando
30469 \series bold
30470  
30471 \backslash
30472 tag
30473 \begin_inset ERT
30474 status collapsed
30475
30476 \begin_layout Plain Layout
30477
30478
30479 \backslash
30480 spce 
30481 \end_layout
30482
30483 \end_inset
30484
30485 algo
30486 \series default
30487  en la ecuación.
30488 \end_layout
30489
30490 \begin_layout Standard
30491 Si se usa en su lugar el comando con asterisco 
30492 \series bold
30493
30494 \backslash
30495 tag*
30496 \begin_inset ERT
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500
30501
30502 \backslash
30503 spce 
30504 \end_layout
30505
30506 \end_inset
30507
30508 algo
30509 \series default
30510  no se imprimen los paréntesis:
30511 \begin_inset Formula \[
30512 A+B=C\tag*{algo}\]
30513
30514 \end_inset
30515
30516
30517 \end_layout
30518
30519 \begin_layout Standard
30520 \begin_inset VSpace bigskip
30521 \end_inset
30522
30523
30524 \end_layout
30525
30526 \begin_layout Standard
30527 Para reiniciar la numeración en nuevas partes o secciones del documento
30528  se usan los siguientes comandos:
30529 \end_layout
30530
30531 \begin_layout Standard
30532
30533 \series bold
30534
30535 \backslash
30536 @addtoreset{equation}{part}
30537 \series default
30538
30539 \begin_inset Index
30540 status collapsed
30541
30542 \begin_layout Plain Layout
30543 Comandos ! 
30544 \begin_inset ERT
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548
30549 "
30550 \end_layout
30551
30552 \end_inset
30553
30554 @
30555 \begin_inset ERT
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559
30560 "
30561 \end_layout
30562
30563 \end_inset
30564
30565  ! 
30566 \backslash
30567
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 addtoreset
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \begin_inset Newline newline
30596 \end_inset
30597
30598
30599 \series bold
30600
30601 \backslash
30602 @addtoreset{equation}{section}
30603 \end_layout
30604
30605 \begin_layout Standard
30606 Pata poder usar estos comandos en modo TeX, el carácter 
30607 \begin_inset Quotes fld
30608 \end_inset
30609
30610 @
30611 \begin_inset Quotes frd
30612 \end_inset
30613
30614  debe 
30615 \begin_inset Quotes fld
30616 \end_inset
30617
30618 activarse
30619 \begin_inset Quotes frd
30620 \end_inset
30621
30622  para LaTeX con el comando 
30623 \series bold
30624
30625 \backslash
30626 makeatletter
30627 \series default
30628 .
30629  El comando 
30630 \series bold
30631
30632 \backslash
30633 makeatother
30634 \series default
30635  deshace esto.
30636  Así pues, la secuencia de comandos en modo TeX es:
30637 \end_layout
30638
30639 \begin_layout Standard
30640
30641 \series bold
30642
30643 \backslash
30644 makeatletter
30645 \begin_inset Newline newline
30646 \end_inset
30647
30648
30649 \backslash
30650 @addtoreset{equation}{section}
30651 \begin_inset Newline newline
30652 \end_inset
30653
30654
30655 \backslash
30656 makeatother
30657 \end_layout
30658
30659 \begin_layout Standard
30660 En el preámbulo LaTeX se pueden omitir 
30661 \series bold
30662
30663 \backslash
30664 makeatletter
30665 \series default
30666  y 
30667 \series bold
30668
30669 \backslash
30670 makeatother
30671 \series default
30672  pues son automáticamente insertados por LyX.
30673 \end_layout
30674
30675 \begin_layout Standard
30676 Para el comando 
30677 \series bold
30678
30679 \backslash
30680 @addtoreset
30681 \series default
30682 ,
30683 \series bold
30684  
30685 \series default
30686 hay que cargar en el preámbulo LaTeX el archivo 
30687 \series bold
30688 remreset.sty
30689 \series default
30690
30691 \begin_inset Foot
30692 status open
30693
30694 \begin_layout Plain Layout
30695
30696 \series bold
30697 remreset
30698 \series default
30699  es parte del paquete LaTeX 
30700 \series bold
30701 carlisle
30702 \series default
30703
30704 \begin_inset Index
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708 Paquetes ! carlisle
30709 \end_layout
30710
30711 \end_inset
30712
30713 , incluido en las instalaciones estándar de LaTeX.
30714 \end_layout
30715
30716 \end_inset
30717
30718
30719 \begin_inset Index
30720 status collapsed
30721
30722 \begin_layout Plain Layout
30723 Paquetes ! remreset
30724 \end_layout
30725
30726 \end_inset
30727
30728  con la línea
30729 \end_layout
30730
30731 \begin_layout Standard
30732
30733 \series bold
30734
30735 \backslash
30736 usepackage{remreset}
30737 \end_layout
30738
30739 \begin_layout Standard
30740 Entonces se puede usar el comando 
30741 \series bold
30742
30743 \backslash
30744 @removefromreset
30745 \series default
30746
30747 \begin_inset Index
30748 status collapsed
30749
30750 \begin_layout Plain Layout
30751 Comandos ! 
30752 \begin_inset ERT
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756
30757 "
30758 \end_layout
30759
30760 \end_inset
30761
30762 @
30763 \begin_inset ERT
30764 status collapsed
30765
30766 \begin_layout Plain Layout
30767
30768 "
30769 \end_layout
30770
30771 \end_inset
30772
30773  ! 
30774 \backslash
30775
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 removefromreset
30798 \end_layout
30799
30800 \end_inset
30801
30802  con el mismo esquema que 
30803 \series bold
30804
30805 \backslash
30806 @addtoreset
30807 \series default
30808 .
30809 \begin_inset VSpace bigskip
30810 \end_inset
30811
30812
30813 \end_layout
30814
30815 \begin_layout Standard
30816 A veces las ecuaciones deberían numerarse de la siguiente manera:
30817 \end_layout
30818
30819 \begin_layout Standard
30820
30821 \family typewriter
30822 (número de sección.número de ecuación)
30823 \end_layout
30824
30825 \begin_layout Standard
30826 El número de ecuación empezaría con 
30827 \begin_inset Quotes fld
30828 \end_inset
30829
30830 1
30831 \begin_inset Quotes frd
30832 \end_inset
30833
30834  en cada sección.
30835 \end_layout
30836
30837 \begin_layout Standard
30838 Para este caso hay el comando 
30839 \series bold
30840
30841 \backslash
30842 numberwithin
30843 \series default
30844
30845 \begin_inset Index
30846 status collapsed
30847
30848 \begin_layout Plain Layout
30849 Comandos ! N ! 
30850 \backslash
30851 numberwithin
30852 \end_layout
30853
30854 \end_inset
30855
30856 , que se usa con el esquema:
30857 \end_layout
30858
30859 \begin_layout Standard
30860
30861 \series bold
30862
30863 \backslash
30864 numberwithin{counter}{sectioning}
30865 \end_layout
30866
30867 \begin_layout Standard
30868 \begin_inset Quotes fld
30869 \end_inset
30870
30871 counter
30872 \begin_inset Quotes frd
30873 \end_inset
30874
30875  indica qué clase de numeración es afectada, 
30876 \begin_inset Quotes fld
30877 \end_inset
30878
30879 sectioning
30880 \begin_inset Quotes frd
30881 \end_inset
30882
30883  indica qué número va delante del punto.
30884  
30885 \end_layout
30886
30887 \begin_layout Standard
30888 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30889  en el preámbulo LaTeX:
30890 \end_layout
30891
30892 \begin_layout Standard
30893
30894 \series bold
30895
30896 \backslash
30897 numberwithin{equation}{section}
30898 \end_layout
30899
30900 \begin_layout Standard
30901 Este es el resultado::
30902 \begin_inset ERT
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906
30907
30908 \backslash
30909 numberwithin{equation}{section}
30910 \end_layout
30911
30912 \end_inset
30913
30914
30915 \begin_inset Formula \begin{equation}
30916 A+B=C\end{equation}
30917
30918 \end_inset
30919
30920
30921 \end_layout
30922
30923 \begin_layout Standard
30924 Para numerar p.
30925 \begin_inset space \thinspace{}
30926 \end_inset
30927
30928 e.
30929 \begin_inset space ~
30930 \end_inset
30931
30932 tablas de modo que 
30933 \begin_inset Quotes fld
30934 \end_inset
30935
30936 sectioning
30937 \begin_inset Quotes frd
30938 \end_inset
30939
30940  es el número de la parte se usa
30941 \begin_inset Newline newline
30942 \end_inset
30943
30944
30945 \series bold
30946
30947 \backslash
30948 numberwithin{table}{part}
30949 \end_layout
30950
30951 \begin_layout Standard
30952 Para volver a la numeración estándar o evitar esta clase numeración cuando
30953  es definida por la clase de documento, se inserta el siguiente comando
30954  en código TeX o en el preámbulo LaTeX:
30955 \end_layout
30956
30957 \begin_layout Standard
30958
30959 \series bold
30960
30961 \backslash
30962 renewcommand{
30963 \backslash
30964 theequation}{
30965 \backslash
30966 arabic{equation}}
30967 \begin_inset Index
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971 Comandos ! A ! 
30972 \backslash
30973 arabic
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \series default
30980
30981 \begin_inset ERT
30982 status collapsed
30983
30984 \begin_layout Plain Layout
30985
30986
30987 \backslash
30988 renewcommand{
30989 \backslash
30990 theequation}{
30991 \backslash
30992 arabic{equation}}
30993 \end_layout
30994
30995 \end_inset
30996
30997
30998 \series bold
30999
31000 \begin_inset Newline newline
31001 \end_inset
31002
31003
31004 \series default
31005 o
31006 \series bold
31007
31008 \begin_inset Newline newline
31009 \end_inset
31010
31011
31012 \backslash
31013 renewcommand{
31014 \backslash
31015 thetable}{
31016 \backslash
31017 arabic{table}}
31018 \end_layout
31019
31020 \begin_layout Standard
31021
31022 \series bold
31023
31024 \backslash
31025 numberwithin
31026 \series default
31027  usa internamente el comando 
31028 \series bold
31029
31030 \backslash
31031 @addtoreset
31032 \series default
31033 , descrito arriba, que también necesita ser restaurado.
31034 \begin_inset ERT
31035 status collapsed
31036
31037 \begin_layout Plain Layout
31038
31039
31040 \backslash
31041 makeatletter
31042 \end_layout
31043
31044 \begin_layout Plain Layout
31045
31046
31047 \backslash
31048 @removefromreset{equation}{section}
31049 \end_layout
31050
31051 \begin_layout Plain Layout
31052
31053
31054 \backslash
31055 makeatother
31056 \end_layout
31057
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \begin_layout Subsection
31064 Numeración con números romanos y letras
31065 \begin_inset Index
31066 status collapsed
31067
31068 \begin_layout Plain Layout
31069 Numeración de ecuaciones ! con números romanos
31070 \end_layout
31071
31072 \end_inset
31073
31074
31075 \begin_inset Index
31076 status collapsed
31077
31078 \begin_layout Plain Layout
31079 Numeración de ecuaciones ! con letras
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \end_layout
31086
31087 \begin_layout Standard
31088 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31089  Por ejemplo, para numerar con romanos en minúscula,
31090 \begin_inset Foot
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094 Como en español no se usan romanos en minúscula, el estilo 
31095 \series bold
31096 spanish
31097 \series default
31098  del sistema 
31099 \series bold
31100 babel
31101 \series default
31102  redefine 
31103 \series bold
31104
31105 \backslash
31106 roman
31107 \series default
31108  para que los dé en versalitas.
31109  Véase 
31110 \begin_inset CommandInset citation
31111 LatexCommand cite
31112 key "spanish"
31113
31114 \end_inset
31115
31116  (
31117 \emph on
31118 N.
31119 \begin_inset space \thinspace{}
31120 \end_inset
31121
31122 del t
31123 \emph default
31124 ).
31125 \end_layout
31126
31127 \end_inset
31128
31129  se inserta el comando
31130 \end_layout
31131
31132 \begin_layout Standard
31133
31134 \series bold
31135
31136 \backslash
31137 renewcommand{
31138 \backslash
31139 theequation}{
31140 \backslash
31141 roman{equation}}
31142 \end_layout
31143
31144 \begin_layout Standard
31145 antes de la ecuación en modo TeX.
31146  
31147 \series bold
31148
31149 \backslash
31150 renewcommand
31151 \series default
31152
31153 \begin_inset Index
31154 status collapsed
31155
31156 \begin_layout Plain Layout
31157 Comandos ! R ! 
31158 \backslash
31159 renewcommand
31160 \end_layout
31161
31162 \end_inset
31163
31164  redefine el comando predefinido 
31165 \series bold
31166
31167 \backslash
31168 theequation
31169 \series default
31170  como 
31171 \series bold
31172
31173 \backslash
31174 roman{equation}
31175 \series default
31176 .
31177 \begin_inset Foot
31178 status collapsed
31179
31180 \begin_layout Plain Layout
31181 El comando 
31182 \series bold
31183
31184 \backslash
31185 renewcommand
31186 \series default
31187  tiene el mismo esquema que el comando 
31188 \series bold
31189
31190 \backslash
31191 newcommand
31192 \series default
31193 , descrito en 
31194 \begin_inset CommandInset ref
31195 LatexCommand ref
31196 reference "sub:El-comando-newcommand"
31197
31198 \end_inset
31199
31200 .
31201 \end_layout
31202
31203 \end_inset
31204
31205  
31206 \series bold
31207 equation
31208 \series default
31209  es el contador de ecuaciones.
31210  Si se usa el comando 
31211 \series bold
31212
31213 \backslash
31214 the
31215 \series default
31216  como prefijo de un contador, el valor del contador sale en números arábigos.
31217  Si una ecuación es numerada, LaTeX pone internamente el comando 
31218 \series bold
31219
31220 \backslash
31221 theequation
31222 \series default
31223  detrás de la ecuación.
31224  
31225 \series bold
31226
31227 \backslash
31228 roman{equation}
31229 \series default
31230
31231 \begin_inset Index
31232 status collapsed
31233
31234 \begin_layout Plain Layout
31235 Comandos ! R ! 
31236 \backslash
31237 roman
31238 \end_layout
31239
31240 \end_inset
31241
31242  pone el contador en romanos en minúscula.
31243 \end_layout
31244
31245 \begin_layout Standard
31246 Todas las ecuaciones siguientes a 
31247 \series bold
31248
31249 \backslash
31250 renew
31251 \series default
31252 c
31253 \series bold
31254 ommand
31255 \series default
31256  se numerarán en romanos.
31257  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31258  cambiando 
31259 \series bold
31260
31261 \backslash
31262 roman
31263 \series default
31264  por 
31265 \series bold
31266
31267 \backslash
31268 Roman
31269 \series default
31270  
31271 \begin_inset Index
31272 status collapsed
31273
31274 \begin_layout Plain Layout
31275 Comandos ! R ! 
31276 \backslash
31277 roman@
31278 \backslash
31279 Roman
31280 \end_layout
31281
31282 \end_inset
31283
31284 .
31285  Para 
31286 \begin_inset Quotes fld
31287 \end_inset
31288
31289 numerar
31290 \begin_inset Quotes frd
31291 \end_inset
31292
31293  con minúsculas latinas hay el comando 
31294 \series bold
31295
31296 \backslash
31297 alph
31298 \series default
31299
31300 \begin_inset Index
31301 status collapsed
31302
31303 \begin_layout Plain Layout
31304 Comandos ! A ! 
31305 \backslash
31306 alph
31307 \end_layout
31308
31309 \end_inset
31310
31311 , y para mayúsculas el comando 
31312 \series bold
31313
31314 \backslash
31315 Alph
31316 \series default
31317
31318 \begin_inset Index
31319 status collapsed
31320
31321 \begin_layout Plain Layout
31322 Comandos ! A ! 
31323 \backslash
31324 alph@
31325 \backslash
31326 Alph
31327 \end_layout
31328
31329 \end_inset
31330
31331 .
31332 \end_layout
31333
31334 \begin_layout Standard
31335 \begin_inset Note Greyedout
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339
31340 \series bold
31341 Nota:
31342 \series default
31343  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31344 \end_layout
31345
31346 \end_inset
31347
31348
31349 \begin_inset ERT
31350 status collapsed
31351
31352 \begin_layout Plain Layout
31353
31354
31355 \backslash
31356 renewcommand{
31357 \backslash
31358 theequation}{
31359 \backslash
31360 roman{equation}}
31361 \end_layout
31362
31363 \end_inset
31364
31365
31366 \begin_inset Formula \begin{equation}
31367 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31368
31369 \end_inset
31370
31371
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 B=\textrm{romanos en mayúscula}\label{eq:Rom}\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 alph{equation}}
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \begin_inset Formula \begin{equation}
31413 C=\textrm{latinas en minúscula}\label{eq:lat}\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 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31437
31438 \end_inset
31439
31440
31441 \end_layout
31442
31443 \begin_layout Standard
31444 Para volver a la numeración por omisión se inserta el comando:
31445 \end_layout
31446
31447 \begin_layout Standard
31448
31449 \series bold
31450
31451 \backslash
31452 renewcommand{
31453 \backslash
31454 theequation}{
31455 \backslash
31456 arabic{equation}}
31457 \begin_inset Index
31458 status collapsed
31459
31460 \begin_layout Plain Layout
31461 Comandos ! A ! 
31462 \backslash
31463 arabic
31464 \end_layout
31465
31466 \end_inset
31467
31468
31469 \end_layout
31470
31471 \begin_layout Standard
31472 \begin_inset ERT
31473 status collapsed
31474
31475 \begin_layout Plain Layout
31476
31477
31478 \backslash
31479 renewcommand{
31480 \backslash
31481 theequation}{
31482 \backslash
31483 arabic{equation}}
31484 \end_layout
31485
31486 \end_inset
31487
31488
31489 \begin_inset Formula \begin{equation}
31490 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31491
31492 \end_inset
31493
31494
31495 \end_layout
31496
31497 \begin_layout Standard
31498 \begin_inset VSpace medskip
31499 \end_inset
31500
31501
31502 \end_layout
31503
31504 \begin_layout Standard
31505 Como ves, las ecuaciones se numeran consecutivamente independientemente
31506  del estilo de numeración.
31507  Cuando la numeración haya de empezar con 
31508 \begin_inset Quotes fld
31509 \end_inset
31510
31511 1
31512 \begin_inset Quotes frd
31513 \end_inset
31514
31515  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31516  Una descripción sobre esto se encuentra en el archivo 
31517 \begin_inset CommandInset href
31518 LatexCommand href
31519 target "Formula-numbering.lyx"
31520
31521 \end_inset
31522
31523 .
31524 \end_layout
31525
31526 \begin_layout Section
31527 Comandos definidos por el usuario
31528 \begin_inset Index
31529 status collapsed
31530
31531 \begin_layout Plain Layout
31532 Comandos personalizados
31533 \end_layout
31534
31535 \end_inset
31536
31537
31538 \end_layout
31539
31540 \begin_layout Standard
31541 \begin_inset Note Greyedout
31542 status open
31543
31544 \begin_layout Plain Layout
31545
31546 \series bold
31547 Nota:
31548 \series default
31549  Los nombres de los comandos definidos por el usuario y macros solo pueden
31550  contener letras latinas.
31551 \end_layout
31552
31553 \end_inset
31554
31555
31556 \end_layout
31557
31558 \begin_layout Subsection
31559 El comando 
31560 \backslash
31561 newcommand
31562 \begin_inset CommandInset label
31563 LatexCommand label
31564 name "sub:El-comando-newcommand"
31565
31566 \end_inset
31567
31568
31569 \begin_inset Index
31570 status collapsed
31571
31572 \begin_layout Plain Layout
31573 Comandos de usuario ! 
31574 \backslash
31575 newcommand
31576 \end_layout
31577
31578 \end_inset
31579
31580
31581 \begin_inset Index
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585 Comandos ! N ! 
31586 \backslash
31587 newcommand
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \begin_layout Standard
31596 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31597  Pero es posible definir nuevos comandos más cortos con el comando 
31598 \series bold
31599
31600 \backslash
31601 newcommand
31602 \series default
31603 .
31604  
31605 \end_layout
31606
31607 \begin_layout Standard
31608 El esquema del comando 
31609 \series bold
31610
31611 \backslash
31612 newcommand
31613 \series default
31614  es:
31615 \end_layout
31616
31617 \begin_layout Standard
31618
31619 \series bold
31620
31621 \backslash
31622 newcommand{nombre nuevo de comando}[número de argumentos]
31623 \begin_inset Newline newline
31624 \end_inset
31625
31626
31627 \begin_inset ERT
31628 status collapsed
31629
31630 \begin_layout Plain Layout
31631
31632
31633 \backslash
31634 phantom{
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \backslash
31641 newcommand
31642 \begin_inset ERT
31643 status collapsed
31644
31645 \begin_layout Plain Layout
31646
31647 }
31648 \end_layout
31649
31650 \end_inset
31651
31652 [valor opcional]{definición de comando}
31653 \end_layout
31654
31655 \begin_layout Standard
31656 \begin_inset Note Greyedout
31657 status open
31658
31659 \begin_layout Plain Layout
31660
31661 \series bold
31662 Nota:
31663 \series default
31664  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31665  documento o en paquetes LaTeX que uses.
31666  Si p.
31667 \begin_inset space \thinspace{}
31668 \end_inset
31669
31670 e.
31671  defines el comando 
31672 \series bold
31673
31674 \backslash
31675 le
31676 \series default
31677  para 
31678 \series bold
31679
31680 \backslash
31681 Leftarrow,
31682 \series default
31683  se producirán errores porque 
31684 \series bold
31685
31686 \backslash
31687 le
31688 \series default
31689  ya existe como comando para 
31690 \begin_inset Quotes fld
31691 \end_inset
31692
31693
31694 \begin_inset Formula $\le$
31695 \end_inset
31696
31697
31698 \begin_inset Quotes frd
31699 \end_inset
31700
31701 .
31702
31703 \series bold
31704  
31705 \end_layout
31706
31707 \end_inset
31708
31709
31710 \end_layout
31711
31712 \begin_layout Standard
31713 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
31714  argumentos debería tener el nuevo comando.
31715  Con el valor opcional se puede predefinir un valor para un argumento opcional.
31716  Cuando se hace esto, el 
31717 \emph on
31718 primer
31719 \emph default
31720  argumento del nuevo comando es automáticamente opcional.
31721 \end_layout
31722
31723 \begin_layout Standard
31724 Veamos unos ejemplos:
31725 \end_layout
31726
31727 \begin_layout Itemize
31728 Para definir el comando 
31729 \series bold
31730
31731 \backslash
31732 gr
31733 \series default
31734  para 
31735 \series bold
31736
31737 \backslash
31738 Longrightarrow
31739 \series default
31740 , la línea de preámbulo LaTeX es:
31741 \begin_inset ERT
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745
31746
31747 \backslash
31748 medskip
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \series bold
31755
31756 \begin_inset Newline newline
31757 \end_inset
31758
31759
31760 \backslash
31761 newcommand{
31762 \backslash
31763 gr}{
31764 \backslash
31765 Longrightarrow}
31766 \end_layout
31767
31768 \begin_layout Itemize
31769 Para definir el comando 
31770 \series bold
31771
31772 \backslash
31773 us
31774 \series default
31775  para 
31776 \series bold
31777
31778 \backslash
31779 underline
31780 \series default
31781 , el argumento (que sería subrayado) debe tenerse en cuenta.
31782  Para esto la línea de preámbulo es: :
31783 \begin_inset ERT
31784 status collapsed
31785
31786 \begin_layout Plain Layout
31787
31788
31789 \backslash
31790 medskip
31791 \end_layout
31792
31793 \end_inset
31794
31795
31796 \series bold
31797
31798 \begin_inset Newline newline
31799 \end_inset
31800
31801
31802 \backslash
31803 newcommand{
31804 \backslash
31805 us}[1]{
31806 \backslash
31807 underline{#1}}
31808 \series default
31809
31810 \begin_inset ERT
31811 status collapsed
31812
31813 \begin_layout Plain Layout
31814
31815
31816 \backslash
31817 medskip
31818 \end_layout
31819
31820 \end_inset
31821
31822
31823 \begin_inset Newline newline
31824 \end_inset
31825
31826 El carácter 
31827 \series bold
31828 #
31829 \series default
31830  actúa como colocador del argumento, el 
31831 \series bold
31832 1
31833 \series default
31834  indica que es el colocador para el primer argumento.
31835 \end_layout
31836
31837 \begin_layout Itemize
31838 Para 
31839 \series bold
31840
31841 \backslash
31842 framebox
31843 \series default
31844  se puede p.
31845 \begin_inset space \thinspace{}
31846 \end_inset
31847
31848 e.
31849  definir el comando 
31850 \series bold
31851
31852 \backslash
31853 fb
31854 \series default
31855 :
31856 \begin_inset ERT
31857 status collapsed
31858
31859 \begin_layout Plain Layout
31860
31861
31862 \backslash
31863 medskip
31864 \end_layout
31865
31866 \end_inset
31867
31868
31869 \series bold
31870
31871 \begin_inset Newline newline
31872 \end_inset
31873
31874
31875 \backslash
31876 newcommand{
31877 \backslash
31878 fb}[3]{
31879 \backslash
31880 framebox#1#2{$#3$}}
31881 \series default
31882
31883 \begin_inset ERT
31884 status collapsed
31885
31886 \begin_layout Plain Layout
31887
31888
31889 \backslash
31890 medskip
31891 \end_layout
31892
31893 \end_inset
31894
31895
31896 \begin_inset Newline newline
31897 \end_inset
31898
31899 Los dos signos dólar generan la ecuación extra necesaria para 
31900 \series bold
31901
31902 \backslash
31903 framebox
31904 \series default
31905 , véase 
31906 \begin_inset CommandInset ref
31907 LatexCommand ref
31908 reference "sub:Cuadros-con-marco"
31909
31910 \end_inset
31911
31912 .
31913 \end_layout
31914
31915 \begin_layout Itemize
31916 Para crear un nuevo comando para 
31917 \series bold
31918
31919 \backslash
31920 fcolorbox
31921 \series default
31922  donde no es necesario especificar el color para el cuadro, el argumento
31923  para el color se define opcional:
31924 \begin_inset ERT
31925 status collapsed
31926
31927 \begin_layout Plain Layout
31928
31929
31930 \backslash
31931 medskip
31932 \end_layout
31933
31934 \end_inset
31935
31936
31937 \series bold
31938
31939 \begin_inset Newline newline
31940 \end_inset
31941
31942
31943 \backslash
31944 newcommand{
31945 \backslash
31946 cb}[3][white]{
31947 \backslash
31948 fcolorbox{#2}{#1}{$#3$}}
31949 \series default
31950
31951 \begin_inset ERT
31952 status collapsed
31953
31954 \begin_layout Plain Layout
31955
31956
31957 \backslash
31958 medskip
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \begin_inset Newline newline
31965 \end_inset
31966
31967 Si el color no es especificado al usar 
31968 \series bold
31969
31970 \backslash
31971 cb
31972 \series default
31973 , se elige el color 
31974 \series bold
31975 white
31976 \series default
31977  predefinido.
31978 \end_layout
31979
31980 \begin_layout Standard
31981 Un ensayo con los nuevos comandos definidos:
31982 \end_layout
31983
31984 \begin_layout Standard
31985 \noindent
31986 \align center
31987 \begin_inset Tabular
31988 <lyxtabular version="3" rows="6" columns="2">
31989 <features>
31990 <column alignment="center" valignment="top" width="0">
31991 <column alignment="center" valignment="top" width="0">
31992 <row>
31993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31994 \begin_inset Text
31995
31996 \begin_layout Plain Layout
31997 Comando
31998 \end_layout
31999
32000 \end_inset
32001 </cell>
32002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32003 \begin_inset Text
32004
32005 \begin_layout Plain Layout
32006 Resultado
32007 \begin_inset Note Note
32008 status collapsed
32009
32010 \begin_layout Plain Layout
32011
32012 \series bold
32013
32014 \backslash
32015 raisebox
32016 \series default
32017  se usa sólo como espaciador
32018 \end_layout
32019
32020 \end_inset
32021
32022
32023 \end_layout
32024
32025 \end_inset
32026 </cell>
32027 </row>
32028 <row>
32029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32030 \begin_inset Text
32031
32032 \begin_layout Plain Layout
32033 A
32034 \backslash
32035 gr
32036 \begin_inset ERT
32037 status collapsed
32038
32039 \begin_layout Plain Layout
32040
32041
32042 \backslash
32043 spce 
32044 \end_layout
32045
32046 \end_inset
32047
32048 B
32049 \end_layout
32050
32051 \end_inset
32052 </cell>
32053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32054 \begin_inset Text
32055
32056 \begin_layout Plain Layout
32057 \begin_inset Formula $A\gr B$
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \end_inset
32064 </cell>
32065 </row>
32066 <row>
32067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32068 \begin_inset Text
32069
32070 \begin_layout Plain Layout
32071
32072 \backslash
32073 us{ABcd
32074 \end_layout
32075
32076 \end_inset
32077 </cell>
32078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32079 \begin_inset Text
32080
32081 \begin_layout Plain Layout
32082 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32083 \end_inset
32084
32085
32086 \end_layout
32087
32088 \end_inset
32089 </cell>
32090 </row>
32091 <row>
32092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32093 \begin_inset Text
32094
32095 \begin_layout Plain Layout
32096
32097 \backslash
32098 fb{[2cm]
32099 \begin_inset Formula $\to$
32100 \end_inset
32101
32102
32103 \backslash
32104 {
32105 \begin_inset Formula $\to$
32106 \end_inset
32107
32108
32109 \backslash
32110 {
32111 \backslash
32112 int
32113 \begin_inset ERT
32114 status collapsed
32115
32116 \begin_layout Plain Layout
32117
32118
32119 \backslash
32120 spce 
32121 \end_layout
32122
32123 \end_inset
32124
32125 A=B
32126 \end_layout
32127
32128 \end_inset
32129 </cell>
32130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32131 \begin_inset Text
32132
32133 \begin_layout Plain Layout
32134 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32135 \end_inset
32136
32137
32138 \end_layout
32139
32140 \end_inset
32141 </cell>
32142 </row>
32143 <row>
32144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32145 \begin_inset Text
32146
32147 \begin_layout Plain Layout
32148
32149 \backslash
32150 cb{red
32151 \begin_inset Formula $\to$
32152 \end_inset
32153
32154
32155 \backslash
32156 {
32157 \backslash
32158 int
32159 \begin_inset ERT
32160 status collapsed
32161
32162 \begin_layout Plain Layout
32163
32164
32165 \backslash
32166 spce 
32167 \end_layout
32168
32169 \end_inset
32170
32171 A=B
32172 \end_layout
32173
32174 \end_inset
32175 </cell>
32176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32177 \begin_inset Text
32178
32179 \begin_layout Plain Layout
32180 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32181 \end_inset
32182
32183
32184 \end_layout
32185
32186 \end_inset
32187 </cell>
32188 </row>
32189 <row>
32190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32191 \begin_inset Text
32192
32193 \begin_layout Plain Layout
32194
32195 \backslash
32196 cb[green]
32197 \backslash
32198 {red
32199 \begin_inset Formula $\to$
32200 \end_inset
32201
32202
32203 \backslash
32204 {
32205 \backslash
32206 int
32207 \begin_inset ERT
32208 status collapsed
32209
32210 \begin_layout Plain Layout
32211
32212
32213 \backslash
32214 spce 
32215 \end_layout
32216
32217 \end_inset
32218
32219 A=B
32220 \end_layout
32221
32222 \end_inset
32223 </cell>
32224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32225 \begin_inset Text
32226
32227 \begin_layout Plain Layout
32228 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32229 \end_inset
32230
32231
32232 \end_layout
32233
32234 \end_inset
32235 </cell>
32236 </row>
32237 </lyxtabular>
32238
32239 \end_inset
32240
32241
32242 \end_layout
32243
32244 \begin_layout Subsection
32245 Macros de ecuaciones
32246 \begin_inset Index
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250 Comandos de usuario ! Macros de ecuaciones
32251 \end_layout
32252
32253 \end_inset
32254
32255
32256 \begin_inset Index
32257 status collapsed
32258
32259 \begin_layout Plain Layout
32260 Macros
32261 \end_layout
32262
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \begin_layout Standard
32269 Los comandos definidos por el usuario son especialmente convenientes para
32270  expresiones complejas.
32271  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
32272  el mismo tipo de solución se repite varias veces.
32273  La forma general de una ecuación de segundo grado es:
32274 \begin_inset Formula \[
32275 0=\lambda^{2}+p\lambda+q\]
32276
32277 \end_inset
32278
32279 La forma general de la solución es:
32280 \begin_inset Formula \[
32281 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
32282
32283 \end_inset
32284
32285
32286 \end_layout
32287
32288 \begin_layout Standard
32289 Para definir un comando para la ecuación de la solución, en donde solo hay
32290  que especificar los tres parámetros 
32291 \begin_inset Formula $\lambda$
32292 \end_inset
32293
32294
32295 \begin_inset Formula $p$
32296 \end_inset
32297
32298 , y 
32299 \begin_inset Formula $q$
32300 \end_inset
32301
32302 , y el índice de 
32303 \begin_inset Formula $\lambda$
32304 \end_inset
32305
32306  puede darse opcionalmente, la línea de preámbulo LaTeX es
32307 \begin_inset Newline newline
32308 \end_inset
32309
32310
32311 \series bold
32312
32313 \backslash
32314 newcommand{
32315 \backslash
32316 qG}[4][1,
32317 \backslash
32318 ,2]{#2_{#1}=-
32319 \backslash
32320 frac{#3}{2}
32321 \backslash
32322 pm
32323 \begin_inset Newline newline
32324 \end_inset
32325
32326
32327 \begin_inset ERT
32328 status collapsed
32329
32330 \begin_layout Plain Layout
32331
32332
32333 \backslash
32334 hphantom{
32335 \end_layout
32336
32337 \end_inset
32338
32339
32340 \backslash
32341 newcommand
32342 \begin_inset ERT
32343 status collapsed
32344
32345 \begin_layout Plain Layout
32346
32347 }
32348 \end_layout
32349
32350 \end_inset
32351
32352
32353 \backslash
32354 sqrt{
32355 \backslash
32356 frac{#3^{2}}{4}-#4}}
32357 \end_layout
32358
32359 \begin_layout Standard
32360 Para generar la solución se inserta el comando
32361 \begin_inset Newline newline
32362 \end_inset
32363
32364
32365 \series bold
32366
32367 \backslash
32368 qG{
32369 \backslash
32370 lambda
32371 \begin_inset Formula $\to$
32372 \end_inset
32373
32374
32375 \backslash
32376 {p
32377 \begin_inset Formula $\to$
32378 \end_inset
32379
32380
32381 \backslash
32382 {q
32383 \series default
32384  en una ecuación
32385 \series bold
32386 .
32387 \end_layout
32388
32389 \begin_layout Standard
32390 La definición del nuevo comando no es intuitiva porque hay que conocer los
32391  esquemas de todos los comandos LaTeX usados, p.
32392 \begin_inset space \thinspace{}
32393 \end_inset
32394
32395 e., que una fracción se inserta en LaTeX como
32396 \series bold
32397  
32398 \backslash
32399 frac{numerador}{denominador}
32400 \series default
32401 .
32402  Además, uno puede olvidar fácilmente una llave en la definición y no puede
32403  ver en LyX lo que el nuevo comando está haciendo.
32404  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
32405  ecuación en vez del comando
32406 \series bold
32407  
32408 \backslash
32409 newcommand
32410 \series default
32411 .
32412 \end_layout
32413
32414 \begin_layout Standard
32415 Una macro de ecuación se crea con el menú 
32416 \family sans
32417 Insertar\SpecialChar \menuseparator
32418 Ecuación\SpecialChar \menuseparator
32419 Macro
32420 \family default
32421  o con el botón 
32422 \begin_inset Graphics
32423         filename ../../images/math-macro_newmacroname_newcommand.png
32424         scale 85
32425
32426 \end_inset
32427
32428  de la barra de herramientas.
32429  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
32430  como el siguiente donde se define la macro:
32431 \begin_inset Newline newline
32432 \end_inset
32433
32434
32435 \end_layout
32436
32437 \begin_layout Standard
32438 \begin_inset space \hspace*{\fill}
32439 \end_inset
32440
32441
32442 \begin_inset Graphics
32443         filename ../clipart/macrobox.png
32444         lyxscale 90
32445         scale 90
32446
32447 \end_inset
32448
32449
32450 \begin_inset space \hspace*{\fill}
32451 \end_inset
32452
32453
32454 \begin_inset Newline newline
32455 \end_inset
32456
32457
32458 \begin_inset FormulaMacro
32459 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32460 \end_inset
32461
32462
32463 \backslash
32464 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
32465  En el primer marco azul se inserta la ecuación buscada.
32466  Con el comando 
32467 \series bold
32468
32469 \backslash
32470 #númerodeargumento
32471 \series default
32472 , , o con el botón 
32473 \begin_inset Graphics
32474         filename ../../images/math-macro-add-param.png
32475         scale 85
32476
32477 \end_inset
32478
32479  de la barra de herramientas de macros se inserta un colocador de argumento,
32480  p.
32481 \begin_inset space \thinspace{}
32482 \end_inset
32483
32484 e
32485 \begin_inset space \space{}
32486 \end_inset
32487
32488
32489 \series bold
32490
32491 \backslash
32492 #1
32493 \series default
32494 .
32495  Los colocadores de argumento se muestran en rojo.
32496  Se pueden poner 9 argumentos como máximo.
32497  Con el botón 
32498 \begin_inset Graphics
32499         filename ../../images/math-macro-add-optional-param.png
32500         scale 85
32501
32502 \end_inset
32503
32504  se crean argumentos opcionales.
32505  El primer argumento no opcional puede transformarse en opcional con el
32506  botón 
32507 \begin_inset Graphics
32508         filename ../../images/math-macro-make-optional.png
32509         scale 85
32510
32511 \end_inset
32512
32513 .
32514  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
32515  Normalmente quieres verlo tal como está definido, así que el recuadro se
32516  deja vacío.
32517  Pero si has creado una macro que necesita mucho espacio en la pantalla,
32518  en dicho recuadro puedes insertar, por ejemplo
32519 \begin_inset Newline newline
32520 \end_inset
32521
32522
32523 \series bold
32524 qG: 
32525 \backslash
32526 #1
32527 \series default
32528  
32529 \series bold
32530 ,
32531 \series default
32532  
32533 \series bold
32534
32535 \backslash
32536 #2
32537 \series default
32538  
32539 \series bold
32540 ,
32541 \series default
32542  
32543 \series bold
32544
32545 \backslash
32546 #3, 
32547 \backslash
32548 #4
32549 \begin_inset Newline newline
32550 \end_inset
32551
32552
32553 \series default
32554 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
32555  en LyX, lo que conlleva una visualización mejor.
32556  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
32557 \begin_inset Newline newline
32558 \end_inset
32559
32560 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
32561  macros individuales situando el cursor en la macro y usando el menú 
32562 \family sans
32563 Ver\SpecialChar \menuseparator
32564 (Des)plegar macro de ecuación.
32565 \end_layout
32566
32567 \begin_layout Standard
32568 Para usar una macro, se inserta el nombre de la misma como comando en una
32569  ecuación, en nuestro caso 
32570 \series bold
32571
32572 \backslash
32573 qG
32574 \series default
32575 .
32576  Nuestra macro se muestra en LyX así:
32577 \begin_inset Newline newline
32578 \end_inset
32579
32580
32581 \begin_inset space \hspace*{\fill}
32582 \end_inset
32583
32584
32585 \begin_inset Graphics
32586         filename ../clipart/macrouse.png
32587         lyxscale 75
32588         scale 75
32589
32590 \end_inset
32591
32592
32593 \begin_inset space \hspace*{\fill}
32594 \end_inset
32595
32596
32597 \begin_inset Newline newline
32598 \end_inset
32599
32600 Aquí tenemos nuestro ejemplo de macro con los argumentos 
32601 \begin_inset Formula $x$
32602 \end_inset
32603
32604
32605 \begin_inset Formula $\ln(x)$
32606 \end_inset
32607
32608 , y 
32609 \begin_inset Formula $B$
32610 \end_inset
32611
32612 :
32613 \end_layout
32614
32615 \begin_layout Standard
32616 \begin_inset Formula \[
32617 \qG x{\ln(x)}B\]
32618
32619 \end_inset
32620
32621
32622 \end_layout
32623
32624 \begin_layout Standard
32625 Una macro de ecuación se transforma internamente en un comando 
32626 \series bold
32627
32628 \backslash
32629 newcommand
32630 \series default
32631  cuando se exporta el documento.
32632  El comando creado 
32633 \series bold
32634
32635 \backslash
32636 newcommand
32637 \series default
32638  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
32639  usar en ecuaciones que estén en recuadros de definición de macros en el
32640  documento.
32641  
32642 \end_layout
32643
32644 \begin_layout Standard
32645 Las macros de ecuación también pueden crearse directamente a partir de un
32646  comando
32647 \series bold
32648  
32649 \backslash
32650 newcommand
32651 \series default
32652 .
32653  Por ejemplo, escribiendo el comando
32654 \begin_inset Newline newline
32655 \end_inset
32656
32657
32658 \series bold
32659
32660 \backslash
32661 newcommand{
32662 \backslash
32663 larrow}[2]{
32664 \backslash
32665 xleftarrow[#2]{#1}}
32666 \begin_inset Newline newline
32667 \end_inset
32668
32669
32670 \series default
32671 como texto normal en LyX, seleccionándolo completamente y usando a continuación
32672  el atajo 
32673 \family sans
32674 Ctrl-m
32675 \family default
32676 , el comando se transformará en una macro de ecuación.
32677  Al emplear este método debes tener cuidado en escribir correctamente el
32678  comando 
32679 \series bold
32680
32681 \backslash
32682 newcommand
32683 \series default
32684 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
32685  
32686 \end_layout
32687
32688 \begin_layout Standard
32689 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
32690  en definiciones de macros se manejan incorrectamente.
32691  Por eso el ejemplo 
32692 \series bold
32693
32694 \backslash
32695 fb
32696 \series default
32697  de 
32698 \begin_inset CommandInset ref
32699 LatexCommand ref
32700 reference "sub:El-comando-newcommand"
32701
32702 \end_inset
32703
32704  no puede crearse como macro.
32705 \end_layout
32706
32707 \begin_layout Standard
32708 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
32709  la barra de herramientas de macros:
32710 \end_layout
32711
32712 \begin_layout Standard
32713 \begin_inset VSpace defskip
32714 \end_inset
32715
32716
32717 \end_layout
32718
32719 \begin_layout Standard
32720 \begin_inset Graphics
32721         filename ../clipart/MacroToolbar.png
32722
32723 \end_inset
32724
32725
32726 \begin_inset Index
32727 status collapsed
32728
32729 \begin_layout Plain Layout
32730 Macros ! Barra de herramientas
32731 \end_layout
32732
32733 \end_inset
32734
32735
32736 \end_layout
32737
32738 \begin_layout Standard
32739 \begin_inset VSpace defskip
32740 \end_inset
32741
32742
32743 \end_layout
32744
32745 \begin_layout Standard
32746 La barra de herramientas de macros contiene los siguientes botones:
32747 \end_layout
32748
32749 \begin_layout Standard
32750 \begin_inset VSpace defskip
32751 \end_inset
32752
32753
32754 \end_layout
32755
32756 \begin_layout Standard
32757 \begin_inset Tabular
32758 <lyxtabular version="3" rows="9" columns="2">
32759 <features islongtable="true">
32760 <column alignment="left" valignment="top" width="0">
32761 <column alignment="left" valignment="top" width="85col%">
32762 <row interlinespace="2.5mm">
32763 <cell alignment="center" valignment="top" usebox="none">
32764 \begin_inset Text
32765
32766 \begin_layout Plain Layout
32767 \begin_inset Graphics
32768         filename ../../images/math-macro-remove-param.png
32769         BoundingBox 0bp 5bp 20bp 25bp
32770         rotateOrigin center
32771
32772 \end_inset
32773
32774
32775 \end_layout
32776
32777 \end_inset
32778 </cell>
32779 <cell alignment="center" valignment="top" usebox="none">
32780 \begin_inset Text
32781
32782 \begin_layout Plain Layout
32783
32784 \family sans
32785 Editar\SpecialChar \menuseparator
32786 Ecuación\SpecialChar \menuseparator
32787 Definición de macro\SpecialChar \menuseparator
32788 Quitar último argumento
32789 \end_layout
32790
32791 \end_inset
32792 </cell>
32793 </row>
32794 <row interlinespace="2.5mm">
32795 <cell alignment="center" valignment="top" usebox="none">
32796 \begin_inset Text
32797
32798 \begin_layout Plain Layout
32799 \begin_inset Graphics
32800         filename ../../images/math-macro-add-param.png
32801         BoundingBox 0bp 5bp 20bp 25bp
32802         rotateOrigin center
32803
32804 \end_inset
32805
32806
32807 \end_layout
32808
32809 \end_inset
32810 </cell>
32811 <cell alignment="center" valignment="top" usebox="none">
32812 \begin_inset Text
32813
32814 \begin_layout Plain Layout
32815
32816 \family sans
32817 Editar\SpecialChar \menuseparator
32818 Ecuación\SpecialChar \menuseparator
32819 Definición de macro\SpecialChar \menuseparator
32820 Añadir argumento
32821 \end_layout
32822
32823 \end_inset
32824 </cell>
32825 </row>
32826 <row interlinespace="2.5mm">
32827 <cell alignment="center" valignment="top" usebox="none">
32828 \begin_inset Text
32829
32830 \begin_layout Plain Layout
32831 \begin_inset Graphics
32832         filename ../../images/math-macro-make-optional.png
32833         BoundingBox 0bp 5bp 20bp 25bp
32834         rotateOrigin center
32835
32836 \end_inset
32837
32838
32839 \end_layout
32840
32841 \end_inset
32842 </cell>
32843 <cell alignment="center" valignment="top" usebox="none">
32844 \begin_inset Text
32845
32846 \begin_layout Plain Layout
32847
32848 \family sans
32849 Editar\SpecialChar \menuseparator
32850 Ecuación\SpecialChar \menuseparator
32851 Definición de macro\SpecialChar \menuseparator
32852 Hacer opcional el primer
32853 \begin_inset Newline newline
32854 \end_inset
32855
32856
32857 \begin_inset ERT
32858 status collapsed
32859
32860 \begin_layout Plain Layout
32861
32862
32863 \backslash
32864 hphantom{
32865 \end_layout
32866
32867 \end_inset
32868
32869 Editar\SpecialChar \menuseparator
32870 Ecuación\SpecialChar \menuseparator
32871 Definición de macro\SpecialChar \menuseparator
32872
32873 \begin_inset ERT
32874 status collapsed
32875
32876 \begin_layout Plain Layout
32877
32878 }
32879 \end_layout
32880
32881 \end_inset
32882
32883 argumento no opcional
32884 \end_layout
32885
32886 \end_inset
32887 </cell>
32888 </row>
32889 <row interlinespace="2.5mm">
32890 <cell alignment="center" valignment="top" usebox="none">
32891 \begin_inset Text
32892
32893 \begin_layout Plain Layout
32894 \begin_inset Graphics
32895         filename ../../images/math-macro-make-nonoptional.png
32896         BoundingBox 0bp 5bp 20bp 25bp
32897         rotateOrigin center
32898
32899 \end_inset
32900
32901
32902 \end_layout
32903
32904 \end_inset
32905 </cell>
32906 <cell alignment="center" valignment="top" usebox="none">
32907 \begin_inset Text
32908
32909 \begin_layout Plain Layout
32910
32911 \family sans
32912 Editar\SpecialChar \menuseparator
32913 Ecuación\SpecialChar \menuseparator
32914 Definición de macro\SpecialChar \menuseparator
32915 Hacer no opcional el primer
32916 \begin_inset Newline newline
32917 \end_inset
32918
32919
32920 \begin_inset ERT
32921 status collapsed
32922
32923 \begin_layout Plain Layout
32924
32925
32926 \backslash
32927 hphantom{
32928 \end_layout
32929
32930 \end_inset
32931
32932 Editar\SpecialChar \menuseparator
32933 Ecuación\SpecialChar \menuseparator
32934 Definición de macro\SpecialChar \menuseparator
32935
32936 \begin_inset ERT
32937 status collapsed
32938
32939 \begin_layout Plain Layout
32940
32941 }
32942 \end_layout
32943
32944 \end_inset
32945
32946 argumento opcional
32947 \end_layout
32948
32949 \end_inset
32950 </cell>
32951 </row>
32952 <row interlinespace="2.5mm">
32953 <cell alignment="center" valignment="top" usebox="none">
32954 \begin_inset Text
32955
32956 \begin_layout Plain Layout
32957 \begin_inset Graphics
32958         filename ../../images/math-macro-remove-optional-param.png
32959         BoundingBox 0bp 5bp 20bp 25bp
32960         rotateOrigin center
32961
32962 \end_inset
32963
32964
32965 \end_layout
32966
32967 \end_inset
32968 </cell>
32969 <cell alignment="center" valignment="top" usebox="none">
32970 \begin_inset Text
32971
32972 \begin_layout Plain Layout
32973
32974 \family sans
32975 Editar\SpecialChar \menuseparator
32976 Ecuación\SpecialChar \menuseparator
32977 Definición de macro\SpecialChar \menuseparator
32978 Quitar argumento opcional
32979 \end_layout
32980
32981 \end_inset
32982 </cell>
32983 </row>
32984 <row interlinespace="2.5mm">
32985 <cell alignment="center" valignment="top" usebox="none">
32986 \begin_inset Text
32987
32988 \begin_layout Plain Layout
32989 \begin_inset Graphics
32990         filename ../../images/math-macro-add-optional-param.png
32991         BoundingBox 0bp 5bp 20bp 25bp
32992         rotateOrigin center
32993
32994 \end_inset
32995
32996
32997 \end_layout
32998
32999 \end_inset
33000 </cell>
33001 <cell alignment="center" valignment="top" usebox="none">
33002 \begin_inset Text
33003
33004 \begin_layout Plain Layout
33005
33006 \family sans
33007 Editar\SpecialChar \menuseparator
33008 Ecuación\SpecialChar \menuseparator
33009 Definición de macro\SpecialChar \menuseparator
33010 Insertar argumento opcional
33011 \end_layout
33012
33013 \end_inset
33014 </cell>
33015 </row>
33016 <row interlinespace="2.5mm">
33017 <cell alignment="center" valignment="top" usebox="none">
33018 \begin_inset Text
33019
33020 \begin_layout Plain Layout
33021 \begin_inset Graphics
33022         filename ../../images/math-macro-remove-greedy-param.png
33023         BoundingBox 0bp 5bp 20bp 25bp
33024         rotateOrigin center
33025
33026 \end_inset
33027
33028
33029 \end_layout
33030
33031 \end_inset
33032 </cell>
33033 <cell alignment="center" valignment="top" usebox="none">
33034 \begin_inset Text
33035
33036 \begin_layout Plain Layout
33037
33038 \family sans
33039 Editar\SpecialChar \menuseparator
33040 Ecuación\SpecialChar \menuseparator
33041 Definición de macro\SpecialChar \menuseparator
33042 Quitar último argumento
33043 \begin_inset Newline newline
33044 \end_inset
33045
33046
33047 \begin_inset ERT
33048 status collapsed
33049
33050 \begin_layout Plain Layout
33051
33052
33053 \backslash
33054 hphantom{
33055 \end_layout
33056
33057 \end_inset
33058
33059 Editar\SpecialChar \menuseparator
33060 Ecuación\SpecialChar \menuseparator
33061 Definición de macro\SpecialChar \menuseparator
33062
33063 \begin_inset ERT
33064 status collapsed
33065
33066 \begin_layout Plain Layout
33067
33068 }
33069 \end_layout
33070
33071 \end_inset
33072
33073 yendo hacia la derecha
33074 \end_layout
33075
33076 \end_inset
33077 </cell>
33078 </row>
33079 <row interlinespace="2.5mm">
33080 <cell alignment="center" valignment="top" usebox="none">
33081 \begin_inset Text
33082
33083 \begin_layout Plain Layout
33084 \begin_inset Graphics
33085         filename ../../images/math-macro-append-greedy-param.png
33086         BoundingBox 0bp 5bp 20bp 25bp
33087         rotateOrigin center
33088
33089 \end_inset
33090
33091
33092 \end_layout
33093
33094 \end_inset
33095 </cell>
33096 <cell alignment="center" valignment="top" usebox="none">
33097 \begin_inset Text
33098
33099 \begin_layout Plain Layout
33100
33101 \family sans
33102 Editar\SpecialChar \menuseparator
33103 Ecuación\SpecialChar \menuseparator
33104 Definición de macro\SpecialChar \menuseparator
33105 Añadir argumento comiendo
33106 \begin_inset Newline newline
33107 \end_inset
33108
33109
33110 \begin_inset ERT
33111 status collapsed
33112
33113 \begin_layout Plain Layout
33114
33115
33116 \backslash
33117 hphantom{
33118 \end_layout
33119
33120 \end_inset
33121
33122 Editar\SpecialChar \menuseparator
33123 Ecuación\SpecialChar \menuseparator
33124 Definición de macro\SpecialChar \menuseparator
33125
33126 \begin_inset ERT
33127 status collapsed
33128
33129 \begin_layout Plain Layout
33130
33131 }
33132 \end_layout
33133
33134 \end_inset
33135
33136 desde la derecha
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 </row>
33142 <row interlinespace="2.5mm">
33143 <cell alignment="center" valignment="top" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Plain Layout
33147 \begin_inset Graphics
33148         filename ../../images/math-macro-add-greedy-optional-param.png
33149         BoundingBox 0bp 5bp 20bp 25bp
33150         rotateOrigin center
33151
33152 \end_inset
33153
33154
33155 \end_layout
33156
33157 \end_inset
33158 </cell>
33159 <cell alignment="center" valignment="top" usebox="none">
33160 \begin_inset Text
33161
33162 \begin_layout Plain Layout
33163
33164 \family sans
33165 Editar\SpecialChar \menuseparator
33166 Ecuación\SpecialChar \menuseparator
33167 Definición de macro\SpecialChar \menuseparator
33168 Añadir argumento opcional
33169 \begin_inset Newline newline
33170 \end_inset
33171
33172
33173 \begin_inset ERT
33174 status collapsed
33175
33176 \begin_layout Plain Layout
33177
33178
33179 \backslash
33180 hphantom{
33181 \end_layout
33182
33183 \end_inset
33184
33185 Editar\SpecialChar \menuseparator
33186 Ecuación\SpecialChar \menuseparator
33187 Definición de macro\SpecialChar \menuseparator
33188
33189 \begin_inset ERT
33190 status collapsed
33191
33192 \begin_layout Plain Layout
33193
33194 }
33195 \end_layout
33196
33197 \end_inset
33198
33199 comiendo desde la derecha
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 </row>
33205 </lyxtabular>
33206
33207 \end_inset
33208
33209
33210 \end_layout
33211
33212 \begin_layout Standard
33213 \noindent
33214 \align center
33215 \begin_inset Newpage newpage
33216 \end_inset
33217
33218
33219 \end_layout
33220
33221 \begin_layout Section
33222 Diagramas
33223 \end_layout
33224
33225 \begin_layout Standard
33226 Lyx soporta dos tipos de diagramas conmutativos: 
33227 \series bold
33228 amscd
33229 \series default
33230  y 
33231 \series bold
33232 xymatrix
33233 \series default
33234 , que se explican a continuación.
33235 \end_layout
33236
33237 \begin_layout Subsection
33238 Diagramas amscd
33239 \begin_inset Index
33240 status collapsed
33241
33242 \begin_layout Plain Layout
33243 Diagramas ! amscd
33244 \end_layout
33245
33246 \end_inset
33247
33248
33249 \end_layout
33250
33251 \begin_layout Standard
33252 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33253  verticales y horizontales:
33254 \begin_inset Formula \[
33255 \begin{CD}A@)))B@)))C\\
33256 @AAA@.@VVV\\
33257 F@(((E@(((D\end{CD}\]
33258
33259 \end_inset
33260
33261 Para obtener el diagrama se inserta en la ecuación el comando 
33262 \series bold
33263
33264 \backslash
33265 CD
33266 \begin_inset Index
33267 status collapsed
33268
33269 \begin_layout Plain Layout
33270 Comandos ! C ! 
33271 \backslash
33272 CD
33273 \end_layout
33274
33275 \end_inset
33276
33277
33278 \series default
33279 .
33280  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33281  continuación comandos.
33282  Con 
33283 \family sans
33284 Ctrl-Retorno
33285 \family default
33286  se inicia una nueva línea.
33287  En las líneas impares se insertan relaciones horizontales, en las pares
33288  verticales.
33289 \end_layout
33290
33291 \begin_layout Standard
33292 Para componer las relaciones hay los siguientes comandos:
33293 \begin_inset Foot
33294 status collapsed
33295
33296 \begin_layout Plain Layout
33297 \begin_inset CommandInset label
33298 LatexCommand label
33299 name "fn:sinónimos"
33300
33301 \end_inset
33302
33303 Los comandos con 
33304 \series bold
33305 >
33306 \series default
33307  o 
33308 \series bold
33309 <
33310 \series default
33311  pueden generar errores con el estilo 
33312 \series bold
33313 spanish
33314 \series default
33315  de 
33316 \series bold
33317 babel
33318 \series default
33319 .
33320  Para evitarlo se pueden sustituir por sus sinónimos 
33321 \series bold
33322 )
33323 \series default
33324  o 
33325 \series bold
33326 (
33327 \series default
33328  respectivamente.
33329  Véase 
33330 \begin_inset CommandInset citation
33331 LatexCommand cite
33332 key "spanish"
33333
33334 \end_inset
33335
33336 .
33337  (
33338 \emph on
33339 N.
33340 \begin_inset space \thinspace{}
33341 \end_inset
33342
33343 del t.
33344 \emph default
33345 )
33346 \end_layout
33347
33348 \end_inset
33349
33350
33351 \end_layout
33352
33353 \begin_layout Itemize
33354
33355 \series bold
33356 @<<<
33357 \series default
33358  genera una flecha hacia la izquierda, 
33359 \series bold
33360 @>>>
33361 \series default
33362  una hacia la derecha, y 
33363 \series bold
33364 @=
33365 \series default
33366  un signo igual largo
33367 \end_layout
33368
33369 \begin_layout Itemize
33370
33371 \series bold
33372 @AAA
33373 \series default
33374  genera una flecha hacia arriba, 
33375 \series bold
33376 @VVV
33377 \series default
33378  una hacia abajo, y 
33379 \series bold
33380 @|
33381 \series default
33382  un signo igual vertical
33383 \end_layout
33384
33385 \begin_layout Itemize
33386
33387 \series bold
33388 @.
33389
33390 \series default
33391  genera una ubicación vacía para relaciones inexistentes
33392 \end_layout
33393
33394 \begin_layout Standard
33395 Todas las flechas pueden etiquetarse como sigue:
33396 \end_layout
33397
33398 \begin_layout Itemize
33399 Si se inserta texto entre el primero y el segundo 
33400 \series bold
33401 <
33402 \series default
33403  o 
33404 \series bold
33405 >
33406 \series default
33407 , respectivamente, se muestra sobre la flecha.
33408  Si se inserta entre el segundo y el tercero, bajo la flecha.
33409 \end_layout
33410
33411 \begin_layout Itemize
33412 Para flechas verticales, si se inserta texto entre la primera y la segunda
33413  
33414 \series bold
33415 A
33416 \series default
33417  o 
33418 \series bold
33419 V
33420 \series default
33421 , respectivamente, se muestra al lado izquierdo de la flecha.
33422  Si se inserta entre la segunda y la tercera, al lado derecho.
33423  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33424 \end_layout
33425
33426 \begin_layout Standard
33427 Como ejemplo un diagrama con todas las relaciones posibles:
33428 \begin_inset Formula \[
33429 \begin{CD}A@)j))B@))k)C@=F\\
33430 @AmAA@.@VV{V}V@|\\
33431 D@((j\,(E@)k))F@=C\end{CD}\]
33432
33433 \end_inset
33434
33435 El comando para este diagrama es:
33436 \begin_inset Newline newline
33437 \end_inset
33438
33439
33440 \series bold
33441
33442 \backslash
33443 CD
33444 \begin_inset ERT
33445 status collapsed
33446
33447 \begin_layout Plain Layout
33448
33449
33450 \backslash
33451 spce 
33452 \end_layout
33453
33454 \end_inset
33455
33456 A@>j>>B@>>k>C@=F Ctrl-Retorno
33457 \begin_inset Newline newline
33458 \end_inset
33459
33460
33461 \begin_inset ERT
33462 status collapsed
33463
33464 \begin_layout Plain Layout
33465
33466
33467 \backslash
33468 hphantom{
33469 \end_layout
33470
33471 \end_inset
33472
33473
33474 \backslash
33475 CD
33476 \begin_inset ERT
33477 status collapsed
33478
33479 \begin_layout Plain Layout
33480
33481
33482 \backslash
33483 spce 
33484 \end_layout
33485
33486 \end_inset
33487
33488
33489 \begin_inset ERT
33490 status collapsed
33491
33492 \begin_layout Plain Layout
33493
33494 }
33495 \end_layout
33496
33497 \end_inset
33498
33499 @AmAA@.@VV
33500 \backslash
33501 {V
33502 \series default
33503
33504 \begin_inset Formula $\to$
33505 \end_inset
33506
33507
33508 \series bold
33509 V@| Ctrl-Retorno
33510 \begin_inset Newline newline
33511 \end_inset
33512
33513
33514 \begin_inset ERT
33515 status collapsed
33516
33517 \begin_layout Plain Layout
33518
33519
33520 \backslash
33521 hphantom{
33522 \end_layout
33523
33524 \end_inset
33525
33526
33527 \backslash
33528 CD
33529 \begin_inset ERT
33530 status collapsed
33531
33532 \begin_layout Plain Layout
33533
33534
33535 \backslash
33536 spce 
33537 \end_layout
33538
33539 \end_inset
33540
33541
33542 \begin_inset ERT
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546
33547 }
33548 \end_layout
33549
33550 \end_inset
33551
33552 D@<<j<E@>k>>F@=C
33553 \end_layout
33554
33555 \begin_layout Subsection
33556 Diagramas xymatrix
33557 \begin_inset Index
33558 status collapsed
33559
33560 \begin_layout Plain Layout
33561 Diagramas ! xymatrix
33562 \end_layout
33563
33564 \end_inset
33565
33566
33567 \end_layout
33568
33569 \begin_layout Standard
33570 Para usar matrices xy debe estar instalado el paquete LaTeX 
33571 \series bold
33572 xypic
33573 \series default
33574 .
33575  Una matriz xy se crea insertando el comando 
33576 \series bold
33577
33578 \backslash
33579 xymatrix
33580 \series default
33581  en una ecuación.
33582  Después podrás añadir nuevas columnas y filas como en matrices normales,
33583  véase
33584 \begin_inset space ~
33585 \end_inset
33586
33587
33588 \begin_inset CommandInset ref
33589 LatexCommand ref
33590 reference "sec:Matrices"
33591
33592 \end_inset
33593
33594 .
33595 \end_layout
33596
33597 \begin_layout Standard
33598 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33599  y curvadas, y mucho más.
33600  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33601  se explican en el 
33602 \emph on
33603 Manual de XY-pic
33604 \emph default
33605  que se encuentra en el menú 
33606 \family sans
33607 Ayuda\SpecialChar \menuseparator
33608 Manuales
33609 \begin_inset space ~
33610 \end_inset
33611
33612 específicos\SpecialChar \menuseparator
33613 Manual
33614 \begin_inset space ~
33615 \end_inset
33616
33617 de
33618 \begin_inset space ~
33619 \end_inset
33620
33621 XY-pic
33622 \family default
33623 .
33624 \end_layout
33625
33626 \begin_layout Section
33627 Indicaciones
33628 \begin_inset ERT
33629 status collapsed
33630
33631 \begin_layout Plain Layout
33632
33633
33634 \backslash
33635 texorpdfstring{
33636 \end_layout
33637
33638 \end_inset
33639
33640
33641 \begin_inset Foot
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645 Otras sugerencias útiles para matemáticas en 
33646 \begin_inset CommandInset citation
33647 LatexCommand cite
33648 key "Voss"
33649
33650 \end_inset
33651
33652 .
33653 \end_layout
33654
33655 \end_inset
33656
33657
33658 \begin_inset ERT
33659 status collapsed
33660
33661 \begin_layout Plain Layout
33662
33663 }{}
33664 \end_layout
33665
33666 \end_inset
33667
33668
33669 \begin_inset Note Note
33670 status collapsed
33671
33672 \begin_layout Plain Layout
33673
33674 \backslash
33675 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
33676  PDF.
33677 \end_layout
33678
33679 \begin_layout Plain Layout
33680 Más sobre 
33681 \backslash
33682 texorpdfstring hay en la sección 
33683 \begin_inset CommandInset ref
33684 LatexCommand ref
33685 reference "sub:Ecuaciones-en-encabezados"
33686
33687 \end_inset
33688
33689 .
33690 \end_layout
33691
33692 \end_inset
33693
33694
33695 \begin_inset Index
33696 status collapsed
33697
33698 \begin_layout Plain Layout
33699 Indicaciones
33700 \end_layout
33701
33702 \end_inset
33703
33704
33705 \end_layout
33706
33707 \begin_layout Subsection
33708 Símbolos y ecuaciones químicas
33709 \begin_inset CommandInset label
33710 LatexCommand label
33711 name "sub:Símbolos-y-ecuaciones-químicas"
33712
33713 \end_inset
33714
33715
33716 \begin_inset Index
33717 status collapsed
33718
33719 \begin_layout Plain Layout
33720 Química ! símbolos
33721 \end_layout
33722
33723 \end_inset
33724
33725
33726 \begin_inset Index
33727 status collapsed
33728
33729 \begin_layout Plain Layout
33730 Ecuación química
33731 \end_layout
33732
33733 \end_inset
33734
33735
33736 \begin_inset Index
33737 status collapsed
33738
33739 \begin_layout Plain Layout
33740 Química ! caracteres
33741 \end_layout
33742
33743 \end_inset
33744
33745
33746 \begin_inset Index
33747 status collapsed
33748
33749 \begin_layout Plain Layout
33750 Iones|see
33751 \begin_inset ERT
33752 status collapsed
33753
33754 \begin_layout Plain Layout
33755
33756 {
33757 \end_layout
33758
33759 \end_inset
33760
33761 Química ! caracteres
33762 \begin_inset ERT
33763 status collapsed
33764
33765 \begin_layout Plain Layout
33766
33767 }
33768 \end_layout
33769
33770 \end_inset
33771
33772
33773 \end_layout
33774
33775 \end_inset
33776
33777
33778 \end_layout
33779
33780 \begin_layout Standard
33781 Un ejemplo de texto de química:
33782 \end_layout
33783
33784 \begin_layout Quote
33785 El ión 
33786 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
33787 \end_inset
33788
33789  reacciona con dos iones 
33790 \begin_inset Formula $\mathrm{Na^{+}}$
33791 \end_inset
33792
33793  para dar sulfato de sodio 
33794 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
33795 \end_inset
33796
33797 .
33798  La ecuación química es:
33799 \begin_inset Formula \[
33800 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
33801
33802 \end_inset
33803
33804
33805 \end_layout
33806
33807 \begin_layout Standard
33808 Esta ecuación química puede componerse directamente en modo ecuación.
33809  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
33810  y con el atajo 
33811 \family sans
33812 Alt-c
33813 \begin_inset space ~
33814 \end_inset
33815
33816 r
33817 \family default
33818  se cambia en redonda.
33819 \begin_inset Foot
33820 status collapsed
33821
33822 \begin_layout Plain Layout
33823 véase estilos de fuentes en 
33824 \begin_inset CommandInset ref
33825 LatexCommand ref
33826 reference "sub:Estilos-de-fuentes"
33827
33828 \end_inset
33829
33830 .
33831 \end_layout
33832
33833 \end_inset
33834
33835
33836 \end_layout
33837
33838 \begin_layout Subsection
33839 Números negativos
33840 \begin_inset Index
33841 status collapsed
33842
33843 \begin_layout Plain Layout
33844 Numeros@Números ! negativos
33845 \end_layout
33846
33847 \end_inset
33848
33849
33850 \end_layout
33851
33852 \begin_layout Standard
33853 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33854  menos delante del número tiene la misma longitud que el operador signo
33855  menos.
33856  Si se escribe el número negativo en texto normal el signo menos aparece
33857  correctamente.
33858 \end_layout
33859
33860 \begin_layout Standard
33861 Así pues, el problema desaparece si se convierte el signo menos a texto
33862  matemático.
33863 \end_layout
33864
33865 \begin_layout Standard
33866 Un ejemplo para visualizar el problema:
33867 \end_layout
33868
33869 \begin_layout Standard
33870 \noindent
33871 \align center
33872 \begin_inset Tabular
33873 <lyxtabular version="3" rows="3" columns="2">
33874 <features>
33875 <column alignment="center" valignment="top" width="0">
33876 <column alignment="center" valignment="top" width="0">
33877 <row>
33878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33879 \begin_inset Text
33880
33881 \begin_layout Plain Layout
33882 texto normal:
33883 \end_layout
33884
33885 \end_inset
33886 </cell>
33887 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33888 \begin_inset Text
33889
33890 \begin_layout Plain Layout
33891 x = -2
33892 \end_layout
33893
33894 \end_inset
33895 </cell>
33896 </row>
33897 <row>
33898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33899 \begin_inset Text
33900
33901 \begin_layout Plain Layout
33902 ecuación:
33903 \end_layout
33904
33905 \end_inset
33906 </cell>
33907 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911 \begin_inset Formula $x=-2$
33912 \end_inset
33913
33914
33915 \end_layout
33916
33917 \end_inset
33918 </cell>
33919 </row>
33920 <row>
33921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33922 \begin_inset Text
33923
33924 \begin_layout Plain Layout
33925 solución:
33926 \end_layout
33927
33928 \end_inset
33929 </cell>
33930 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33931 \begin_inset Text
33932
33933 \begin_layout Plain Layout
33934 \begin_inset Formula $x=\mbox{-}2$
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \end_inset
33941 </cell>
33942 </row>
33943 </lyxtabular>
33944
33945 \end_inset
33946
33947
33948 \end_layout
33949
33950 \begin_layout Subsection
33951 Coma como separador decimal
33952 \begin_inset Index
33953 status collapsed
33954
33955 \begin_layout Plain Layout
33956 Coma decimal
33957 \end_layout
33958
33959 \end_inset
33960
33961
33962 \end_layout
33963
33964 \begin_layout Standard
33965 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
33966  de grupos numéricos.
33967  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
33968 \end_layout
33969
33970 \begin_layout Standard
33971 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
33972  
33973 \family sans
33974 Alt-m
33975 \begin_inset space ~
33976 \end_inset
33977
33978 m
33979 \family default
33980 ).
33981 \end_layout
33982
33983 \begin_layout Standard
33984 Para usar las comas en todas las fórmulas del documento como separador decimal,
33985  se carga el archivo 
33986 \series bold
33987 icomma.sty
33988 \series default
33989
33990 \begin_inset Foot
33991 status collapsed
33992
33993 \begin_layout Plain Layout
33994
33995 \series bold
33996 icomma
33997 \series default
33998  forma parte del paquete LaTeX 
33999 \series bold
34000 was
34001 \series default
34002
34003 \begin_inset Index
34004 status collapsed
34005
34006 \begin_layout Plain Layout
34007 Paquetes ! was
34008 \begin_inset ERT
34009 status collapsed
34010
34011 \begin_layout Plain Layout
34012
34013
34014 \backslash
34015 vspace{4mm}
34016 \end_layout
34017
34018 \end_inset
34019
34020
34021 \end_layout
34022
34023 \end_inset
34024
34025 .
34026 \end_layout
34027
34028 \end_inset
34029
34030
34031 \begin_inset Index
34032 status collapsed
34033
34034 \begin_layout Plain Layout
34035 Paquetes ! icomma
34036 \end_layout
34037
34038 \end_inset
34039
34040  en el preámbulo LaTeX con la línea: 
34041 \end_layout
34042
34043 \begin_layout Standard
34044
34045 \series bold
34046
34047 \backslash
34048 usepackage{icomma}
34049 \end_layout
34050
34051 \begin_layout Subsection
34052 Vectores físicos
34053 \begin_inset CommandInset label
34054 LatexCommand label
34055 name "sub:Vectores-físicos"
34056
34057 \end_inset
34058
34059
34060 \begin_inset Index
34061 status collapsed
34062
34063 \begin_layout Plain Layout
34064 Vectores físicos
34065 \end_layout
34066
34067 \end_inset
34068
34069
34070 \end_layout
34071
34072 \begin_layout Standard
34073 El paquete LaTeX 
34074 \series bold
34075 braket
34076 \series default
34077
34078 \begin_inset Foot
34079 status collapsed
34080
34081 \begin_layout Plain Layout
34082
34083 \series bold
34084 braket
34085 \series default
34086  se incluye en las instalaciones estándar de LaTeX.
34087 \end_layout
34088
34089 \end_inset
34090
34091
34092 \begin_inset Index
34093 status collapsed
34094
34095 \begin_layout Plain Layout
34096 Paquetes ! braket
34097 \end_layout
34098
34099 \end_inset
34100
34101  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
34102 \end_layout
34103
34104 \begin_layout Standard
34105
34106 \series bold
34107
34108 \backslash
34109 usepackage{braket}
34110 \end_layout
34111
34112 \begin_layout Standard
34113 \begin_inset ERT
34114 status collapsed
34115
34116 \begin_layout Plain Layout
34117
34118
34119 \backslash
34120 ifbraket 
34121 \end_layout
34122
34123 \end_inset
34124
34125
34126 \begin_inset Note Note
34127 status collapsed
34128
34129 \begin_layout Plain Layout
34130 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
34131 \series bold
34132 braket
34133 \series default
34134  está instalado.
34135 \end_layout
34136
34137 \end_inset
34138
34139
34140 \end_layout
34141
34142 \begin_layout Standard
34143 Están definidos los siguientes comandos:
34144 \end_layout
34145
34146 \begin_layout Standard
34147 \noindent
34148 \align center
34149 \begin_inset Tabular
34150 <lyxtabular version="3" rows="4" columns="2">
34151 <features>
34152 <column alignment="center" valignment="top" width="0">
34153 <column alignment="center" valignment="top" width="0">
34154 <row>
34155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34156 \begin_inset Text
34157
34158 \begin_layout Plain Layout
34159 Comando
34160 \end_layout
34161
34162 \end_inset
34163 </cell>
34164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34165 \begin_inset Text
34166
34167 \begin_layout Plain Layout
34168 Resultado
34169 \end_layout
34170
34171 \end_inset
34172 </cell>
34173 </row>
34174 <row>
34175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34176 \begin_inset Text
34177
34178 \begin_layout Plain Layout
34179
34180 \backslash
34181 Bra{
34182 \backslash
34183 psi
34184 \end_layout
34185
34186 \end_inset
34187 </cell>
34188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34189 \begin_inset Text
34190
34191 \begin_layout Plain Layout
34192 \begin_inset Formula $\Bra{\psi}$
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \end_inset
34199 </cell>
34200 </row>
34201 <row>
34202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34203 \begin_inset Text
34204
34205 \begin_layout Plain Layout
34206
34207 \backslash
34208 Ket{
34209 \backslash
34210 psi
34211 \end_layout
34212
34213 \end_inset
34214 </cell>
34215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34216 \begin_inset Text
34217
34218 \begin_layout Plain Layout
34219 \begin_inset Formula $\Ket{\psi}$
34220 \end_inset
34221
34222
34223 \end_layout
34224
34225 \end_inset
34226 </cell>
34227 </row>
34228 <row>
34229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34230 \begin_inset Text
34231
34232 \begin_layout Plain Layout
34233
34234 \backslash
34235 Braket{
34236 \backslash
34237 psi|
34238 \backslash
34239 phi
34240 \end_layout
34241
34242 \end_inset
34243 </cell>
34244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34245 \begin_inset Text
34246
34247 \begin_layout Plain Layout
34248 \begin_inset Formula $\Braket{\psi|\phi}$
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \end_inset
34255 </cell>
34256 </row>
34257 </lyxtabular>
34258
34259 \end_inset
34260
34261
34262 \end_layout
34263
34264 \begin_layout Standard
34265 El comando 
34266 \series bold
34267
34268 \backslash
34269 Braket
34270 \series default
34271  asegura que todas las barras verticales tienen el tamaño de los delimitadores
34272  circundantes:
34273 \begin_inset Formula \[
34274 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34275
34276 \end_inset
34277
34278
34279 \begin_inset ERT
34280 status collapsed
34281
34282 \begin_layout Plain Layout
34283
34284
34285 \backslash
34286 else
34287 \end_layout
34288
34289 \end_inset
34290
34291
34292 \begin_inset Note Note
34293 status collapsed
34294
34295 \begin_layout Plain Layout
34296 Lo que sigue se verá en la salida si el paquete LaTeX 
34297 \series bold
34298 braket
34299 \series default
34300  no está instalado:
34301 \end_layout
34302
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \begin_layout Standard
34309 Debes instalar el paquete LaTeX 
34310 \series bold
34311 braket
34312 \series default
34313  para ver en la salida el resto de esta subsección.
34314 \end_layout
34315
34316 \begin_layout Standard
34317 \begin_inset ERT
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321
34322
34323 \backslash
34324 fi
34325 \end_layout
34326
34327 \end_inset
34328
34329
34330 \end_layout
34331
34332 \begin_layout Standard
34333 El efecto de 
34334 \series bold
34335
34336 \backslash
34337 Braket
34338 \series default
34339  también se puede conseguir con el comando 
34340 \series bold
34341
34342 \backslash
34343 middle
34344 \series default
34345 , que se describe en 
34346 \begin_inset CommandInset ref
34347 LatexCommand ref
34348 reference "sub:Tamaño-automático-de"
34349
34350 \end_inset
34351
34352 .
34353 \end_layout
34354
34355 \begin_layout Subsection
34356 Fracciones definidas por el usuario
34357 \begin_inset CommandInset label
34358 LatexCommand label
34359 name "sub:Fracciones-personalizadas"
34360
34361 \end_inset
34362
34363
34364 \begin_inset Index
34365 status collapsed
34366
34367 \begin_layout Plain Layout
34368 Fracciones ! personalizadas
34369 \end_layout
34370
34371 \end_inset
34372
34373
34374 \end_layout
34375
34376 \begin_layout Standard
34377 Para definir comandos personalizados para fracciones, se usa el comando
34378  
34379 \series bold
34380
34381 \backslash
34382 genfrac
34383 \series default
34384
34385 \begin_inset Index
34386 status collapsed
34387
34388 \begin_layout Plain Layout
34389 Comandos ! G ! 
34390 \backslash
34391 genfrac
34392 \end_layout
34393
34394 \end_inset
34395
34396  con el siguiente esquema:
34397 \end_layout
34398
34399 \begin_layout Standard
34400
34401 \series bold
34402
34403 \backslash
34404 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
34405 \begin_inset Newline newline
34406 \end_inset
34407
34408
34409 \begin_inset ERT
34410 status collapsed
34411
34412 \begin_layout Plain Layout
34413
34414
34415 \backslash
34416 phantom{
34417 \end_layout
34418
34419 \end_inset
34420
34421
34422 \backslash
34423 genfrac{
34424 \begin_inset ERT
34425 status collapsed
34426
34427 \begin_layout Plain Layout
34428
34429 }
34430 \end_layout
34431
34432 \end_inset
34433
34434 fracción}{estilo}{numerador}{denominador}
34435 \end_layout
34436
34437 \begin_layout Standard
34438 El estilo es un número en el rango 0-3.
34439 \end_layout
34440
34441 \begin_layout Standard
34442 \align center
34443 \begin_inset Tabular
34444 <lyxtabular version="3" rows="5" columns="2">
34445 <features>
34446 <column alignment="center" valignment="top" width="0">
34447 <column alignment="center" valignment="top" width="0">
34448 <row>
34449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34450 \begin_inset Text
34451
34452 \begin_layout Plain Layout
34453 Número
34454 \end_layout
34455
34456 \end_inset
34457 </cell>
34458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34459 \begin_inset Text
34460
34461 \begin_layout Plain Layout
34462 Estilo (tamaño)
34463 \end_layout
34464
34465 \end_inset
34466 </cell>
34467 </row>
34468 <row>
34469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34470 \begin_inset Text
34471
34472 \begin_layout Plain Layout
34473 0
34474 \end_layout
34475
34476 \end_inset
34477 </cell>
34478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34479 \begin_inset Text
34480
34481 \begin_layout Plain Layout
34482 ecuación presentada
34483 \end_layout
34484
34485 \end_inset
34486 </cell>
34487 </row>
34488 <row>
34489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34490 \begin_inset Text
34491
34492 \begin_layout Plain Layout
34493 1
34494 \end_layout
34495
34496 \end_inset
34497 </cell>
34498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34499 \begin_inset Text
34500
34501 \begin_layout Plain Layout
34502 ecuación en línea
34503 \end_layout
34504
34505 \end_inset
34506 </cell>
34507 </row>
34508 <row>
34509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34510 \begin_inset Text
34511
34512 \begin_layout Plain Layout
34513 2
34514 \end_layout
34515
34516 \end_inset
34517 </cell>
34518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34519 \begin_inset Text
34520
34521 \begin_layout Plain Layout
34522 pequeño
34523 \end_layout
34524
34525 \end_inset
34526 </cell>
34527 </row>
34528 <row>
34529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34530 \begin_inset Text
34531
34532 \begin_layout Plain Layout
34533 3
34534 \end_layout
34535
34536 \end_inset
34537 </cell>
34538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34539 \begin_inset Text
34540
34541 \begin_layout Plain Layout
34542 muy pequeño
34543 \end_layout
34544
34545 \end_inset
34546 </cell>
34547 </row>
34548 </lyxtabular>
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \begin_layout Standard
34556 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
34557  
34558 \series bold
34559
34560 \backslash
34561 frac
34562 \series default
34563 .
34564 \end_layout
34565
34566 \begin_layout Standard
34567 Si no se pone grosor de la raya de fracción se usará el valor predefinido
34568  de 0.4
34569 \begin_inset space \thinspace{}
34570 \end_inset
34571
34572 pt.
34573 \end_layout
34574
34575 \begin_layout Standard
34576 Por ejemplo, los comandos 
34577 \series bold
34578
34579 \backslash
34580 dfrac
34581 \series default
34582  y 
34583 \series bold
34584
34585 \backslash
34586 tbinom
34587 \series default
34588  de la 
34589 \begin_inset CommandInset ref
34590 LatexCommand ref
34591 reference "sub:Fracciones"
34592
34593 \end_inset
34594
34595  se definen con los comandos:
34596 \end_layout
34597
34598 \begin_layout Standard
34599
34600 \series bold
34601
34602 \backslash
34603 newcommand{
34604 \backslash
34605 dfrac}[2]{
34606 \backslash
34607 genfrac{}{}{}{0}{#1}{#2}}
34608 \end_layout
34609
34610 \begin_layout Standard
34611 y
34612 \end_layout
34613
34614 \begin_layout Standard
34615
34616 \series bold
34617
34618 \backslash
34619 newcommand{
34620 \backslash
34621 tbinom}[2]{
34622 \backslash
34623 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34624 \end_layout
34625
34626 \begin_layout Standard
34627 \begin_inset VSpace medskip
34628 \end_inset
34629
34630
34631 \end_layout
34632
34633 \begin_layout Standard
34634 Para definir una fracción en la que el grosor de la raya se pueda definir
34635  como argumento opcional, se inserta la siguiente línea en el preámbulo
34636  LaTeX:
34637 \end_layout
34638
34639 \begin_layout Standard
34640
34641 \series bold
34642
34643 \backslash
34644 newcommand{
34645 \backslash
34646 fracS}[3][]{
34647 \backslash
34648 genfrac{}{}{#1}{}{#2}{#3}}
34649 \end_layout
34650
34651 \begin_layout Standard
34652 Un ensayo:
34653 \begin_inset Formula \begin{align*}
34654 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34655 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34656
34657 \end_inset
34658
34659 Como se puede ver, la distancia del numerador y el denominador a la raya
34660  de fracción se redondea a unas tres veces el grosor de la raya.
34661 \end_layout
34662
34663 \begin_layout Subsection
34664 Ecuaciones canceladas
34665 \begin_inset Index
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669 Ecuación ! cancelada
34670 \end_layout
34671
34672 \end_inset
34673
34674
34675 \end_layout
34676
34677 \begin_layout Standard
34678 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
34679  
34680 \series bold
34681 cancel
34682 \series default
34683
34684 \begin_inset Foot
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688
34689 \series bold
34690 cancel
34691 \series default
34692  forma parte de las distribuciones estándar de LaTeX.
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \begin_inset Index
34699 status collapsed
34700
34701 \begin_layout Plain Layout
34702 Paquetes ! cancel
34703 \end_layout
34704
34705 \end_inset
34706
34707  con la línea de preámbulo LaTeX
34708 \end_layout
34709
34710 \begin_layout Standard
34711
34712 \series bold
34713
34714 \backslash
34715 usepackage[samesize]{cancel}
34716 \end_layout
34717
34718 \begin_layout Standard
34719 Hay cuatro formas de cancelar ecuaciones:
34720 \end_layout
34721
34722 \begin_layout Standard
34723 \align center
34724 \begin_inset Tabular
34725 <lyxtabular version="3" rows="5" columns="2">
34726 <features>
34727 <column alignment="center" valignment="top" width="0">
34728 <column alignment="center" valignment="top" width="0">
34729 <row>
34730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34731 \begin_inset Text
34732
34733 \begin_layout Plain Layout
34734 Comando
34735 \end_layout
34736
34737 \end_inset
34738 </cell>
34739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34740 \begin_inset Text
34741
34742 \begin_layout Plain Layout
34743 Resultado
34744 \begin_inset Note Note
34745 status collapsed
34746
34747 \begin_layout Plain Layout
34748
34749 \series bold
34750
34751 \backslash
34752 hspace
34753 \series default
34754  y 
34755 \series bold
34756
34757 \backslash
34758 raisebox
34759 \series default
34760  se usa sólo como espaciador
34761 \end_layout
34762
34763 \end_inset
34764
34765
34766 \end_layout
34767
34768 \end_inset
34769 </cell>
34770 </row>
34771 <row>
34772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34773 \begin_inset Text
34774
34775 \begin_layout Plain Layout
34776
34777 \backslash
34778 cancel{
34779 \backslash
34780 int
34781 \begin_inset ERT
34782 status collapsed
34783
34784 \begin_layout Plain Layout
34785
34786
34787 \backslash
34788 spce 
34789 \end_layout
34790
34791 \end_inset
34792
34793 A=B
34794 \end_layout
34795
34796 \end_inset
34797 </cell>
34798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34799 \begin_inset Text
34800
34801 \begin_layout Plain Layout
34802 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34803 \end_inset
34804
34805
34806 \end_layout
34807
34808 \end_inset
34809 </cell>
34810 </row>
34811 <row>
34812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34813 \begin_inset Text
34814
34815 \begin_layout Plain Layout
34816
34817 \backslash
34818 bcancel{
34819 \backslash
34820 int
34821 \begin_inset ERT
34822 status collapsed
34823
34824 \begin_layout Plain Layout
34825
34826
34827 \backslash
34828 spce 
34829 \end_layout
34830
34831 \end_inset
34832
34833 A=B
34834 \end_layout
34835
34836 \end_inset
34837 </cell>
34838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34839 \begin_inset Text
34840
34841 \begin_layout Plain Layout
34842 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \end_inset
34849 </cell>
34850 </row>
34851 <row>
34852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34853 \begin_inset Text
34854
34855 \begin_layout Plain Layout
34856
34857 \backslash
34858 xcancel{
34859 \backslash
34860 int
34861 \begin_inset ERT
34862 status collapsed
34863
34864 \begin_layout Plain Layout
34865
34866
34867 \backslash
34868 spce 
34869 \end_layout
34870
34871 \end_inset
34872
34873 A=B
34874 \end_layout
34875
34876 \end_inset
34877 </cell>
34878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34879 \begin_inset Text
34880
34881 \begin_layout Plain Layout
34882 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34883 \end_inset
34884
34885
34886 \end_layout
34887
34888 \end_inset
34889 </cell>
34890 </row>
34891 <row>
34892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34893 \begin_inset Text
34894
34895 \begin_layout Plain Layout
34896
34897 \backslash
34898 cancelto{1
34899 \begin_inset Formula $\to$
34900 \end_inset
34901
34902
34903 \backslash
34904 {
34905 \backslash
34906 int
34907 \begin_inset ERT
34908 status collapsed
34909
34910 \begin_layout Plain Layout
34911
34912
34913 \backslash
34914 spce 
34915 \end_layout
34916
34917 \end_inset
34918
34919 A=B
34920 \end_layout
34921
34922 \end_inset
34923 </cell>
34924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34925 \begin_inset Text
34926
34927 \begin_layout Plain Layout
34928 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34929 \end_inset
34930
34931
34932 \end_layout
34933
34934 \end_inset
34935 </cell>
34936 </row>
34937 </lyxtabular>
34938
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \begin_layout Standard
34945
34946 \series bold
34947
34948 \backslash
34949 cancelto
34950 \series default
34951  es especialmente apropiada para visualizar la simplificación de fracciones
34952  en una ecuación:
34953 \begin_inset Formula \[
34954 \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}}}\]
34955
34956 \end_inset
34957
34958
34959 \end_layout
34960
34961 \begin_layout Subsection
34962 Ecuaciones en encabezados de sección
34963 \begin_inset CommandInset label
34964 LatexCommand label
34965 name "sub:Ecuaciones-en-encabezados"
34966
34967 \end_inset
34968
34969
34970 \begin_inset Index
34971 status collapsed
34972
34973 \begin_layout Plain Layout
34974 Ecuación ! en encabezados de sección
34975 \end_layout
34976
34977 \end_inset
34978
34979
34980 \end_layout
34981
34982 \begin_layout Standard
34983 Si se quiere poner una ecuación en un encabezado de sección hay que tener
34984  en cuenta lo siguiente:
34985 \end_layout
34986
34987 \begin_layout Standard
34988 \begin_inset Note Greyedout
34989 status open
34990
34991 \begin_layout Plain Layout
34992 Si el soporte para 
34993 \series bold
34994 hyperref
34995 \series default
34996
34997 \begin_inset Index
34998 status collapsed
34999
35000 \begin_layout Plain Layout
35001 Paquetes ! hyperref
35002 \end_layout
35003
35004 \end_inset
35005
35006  está activado en la configuración del documento, 
35007 \family sans
35008 Propiedades
35009 \begin_inset space ~
35010 \end_inset
35011
35012
35013 \family default
35014 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
35015  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
35016  texto del marcador, porque se infringen las convenciones PDF.
35017 \end_layout
35018
35019 \end_inset
35020
35021
35022 \end_layout
35023
35024 \begin_layout Standard
35025 Estos problemas se pueden solucionar insertando al final del encabezado
35026  un título breve con el menú 
35027 \family sans
35028 Insertar\SpecialChar \menuseparator
35029 Título
35030 \begin_inset space ~
35031 \end_inset
35032
35033 breve
35034 \family default
35035 .
35036  Los títulos breves se usan como alternativa para encabezados de sección
35037  con más de una línea para mantener el buen aspecto del índice.
35038  En éste sólo aparece el título breve y por tanto también en los marcadores.
35039 \end_layout
35040
35041 \begin_layout Standard
35042 Si hay que poner ecuaciones en el índice y se usa 
35043 \series bold
35044 hyperref
35045 \series default
35046 , se puede insertar el siguiente comando en modo TeX:
35047 \end_layout
35048
35049 \begin_layout Standard
35050
35051 \series bold
35052
35053 \backslash
35054 texorpdfstring{parte}{alternativa}
35055 \begin_inset Index
35056 status collapsed
35057
35058 \begin_layout Plain Layout
35059 Comandos ! T ! 
35060 \backslash
35061 texorpdfstring
35062 \end_layout
35063
35064 \end_inset
35065
35066
35067 \end_layout
35068
35069 \begin_layout Standard
35070 parte se refiere a la parte del encabezado que no debería aparecer en el
35071  marcador PDF.
35072  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
35073  La alternativa se usa para el marcador en vez de la parte.
35074 \begin_inset Newpage newpage
35075 \end_inset
35076
35077
35078 \end_layout
35079
35080 \begin_layout Standard
35081 Aquí hay dos ejemplos de encabezados con ecuación:
35082 \end_layout
35083
35084 \begin_layout Standard
35085 \begin_inset VSpace -3mm
35086 \end_inset
35087
35088
35089 \end_layout
35090
35091 \begin_layout Standard
35092 \begin_inset ERT
35093 status collapsed
35094
35095 \begin_layout Plain Layout
35096
35097
35098 \backslash
35099 boldmath 
35100 \end_layout
35101
35102 \end_inset
35103
35104
35105 \end_layout
35106
35107 \begin_layout Subsubsection
35108 Encabezado sin ecuación en el índice 
35109 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35110 \end_inset
35111
35112
35113 \begin_inset OptArg
35114 status collapsed
35115
35116 \begin_layout Plain Layout
35117 Encabezado sin ecuación en el índice
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \begin_layout Subsubsection
35126 Encabezado con ecuación en el índice
35127 \begin_inset ERT
35128 status collapsed
35129
35130 \begin_layout Plain Layout
35131
35132
35133 \backslash
35134 texorpdfstring{
35135 \end_layout
35136
35137 \end_inset
35138
35139  
35140 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35141 \end_inset
35142
35143
35144 \begin_inset ERT
35145 status collapsed
35146
35147 \begin_layout Plain Layout
35148
35149 }{}
35150 \end_layout
35151
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \begin_layout Standard
35158 \begin_inset ERT
35159 status collapsed
35160
35161 \begin_layout Plain Layout
35162
35163
35164 \backslash
35165 unboldmath 
35166 \end_layout
35167
35168 \end_inset
35169
35170 En el primer encabezado se ha puesto un título breve, en el segundo un 
35171 \series bold
35172
35173 \backslash
35174 texorpdfstring
35175 \series default
35176 .
35177 \end_layout
35178
35179 \begin_layout Standard
35180 Para obtener el mismo formato que en los demás encabezados se han puesto
35181  ambos en un entorno 
35182 \series bold
35183 boldmath
35184 \series default
35185 .
35186 \begin_inset Foot
35187 status collapsed
35188
35189 \begin_layout Plain Layout
35190 véase 
35191 \begin_inset CommandInset ref
35192 LatexCommand ref
35193 reference "sub:Ecuaciones-en-negrita"
35194
35195 \end_inset
35196
35197
35198 \end_layout
35199
35200 \end_inset
35201
35202
35203 \end_layout
35204
35205 \begin_layout Subsection
35206 Ecuaciones en texto multicolumna
35207 \begin_inset Index
35208 status collapsed
35209
35210 \begin_layout Plain Layout
35211 Ecuación ! en texto multicolumna
35212 \end_layout
35213
35214 \end_inset
35215
35216
35217 \end_layout
35218
35219 \begin_layout Standard
35220 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
35221  para ajustarse a la columna y entonces es preciso abarcar la anchura total
35222  de la página.
35223  Esto se hace usando el paquete LaTeX 
35224 \series bold
35225 multicol
35226 \series default
35227 ,
35228 \begin_inset Foot
35229 status collapsed
35230
35231 \begin_layout Plain Layout
35232
35233 \series bold
35234 multicol
35235 \series default
35236  forma parte de las distribuciones LaTeX estándar.
35237 \end_layout
35238
35239 \end_inset
35240
35241
35242 \begin_inset Index
35243 status collapsed
35244
35245 \begin_layout Plain Layout
35246 Paquetes ! multicol
35247 \end_layout
35248
35249 \end_inset
35250
35251  que se carga en el preámbulo LaTeX con la línea
35252 \end_layout
35253
35254 \begin_layout Standard
35255
35256 \series bold
35257
35258 \backslash
35259 usepackage{multicol}
35260 \end_layout
35261
35262 \begin_layout Standard
35263 \begin_inset Note Greyedout
35264 status collapsed
35265
35266 \begin_layout Plain Layout
35267 Ten en cuenta que la opción 
35268 \family sans
35269 Documento
35270 \begin_inset space ~
35271 \end_inset
35272
35273 con
35274 \begin_inset space ~
35275 \end_inset
35276
35277 dos
35278 \begin_inset space ~
35279 \end_inset
35280
35281 caras
35282 \family default
35283 , bajo 
35284 \family sans
35285 Diseño
35286 \begin_inset space ~
35287 \end_inset
35288
35289 de
35290 \begin_inset space ~
35291 \end_inset
35292
35293 página 
35294 \family default
35295 en el menú 
35296 \family sans
35297 Documento\SpecialChar \menuseparator
35298 Configuración
35299 \family default
35300  
35301 \emph on
35302 debe
35303 \emph default
35304  estar desmarcada.
35305 \end_layout
35306
35307 \end_inset
35308
35309
35310 \end_layout
35311
35312 \begin_layout Standard
35313 Antes del texto multicolumna se inserta en modo TeX el comando
35314 \end_layout
35315
35316 \begin_layout Standard
35317
35318 \series bold
35319
35320 \backslash
35321 begin{multicols}{número de columnas}
35322 \end_layout
35323
35324 \begin_layout Standard
35325 El número de columnas está en el rango 2-10.
35326  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
35327  TeX el comando
35328 \end_layout
35329
35330 \begin_layout Standard
35331
35332 \series bold
35333
35334 \backslash
35335 end{multicols}
35336 \end_layout
35337
35338 \begin_layout Standard
35339 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
35340  Para quitarlo se inserta un espacio vertical de -6
35341 \begin_inset space \thinspace{}
35342 \end_inset
35343
35344 mm antes de la ecuación.
35345  Si se usa el estilo 
35346 \series bold
35347 Sangrado
35348 \series default
35349 ,
35350 \begin_inset Foot
35351 status collapsed
35352
35353 \begin_layout Plain Layout
35354 véase estilos de ecuación en 
35355 \begin_inset CommandInset ref
35356 LatexCommand ref
35357 reference "sec:Estilos-de-ecuación"
35358
35359 \end_inset
35360
35361
35362 \end_layout
35363
35364 \end_inset
35365
35366  se inserta un espacio de -9
35367 \begin_inset space \thinspace{}
35368 \end_inset
35369
35370 mm.
35371 \end_layout
35372
35373 \begin_layout Standard
35374 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
35375 \end_layout
35376
35377 \begin_layout Standard
35378 \begin_inset ERT
35379 status collapsed
35380
35381 \begin_layout Plain Layout
35382
35383
35384 \backslash
35385 begin{multicols}{2}
35386 \end_layout
35387
35388 \end_inset
35389
35390 Das Spektrum wird fouriertransformiert.
35391  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
35392 , Lösungsmittel) zu trennen.
35393  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
35394  nun das Aussehen des Ausgangssignals.
35395  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
35396  über alle Phasen integrieren muss.
35397  Sei nun 
35398 \begin_inset Formula $S$
35399 \end_inset
35400
35401  unser normiertes Ausgangssignal and 
35402 \begin_inset Formula $P$
35403 \end_inset
35404
35405  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
35406 \begin_inset ERT
35407 status collapsed
35408
35409 \begin_layout Plain Layout
35410
35411
35412 \backslash
35413 end{multicols}
35414 \end_layout
35415
35416 \end_inset
35417
35418
35419 \begin_inset VSpace -6mm
35420 \end_inset
35421
35422
35423 \begin_inset Formula \begin{equation}
35424 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35425
35426 \end_inset
35427
35428
35429 \begin_inset ERT
35430 status collapsed
35431
35432 \begin_layout Plain Layout
35433
35434
35435 \backslash
35436 begin{multicols}{2}
35437 \end_layout
35438
35439 \end_inset
35440
35441 wobei 
35442 \begin_inset Formula $S_{0}$
35443 \end_inset
35444
35445  das Signal ohne Gradient ist and the Normierungsbedingung 
35446 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35447 \end_inset
35448
35449  gilt.
35450  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
35451  Direkt nach the 
35452 \begin_inset Formula $\nicefrac{\pi}{2}$
35453 \end_inset
35454
35455
35456 \begin_inset space \thinspace{}
35457 \end_inset
35458
35459 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
35460  das Signal zusätzlich abschwächt.
35461  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
35462  
35463 \begin_inset Formula $T_{2}$
35464 \end_inset
35465
35466 -Zeit.
35467 \end_layout
35468
35469 \begin_layout Standard
35470 \begin_inset ERT
35471 status collapsed
35472
35473 \begin_layout Plain Layout
35474
35475
35476 \backslash
35477 end{multicols}
35478 \end_layout
35479
35480 \end_inset
35481
35482  
35483 \end_layout
35484
35485 \begin_layout Subsection
35486 Ecuaciones con descripción de variables
35487 \begin_inset Index
35488 status collapsed
35489
35490 \begin_layout Plain Layout
35491 Ecuación ! con descripción de variables
35492 \end_layout
35493
35494 \end_inset
35495
35496
35497 \end_layout
35498
35499 \begin_layout Standard
35500 Para describir variables en una ecuación, como en la fórmula 
35501 \begin_inset CommandInset ref
35502 LatexCommand eqref
35503 reference "eq:within"
35504
35505 \end_inset
35506
35507 , se inserta una matriz 2×
35508 \begin_inset Formula $n$
35509 \end_inset
35510
35511  con columnas alineadas a la izquierda para las 
35512 \emph on
35513
35514 \begin_inset Formula $n$
35515 \end_inset
35516
35517
35518 \emph default
35519  variables usadas.
35520 \begin_inset Foot
35521 status collapsed
35522
35523 \begin_layout Plain Layout
35524 véase matrices en 
35525 \begin_inset CommandInset ref
35526 LatexCommand ref
35527 reference "sec:Matrices"
35528
35529 \end_inset
35530
35531
35532 \end_layout
35533
35534 \end_inset
35535
35536  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
35537  
35538 \series bold
35539
35540 \backslash
35541 footnotesize
35542 \series default
35543  antes de la matriz.
35544 \begin_inset Foot
35545 status collapsed
35546
35547 \begin_layout Plain Layout
35548 véase tamaños de fuentes en 
35549 \begin_inset CommandInset ref
35550 LatexCommand ref
35551 reference "sub:Tamaños-de-fuentes"
35552
35553 \end_inset
35554
35555 .
35556 \end_layout
35557
35558 \end_inset
35559
35560
35561 \end_layout
35562
35563 \begin_layout Standard
35564 Si se usa el estilo 
35565 \series bold
35566 Sangrado
35567 \series default
35568 ,
35569 \begin_inset Foot
35570 status collapsed
35571
35572 \begin_layout Plain Layout
35573 véase estilos de ecuación en 
35574 \begin_inset CommandInset ref
35575 LatexCommand ref
35576 reference "sec:Estilos-de-ecuación"
35577
35578 \end_inset
35579
35580
35581 \end_layout
35582
35583 \end_inset
35584
35585  se inserta un 
35586 \series bold
35587
35588 \backslash
35589 hfill
35590 \series default
35591
35592 \begin_inset Foot
35593 status collapsed
35594
35595 \begin_layout Plain Layout
35596
35597 \series bold
35598
35599 \backslash
35600 hfill
35601 \series default
35602  sólo funciona en ecuaciones en estilo 
35603 \series bold
35604 Sangrado
35605 \series default
35606 , véase 
35607 \begin_inset CommandInset ref
35608 LatexCommand ref
35609 reference "sub:Espacio-variable"
35610
35611 \end_inset
35612
35613
35614 \end_layout
35615
35616 \end_inset
35617
35618  delante y detrás de la matriz para que tenga la misma separación con la
35619  ecuación y con el margen.
35620 \end_layout
35621
35622 \begin_layout Standard
35623 Si se usa el estilo 
35624 \series bold
35625 Centrado
35626 \series default
35627  se emplea el método descrito en la 
35628 \begin_inset CommandInset ref
35629 LatexCommand ref
35630 reference "sub:Entorno-flalign"
35631
35632 \end_inset
35633
35634  para sangrar la ecuación.
35635  La ecuación 
35636 \begin_inset CommandInset ref
35637 LatexCommand eqref
35638 reference "eq:within"
35639
35640 \end_inset
35641
35642  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35643  la tercera la matriz y la última una llave TeX vacía.
35644 \begin_inset Formula \begin{flalign}
35645 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
35646 \rho & \mbox{densidad}\\
35647 V & \mbox{volumen}\\
35648 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
35649
35650 \end_inset
35651
35652
35653 \end_layout
35654
35655 \begin_layout Subsection
35656 Letras griegas minúsculas en redonda
35657 \begin_inset CommandInset label
35658 LatexCommand label
35659 name "sub:Griegas-en-redonda"
35660
35661 \end_inset
35662
35663
35664 \begin_inset Index
35665 status collapsed
35666
35667 \begin_layout Plain Layout
35668 Letras griegas ! en redonda
35669 \end_layout
35670
35671 \end_inset
35672
35673
35674 \end_layout
35675
35676 \begin_layout Standard
35677 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
35678  cursiva.
35679  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35680  falta letras griegas en redonda.
35681  El archivo 
35682 \series bold
35683 upgreek.sty
35684 \series default
35685
35686 \begin_inset Foot
35687 status collapsed
35688
35689 \begin_layout Plain Layout
35690
35691 \series bold
35692 upgreek
35693 \series default
35694  forma parte del paquete LaTeX 
35695 \series bold
35696 was
35697 \series default
35698
35699 \begin_inset Index
35700 status collapsed
35701
35702 \begin_layout Plain Layout
35703 Paquetes ! was
35704 \begin_inset ERT
35705 status collapsed
35706
35707 \begin_layout Plain Layout
35708
35709
35710 \backslash
35711 vspace{4mm}
35712 \end_layout
35713
35714 \end_inset
35715
35716
35717 \end_layout
35718
35719 \end_inset
35720
35721 .
35722 \end_layout
35723
35724 \end_inset
35725
35726
35727 \begin_inset Index
35728 status collapsed
35729
35730 \begin_layout Plain Layout
35731 Paquetes ! upgreek
35732 \end_layout
35733
35734 \end_inset
35735
35736 , que se carga en el preámbulo LaTeX con la línea
35737 \end_layout
35738
35739 \begin_layout Standard
35740
35741 \series bold
35742
35743 \backslash
35744 usepackage{upgreek}
35745 \end_layout
35746
35747 \begin_layout Standard
35748 las suministra.
35749  
35750 \begin_inset ERT
35751 status collapsed
35752
35753 \begin_layout Plain Layout
35754
35755
35756 \backslash
35757 ifupgreek 
35758 \end_layout
35759
35760 \end_inset
35761
35762
35763 \begin_inset Note Note
35764 status collapsed
35765
35766 \begin_layout Plain Layout
35767 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
35768  
35769 \series bold
35770 upgreek
35771 \series default
35772 .
35773 \end_layout
35774
35775 \end_inset
35776
35777  Se imprimen con el comando de la letra correspondiente precedido de 
35778 \series bold
35779 up
35780 \series default
35781 .
35782  Por ejemplo, el comando 
35783 \series bold
35784
35785 \backslash
35786 uptau
35787 \series default
35788  genera: 
35789 \begin_inset Formula $\uptau$
35790 \end_inset
35791
35792
35793 \end_layout
35794
35795 \begin_layout Standard
35796 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35797 \begin_inset Formula \[
35798 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
35799
35800 \end_inset
35801
35802
35803 \end_layout
35804
35805 \begin_layout Standard
35806 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35807  en cursiva.
35808  Por tanto no deberían emplearse para unidades como 
35809 \begin_inset Quotes fld
35810 \end_inset
35811
35812 µm
35813 \begin_inset Quotes frd
35814 \end_inset
35815
35816 .
35817 \end_layout
35818
35819 \begin_layout Standard
35820 \begin_inset ERT
35821 status collapsed
35822
35823 \begin_layout Plain Layout
35824
35825
35826 \backslash
35827 else 
35828 \end_layout
35829
35830 \end_inset
35831
35832
35833 \begin_inset Note Note
35834 status collapsed
35835
35836 \begin_layout Plain Layout
35837 Lo siguiente se mostrará si el paquete LaTeX 
35838 \series bold
35839 upgreek
35840 \series default
35841  no está instalado:
35842 \end_layout
35843
35844 \end_inset
35845
35846
35847 \end_layout
35848
35849 \begin_layout Standard
35850 Debes instalar el paquete LaTeX 
35851 \series bold
35852 upgreek
35853 \series default
35854  para ver en la salida el resto de esta subsección.
35855  
35856 \end_layout
35857
35858 \begin_layout Standard
35859 \begin_inset ERT
35860 status collapsed
35861
35862 \begin_layout Plain Layout
35863
35864
35865 \backslash
35866 fi
35867 \end_layout
35868
35869 \end_inset
35870
35871
35872 \end_layout
35873
35874 \begin_layout Subsection
35875 Caracteres de texto en ecuaciones
35876 \begin_inset CommandInset label
35877 LatexCommand label
35878 name "sub:Caracteres-de-texto"
35879
35880 \end_inset
35881
35882
35883 \begin_inset Index
35884 status collapsed
35885
35886 \begin_layout Plain Layout
35887 Texto ! en ecuaciones
35888 \end_layout
35889
35890 \end_inset
35891
35892
35893 \end_layout
35894
35895 \begin_layout Standard
35896 En algunos casos podrías querer insertar caracteres de texto directamente
35897  en ecuaciones.
35898  Por ejemplo, cuando se usa con frecuencia el punto centrado 
35899 \begin_inset Formula $\cdot$
35900 \end_inset
35901
35902  en expresiones como 
35903 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
35904 \end_inset
35905
35906 , habría que insertar el comando 
35907 \series bold
35908
35909 \backslash
35910 cdot
35911 \series default
35912
35913 \begin_inset Foot
35914 status collapsed
35915
35916 \begin_layout Plain Layout
35917 véase 
35918 \begin_inset CommandInset ref
35919 LatexCommand ref
35920 reference "sub:Operadores-binarios"
35921
35922 \end_inset
35923
35924
35925 \end_layout
35926
35927 \end_inset
35928
35929  continuamente, porque este carácter está definido en todas las codificaciones
35930  como carácter de texto.
35931  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
35932 \end_layout
35933
35934 \begin_layout Standard
35935
35936 \series bold
35937
35938 \backslash
35939 Declare Inputtext{183}{
35940 \backslash
35941 ifmmode
35942 \backslash
35943 cdot
35944 \backslash
35945 else
35946 \backslash
35947 textperiodcentered
35948 \backslash
35949 f\SpecialChar \textcompwordmark{}
35950 i}
35951 \end_layout
35952
35953 \begin_layout Standard
35954 La codificación de caracteres (menú 
35955 \family sans
35956 Documento\SpecialChar \menuseparator
35957 Configuración\SpecialChar \menuseparator
35958 Idioma
35959 \family default
35960 ) especifica el carácter que se muestra al pulsar una tecla.
35961  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
35962  
35963 \series bold
35964
35965 \backslash
35966 textperiodcentered
35967 \series default
35968 .
35969  Pero este comando no está disponible en ecuaciones así que obtendrías errores
35970  de LaTeX.
35971  Con la codificación cambiada se escoge automáticamente el comando correcto,
35972  dependiendo de si el carácter se ha insertado en una ecuación o no.
35973 \end_layout
35974
35975 \begin_layout Standard
35976 La codificación de diversos caracteres se guarda en archivos de definición.
35977  Por ejemplo la codificación 
35978 \series bold
35979 latin9
35980 \series default
35981  se define en el archivo 
35982 \series bold
35983 latin9.def
35984 \series default
35985  que está en el directorio de LaTeX.
35986  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
35987  archivo de definición, de lo contrario nuestros documentos no podrían ser
35988  editados en otros ordenadores.
35989 \begin_inset VSpace medskip
35990 \end_inset
35991
35992
35993 \end_layout
35994
35995 \begin_layout Standard
35996 Además del punto centrado, en este documento se ha definido el símbolo grado
35997  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
35998  directamente en una fórmula:
35999 \end_layout
36000
36001 \begin_layout Standard
36002
36003 \series bold
36004
36005 \backslash
36006 DeclareInputtext{176}{
36007 \backslash
36008 ifmmode^
36009 \backslash
36010 circ
36011 \backslash
36012 else
36013 \backslash
36014 textdegree
36015 \backslash
36016 f\SpecialChar \textcompwordmark{}
36017 i}
36018 \begin_inset Newpage newpage
36019 \end_inset
36020
36021
36022 \end_layout
36023
36024 \begin_layout Section
36025 \start_of_appendix
36026 Notas sobre tipografía
36027 \begin_inset Index
36028 status collapsed
36029
36030 \begin_layout Plain Layout
36031 Tipografía, notas
36032 \end_layout
36033
36034 \end_inset
36035
36036
36037 \end_layout
36038
36039 \begin_layout Standard
36040 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36041 \begin_inset Foot
36042 status collapsed
36043
36044 \begin_layout Plain Layout
36045 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
36046  
36047 \begin_inset Quotes fld
36048 \end_inset
36049
36050 Duden
36051 \begin_inset Quotes frd
36052 \end_inset
36053
36054  
36055 \begin_inset CommandInset citation
36056 LatexCommand cite
36057 key "Duden"
36058
36059 \end_inset
36060
36061 , que incluye algunas de las normas ISO.
36062  
36063 \begin_inset Newline newline
36064 \end_inset
36065
36066 (
36067 \emph on
36068 N.
36069 \begin_inset space \thinspace{}
36070 \end_inset
36071
36072 del t.
36073 \emph default
36074 : Para documentación en español sobre el tema, véase 
36075 \begin_inset CommandInset citation
36076 LatexCommand cite
36077 key "Bezos"
36078
36079 \end_inset
36080
36081 .)
36082 \end_layout
36083
36084 \end_inset
36085
36086
36087 \end_layout
36088
36089 \begin_layout Itemize
36090 Las unidades físicas se escriben 
36091 \emph on
36092 siempre 
36093 \emph default
36094 en redonda
36095 \begin_inset Foot
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099 véase estilos de fuentes en 
36100 \begin_inset CommandInset ref
36101 LatexCommand ref
36102 reference "sub:Estilos-de-fuentes"
36103
36104 \end_inset
36105
36106
36107 \end_layout
36108
36109 \end_inset
36110
36111 : 30
36112 \begin_inset space \thinspace{}
36113 \end_inset
36114
36115 km/h
36116 \begin_inset Newline newline
36117 \end_inset
36118
36119 Entre el valor y la unidad hay un espacio delgado, véase 
36120 \begin_inset CommandInset ref
36121 LatexCommand ref
36122 reference "sub:Espacio-predefinido"
36123
36124 \end_inset
36125
36126 .
36127 \begin_inset Newline newline
36128 \end_inset
36129
36130 Esta norma la cumple automáticamente el comando 
36131 \series bold
36132
36133 \backslash
36134 unittwo
36135 \series default
36136 .
36137  Si se introduce en una fórmula aparecen dos cuadros.
36138  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
36139  como antes, 
36140 \begin_inset Formula $\unit[30]{km/h}$
36141 \end_inset
36142
36143
36144 \begin_inset space \thinspace{}
36145 \end_inset
36146
36147 .
36148  Ten en cuenta que 
36149 \series bold
36150
36151 \backslash
36152 unittwo
36153 \series default
36154  no es un auténtico comando LaTeX, sino el comando 
36155 \series bold
36156
36157 \backslash
36158 unit[value]{unit}
36159 \series default
36160 , por tanto no lo puedes usar en código TeX.
36161 \end_layout
36162
36163 \begin_layout Itemize
36164 Los signos por ciento y por mil se escriben como las unidades físicas:
36165 \begin_inset Newline newline
36166 \end_inset
36167
36168 1,2
36169 \begin_inset space \thinspace{}
36170 \end_inset
36171
36172 ‰ de alcohol en sangre.
36173 \end_layout
36174
36175 \begin_layout Itemize
36176 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36177  otra unidad: 15
36178 \begin_inset space \thinspace{}
36179 \end_inset
36180
36181 °C
36182 \end_layout
36183
36184 \begin_layout Itemize
36185 En números con más de cuatro dígitos se inserta un espacio delgado para
36186  separarlos en grupos de tres cifras: 18
36187 \begin_inset space \thinspace{}
36188 \end_inset
36189
36190 473
36191 \begin_inset space \thinspace{}
36192 \end_inset
36193
36194 588
36195 \end_layout
36196
36197 \begin_layout Itemize
36198 Para dimensiones como 120×90×40
36199 \begin_inset space \thinspace{}
36200 \end_inset
36201
36202 cm se usa el aspa de multiplicar 
36203 \begin_inset Quotes fld
36204 \end_inset
36205
36206 ×
36207 \begin_inset Quotes frd
36208 \end_inset
36209
36210 .
36211  Está disponible en el menú 
36212 \family sans
36213 Insertar\SpecialChar \menuseparator
36214 Carácter especial
36215 \family default
36216 \SpecialChar \menuseparator
36217
36218 \family sans
36219 Símbolos
36220 \family default
36221 .
36222  Se puede insertar directamente con cierta combinación de teclas.
36223 \end_layout
36224
36225 \begin_layout Itemize
36226 Las funciones con nombres que constan de varias letras se escriben en redonda
36227  para evitar confusiones, véase 
36228 \begin_inset CommandInset ref
36229 LatexCommand ref
36230 reference "sub:Funciones-predefinidas"
36231
36232 \end_inset
36233
36234 .
36235 \end_layout
36236
36237 \begin_layout Itemize
36238 Los índices que constan de varias letras se escriben en redonda: 
36239 \begin_inset Formula $E_{\mbox{cin}}$
36240 \end_inset
36241
36242
36243 \begin_inset Newline newline
36244 \end_inset
36245
36246 Los componentes de una matriz se escriben en cursiva: 
36247 \begin_inset Formula $\hat{H}_{kl}$
36248 \end_inset
36249
36250
36251 \end_layout
36252
36253 \begin_layout Itemize
36254 El operador de diferenciación/integración 'd', el número de Euler 'e' y
36255  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
36256 s con otras variables.
36257  
36258 \end_layout
36259
36260 \begin_layout Standard
36261 \begin_inset Newpage newpage
36262 \end_inset
36263
36264
36265 \end_layout
36266
36267 \begin_layout Section
36268 Sinónimos
36269 \begin_inset Index
36270 status collapsed
36271
36272 \begin_layout Plain Layout
36273 Sinónimos
36274 \end_layout
36275
36276 \end_inset
36277
36278
36279 \end_layout
36280
36281 \begin_layout Standard
36282 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
36283  como los que se recogen en esta lista:
36284 \begin_inset Foot
36285 status collapsed
36286
36287 \begin_layout Plain Layout
36288 véase también 
36289 \begin_inset CommandInset ref
36290 LatexCommand ref
36291 reference "fn:sinónimos"
36292
36293 \end_inset
36294
36295 .
36296 \end_layout
36297
36298 \end_inset
36299
36300
36301 \end_layout
36302
36303 \begin_layout Standard
36304
36305 \end_layout
36306
36307 \begin_layout Standard
36308 \begin_inset VSpace bigskip
36309 \end_inset
36310
36311
36312 \begin_inset space \hfill{}
36313 \end_inset
36314
36315
36316 \begin_inset Tabular
36317 <lyxtabular version="3" rows="12" columns="2">
36318 <features>
36319 <column alignment="center" valignment="top" width="0pt">
36320 <column alignment="center" valignment="top" width="0pt">
36321 <row>
36322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36323 \begin_inset Text
36324
36325 \begin_layout Plain Layout
36326 Comando
36327 \end_layout
36328
36329 \end_inset
36330 </cell>
36331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36332 \begin_inset Text
36333
36334 \begin_layout Plain Layout
36335 equivalente a
36336 \begin_inset Note Note
36337 status collapsed
36338
36339 \begin_layout Plain Layout
36340
36341 \series bold
36342
36343 \backslash
36344 raisebox
36345 \series default
36346  se usa sólo como espaciador
36347 \end_layout
36348
36349 \end_inset
36350
36351
36352 \end_layout
36353
36354 \end_inset
36355 </cell>
36356 </row>
36357 <row>
36358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36359 \begin_inset Text
36360
36361 \begin_layout Plain Layout
36362
36363 \backslash
36364 ast
36365 \end_layout
36366
36367 \end_inset
36368 </cell>
36369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36370 \begin_inset Text
36371
36372 \begin_layout Plain Layout
36373 \begin_inset ERT
36374 status collapsed
36375
36376 \begin_layout Plain Layout
36377
36378
36379 \backslash
36380 raisebox{-1.2mm}{
36381 \end_layout
36382
36383 \end_inset
36384
36385 *
36386 \begin_inset ERT
36387 status collapsed
36388
36389 \begin_layout Plain Layout
36390
36391 }
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \end_layout
36398
36399 \end_inset
36400 </cell>
36401 </row>
36402 <row>
36403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36404 \begin_inset Text
36405
36406 \begin_layout Plain Layout
36407
36408 \backslash
36409 choose
36410 \end_layout
36411
36412 \end_inset
36413 </cell>
36414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36415 \begin_inset Text
36416
36417 \begin_layout Plain Layout
36418
36419 \backslash
36420 binom
36421 \end_layout
36422
36423 \end_inset
36424 </cell>
36425 </row>
36426 <row>
36427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36428 \begin_inset Text
36429
36430 \begin_layout Plain Layout
36431
36432 \backslash
36433 geq
36434 \end_layout
36435
36436 \end_inset
36437 </cell>
36438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36439 \begin_inset Text
36440
36441 \begin_layout Plain Layout
36442
36443 \backslash
36444 ge
36445 \end_layout
36446
36447 \end_inset
36448 </cell>
36449 </row>
36450 <row>
36451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36452 \begin_inset Text
36453
36454 \begin_layout Plain Layout
36455
36456 \backslash
36457 lbrace
36458 \end_layout
36459
36460 \end_inset
36461 </cell>
36462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36463 \begin_inset Text
36464
36465 \begin_layout Plain Layout
36466 {
36467 \end_layout
36468
36469 \end_inset
36470 </cell>
36471 </row>
36472 <row>
36473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36474 \begin_inset Text
36475
36476 \begin_layout Plain Layout
36477
36478 \backslash
36479 lbracket
36480 \end_layout
36481
36482 \end_inset
36483 </cell>
36484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36485 \begin_inset Text
36486
36487 \begin_layout Plain Layout
36488 [
36489 \end_layout
36490
36491 \end_inset
36492 </cell>
36493 </row>
36494 <row>
36495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36496 \begin_inset Text
36497
36498 \begin_layout Plain Layout
36499
36500 \backslash
36501 leftarrow
36502 \end_layout
36503
36504 \end_inset
36505 </cell>
36506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36507 \begin_inset Text
36508
36509 \begin_layout Plain Layout
36510
36511 \backslash
36512 gets
36513 \end_layout
36514
36515 \end_inset
36516 </cell>
36517 </row>
36518 <row>
36519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36520 \begin_inset Text
36521
36522 \begin_layout Plain Layout
36523
36524 \backslash
36525 leq
36526 \end_layout
36527
36528 \end_inset
36529 </cell>
36530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36531 \begin_inset Text
36532
36533 \begin_layout Plain Layout
36534
36535 \backslash
36536 le
36537 \end_layout
36538
36539 \end_inset
36540 </cell>
36541 </row>
36542 <row>
36543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36544 \begin_inset Text
36545
36546 \begin_layout Plain Layout
36547
36548 \backslash
36549 lor
36550 \end_layout
36551
36552 \end_inset
36553 </cell>
36554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36555 \begin_inset Text
36556
36557 \begin_layout Plain Layout
36558
36559 \backslash
36560 vee
36561 \end_layout
36562
36563 \end_inset
36564 </cell>
36565 </row>
36566 <row>
36567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36568 \begin_inset Text
36569
36570 \begin_layout Plain Layout
36571
36572 \backslash
36573 neq
36574 \end_layout
36575
36576 \end_inset
36577 </cell>
36578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36579 \begin_inset Text
36580
36581 \begin_layout Plain Layout
36582
36583 \backslash
36584 not=
36585 \end_layout
36586
36587 \end_inset
36588 </cell>
36589 </row>
36590 <row>
36591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36592 \begin_inset Text
36593
36594 \begin_layout Plain Layout
36595
36596 \backslash
36597 slash
36598 \end_layout
36599
36600 \end_inset
36601 </cell>
36602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36603 \begin_inset Text
36604
36605 \begin_layout Plain Layout
36606 /
36607 \end_layout
36608
36609 \end_inset
36610 </cell>
36611 </row>
36612 <row>
36613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36614 \begin_inset Text
36615
36616 \begin_layout Plain Layout
36617
36618 \backslash
36619 vert
36620 \end_layout
36621
36622 \end_inset
36623 </cell>
36624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36625 \begin_inset Text
36626
36627 \begin_layout Plain Layout
36628 |
36629 \end_layout
36630
36631 \end_inset
36632 </cell>
36633 </row>
36634 </lyxtabular>
36635
36636 \end_inset
36637
36638
36639 \begin_inset space \hfill{}
36640 \end_inset
36641
36642
36643 \begin_inset Tabular
36644 <lyxtabular version="3" rows="12" columns="2">
36645 <features>
36646 <column alignment="center" valignment="top" width="0pt">
36647 <column alignment="center" valignment="top" width="0pt">
36648 <row>
36649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36650 \begin_inset Text
36651
36652 \begin_layout Plain Layout
36653 Comando
36654 \end_layout
36655
36656 \end_inset
36657 </cell>
36658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36659 \begin_inset Text
36660
36661 \begin_layout Plain Layout
36662 equivalente a
36663 \end_layout
36664
36665 \end_inset
36666 </cell>
36667 </row>
36668 <row>
36669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36670 \begin_inset Text
36671
36672 \begin_layout Plain Layout
36673
36674 \backslash
36675 backslash
36676 \end_layout
36677
36678 \end_inset
36679 </cell>
36680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36681 \begin_inset Text
36682
36683 \begin_layout Plain Layout
36684
36685 \backslash
36686
36687 \backslash
36688
36689 \end_layout
36690
36691 \end_inset
36692 </cell>
36693 </row>
36694 <row>
36695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36696 \begin_inset Text
36697
36698 \begin_layout Plain Layout
36699
36700 \backslash
36701 dasharrow
36702 \end_layout
36703
36704 \end_inset
36705 </cell>
36706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36707 \begin_inset Text
36708
36709 \begin_layout Plain Layout
36710
36711 \backslash
36712 dashrightarrow
36713 \end_layout
36714
36715 \end_inset
36716 </cell>
36717 </row>
36718 <row>
36719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36720 \begin_inset Text
36721
36722 \begin_layout Plain Layout
36723
36724 \backslash
36725 land
36726 \end_layout
36727
36728 \end_inset
36729 </cell>
36730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36731 \begin_inset Text
36732
36733 \begin_layout Plain Layout
36734
36735 \backslash
36736 wedge
36737 \end_layout
36738
36739 \end_inset
36740 </cell>
36741 </row>
36742 <row>
36743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36744 \begin_inset Text
36745
36746 \begin_layout Plain Layout
36747
36748 \backslash
36749 rbrace
36750 \end_layout
36751
36752 \end_inset
36753 </cell>
36754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36755 \begin_inset Text
36756
36757 \begin_layout Plain Layout
36758 }
36759 \end_layout
36760
36761 \end_inset
36762 </cell>
36763 </row>
36764 <row>
36765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36766 \begin_inset Text
36767
36768 \begin_layout Plain Layout
36769
36770 \backslash
36771 rbracket
36772 \end_layout
36773
36774 \end_inset
36775 </cell>
36776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36777 \begin_inset Text
36778
36779 \begin_layout Plain Layout
36780 ]
36781 \end_layout
36782
36783 \end_inset
36784 </cell>
36785 </row>
36786 <row>
36787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36788 \begin_inset Text
36789
36790 \begin_layout Plain Layout
36791
36792 \backslash
36793 rightarrow
36794 \end_layout
36795
36796 \end_inset
36797 </cell>
36798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Plain Layout
36802
36803 \backslash
36804 to
36805 \end_layout
36806
36807 \end_inset
36808 </cell>
36809 </row>
36810 <row>
36811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36812 \begin_inset Text
36813
36814 \begin_layout Plain Layout
36815
36816 \backslash
36817 lnot
36818 \end_layout
36819
36820 \end_inset
36821 </cell>
36822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36823 \begin_inset Text
36824
36825 \begin_layout Plain Layout
36826
36827 \backslash
36828 neg
36829 \end_layout
36830
36831 \end_inset
36832 </cell>
36833 </row>
36834 <row>
36835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36836 \begin_inset Text
36837
36838 \begin_layout Plain Layout
36839
36840 \backslash
36841 ne
36842 \end_layout
36843
36844 \end_inset
36845 </cell>
36846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36847 \begin_inset Text
36848
36849 \begin_layout Plain Layout
36850
36851 \backslash
36852 not=
36853 \end_layout
36854
36855 \end_inset
36856 </cell>
36857 </row>
36858 <row>
36859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36860 \begin_inset Text
36861
36862 \begin_layout Plain Layout
36863
36864 \backslash
36865 owns
36866 \end_layout
36867
36868 \end_inset
36869 </cell>
36870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36871 \begin_inset Text
36872
36873 \begin_layout Plain Layout
36874
36875 \backslash
36876 ni
36877 \end_layout
36878
36879 \end_inset
36880 </cell>
36881 </row>
36882 <row>
36883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36884 \begin_inset Text
36885
36886 \begin_layout Plain Layout
36887
36888 \backslash
36889 square
36890 \end_layout
36891
36892 \end_inset
36893 </cell>
36894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36895 \begin_inset Text
36896
36897 \begin_layout Plain Layout
36898
36899 \backslash
36900 Box
36901 \end_layout
36902
36903 \end_inset
36904 </cell>
36905 </row>
36906 <row>
36907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36908 \begin_inset Text
36909
36910 \begin_layout Plain Layout
36911
36912 \backslash
36913 Vert
36914 \end_layout
36915
36916 \end_inset
36917 </cell>
36918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36919 \begin_inset Text
36920
36921 \begin_layout Plain Layout
36922
36923 \backslash
36924 |
36925 \end_layout
36926
36927 \end_inset
36928 </cell>
36929 </row>
36930 </lyxtabular>
36931
36932 \end_inset
36933
36934
36935 \begin_inset space \hfill{}
36936 \end_inset
36937
36938
36939 \end_layout
36940
36941 \begin_layout Standard
36942 \begin_inset Newpage newpage
36943 \end_inset
36944
36945
36946 \end_layout
36947
36948 \begin_layout Bibliography
36949 \begin_inset CommandInset bibitem
36950 LatexCommand bibitem
36951 key "TLC2"
36952
36953 \end_inset
36954
36955
36956 \shape smallcaps
36957 Mittelbach, F.
36958  ; Goossens, M.
36959 \shape default
36960
36961 \shape italic
36962 The LaTeX Companion
36963 \shape default
36964 .
36965  Addison Wesley, 2004
36966 \end_layout
36967
36968 \begin_layout Bibliography
36969 \begin_inset CommandInset bibitem
36970 LatexCommand bibitem
36971 key "Mathmode"
36972
36973 \end_inset
36974
36975
36976 \begin_inset CommandInset href
36977 LatexCommand href
36978 name "Descripción"
36979 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36980
36981 \end_inset
36982
36983  de habilidades matemáticas de LaTeX
36984 \end_layout
36985
36986 \begin_layout Bibliography
36987 \begin_inset CommandInset bibitem
36988 LatexCommand bibitem
36989 key "Voss"
36990
36991 \end_inset
36992
36993
36994 \begin_inset CommandInset href
36995 LatexCommand href
36996 name "Página web"
36997 target "http://tug.org/TeXnik/"
36998
36999 \end_inset
37000
37001  sugerencias y consejos de LaTeX
37002 \end_layout
37003
37004 \begin_layout Bibliography
37005 \begin_inset CommandInset bibitem
37006 LatexCommand bibitem
37007 key "AMS"
37008
37009 \end_inset
37010
37011
37012 \begin_inset CommandInset href
37013 LatexCommand href
37014 name "Descripción"
37015 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37016
37017 \end_inset
37018
37019  de 
37020 \begin_inset ERT
37021 status collapsed
37022
37023 \begin_layout Plain Layout
37024
37025
37026 \backslash
37027 AmS
37028 \end_layout
37029
37030 \end_inset
37031
37032 -LaTeX
37033 \end_layout
37034
37035 \begin_layout Bibliography
37036 \begin_inset CommandInset bibitem
37037 LatexCommand bibitem
37038 key "Symbole"
37039
37040 \end_inset
37041
37042
37043 \begin_inset CommandInset href
37044 LatexCommand href
37045 name "Lista"
37046 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37047
37048 \end_inset
37049
37050  de todos los símbolos disponibles con paquetes LaTeX
37051 \end_layout
37052
37053 \begin_layout Bibliography
37054 \begin_inset CommandInset bibitem
37055 LatexCommand bibitem
37056 key "hyperref"
37057
37058 \end_inset
37059
37060
37061 \begin_inset CommandInset href
37062 LatexCommand href
37063 name "Documentación"
37064 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37065
37066 \end_inset
37067
37068  del paquete LaTeX 
37069 \series bold
37070 hyperref
37071 \series default
37072
37073 \begin_inset Index
37074 status collapsed
37075
37076 \begin_layout Plain Layout
37077 Paquetes ! hyperref
37078 \end_layout
37079
37080 \end_inset
37081
37082
37083 \end_layout
37084
37085 \begin_layout Bibliography
37086 \begin_inset CommandInset bibitem
37087 LatexCommand bibitem
37088 key "Mathclap"
37089
37090 \end_inset
37091
37092
37093 \begin_inset CommandInset href
37094 LatexCommand href
37095 name "Descripción"
37096 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37097
37098 \end_inset
37099
37100  del comando 
37101 \series bold
37102
37103 \backslash
37104 mathclap
37105 \series default
37106 , descrito en 
37107 \begin_inset CommandInset ref
37108 LatexCommand ref
37109 reference "sub:Límites-de-operadores"
37110
37111 \end_inset
37112
37113
37114 \begin_inset Index
37115 status collapsed
37116
37117 \begin_layout Plain Layout
37118 Comandos ! M ! 
37119 \backslash
37120 mathclap
37121 \end_layout
37122
37123 \end_inset
37124
37125
37126 \end_layout
37127
37128 \begin_layout Bibliography
37129 \begin_inset CommandInset bibitem
37130 LatexCommand bibitem
37131 key "Duden"
37132
37133 \end_inset
37134
37135
37136 \emph on
37137 Duden Band 1
37138 \emph default
37139 .
37140  22.
37141  Auflage, Duden 2001
37142 \end_layout
37143
37144 \begin_layout Bibliography
37145 \begin_inset CommandInset bibitem
37146 LatexCommand bibitem
37147 key "spanish"
37148
37149 \end_inset
37150
37151
37152 \begin_inset CommandInset href
37153 LatexCommand href
37154 name "Documentación"
37155 target "http://www.tex-tipografia.com/archive/spanish.pdf"
37156
37157 \end_inset
37158
37159  del estilo 
37160 \series bold
37161 spanish
37162 \family sans
37163 \series default
37164  
37165 \family default
37166 incluido en el paquete 
37167 \series bold
37168 babel
37169 \end_layout
37170
37171 \begin_layout Bibliography
37172 \begin_inset CommandInset bibitem
37173 LatexCommand bibitem
37174 key "Bezos"
37175
37176 \end_inset
37177
37178
37179 \begin_inset CommandInset href
37180 LatexCommand href
37181 name "Documento"
37182 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
37183
37184 \end_inset
37185
37186  sobre ortotipografía y notaciones matemáticas en español
37187 \end_layout
37188
37189 \begin_layout Standard
37190
37191 \family sans
37192 \series bold
37193 \begin_inset CommandInset index_print
37194 LatexCommand printindex
37195
37196 \end_inset
37197
37198
37199 \end_layout
37200
37201 \end_body
37202 \end_document